teleproto - v1.229.0
    Preparing search index...

    Class ChatInviteImporter

    Hierarchy (View Summary)

    • VirtualClass<
          {
              about?: string;
              approvedBy?: long;
              date: int;
              requested?: boolean;
              userId: long;
              viaChatlist?: boolean;
          },
      >
      • ChatInviteImporter
    Index
    • Parameters

      • args: {
            about?: string;
            approvedBy?: BigInteger;
            date: number;
            requested?: boolean;
            userId: BigInteger;
            viaChatlist?: boolean;
        }

      Returns ChatInviteImporter

    • Returns {
          about?: string;
          approvedBy?: BigInteger;
          date: number;
          requested?: boolean;
          userId: BigInteger;
          viaChatlist?: boolean;
      }

    className: string
    classType: "constructor" | "request"
    CONSTRUCTOR_ID: number
    SUBCLASS_OF_ID: number
    about?: string
    approvedBy?: BigInteger
    className: "ChatInviteImporter"
    classType: "constructor"
    CONSTRUCTOR_ID: 2354765785
    date: number
    originalArgs: {
        about?: string;
        approvedBy?: BigInteger;
        date: number;
        requested?: boolean;
        userId: BigInteger;
        viaChatlist?: boolean;
    }
    requested?: boolean
    SUBCLASS_OF_ID: 1393710126
    userId: BigInteger
    viaChatlist?: boolean