Class InputMediaAudio
- java.lang.Object
-
- org.apache.camel.component.telegram.model.InputMedia
-
- org.apache.camel.component.telegram.model.InputMediaAudio
-
- All Implemented Interfaces:
Serializable
public class InputMediaAudio extends InputMedia
Represents an audio file to be treated as music to be sent.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InputMediaAudio()InputMediaAudio(String media, String caption, String parseMode, Integer duration, String performer, String title)BuildsInputMediaAudioinstance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetDuration()StringgetPerformer()StringgetTitle()voidsetDuration(Integer duration)voidsetPerformer(String performer)voidsetTitle(String title)-
Methods inherited from class org.apache.camel.component.telegram.model.InputMedia
getCaption, getMedia, getParseMode, getType, setCaption, setMedia, setParseMode, setType
-
-
-
-
Constructor Detail
-
InputMediaAudio
public InputMediaAudio(String media, String caption, String parseMode, Integer duration, String performer, String title)
BuildsInputMediaAudioinstance.- Parameters:
media- File to send. Pass a file_id to send a file that exists on the Telegram servers, or pass an HTTP URL for Telegram to get a file from the Internetcaption- Optional. Caption of the video to be sent, 0-1024 charactersparseMode- Optional. Send 'Markdown' or 'HTML', if you want Telegram apps to show bold, italic, fixed-width text or inline URLs in the media caption.duration- Optional. width.performer- Optional. performer.title- Optional. title.
-
InputMediaAudio
public InputMediaAudio()
-
-