ktgbotapi
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
ktgbotapi
tgbotapi.core
/
dev.inmo.tgbotapi.requests.answers
/
InlineQueryResultsButton
Inline
Query
Results
Button
sealed
interface
InlineQueryResultsButton
Inheritors
WebApp
Start
Unknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Raw
Link copied to clipboard
class
Raw
Start
Link copied to clipboard
data
class
Start
(
val
text
:
String
,
val
deepLinkParameter
:
String
)
:
InlineQueryResultsButton
Unknown
Link copied to clipboard
data
class
Unknown
:
InlineQueryResultsButton
Web
App
Link copied to clipboard
data
class
WebApp
(
val
text
:
String
,
val
webAppInfo
:
WebAppInfo
)
:
InlineQueryResultsButton
Properties
text
Link copied to clipboard
abstract
val
text
:
String