telegram api constructor · layer 229 · #8f34b2f5
botBusinessConnection
Contains info about a bot business connection.
definition
botBusinessConnection#8f34b2f5 flags:# disabled:flags.1?true connection_id:string user_id:long dc_id:int date:int rights:flags.2?BusinessBotRights = BotBusinessConnection;
parameters
| name | type | description |
|---|---|---|
flags | # | Flags, see TL conditional fields |
disabled | true | Whether this business connection is currently disabled |
connection_id | string | Business connection ID, used to identify messages coming from the connection and to reply to them as specified here ». |
user_id | long | ID of the user that the bot is connected to via this connection. |
dc_id | int | ID of the datacenter where to send queries wrapped in a invokeWithBusinessConnection as specified here ». |
date | int | When was the connection created. |
rights | BusinessBotRights | Business bot rights. |
type
history
present in layers 177–229 · constructor id changed 1×
| id | layers |
|---|---|
| #896433b4 | 177–200 |
| #8f34b2f5 | 201–229 |