Class TdApi.StarTransactionTypeGiveawayDeposit

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

public static class TdApi.StarTransactionTypeGiveawayDeposit extends TdApi.StarTransactionType
The transaction is a deposit of Telegram Stars from a giveaway; relevant for regular users only.
  • Field Details

    • chatId

      public long chatId
      Identifier of a supergroup or a channel chat that created the giveaway.
    • giveawayMessageId

      public long giveawayMessageId
      Identifier of the message with the giveaway; may be 0 or an identifier of a deleted message.
    • CONSTRUCTOR

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

    • StarTransactionTypeGiveawayDeposit

      public StarTransactionTypeGiveawayDeposit()
      The transaction is a deposit of Telegram Stars from a giveaway; relevant for regular users only.
    • StarTransactionTypeGiveawayDeposit

      public StarTransactionTypeGiveawayDeposit(long chatId, long giveawayMessageId)
      The transaction is a deposit of Telegram Stars from a giveaway; relevant for regular users only.
      Parameters:
      chatId - Identifier of a supergroup or a channel chat that created the giveaway.
      giveawayMessageId - Identifier of the message with the giveaway; may be 0 or an identifier of a deleted message.
  • Method Details