mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 19:58:06 +01:00
28 lines
587 B
Markdown
28 lines
587 B
Markdown
|
---
|
||
|
title: messageActionGeoChatCreate
|
||
|
description: messageActionGeoChatCreate attributes, type and example
|
||
|
---
|
||
|
## Constructor: messageActionGeoChatCreate
|
||
|
[Back to constructors index](index.md)
|
||
|
|
||
|
|
||
|
|
||
|
### Attributes:
|
||
|
|
||
|
| Name | Type | Required |
|
||
|
|----------|:-------------:|---------:|
|
||
|
|title|[string](../types/string.md) | Required|
|
||
|
|address|[string](../types/string.md) | Required|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [MessageAction](../types/MessageAction.md)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$messageActionGeoChatCreate = ['_' => 'messageActionGeoChatCreate', 'title' => string, 'address' => string, ];
|
||
|
```
|
||
|
|