Raw.InputUser

Raw.InputUser

Defines a user for further interaction.

inputUser#f21158c6 user_id:long access_hash:long = InputUser;
export namespace Raw {
  export class InputUser {
    constructor(params: { userId: bigint; accessHash: bigint }) {}
  }
}
🚫

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

Layer: 185
Constructor ID: 0xf21158c6

Property

  • userId : bigint

    User identifier

  • accessHash : bigint

    AccessHash value from the user constructor