public class InlineQueryResultGif extends Object implements InlineQueryResult
| Modifier and Type | Class and Description |
|---|---|
static class |
InlineQueryResultGif.InlineQueryResultGifBuilder |
| Constructor and Description |
|---|
InlineQueryResultGif() |
| Modifier and Type | Method and Description |
|---|---|
static InlineQueryResultGif.InlineQueryResultGifBuilder |
builder() |
String |
getCaption() |
int |
getGifHeight() |
URL |
getGifUrl() |
int |
getGifWidth() |
String |
getId() |
String |
getMessageText() |
ParseMode |
getParseMode() |
URL |
getThumbUrl() |
String |
getTitle() |
InlineQueryResultType |
getType() |
boolean |
isDisableWebPagePreview() |
public static InlineQueryResultGif.InlineQueryResultGifBuilder builder()
public InlineQueryResultType getType()
@NonNull public String getId()
@NonNull public URL getGifUrl()
public int getGifWidth()
public int getGifHeight()
@NonNull public URL getThumbUrl()
public String getTitle()
public String getCaption()
public String getMessageText()
public ParseMode getParseMode()
public boolean isDisableWebPagePreview()
Copyright © 2016. All rights reserved.