Package io.github.yvasyliev.telegramforwarderbot.aspect
package io.github.yvasyliev.telegramforwarderbot.aspect
Aspect-oriented programming (AOP) configuration for the Telegram Forwarder Bot.
This package contains aspects that handle cross-cutting concerns such as authentication,
error handling and controls buttons sending.
-
ClassesClassDescriptionAspect for sending responses to callback queries in Telegram.Aspect that intercepts command execution and handles security checks.Aspect that edits the text of the post controls message after executing a callback query command.Aspect that sends a post control keyboard after sending a post or media group.Aspect for handling authentication of Telegram events.