Interface SendVideoMapper
public interface SendVideoMapper
SendVideo mapper.-
Method Summary
Modifier and TypeMethodDescriptionorg.telegram.telegrambots.meta.api.methods.send.SendVideomap(SendVideoDTO sendVideoDTO, TelegramAdminProperties adminProperties)
-
Method Details
-
map
org.telegram.telegrambots.meta.api.methods.send.SendVideo map(SendVideoDTO sendVideoDTO, TelegramAdminProperties adminProperties) - Parameters:
sendVideoDTO- the send video DTOadminProperties- the Telegram admin properties- Returns:
- the mapped
SendVideo
-