Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
TD.Query.OpenWebApp
Synopsis
Documentation
data OpenWebApp Source #
Informs TDLib that a Web App is being opened from the attachment menu, a botMenuButton button, an internalLinkTypeAttachmentMenuBot link, or an inlineKeyboardButtonTypeWebApp button. For each bot, a confirmation alert about data sent to the bot must be shown once. Returns WebAppInfo
Constructors
OpenWebApp | |
Fields
|
Instances
ToJSON OpenWebApp Source # | |
Defined in TD.Query.OpenWebApp Methods toJSON :: OpenWebApp -> Value # toEncoding :: OpenWebApp -> Encoding # toJSONList :: [OpenWebApp] -> Value # toEncodingList :: [OpenWebApp] -> Encoding # | |
Show OpenWebApp Source # | |
Defined in TD.Query.OpenWebApp Methods showsPrec :: Int -> OpenWebApp -> ShowS # show :: OpenWebApp -> String # showList :: [OpenWebApp] -> ShowS # | |
Eq OpenWebApp Source # | |
Defined in TD.Query.OpenWebApp | |
ShortShow OpenWebApp Source # | |
Defined in TD.Query.OpenWebApp Methods shortShow :: OpenWebApp -> String Source # |