rockneurotiko / ex_gram

Telegram Bot API low level API and framework
183 stars 26 forks source link

Allow to configure "allowed_updates" parameter in polling mode #139

Closed abanichev closed 6 months ago

abanichev commented 6 months ago

Would be great if it will be allowed to configure "allowed_updates" parameter in polling mode.

By default Telegram not sending "chat_member", "message_reaction" and "message_reaction_count" updates and the only way to get it is to specify it in allowed_updates parameter to getUpdates (called by the framework under the hood).

rockneurotiko commented 6 months ago

I created a PR to add this options: #141