java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.InlineQueryResult
it.tdlight.jni.TdApi.InlineQueryResultVideo
- Enclosing class:
- TdApi
Represents a video.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Description of the video.Unique identifier of the query result.Title of the video.Video. -
Constructor Summary
ConstructorDescriptionRepresents a video.InlineQueryResultVideo
(DataInput input) Represents a video.InlineQueryResultVideo
(String id, TdApi.Video video, String title, String description) Represents a video. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
id
Unique identifier of the query result. -
video
Video. -
title
Title of the video. -
description
Description of the video. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
InlineQueryResultVideo
public InlineQueryResultVideo()Represents a video. -
InlineQueryResultVideo
Represents a video.- Parameters:
id
- String Unique identifier of the query result.video
- Video Video.title
- String Title of the video.description
- String Description of the video.
-
InlineQueryResultVideo
Represents a video.- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-