ChatID name different over push
This commit is contained in:
parent
65299d9606
commit
12931fb275
2
json.go
2
json.go
@ -111,6 +111,8 @@ type Message struct {
|
||||
System bool `json:"system,omitempty"`
|
||||
Name string `json:"name,omitempty"`
|
||||
RecipientID ID `json:"recipient_id,omitempty"`
|
||||
//ChatID - over push ConversationID seems to be called ChatID
|
||||
ChatID ID `json:"chat_id,omitempty"`
|
||||
ConversationID ID `json:"conversation_id,omitempty"`
|
||||
AvatarURL string `json:"avatar_url,omitempty"`
|
||||
// Maximum length of 1000 characters
|
||||
|
Loading…
Reference in New Issue
Block a user