1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-04 21:27:48 +01:00
MadelineProto/docs/API_docs/constructors/inputAppEvent.md

30 lines
638 B
Markdown

---
title: inputAppEvent
description: inputAppEvent attributes, type and example
---
## Constructor: inputAppEvent
[Back to constructors index](index.md)
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|time|[double](../types/double.md) | Required|
|type|[string](../types/string.md) | Required|
|peer|[long](../types/long.md) | Required|
|data|[string](../types/string.md) | Required|
### Type: [InputAppEvent](../types/InputAppEvent.md)
### Example:
```
$inputAppEvent = ['_' => 'inputAppEvent', 'time' => double, 'type' => string, 'peer' => long, 'data' => string, ];
```