20 lines
483 B
Markdown
20 lines
483 B
Markdown
|
## Constructor: inputAppEvent
|
||
|
|
||
|
### 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 = ['time' => double, 'type' => string, 'peer' => long, 'data' => string, ];
|
||
|
```
|