Package io.github.yvasyliev.forwarder.telegram.bot.dto
package io.github.yvasyliev.forwarder.telegram.bot.dto
Data Transfer Objects (DTOs) for the Telegram Forwarder Bot.
These classes are used to transfer data between different layers of the application.
-
ClassDescriptionData Transfer Object representing a Bot.Data Transfer Object representing command callback data.An InputFile implementation that uses an InputStream as the source of the file data.An
InputMediaPhotoimplementation that uses anInputStreamas the source of the photo data.AnInputMediaVideoimplementation that uses anInputStreamas the source of the video data.Data Transfer Object representing raw command callback data.