@shortcut/client
    Preparing search index...

    Interface StoryReaction

    Emoji reaction on a comment.

    interface StoryReaction {
        emoji: string;
        permission_ids: string[];
    }
    Index

    Properties

    emoji: string

    Emoji text of the reaction.

    permission_ids: string[]

    Permissions who have reacted with this.