Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
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
OpenWebApp | |
|
Instances
ToJSON OpenWebApp Source # | |
Defined in TD.Query.OpenWebApp toJSON :: OpenWebApp -> Value # toEncoding :: OpenWebApp -> Encoding # toJSONList :: [OpenWebApp] -> Value # toEncodingList :: [OpenWebApp] -> Encoding # | |
Show OpenWebApp Source # | |
Defined in TD.Query.OpenWebApp showsPrec :: Int -> OpenWebApp -> ShowS # show :: OpenWebApp -> String # showList :: [OpenWebApp] -> ShowS # | |
Eq OpenWebApp Source # | |
Defined in TD.Query.OpenWebApp (==) :: OpenWebApp -> OpenWebApp -> Bool # (/=) :: OpenWebApp -> OpenWebApp -> Bool # | |
ShortShow OpenWebApp Source # | |
Defined in TD.Query.OpenWebApp shortShow :: OpenWebApp -> String Source # |