Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Synopsis
Documentation
data GetPaymentForm Source #
Returns an invoice payment form. This method must be called when the user presses inline button of the type inlineKeyboardButtonTypeBuy, or wants to buy access to media in a messagePaidMedia message. Returns PaymentForm
GetPaymentForm | |
|
Instances
ToJSON GetPaymentForm Source # | |
Defined in TD.Query.GetPaymentForm toJSON :: GetPaymentForm -> Value # toEncoding :: GetPaymentForm -> Encoding # toJSONList :: [GetPaymentForm] -> Value # toEncodingList :: [GetPaymentForm] -> Encoding # | |
Show GetPaymentForm Source # | |
Defined in TD.Query.GetPaymentForm showsPrec :: Int -> GetPaymentForm -> ShowS # show :: GetPaymentForm -> String # showList :: [GetPaymentForm] -> ShowS # | |
Eq GetPaymentForm Source # | |
Defined in TD.Query.GetPaymentForm (==) :: GetPaymentForm -> GetPaymentForm -> Bool # (/=) :: GetPaymentForm -> GetPaymentForm -> Bool # | |
ShortShow GetPaymentForm Source # | |
Defined in TD.Query.GetPaymentForm shortShow :: GetPaymentForm -> String Source # |