connectedBot
Contains info about a connected business bot ».
type tg.ConnectedBot struct { /* ... */ }
Fields
| Name | Type | Required | Description |
|---|---|---|---|
BotID | int64 | yes | ID of the connected bot |
Recipients | BusinessBotRecipients | yes | Specifies the private chats that a connected business bot » may receive messages and interact with. |
Rights | BusinessBotRights | yes | Business bot rights. |
Device | string | — | Device field of ConnectedBot. |
Date | int | — | Date field of ConnectedBot. |
Location | string | — | Location field of ConnectedBot. |
References
- Official documentation
- Generated Go reference
- TL definition:
connectedBot#33ed001