Update types.go

pull/11/head
Emad Ghasemi 10 years ago
parent 3fddac5396
commit 91e1825b16
  1. 2
      types.go

@ -79,7 +79,7 @@ type Message struct {
NewChatParticipant User `json:"new_chat_participant"` NewChatParticipant User `json:"new_chat_participant"`
LeftChatParticipant User `json:"left_chat_participant"` LeftChatParticipant User `json:"left_chat_participant"`
NewChatTitle string `json:"new_chat_title"` NewChatTitle string `json:"new_chat_title"`
NewChatPhoto string `json:"new_chat_photo"` NewChatPhoto []PhotoSize `json:"new_chat_photo"`
DeleteChatPhoto bool `json:"delete_chat_photo"` DeleteChatPhoto bool `json:"delete_chat_photo"`
GroupChatCreated bool `json:"group_chat_created"` GroupChatCreated bool `json:"group_chat_created"`
} }