979 B
979 B
title | description | image |
---|---|---|
decryptedMessageActionResend | decryptedMessageActionResend attributes, type and example | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: decryptedMessageActionResend_17
Attributes:
Name | Type | Required |
---|---|---|
start_seq_no | int | Yes |
end_seq_no | int | Yes |
Type: DecryptedMessageAction
Example:
$decryptedMessageActionResend_17 = ['_' => 'decryptedMessageActionResend', 'start_seq_no' => int, 'end_seq_no' => int];
PWRTelegram json-encoded version:
{"_": "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}