Raw.ChannelForbidden
Indicates a channel/supergroup we can’t access because we were banned, or for some other reason.
channelForbidden#17d493d5 flags:# broadcast:flags.5?true megagroup:flags.8?true id:long access_hash:long title:string until_date:flags.16?int = Chat;
export namespace Raw {
export class ChannelForbidden {
constructor(params: {
broadcast?: boolean;
megagroup?: boolean;
id: bigint;
accessHash: bigint;
title: string;
untilDate?: number;
}) {}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 185
Constructor ID: 0x17d493d5