InputAppEvent#
- class pyrogram.raw.types.InputAppEvent#
Event that occurred in the application.
Constructor of
InputAppEvent
.- Details:
Layer:
158
ID:
1D1B1245
- Parameters:
time (
float
64-bit
) – Client’s exact timestamp for the event.type (
str
) – Type of event.peer (
int
64-bit
) – Arbitrary numeric value for more convenient selection of certain event types, or events referring to a certain object.data (
JSONValue
) – Details of the event.