updateBotBusinessConnect
Connecting or disconnecting a business bot or changing the connection settings will emit an updateBotBusinessConnect update to the bot, with the new settings and a connection_id that will be used by the bot to handle updates from and send messages as the user.
type tg.UpdateBotBusinessConnect struct { /* ... */ }
Implements Update.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Connection | BotBusinessConnection | yes | Business connection settings |
Qts | int | yes | New qts value, see updates » for more info. |
References
- Official documentation
- Generated Go reference
- TL definition:
updateBotBusinessConnect#8ae5c97a