interface MessageReactionEventDetails {
    burst: boolean;
    type: ReactionType;
}

Properties

Properties

burst: boolean