View Source ExTDLib.Object.MessageReaction (ExTDLib v0.0.4)

Contains information about a reaction to a message.

NameTypeDescription
typeReactionTypeType of the reaction.
total_countnumberNumber of times the reaction was added.
is_chosenboolTrue, if the reaction is chosen by the current user.
used_sender_idMessageSenderIdentifier of the message sender used by the current user to add the reaction; may be null if unknown or the reaction isn't chosen.
recent_sender_idsMessageSenderIdentifiers of at most 3 recent message senders, added the reaction; available in private, basic group and supergroup chats.

More details on telegram's documentation.