| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
TD.Query.GetStickerOutline
Documentation
data GetStickerOutline Source #
Returns outline of a sticker. This is an offline method. Returns a 404 error if the outline isn't known. Returns Outline
Constructors
| GetStickerOutline | |
Fields
| |
Instances
| ToJSON GetStickerOutline Source # | |
Defined in TD.Query.GetStickerOutline Methods toJSON :: GetStickerOutline -> Value # toEncoding :: GetStickerOutline -> Encoding # toJSONList :: [GetStickerOutline] -> Value # toEncodingList :: [GetStickerOutline] -> Encoding # | |
| Show GetStickerOutline Source # | |
Defined in TD.Query.GetStickerOutline Methods showsPrec :: Int -> GetStickerOutline -> ShowS # show :: GetStickerOutline -> String # showList :: [GetStickerOutline] -> ShowS # | |
| Eq GetStickerOutline Source # | |
Defined in TD.Query.GetStickerOutline Methods (==) :: GetStickerOutline -> GetStickerOutline -> Bool # (/=) :: GetStickerOutline -> GetStickerOutline -> Bool # | |
| ShortShow GetStickerOutline Source # | |
Defined in TD.Query.GetStickerOutline Methods shortShow :: GetStickerOutline -> String Source # | |