Raw.MsgDetailedInfo

Raw.MsgDetailedInfo

msg_detailed_info#276d3ec6 msg_id:long answer_msg_id:long bytes:int status:int = MsgDetailedInfo;
export namespace Raw {
  export class MsgDetailedInfo {
    constructor(params: { msgId: bigint; answerMsgId: bigint; bytes: number; status: number }) {}
  }
}
🚫

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

Layer: 185
Constructor ID: 0x276d3ec6

Property