Fix a typo in the comment of SetGroupDescription

This commit is contained in:
Hung-I Wang 2020-11-04 13:10:29 +08:00 committed by Demian
parent c1d4818e35
commit 6de60f7d68

2
bot.go
View File

@ -1211,7 +1211,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(),