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 |
getDescription() |
String |
getId() |
InputMessageContent |
getInputMessageContent() |
String |
getMimeType() |
InlineReplyMarkup |
getReplyMarkup() |
URL |
getThumbUrl() |
String |
getTitle() |
InlineQueryResultType |
getType() |
int |
getVideoDuration() |
int |
getVideoHeight() |
URL |
getVideoUrl() |
int |
getVideoWidth() |
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 int getVideoDuration()
public String getDescription()
public InlineReplyMarkup getReplyMarkup()
public InputMessageContent getInputMessageContent()
Copyright © 2016. All rights reserved.