Skip to content

Commit

Permalink
Fix documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
setval committed Mar 30, 2020
1 parent 69f0836 commit 4b74a0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot.go
Original file line number Diff line number Diff line change
Expand Up @@ -1591,7 +1591,7 @@ func (b *Bot) DeleteStickerFromSet(sticker string) error {
return extractOkResponse(respJSON)
}

// DeleteStickerFromSet deletes sticker from set created by the bot.
// SendPoll sends poll to chat
func (b *Bot) SendPoll(to Recipient, poll *Poll, options *PollOptions) (*Message, error) {
params := map[string]string{
"chat_id": to.Recipient(),
Expand Down

0 comments on commit 4b74a0e

Please sign in to comment.