toggle menu
ktgbotapi
common
switch theme
search in API
tgbotapi.core
/
dev.inmo.tgbotapi.requests.inline
Package-level
declarations
Types
Types
Save
Prepared
Inline
Message
Link copied to clipboard
@
Serializable
data
class
SavePreparedInlineMessage
(
val
userId
:
UserId
,
val
result
:
InlineQueryResult
,
val
allowSendToUsers
:
Boolean
=
false
,
val
allowSendToBots
:
Boolean
=
false
,
val
allowSendToGroups
:
Boolean
=
false
,
val
allowSendToChannels
:
Boolean
=
false
)
:
SimpleRequest
<
PreparedInlineMessage
>