| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
TD.Data.KeyboardButton
Documentation
data KeyboardButton Source #
Constructors
| KeyboardButton | Represents a single button in a bot keyboard |
Fields
| |
Instances
| FromJSON KeyboardButton Source # | |
Defined in TD.Data.KeyboardButton Methods parseJSON :: Value -> Parser KeyboardButton # parseJSONList :: Value -> Parser [KeyboardButton] # | |
| ToJSON KeyboardButton Source # | |
Defined in TD.Data.KeyboardButton Methods toJSON :: KeyboardButton -> Value # toEncoding :: KeyboardButton -> Encoding # toJSONList :: [KeyboardButton] -> Value # toEncodingList :: [KeyboardButton] -> Encoding # | |
| Show KeyboardButton Source # | |
Defined in TD.Data.KeyboardButton Methods showsPrec :: Int -> KeyboardButton -> ShowS # show :: KeyboardButton -> String # showList :: [KeyboardButton] -> ShowS # | |
| Eq KeyboardButton Source # | |
Defined in TD.Data.KeyboardButton Methods (==) :: KeyboardButton -> KeyboardButton -> Bool # (/=) :: KeyboardButton -> KeyboardButton -> Bool # | |
| ShortShow KeyboardButton Source # | |
Defined in TD.Data.KeyboardButton Methods shortShow :: KeyboardButton -> String Source # | |