telegram api constructor · layer 229 · #4d712f2e
updateBotCommands
The command set of a certain bot in a certain chat has changed.
definition
updateBotCommands#4d712f2e peer:Peer bot_id:long commands:Vector<BotCommand> = Update;
parameters
| name | type | description |
|---|---|---|
peer | Peer | The affected chat |
bot_id | long | ID of the bot that changed its command set |
commands | Vector<BotCommand> | New bot commands |
type
Update · 164 other constructors
history
present in layers 131–229 · constructor id changed 1×
| id | layers |
|---|---|
| #cf7e0873 | 131–132 |
| #4d712f2e | 133–229 |