diff --git a/bot.go b/bot.go index 8402d7f..c0c1d55 100644 --- a/bot.go +++ b/bot.go @@ -427,7 +427,7 @@ func (bot *BotAPI) GetUpdates(config UpdateConfig) ([]Update, error) { return updates, nil } -// Remove unsets the webhook. +// RemoveWebhook unsets the webhook. func (bot *BotAPI) RemoveWebhook() (APIResponse, error) { return bot.MakeRequest("setWebhook", url.Values{}) }