public class InlineQueryResultVideo extends Object implements InlineQueryResult
| Modifier and Type | Class and Description |
|---|---|
static class |
InlineQueryResultVideo.InlineQueryResultVideoBuilder |
| Constructor and Description |
|---|
InlineQueryResultVideo() |
| Modifier and Type | Method and Description |
|---|---|
static InlineQueryResultVideo.InlineQueryResultVideoBuilder |
builder() |
String |
getCaption() |
String |
getId() |
String |
getMessageText() |
String |
getMimeType() |
ParseMode |
getParseMode() |
URL |
getThumbUrl() |
String |
getTitle() |
InlineQueryResultType |
getType() |
int |
getVideoHeight() |
URL |
getVideoUrl() |
int |
getVideoWidth() |
boolean |
isDisableWebPagePreview() |
public static InlineQueryResultVideo.InlineQueryResultVideoBuilder builder()
public InlineQueryResultType getType()
@NonNull public String getId()
@NonNull public URL getVideoUrl()
@NonNull public String getMimeType()
@NonNull public URL getThumbUrl()
public int getVideoWidth()
public int getVideoHeight()
public String getTitle()
public String getCaption()
public String getMessageText()
public ParseMode getParseMode()
public boolean isDisableWebPagePreview()
Copyright © 2016. All rights reserved.