Class InlineQueryResultCachedMpeg4Gif
- java.lang.Object
-
- org.apache.camel.component.telegram.model.InlineQueryResult
-
- org.apache.camel.component.telegram.model.InlineQueryResultCachedMpeg4Gif
-
public class InlineQueryResultCachedMpeg4Gif extends InlineQueryResult
Represents a link to a video animation (H.264/MPEG-4 AVC video without sound) stored on the Telegram servers.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
InlineQueryResultCachedMpeg4Gif.Builder
-
Constructor Summary
Constructors Constructor Description InlineQueryResultCachedMpeg4Gif()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static InlineQueryResultCachedMpeg4Gif.Builder
builder()
String
getCaption()
InputMessageContent
getInputMessageContext()
String
getMpeg4FileId()
String
getParseMode()
String
getTitle()
void
setCaption(String caption)
void
setInputMessageContext(InputMessageContent inputMessageContext)
void
setMpeg4FileId(String mpeg4FileId)
void
setParseMode(String parseMode)
void
setTitle(String title)
-
Methods inherited from class org.apache.camel.component.telegram.model.InlineQueryResult
getId, getReplyMarkup, getType, setId, setReplyMarkup, setType
-
-
-
-
Method Detail
-
builder
public static InlineQueryResultCachedMpeg4Gif.Builder builder()
-
getMpeg4FileId
public String getMpeg4FileId()
-
getTitle
public String getTitle()
-
getCaption
public String getCaption()
-
getParseMode
public String getParseMode()
-
getInputMessageContext
public InputMessageContent getInputMessageContext()
-
setMpeg4FileId
public void setMpeg4FileId(String mpeg4FileId)
-
setTitle
public void setTitle(String title)
-
setCaption
public void setCaption(String caption)
-
setParseMode
public void setParseMode(String parseMode)
-
setInputMessageContext
public void setInputMessageContext(InputMessageContent inputMessageContext)
-
-