Interface ReactionTypePaid

The paid reaction in a channel chat. Subtype of ReactionType.

interface ReactionTypePaid {
    @type: "reactionTypePaid";
}

Properties

Properties

@type: "reactionTypePaid"