Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
TD.Data.AttachmentMenuBotColor
Documentation
data AttachmentMenuBotColor Source #
Constructors
AttachmentMenuBotColor | Describes a color to highlight a bot added to attachment menu |
Fields
|
Instances
FromJSON AttachmentMenuBotColor Source # | |
Defined in TD.Data.AttachmentMenuBotColor Methods parseJSON :: Value -> Parser AttachmentMenuBotColor # parseJSONList :: Value -> Parser [AttachmentMenuBotColor] # | |
Show AttachmentMenuBotColor Source # | |
Defined in TD.Data.AttachmentMenuBotColor Methods showsPrec :: Int -> AttachmentMenuBotColor -> ShowS # show :: AttachmentMenuBotColor -> String # showList :: [AttachmentMenuBotColor] -> ShowS # | |
Eq AttachmentMenuBotColor Source # | |
Defined in TD.Data.AttachmentMenuBotColor Methods (==) :: AttachmentMenuBotColor -> AttachmentMenuBotColor -> Bool # (/=) :: AttachmentMenuBotColor -> AttachmentMenuBotColor -> Bool # | |
ShortShow AttachmentMenuBotColor Source # | |
Defined in TD.Data.AttachmentMenuBotColor Methods |