Interface ReactionCount

Represents a reaction added to a message along with the number of times it was added.

interface ReactionCount {
    total_count: number;
    type: ReactionType;
}

Properties

Properties

total_count: number

Number of times the reaction was added

Type of the reaction