Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
TD.Query.GetGiftChatThemes
Synopsis
Documentation
data GetGiftChatThemes Source #
Returns available to the current user gift chat themes. Returns GiftChatThemes
Constructors
GetGiftChatThemes | |
Instances
ToJSON GetGiftChatThemes Source # | |
Defined in TD.Query.GetGiftChatThemes Methods toJSON :: GetGiftChatThemes -> Value # toEncoding :: GetGiftChatThemes -> Encoding # toJSONList :: [GetGiftChatThemes] -> Value # toEncodingList :: [GetGiftChatThemes] -> Encoding # | |
Show GetGiftChatThemes Source # | |
Defined in TD.Query.GetGiftChatThemes Methods showsPrec :: Int -> GetGiftChatThemes -> ShowS # show :: GetGiftChatThemes -> String # showList :: [GetGiftChatThemes] -> ShowS # | |
Eq GetGiftChatThemes Source # | |
Defined in TD.Query.GetGiftChatThemes Methods (==) :: GetGiftChatThemes -> GetGiftChatThemes -> Bool # (/=) :: GetGiftChatThemes -> GetGiftChatThemes -> Bool # | |
ShortShow GetGiftChatThemes Source # | |
Defined in TD.Query.GetGiftChatThemes Methods shortShow :: GetGiftChatThemes -> String Source # |