Uses of Class
com.jtelegram.api.message.CaptionableMessage
-
Packages that use CaptionableMessage Package Description com.jtelegram.api.events.message.edit com.jtelegram.api.message.impl com.jtelegram.api.requests.message.edit -
-
Uses of CaptionableMessage in com.jtelegram.api.events.message.edit
Methods in com.jtelegram.api.events.message.edit that return CaptionableMessage Modifier and Type Method Description CaptionableMessageCaptionEditEvent. getMessage()Constructors in com.jtelegram.api.events.message.edit with parameters of type CaptionableMessage Constructor Description CaptionEditEvent(TelegramBot bot, CaptionableMessage message) -
Uses of CaptionableMessage in com.jtelegram.api.message.impl
Subclasses of CaptionableMessage in com.jtelegram.api.message.impl Modifier and Type Class Description classAudioMessageclassDocumentMessageclassPhotoMessageclassVideoMessageclassVideoNoteMessageclassVoiceMessage -
Uses of CaptionableMessage in com.jtelegram.api.requests.message.edit
Methods in com.jtelegram.api.requests.message.edit with parameters of type CaptionableMessage Modifier and Type Method Description static EditMessageCaption.EditMessageCaptionBuilderEditMessageCaption. forMessage(CaptionableMessage<?> message)Creates a request builder to edit the caption of the specified message.
-