@ably/chat - v0.7.0
    Preparing search index...

    Interface MessageEvent

    Payload for a message event.

    interface MessageEvent {
        message: Message;
        type: MessageEvents;
    }
    Index

    Properties

    Properties

    message: Message

    The message that was received.

    The type of the message event.