MadelineProto/old_docs/API_docs_v27/constructors/geoChatMessageEmpty.md

28 lines
531 B
Markdown

---
title: geoChatMessageEmpty
description: geoChatMessageEmpty attributes, type and example
---
## Constructor: geoChatMessageEmpty
[Back to constructors index](index.md)
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|chat\_id|[int](../types/int.md) | Required|
|id|[int](../types/int.md) | Required|
### Type: [GeoChatMessage](../types/GeoChatMessage.md)
### Example:
```
$geoChatMessageEmpty = ['_' => 'geoChatMessageEmpty', 'chat_id' => int, 'id' => int, ];
```