| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
TD.Query.GetAvailableGifts
Synopsis
Documentation
data GetAvailableGifts Source #
Returns gifts that can be sent to other users and channel chats. Returns AvailableGifts
Constructors
| GetAvailableGifts |
Instances
| ToJSON GetAvailableGifts Source # | |
Defined in TD.Query.GetAvailableGifts Methods toJSON :: GetAvailableGifts -> Value # toEncoding :: GetAvailableGifts -> Encoding # toJSONList :: [GetAvailableGifts] -> Value # toEncodingList :: [GetAvailableGifts] -> Encoding # | |
| Show GetAvailableGifts Source # | |
Defined in TD.Query.GetAvailableGifts Methods showsPrec :: Int -> GetAvailableGifts -> ShowS # show :: GetAvailableGifts -> String # showList :: [GetAvailableGifts] -> ShowS # | |
| Eq GetAvailableGifts Source # | |
Defined in TD.Query.GetAvailableGifts Methods (==) :: GetAvailableGifts -> GetAvailableGifts -> Bool # (/=) :: GetAvailableGifts -> GetAvailableGifts -> Bool # | |
| ShortShow GetAvailableGifts Source # | |
Defined in TD.Query.GetAvailableGifts Methods shortShow :: GetAvailableGifts -> String Source # | |