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.extensions.utils.updates
/
onlyBaseInlineQueries
only
Base
Inline
Queries
fun
Flow
<
InlineQueryUpdate
>
.
onlyBaseInlineQueries
(
)
:
Flow
<
BaseInlineQuery
>
(
source
)
Return
Filter updates only with
BaseInlineQuery
and map it to a
Flow
with values
BaseInlineQuery
See also
only
Base
Inline
Queries
With
Updates