teleproto - v1.229.0
    Preparing search index...

    Class ChannelForbidden

    Hierarchy (View Summary)

    • VirtualClass<
          {
              accessHash: long;
              broadcast?: boolean;
              id: long;
              megagroup?: boolean;
              monoforum?: boolean;
              title: string;
              untilDate?: int;
          },
      >
      • ChannelForbidden
    Index
    • Parameters

      • args: {
            accessHash: BigInteger;
            broadcast?: boolean;
            id: BigInteger;
            megagroup?: boolean;
            monoforum?: boolean;
            title: string;
            untilDate?: number;
        }

      Returns ChannelForbidden

    • Returns {
          accessHash: BigInteger;
          broadcast?: boolean;
          id: BigInteger;
          megagroup?: boolean;
          monoforum?: boolean;
          title: string;
          untilDate?: number;
      }

    className: string
    classType: "constructor" | "request"
    CONSTRUCTOR_ID: number
    SUBCLASS_OF_ID: number
    accessHash: BigInteger
    broadcast?: boolean
    className: "ChannelForbidden"
    classType: "constructor"
    CONSTRUCTOR_ID: 399807445
    id: BigInteger
    megagroup?: boolean
    monoforum?: boolean
    originalArgs: {
        accessHash: BigInteger;
        broadcast?: boolean;
        id: BigInteger;
        megagroup?: boolean;
        monoforum?: boolean;
        title: string;
        untilDate?: number;
    }
    SUBCLASS_OF_ID: 3316604308
    title: string
    untilDate?: number