Class AnswerWebAppQuery
java.lang.Object
io.github.natanimn.telebof.requests.AbstractBaseRequest<AnswerWebAppQuery, SentWebAppMessage>
io.github.natanimn.telebof.requests.answer.AnswerWebAppQuery
AnswerWebAppQuery class. Returns
SentWebAppMessage
on success.- Since:
- 3 March 2025
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAnswerWebAppQuery
(String web_app_query_id, InlineQueryResult result, Api api) Required -
Method Summary
Methods inherited from class io.github.natanimn.telebof.requests.AbstractBaseRequest
exec
-
Constructor Details
-
AnswerWebAppQuery
Required- Parameters:
web_app_query_id
- web app query idresult
- resultapi
- api
-