892 B
892 B
title | description | image |
---|---|---|
decryptedMessageActionResend | Decrypted message action resend | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: decryptedMessageActionResend_17
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}