28 lines
497 B
Markdown
28 lines
497 B
Markdown
|
---
|
||
|
title: chatLocated
|
||
|
description: chatLocated attributes, type and example
|
||
|
---
|
||
|
## Constructor: chatLocated
|
||
|
[Back to constructors index](index.md)
|
||
|
|
||
|
|
||
|
|
||
|
### Attributes:
|
||
|
|
||
|
| Name | Type | Required |
|
||
|
|----------|:-------------:|---------:|
|
||
|
|chat\_id|[int](../types/int.md) | Required|
|
||
|
|distance|[int](../types/int.md) | Required|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [ChatLocated](../types/ChatLocated.md)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$chatLocated = ['_' => 'chatLocated', 'chat_id' => int, 'distance' => int, ];
|
||
|
```
|
||
|
|