Package org.drinkless.tdlib
Class TdApi.TelegramPaymentPurposeGiftedStars
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.TelegramPaymentPurpose
org.drinkless.tdlib.TdApi.TelegramPaymentPurposeGiftedStars
- Enclosing class:
- TdApi
The user buying Telegram Stars for other users.
-
Field Summary
FieldsModifier and TypeFieldDescriptionlongPaid amount, in the smallest units of the currency.static final intIdentifier uniquely determining type of the object.ISO 4217 currency code of the payment currency.longNumber of bought Telegram Stars.longIdentifier of the user to which Telegram Stars are gifted. -
Constructor Summary
ConstructorsConstructorDescriptionThe user buying Telegram Stars for other users.TelegramPaymentPurposeGiftedStars(long userId, String currency, long amount, long starCount) The user buying Telegram Stars for other users. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
userId
public long userIdIdentifier of the user to which Telegram Stars are gifted. -
currency
ISO 4217 currency code of the payment currency. -
amount
public long amountPaid amount, in the smallest units of the currency. -
starCount
public long starCountNumber of bought Telegram Stars. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
TelegramPaymentPurposeGiftedStars
public TelegramPaymentPurposeGiftedStars()The user buying Telegram Stars for other users. -
TelegramPaymentPurposeGiftedStars
The user buying Telegram Stars for other users.- Parameters:
userId- Identifier of the user to which Telegram Stars are gifted.currency- ISO 4217 currency code of the payment currency.amount- Paid amount, in the smallest units of the currency.starCount- Number of bought Telegram Stars.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-