Fixed Message.NewChatPhoto

bot-api-6.1
Emad Ghasemi 2015-08-05 21:31:41 +04:30
parent 91e1825b16
commit ca93bb337c
1 changed files with 1 additions and 1 deletions

View File

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