Uses of Class
it.tdlight.jni.TdApi.ReactionType
-
Uses of TdApi.ReactionType in it.tdlight.jni
Subclasses of TdApi.ReactionType in it.tdlight.jniModifier and TypeClassDescriptionstatic final classA reaction with a custom emoji.static final classA reaction with an emoji.Fields in it.tdlight.jni declared as TdApi.ReactionTypeModifier and TypeFieldDescriptionTdApi.ChatAvailableReactionsSome.reactionsThe list of reactions.TdApi.AddMessageReaction.reactionTypeType of the reaction to add.TdApi.GetMessageAddedReactions.reactionTypeType of the reactions to return; pass null to return all added reactions.TdApi.RemoveMessageReaction.reactionTypeType of the reaction to remove.TdApi.SetDefaultReactionType.reactionTypeNew type of the default reaction.TdApi.UpdateDefaultReactionType.reactionTypeThe new type of the default reaction.TdApi.AddedReaction.typeType of the reaction.TdApi.AvailableReaction.typeType of the reaction.TdApi.MessageReaction.typeType of the reaction.TdApi.UnreadReaction.typeType of the reaction.Constructors in it.tdlight.jni with parameters of type TdApi.ReactionTypeModifierConstructorDescriptionAddedReaction(TdApi.ReactionType type, TdApi.MessageSender senderId, int date) Represents a reaction applied to a message.AddMessageReaction(long chatId, long messageId, TdApi.ReactionType reactionType, boolean isBig, boolean updateRecentReactions) Adds a reaction to a message.AvailableReaction(TdApi.ReactionType type, boolean needsPremium) Represents an available reaction.ChatAvailableReactionsSome(TdApi.ReactionType[] reactions) Only specific reactions are available in the chat.GetMessageAddedReactions(long chatId, long messageId, TdApi.ReactionType reactionType, String offset, int limit) Returns reactions added for a message, along with their sender.MessageReaction(TdApi.ReactionType type, int totalCount, boolean isChosen, TdApi.MessageSender[] recentSenderIds) Contains information about a reaction to a message.RemoveMessageReaction(long chatId, long messageId, TdApi.ReactionType reactionType) Removes a reaction from a message.SetDefaultReactionType(TdApi.ReactionType reactionType) Changes type of default reaction for the current user.UnreadReaction(TdApi.ReactionType type, TdApi.MessageSender senderId, boolean isBig) Contains information about an unread reaction to a message.UpdateDefaultReactionType(TdApi.ReactionType reactionType) The type of default reaction has changed.