async fn update_special_chat_name(
    context: &Context,
    contact_id: ContactId,
    name: String
) -> Result<()>