Raw.RpcAnswerDropped

Raw.RpcAnswerDropped

rpc_answer_dropped#a43ad8b7 msg_id:long seq_no:int bytes:int = RpcDropAnswer;
export namespace Raw {
  export class RpcAnswerDropped {
    constructor(params: { msgId: bigint; seqNo: number; bytes: number }) {}
  }
}
🚫

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

Layer: 185
Constructor ID: 0xa43ad8b7

Property