add_log_message

Function add_log_message 

Source
pub async fn add_log_message(
    verbosity_level: i32,
    text: String,
    client_id: i32,
) -> Result<(), Error>
Expand description

Adds a message to TDLib internal log. Can be called synchronously

ยงArguments

  • verbosity_level - The minimum verbosity level needed for the message to be logged; 0-1023
  • text - Text of a message to log
  • client_id - The client id to send the request to