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.
2 parents 15c95b8 + dadb760 commit b263943Copy full SHA for b263943
types.go
@@ -143,7 +143,10 @@ type Message struct {
143
ForwardFromMessageID int `json:"forward_from_message_id"` // optional
144
ForwardDate int `json:"forward_date"` // optional
145
ReplyToMessage *Message `json:"reply_to_message"` // optional
146
+ ViaBot *User `json:"via_bot"` // optional
147
EditDate int `json:"edit_date"` // optional
148
+ MediaGroupID string `json:"media_group_id"` // optional
149
+ AuthorSignature string `json:"author_signature"` // optional
150
Text string `json:"text"` // optional
151
Entities *[]MessageEntity `json:"entities"` // optional
152
CaptionEntities *[]MessageEntity `json:"caption_entities"` // optional
0 commit comments