MadelineProto/docs/MTProto_docs/constructors/msgs_ack.md

25 lines
425 B
Markdown
Raw Normal View History

---
title: msgs_ack
description: msgs_ack attributes, type and example
---
## Constructor: msgs\_ack
[Back to constructors index](index.md)
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|msg\_ids|Array of [long](../types/long.md) | Required|
### Type: [MsgsAck](../types/MsgsAck.md)
### Example:
```
2016-12-30 21:21:36 +01:00
$msgs_ack = ['_' => 'msgs_ack', 'msg_ids' => [Vector t], ];
```