| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
TD.Query.SetDefaultBackground
Documentation
data SetDefaultBackground Source #
Sets default background for chats; adds the background to the list of installed backgrounds. Returns Background
Constructors
| SetDefaultBackground | |
Fields
| |
Instances
| ToJSON SetDefaultBackground Source # | |
Defined in TD.Query.SetDefaultBackground Methods toJSON :: SetDefaultBackground -> Value # toEncoding :: SetDefaultBackground -> Encoding # toJSONList :: [SetDefaultBackground] -> Value # toEncodingList :: [SetDefaultBackground] -> Encoding # | |
| Show SetDefaultBackground Source # | |
Defined in TD.Query.SetDefaultBackground Methods showsPrec :: Int -> SetDefaultBackground -> ShowS # show :: SetDefaultBackground -> String # showList :: [SetDefaultBackground] -> ShowS # | |
| Eq SetDefaultBackground Source # | |
Defined in TD.Query.SetDefaultBackground Methods (==) :: SetDefaultBackground -> SetDefaultBackground -> Bool # (/=) :: SetDefaultBackground -> SetDefaultBackground -> Bool # | |
| ShortShow SetDefaultBackground Source # | |
Defined in TD.Query.SetDefaultBackground Methods | |