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

1.0 KiB

title description nav_exclude image
attachMenuBotsBot Represents a bot mini app that can be launched from the attachment menu » true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: attachMenuBotsBot

Back to constructors index

Represents a bot mini app that can be launched from the attachment menu »

Attributes:

Name Type Required Description
bot AttachMenuBot Yes Represents a bot mini app that can be launched from the attachment menu »
users Array of User Yes Info about related users and bots

Type: AttachMenuBotsBot

Example:

$attachMenuBotsBot = ['_' => 'attachMenuBotsBot', 'bot' => AttachMenuBot, 'users' => [User, User]];