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 typechat_id- Optional chat identifier, associated with the eventdata- The log event dataclient_id- The client id to send the request to