Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Synopsis
Documentation
data SetChatAccentColor Source #
Changes accent color and background custom emoji of a channel chat. Requires can_change_info administrator right. Returns Ok
SetChatAccentColor | |
|
Instances
ToJSON SetChatAccentColor Source # | |
Defined in TD.Query.SetChatAccentColor toJSON :: SetChatAccentColor -> Value # toEncoding :: SetChatAccentColor -> Encoding # toJSONList :: [SetChatAccentColor] -> Value # toEncodingList :: [SetChatAccentColor] -> Encoding # | |
Show SetChatAccentColor Source # | |
Defined in TD.Query.SetChatAccentColor showsPrec :: Int -> SetChatAccentColor -> ShowS # show :: SetChatAccentColor -> String # showList :: [SetChatAccentColor] -> ShowS # | |
Eq SetChatAccentColor Source # | |
Defined in TD.Query.SetChatAccentColor (==) :: SetChatAccentColor -> SetChatAccentColor -> Bool # (/=) :: SetChatAccentColor -> SetChatAccentColor -> Bool # | |
ShortShow SetChatAccentColor Source # | |
Defined in TD.Query.SetChatAccentColor shortShow :: SetChatAccentColor -> String Source # |