| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
TD.Query.SetUpgradedGiftColors
Synopsis
Documentation
data SetUpgradedGiftColors Source #
Changes color scheme for the current user based on an owned or a hosted upgraded gift; for Telegram Premium users only. Returns Ok
Constructors
| SetUpgradedGiftColors | |
Fields
| |
Instances
| ToJSON SetUpgradedGiftColors Source # | |
Defined in TD.Query.SetUpgradedGiftColors Methods toJSON :: SetUpgradedGiftColors -> Value # toEncoding :: SetUpgradedGiftColors -> Encoding # toJSONList :: [SetUpgradedGiftColors] -> Value # toEncodingList :: [SetUpgradedGiftColors] -> Encoding # | |
| Show SetUpgradedGiftColors Source # | |
Defined in TD.Query.SetUpgradedGiftColors Methods showsPrec :: Int -> SetUpgradedGiftColors -> ShowS # show :: SetUpgradedGiftColors -> String # showList :: [SetUpgradedGiftColors] -> ShowS # | |
| Eq SetUpgradedGiftColors Source # | |
Defined in TD.Query.SetUpgradedGiftColors Methods (==) :: SetUpgradedGiftColors -> SetUpgradedGiftColors -> Bool # (/=) :: SetUpgradedGiftColors -> SetUpgradedGiftColors -> Bool # | |
| ShortShow SetUpgradedGiftColors Source # | |
Defined in TD.Query.SetUpgradedGiftColors Methods | |