27 lines
429 B
Markdown
27 lines
429 B
Markdown
---
|
|
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], ];
|
|
```
|
|
|