ultra-telegram-framework
    Preparing search index...

    Interface MessageReactionCountUpdated

    This object represents reaction changes on a message with anonymous reactions.

    interface MessageReactionCountUpdated {
        chat: Chat;
        date: number;
        message_id: number;
        reactions: ReactionCount[];
    }
    Index

    Properties

    chat: Chat

    The chat containing the message

    date: number

    Date of the change in Unix time

    message_id: number

    Unique message identifier inside the chat

    reactions: ReactionCount[]

    List of reactions that are present on the message