Description

Represent send message request handler.

Type Parameters

  • T extends SendableMessage = SendableMessage

Hierarchy

Constructors

Methods

Constructors

Methods

  • Parameters

    Returns MessageRequestHandler<T>

    Description

    A callback which is called immediately after the send message request. The message given to the callback is a pending message that is not sent yet (messageId === 0).

Generated using TypeDoc