docs
Toggle table of contents
35.1.0
common
Target filter
common
Switch theme
Search in API
Skip to content
docs
docs
/
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
>