Function answer_custom_query

Source
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 query
  • data - JSON-serialized answer to the query
  • client_id - The client id to send the request to