Skip to content

Support `deleteMyCommands` as well as the (relatively) new parameters `scope` and `language_code`

Artem Starikov requested to merge bot-commands into master

This MR implements:

  • the type BotCommandScope as types::bot_command::Scope;
  • the parameters {SetMyCommands,GetMyCommands}::{scope,language_code};
  • the new method DeleteMyCommands.

Part of #66.

Edited by Artem Starikov

Merge request reports