MadelineProto/docs/API_docs/constructors/msgs_ack.md

25 lines
423 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:
```
$msgs_ack = ['_' => msgs_ack, 'msg_ids' => [Vector t], ];
```