Package org.drinkless.tdlib
Class TdApi.AnswerGuestQuery
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Function<TdApi.InlineMessageId>
org.drinkless.tdlib.TdApi.AnswerGuestQuery
- Enclosing class:
TdApi
Sets the result of a guest query; for bots only.
Returns InlineMessageId
-
Nested Class Summary
Nested classes/interfaces inherited from class org.drinkless.tdlib.TdApi.Function
TdApi.Function.Constructors -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.longIdentifier of the guest query.The result of the query. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which sets the result of a guest query; for bots only.AnswerGuestQuery(long guestQueryId, TdApi.InputInlineQueryResult result) Creates a function, which sets the result of a guest query; for bots only. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
Field Details
-
guestQueryId
public long guestQueryIdIdentifier of the guest query. -
result
The result of the query. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
AnswerGuestQuery
public AnswerGuestQuery()Default constructor for a function, which sets the result of a guest query; for bots only.Returns
InlineMessageId -
AnswerGuestQuery
Creates a function, which sets the result of a guest query; for bots only.Returns
InlineMessageId- Parameters:
guestQueryId- Identifier of the guest query.result- The result of the query.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Function<TdApi.InlineMessageId>- Returns:
- this.CONSTRUCTOR
-