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