public class InlineQueryResultMpeg4Gif extends Object implements InlineQueryResult
| Constructor and Description |
|---|
InlineQueryResultMpeg4Gif() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCaption() |
String |
getId() |
InputMessageContent |
getInputMessageContent() |
Integer |
getMpeg4Height() |
String |
getMpeg4Url() |
Integer |
getMpeg4Width() |
InlineKeyboardMarkup |
getReplyMarkup() |
String |
getThumbUrl() |
String |
getTitle() |
String |
getType() |
InlineQueryResultMpeg4Gif |
setCaption(String caption) |
InlineQueryResultMpeg4Gif |
setId(String id) |
InlineQueryResultMpeg4Gif |
setInputMessageContent(InputMessageContent inputMessageContent) |
InlineQueryResultMpeg4Gif |
setMpeg4Height(Integer mpeg4Height) |
InlineQueryResultMpeg4Gif |
setMpeg4Url(String mpeg4Url) |
InlineQueryResultMpeg4Gif |
setMpeg4Width(Integer mpeg4Width) |
InlineQueryResultMpeg4Gif |
setReplyMarkup(InlineKeyboardMarkup replyMarkup) |
InlineQueryResultMpeg4Gif |
setThumbUrl(String thumbUrl) |
InlineQueryResultMpeg4Gif |
setTitle(String title) |
String |
toString() |
void |
validate()
Validates that mandatory fields are filled and optional objects
|
public String getType()
public String getId()
public InlineQueryResultMpeg4Gif setId(String id)
public String getMpeg4Url()
public InlineQueryResultMpeg4Gif setMpeg4Url(String mpeg4Url)
public Integer getMpeg4Width()
public InlineQueryResultMpeg4Gif setMpeg4Width(Integer mpeg4Width)
public Integer getMpeg4Height()
public InlineQueryResultMpeg4Gif setMpeg4Height(Integer mpeg4Height)
public String getThumbUrl()
public InlineQueryResultMpeg4Gif setThumbUrl(String thumbUrl)
public String getTitle()
public InlineQueryResultMpeg4Gif setTitle(String title)
public String getCaption()
public InlineQueryResultMpeg4Gif setCaption(String caption)
public InputMessageContent getInputMessageContent()
public InlineQueryResultMpeg4Gif setInputMessageContent(InputMessageContent inputMessageContent)
public InlineKeyboardMarkup getReplyMarkup()
public InlineQueryResultMpeg4Gif setReplyMarkup(InlineKeyboardMarkup replyMarkup)
public void validate()
throws TelegramApiValidationException
Validablevalidate in interface ValidableTelegramApiValidationException - If any mandatory field is emptyCopyright © 2016. All rights reserved.