Raw.MessageMediaContact

Raw.MessageMediaContact

Attached contact.

messageMediaContact#70322949 phone_number:string first_name:string last_name:string vcard:string user_id:long = MessageMedia;
export namespace Raw {
  export class MessageMediaContact {
    constructor(params: {
      phoneNumber: string;
      firstName: string;
      lastName: string;
      vcard: string;
      userId: bigint;
    }) {}
  }
}
🚫

This is a types constructor, you can’t use it as method when call invoke.

Layer: 185
Constructor ID: 0x70322949

Property

  • phoneNumber : string

    Phone number

  • firstName : string

    Contact’s first name

  • lastName : string

    Contact’s last name

  • vcard : string

    Vcard of contact

  • userId : bigint

    User identifier or 0, if the user with the given phone number is not registered