public class InlineQueryResultGif extends InlineQueryResult
| Modifier and Type | Class and Description |
|---|---|
static class |
InlineQueryResultGif.Builder |
| Constructor and Description |
|---|
InlineQueryResultGif() |
| Modifier and Type | Method and Description |
|---|---|
static InlineQueryResultGif.Builder |
builder() |
String |
getCaption() |
Integer |
getDuration() |
Integer |
getGifHeight() |
String |
getGifUrl() |
String |
getGifWidth() |
InputMessageContent |
getInputMessageContext() |
String |
getParseMode() |
String |
getThumbUrl() |
String |
getTitle() |
void |
setCaption(String caption) |
void |
setDuration(Integer duration) |
void |
setGifHeight(Integer gifHeight) |
void |
setGifUrl(String gifUrl) |
void |
setGifWidth(String gifWidth) |
void |
setInputMessageContext(InputMessageContent inputMessageContext) |
void |
setParseMode(String parseMode) |
void |
setThumbUrl(String thumbUrl) |
void |
setTitle(String title) |
getId, getReplyMarkup, getType, setId, setReplyMarkup, setTypepublic static InlineQueryResultGif.Builder builder()
public String getGifUrl()
public String getGifWidth()
public Integer getGifHeight()
public Integer getDuration()
public String getThumbUrl()
public String getTitle()
public String getCaption()
public String getParseMode()
public InputMessageContent getInputMessageContext()
public void setGifUrl(String gifUrl)
public void setGifWidth(String gifWidth)
public void setGifHeight(Integer gifHeight)
public void setDuration(Integer duration)
public void setThumbUrl(String thumbUrl)
public void setTitle(String title)
public void setCaption(String caption)
public void setParseMode(String parseMode)
public void setInputMessageContext(InputMessageContent inputMessageContext)
Apache Camel