MadelineProtoDocs/docs/API_docs/constructors/decryptedMessageActionResend_17.md

892 B

title description image
decryptedMessageActionResend Decrypted message action resend https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: decryptedMessageActionResend_17

Back to constructors index

Decrypted message action resend

Attributes:

Name Type Required Description
start_seq_no int Yes Start seq no
end_seq_no int Yes End seq no

Type: DecryptedMessageAction

Example:

$decryptedMessageActionResend_17 = ['_' => 'decryptedMessageActionResend', 'start_seq_no' => int, 'end_seq_no' => int];

Or, if you're into Lua:

decryptedMessageActionResend_17={_='decryptedMessageActionResend', start_seq_no=int, end_seq_no=int}