Options
All
  • Public
  • Public/Protected
  • All
Menu

Class RequestMessage

Request message sent by client. Server must respond with one of response messages.

Hierarchy

Implements

Index

Constructors

Properties

Constructors

constructor

  • Construct new request message

    Parameters

    • id: number

      request identifier

    • type: string

      request type

    Returns RequestMessage

Properties

id

id: number

Identifier of request in the scope of current session

type

type: string

See Message#type description

Generated using TypeDoc