Package org.drinkless.tdlib
Class TdApi.StarTransactionTypeBusinessBotTransferReceive
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.StarTransactionType
org.drinkless.tdlib.TdApi.StarTransactionTypeBusinessBotTransferReceive
- Enclosing class:
- TdApi
public static class TdApi.StarTransactionTypeBusinessBotTransferReceive
extends TdApi.StarTransactionType
The transaction is a transfer of Telegram Stars from a business account; for bots only.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Identifier uniquely determining type of the object.long
Identifier of the user that sent Telegram Stars. -
Constructor Summary
ConstructorsConstructorDescriptionThe transaction is a transfer of Telegram Stars from a business account; for bots only.StarTransactionTypeBusinessBotTransferReceive
(long userId) The transaction is a transfer of Telegram Stars from a business account; for bots only. -
Method Summary
Modifier and TypeMethodDescriptionint
Returns 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 that sent Telegram Stars. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
StarTransactionTypeBusinessBotTransferReceive
public StarTransactionTypeBusinessBotTransferReceive()The transaction is a transfer of Telegram Stars from a business account; for bots only. -
StarTransactionTypeBusinessBotTransferReceive
public StarTransactionTypeBusinessBotTransferReceive(long userId) The transaction is a transfer of Telegram Stars from a business account; for bots only.- Parameters:
userId
- Identifier of the user that sent Telegram Stars.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.Object
Returns an identifier uniquely determining type of the object.- Specified by:
getConstructor
in classTdApi.Object
- Returns:
- this.CONSTRUCTOR
-