850 B
850 B
title | description | image |
---|---|---|
inputAppEvent | App event | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: inputAppEvent
App event
Attributes:
Name | Type | Required | Description |
---|---|---|---|
time | double | Yes | Time |
type | string | Yes | Type |
peer | long | Yes | Peer |
data | string | Yes | Data |
Type: InputAppEvent
Example:
$inputAppEvent = ['_' => 'inputAppEvent', 'time' => double, 'type' => 'string', 'peer' => long, 'data' => 'string'];
Or, if you're into Lua:
inputAppEvent={_='inputAppEvent', time=double, type='string', peer=long, data='string'}