We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf6e165 commit bdaf1dcCopy full SHA for bdaf1dc
types.go
@@ -96,6 +96,7 @@ type Message struct {
96
Date int `json:"date"`
97
Chat *Chat `json:"chat"`
98
ForwardFrom *User `json:"forward_from"` // optional
99
+ ForwardFromChat *Chat `json:"forward_from_chat"` // optional
100
ForwardDate int `json:"forward_date"` // optional
101
ReplyToMessage *Message `json:"reply_to_message"` // optional
102
Text string `json:"text"` // optional
@@ -217,6 +218,7 @@ type Sticker struct {
217
218
Width int `json:"width"`
219
Height int `json:"height"`
220
Thumbnail *PhotoSize `json:"thumb"` // optional
221
+ Emoji string `json:"emoji"` // optional
222
FileSize int `json:"file_size"` // optional
223
}
224
0 commit comments