Class InlineCachedResultMpegGif
- java.lang.Object
-
- com.jtelegram.api.inline.result.framework.InlineResult
-
- com.jtelegram.api.inline.result.cached.InlineCachedResultMpegGif
-
- All Implemented Interfaces:
InlineResult.Cached,InlineResult.Captioned,InlineResult.Titled
public class InlineCachedResultMpegGif extends InlineResult implements InlineResult.Cached, InlineResult.Titled, InlineResult.Captioned
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classInlineCachedResultMpegGif.InlineCachedResultMpegGifBuilder-
Nested classes/interfaces inherited from class com.jtelegram.api.inline.result.framework.InlineResult
InlineResult.Cached, InlineResult.Captioned, InlineResult.Describeable, InlineResult.Duratable, InlineResult.Titled, InlineResult.Urlable, InlineResult.Visual
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static InlineCachedResultMpegGif.InlineCachedResultMpegGifBuilderbuilder()java.lang.StringgetCaption()ParseModegetCaptionParseMode()IdInputFilegetFileId()java.lang.StringgetTitle()java.lang.StringtoString()-
Methods inherited from class com.jtelegram.api.inline.result.framework.InlineResult
getId, getInputMessageContent, getReplyMarkup, getType
-
-
-
-
Method Detail
-
builder
public static InlineCachedResultMpegGif.InlineCachedResultMpegGifBuilder builder()
-
getFileId
public IdInputFile getFileId()
- Specified by:
getFileIdin interfaceInlineResult.Cached
-
getTitle
public java.lang.String getTitle()
- Specified by:
getTitlein interfaceInlineResult.Titled
-
getCaption
public java.lang.String getCaption()
- Specified by:
getCaptionin interfaceInlineResult.Captioned
-
getCaptionParseMode
public ParseMode getCaptionParseMode()
- Specified by:
getCaptionParseModein interfaceInlineResult.Captioned
-
toString
public java.lang.String toString()
- Overrides:
toStringin classInlineResult
-
-