all repos — telegram-bot-api @ 212b1541150cbfcc268fbeb3b15c14383e638409

Golang bindings for the Telegram Bot API

Merge pull request #169 from empetrone/add-sticker-pack-name

Parse sticker pack name
Syfaro syfaro@huefox.com
Sat, 28 Apr 2018 13:50:02 -0500
commit

212b1541150cbfcc268fbeb3b15c14383e638409

parent

eafee51d2a62f30bd15d8327b9076600a64c1d04

1 files changed, 1 insertions(+), 0 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.