Raw.bots.AnswerWebhookJSONQuery
Answers a custom query; for bots only
bots.answerWebhookJSONQuery#e6213f4d query_id:long data:DataJSON = Bool;
export namespace Raw {
export namespace bots {
export class AnswerWebhookJSONQuery {
constructor(params: { queryId: bigint; data: Raw.TypeDataJSON }) {}
}
}
}
This is a function constructor, you can use it as method when call invoke
Layer: 185
Constructor ID: 0xe6213f4d
Property
queryId
: bigintIdentifier of a custom query
data
: Raw.TypeDataJSONJson-serialized answer to the query