public static class TdApi.InlineQueryResultVideo extends TdApi.InlineQueryResult
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
description
Description of the video.
|
java.lang.String |
id
Unique identifier of the query result.
|
java.lang.String |
title
Title of the video.
|
TdApi.Video |
video
Video.
|
| Constructor and Description |
|---|
InlineQueryResultVideo()
Represents a video.
|
InlineQueryResultVideo(java.lang.String id,
TdApi.Video video,
java.lang.String title,
java.lang.String description)
Represents a video.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String id
public TdApi.Video video
public java.lang.String title
public java.lang.String description
public static final int CONSTRUCTOR
public InlineQueryResultVideo()
public InlineQueryResultVideo(java.lang.String id,
TdApi.Video video,
java.lang.String title,
java.lang.String description)
id - Unique identifier of the query result.video - Video.title - Title of the video.description - Description of the video.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object