pub async fn set_default_message_auto_delete_time(
message_auto_delete_time: MessageAutoDeleteTime,
client_id: i32,
) -> Result<(), Error>Expand description
Changes the default message auto-delete time for new chats
§Arguments
message_auto_delete_time- New default message auto-delete time; must be from 0 up to 365 * 86400 and be divisible by 86400. If 0, then messages aren’t deleted automaticallyclient_id- The client id to send the request to