command Params
fun Flow<ChatContentMessage<TextContent>>.commandParams(commandRegex: Regex): Flow<Pair<ChatContentMessage<TextContent>, Pair<BotCommandTextSource, Array<TextSource>>>>(source)
Use flattenCommandsWithParams and filter out the commands which do not matches to commandRegex