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 Details

    • userId

      public long userId
      Identifier of the user that sent Telegram Stars.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier 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 class TdApi.Object
      Returns:
      this.CONSTRUCTOR