| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
TD.Query.GetReceivedGifts
Synopsis
- data GetReceivedGifts = GetReceivedGifts {
- business_connection_id :: Maybe Text
- owner_id :: Maybe MessageSender
- collection_id :: Maybe Int
- exclude_unsaved :: Maybe Bool
- exclude_saved :: Maybe Bool
- exclude_unlimited :: Maybe Bool
- exclude_upgradable :: Maybe Bool
- exclude_non_upgradable :: Maybe Bool
- exclude_upgraded :: Maybe Bool
- exclude_without_colors :: Maybe Bool
- exclude_hosted :: Maybe Bool
- sort_by_price :: Maybe Bool
- offset :: Maybe Text
- limit :: Maybe Int
- defaultGetReceivedGifts :: GetReceivedGifts
Documentation
data GetReceivedGifts Source #
Returns gifts received by the given user or chat. Returns ReceivedGifts
Constructors
| GetReceivedGifts | |
Fields
| |
Instances
| ToJSON GetReceivedGifts Source # | |
Defined in TD.Query.GetReceivedGifts Methods toJSON :: GetReceivedGifts -> Value # toEncoding :: GetReceivedGifts -> Encoding # toJSONList :: [GetReceivedGifts] -> Value # toEncodingList :: [GetReceivedGifts] -> Encoding # | |
| Show GetReceivedGifts Source # | |
Defined in TD.Query.GetReceivedGifts Methods showsPrec :: Int -> GetReceivedGifts -> ShowS # show :: GetReceivedGifts -> String # showList :: [GetReceivedGifts] -> ShowS # | |
| Eq GetReceivedGifts Source # | |
Defined in TD.Query.GetReceivedGifts Methods (==) :: GetReceivedGifts -> GetReceivedGifts -> Bool # (/=) :: GetReceivedGifts -> GetReceivedGifts -> Bool # | |
| ShortShow GetReceivedGifts Source # | |
Defined in TD.Query.GetReceivedGifts Methods shortShow :: GetReceivedGifts -> String Source # | |