685 B
685 B
title | description | image |
---|---|---|
msgs_ack | msgs_ack attributes, type and example | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: msgs_ack
Attributes:
Name | Type | Required |
---|---|---|
msg_ids | Array of long | Yes |
Type: MsgsAck
Example:
$msgs_ack = ['_' => 'msgs_ack', 'msg_ids' => [long, long]];
PWRTelegram json-encoded version:
{"_": "msgs_ack", "msg_ids": [long]}
Or, if you're into Lua:
msgs_ack={_='msgs_ack', msg_ids={long}}