requestPeerTypeBroadcast
Choose a channel
type tg.RequestPeerTypeBroadcast struct { /* ... */ }
Implements RequestPeerType.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Creator | bool | — | Whether to allow only choosing channels that were created by the current user. |
HasUsername | bool | — | If specified, allows only choosing channels with or without a username, according to the value of Bool. |
UserAdminRights | ChatAdminRights | — | If specified, allows only choosing channels where the current user is an admin with at least the specified admin rights. |
BotAdminRights | ChatAdminRights | — | If specified, allows only choosing channels where the bot is an admin with at least the specified admin rights. |
References
- Official documentation
- Generated Go reference
- TL definition:
requestPeerTypeBroadcast#339bef6c