mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
1.0 KiB
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
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]];