flatten Commands With Params
fun Flow<CommonMessage<TextContent>>.flattenCommandsWithParams(): Flow<Pair<CommonMessage<TextContent>, Pair<BotCommandTextSource, Array<TextSource>>>>
Flat commandsWithParams. Each Pair of BotCommandTextSource and its Array of arg text sources will be associated with its source message