Uses of Class
org.drinkless.tdlib.TdApi.StorePaymentPurpose
Packages that use TdApi.StorePaymentPurpose
-
Uses of TdApi.StorePaymentPurpose in org.drinkless.tdlib
Subclasses of TdApi.StorePaymentPurpose in org.drinkless.tdlibModifier and TypeClassDescriptionstatic class
The user buying Telegram Stars for other users.static class
The user gifting Telegram Premium to another user.static class
The user boosting a chat by creating Telegram Premium gift codes for other users.static class
The user creating a Telegram Premium giveaway.static class
The user subscribing to Telegram Premium.static class
The user creating a Telegram Star giveaway.static class
The user buying Telegram Stars.Fields in org.drinkless.tdlib declared as TdApi.StorePaymentPurposeModifier and TypeFieldDescriptionTdApi.AssignStoreTransaction.purpose
Transaction purpose.TdApi.CanPurchaseFromStore.purpose
Transaction purpose.Constructors in org.drinkless.tdlib with parameters of type TdApi.StorePaymentPurposeModifierConstructorDescriptionAssignStoreTransaction
(TdApi.StoreTransaction transaction, TdApi.StorePaymentPurpose purpose) Creates a function, which informs server about an in-store purchase.Creates a function, which checks whether an in-store purchase is possible.