telegram api constructor · layer 229 · #17d493d5
channelForbidden
Indicates a channel/supergroup we can't access because we were banned, or for some other reason.
definition
channelForbidden#17d493d5 flags:# broadcast:flags.5?true megagroup:flags.8?true monoforum:flags.10?true id:long access_hash:long title:string until_date:flags.16?int = Chat;
parameters
| name | type | description |
|---|---|---|
flags | # | Flags, see TL conditional fields |
broadcast | true | Is this a channel |
megagroup | true | Is this a supergroup |
monoforum | true | |
id | long | Channel ID |
access_hash | long | Access hash |
title | string | Title |
until_date | int | The ban is valid until the specified date |
type
Chat · other constructors: chatEmpty, chat, chatForbidden, channel, communityForbidden, community
history
present in layers 46–229 · constructor id changed 3×
| id | layers |
|---|---|
| #2d85832c | 46 |
| #8537784f | 62–67 |
| #289da732 | 68–132 |
| #17d493d5 | 133–229 |