1
0
Fork 0

🚑 Fixed deprecated NewChatMember to NewChatMembers in Message

This commit is contained in:
Maxim Lebedev 2018-02-15 03:09:08 +05:00
parent a794f8b484
commit 7b7e14d58e
No known key found for this signature in database
GPG Key ID: F8978F46FF0FFA4F
1 changed files with 1 additions and 1 deletions

View File

@ -320,7 +320,7 @@ type (
// New members that were added to the group or supergroup and information
// about them (the bot itself may be one of these members)
NewChatMembers []User `json:"new_chat_member,omitempty"`
NewChatMembers []User `json:"new_chat_members,omitempty"`
// A member was removed from the group, information about them (this
// member may be the bot itself)