mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-11 23:39:36 +01:00
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, ];
|
||
|
```
|
||
|
|