all repos — telegram-bot-api @ adc490e379acaeda02d72b8e971dbc9f611cbf2c

Golang bindings for the Telegram Bot API

Merge pull request #11 from emadgh/master

NewChatPhoto was string!
Syfaro syfaro@foxpaw.in
Wed, 05 Aug 2015 13:20:11 -0500
commit

adc490e379acaeda02d72b8e971dbc9f611cbf2c

parent

3fddac5396763a534e83a9389d243b2d0601ce9e

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 string `json:"new_chat_photo"` + NewChatPhoto []PhotoSize `json:"new_chat_photo"` DeleteChatPhoto bool `json:"delete_chat_photo"` GroupChatCreated bool `json:"group_chat_created"` }