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 classAn anonymous paid reaction.static classA paid reaction on behalf of an owned chat.static classA paid reaction on behalf of the current user.Fields in org.drinkless.tdlib declared as TdApi.PaidReactionTypeModifier and TypeFieldDescriptionTdApi.AddPendingPaidMessageReaction.typeType 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.typeNew type of the paid reaction.TdApi.UpdateDefaultPaidReactionType.typeThe 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.