TD.Data.ChatTheme
data ChatTheme Source #
Describes a chat theme
Constructors
A chat theme based on an emoji
Fields
Name of the theme; full theme description is received through updateEmojiChatThemes
A chat theme based on an upgraded gift
The chat theme
Defined in TD.Data.ChatTheme
Methods
parseJSON :: Value -> Parser ChatTheme #
parseJSONList :: Value -> Parser [ChatTheme] #
showsPrec :: Int -> ChatTheme -> ShowS #
show :: ChatTheme -> String #
showList :: [ChatTheme] -> ShowS #
(==) :: ChatTheme -> ChatTheme -> Bool #
(/=) :: ChatTheme -> ChatTheme -> Bool #
shortShow :: ChatTheme -> String Source #