rockneurotiko/ex_gram

Allow to configure "allowed_updates" parameter in polling mode

abanichev opened this issue · 1 comments

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).

I created a PR to add this options: #141