Package it.tdlight.jni
Class TdApi.InlineQueryResultVideo
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.InlineQueryResult
it.tdlight.jni.TdApi.InlineQueryResultVideo
- Enclosing class:
- TdApi
public static class TdApi.InlineQueryResultVideo extends TdApi.InlineQueryResult
Represents a video.
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
String
description
Description of the video.String
id
Unique identifier of the query result.String
title
Title of the video.TdApi.Video
video
Video. -
Constructor Summary
Constructors Constructor Description InlineQueryResultVideo()
Represents a video.InlineQueryResultVideo(DataInput input)
InlineQueryResultVideo(String id, TdApi.Video video, String title, String description)
Represents a video. -
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
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:
- Constant Field Values
-
-
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
- 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()
-