Raw.InputAppEvent

Raw.InputAppEvent

Event that occurred in the application.

inputAppEvent#1d1b1245 time:double type:string peer:long data:JSONValue = InputAppEvent;
export namespace Raw {
  export class InputAppEvent {
    constructor(params: { time: number; type: string; peer: bigint; data: Raw.TypeJSONValue }) {}
  }
}
🚫

This is a types constructor, you can’t use it as method when call invoke.

Layer: 185
Constructor ID: 0x1d1b1245

Property

  • time : number

    Client’s exact timestamp for the event

  • type : string

    Type of event

  • peer : bigint

    Arbitrary numeric value for more convenient selection of certain event types, or events referring to a certain object

  • data : Raw.TypeJSONValue

    Details of the event