commandsWithArgs

fun Flow<CommonMessage<TextContent>>.commandsWithArgs(argsSeparator: Regex = TelegramBotCommandsDefaults.defaultArgsSeparatorRegex): Flow<Pair<CommonMessage<TextContent>, List<Pair<String, Array<String>>>>>

Uses parseCommandsWithArgs on incoming text sources and map them with CommonMessage