Link Search Menu Expand Document

danog\MadelineProto\EventHandler\BotCommands

Back to index

Author: Daniil Gentili daniil@daniil.it

The command set of a certain bot in a certain chat has changed.

Properties

  • $botId: int ID of the bot that changed its command set.
  • $chatId: int The affected chat.
  • $commands: list<Command> New bot commands. — Generated by danog/phpdoc