pub async fn answer_custom_query(
custom_query_id: i64,
data: String,
client_id: i32,
) -> Result<(), Error>
Expand description
Answers a custom query; for bots only
ยงArguments
custom_query_id
- Identifier of a custom querydata
- JSON-serialized answer to the queryclient_id
- The client id to send the request to