From ca93bb337c3d071d8f324c5933390f68341c1dc3 Mon Sep 17 00:00:00 2001 From: Emad Ghasemi Date: Wed, 5 Aug 2015 21:31:41 +0430 Subject: [PATCH] Fixed Message.NewChatPhoto --- types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types.go b/types.go index e9bcd32..82e6814 100644 --- a/types.go +++ b/types.go @@ -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"` }