Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
TD.Query.GetChatRevenueWithdrawalUrl
Documentation
data GetChatRevenueWithdrawalUrl Source #
Returns a URL for chat revenue withdrawal; requires owner privileges in the channel chat or the bot. Currently, this method can be used only if getOption("can_withdraw_chat_revenue") for channels with supergroupFullInfo.can_get_revenue_statistics == true or bots with userFullInfo.bot_info.can_get_revenue_statistics == true. Returns HttpUrl
Constructors
GetChatRevenueWithdrawalUrl | |
Instances
ToJSON GetChatRevenueWithdrawalUrl Source # | |
Defined in TD.Query.GetChatRevenueWithdrawalUrl Methods toJSON :: GetChatRevenueWithdrawalUrl -> Value # toEncoding :: GetChatRevenueWithdrawalUrl -> Encoding # toJSONList :: [GetChatRevenueWithdrawalUrl] -> Value # toEncodingList :: [GetChatRevenueWithdrawalUrl] -> Encoding # | |
Show GetChatRevenueWithdrawalUrl Source # | |
Defined in TD.Query.GetChatRevenueWithdrawalUrl Methods showsPrec :: Int -> GetChatRevenueWithdrawalUrl -> ShowS # show :: GetChatRevenueWithdrawalUrl -> String # showList :: [GetChatRevenueWithdrawalUrl] -> ShowS # | |
Eq GetChatRevenueWithdrawalUrl Source # | |
Defined in TD.Query.GetChatRevenueWithdrawalUrl Methods (==) :: GetChatRevenueWithdrawalUrl -> GetChatRevenueWithdrawalUrl -> Bool # (/=) :: GetChatRevenueWithdrawalUrl -> GetChatRevenueWithdrawalUrl -> Bool # | |
ShortShow GetChatRevenueWithdrawalUrl Source # | |
Defined in TD.Query.GetChatRevenueWithdrawalUrl Methods |