MadelineProto/old_docs/API_docs_v38/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, ];
```