mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2024-11-05 07:53:47 +00:00
1.4 KiB
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.