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