mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
668 B
668 B
title | description | nav_exclude | image |
---|---|---|---|
botCommandScopeChatAdmins | The specified bot commands will be valid only for chat administrators, in all groups and supergroups. | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: botCommandScopeChatAdmins
The specified bot commands will be valid only for chat administrators, in all groups and supergroups.
Type: BotCommandScope
Example:
$botCommandScopeChatAdmins = ['_' => 'botCommandScopeChatAdmins'];