MadelineProto/old_docs/API_docs_v66/constructors/msgs_ack.md
2017-06-30 15:36:33 +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}, }