teleproto - v1.229.0
    Preparing search index...

    Class Chat

    Hierarchy (View Summary)

    • VirtualClass<
          {
              adminRights?: TypeChatAdminRights;
              callActive?: boolean;
              callNotEmpty?: boolean;
              creator?: boolean;
              date: int;
              deactivated?: boolean;
              defaultBannedRights?: TypeChatBannedRights;
              id: long;
              left?: boolean;
              migratedTo?: TypeInputChannel;
              noforwards?: boolean;
              participantsCount: int;
              photo: TypeChatPhoto;
              title: string;
              version: int;
          },
      >
      • Chat
    Index
    • Parameters

      • args: {
            adminRights?: ChatAdminRights;
            callActive?: boolean;
            callNotEmpty?: boolean;
            creator?: boolean;
            date: number;
            deactivated?: boolean;
            defaultBannedRights?: ChatBannedRights;
            id: BigInteger;
            left?: boolean;
            migratedTo?: TypeInputChannel;
            noforwards?: boolean;
            participantsCount: number;
            photo: TypeChatPhoto;
            title: string;
            version: number;
        }

      Returns Chat

    • Returns {
          adminRights?: ChatAdminRights;
          callActive?: boolean;
          callNotEmpty?: boolean;
          creator?: boolean;
          date: number;
          deactivated?: boolean;
          defaultBannedRights?: ChatBannedRights;
          id: BigInteger;
          left?: boolean;
          migratedTo?: TypeInputChannel;
          noforwards?: boolean;
          participantsCount: number;
          photo: TypeChatPhoto;
          title: string;
          version: number;
      }

    className: string
    classType: "constructor" | "request"
    CONSTRUCTOR_ID: number
    SUBCLASS_OF_ID: number
    adminRights?: ChatAdminRights
    callActive?: boolean
    callNotEmpty?: boolean
    className: "Chat"
    classType: "constructor"
    CONSTRUCTOR_ID: 1103884886
    creator?: boolean
    date: number
    deactivated?: boolean
    defaultBannedRights?: ChatBannedRights
    id: BigInteger
    left?: boolean
    migratedTo?: TypeInputChannel
    noforwards?: boolean
    originalArgs: {
        adminRights?: ChatAdminRights;
        callActive?: boolean;
        callNotEmpty?: boolean;
        creator?: boolean;
        date: number;
        deactivated?: boolean;
        defaultBannedRights?: ChatBannedRights;
        id: BigInteger;
        left?: boolean;
        migratedTo?: TypeInputChannel;
        noforwards?: boolean;
        participantsCount: number;
        photo: TypeChatPhoto;
        title: string;
        version: number;
    }
    participantsCount: number
    SUBCLASS_OF_ID: 3316604308
    title: string
    version: number