Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Synopsis
- data GetRecentStickers = GetRecentStickers {
- is_attached :: Maybe Bool
Documentation
data GetRecentStickers Source #
Returns a list of recently used stickers. Returns Stickers
GetRecentStickers | |
|
Instances
ToJSON GetRecentStickers Source # | |
Defined in TD.Query.GetRecentStickers toJSON :: GetRecentStickers -> Value # toEncoding :: GetRecentStickers -> Encoding # toJSONList :: [GetRecentStickers] -> Value # toEncodingList :: [GetRecentStickers] -> Encoding # | |
Show GetRecentStickers Source # | |
Defined in TD.Query.GetRecentStickers showsPrec :: Int -> GetRecentStickers -> ShowS # show :: GetRecentStickers -> String # showList :: [GetRecentStickers] -> ShowS # | |
Eq GetRecentStickers Source # | |
Defined in TD.Query.GetRecentStickers (==) :: GetRecentStickers -> GetRecentStickers -> Bool # (/=) :: GetRecentStickers -> GetRecentStickers -> Bool # | |
ShortShow GetRecentStickers Source # | |
Defined in TD.Query.GetRecentStickers shortShow :: GetRecentStickers -> String Source # |