Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
TD.Query.GetWebAppUrl
Synopsis
Documentation
data GetWebAppUrl Source #
Returns an HTTPS URL of a Web App to open from the side menu, a keyboardButtonTypeWebApp button, or an inlineQueryResultsButtonTypeWebApp button. Returns HttpUrl
Constructors
GetWebAppUrl | |
Fields
|
Instances
ToJSON GetWebAppUrl Source # | |
Defined in TD.Query.GetWebAppUrl Methods toJSON :: GetWebAppUrl -> Value # toEncoding :: GetWebAppUrl -> Encoding # toJSONList :: [GetWebAppUrl] -> Value # toEncodingList :: [GetWebAppUrl] -> Encoding # | |
Show GetWebAppUrl Source # | |
Defined in TD.Query.GetWebAppUrl Methods showsPrec :: Int -> GetWebAppUrl -> ShowS # show :: GetWebAppUrl -> String # showList :: [GetWebAppUrl] -> ShowS # | |
Eq GetWebAppUrl Source # | |
Defined in TD.Query.GetWebAppUrl | |
ShortShow GetWebAppUrl Source # | |
Defined in TD.Query.GetWebAppUrl Methods shortShow :: GetWebAppUrl -> String Source # |