mirror of
https://github.com/tucnak/telebot
synced 2024-11-05 06:00:58 +00:00
Fix a typo in the comment of SetGroupDescription
This commit is contained in:
parent
c1d4818e35
commit
6de60f7d68
2
bot.go
2
bot.go
@ -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(),
|
||||
|
Loading…
Reference in New Issue
Block a user