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

    Interface DeleteMessageReactionParams

    Parameters for deleting a message reaction.

    interface DeleteMessageReactionParams {
        name?: string;
        type?: MessageReactionType;
    }
    Index

    Properties

    Properties

    name?: string

    The reaction name to delete; ie. the emoji. Required for all reaction types except MessageReactionType.Unique.

    The type of reaction, must be one of MessageReactionType. If not set, the default type will be used which is configured in the MessageOptions.defaultMessageReactionType of the room.