java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.InlineQueryResult
it.tdlight.jni.TdApi.InlineQueryResultDocument
- Enclosing class:
- TdApi
Represents a document.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Document description.Document.Unique identifier of the query result.Document title. -
Constructor Summary
ConstructorDescriptionRepresents a document.Represents a document.InlineQueryResultDocument
(String id, TdApi.Document document, String title, String description) Represents a document. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
id
Unique identifier of the query result. -
document
Document. -
title
Document title. -
description
Document description. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
InlineQueryResultDocument
public InlineQueryResultDocument()Represents a document. -
InlineQueryResultDocument
public InlineQueryResultDocument(String id, TdApi.Document document, String title, String description) Represents a document.- Parameters:
id
- String Unique identifier of the query result.document
- Document Document.title
- String Document title.description
- String Document description.
-
InlineQueryResultDocument
Represents a document.- 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()
-