ultra-telegram-framework
    Preparing search index...

    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;
    }
    Index

    Properties

    Properties

    total_count: number

    Number of times the reaction was added

    Type of the reaction