all repos — telegram-bot-api @ 25ef323a6b7520dae3a7901a8603fafcf6ac3f47

Golang bindings for the Telegram Bot API

Parse sticker pack name
Emanuele Rocco Petrone emanueleptrn97@gmail.com
Sat, 28 Apr 2018 00:31:17 +0200
commit

25ef323a6b7520dae3a7901a8603fafcf6ac3f47

parent

690363a5f88ea715a2b19aa13727fc12c8cba85a

1 files changed, 2 insertions(+), 1 deletions(-)

jump to
M types.gotypes.go

@@ -290,6 +290,7 @@ Height int `json:"height"`

Thumbnail *PhotoSize `json:"thumb"` // optional Emoji string `json:"emoji"` // optional FileSize int `json:"file_size"` // optional + SetName string `json:"set_name"` // optional } // Video contains information about a video.

@@ -410,7 +411,7 @@ CallbackData *string `json:"callback_data,omitempty"` // optional

SwitchInlineQuery *string `json:"switch_inline_query,omitempty"` // optional SwitchInlineQueryCurrentChat *string `json:"switch_inline_query_current_chat,omitempty"` // optional CallbackGame *CallbackGame `json:"callback_game,omitempty"` // optional - Pay bool `json:"pay,omitempty"` // optional + Pay bool `json:"pay,omitempty"` // optional } // CallbackQuery is data sent when a keyboard button with callback data