mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-03 10:08:28 +01:00
1004 B
1004 B
title | description | nav_exclude | image |
---|---|---|---|
botBusinessConnection | botBusinessConnection attributes, type and example | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: botBusinessConnection
Attributes:
Name | Type | Required |
---|---|---|
can_reply | Bool | Optional |
disabled | Bool | Optional |
connection_id | string | Yes |
user_id | long | Yes |
dc_id | int | Yes |
date | int | Yes |
Type: BotBusinessConnection
Example:
$botBusinessConnection = ['_' => 'botBusinessConnection', 'can_reply' => Bool, 'disabled' => Bool, 'connection_id' => 'string', 'user_id' => long, 'dc_id' => int, 'date' => int];