Skip to main content

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

NameTypeRequiredDescription
BroadcastboolIs this a channel
MegagroupboolIs this a supergroup
MonoforumboolIf set, this is a monoforum ».
IDint64yesChannel ID
AccessHashint64yesAccess hash
TitlestringyesTitle
UntilDateintThe ban is valid until the specified date

References