AnswerWebAppQuery

@Serializable
data class AnswerWebAppQuery(val webAppQueryId: WebAppQueryId, val result: InlineQueryResult) : SimpleRequest<SentWebAppMessage>

Parameters

webAppQueryId

dev.inmo.tgbotapi.webapps.WebAppInitData.queryId

Constructors

Link copied to clipboard
constructor(webAppQueryId: WebAppQueryId, result: InlineQueryResult)

Functions

Link copied to clipboard
open override fun method(): String

Properties

Link copied to clipboard
open override val requestSerializer: SerializationStrategy<*>
Link copied to clipboard
Link copied to clipboard
open override val resultDeserializer: DeserializationStrategy<SentWebAppMessage>
Link copied to clipboard