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