Interface SetNewChatPrivacySettings

Changes privacy settings for new chat creation; can be used only if getOption("can_set_new_chat_privacy_settings"). Request type for Tdjson#setNewChatPrivacySettings.

interface SetNewChatPrivacySettings {
    @type: "setNewChatPrivacySettings";
    settings: NewChatPrivacySettings;
}

Properties

Properties

@type: "setNewChatPrivacySettings"

New settings.