haskell-tdlib-2.0.70.0: Binding to the Telegram Database Library
Safe HaskellSafe-Inferred
LanguageGHC2021

TD.Query.GetStarWithdrawalUrl

Synopsis

Documentation

data GetStarWithdrawalUrl Source #

Returns a URL for Telegram Star withdrawal. Returns HttpUrl

Constructors

GetStarWithdrawalUrl 

Fields

  • owner_id :: Maybe MessageSender

    Identifier of the owner of the Telegram Stars; can be identifier of the current user, an owned bot, or an owned supergroup or channel chat

  • star_count :: Maybe Int

    The number of Telegram Stars to withdraw; must be between getOption("star_withdrawal_count_min") and getOption("star_withdrawal_count_max")

  • password :: Maybe Text

    The 2-step verification password of the current user