1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-13 00:47:21 +01:00
MadelineProto/old_docs/API_docs_v65/constructors/msgs_ack.md
Daniil Gentili 1eb2fc0b4f fix
2017-04-21 13:27:04 +02:00

501 B

title description
msgs_ack msgs_ack attributes, type and example

Constructor: msgs_ack

Back to constructors index

Attributes:

Name Type Required
msg_ids Array of long Yes

Type: MsgsAck

Example:

$msgs_ack = ['_' => 'msgs_ack', 'msg_ids' => [long], ];

Or, if you're into Lua:

msgs_ack={_='msgs_ack', msg_ids={long}, }