teleproto - v1.229.0
    Preparing search index...

    Class MessageMediaContact

    Hierarchy (View Summary)

    • VirtualClass<
          {
              firstName: string;
              lastName: string;
              phoneNumber: string;
              userId: long;
              vcard: string;
          },
      >
      • MessageMediaContact
    Index
    • Parameters

      • args: {
            firstName: string;
            lastName: string;
            phoneNumber: string;
            userId: BigInteger;
            vcard: string;
        }

      Returns MessageMediaContact

    • Returns {
          firstName: string;
          lastName: string;
          phoneNumber: string;
          userId: BigInteger;
          vcard: string;
      }

    className: string
    classType: "constructor" | "request"
    CONSTRUCTOR_ID: number
    SUBCLASS_OF_ID: number
    className: "MessageMediaContact"
    classType: "constructor"
    CONSTRUCTOR_ID: 1882335561
    firstName: string
    lastName: string
    originalArgs: {
        firstName: string;
        lastName: string;
        phoneNumber: string;
        userId: BigInteger;
        vcard: string;
    }
    phoneNumber: string
    SUBCLASS_OF_ID: 1198308914
    userId: BigInteger
    vcard: string