Raw.DecryptedMessageActionResend17

Raw.DecryptedMessageActionResend17

Request for the other party in a secret chat to automatically resend a contiguous range of previously sent messages, as explained in sequence number is secret chats.

decryptedMessageActionResend#511110b0 start_seq_no:int end_seq_no:int = DecryptedMessageAction;
export namespace Raw {
  export class DecryptedMessageActionResend17 {
    constructor(params: { startSeqNo: number; endSeqNo: number }) {}
  }
}
🚫

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

Layer: 185
Constructor ID: 0x511110b0

Property

  • startSeqNo : number

    OutSeqNo of the first message to be resent, with correct parity

  • endSeqNo : number

    OutSeqNo of the last message to be resent, with same parity.