only Base Inline Queries
fun Flow<InlineQueryUpdate>.onlyBaseInlineQueries(): Flow<BaseInlineQuery>
Content copied to clipboard
Return
Filter updates only with BaseInlineQuery and map it to a Flow with values BaseInlineQuery