Uses of Class
org.drinkless.tdlib.TdApi.AvailableReaction
Packages that use TdApi.AvailableReaction
-
Uses of TdApi.AvailableReaction in org.drinkless.tdlib
Fields in org.drinkless.tdlib declared as TdApi.AvailableReactionModifier and TypeFieldDescriptionTdApi.AvailableReactions.popularReactions
List of popular reactions.TdApi.AvailableReactions.recentReactions
List of recently used reactions.TdApi.AvailableReactions.topReactions
List of reactions to be shown at the top.Constructors in org.drinkless.tdlib with parameters of type TdApi.AvailableReactionModifierConstructorDescriptionAvailableReactions
(TdApi.AvailableReaction[] topReactions, TdApi.AvailableReaction[] recentReactions, TdApi.AvailableReaction[] popularReactions, boolean allowCustomEmoji, boolean areTags, TdApi.ReactionUnavailabilityReason unavailabilityReason) Represents a list of reactions that can be added to a message.