Answer Web App Query
data class AnswerWebAppQuery(val webAppQueryId: WebAppQueryId, val result: InlineQueryResult) : SimpleRequest<SentWebAppMessage>
Content copied to clipboard
Parameters
web App Query Id
dev.inmo.tgbotapi.webapps.WebAppInitData.queryId
Constructors
Link copied to clipboard
fun AnswerWebAppQuery(webAppQueryId: WebAppQueryId, result: InlineQueryResult)
Content copied to clipboard
Functions
Properties
Link copied to clipboard
open override val resultDeserializer: DeserializationStrategy<SentWebAppMessage>
Content copied to clipboard