channelForbidden
Indicates a channel/supergroup we can't access because we were banned, or for some other reason.
type tg.ChannelForbidden struct { /* ... */ }
Implements Chat.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Broadcast | bool | — | Is this a channel |
Megagroup | bool | — | Is this a supergroup |
Monoforum | bool | — | If set, this is a monoforum ». |
ID | int64 | yes | Channel ID |
AccessHash | int64 | yes | Access hash |
Title | string | yes | Title |
UntilDate | int | — | The ban is valid until the specified date |
References
- Official documentation
- Generated Go reference
- TL definition:
channelForbidden#17d493d5