Function save_application_log_event

Source
pub async fn save_application_log_event(
    type: String,
    chat_id: i64,
    data: JsonValue,
    client_id: i32,
) -> Result<(), Error>
Expand description

Saves application log event on the server. Can be called before authorization

ยงArguments

  • r#type - Event type
  • chat_id - Optional chat identifier, associated with the event
  • data - The log event data
  • client_id - The client id to send the request to