638 B
638 B
title | description |
---|---|
inputAppEvent | inputAppEvent attributes, type and example |
Constructor: inputAppEvent
Attributes:
Name | Type | Required |
---|---|---|
time | double | Required |
type | string | Required |
peer | long | Required |
data | string | Required |
Type: InputAppEvent
Example:
$inputAppEvent = ['_' => 'inputAppEvent', 'time' => double, 'type' => string, 'peer' => long, 'data' => string, ];