TelegramBotAPI v0.28.2 Release Notes

    • TelegramBotAPI-extensions-utils:
      • Several commands shortcuts for Flow<ContentMessage<TextContent>> has been added:
        • filterExactCommands
        • filterCommandsInsideTextMessages
        • filterCommandsWithArgs
      • Extension Flow<BaseSentMessageUpdate>.filterCommandsWithArgs has changed its signature: now it will also have original message paired with list of text sources
      • Shortcut method commonMessages for onlyCommonMessages
      • Shortcuts onlySentViaBot and withoutSentViaBot now are extensions for any Flow with types which implementing ContentMessage