ChatID name different over push

This commit is contained in:
Karmanyaah Malhotra 2021-05-08 15:36:50 -04:00
parent 65299d9606
commit 12931fb275

View File

@ -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