public class InlineQueryResultPhoto extends InlineQueryResult
| Modifier and Type | Class and Description |
|---|---|
static class |
InlineQueryResultPhoto.Builder |
| Constructor and Description |
|---|
InlineQueryResultPhoto() |
| Modifier and Type | Method and Description |
|---|---|
static InlineQueryResultPhoto.Builder |
builder() |
String |
getCaption() |
String |
getDescription() |
InputMessageContent |
getInputMessageContext() |
String |
getParseMode() |
Integer |
getPhotoHeight() |
String |
getPhotoUrl() |
Integer |
getPhotoWidth() |
String |
getThumbUrl() |
String |
getTitle() |
void |
setCaption(String caption) |
void |
setDescription(String description) |
void |
setInputMessageContext(InputMessageContent inputMessageContext) |
void |
setParseMode(String parseMode) |
void |
setPhotoHeight(Integer photoHeight) |
void |
setPhotoUrl(String photoUrl) |
void |
setPhotoWidth(Integer photoWidth) |
void |
setThumbUrl(String thumbUrl) |
void |
setTitle(String title) |
getId, getReplyMarkup, getType, setId, setReplyMarkup, setTypepublic static InlineQueryResultPhoto.Builder builder()
public String getPhotoUrl()
public String getThumbUrl()
public Integer getPhotoWidth()
public Integer getPhotoHeight()
public String getTitle()
public String getDescription()
public String getCaption()
public String getParseMode()
public InputMessageContent getInputMessageContext()
public void setPhotoUrl(String photoUrl)
public void setThumbUrl(String thumbUrl)
public void setPhotoWidth(Integer photoWidth)
public void setPhotoHeight(Integer photoHeight)
public void setTitle(String title)
public void setDescription(String description)
public void setCaption(String caption)
public void setParseMode(String parseMode)
public void setInputMessageContext(InputMessageContent inputMessageContext)
Apache Camel