| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
TD.Query.GetPreparedKeyboardButton
Documentation
data GetPreparedKeyboardButton Source #
Returns a keyboard button prepared by the bot for the user. The button will be of the type keyboardButtonTypeRequestUsers, keyboardButtonTypeRequestChat, or keyboardButtonTypeRequestManagedBot. Returns KeyboardButton
Constructors
| GetPreparedKeyboardButton | |
Fields
| |
Instances
| ToJSON GetPreparedKeyboardButton Source # | |
Defined in TD.Query.GetPreparedKeyboardButton Methods toJSON :: GetPreparedKeyboardButton -> Value # toEncoding :: GetPreparedKeyboardButton -> Encoding # toJSONList :: [GetPreparedKeyboardButton] -> Value # | |
| Show GetPreparedKeyboardButton Source # | |
Defined in TD.Query.GetPreparedKeyboardButton Methods showsPrec :: Int -> GetPreparedKeyboardButton -> ShowS # show :: GetPreparedKeyboardButton -> String # showList :: [GetPreparedKeyboardButton] -> ShowS # | |
| Eq GetPreparedKeyboardButton Source # | |
Defined in TD.Query.GetPreparedKeyboardButton Methods (==) :: GetPreparedKeyboardButton -> GetPreparedKeyboardButton -> Bool # (/=) :: GetPreparedKeyboardButton -> GetPreparedKeyboardButton -> Bool # | |
| ShortShow GetPreparedKeyboardButton Source # | |
Defined in TD.Query.GetPreparedKeyboardButton Methods | |