pub async fn clear_all_draft_messages(
exclude_secret_chats: bool,
client_id: i32,
) -> Result<(), Error>
Expand description
Clears message drafts in all chats
ยงArguments
exclude_secret_chats
- Pass true to keep local message drafts in secret chatsclient_id
- The client id to send the request to