go-telegram / bot

Telegram Bot API Go framework
MIT License
502 stars 46 forks source link

add WithAllowedUpdates option #65

Closed ad closed 4 months ago

ad commented 4 months ago

from https://core.telegram.org/bots/api#getupdates

Specify an empty list to receive all update types except chat_member, message_reaction, and message_reaction_count (default). If not specified, the previous setting will be used.

negasus commented 4 months ago

Please, add the option description to the readme.md file