Interface SendPhotoMapper
public interface SendPhotoMapper
SendPhoto mapper.-
Method Summary
Modifier and TypeMethodDescriptionorg.telegram.telegrambots.meta.api.methods.send.SendPhotomap(SendPhotoDTO sendPhotoDTO, TelegramAdminProperties adminProperties)
-
Method Details
-
map
org.telegram.telegrambots.meta.api.methods.send.SendPhoto map(SendPhotoDTO sendPhotoDTO, TelegramAdminProperties adminProperties) - Parameters:
sendPhotoDTO- the send photo DTOadminProperties- the Telegram admin properties- Returns:
- the mapped
SendPhoto
-