@shortcut/client
    Preparing search index...

    Interface ReactionSlim

    interface ReactionSlim {
        emoji: string;
        entity_type: "reaction:slim";
        id: string;
        uri: string;
    }
    Index

    Properties

    Properties

    emoji: string

    The emoji used for the Reaction.

    entity_type: "reaction:slim"

    The type of this entity.

    id: string

    The unique ID of the Reaction.

    uuid

    uri: string

    A resolvable URI for the entity that will return the full representation.

    2048

    ^https?://.+$