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

    Interface DeleteMessageParams

    Parameters for deleting a message.

    interface DeleteMessageParams {
        description?: string;
        metadata?: OperationMetadata;
    }

    Hierarchy (View Summary)

    Index

    Properties

    description?: string

    Optional description for the message action.

    Optional metadata that will be added to the action. Defaults to empty.