Uses of Class
org.drinkless.tdlib.TdApi.ReactionUnavailabilityReason
Packages that use TdApi.ReactionUnavailabilityReason
-
Uses of TdApi.ReactionUnavailabilityReason in org.drinkless.tdlib
Subclasses of TdApi.ReactionUnavailabilityReason in org.drinkless.tdlibModifier and TypeClassDescriptionstatic class
The user is an anonymous administrator in the supergroup, but isn't a creator of it, so they can't vote on behalf of the supergroup.static class
The user isn't a member of the supergroup and can't send messages and reactions there without joining.Fields in org.drinkless.tdlib declared as TdApi.ReactionUnavailabilityReasonModifier and TypeFieldDescriptionTdApi.AvailableReactions.unavailabilityReason
The reason why the current user can't add reactions to the message, despite some other users can; may be null if none.Constructors in org.drinkless.tdlib with parameters of type TdApi.ReactionUnavailabilityReasonModifierConstructorDescriptionAvailableReactions
(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.