Raw.InputMediaContact

Raw.InputMediaContact

Phone book contact

inputMediaContact#f8ab7dfb phone_number:string first_name:string last_name:string vcard:string = InputMedia;
export namespace Raw {
  export class InputMediaContact {
    constructor(params: {
      phoneNumber: string;
      firstName: string;
      lastName: string;
      vcard: string;
    }) {}
  }
}
🚫

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

Layer: 185
Constructor ID: 0xf8ab7dfb

Property

  • phoneNumber : string

    Phone number

  • firstName : string

    Contact’s first name

  • lastName : string

    Contact’s last name

  • vcard : string

    Contact vcard