Interface BotDTOMapper
public interface BotDTOMapper
Bot DTO mapper.
-
Method Summary
Modifier and TypeMethodDescriptionmap(org.telegram.telegrambots.meta.api.objects.User bot, TelegramBotProperties botProperties)
-
Method Details
-
map
BotDTO map(org.telegram.telegrambots.meta.api.objects.User bot, TelegramBotProperties botProperties) - Parameters:
bot- the Telegram bot userbotProperties- the Telegram bot properties- Returns:
- the mapped
BotDTO
-