| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
TD.Query.SetMenuButton
Synopsis
Documentation
data SetMenuButton Source #
Sets menu button for the given user or for all users; for bots only. Returns Ok
Constructors
| SetMenuButton | |
Fields
| |
Instances
| ToJSON SetMenuButton Source # | |
Defined in TD.Query.SetMenuButton Methods toJSON :: SetMenuButton -> Value # toEncoding :: SetMenuButton -> Encoding # toJSONList :: [SetMenuButton] -> Value # toEncodingList :: [SetMenuButton] -> Encoding # | |
| Show SetMenuButton Source # | |
Defined in TD.Query.SetMenuButton Methods showsPrec :: Int -> SetMenuButton -> ShowS # show :: SetMenuButton -> String # showList :: [SetMenuButton] -> ShowS # | |
| Eq SetMenuButton Source # | |
Defined in TD.Query.SetMenuButton Methods (==) :: SetMenuButton -> SetMenuButton -> Bool # (/=) :: SetMenuButton -> SetMenuButton -> Bool # | |
| ShortShow SetMenuButton Source # | |
Defined in TD.Query.SetMenuButton Methods shortShow :: SetMenuButton -> String Source # | |