Raw.Contact

Raw.Contact

A contact of the current user that is registered in the system.

contact#145ade0b user_id:long mutual:Bool = Contact;
export namespace Raw {
  export class Contact {
    constructor(params: { userId: bigint; mutual: boolean }) {}
  }
}
🚫

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

Layer: 185
Constructor ID: 0x145ade0b

Property

  • userId : bigint

    User identifier

  • mutual : boolean

    Current user is in the user’s contact list