toggle menu
Simple Robot 组件 | Telegram
0.0.12
common
switch theme
search in API
simbot-component-telegram-type
/
love.forte.simbot.telegram.type.inline
Package-level
declarations
Types
Types
Chosen
Inline
Result
Link copied to clipboard
@
Serializable
data
class
ChosenInlineResult
(
val
resultId
:
String
,
val
from
:
User
,
val
location
:
Location
?
=
null
,
val
inlineMessageId
:
String
?
=
null
,
val
query
:
String
)
ChosenInlineResult
Inline
Query
Link copied to clipboard
@
Serializable
data
class
InlineQuery
(
val
id
:
String
,
val
from
:
User
,
val
query
:
String
,
val
offset
:
String
,
val
chatType
:
String
?
=
null
,
val
location
:
Location
?
=
null
)
InlineQuery