Raw.BadMsgNotification
bad_msg_notification#a7eff811 bad_msg_id:long bad_msg_seqno:int error_code:int = BadMsgNotification;
export namespace Raw {
export class BadMsgNotification {
constructor(params: { badMsgId: bigint; badMsgSeqno: number; errorCode: number }) {}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 185
Constructor ID: 0xa7eff811