MadelineProto/docs/API_docs/constructors/pong.md

26 lines
445 B
Markdown
Raw Normal View History

---
title: pong
description: pong attributes, type and example
---
## Constructor: pong
[Back to constructors index](index.md)
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|msg\_id|[long](../types/long.md) | Required|
|ping\_id|[long](../types/long.md) | Required|
### Type: [Pong](../types/Pong.md)
### Example:
```
$pong = ['_' => pong, 'msg_id' => long, 'ping_id' => long, ];
```