Skip to content

new chosen inline result flow

Alexey Kravtsov edited this page May 19, 2020 · 1 revision

libtd-ktx / kotlinx.telegram.flows / newChosenInlineResultFlow

newChosenInlineResultFlow

fun TelegramFlow.newChosenInlineResultFlow(): Flow<UpdateNewChosenInlineResult>

emits UpdateNewChosenInlineResult if the user has chosen a result of an inline query; for bots only.

Clone this wiki locally