mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-12 15:47:21 +01:00
30 lines
755 B
Markdown
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], ];
|
||
|
```
|
||
|
|