all repos — telegram-bot-api @ bdaf1dc07c57275fc227be3955b408eed32cb7af

Golang bindings for the Telegram Bot API

Add field for Emoji on Sticker and ForwardFromChat for Message.
Syfaro syfaro@foxpaw.in
Fri, 20 May 2016 20:34:56 -0500
commit

bdaf1dc07c57275fc227be3955b408eed32cb7af

parent

bf6e165e92e6da5dd62b859f8397f7c8864e4b04

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

jump to
M types.gotypes.go

@@ -96,6 +96,7 @@ From *User `json:"from"` // optional

Date int `json:"date"` Chat *Chat `json:"chat"` ForwardFrom *User `json:"forward_from"` // optional + ForwardFromChat *Chat `json:"forward_from_chat"` // optional ForwardDate int `json:"forward_date"` // optional ReplyToMessage *Message `json:"reply_to_message"` // optional Text string `json:"text"` // optional

@@ -217,6 +218,7 @@ FileID string `json:"file_id"`

Width int `json:"width"` Height int `json:"height"` Thumbnail *PhotoSize `json:"thumb"` // optional + Emoji string `json:"emoji"` // optional FileSize int `json:"file_size"` // optional }