• Preparing search index...
  • The search index is not available
Documentation - v0.25.7
  • Documentation
  • @mtcute/web
  • methods
  • setResaleStarGiftPrice

Function setResaleStarGiftPrice

  • setResaleStarGiftPrice(
        client: ITelegramClient,
        params: {
            gift: InputStarGift;
            price: null | number | Long | TypeStarsAmount;
        },
    ): Promise<void>
  • Set resale price for an owned star gift

    Parameters

    • client: ITelegramClient
    • params: { gift: InputStarGift; price: null | number | Long | TypeStarsAmount }
      • gift: InputStarGift

        Star gift to update the price of

      • price: null | number | Long | TypeStarsAmount

        New price of the gift (in stars), or null to unlist

    Returns Promise<void>

    • Defined in packages/core/src/highlevel/methods/premium/set-gift-resale-price.ts:8

Settings

Member Visibility
Documentation - v0.25.7
  • Loading...

Generated using TypeDoc