Uses of Class
org.drinkless.tdlib.TdApi.PaidReactionType
Packages that use TdApi.PaidReactionType
-
Uses of TdApi.PaidReactionType in org.drinkless.tdlib
Subclasses of TdApi.PaidReactionType in org.drinkless.tdlibModifier and TypeClassDescriptionstatic class
An anonymous paid reaction.static class
A paid reaction on behalf of an owned chat.static class
A paid reaction on behalf of the current user.Fields in org.drinkless.tdlib declared as TdApi.PaidReactionTypeModifier and TypeFieldDescriptionTdApi.AddPendingPaidMessageReaction.type
Type of the paid reaction; pass null if the user didn't choose reaction type explicitly, for example, the reaction is set from the message bubble.TdApi.SetPaidMessageReactionType.type
New type of the paid reaction.TdApi.UpdateDefaultPaidReactionType.type
The new type of the default paid reaction.Constructors in org.drinkless.tdlib with parameters of type TdApi.PaidReactionTypeModifierConstructorDescriptionAddPendingPaidMessageReaction
(long chatId, long messageId, long starCount, TdApi.PaidReactionType type) Creates a function, which adds the paid message reaction to a message.SetPaidMessageReactionType
(long chatId, long messageId, TdApi.PaidReactionType type) Creates a function, which changes type of paid message reaction of the current user on a message.The type of default paid reaction has changed.