MadelineProto/old_docs/API_docs_v25/constructors/chatLocated.md

28 lines
497 B
Markdown
Raw Normal View History

---
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, ];
```