1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-11-05 07:53:47 +00:00
tgbotapi/docs/dev.inmo.tgbotapi.extensions.utils.updates/only-base-inline-queries-with-updates.md
2021-03-17 15:18:37 +00:00

1.4 KiB

//docs/dev.inmo.tgbotapi.extensions.utils.updates/onlyBaseInlineQueriesWithUpdates

onlyBaseInlineQueriesWithUpdates

[common]
Content
fun <InlineQueryUpdate>.onlyBaseInlineQueriesWithUpdates(): <Pair<UpdateIdentifier, BaseInlineQuery>>
More info

Return

Mapped with Pairs. Pair.first in this pair will be UpdateIdentifier. It could be useful in cases you are using InlineQueryUpdate.updateId for some reasons. Pair.second will always be BaseInlineQuery.