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 classThe user buying Telegram Stars for other users.static classThe user gifting Telegram Premium to another user.static classThe user boosting a chat by creating Telegram Premium gift codes for other users.static classThe user creating a Telegram Premium giveaway.static classThe user subscribing to Telegram Premium.static classThe user creating a Telegram Star giveaway.static classThe user buying Telegram Stars.Fields in org.drinkless.tdlib declared as TdApi.StorePaymentPurposeModifier and TypeFieldDescriptionTdApi.AssignStoreTransaction.purposeTransaction purpose.TdApi.CanPurchaseFromStore.purposeTransaction 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.