teleproto - v1.229.0
    Preparing search index...

    Class Community

    Hierarchy (View Summary)

    • VirtualClass<
          {
              accessHash?: long;
              adminRights?: TypeChatAdminRights;
              collapsedInDialogs?: boolean;
              creator?: boolean;
              date: int;
              defaultBannedRights?: TypeChatBannedRights;
              id: long;
              left?: boolean;
              min?: boolean;
              photo: TypeChatPhoto;
              title: string;
          },
      >
      • Community
    Index
    • Parameters

      • args: {
            accessHash?: BigInteger;
            adminRights?: ChatAdminRights;
            collapsedInDialogs?: boolean;
            creator?: boolean;
            date: number;
            defaultBannedRights?: ChatBannedRights;
            id: BigInteger;
            left?: boolean;
            min?: boolean;
            photo: TypeChatPhoto;
            title: string;
        }

      Returns Community

    • Returns {
          accessHash?: BigInteger;
          adminRights?: ChatAdminRights;
          collapsedInDialogs?: boolean;
          creator?: boolean;
          date: number;
          defaultBannedRights?: ChatBannedRights;
          id: BigInteger;
          left?: boolean;
          min?: boolean;
          photo: TypeChatPhoto;
          title: string;
      }

    className: string
    classType: "constructor" | "request"
    CONSTRUCTOR_ID: number
    SUBCLASS_OF_ID: number
    accessHash?: BigInteger
    adminRights?: ChatAdminRights
    className: "Community"
    classType: "constructor"
    collapsedInDialogs?: boolean
    CONSTRUCTOR_ID: 1710221652
    creator?: boolean
    date: number
    defaultBannedRights?: ChatBannedRights
    id: BigInteger
    left?: boolean
    min?: boolean
    originalArgs: {
        accessHash?: BigInteger;
        adminRights?: ChatAdminRights;
        collapsedInDialogs?: boolean;
        creator?: boolean;
        date: number;
        defaultBannedRights?: ChatBannedRights;
        id: BigInteger;
        left?: boolean;
        min?: boolean;
        photo: TypeChatPhoto;
        title: string;
    }
    SUBCLASS_OF_ID: 3316604308
    title: string