ktgbotapi
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
ktgbotapi
tgbotapi.core
/
dev.inmo.tgbotapi.requests.answers
/
InlineQueryResultsButton
/
Start
Start
@
Serializable
(
with
=
InlineQueryResultsButtonSerializer::class
)
data
class
Start
(
val
text
:
String
,
val
deepLinkParameter
:
String
)
:
InlineQueryResultsButton
Members
Constructors
Start
Link copied to clipboard
constructor
(
text
:
String
,
deepLinkParameter
:
String
)
Properties
deep
Link
Parameter
Link copied to clipboard
@
SerialName
(
value
=
"start_parameter"
)
val
deepLinkParameter
:
String
text
Link copied to clipboard
@
SerialName
(
value
=
"text"
)
open
override
val
text
:
String