onlyLocationInlineQueries

fun Flow<InlineQueryUpdate>.onlyLocationInlineQueries(): Flow<LocationInlineQuery>

Return

Filter updates only with LocationInlineQuery and map it to a Flow with values LocationInlineQuery

See also