merge upstream

This commit is contained in:
Jqs7 2015-08-18 09:48:17 +08:00
commit ae7c1b4e22
4 changed files with 108 additions and 33 deletions

View file

@ -80,7 +80,7 @@ type Message struct {
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"`
}