MadelineProto/old_docs/API_docs_v33/constructors/inputGeoChat.md

28 lines
514 B
Markdown

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