Class TdApi.SetGiftResalePrice

Enclosing class:
TdApi

public static class TdApi.SetGiftResalePrice extends TdApi.Function<TdApi.Ok>
Changes resale price of a unique gift owned by the current user.

Returns Ok

  • Field Details

    • receivedGiftId

      public String receivedGiftId
      Identifier of the unique gift.
    • price

      public TdApi.GiftResalePrice price
      The new price for the unique gift; pass null to disallow gift resale. The current user will receive getOption("gift_resale_star_earnings_per_mille") Telegram Stars for each 1000 Telegram Stars paid for the gift if the gift price is in Telegram Stars or getOption("gift_resale_ton_earnings_per_mille") Toncoins for each 1000 Toncoins paid for the gift if the gift price is in Toncoins.
    • CONSTRUCTOR

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

    • SetGiftResalePrice

      public SetGiftResalePrice()
      Default constructor for a function, which changes resale price of a unique gift owned by the current user.

      Returns Ok

    • SetGiftResalePrice

      public SetGiftResalePrice(String receivedGiftId, TdApi.GiftResalePrice price)
      Creates a function, which changes resale price of a unique gift owned by the current user.

      Returns Ok

      Parameters:
      receivedGiftId - Identifier of the unique gift.
      price - The new price for the unique gift; pass null to disallow gift resale. The current user will receive getOption("gift_resale_star_earnings_per_mille") Telegram Stars for each 1000 Telegram Stars paid for the gift if the gift price is in Telegram Stars or getOption("gift_resale_ton_earnings_per_mille") Toncoins for each 1000 Toncoins paid for the gift if the gift price is in Toncoins.
  • 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