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

    Type Alias Serial

    Serial: Message | string | { serial: string }

    A serial is used to identify a particular message, reaction or other chat event. It is the identifier for that event in the chat history.

    Serials can be conveyed either as a string, or an object that contains serial as a property. Message is included for type hinting and LLM purposes.

    The string-form of the serial should not be parsed or interpreted in any way, as it is subject to change without warning.

    Type declaration

    • Message
    • string
    • { serial: string }
      • serial: string

        The serial of the message.