---
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, ];
```