Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
TD.Data.BotMenuButton
Documentation
data BotMenuButton Source #
Constructors
BotMenuButton | Describes a button to be shown instead of bot commands menu button |
Instances
FromJSON BotMenuButton Source # | |
Defined in TD.Data.BotMenuButton Methods parseJSON :: Value -> Parser BotMenuButton # parseJSONList :: Value -> Parser [BotMenuButton] # | |
ToJSON BotMenuButton Source # | |
Defined in TD.Data.BotMenuButton Methods toJSON :: BotMenuButton -> Value # toEncoding :: BotMenuButton -> Encoding # toJSONList :: [BotMenuButton] -> Value # toEncodingList :: [BotMenuButton] -> Encoding # | |
Show BotMenuButton Source # | |
Defined in TD.Data.BotMenuButton Methods showsPrec :: Int -> BotMenuButton -> ShowS # show :: BotMenuButton -> String # showList :: [BotMenuButton] -> ShowS # | |
Eq BotMenuButton Source # | |
Defined in TD.Data.BotMenuButton Methods (==) :: BotMenuButton -> BotMenuButton -> Bool # (/=) :: BotMenuButton -> BotMenuButton -> Bool # | |
ShortShow BotMenuButton Source # | |
Defined in TD.Data.BotMenuButton Methods shortShow :: BotMenuButton -> String Source # |