Merge pull request #331 from Gowee/patch-1

Fix a typo in the comment of SetGroupDescription
pull/337/head
demget 4 years ago committed by GitHub
commit 828d0f4030
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1231,7 +1231,7 @@ func (b *Bot) SetGroupTitle(chat *Chat, title string) error {
return err
}
// SetGroupDescription should be used to update group title.
// SetGroupDescription should be used to update group description.
func (b *Bot) SetGroupDescription(chat *Chat, description string) error {
params := map[string]string{
"chat_id": chat.Recipient(),

Loading…
Cancel
Save