Skip to content

Bot API 2.3.1

Choose a tag to compare

@pengrad pengrad released this 07 Dec 17:01
· 788 commits to master since this release
  • Use the new field max_connections in setWebhook to optimize your bot's server load
  • Use allowed_updates in setWebhook and getUpdates to selectively subscribe to updates of a certain type. Among other things, this allows you to stop getting updates about new posts in channels where your bot is an admin.
  • deleteWebhook moved out of setWebhook to get a whole separate method for itself.