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

754 B

title description nav_exclude image
botCommandScopePeer The specified bot commands will be valid only in a specific dialog. true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: botCommandScopePeer

Back to constructors index

The specified bot commands will be valid only in a specific dialog.

Attributes:

Name Type Required Description
peer InputPeer Optional The dialog

Type: BotCommandScope

Example:

$botCommandScopePeer = ['_' => 'botCommandScopePeer', 'peer' => InputPeer];