You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are able to identify the used update types the bot handles and could filter the update types the bot receives in the beginning by passing it as allowed_updates
to setWebhook or getUpdates.
This would reduce network traffic and resources, since we don't need to load the framework and parse the whole incoming json data before going over all handlers and find that there are no responsible handlers.
The text was updated successfully, but these errors were encountered:
We are able to identify the used update types the bot handles and could filter the update types the bot receives in the beginning by passing it as
allowed_updates
to
setWebhook
orgetUpdates
.This would reduce network traffic and resources, since we don't need to load the framework and parse the whole incoming json data before going over all handlers and find that there are no responsible handlers.
The text was updated successfully, but these errors were encountered: