Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
TD.Query.SetChatTheme
Synopsis
- data SetChatTheme = SetChatTheme {}
- defaultSetChatTheme :: SetChatTheme
Documentation
data SetChatTheme Source #
Changes the chat theme. Supported only in private and secret chats. Returns Ok
Constructors
SetChatTheme | |
Instances
ToJSON SetChatTheme Source # | |
Defined in TD.Query.SetChatTheme Methods toJSON :: SetChatTheme -> Value # toEncoding :: SetChatTheme -> Encoding # toJSONList :: [SetChatTheme] -> Value # toEncodingList :: [SetChatTheme] -> Encoding # | |
Show SetChatTheme Source # | |
Defined in TD.Query.SetChatTheme Methods showsPrec :: Int -> SetChatTheme -> ShowS # show :: SetChatTheme -> String # showList :: [SetChatTheme] -> ShowS # | |
Eq SetChatTheme Source # | |
Defined in TD.Query.SetChatTheme | |
ShortShow SetChatTheme Source # | |
Defined in TD.Query.SetChatTheme Methods shortShow :: SetChatTheme -> String Source # |