Class TdApi.StarTransactionTypeBusinessBotTransferSend

java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.StarTransactionType
org.drinkless.tdlib.TdApi.StarTransactionTypeBusinessBotTransferSend
Enclosing class:
TdApi

public static class TdApi.StarTransactionTypeBusinessBotTransferSend extends TdApi.StarTransactionType
The transaction is a transfer of Telegram Stars to a business bot; for regular users only.
  • Field Details

    • userId

      public long userId
      Identifier of the bot that received Telegram Stars.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • StarTransactionTypeBusinessBotTransferSend

      public StarTransactionTypeBusinessBotTransferSend()
      The transaction is a transfer of Telegram Stars to a business bot; for regular users only.
    • StarTransactionTypeBusinessBotTransferSend

      public StarTransactionTypeBusinessBotTransferSend(long userId)
      The transaction is a transfer of Telegram Stars to a business bot; for regular users only.
      Parameters:
      userId - Identifier of the bot that received 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