ktgbotapi
common
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
val
deepLinkParameter
:
String
text
Link copied to clipboard
open
override
val
text
:
String