answerGuestQuery
Answer a guest query. BOT-ONLY
Parameters
id: string
The identifier of the guest query to answer.
Result
string
The identifier of the sent message.
Syntax
await client.answerGuestQuery(id, result);
Answer a guest query. BOT-ONLY
The identifier of the guest query to answer.
The identifier of the sent message.
await client.answerGuestQuery(id, result);