Interface InputMediaMapper
public interface InputMediaMapper
InputMedia mapper.-
Method Summary
Modifier and TypeMethodDescriptionorg.telegram.telegrambots.meta.api.objects.media.InputMediamap(InputMediaDTO inputMediaDTO) MapsInputMediaDTOtoInputMedia.
-
Method Details
-
map
MapsInputMediaDTOtoInputMedia.- Parameters:
inputMediaDTO- the input media DTO- Returns:
- the mapped input media
-