909 B
909 B
title | description |
---|---|
decryptedMessageActionResend | decryptedMessageActionResend attributes, type and example |
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, }