Package com.jtelegram.api.message.impl
Class DocumentMessage
- java.lang.Object
-
- com.jtelegram.api.message.Message<T>
-
- com.jtelegram.api.message.CaptionableMessage<Document>
-
- com.jtelegram.api.message.impl.DocumentMessage
-
public class DocumentMessage extends CaptionableMessage<Document>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.jtelegram.api.message.Message
Message.Deserializer
-
-
Constructor Summary
Constructors Constructor Description DocumentMessage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Document
getContent()
Document
getDocument()
EditMessageCaption.EditMessageCaptionBuilder
toEditCaptionRequest()
Creates a request builder for editing the caption of this message.EditMessageMedia.EditMessageMediaBuilder
toEditMediaRequest()
Creates a request builder for editing the media shown in 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 Document getContent()
- Specified by:
getContent
in classMessage<Document>
-
toEditCaptionRequest
public EditMessageCaption.EditMessageCaptionBuilder toEditCaptionRequest()
Creates a request builder for editing the caption of this message.- Returns:
- the request builder
-
toEditMediaRequest
public EditMessageMedia.EditMessageMediaBuilder toEditMediaRequest()
Creates a request builder for editing the media shown in this message.- Returns:
- the request builder
-
getDocument
public Document getDocument()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classCaptionableMessage<Document>
-
-