teleproto - v1.229.0
    Preparing search index...

    Interface ChannelForbiddenIn

    interface ChannelForbiddenIn {
        _: "channelForbidden";
        accessHash: BigInteger;
        broadcast?: boolean;
        id: BigInteger;
        megagroup?: boolean;
        monoforum?: boolean;
        title: string;
        untilDate?: number;
    }
    Index
    _: "channelForbidden"
    accessHash: BigInteger
    broadcast?: boolean
    id: BigInteger
    megagroup?: boolean
    monoforum?: boolean
    title: string
    untilDate?: number