toggle menu
ktgbotapi
common
switch theme
search in API
tgbotapi.core
/
dev.inmo.tgbotapi.requests.answers
/
InlineQueryResultsButton
/
WebApp
Web
App
@
Serializable
(
with
=
InlineQueryResultsButtonSerializer::class
)
data
class
WebApp
(
val
text
:
String
,
val
webAppInfo
:
WebAppInfo
)
:
InlineQueryResultsButton
Members
Constructors
Web
App
Link copied to clipboard
constructor
(
text
:
String
,
webAppInfo
:
WebAppInfo
)
Properties
text
Link copied to clipboard
@
SerialName
(
value
=
"text"
)
open
override
val
text
:
String
web
App
Info
Link copied to clipboard
@
SerialName
(
value
=
"web_app"
)
val
webAppInfo
:
WebAppInfo