Package com.jtelegram.api.message.impl
Class VoiceMessage
- java.lang.Object
-
- com.jtelegram.api.message.Message<T>
-
- com.jtelegram.api.message.CaptionableMessage<Voice>
-
- com.jtelegram.api.message.impl.VoiceMessage
-
public class VoiceMessage extends CaptionableMessage<Voice>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.jtelegram.api.message.Message
Message.Deserializer
-
-
Constructor Summary
Constructors Constructor Description VoiceMessage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Voice
getContent()
Voice
getVoice()
EditMessageCaption.EditMessageCaptionBuilder
toEditCaptionRequest()
Creates a request builder for editing the caption of this message.java.lang.String
toString()
-
Methods inherited from class com.jtelegram.api.message.CaptionableMessage
getCaption, getCaptionEntities
-
Methods inherited from class com.jtelegram.api.message.Message
getAuthorSignature, getChat, getDate, getEditDate, getForwardDate, getForwardedFrom, getForwardedFromChat, getForwardedFromMessageId, getForwardSignature, getFrom, getMessageId, getReplyToMessage, getSender, toDeleteRequest, toEditReplyMarkupRequest, toForwardRequest
-
-
-
-
Method Detail
-
getContent
public Voice getContent()
- Specified by:
getContent
in classMessage<Voice>
-
toEditCaptionRequest
public EditMessageCaption.EditMessageCaptionBuilder toEditCaptionRequest()
Creates a request builder for editing the caption of this message.- Returns:
- the request builder
-
getVoice
public Voice getVoice()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classCaptionableMessage<Voice>
-
-