public class InlineQueryResultArticle extends Object implements InlineQueryResult
| Modifier and Type | Class and Description |
|---|---|
static class |
InlineQueryResultArticle.InlineQueryResultArticleBuilder |
| Constructor and Description |
|---|
InlineQueryResultArticle() |
| Modifier and Type | Method and Description |
|---|---|
static InlineQueryResultArticle.InlineQueryResultArticleBuilder |
builder() |
String |
getDescription() |
String |
getId() |
String |
getMessageText() |
ParseMode |
getParseMode() |
int |
getThumbHeight() |
URL |
getThumbUrl() |
int |
getThumbWidth() |
String |
getTitle() |
InlineQueryResultType |
getType() |
URL |
getUrl() |
boolean |
isDisableWebPagePreview() |
boolean |
isHideUrl() |
public static InlineQueryResultArticle.InlineQueryResultArticleBuilder builder()
public InlineQueryResultType getType()
@NonNull public String getId()
@NonNull public String getTitle()
@NonNull public String getMessageText()
public ParseMode getParseMode()
public boolean isDisableWebPagePreview()
public URL getUrl()
public boolean isHideUrl()
public String getDescription()
public URL getThumbUrl()
public int getThumbWidth()
public int getThumbHeight()
Copyright © 2016. All rights reserved.