inputAppEvent
Event that occurred in the application.
type tg.InputAppEvent struct { /* ... */ }
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Time | float64 | yes | Client's exact timestamp for the event |
Type | string | yes | Type of event |
Peer | int64 | yes | Arbitrary numeric value for more convenient selection of certain event types, or events referring to a certain object |
Data | JSONValueClass | yes | Details of the event |
References
- Official documentation
- Generated Go reference
- TL definition:
inputAppEvent#1d1b1245