all repos — telegram-bot-api @ ca93bb337c3d071d8f324c5933390f68341c1dc3

Golang bindings for the Telegram Bot API

Fixed Message.NewChatPhoto
Emad Ghasemi emadghasemi_2006@yahoo.com
Wed, 05 Aug 2015 21:31:41 +0430
commit

ca93bb337c3d071d8f324c5933390f68341c1dc3

parent

91e1825b161873895b340ec24ff64c8ceb66898c

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

jump to
M types.gotypes.go

@@ -79,7 +79,7 @@ Location Location `json:"location"`

NewChatParticipant User `json:"new_chat_participant"` LeftChatParticipant User `json:"left_chat_participant"` NewChatTitle string `json:"new_chat_title"` - NewChatPhoto []PhotoSize `json:"new_chat_photo"` + NewChatPhoto []PhotoSize `json:"new_chat_photo"` DeleteChatPhoto bool `json:"delete_chat_photo"` GroupChatCreated bool `json:"group_chat_created"` }