Package org.drinkless.tdlib
Class TdApi.AnswerWebAppQuery
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Function<TdApi.InlineMessageId>
org.drinkless.tdlib.TdApi.AnswerWebAppQuery
- Enclosing class:
TdApi
Sets the result of interaction with a Web App and sends corresponding message on behalf of the user to the chat from which the query originated; 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.The result of the query.Identifier of the Web App query. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which sets the result of interaction with a Web App and sends corresponding message on behalf of the user to the chat from which the query originated; for bots only.AnswerWebAppQuery(String webAppQueryId, TdApi.InputInlineQueryResult result) Creates a function, which sets the result of interaction with a Web App and sends corresponding message on behalf of the user to the chat from which the query originated; 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
-
webAppQueryId
Identifier of the Web App query. -
result
The result of the query. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
AnswerWebAppQuery
public AnswerWebAppQuery()Default constructor for a function, which sets the result of interaction with a Web App and sends corresponding message on behalf of the user to the chat from which the query originated; for bots only.Returns
InlineMessageId -
AnswerWebAppQuery
Creates a function, which sets the result of interaction with a Web App and sends corresponding message on behalf of the user to the chat from which the query originated; for bots only.Returns
InlineMessageId- Parameters:
webAppQueryId- Identifier of the Web App 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
-