pub async fn set_new_chat_privacy_settings(
settings: NewChatPrivacySettings,
client_id: i32,
) -> Result<(), Error>Expand description
Changes privacy settings for new chat creation; can be used only if getOption(“can_set_new_chat_privacy_settings”)
§Arguments
settings- New settingsclient_id- The client id to send the request to