MadelineProto/old_docs/API_docs_v27/constructors/geochats_located.md

30 lines
755 B
Markdown

---
title: geochats_located
description: geochats_located attributes, type and example
---
## Constructor: geochats\_located
[Back to constructors index](index.md)
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|results|Array of [ChatLocated](../types/ChatLocated.md) | Required|
|messages|Array of [GeoChatMessage](../types/GeoChatMessage.md) | Required|
|chats|Array of [Chat](../types/Chat.md) | Required|
|users|Array of [User](../types/User.md) | Required|
### Type: [geochats\_Located](../types/geochats_Located.md)
### Example:
```
$geochats_located = ['_' => 'geochats_located', 'results' => [Vector t], 'messages' => [Vector t], 'chats' => [Vector t], 'users' => [Vector t], ];
```