Raw.BadServerSalt

Raw.BadServerSalt

bad_server_salt#edab447b bad_msg_id:long bad_msg_seqno:int error_code:int new_server_salt:long = BadMsgNotification;
export namespace Raw {
  export class BadServerSalt {
    constructor(params: {
      badMsgId: bigint;
      badMsgSeqno: number;
      errorCode: number;
      newServerSalt: bigint;
    }) {}
  }
}
🚫

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

Layer: 185
Constructor ID: 0xedab447b

Property