MadelineProtoDocs/docs/API_docs/constructors/botCommandScopeChatAdmins.md
2024-05-01 14:53:46 +02:00

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

Back to constructors index

The specified bot commands will be valid only for chat administrators, in all groups and supergroups.

Type: BotCommandScope

Example:

$botCommandScopeChatAdmins = ['_' => 'botCommandScopeChatAdmins'];