7 lines
75 B
Go
7 lines
75 B
Go
package objects
|
|
|
|
type MessageActivity struct {
|
|
Type int
|
|
PartyId string
|
|
}
|