discord-protos 1.2.87 → 1.2.89
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/discord_protos/__init__.py +1 -1
- package/discord_protos/discord_experimentation/v1/Experiment.proto +2 -2
- package/discord_protos/discord_experimentation/v1/Experiment_pb2.py +92 -92
- package/discord_protos/discord_users/v1/PreloadedUserSettings.proto +1 -0
- package/discord_protos/discord_users/v1/PreloadedUserSettings_pb2.py +105 -105
- package/dist/discord_protos/discord_experimentation/v1/Experiment.d.ts +0 -8
- package/dist/discord_protos/discord_experimentation/v1/Experiment.js +0 -8
- package/dist/discord_protos/discord_users/v1/PreloadedUserSettings.d.ts +8 -0
- package/dist/discord_protos/discord_users/v1/PreloadedUserSettings.js +15 -1
- package/package.json +1 -1
|
@@ -238,9 +238,7 @@ message Experiment {
|
|
|
238
238
|
PHASE_UNSPECIFIED = 0;
|
|
239
239
|
PHASE_DRAFT = 1;
|
|
240
240
|
PHASE_MEASUREMENT = 2;
|
|
241
|
-
PHASE_MEASUREMENT_ENDED = 3;
|
|
242
241
|
PHASE_ROLLING_OUT = 4;
|
|
243
|
-
PHASE_ROLLED_OUT = 5;
|
|
244
242
|
PHASE_ARCHIVED = 6;
|
|
245
243
|
PHASE_AA_MODE = 7;
|
|
246
244
|
}
|
|
@@ -299,6 +297,7 @@ message Experiment {
|
|
|
299
297
|
AssignmentMode assignment_mode = 25;
|
|
300
298
|
bool enable_edit_raw_json_ui = 23;
|
|
301
299
|
int32 winning_variation_id = 24;
|
|
300
|
+
string extra_outcome_context = 34;
|
|
302
301
|
Type type = 26;
|
|
303
302
|
bool is_template = 27;
|
|
304
303
|
repeated int32 field_numbers_to_copy = 28;
|
|
@@ -306,4 +305,5 @@ message Experiment {
|
|
|
306
305
|
optional DebugConfig debug_config = 30;
|
|
307
306
|
optional google.protobuf.Timestamp expected_end_date = 31;
|
|
308
307
|
bool is_automated_change = 32;
|
|
308
|
+
optional google.protobuf.Timestamp archive_at = 33;
|
|
309
309
|
}
|
|
@@ -26,7 +26,7 @@ from google.protobuf import wrappers_pb2 as google_dot_protobuf_dot_wrappers__pb
|
|
|
26
26
|
from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
|
|
27
27
|
|
|
28
28
|
|
|
29
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n+discord_experimentation/v1/Experiment.proto\x12)discord_protos.discord_experimentation.v1\x1a\x1egoogle/protobuf/wrappers.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\xa2J\n\nExperiment\x12\n\n\x02id\x18\x01 \x01(\x06\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x33\n\ncreated_at\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x00\x88\x01\x01\x12\x12\n\ncreator_id\x18\x04 \x01(\x06\x12\x0f\n\x07version\x18\x05 \x01(\x05\x12\x32\n\tedited_at\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x01\x88\x01\x01\x12\x11\n\teditor_id\x18\x07 \x01(\x06\x12\r\n\x05title\x18\x08 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\t \x01(\t\x12\x35\n\nhypothesis\x18\n \x01(\x0b\x32\x1c.google.protobuf.StringValueH\x02\x88\x01\x01\x12\x39\n\x0etech_spec_link\x18\x0b \x01(\x0b\x32\x1c.google.protobuf.StringValueH\x03\x88\x01\x01\x12\x10\n\x08revision\x18\x0c \x01(\x05\x12\x10\n\x08hash_key\x18\r \x01(\t\x12Q\n\tunit_type\x18\x0e \x01(\x0e\x32>.discord_protos.discord_experimentation.v1.Experiment.UnitType\x12S\n\nvariations\x18\x0f \x03(\x0b\x32?.discord_protos.discord_experimentation.v1.Experiment.Variation\x12I\n\x05rules\x18\x10 \x03(\x0b\x32:.discord_protos.discord_experimentation.v1.Experiment.Rule\x12J\n\x05phase\x18\x12 \x01(\x0e\x32;.discord_protos.discord_experimentation.v1.Experiment.Phase\x12O\n\x08surfaces\x18\x13 \x03(\x0e\x32=.discord_protos.discord_experimentation.v1.Experiment.Surface\x12\x16\n\x0eowning_team_id\x18\x14 \x01(\t\x12&\n\x1e\x63\x61\x63hed_notification_channel_id\x18\x15 \x01(\x06\x12\x61\n\x11\x65xposure_tracking\x18\x16 \x01(\x0e\x32\x46.discord_protos.discord_experimentation.v1.Experiment.ExposureTracking\x12]\n\x0f\x61ssignment_mode\x18\x19 \x01(\x0e\x32\x44.discord_protos.discord_experimentation.v1.Experiment.AssignmentMode\x12\x1f\n\x17\x65nable_edit_raw_json_ui\x18\x17 \x01(\x08\x12\x1c\n\x14winning_variation_id\x18\x18 \x01(\x05\x12H\n\x04type\x18\x1a \x01(\x0e\x32:.discord_protos.discord_experimentation.v1.Experiment.Type\x12\x13\n\x0bis_template\x18\x1b \x01(\x08\x12\x1d\n\x15\x66ield_numbers_to_copy\x18\x1c \x03(\x05\x12 \n\x14\x65ngine_feature_flags\x18\x1d \x03(\tB\x02\x10\x00\x12\\\n\x0c\x64\x65\x62ug_config\x18\x1e \x01(\x0b\x32\x41.discord_protos.discord_experimentation.v1.Experiment.DebugConfigH\x04\x88\x01\x01\x12:\n\x11\x65xpected_end_date\x18\x1f \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x05\x88\x01\x01\x12\x1b\n\x13is_automated_change\x18 \x01(\x08\x1ao\n\x06\x42ucket\x12\r\n\x05start\x18\x01 \x01(\x05\x12\x0c\n\x04stop\x18\x02 \x01(\x05\x12H\n\x04type\x18\x03 \x01(\x0e\x32:.discord_protos.discord_experimentation.v1.Experiment.Type\x1a\xa6\x02\n\tVariation\x12\n\n\x02id\x18\x01 \x01(\x05\x12\r\n\x05label\x18\x02 \x01(\t\x12\x19\n\x11target_allocation\x18\x03 \x01(\x05\x12M\n\x07\x62uckets\x18\x04 \x03(\x0b\x32<.discord_protos.discord_experimentation.v1.Experiment.Bucket\x12H\n\x04type\x18\x05 \x01(\x0e\x32:.discord_protos.discord_experimentation.v1.Experiment.Type\x12\x38\n\rconfiguration\x18\x06 \x01(\x0b\x32\x1c.google.protobuf.StringValueH\x00\x88\x01\x01\x42\x10\n\x0e_configuration\x1a\xa1\x01\n\x18PlatformVersionSpecifier\x12\r\n\x05major\x18\x01 \x01(\r\x12\x30\n\x05minor\x18\x02 \x01(\x0b\x32\x1c.google.protobuf.UInt32ValueH\x00\x88\x01\x01\x12\x30\n\x05\x62uild\x18\x03 \x01(\x0b\x32\x1c.google.protobuf.UInt64ValueH\x01\x88\x01\x01\x42\x08\n\x06_minorB\x08\n\x06_build\x1a\xa0\x01\n\x19PlatformVersionRangeBound\x12\x64\n\x07version\x18\x01 \x01(\x0b\x32N.discord_protos.discord_experimentation.v1.Experiment.PlatformVersionSpecifierH\x00\x88\x01\x01\x12\x11\n\tinclusive\x18\x02 \x01(\x08\x42\n\n\x08_version\x1a\x8c\x02\n\x14PlatformVersionRange\x12i\n\x0blower_bound\x18\x01 \x01(\x0b\x32O.discord_protos.discord_experimentation.v1.Experiment.PlatformVersionRangeBoundH\x00\x88\x01\x01\x12i\n\x0bupper_bound\x18\x02 \x01(\x0b\x32O.discord_protos.discord_experimentation.v1.Experiment.PlatformVersionRangeBoundH\x01\x88\x01\x01\x42\x0e\n\x0c_lower_boundB\x0e\n\x0c_upper_bound\x1a\x8c\x01\n\x0fPlatformVersion\x12Z\n\x06ranges\x18\x01 \x03(\x0b\x32J.discord_protos.discord_experimentation.v1.Experiment.PlatformVersionRange\x12\x1d\n\x15work_around_pyoto_bug\x18\x02 \x01(\x08\x1a\x46\n\x15\x43lientRequiredChanges\x12\x19\n\rcommit_hashes\x18\x01 \x03(\tB\x02\x10\x00\x12\x12\n\npr_numbers\x18\x02 \x03(\x05\x1a\x8f\x05\n\x0e\x43lientPlatform\x12_\n\x0bios_version\x18\x01 \x01(\x0b\x32\x45.discord_protos.discord_experimentation.v1.Experiment.PlatformVersionH\x00\x88\x01\x01\x12\x63\n\x0f\x61ndroid_version\x18\x02 \x01(\x0b\x32\x45.discord_protos.discord_experimentation.v1.Experiment.PlatformVersionH\x01\x88\x01\x01\x12_\n\x0bweb_version\x18\x03 \x01(\x0b\x32\x45.discord_protos.discord_experimentation.v1.Experiment.PlatformVersionH\x02\x88\x01\x01\x12\x62\n\x0enative_version\x18\x04 \x01(\x0b\x32\x45.discord_protos.discord_experimentation.v1.Experiment.PlatformVersionH\x03\x88\x01\x01\x12\x1c\n\x14\x61llow_non_native_web\x18\x06 \x01(\x08\x12q\n\x17\x63lient_required_changes\x18\x05 \x01(\x0b\x32K.discord_protos.discord_experimentation.v1.Experiment.ClientRequiredChangesH\x04\x88\x01\x01\x42\x0e\n\x0c_ios_versionB\x12\n\x10_android_versionB\x0e\n\x0c_web_versionB\x11\n\x0f_native_versionB\x1a\n\x18_client_required_changes\x1a&\n\x13SDKVersionSpecifier\x12\x0f\n\x07version\x18\x01 \x01(\x05\x1a\x96\x01\n\x14SDKVersionRangeBound\x12_\n\x07version\x18\x01 \x01(\x0b\x32I.discord_protos.discord_experimentation.v1.Experiment.SDKVersionSpecifierH\x00\x88\x01\x01\x12\x11\n\tinclusive\x18\x02 \x01(\x08\x42\n\n\x08_version\x1a\xfd\x01\n\x0fSDKVersionRange\x12\x64\n\x0blower_bound\x18\x01 \x01(\x0b\x32J.discord_protos.discord_experimentation.v1.Experiment.SDKVersionRangeBoundH\x00\x88\x01\x01\x12\x64\n\x0bupper_bound\x18\x02 \x01(\x0b\x32J.discord_protos.discord_experimentation.v1.Experiment.SDKVersionRangeBoundH\x01\x88\x01\x01\x42\x0e\n\x0c_lower_boundB\x0e\n\x0c_upper_bound\x1a\x82\x01\n\nSDKVersion\x12U\n\x06ranges\x18\x01 \x03(\x0b\x32\x45.discord_protos.discord_experimentation.v1.Experiment.SDKVersionRange\x12\x1d\n\x15work_around_pyoto_bug\x18\x02 \x01(\x08\x1a\xb5\x06\n\x15\x43lientOperatingSystem\x12Z\n\x0bios_version\x18\x01 \x01(\x0b\x32@.discord_protos.discord_experimentation.v1.Experiment.SDKVersionH\x00\x88\x01\x01\x12^\n\x0f\x61ndroid_version\x18\x02 \x01(\x0b\x32@.discord_protos.discord_experimentation.v1.Experiment.SDKVersionH\x01\x88\x01\x01\x12\\\n\rmacos_version\x18\x03 \x01(\x0b\x32@.discord_protos.discord_experimentation.v1.Experiment.SDKVersionH\x02\x88\x01\x01\x12^\n\x0fwindows_version\x18\x04 \x01(\x0b\x32@.discord_protos.discord_experimentation.v1.Experiment.SDKVersionH\x03\x88\x01\x01\x12\x62\n\x13playstation_version\x18\x05 \x01(\x0b\x32@.discord_protos.discord_experimentation.v1.Experiment.SDKVersionH\x04\x88\x01\x01\x12[\n\x0cxbox_version\x18\x06 \x01(\x0b\x32@.discord_protos.discord_experimentation.v1.Experiment.SDKVersionH\x05\x88\x01\x01\x12\\\n\rlinux_version\x18\x07 \x01(\x0b\x32@.discord_protos.discord_experimentation.v1.Experiment.SDKVersionH\x06\x88\x01\x01\x42\x0e\n\x0c_ios_versionB\x12\n\x10_android_versionB\x10\n\x0e_macos_versionB\x12\n\x10_windows_versionB\x16\n\x14_playstation_versionB\x0f\n\r_xbox_versionB\x10\n\x0e_linux_version\x1a>\n\nStaffUsers\x12\x15\n\rwork_accounts\x18\x01 \x01(\x08\x12\x19\n\x11personal_accounts\x18\x02 \x01(\x08\x1a \n\x0bUserInGuild\x12\x11\n\tguild_ids\x18\x01 \x03(\x06\x1a\x1b\n\x07UserIds\x12\x10\n\x08user_ids\x18\x01 \x03(\x06\x1a#\n\x0c\x43lientLocale\x12\x13\n\x07locales\x18\x01 \x03(\tB\x02\x10\x00\x1a\x39\n\tISORegion\x12\x13\n\x0biso_country\x18\x01 \x01(\t\x12\x17\n\x0fiso_subdivision\x18\x02 \x01(\t\x1a;\n\x05Place\x12\x0c\n\x04\x63ity\x18\x01 \x01(\t\x12\x13\n\x0bsubdivision\x18\x02 \x01(\t\x12\x0f\n\x07\x63ountry\x18\x03 \x01(\t\x1a\xcc\x01\n\x08Location\x12U\n\niso_region\x18\x01 \x01(\x0b\x32?.discord_protos.discord_experimentation.v1.Experiment.ISORegionH\x00\x12\x0f\n\x05is_eu\x18\x02 \x01(\x08H\x00\x12L\n\x05place\x18\x03 \x01(\x0b\x32;.discord_protos.discord_experimentation.v1.Experiment.PlaceH\x00\x42\n\n\x08location\x1a\x63\n\x0e\x43lientLocation\x12Q\n\tlocations\x18\x01 \x03(\x0b\x32>.discord_protos.discord_experimentation.v1.Experiment.Location\x1a\x1e\n\x08\x43lientIP\x12\x12\n\x06\x62locks\x18\x01 \x03(\tB\x02\x10\x00\x1a!\n\nUserLocale\x12\x13\n\x07locales\x18\x01 \x03(\tB\x02\x10\x00\x1a\x1b\n\tUserIsBot\x12\x0e\n\x06is_bot\x18\x01 \x01(\x08\x1a\xa6\x01\n\x0cUserAgeRange\x12\x38\n\rmin_age_years\x18\x01 \x01(\x0b\x32\x1c.google.protobuf.UInt32ValueH\x00\x88\x01\x01\x12\x38\n\rmax_age_years\x18\x02 \x01(\x0b\x32\x1c.google.protobuf.UInt32ValueH\x01\x88\x01\x01\x42\x10\n\x0e_min_age_yearsB\x10\n\x0e_max_age_years\x1a\x1d\n\x0c\x46ixed64Value\x12\r\n\x05value\x18\x01 \x01(\x06\x1a\xd5\x01\n\x0bUserIDRange\x12W\n\x06min_id\x18\x01 \x01(\x0b\x32\x42.discord_protos.discord_experimentation.v1.Experiment.Fixed64ValueH\x00\x88\x01\x01\x12W\n\x06max_id\x18\x02 \x01(\x0b\x32\x42.discord_protos.discord_experimentation.v1.Experiment.Fixed64ValueH\x01\x88\x01\x01\x42\t\n\x07_min_idB\t\n\x07_max_id\x1a\x1b\n\x0bUserHasFlag\x12\x0c\n\x04mask\x18\x01 \x01(\x06\x1a\x37\n\x13UnitIdInRangeByHash\x12\x10\n\x08hash_key\x18\x01 \x01(\t\x12\x0e\n\x06target\x18\x02 \x01(\r\x1a\x34\n\x14\x43lientReleaseChannel\x12\x1c\n\x10release_channels\x18\x01 \x03(\tB\x02\x10\x00\x1a\x17\n\x06\x41lways\x12\r\n\x05value\x18\x01 \x01(\x08\x1a)\n\x12\x43lientSystemLocale\x12\x13\n\x07locales\x18\x01 \x03(\tB\x02\x10\x00\x1a\x42\n\x12UnitIdInExperiment\x12\x15\n\rexperiment_id\x18\x01 \x01(\x06\x12\x15\n\rvariation_ids\x18\x02 \x03(\x05\x1a(\n\x0fUserPremiumType\x12\x15\n\rpremium_types\x18\x01 \x03(\x05\x1aY\n\x1bUnitIdMatchesFilterSnapshot\x12\x1c\n\x14\x66ilter_snapshot_name\x18\x01 \x01(\t\x12\x1c\n\x14target_filter_values\x18\x02 \x03(\x06\x1a\x8c\x0f\n\x06\x46ilter\x12^\n\x0e\x63lient_version\x18\x02 \x01(\x0b\x32\x44.discord_protos.discord_experimentation.v1.Experiment.ClientPlatformH\x00\x12`\n\tclient_os\x18\x03 \x01(\x0b\x32K.discord_protos.discord_experimentation.v1.Experiment.ClientOperatingSystemH\x00\x12Q\n\x05staff\x18\x04 \x01(\x0b\x32@.discord_protos.discord_experimentation.v1.Experiment.StaffUsersH\x00\x12Z\n\ruser_in_guild\x18\x05 \x01(\x0b\x32\x41.discord_protos.discord_experimentation.v1.Experiment.UserInGuildH\x00\x12Q\n\x08user_ids\x18\x06 \x01(\x0b\x32=.discord_protos.discord_experimentation.v1.Experiment.UserIdsH\x00\x12[\n\rclient_locale\x18\x07 \x01(\x0b\x32\x42.discord_protos.discord_experimentation.v1.Experiment.ClientLocaleH\x00\x12_\n\x0f\x63lient_location\x18\x08 \x01(\x0b\x32\x44.discord_protos.discord_experimentation.v1.Experiment.ClientLocationH\x00\x12S\n\tclient_ip\x18\t \x01(\x0b\x32>.discord_protos.discord_experimentation.v1.Experiment.ClientIPH\x00\x12W\n\x0buser_locale\x18\n \x01(\x0b\x32@.discord_protos.discord_experimentation.v1.Experiment.UserLocaleH\x00\x12N\n\x03\x62ot\x18\x0b \x01(\x0b\x32?.discord_protos.discord_experimentation.v1.Experiment.UserIsBotH\x00\x12\\\n\x0euser_age_range\x18\x0c \x01(\x0b\x32\x42.discord_protos.discord_experimentation.v1.Experiment.UserAgeRangeH\x00\x12Z\n\ruser_id_range\x18\r \x01(\x0b\x32\x41.discord_protos.discord_experimentation.v1.Experiment.UserIDRangeH\x00\x12Z\n\ruser_has_flag\x18\x0e \x01(\x0b\x32\x41.discord_protos.discord_experimentation.v1.Experiment.UserHasFlagH\x00\x12m\n\x18unit_id_in_range_by_hash\x18\x0f \x01(\x0b\x32I.discord_protos.discord_experimentation.v1.Experiment.UnitIdInRangeByHashH\x00\x12l\n\x16\x63lient_release_channel\x18\x10 \x01(\x0b\x32J.discord_protos.discord_experimentation.v1.Experiment.ClientReleaseChannelH\x00\x12N\n\x06\x61lways\x18\x11 \x01(\x0b\x32<.discord_protos.discord_experimentation.v1.Experiment.AlwaysH\x00\x12h\n\x14\x63lient_system_locale\x18\x12 \x01(\x0b\x32H.discord_protos.discord_experimentation.v1.Experiment.ClientSystemLocaleH\x00\x12i\n\x15unit_id_in_experiment\x18\x13 \x01(\x0b\x32H.discord_protos.discord_experimentation.v1.Experiment.UnitIdInExperimentH\x00\x12\x62\n\x11user_premium_type\x18\x14 \x01(\x0b\x32\x45.discord_protos.discord_experimentation.v1.Experiment.UserPremiumTypeH\x00\x12|\n\x1funit_id_matches_filter_snapshot\x18\x15 \x01(\x0b\x32Q.discord_protos.discord_experimentation.v1.Experiment.UnitIdMatchesFilterSnapshotH\x00\x42\x08\n\x06\x66ilter\x1a \n\x08Override\x12\x14\n\x0cvariation_id\x18\x01 \x01(\x05\x1a\x9b\x02\n\x04Rule\x12H\n\x04type\x18\x01 \x01(\x0e\x32:.discord_protos.discord_experimentation.v1.Experiment.Type\x12M\n\x07\x66ilters\x18\x02 \x03(\x0b\x32<.discord_protos.discord_experimentation.v1.Experiment.Filter\x12U\n\x08override\x18\x03 \x01(\x0b\x32>.discord_protos.discord_experimentation.v1.Experiment.OverrideH\x00\x88\x01\x01\x12\x16\n\x0eis_sunset_rule\x18\x04 \x01(\x08\x42\x0b\n\t_override\x1a\xc2\x01\n\x0b\x44\x65\x62ugConfig\x12\x1f\n\x17\x65nable_decision_logging\x18\x01 \x01(\x08\x12\x1b\n\x13metrics_sample_rate\x18\x02 \x01(\x01\x12\x1e\n\x16log_context_on_failure\x18\x03 \x01(\x08\x12\x17\n\x0flog_raw_headers\x18\x04 \x01(\x08\x12\x1a\n\x12tag_filter_metrics\x18\x05 \x01(\x08\x12 \n\x18\x64\x65\x63ision_log_sample_rate\x18\x06 \x01(\x01\"9\n\x08UnitType\x12\x19\n\x15UNIT_TYPE_UNSPECIFIED\x10\x00\x12\x12\n\x0eUNIT_TYPE_USER\x10\x01\"O\n\x04Type\x12\x14\n\x10TYPE_UNSPECIFIED\x10\x00\x12\x0f\n\x0bTYPE_ACTIVE\x10\x01\x12\x0f\n\x0bTYPE_UNUSED\x10\x02\x12\x0f\n\x0bTYPE_BURNED\x10\x03\"\xb7\x01\n\x05Phase\x12\x15\n\x11PHASE_UNSPECIFIED\x10\x00\x12\x0f\n\x0bPHASE_DRAFT\x10\x01\x12\x15\n\x11PHASE_MEASUREMENT\x10\x02\x12\x1b\n\x17PHASE_MEASUREMENT_ENDED\x10\x03\x12\x15\n\x11PHASE_ROLLING_OUT\x10\x04\x12\x14\n\x10PHASE_ROLLED_OUT\x10\x05\x12\x12\n\x0ePHASE_ARCHIVED\x10\x06\x12\x11\n\rPHASE_AA_MODE\x10\x07\"\x96\x01\n\x07Surface\x12\x17\n\x13SURFACE_UNSPECIFIED\x10\x00\x12\x0f\n\x0bSURFACE_API\x10\x01\x12\x0f\n\x0bSURFACE_APP\x10\x02\x12\x1c\n\x18SURFACE_DEVELOPER_PORTAL\x10\x03\x12\x17\n\x13SURFACE_ADMIN_PANEL\x10\x04\x12\x19\n\x15SURFACE_ADS_BUDGET_AB\x10\x05\"Q\n\x10\x45xposureTracking\x12\x1d\n\x19\x45XPOSURE_TRACKING_ENABLED\x10\x00\x12\x1e\n\x1a\x45XPOSURE_TRACKING_DISABLED\x10\x01\"\x8a\x01\n\x0e\x41ssignmentMode\x12\x18\n\x14\x41SSIGNMENT_MODE_FULL\x10\x00\x12!\n\x1d\x41SSIGNMENT_MODE_FORCE_CONTROL\x10\x03\x12\"\n\x1e\x41SSIGNMENT_MODE_OVERRIDES_ONLY\x10\x04\x12\x17\n\x13\x41SSIGNMENT_MODE_OFF\x10\x05\x42\r\n\x0b_created_atB\x0c\n\n_edited_atB\r\n\x0b_hypothesisB\x11\n\x0f_tech_spec_linkB\x0f\n\r_debug_configB\x14\n\x12_expected_end_dateb\x06proto3')
|
|
29
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n+discord_experimentation/v1/Experiment.proto\x12)discord_protos.discord_experimentation.v1\x1a\x1egoogle/protobuf/wrappers.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\xd2J\n\nExperiment\x12\n\n\x02id\x18\x01 \x01(\x06\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x33\n\ncreated_at\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x00\x88\x01\x01\x12\x12\n\ncreator_id\x18\x04 \x01(\x06\x12\x0f\n\x07version\x18\x05 \x01(\x05\x12\x32\n\tedited_at\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x01\x88\x01\x01\x12\x11\n\teditor_id\x18\x07 \x01(\x06\x12\r\n\x05title\x18\x08 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\t \x01(\t\x12\x35\n\nhypothesis\x18\n \x01(\x0b\x32\x1c.google.protobuf.StringValueH\x02\x88\x01\x01\x12\x39\n\x0etech_spec_link\x18\x0b \x01(\x0b\x32\x1c.google.protobuf.StringValueH\x03\x88\x01\x01\x12\x10\n\x08revision\x18\x0c \x01(\x05\x12\x10\n\x08hash_key\x18\r \x01(\t\x12Q\n\tunit_type\x18\x0e \x01(\x0e\x32>.discord_protos.discord_experimentation.v1.Experiment.UnitType\x12S\n\nvariations\x18\x0f \x03(\x0b\x32?.discord_protos.discord_experimentation.v1.Experiment.Variation\x12I\n\x05rules\x18\x10 \x03(\x0b\x32:.discord_protos.discord_experimentation.v1.Experiment.Rule\x12J\n\x05phase\x18\x12 \x01(\x0e\x32;.discord_protos.discord_experimentation.v1.Experiment.Phase\x12O\n\x08surfaces\x18\x13 \x03(\x0e\x32=.discord_protos.discord_experimentation.v1.Experiment.Surface\x12\x16\n\x0eowning_team_id\x18\x14 \x01(\t\x12&\n\x1e\x63\x61\x63hed_notification_channel_id\x18\x15 \x01(\x06\x12\x61\n\x11\x65xposure_tracking\x18\x16 \x01(\x0e\x32\x46.discord_protos.discord_experimentation.v1.Experiment.ExposureTracking\x12]\n\x0f\x61ssignment_mode\x18\x19 \x01(\x0e\x32\x44.discord_protos.discord_experimentation.v1.Experiment.AssignmentMode\x12\x1f\n\x17\x65nable_edit_raw_json_ui\x18\x17 \x01(\x08\x12\x1c\n\x14winning_variation_id\x18\x18 \x01(\x05\x12\x1d\n\x15\x65xtra_outcome_context\x18\" \x01(\t\x12H\n\x04type\x18\x1a \x01(\x0e\x32:.discord_protos.discord_experimentation.v1.Experiment.Type\x12\x13\n\x0bis_template\x18\x1b \x01(\x08\x12\x1d\n\x15\x66ield_numbers_to_copy\x18\x1c \x03(\x05\x12 \n\x14\x65ngine_feature_flags\x18\x1d \x03(\tB\x02\x10\x00\x12\\\n\x0c\x64\x65\x62ug_config\x18\x1e \x01(\x0b\x32\x41.discord_protos.discord_experimentation.v1.Experiment.DebugConfigH\x04\x88\x01\x01\x12:\n\x11\x65xpected_end_date\x18\x1f \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x05\x88\x01\x01\x12\x1b\n\x13is_automated_change\x18 \x01(\x08\x12\x33\n\narchive_at\x18! \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x06\x88\x01\x01\x1ao\n\x06\x42ucket\x12\r\n\x05start\x18\x01 \x01(\x05\x12\x0c\n\x04stop\x18\x02 \x01(\x05\x12H\n\x04type\x18\x03 \x01(\x0e\x32:.discord_protos.discord_experimentation.v1.Experiment.Type\x1a\xa6\x02\n\tVariation\x12\n\n\x02id\x18\x01 \x01(\x05\x12\r\n\x05label\x18\x02 \x01(\t\x12\x19\n\x11target_allocation\x18\x03 \x01(\x05\x12M\n\x07\x62uckets\x18\x04 \x03(\x0b\x32<.discord_protos.discord_experimentation.v1.Experiment.Bucket\x12H\n\x04type\x18\x05 \x01(\x0e\x32:.discord_protos.discord_experimentation.v1.Experiment.Type\x12\x38\n\rconfiguration\x18\x06 \x01(\x0b\x32\x1c.google.protobuf.StringValueH\x00\x88\x01\x01\x42\x10\n\x0e_configuration\x1a\xa1\x01\n\x18PlatformVersionSpecifier\x12\r\n\x05major\x18\x01 \x01(\r\x12\x30\n\x05minor\x18\x02 \x01(\x0b\x32\x1c.google.protobuf.UInt32ValueH\x00\x88\x01\x01\x12\x30\n\x05\x62uild\x18\x03 \x01(\x0b\x32\x1c.google.protobuf.UInt64ValueH\x01\x88\x01\x01\x42\x08\n\x06_minorB\x08\n\x06_build\x1a\xa0\x01\n\x19PlatformVersionRangeBound\x12\x64\n\x07version\x18\x01 \x01(\x0b\x32N.discord_protos.discord_experimentation.v1.Experiment.PlatformVersionSpecifierH\x00\x88\x01\x01\x12\x11\n\tinclusive\x18\x02 \x01(\x08\x42\n\n\x08_version\x1a\x8c\x02\n\x14PlatformVersionRange\x12i\n\x0blower_bound\x18\x01 \x01(\x0b\x32O.discord_protos.discord_experimentation.v1.Experiment.PlatformVersionRangeBoundH\x00\x88\x01\x01\x12i\n\x0bupper_bound\x18\x02 \x01(\x0b\x32O.discord_protos.discord_experimentation.v1.Experiment.PlatformVersionRangeBoundH\x01\x88\x01\x01\x42\x0e\n\x0c_lower_boundB\x0e\n\x0c_upper_bound\x1a\x8c\x01\n\x0fPlatformVersion\x12Z\n\x06ranges\x18\x01 \x03(\x0b\x32J.discord_protos.discord_experimentation.v1.Experiment.PlatformVersionRange\x12\x1d\n\x15work_around_pyoto_bug\x18\x02 \x01(\x08\x1a\x46\n\x15\x43lientRequiredChanges\x12\x19\n\rcommit_hashes\x18\x01 \x03(\tB\x02\x10\x00\x12\x12\n\npr_numbers\x18\x02 \x03(\x05\x1a\x8f\x05\n\x0e\x43lientPlatform\x12_\n\x0bios_version\x18\x01 \x01(\x0b\x32\x45.discord_protos.discord_experimentation.v1.Experiment.PlatformVersionH\x00\x88\x01\x01\x12\x63\n\x0f\x61ndroid_version\x18\x02 \x01(\x0b\x32\x45.discord_protos.discord_experimentation.v1.Experiment.PlatformVersionH\x01\x88\x01\x01\x12_\n\x0bweb_version\x18\x03 \x01(\x0b\x32\x45.discord_protos.discord_experimentation.v1.Experiment.PlatformVersionH\x02\x88\x01\x01\x12\x62\n\x0enative_version\x18\x04 \x01(\x0b\x32\x45.discord_protos.discord_experimentation.v1.Experiment.PlatformVersionH\x03\x88\x01\x01\x12\x1c\n\x14\x61llow_non_native_web\x18\x06 \x01(\x08\x12q\n\x17\x63lient_required_changes\x18\x05 \x01(\x0b\x32K.discord_protos.discord_experimentation.v1.Experiment.ClientRequiredChangesH\x04\x88\x01\x01\x42\x0e\n\x0c_ios_versionB\x12\n\x10_android_versionB\x0e\n\x0c_web_versionB\x11\n\x0f_native_versionB\x1a\n\x18_client_required_changes\x1a&\n\x13SDKVersionSpecifier\x12\x0f\n\x07version\x18\x01 \x01(\x05\x1a\x96\x01\n\x14SDKVersionRangeBound\x12_\n\x07version\x18\x01 \x01(\x0b\x32I.discord_protos.discord_experimentation.v1.Experiment.SDKVersionSpecifierH\x00\x88\x01\x01\x12\x11\n\tinclusive\x18\x02 \x01(\x08\x42\n\n\x08_version\x1a\xfd\x01\n\x0fSDKVersionRange\x12\x64\n\x0blower_bound\x18\x01 \x01(\x0b\x32J.discord_protos.discord_experimentation.v1.Experiment.SDKVersionRangeBoundH\x00\x88\x01\x01\x12\x64\n\x0bupper_bound\x18\x02 \x01(\x0b\x32J.discord_protos.discord_experimentation.v1.Experiment.SDKVersionRangeBoundH\x01\x88\x01\x01\x42\x0e\n\x0c_lower_boundB\x0e\n\x0c_upper_bound\x1a\x82\x01\n\nSDKVersion\x12U\n\x06ranges\x18\x01 \x03(\x0b\x32\x45.discord_protos.discord_experimentation.v1.Experiment.SDKVersionRange\x12\x1d\n\x15work_around_pyoto_bug\x18\x02 \x01(\x08\x1a\xb5\x06\n\x15\x43lientOperatingSystem\x12Z\n\x0bios_version\x18\x01 \x01(\x0b\x32@.discord_protos.discord_experimentation.v1.Experiment.SDKVersionH\x00\x88\x01\x01\x12^\n\x0f\x61ndroid_version\x18\x02 \x01(\x0b\x32@.discord_protos.discord_experimentation.v1.Experiment.SDKVersionH\x01\x88\x01\x01\x12\\\n\rmacos_version\x18\x03 \x01(\x0b\x32@.discord_protos.discord_experimentation.v1.Experiment.SDKVersionH\x02\x88\x01\x01\x12^\n\x0fwindows_version\x18\x04 \x01(\x0b\x32@.discord_protos.discord_experimentation.v1.Experiment.SDKVersionH\x03\x88\x01\x01\x12\x62\n\x13playstation_version\x18\x05 \x01(\x0b\x32@.discord_protos.discord_experimentation.v1.Experiment.SDKVersionH\x04\x88\x01\x01\x12[\n\x0cxbox_version\x18\x06 \x01(\x0b\x32@.discord_protos.discord_experimentation.v1.Experiment.SDKVersionH\x05\x88\x01\x01\x12\\\n\rlinux_version\x18\x07 \x01(\x0b\x32@.discord_protos.discord_experimentation.v1.Experiment.SDKVersionH\x06\x88\x01\x01\x42\x0e\n\x0c_ios_versionB\x12\n\x10_android_versionB\x10\n\x0e_macos_versionB\x12\n\x10_windows_versionB\x16\n\x14_playstation_versionB\x0f\n\r_xbox_versionB\x10\n\x0e_linux_version\x1a>\n\nStaffUsers\x12\x15\n\rwork_accounts\x18\x01 \x01(\x08\x12\x19\n\x11personal_accounts\x18\x02 \x01(\x08\x1a \n\x0bUserInGuild\x12\x11\n\tguild_ids\x18\x01 \x03(\x06\x1a\x1b\n\x07UserIds\x12\x10\n\x08user_ids\x18\x01 \x03(\x06\x1a#\n\x0c\x43lientLocale\x12\x13\n\x07locales\x18\x01 \x03(\tB\x02\x10\x00\x1a\x39\n\tISORegion\x12\x13\n\x0biso_country\x18\x01 \x01(\t\x12\x17\n\x0fiso_subdivision\x18\x02 \x01(\t\x1a;\n\x05Place\x12\x0c\n\x04\x63ity\x18\x01 \x01(\t\x12\x13\n\x0bsubdivision\x18\x02 \x01(\t\x12\x0f\n\x07\x63ountry\x18\x03 \x01(\t\x1a\xcc\x01\n\x08Location\x12U\n\niso_region\x18\x01 \x01(\x0b\x32?.discord_protos.discord_experimentation.v1.Experiment.ISORegionH\x00\x12\x0f\n\x05is_eu\x18\x02 \x01(\x08H\x00\x12L\n\x05place\x18\x03 \x01(\x0b\x32;.discord_protos.discord_experimentation.v1.Experiment.PlaceH\x00\x42\n\n\x08location\x1a\x63\n\x0e\x43lientLocation\x12Q\n\tlocations\x18\x01 \x03(\x0b\x32>.discord_protos.discord_experimentation.v1.Experiment.Location\x1a\x1e\n\x08\x43lientIP\x12\x12\n\x06\x62locks\x18\x01 \x03(\tB\x02\x10\x00\x1a!\n\nUserLocale\x12\x13\n\x07locales\x18\x01 \x03(\tB\x02\x10\x00\x1a\x1b\n\tUserIsBot\x12\x0e\n\x06is_bot\x18\x01 \x01(\x08\x1a\xa6\x01\n\x0cUserAgeRange\x12\x38\n\rmin_age_years\x18\x01 \x01(\x0b\x32\x1c.google.protobuf.UInt32ValueH\x00\x88\x01\x01\x12\x38\n\rmax_age_years\x18\x02 \x01(\x0b\x32\x1c.google.protobuf.UInt32ValueH\x01\x88\x01\x01\x42\x10\n\x0e_min_age_yearsB\x10\n\x0e_max_age_years\x1a\x1d\n\x0c\x46ixed64Value\x12\r\n\x05value\x18\x01 \x01(\x06\x1a\xd5\x01\n\x0bUserIDRange\x12W\n\x06min_id\x18\x01 \x01(\x0b\x32\x42.discord_protos.discord_experimentation.v1.Experiment.Fixed64ValueH\x00\x88\x01\x01\x12W\n\x06max_id\x18\x02 \x01(\x0b\x32\x42.discord_protos.discord_experimentation.v1.Experiment.Fixed64ValueH\x01\x88\x01\x01\x42\t\n\x07_min_idB\t\n\x07_max_id\x1a\x1b\n\x0bUserHasFlag\x12\x0c\n\x04mask\x18\x01 \x01(\x06\x1a\x37\n\x13UnitIdInRangeByHash\x12\x10\n\x08hash_key\x18\x01 \x01(\t\x12\x0e\n\x06target\x18\x02 \x01(\r\x1a\x34\n\x14\x43lientReleaseChannel\x12\x1c\n\x10release_channels\x18\x01 \x03(\tB\x02\x10\x00\x1a\x17\n\x06\x41lways\x12\r\n\x05value\x18\x01 \x01(\x08\x1a)\n\x12\x43lientSystemLocale\x12\x13\n\x07locales\x18\x01 \x03(\tB\x02\x10\x00\x1a\x42\n\x12UnitIdInExperiment\x12\x15\n\rexperiment_id\x18\x01 \x01(\x06\x12\x15\n\rvariation_ids\x18\x02 \x03(\x05\x1a(\n\x0fUserPremiumType\x12\x15\n\rpremium_types\x18\x01 \x03(\x05\x1aY\n\x1bUnitIdMatchesFilterSnapshot\x12\x1c\n\x14\x66ilter_snapshot_name\x18\x01 \x01(\t\x12\x1c\n\x14target_filter_values\x18\x02 \x03(\x06\x1a\x8c\x0f\n\x06\x46ilter\x12^\n\x0e\x63lient_version\x18\x02 \x01(\x0b\x32\x44.discord_protos.discord_experimentation.v1.Experiment.ClientPlatformH\x00\x12`\n\tclient_os\x18\x03 \x01(\x0b\x32K.discord_protos.discord_experimentation.v1.Experiment.ClientOperatingSystemH\x00\x12Q\n\x05staff\x18\x04 \x01(\x0b\x32@.discord_protos.discord_experimentation.v1.Experiment.StaffUsersH\x00\x12Z\n\ruser_in_guild\x18\x05 \x01(\x0b\x32\x41.discord_protos.discord_experimentation.v1.Experiment.UserInGuildH\x00\x12Q\n\x08user_ids\x18\x06 \x01(\x0b\x32=.discord_protos.discord_experimentation.v1.Experiment.UserIdsH\x00\x12[\n\rclient_locale\x18\x07 \x01(\x0b\x32\x42.discord_protos.discord_experimentation.v1.Experiment.ClientLocaleH\x00\x12_\n\x0f\x63lient_location\x18\x08 \x01(\x0b\x32\x44.discord_protos.discord_experimentation.v1.Experiment.ClientLocationH\x00\x12S\n\tclient_ip\x18\t \x01(\x0b\x32>.discord_protos.discord_experimentation.v1.Experiment.ClientIPH\x00\x12W\n\x0buser_locale\x18\n \x01(\x0b\x32@.discord_protos.discord_experimentation.v1.Experiment.UserLocaleH\x00\x12N\n\x03\x62ot\x18\x0b \x01(\x0b\x32?.discord_protos.discord_experimentation.v1.Experiment.UserIsBotH\x00\x12\\\n\x0euser_age_range\x18\x0c \x01(\x0b\x32\x42.discord_protos.discord_experimentation.v1.Experiment.UserAgeRangeH\x00\x12Z\n\ruser_id_range\x18\r \x01(\x0b\x32\x41.discord_protos.discord_experimentation.v1.Experiment.UserIDRangeH\x00\x12Z\n\ruser_has_flag\x18\x0e \x01(\x0b\x32\x41.discord_protos.discord_experimentation.v1.Experiment.UserHasFlagH\x00\x12m\n\x18unit_id_in_range_by_hash\x18\x0f \x01(\x0b\x32I.discord_protos.discord_experimentation.v1.Experiment.UnitIdInRangeByHashH\x00\x12l\n\x16\x63lient_release_channel\x18\x10 \x01(\x0b\x32J.discord_protos.discord_experimentation.v1.Experiment.ClientReleaseChannelH\x00\x12N\n\x06\x61lways\x18\x11 \x01(\x0b\x32<.discord_protos.discord_experimentation.v1.Experiment.AlwaysH\x00\x12h\n\x14\x63lient_system_locale\x18\x12 \x01(\x0b\x32H.discord_protos.discord_experimentation.v1.Experiment.ClientSystemLocaleH\x00\x12i\n\x15unit_id_in_experiment\x18\x13 \x01(\x0b\x32H.discord_protos.discord_experimentation.v1.Experiment.UnitIdInExperimentH\x00\x12\x62\n\x11user_premium_type\x18\x14 \x01(\x0b\x32\x45.discord_protos.discord_experimentation.v1.Experiment.UserPremiumTypeH\x00\x12|\n\x1funit_id_matches_filter_snapshot\x18\x15 \x01(\x0b\x32Q.discord_protos.discord_experimentation.v1.Experiment.UnitIdMatchesFilterSnapshotH\x00\x42\x08\n\x06\x66ilter\x1a \n\x08Override\x12\x14\n\x0cvariation_id\x18\x01 \x01(\x05\x1a\x9b\x02\n\x04Rule\x12H\n\x04type\x18\x01 \x01(\x0e\x32:.discord_protos.discord_experimentation.v1.Experiment.Type\x12M\n\x07\x66ilters\x18\x02 \x03(\x0b\x32<.discord_protos.discord_experimentation.v1.Experiment.Filter\x12U\n\x08override\x18\x03 \x01(\x0b\x32>.discord_protos.discord_experimentation.v1.Experiment.OverrideH\x00\x88\x01\x01\x12\x16\n\x0eis_sunset_rule\x18\x04 \x01(\x08\x42\x0b\n\t_override\x1a\xc2\x01\n\x0b\x44\x65\x62ugConfig\x12\x1f\n\x17\x65nable_decision_logging\x18\x01 \x01(\x08\x12\x1b\n\x13metrics_sample_rate\x18\x02 \x01(\x01\x12\x1e\n\x16log_context_on_failure\x18\x03 \x01(\x08\x12\x17\n\x0flog_raw_headers\x18\x04 \x01(\x08\x12\x1a\n\x12tag_filter_metrics\x18\x05 \x01(\x08\x12 \n\x18\x64\x65\x63ision_log_sample_rate\x18\x06 \x01(\x01\"9\n\x08UnitType\x12\x19\n\x15UNIT_TYPE_UNSPECIFIED\x10\x00\x12\x12\n\x0eUNIT_TYPE_USER\x10\x01\"O\n\x04Type\x12\x14\n\x10TYPE_UNSPECIFIED\x10\x00\x12\x0f\n\x0bTYPE_ACTIVE\x10\x01\x12\x0f\n\x0bTYPE_UNUSED\x10\x02\x12\x0f\n\x0bTYPE_BURNED\x10\x03\"\x84\x01\n\x05Phase\x12\x15\n\x11PHASE_UNSPECIFIED\x10\x00\x12\x0f\n\x0bPHASE_DRAFT\x10\x01\x12\x15\n\x11PHASE_MEASUREMENT\x10\x02\x12\x15\n\x11PHASE_ROLLING_OUT\x10\x04\x12\x12\n\x0ePHASE_ARCHIVED\x10\x06\x12\x11\n\rPHASE_AA_MODE\x10\x07\"\x96\x01\n\x07Surface\x12\x17\n\x13SURFACE_UNSPECIFIED\x10\x00\x12\x0f\n\x0bSURFACE_API\x10\x01\x12\x0f\n\x0bSURFACE_APP\x10\x02\x12\x1c\n\x18SURFACE_DEVELOPER_PORTAL\x10\x03\x12\x17\n\x13SURFACE_ADMIN_PANEL\x10\x04\x12\x19\n\x15SURFACE_ADS_BUDGET_AB\x10\x05\"Q\n\x10\x45xposureTracking\x12\x1d\n\x19\x45XPOSURE_TRACKING_ENABLED\x10\x00\x12\x1e\n\x1a\x45XPOSURE_TRACKING_DISABLED\x10\x01\"\x8a\x01\n\x0e\x41ssignmentMode\x12\x18\n\x14\x41SSIGNMENT_MODE_FULL\x10\x00\x12!\n\x1d\x41SSIGNMENT_MODE_FORCE_CONTROL\x10\x03\x12\"\n\x1e\x41SSIGNMENT_MODE_OVERRIDES_ONLY\x10\x04\x12\x17\n\x13\x41SSIGNMENT_MODE_OFF\x10\x05\x42\r\n\x0b_created_atB\x0c\n\n_edited_atB\r\n\x0b_hypothesisB\x11\n\x0f_tech_spec_linkB\x0f\n\r_debug_configB\x14\n\x12_expected_end_dateB\r\n\x0b_archive_atb\x06proto3')
|
|
30
30
|
|
|
31
31
|
_globals = globals()
|
|
32
32
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -48,95 +48,95 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
48
48
|
_globals['_EXPERIMENT'].fields_by_name['engine_feature_flags']._loaded_options = None
|
|
49
49
|
_globals['_EXPERIMENT'].fields_by_name['engine_feature_flags']._serialized_options = b'\020\000'
|
|
50
50
|
_globals['_EXPERIMENT']._serialized_start=156
|
|
51
|
-
_globals['_EXPERIMENT']._serialized_end=
|
|
52
|
-
_globals['_EXPERIMENT_BUCKET']._serialized_start=
|
|
53
|
-
_globals['_EXPERIMENT_BUCKET']._serialized_end=
|
|
54
|
-
_globals['_EXPERIMENT_VARIATION']._serialized_start=
|
|
55
|
-
_globals['_EXPERIMENT_VARIATION']._serialized_end=
|
|
56
|
-
_globals['_EXPERIMENT_PLATFORMVERSIONSPECIFIER']._serialized_start=
|
|
57
|
-
_globals['_EXPERIMENT_PLATFORMVERSIONSPECIFIER']._serialized_end=
|
|
58
|
-
_globals['_EXPERIMENT_PLATFORMVERSIONRANGEBOUND']._serialized_start=
|
|
59
|
-
_globals['_EXPERIMENT_PLATFORMVERSIONRANGEBOUND']._serialized_end=
|
|
60
|
-
_globals['_EXPERIMENT_PLATFORMVERSIONRANGE']._serialized_start=
|
|
61
|
-
_globals['_EXPERIMENT_PLATFORMVERSIONRANGE']._serialized_end=
|
|
62
|
-
_globals['_EXPERIMENT_PLATFORMVERSION']._serialized_start=
|
|
63
|
-
_globals['_EXPERIMENT_PLATFORMVERSION']._serialized_end=
|
|
64
|
-
_globals['_EXPERIMENT_CLIENTREQUIREDCHANGES']._serialized_start=
|
|
65
|
-
_globals['_EXPERIMENT_CLIENTREQUIREDCHANGES']._serialized_end=
|
|
66
|
-
_globals['_EXPERIMENT_CLIENTPLATFORM']._serialized_start=
|
|
67
|
-
_globals['_EXPERIMENT_CLIENTPLATFORM']._serialized_end=
|
|
68
|
-
_globals['_EXPERIMENT_SDKVERSIONSPECIFIER']._serialized_start=
|
|
69
|
-
_globals['_EXPERIMENT_SDKVERSIONSPECIFIER']._serialized_end=
|
|
70
|
-
_globals['_EXPERIMENT_SDKVERSIONRANGEBOUND']._serialized_start=
|
|
71
|
-
_globals['_EXPERIMENT_SDKVERSIONRANGEBOUND']._serialized_end=
|
|
72
|
-
_globals['_EXPERIMENT_SDKVERSIONRANGE']._serialized_start=
|
|
73
|
-
_globals['_EXPERIMENT_SDKVERSIONRANGE']._serialized_end=
|
|
74
|
-
_globals['_EXPERIMENT_SDKVERSION']._serialized_start=
|
|
75
|
-
_globals['_EXPERIMENT_SDKVERSION']._serialized_end=
|
|
76
|
-
_globals['_EXPERIMENT_CLIENTOPERATINGSYSTEM']._serialized_start=
|
|
77
|
-
_globals['_EXPERIMENT_CLIENTOPERATINGSYSTEM']._serialized_end=
|
|
78
|
-
_globals['_EXPERIMENT_STAFFUSERS']._serialized_start=
|
|
79
|
-
_globals['_EXPERIMENT_STAFFUSERS']._serialized_end=
|
|
80
|
-
_globals['_EXPERIMENT_USERINGUILD']._serialized_start=
|
|
81
|
-
_globals['_EXPERIMENT_USERINGUILD']._serialized_end=
|
|
82
|
-
_globals['_EXPERIMENT_USERIDS']._serialized_start=
|
|
83
|
-
_globals['_EXPERIMENT_USERIDS']._serialized_end=
|
|
84
|
-
_globals['_EXPERIMENT_CLIENTLOCALE']._serialized_start=
|
|
85
|
-
_globals['_EXPERIMENT_CLIENTLOCALE']._serialized_end=
|
|
86
|
-
_globals['_EXPERIMENT_ISOREGION']._serialized_start=
|
|
87
|
-
_globals['_EXPERIMENT_ISOREGION']._serialized_end=
|
|
88
|
-
_globals['_EXPERIMENT_PLACE']._serialized_start=
|
|
89
|
-
_globals['_EXPERIMENT_PLACE']._serialized_end=
|
|
90
|
-
_globals['_EXPERIMENT_LOCATION']._serialized_start=
|
|
91
|
-
_globals['_EXPERIMENT_LOCATION']._serialized_end=
|
|
92
|
-
_globals['_EXPERIMENT_CLIENTLOCATION']._serialized_start=
|
|
93
|
-
_globals['_EXPERIMENT_CLIENTLOCATION']._serialized_end=
|
|
94
|
-
_globals['_EXPERIMENT_CLIENTIP']._serialized_start=
|
|
95
|
-
_globals['_EXPERIMENT_CLIENTIP']._serialized_end=
|
|
96
|
-
_globals['_EXPERIMENT_USERLOCALE']._serialized_start=
|
|
97
|
-
_globals['_EXPERIMENT_USERLOCALE']._serialized_end=
|
|
98
|
-
_globals['_EXPERIMENT_USERISBOT']._serialized_start=
|
|
99
|
-
_globals['_EXPERIMENT_USERISBOT']._serialized_end=
|
|
100
|
-
_globals['_EXPERIMENT_USERAGERANGE']._serialized_start=
|
|
101
|
-
_globals['_EXPERIMENT_USERAGERANGE']._serialized_end=
|
|
102
|
-
_globals['_EXPERIMENT_FIXED64VALUE']._serialized_start=
|
|
103
|
-
_globals['_EXPERIMENT_FIXED64VALUE']._serialized_end=
|
|
104
|
-
_globals['_EXPERIMENT_USERIDRANGE']._serialized_start=
|
|
105
|
-
_globals['_EXPERIMENT_USERIDRANGE']._serialized_end=
|
|
106
|
-
_globals['_EXPERIMENT_USERHASFLAG']._serialized_start=
|
|
107
|
-
_globals['_EXPERIMENT_USERHASFLAG']._serialized_end=
|
|
108
|
-
_globals['_EXPERIMENT_UNITIDINRANGEBYHASH']._serialized_start=
|
|
109
|
-
_globals['_EXPERIMENT_UNITIDINRANGEBYHASH']._serialized_end=
|
|
110
|
-
_globals['_EXPERIMENT_CLIENTRELEASECHANNEL']._serialized_start=
|
|
111
|
-
_globals['_EXPERIMENT_CLIENTRELEASECHANNEL']._serialized_end=
|
|
112
|
-
_globals['_EXPERIMENT_ALWAYS']._serialized_start=
|
|
113
|
-
_globals['_EXPERIMENT_ALWAYS']._serialized_end=
|
|
114
|
-
_globals['_EXPERIMENT_CLIENTSYSTEMLOCALE']._serialized_start=
|
|
115
|
-
_globals['_EXPERIMENT_CLIENTSYSTEMLOCALE']._serialized_end=
|
|
116
|
-
_globals['_EXPERIMENT_UNITIDINEXPERIMENT']._serialized_start=
|
|
117
|
-
_globals['_EXPERIMENT_UNITIDINEXPERIMENT']._serialized_end=
|
|
118
|
-
_globals['_EXPERIMENT_USERPREMIUMTYPE']._serialized_start=
|
|
119
|
-
_globals['_EXPERIMENT_USERPREMIUMTYPE']._serialized_end=
|
|
120
|
-
_globals['_EXPERIMENT_UNITIDMATCHESFILTERSNAPSHOT']._serialized_start=
|
|
121
|
-
_globals['_EXPERIMENT_UNITIDMATCHESFILTERSNAPSHOT']._serialized_end=
|
|
122
|
-
_globals['_EXPERIMENT_FILTER']._serialized_start=
|
|
123
|
-
_globals['_EXPERIMENT_FILTER']._serialized_end=
|
|
124
|
-
_globals['_EXPERIMENT_OVERRIDE']._serialized_start=
|
|
125
|
-
_globals['_EXPERIMENT_OVERRIDE']._serialized_end=
|
|
126
|
-
_globals['_EXPERIMENT_RULE']._serialized_start=
|
|
127
|
-
_globals['_EXPERIMENT_RULE']._serialized_end=
|
|
128
|
-
_globals['_EXPERIMENT_DEBUGCONFIG']._serialized_start=
|
|
129
|
-
_globals['_EXPERIMENT_DEBUGCONFIG']._serialized_end=
|
|
130
|
-
_globals['_EXPERIMENT_UNITTYPE']._serialized_start=
|
|
131
|
-
_globals['_EXPERIMENT_UNITTYPE']._serialized_end=
|
|
132
|
-
_globals['_EXPERIMENT_TYPE']._serialized_start=
|
|
133
|
-
_globals['_EXPERIMENT_TYPE']._serialized_end=
|
|
134
|
-
_globals['_EXPERIMENT_PHASE']._serialized_start=
|
|
135
|
-
_globals['_EXPERIMENT_PHASE']._serialized_end=
|
|
136
|
-
_globals['_EXPERIMENT_SURFACE']._serialized_start=
|
|
137
|
-
_globals['_EXPERIMENT_SURFACE']._serialized_end=
|
|
138
|
-
_globals['_EXPERIMENT_EXPOSURETRACKING']._serialized_start=
|
|
139
|
-
_globals['_EXPERIMENT_EXPOSURETRACKING']._serialized_end=
|
|
140
|
-
_globals['_EXPERIMENT_ASSIGNMENTMODE']._serialized_start=
|
|
141
|
-
_globals['_EXPERIMENT_ASSIGNMENTMODE']._serialized_end=
|
|
51
|
+
_globals['_EXPERIMENT']._serialized_end=9710
|
|
52
|
+
_globals['_EXPERIMENT_BUCKET']._serialized_start=1691
|
|
53
|
+
_globals['_EXPERIMENT_BUCKET']._serialized_end=1802
|
|
54
|
+
_globals['_EXPERIMENT_VARIATION']._serialized_start=1805
|
|
55
|
+
_globals['_EXPERIMENT_VARIATION']._serialized_end=2099
|
|
56
|
+
_globals['_EXPERIMENT_PLATFORMVERSIONSPECIFIER']._serialized_start=2102
|
|
57
|
+
_globals['_EXPERIMENT_PLATFORMVERSIONSPECIFIER']._serialized_end=2263
|
|
58
|
+
_globals['_EXPERIMENT_PLATFORMVERSIONRANGEBOUND']._serialized_start=2266
|
|
59
|
+
_globals['_EXPERIMENT_PLATFORMVERSIONRANGEBOUND']._serialized_end=2426
|
|
60
|
+
_globals['_EXPERIMENT_PLATFORMVERSIONRANGE']._serialized_start=2429
|
|
61
|
+
_globals['_EXPERIMENT_PLATFORMVERSIONRANGE']._serialized_end=2697
|
|
62
|
+
_globals['_EXPERIMENT_PLATFORMVERSION']._serialized_start=2700
|
|
63
|
+
_globals['_EXPERIMENT_PLATFORMVERSION']._serialized_end=2840
|
|
64
|
+
_globals['_EXPERIMENT_CLIENTREQUIREDCHANGES']._serialized_start=2842
|
|
65
|
+
_globals['_EXPERIMENT_CLIENTREQUIREDCHANGES']._serialized_end=2912
|
|
66
|
+
_globals['_EXPERIMENT_CLIENTPLATFORM']._serialized_start=2915
|
|
67
|
+
_globals['_EXPERIMENT_CLIENTPLATFORM']._serialized_end=3570
|
|
68
|
+
_globals['_EXPERIMENT_SDKVERSIONSPECIFIER']._serialized_start=3572
|
|
69
|
+
_globals['_EXPERIMENT_SDKVERSIONSPECIFIER']._serialized_end=3610
|
|
70
|
+
_globals['_EXPERIMENT_SDKVERSIONRANGEBOUND']._serialized_start=3613
|
|
71
|
+
_globals['_EXPERIMENT_SDKVERSIONRANGEBOUND']._serialized_end=3763
|
|
72
|
+
_globals['_EXPERIMENT_SDKVERSIONRANGE']._serialized_start=3766
|
|
73
|
+
_globals['_EXPERIMENT_SDKVERSIONRANGE']._serialized_end=4019
|
|
74
|
+
_globals['_EXPERIMENT_SDKVERSION']._serialized_start=4022
|
|
75
|
+
_globals['_EXPERIMENT_SDKVERSION']._serialized_end=4152
|
|
76
|
+
_globals['_EXPERIMENT_CLIENTOPERATINGSYSTEM']._serialized_start=4155
|
|
77
|
+
_globals['_EXPERIMENT_CLIENTOPERATINGSYSTEM']._serialized_end=4976
|
|
78
|
+
_globals['_EXPERIMENT_STAFFUSERS']._serialized_start=4978
|
|
79
|
+
_globals['_EXPERIMENT_STAFFUSERS']._serialized_end=5040
|
|
80
|
+
_globals['_EXPERIMENT_USERINGUILD']._serialized_start=5042
|
|
81
|
+
_globals['_EXPERIMENT_USERINGUILD']._serialized_end=5074
|
|
82
|
+
_globals['_EXPERIMENT_USERIDS']._serialized_start=5076
|
|
83
|
+
_globals['_EXPERIMENT_USERIDS']._serialized_end=5103
|
|
84
|
+
_globals['_EXPERIMENT_CLIENTLOCALE']._serialized_start=5105
|
|
85
|
+
_globals['_EXPERIMENT_CLIENTLOCALE']._serialized_end=5140
|
|
86
|
+
_globals['_EXPERIMENT_ISOREGION']._serialized_start=5142
|
|
87
|
+
_globals['_EXPERIMENT_ISOREGION']._serialized_end=5199
|
|
88
|
+
_globals['_EXPERIMENT_PLACE']._serialized_start=5201
|
|
89
|
+
_globals['_EXPERIMENT_PLACE']._serialized_end=5260
|
|
90
|
+
_globals['_EXPERIMENT_LOCATION']._serialized_start=5263
|
|
91
|
+
_globals['_EXPERIMENT_LOCATION']._serialized_end=5467
|
|
92
|
+
_globals['_EXPERIMENT_CLIENTLOCATION']._serialized_start=5469
|
|
93
|
+
_globals['_EXPERIMENT_CLIENTLOCATION']._serialized_end=5568
|
|
94
|
+
_globals['_EXPERIMENT_CLIENTIP']._serialized_start=5570
|
|
95
|
+
_globals['_EXPERIMENT_CLIENTIP']._serialized_end=5600
|
|
96
|
+
_globals['_EXPERIMENT_USERLOCALE']._serialized_start=5602
|
|
97
|
+
_globals['_EXPERIMENT_USERLOCALE']._serialized_end=5635
|
|
98
|
+
_globals['_EXPERIMENT_USERISBOT']._serialized_start=5637
|
|
99
|
+
_globals['_EXPERIMENT_USERISBOT']._serialized_end=5664
|
|
100
|
+
_globals['_EXPERIMENT_USERAGERANGE']._serialized_start=5667
|
|
101
|
+
_globals['_EXPERIMENT_USERAGERANGE']._serialized_end=5833
|
|
102
|
+
_globals['_EXPERIMENT_FIXED64VALUE']._serialized_start=5835
|
|
103
|
+
_globals['_EXPERIMENT_FIXED64VALUE']._serialized_end=5864
|
|
104
|
+
_globals['_EXPERIMENT_USERIDRANGE']._serialized_start=5867
|
|
105
|
+
_globals['_EXPERIMENT_USERIDRANGE']._serialized_end=6080
|
|
106
|
+
_globals['_EXPERIMENT_USERHASFLAG']._serialized_start=6082
|
|
107
|
+
_globals['_EXPERIMENT_USERHASFLAG']._serialized_end=6109
|
|
108
|
+
_globals['_EXPERIMENT_UNITIDINRANGEBYHASH']._serialized_start=6111
|
|
109
|
+
_globals['_EXPERIMENT_UNITIDINRANGEBYHASH']._serialized_end=6166
|
|
110
|
+
_globals['_EXPERIMENT_CLIENTRELEASECHANNEL']._serialized_start=6168
|
|
111
|
+
_globals['_EXPERIMENT_CLIENTRELEASECHANNEL']._serialized_end=6220
|
|
112
|
+
_globals['_EXPERIMENT_ALWAYS']._serialized_start=6222
|
|
113
|
+
_globals['_EXPERIMENT_ALWAYS']._serialized_end=6245
|
|
114
|
+
_globals['_EXPERIMENT_CLIENTSYSTEMLOCALE']._serialized_start=6247
|
|
115
|
+
_globals['_EXPERIMENT_CLIENTSYSTEMLOCALE']._serialized_end=6288
|
|
116
|
+
_globals['_EXPERIMENT_UNITIDINEXPERIMENT']._serialized_start=6290
|
|
117
|
+
_globals['_EXPERIMENT_UNITIDINEXPERIMENT']._serialized_end=6356
|
|
118
|
+
_globals['_EXPERIMENT_USERPREMIUMTYPE']._serialized_start=6358
|
|
119
|
+
_globals['_EXPERIMENT_USERPREMIUMTYPE']._serialized_end=6398
|
|
120
|
+
_globals['_EXPERIMENT_UNITIDMATCHESFILTERSNAPSHOT']._serialized_start=6400
|
|
121
|
+
_globals['_EXPERIMENT_UNITIDMATCHESFILTERSNAPSHOT']._serialized_end=6489
|
|
122
|
+
_globals['_EXPERIMENT_FILTER']._serialized_start=6492
|
|
123
|
+
_globals['_EXPERIMENT_FILTER']._serialized_end=8424
|
|
124
|
+
_globals['_EXPERIMENT_OVERRIDE']._serialized_start=8426
|
|
125
|
+
_globals['_EXPERIMENT_OVERRIDE']._serialized_end=8458
|
|
126
|
+
_globals['_EXPERIMENT_RULE']._serialized_start=8461
|
|
127
|
+
_globals['_EXPERIMENT_RULE']._serialized_end=8744
|
|
128
|
+
_globals['_EXPERIMENT_DEBUGCONFIG']._serialized_start=8747
|
|
129
|
+
_globals['_EXPERIMENT_DEBUGCONFIG']._serialized_end=8941
|
|
130
|
+
_globals['_EXPERIMENT_UNITTYPE']._serialized_start=8943
|
|
131
|
+
_globals['_EXPERIMENT_UNITTYPE']._serialized_end=9000
|
|
132
|
+
_globals['_EXPERIMENT_TYPE']._serialized_start=9002
|
|
133
|
+
_globals['_EXPERIMENT_TYPE']._serialized_end=9081
|
|
134
|
+
_globals['_EXPERIMENT_PHASE']._serialized_start=9084
|
|
135
|
+
_globals['_EXPERIMENT_PHASE']._serialized_end=9216
|
|
136
|
+
_globals['_EXPERIMENT_SURFACE']._serialized_start=9219
|
|
137
|
+
_globals['_EXPERIMENT_SURFACE']._serialized_end=9369
|
|
138
|
+
_globals['_EXPERIMENT_EXPOSURETRACKING']._serialized_start=9371
|
|
139
|
+
_globals['_EXPERIMENT_EXPOSURETRACKING']._serialized_end=9452
|
|
140
|
+
_globals['_EXPERIMENT_ASSIGNMENTMODE']._serialized_start=9455
|
|
141
|
+
_globals['_EXPERIMENT_ASSIGNMENTMODE']._serialized_end=9593
|
|
142
142
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -244,6 +244,7 @@ message PreloadedUserSettings {
|
|
|
244
244
|
optional google.protobuf.BoolValue enable_user_resurrection_notifications = 13;
|
|
245
245
|
optional google.protobuf.BoolValue enable_friend_anniversary_notifications = 14;
|
|
246
246
|
optional google.protobuf.BoolValue enable_game_update_notifications = 15;
|
|
247
|
+
optional google.protobuf.BoolValue enable_profile_updates_notifications = 16;
|
|
247
248
|
}
|
|
248
249
|
|
|
249
250
|
enum GuildActivityStatusRestrictionDefault {
|
|
@@ -26,7 +26,7 @@ from google.protobuf import wrappers_pb2 as google_dot_protobuf_dot_wrappers__pb
|
|
|
26
26
|
from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
|
|
27
27
|
|
|
28
28
|
|
|
29
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n,discord_users/v1/PreloadedUserSettings.proto\x12\x1f\x64iscord_protos.discord_users.v1\x1a\x1egoogle/protobuf/wrappers.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\xde\xcf\x01\n\x15PreloadedUserSettings\x12V\n\x08versions\x18\x01 \x01(\x0b\x32?.discord_protos.discord_users.v1.PreloadedUserSettings.VersionsH\x00\x88\x01\x01\x12X\n\x05inbox\x18\x02 \x01(\x0b\x32\x44.discord_protos.discord_users.v1.PreloadedUserSettings.InboxSettingsH\x01\x88\x01\x01\x12\\\n\x06guilds\x18\x03 \x01(\x0b\x32G.discord_protos.discord_users.v1.PreloadedUserSettings.AllGuildSettingsH\x02\x88\x01\x01\x12\x65\n\x0cuser_content\x18\x04 \x01(\x0b\x32J.discord_protos.discord_users.v1.PreloadedUserSettings.UserContentSettingsH\x03\x88\x01\x01\x12j\n\x0fvoice_and_video\x18\x05 \x01(\x0b\x32L.discord_protos.discord_users.v1.PreloadedUserSettings.VoiceAndVideoSettingsH\x04\x88\x01\x01\x12j\n\x0ftext_and_images\x18\x06 \x01(\x0b\x32L.discord_protos.discord_users.v1.PreloadedUserSettings.TextAndImagesSettingsH\x05\x88\x01\x01\x12g\n\rnotifications\x18\x07 \x01(\x0b\x32K.discord_protos.discord_users.v1.PreloadedUserSettings.NotificationSettingsH\x06\x88\x01\x01\x12\\\n\x07privacy\x18\x08 \x01(\x0b\x32\x46.discord_protos.discord_users.v1.PreloadedUserSettings.PrivacySettingsH\x07\x88\x01\x01\x12X\n\x05\x64\x65\x62ug\x18\t \x01(\x0b\x32\x44.discord_protos.discord_users.v1.PreloadedUserSettings.DebugSettingsH\x08\x88\x01\x01\x12\x65\n\x0cgame_library\x18\n \x01(\x0b\x32J.discord_protos.discord_users.v1.PreloadedUserSettings.GameLibrarySettingsH\t\x88\x01\x01\x12Z\n\x06status\x18\x0b \x01(\x0b\x32\x45.discord_protos.discord_users.v1.PreloadedUserSettings.StatusSettingsH\n\x88\x01\x01\x12\x66\n\x0clocalization\x18\x0c \x01(\x0b\x32K.discord_protos.discord_users.v1.PreloadedUserSettings.LocalizationSettingsH\x0b\x88\x01\x01\x12\x62\n\nappearance\x18\r \x01(\x0b\x32I.discord_protos.discord_users.v1.PreloadedUserSettings.AppearanceSettingsH\x0c\x88\x01\x01\x12_\n\rguild_folders\x18\x0e \x01(\x0b\x32\x43.discord_protos.discord_users.v1.PreloadedUserSettings.GuildFoldersH\r\x88\x01\x01\x12X\n\tfavorites\x18\x0f \x01(\x0b\x32@.discord_protos.discord_users.v1.PreloadedUserSettings.FavoritesH\x0e\x88\x01\x01\x12i\n\x16\x61udio_context_settings\x18\x10 \x01(\x0b\x32\x44.discord_protos.discord_users.v1.PreloadedUserSettings.AudioSettingsH\x0f\x88\x01\x01\x12\x64\n\x0b\x63ommunities\x18\x11 \x01(\x0b\x32J.discord_protos.discord_users.v1.PreloadedUserSettings.CommunitiesSettingsH\x10\x88\x01\x01\x12`\n\tbroadcast\x18\x12 \x01(\x0b\x32H.discord_protos.discord_users.v1.PreloadedUserSettings.BroadcastSettingsH\x11\x88\x01\x01\x12X\n\x05\x63lips\x18\x13 \x01(\x0b\x32\x44.discord_protos.discord_users.v1.PreloadedUserSettings.ClipsSettingsH\x12\x88\x01\x01\x12_\n\tfor_later\x18\x14 \x01(\x0b\x32G.discord_protos.discord_users.v1.PreloadedUserSettings.ForLaterSettingsH\x13\x88\x01\x01\x12\x63\n\x0fsafety_settings\x18\x15 \x01(\x0b\x32\x45.discord_protos.discord_users.v1.PreloadedUserSettings.SafetySettingsH\x14\x88\x01\x01\x12\x61\n\x0eicymi_settings\x18\x16 \x01(\x0b\x32\x44.discord_protos.discord_users.v1.PreloadedUserSettings.ICYMISettingsH\x15\x88\x01\x01\x12h\n\x0c\x61pplications\x18\x17 \x01(\x0b\x32M.discord_protos.discord_users.v1.PreloadedUserSettings.AllApplicationSettingsH\x16\x88\x01\x01\x12T\n\x03\x61\x64s\x18\x18 \x01(\x0b\x32\x42.discord_protos.discord_users.v1.PreloadedUserSettings.AdsSettingsH\x17\x88\x01\x01\x12s\n\x18in_app_feedback_settings\x18\x19 \x01(\x0b\x32L.discord_protos.discord_users.v1.PreloadedUserSettings.InAppFeedbackSettingsH\x18\x88\x01\x01\x1aP\n\x08Versions\x12\x16\n\x0e\x63lient_version\x18\x01 \x01(\r\x12\x16\n\x0eserver_version\x18\x02 \x01(\r\x12\x14\n\x0c\x64\x61ta_version\x18\x03 \x01(\r\x1a~\n\rInboxSettings\x12T\n\x0b\x63urrent_tab\x18\x01 \x01(\x0e\x32?.discord_protos.discord_users.v1.PreloadedUserSettings.InboxTab\x12\x17\n\x0fviewed_tutorial\x18\x02 \x01(\x08\x1a\xbe\x01\n\x10\x43hannelIconEmoji\x12-\n\x02id\x18\x01 \x01(\x0b\x32\x1c.google.protobuf.UInt64ValueH\x00\x88\x01\x01\x12/\n\x04name\x18\x02 \x01(\x0b\x32\x1c.google.protobuf.StringValueH\x01\x88\x01\x01\x12\x30\n\x05\x63olor\x18\x03 \x01(\x0b\x32\x1c.google.protobuf.UInt64ValueH\x02\x88\x01\x01\x42\x05\n\x03_idB\x07\n\x05_nameB\x08\n\x06_color\x1a\x85\x01\n\x1d\x43ustomNotificationSoundConfig\x12\x45\n\x1anotification_sound_pack_id\x18\x01 \x01(\x0b\x32\x1c.google.protobuf.StringValueH\x00\x88\x01\x01\x42\x1d\n\x1b_notification_sound_pack_id\x1a\xc9\x02\n\x0f\x43hannelSettings\x12\x1a\n\x12\x63ollapsed_in_inbox\x18\x01 \x01(\x08\x12`\n\nicon_emoji\x18\x02 \x01(\x0b\x32G.discord_protos.discord_users.v1.PreloadedUserSettings.ChannelIconEmojiH\x00\x88\x01\x01\x12\x83\x01\n custom_notification_sound_config\x18\x03 \x01(\x0b\x32T.discord_protos.discord_users.v1.PreloadedUserSettings.CustomNotificationSoundConfigH\x01\x88\x01\x01\x42\r\n\x0b_icon_emojiB#\n!_custom_notification_sound_config\x1a\x35\n\x0f\x43ustomCallSound\x12\x10\n\x08sound_id\x18\x01 \x01(\x06\x12\x10\n\x08guild_id\x18\x02 \x01(\x06\x1a\xa5\x01\n\x13\x43hannelListSettings\x12\x31\n\x06layout\x18\x01 \x01(\x0b\x32\x1c.google.protobuf.StringValueH\x00\x88\x01\x01\x12;\n\x10message_previews\x18\x02 \x01(\x0b\x32\x1c.google.protobuf.StringValueH\x01\x88\x01\x01\x42\t\n\x07_layoutB\x13\n\x11_message_previews\x1a\xae\x01\n\x1cGuildDismissibleContentState\x12\x11\n\tdismissed\x18\x01 \x01(\x08\x12\x1e\n\x16last_dismissed_version\x18\x02 \x01(\r\x12\x1c\n\x14last_dismissed_at_ms\x18\x03 \x01(\x04\x12 \n\x18last_dismissed_object_id\x18\x04 \x01(\x04\x12\x1b\n\x13num_times_dismissed\x18\x05 \x01(\r\x1a\x81\n\n\rGuildSettings\x12\x64\n\x08\x63hannels\x18\x01 \x03(\x0b\x32R.discord_protos.discord_users.v1.PreloadedUserSettings.GuildSettings.ChannelsEntry\x12\x14\n\x0chub_progress\x18\x02 \x01(\r\x12!\n\x19guild_onboarding_progress\x18\x03 \x01(\r\x12\x43\n\x1aguild_recents_dismissed_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x00\x88\x01\x01\x12\x1f\n\x17\x64ismissed_guild_content\x18\x05 \x01(\x0c\x12_\n\njoin_sound\x18\x06 \x01(\x0b\x32\x46.discord_protos.discord_users.v1.PreloadedUserSettings.CustomCallSoundH\x01\x88\x01\x01\x12~\n%mobile_redesign_channel_list_settings\x18\x07 \x01(\x0b\x32J.discord_protos.discord_users.v1.PreloadedUserSettings.ChannelListSettingsH\x02\x88\x01\x01\x12\x1f\n\x17\x64isable_raid_alert_push\x18\x08 \x01(\x08\x12\x1e\n\x16\x64isable_raid_alert_nag\x18\t \x01(\x08\x12\x83\x01\n custom_notification_sound_config\x18\n \x01(\x0b\x32T.discord_protos.discord_users.v1.PreloadedUserSettings.CustomNotificationSoundConfigH\x03\x88\x01\x01\x12\x1d\n\x15leaderboards_disabled\x18\x0b \x01(\x08\x12\x91\x01\n guild_dismissible_content_states\x18\x0c \x03(\x0b\x32g.discord_protos.discord_users.v1.PreloadedUserSettings.GuildSettings.GuildDismissibleContentStatesEntry\x1aw\n\rChannelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\x06\x12U\n\x05value\x18\x02 \x01(\x0b\x32\x46.discord_protos.discord_users.v1.PreloadedUserSettings.ChannelSettings:\x02\x38\x01\x1a\x99\x01\n\"GuildDismissibleContentStatesEntry\x12\x0b\n\x03key\x18\x01 \x01(\x05\x12\x62\n\x05value\x18\x02 \x01(\x0b\x32S.discord_protos.discord_users.v1.PreloadedUserSettings.GuildDismissibleContentState:\x02\x38\x01\x42\x1d\n\x1b_guild_recents_dismissed_atB\r\n\x0b_join_soundB(\n&_mobile_redesign_channel_list_settingsB#\n!_custom_notification_sound_config\x1a\xec\x01\n\x10\x41llGuildSettings\x12\x63\n\x06guilds\x18\x01 \x03(\x0b\x32S.discord_protos.discord_users.v1.PreloadedUserSettings.AllGuildSettings.GuildsEntry\x1as\n\x0bGuildsEntry\x12\x0b\n\x03key\x18\x01 \x01(\x06\x12S\n\x05value\x18\x02 \x01(\x0b\x32\x44.discord_protos.discord_users.v1.PreloadedUserSettings.GuildSettings:\x02\x38\x01\x1a\x9f\x01\n RecurringDismissibleContentState\x12\x1e\n\x16last_dismissed_version\x18\x01 \x01(\r\x12\x1c\n\x14last_dismissed_at_ms\x18\x02 \x01(\x04\x12 \n\x18last_dismissed_object_id\x18\x03 \x01(\x04\x12\x1b\n\x13num_times_dismissed\x18\x04 \x01(\r\x1a\x91\x07\n\x13UserContentSettings\x12\x1a\n\x12\x64ismissed_contents\x18\x01 \x01(\x0c\x12W\n,last_dismissed_outbound_promotion_start_date\x18\x02 \x01(\x0b\x32\x1c.google.protobuf.StringValueH\x00\x88\x01\x01\x12J\n!premium_tier_0_modal_dismissed_at\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x01\x88\x01\x01\x12M\n$guild_onboarding_upsell_dismissed_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x02\x88\x01\x01\x12R\n)safety_user_sentiment_notice_dismissed_at\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x03\x88\x01\x01\x12\"\n\x1alast_received_changelog_id\x18\x06 \x01(\x06\x12\x9f\x01\n$recurring_dismissible_content_states\x18\x07 \x03(\x0b\x32q.discord_protos.discord_users.v1.PreloadedUserSettings.UserContentSettings.RecurringDismissibleContentStatesEntry\x1a\xa1\x01\n&RecurringDismissibleContentStatesEntry\x12\x0b\n\x03key\x18\x01 \x01(\x05\x12\x66\n\x05value\x18\x02 \x01(\x0b\x32W.discord_protos.discord_users.v1.PreloadedUserSettings.RecurringDismissibleContentState:\x02\x38\x01\x42/\n-_last_dismissed_outbound_promotion_start_dateB$\n\"_premium_tier_0_modal_dismissed_atB\'\n%_guild_onboarding_upsell_dismissed_atB,\n*_safety_user_sentiment_notice_dismissed_at\x1a-\n\x19VideoFilterBackgroundBlur\x12\x10\n\x08use_blur\x18\x01 \x01(\x08\x1a\x32\n\x10VideoFilterAsset\x12\n\n\x02id\x18\x01 \x01(\x06\x12\x12\n\nasset_hash\x18\x02 \x01(\t\x1a$\n\x12SoundboardSettings\x12\x0e\n\x06volume\x18\x01 \x01(\x02\x1a\xc2\x07\n\x15VoiceAndVideoSettings\x12`\n\x04\x62lur\x18\x01 \x01(\x0b\x32P.discord_protos.discord_users.v1.PreloadedUserSettings.VideoFilterBackgroundBlurH\x00\x12\x17\n\rpreset_option\x18\x02 \x01(\rH\x00\x12_\n\x0c\x63ustom_asset\x18\x03 \x01(\x0b\x32G.discord_protos.discord_users.v1.PreloadedUserSettings.VideoFilterAssetH\x00\x12=\n\x14\x61lways_preview_video\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\x01\x88\x01\x01\x12\x36\n\x0b\x61\x66k_timeout\x18\x06 \x01(\x0b\x32\x1c.google.protobuf.UInt32ValueH\x02\x88\x01\x01\x12\x45\n\x1cstream_notifications_enabled\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\x03\x88\x01\x01\x12I\n native_phone_integration_enabled\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\x04\x88\x01\x01\x12k\n\x13soundboard_settings\x18\t \x01(\x0b\x32I.discord_protos.discord_users.v1.PreloadedUserSettings.SoundboardSettingsH\x05\x88\x01\x01\x12@\n\x17\x64isable_stream_previews\x18\n \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\x06\x88\x01\x01\x12:\n\x10soundmoji_volume\x18\x0b \x01(\x0b\x32\x1b.google.protobuf.FloatValueH\x07\x88\x01\x01\x42!\n\x1fvideo_background_filter_desktopB\x17\n\x15_always_preview_videoB\x0e\n\x0c_afk_timeoutB\x1f\n\x1d_stream_notifications_enabledB#\n!_native_phone_integration_enabledB\x16\n\x14_soundboard_settingsB\x1a\n\x18_disable_stream_previewsB\x13\n\x11_soundmoji_volume\x1a\xf9\x02\n\x17\x45xplicitContentSettings\x12p\n\x17\x65xplicit_content_guilds\x18\x01 \x01(\x0e\x32O.discord_protos.discord_users.v1.PreloadedUserSettings.ExplicitContentRedaction\x12s\n\x1a\x65xplicit_content_friend_dm\x18\x02 \x01(\x0e\x32O.discord_protos.discord_users.v1.PreloadedUserSettings.ExplicitContentRedaction\x12w\n\x1e\x65xplicit_content_non_friend_dm\x18\x03 \x01(\x0e\x32O.discord_protos.discord_users.v1.PreloadedUserSettings.ExplicitContentRedaction\x1a\xdf\x01\n\x15KeywordFilterSettings\x12\x32\n\tprofanity\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\x00\x88\x01\x01\x12\x37\n\x0esexual_content\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\x01\x88\x01\x01\x12.\n\x05slurs\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\x02\x88\x01\x01\x42\x0c\n\n_profanityB\x11\n\x0f_sexual_contentB\x08\n\x06_slurs\x1a\xe9\x02\n\x13GoreContentSettings\x12l\n\x13gore_content_guilds\x18\x01 \x01(\x0e\x32O.discord_protos.discord_users.v1.PreloadedUserSettings.ExplicitContentRedaction\x12o\n\x16gore_content_friend_dm\x18\x02 \x01(\x0e\x32O.discord_protos.discord_users.v1.PreloadedUserSettings.ExplicitContentRedaction\x12s\n\x1agore_content_non_friend_dm\x18\x03 \x01(\x0e\x32O.discord_protos.discord_users.v1.PreloadedUserSettings.ExplicitContentRedaction\x1a\xb2\x02\n\x14\x44\x65\x66\x61ultReactionEmoji\x12\x33\n\x08\x65moji_id\x18\x01 \x01(\x0b\x32\x1c.google.protobuf.UInt64ValueH\x00\x88\x01\x01\x12\x35\n\nemoji_name\x18\x02 \x01(\x0b\x32\x1c.google.protobuf.StringValueH\x01\x88\x01\x01\x12\x31\n\x08\x61nimated\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\x02\x88\x01\x01\x12;\n\x12\x64isable_double_tap\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\x03\x88\x01\x01\x42\x0b\n\t_emoji_idB\r\n\x0b_emoji_nameB\x0b\n\t_animatedB\x15\n\x13_disable_double_tap\x1a\xfc\x02\n\x17SelfHarmContentSettings\x12q\n\x18self_harm_content_guilds\x18\x01 \x01(\x0e\x32O.discord_protos.discord_users.v1.PreloadedUserSettings.ExplicitContentRedaction\x12t\n\x1bself_harm_content_friend_dm\x18\x02 \x01(\x0e\x32O.discord_protos.discord_users.v1.PreloadedUserSettings.ExplicitContentRedaction\x12x\n\x1fself_harm_content_non_friend_dm\x18\x03 \x01(\x0e\x32O.discord_protos.discord_users.v1.PreloadedUserSettings.ExplicitContentRedaction\x1a\xe0\x19\n\x15TextAndImagesSettings\x12>\n\x13\x64iversity_surrogate\x18\x01 \x01(\x0b\x32\x1c.google.protobuf.StringValueH\x00\x88\x01\x01\x12<\n\x13use_rich_chat_input\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\x01\x88\x01\x01\x12;\n\x12use_thread_sidebar\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\x02\x88\x01\x01\x12:\n\x0frender_spoilers\x18\x04 \x01(\x0b\x32\x1c.google.protobuf.StringValueH\x03\x88\x01\x01\x12+\n\x1f\x65moji_picker_collapsed_sections\x18\x05 \x03(\tB\x02\x10\x00\x12-\n!sticker_picker_collapsed_sections\x18\x06 \x03(\tB\x02\x10\x00\x12@\n\x17view_image_descriptions\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\x04\x88\x01\x01\x12\x41\n\x18show_command_suggestions\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\x05\x88\x01\x01\x12@\n\x17inline_attachment_media\x18\t \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\x06\x88\x01\x01\x12;\n\x12inline_embed_media\x18\n \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\x07\x88\x01\x01\x12\x36\n\rgif_auto_play\x18\x0b \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\x08\x88\x01\x01\x12\x36\n\rrender_embeds\x18\x0c \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\t\x88\x01\x01\x12\x39\n\x10render_reactions\x18\r \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\n\x88\x01\x01\x12\x36\n\ranimate_emoji\x18\x0e \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\x0b\x88\x01\x01\x12;\n\x10\x61nimate_stickers\x18\x0f \x01(\x0b\x32\x1c.google.protobuf.UInt32ValueH\x0c\x88\x01\x01\x12;\n\x12\x65nable_tts_command\x18\x10 \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\r\x88\x01\x01\x12@\n\x17message_display_compact\x18\x11 \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\x0e\x88\x01\x01\x12\x42\n\x17\x65xplicit_content_filter\x18\x13 \x01(\x0b\x32\x1c.google.protobuf.UInt32ValueH\x0f\x88\x01\x01\x12\x39\n\x10view_nsfw_guilds\x18\x14 \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\x10\x88\x01\x01\x12:\n\x11\x63onvert_emoticons\x18\x15 \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\x11\x88\x01\x01\x12G\n\x1e\x65xpression_suggestions_enabled\x18\x16 \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\x12\x88\x01\x01\x12;\n\x12view_nsfw_commands\x18\x17 \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\x13\x88\x01\x01\x12>\n\x15use_legacy_chat_input\x18\x18 \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\x14\x88\x01\x01\x12\x30\n$soundboard_picker_collapsed_sections\x18\x19 \x03(\tB\x02\x10\x00\x12\x39\n\x0e\x64m_spam_filter\x18\x1a \x01(\x0b\x32\x1c.google.protobuf.UInt32ValueH\x15\x88\x01\x01\x12`\n\x11\x64m_spam_filter_v2\x18\x1b \x01(\x0e\x32\x45.discord_protos.discord_users.v1.PreloadedUserSettings.DmSpamFilterV2\x12I\n include_stickers_in_autocomplete\x18\x1c \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\x16\x88\x01\x01\x12v\n\x19\x65xplicit_content_settings\x18\x1d \x01(\x0b\x32N.discord_protos.discord_users.v1.PreloadedUserSettings.ExplicitContentSettingsH\x17\x88\x01\x01\x12r\n\x17keyword_filter_settings\x18\x1e \x01(\x0b\x32L.discord_protos.discord_users.v1.PreloadedUserSettings.KeywordFilterSettingsH\x18\x88\x01\x01\x12J\n!include_soundmoji_in_autocomplete\x18\x1f \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\x19\x88\x01\x01\x12n\n\x15gore_content_settings\x18 \x01(\x0b\x32J.discord_protos.discord_users.v1.PreloadedUserSettings.GoreContentSettingsH\x1a\x88\x01\x01\x12p\n\x16\x64\x65\x66\x61ult_reaction_emoji\x18! \x01(\x0b\x32K.discord_protos.discord_users.v1.PreloadedUserSettings.DefaultReactionEmojiH\x1b\x88\x01\x01\x12\x41\n\x18show_mention_suggestions\x18\" \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\x1c\x88\x01\x01\x12w\n\x1aself_harm_content_settings\x18# \x01(\x0b\x32N.discord_protos.discord_users.v1.PreloadedUserSettings.SelfHarmContentSettingsH\x1d\x88\x01\x01\x12\x43\n\x1ais_cross_dm_search_enabled\x18$ \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\x1e\x88\x01\x01\x42\x16\n\x14_diversity_surrogateB\x16\n\x14_use_rich_chat_inputB\x15\n\x13_use_thread_sidebarB\x12\n\x10_render_spoilersB\x1a\n\x18_view_image_descriptionsB\x1b\n\x19_show_command_suggestionsB\x1a\n\x18_inline_attachment_mediaB\x15\n\x13_inline_embed_mediaB\x10\n\x0e_gif_auto_playB\x10\n\x0e_render_embedsB\x13\n\x11_render_reactionsB\x10\n\x0e_animate_emojiB\x13\n\x11_animate_stickersB\x15\n\x13_enable_tts_commandB\x1a\n\x18_message_display_compactB\x1a\n\x18_explicit_content_filterB\x13\n\x11_view_nsfw_guildsB\x14\n\x12_convert_emoticonsB!\n\x1f_expression_suggestions_enabledB\x15\n\x13_view_nsfw_commandsB\x18\n\x16_use_legacy_chat_inputB\x11\n\x0f_dm_spam_filterB#\n!_include_stickers_in_autocompleteB\x1c\n\x1a_explicit_content_settingsB\x1a\n\x18_keyword_filter_settingsB$\n\"_include_soundmoji_in_autocompleteB\x18\n\x16_gore_content_settingsB\x19\n\x17_default_reaction_emojiB\x1b\n\x19_show_mention_suggestionsB\x1d\n\x1b_self_harm_content_settingsB\x1d\n\x1b_is_cross_dm_search_enabled\x1a\xa8\x0c\n\x14NotificationSettings\x12\x42\n\x19show_in_app_notifications\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\x00\x88\x01\x01\x12\x42\n\x19notify_friends_on_go_live\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\x01\x88\x01\x01\x12+\n#notification_center_acked_before_id\x18\x03 \x01(\x06\x12L\n#enable_burst_reaction_notifications\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\x02\x88\x01\x01\x12\x33\n\nquiet_mode\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\x03\x88\x01\x01\x12 \n\x18\x66ocus_mode_expires_at_ms\x18\x06 \x01(\x06\x12o\n\x16reaction_notifications\x18\x07 \x01(\x0e\x32O.discord_protos.discord_users.v1.PreloadedUserSettings.ReactionNotificationType\x12x\n\x1bgame_activity_notifications\x18\x08 \x01(\x0e\x32S.discord_protos.discord_users.v1.PreloadedUserSettings.GameActivityNotificationType\x12\x81\x01\n custom_status_push_notifications\x18\t \x01(\x0e\x32W.discord_protos.discord_users.v1.PreloadedUserSettings.CustomStatusPushNotificationType\x12R\n)game_activity_exclude_steam_notifications\x18\n \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\x04\x88\x01\x01\x12L\n#enable_voice_activity_notifications\x18\x0b \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\x05\x88\x01\x01\x12K\n\"enable_friend_online_notifications\x18\x0c \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\x06\x88\x01\x01\x12O\n&enable_user_resurrection_notifications\x18\r \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\x07\x88\x01\x01\x12P\n\'enable_friend_anniversary_notifications\x18\x0e \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\x08\x88\x01\x01\x12I\n enable_game_update_notifications\x18\x0f \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\t\x88\x01\x01\x42\x1c\n\x1a_show_in_app_notificationsB\x1c\n\x1a_notify_friends_on_go_liveB&\n$_enable_burst_reaction_notificationsB\r\n\x0b_quiet_modeB,\n*_game_activity_exclude_steam_notificationsB&\n$_enable_voice_activity_notificationsB%\n#_enable_friend_online_notificationsB)\n\'_enable_user_resurrection_notificationsB*\n(_enable_friend_anniversary_notificationsB#\n!_enable_game_update_notifications\x1a\xd4\x14\n\x0fPrivacySettings\x12M\n$allow_activity_party_privacy_friends\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\x00\x88\x01\x01\x12S\n*allow_activity_party_privacy_voice_channel\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\x01\x88\x01\x01\x12\x1c\n\x14restricted_guild_ids\x18\x03 \x03(\x06\x12!\n\x19\x64\x65\x66\x61ult_guilds_restricted\x18\x04 \x01(\x08\x12%\n\x1d\x61llow_accessibility_detection\x18\x07 \x01(\x08\x12\x41\n\x18\x64\x65tect_platform_accounts\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\x02\x88\x01\x01\x12\x35\n\x0cpasswordless\x18\t \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\x03\x88\x01\x01\x12=\n\x14\x63ontact_sync_enabled\x18\n \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\x04\x88\x01\x01\x12>\n\x13\x66riend_source_flags\x18\x0b \x01(\x0b\x32\x1c.google.protobuf.UInt32ValueH\x05\x88\x01\x01\x12\x41\n\x16\x66riend_discovery_flags\x18\x0c \x01(\x0b\x32\x1c.google.protobuf.UInt32ValueH\x06\x88\x01\x01\x12%\n\x1d\x61\x63tivity_restricted_guild_ids\x18\r \x03(\x06\x12\x88\x01\n\"default_guilds_activity_restricted\x18\x0e \x01(\x0e\x32\\.discord_protos.discord_users.v1.PreloadedUserSettings.GuildActivityStatusRestrictionDefault\x12-\n%activity_joining_restricted_guild_ids\x18\x0f \x03(\x06\x12,\n$message_request_restricted_guild_ids\x18\x10 \x03(\x06\x12K\n\"default_message_request_restricted\x18\x11 \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\x07\x88\x01\x01\x12\x38\n\x0f\x64rops_opted_out\x18\x12 \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\x08\x88\x01\x01\x12\x43\n\x1anon_spam_retraining_opt_in\x18\x13 \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\t\x88\x01\x01\x12>\n\x15\x66\x61mily_center_enabled\x18\x14 \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\n\x88\x01\x01\x12\x41\n\x18\x66\x61mily_center_enabled_v2\x18\x15 \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\x0b\x88\x01\x01\x12=\n\x14hide_legacy_username\x18\x16 \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\x0c\x88\x01\x01\x12L\n#inappropriate_conversation_warnings\x18\x17 \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\r\x88\x01\x01\x12=\n\x14recent_games_enabled\x18\x18 \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\x0e\x88\x01\x01\x12\x81\x01\n\"guilds_leaderboard_opt_out_default\x18\x19 \x01(\x0e\x32U.discord_protos.discord_users.v1.PreloadedUserSettings.GuildsLeaderboardOptOutDefault\x12I\n allow_game_friend_dms_in_discord\x18\x1a \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\x0f\x88\x01\x01\x12\x45\n\x1c\x64\x65\x66\x61ult_guilds_restricted_v2\x18\x1b \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\x10\x88\x01\x01\x12x\n\x1eslayer_sdk_receive_dms_in_game\x18\x1c \x01(\x0e\x32P.discord_protos.discord_users.v1.PreloadedUserSettings.SlayerSDKReceiveInGameDMs\x12\x8d\x01\n%default_guilds_activity_restricted_v2\x18\x1d \x01(\x0e\x32^.discord_protos.discord_users.v1.PreloadedUserSettings.GuildActivityStatusRestrictionDefaultV2\x12\x41\n\x18quests_3p_data_opted_out\x18\x1e \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\x11\x88\x01\x01\x12\x38\n\x0fshow_local_time\x18\x1f \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\x12\x88\x01\x01\x42\'\n%_allow_activity_party_privacy_friendsB-\n+_allow_activity_party_privacy_voice_channelB\x1b\n\x19_detect_platform_accountsB\x0f\n\r_passwordlessB\x17\n\x15_contact_sync_enabledB\x16\n\x14_friend_source_flagsB\x19\n\x17_friend_discovery_flagsB%\n#_default_message_request_restrictedB\x12\n\x10_drops_opted_outB\x1d\n\x1b_non_spam_retraining_opt_inB\x18\n\x16_family_center_enabledB\x1b\n\x19_family_center_enabled_v2B\x17\n\x15_hide_legacy_usernameB&\n$_inappropriate_conversation_warningsB\x17\n\x15_recent_games_enabledB#\n!_allow_game_friend_dms_in_discordB\x1f\n\x1d_default_guilds_restricted_v2B\x1b\n\x19_quests_3p_data_opted_outB\x12\n\x10_show_local_time\x1au\n\rDebugSettings\x12\x44\n\x1brtc_panel_show_voice_states\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\x00\x88\x01\x01\x42\x1e\n\x1c_rtc_panel_show_voice_states\x1a\xad\x02\n\x13GameLibrarySettings\x12\x41\n\x18install_shortcut_desktop\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\x00\x88\x01\x01\x12\x44\n\x1binstall_shortcut_start_menu\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\x01\x88\x01\x01\x12:\n\x11\x64isable_games_tab\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\x02\x88\x01\x01\x42\x1b\n\x19_install_shortcut_desktopB\x1e\n\x1c_install_shortcut_start_menuB\x14\n\x12_disable_games_tab\x1a\xac\x01\n\x0c\x43ustomStatus\x12\x0c\n\x04text\x18\x01 \x01(\t\x12\x10\n\x08\x65moji_id\x18\x02 \x01(\x06\x12\x12\n\nemoji_name\x18\x03 \x01(\t\x12\x15\n\rexpires_at_ms\x18\x04 \x01(\x06\x12\x15\n\rcreated_at_ms\x18\x05 \x01(\x06\x12\x30\n\x05label\x18\x06 \x01(\x0b\x32\x1c.google.protobuf.StringValueH\x00\x88\x01\x01\x42\x08\n\x06_label\x1a\x8b\x03\n\x0eStatusSettings\x12\x31\n\x06status\x18\x01 \x01(\x0b\x32\x1c.google.protobuf.StringValueH\x00\x88\x01\x01\x12_\n\rcustom_status\x18\x02 \x01(\x0b\x32\x43.discord_protos.discord_users.v1.PreloadedUserSettings.CustomStatusH\x01\x88\x01\x01\x12:\n\x11show_current_game\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\x02\x88\x01\x01\x12\x1c\n\x14status_expires_at_ms\x18\x04 \x01(\x06\x12?\n\x14status_created_at_ms\x18\x05 \x01(\x0b\x32\x1c.google.protobuf.UInt64ValueH\x03\x88\x01\x01\x42\t\n\x07_statusB\x10\n\x0e_custom_statusB\x14\n\x12_show_current_gameB\x17\n\x15_status_created_at_ms\x1a\xef\x01\n\x14LocalizationSettings\x12\x31\n\x06locale\x18\x01 \x01(\x0b\x32\x1c.google.protobuf.StringValueH\x00\x88\x01\x01\x12\x39\n\x0ftimezone_offset\x18\x02 \x01(\x0b\x32\x1b.google.protobuf.Int32ValueH\x01\x88\x01\x01\x12\x38\n\rtimezone_name\x18\x03 \x01(\x0b\x32\x1c.google.protobuf.StringValueH\x02\x88\x01\x01\x42\t\n\x07_localeB\x12\n\x10_timezone_offsetB\x10\n\x0e_timezone_name\x1au\n\x17\x43ustomUserThemeSettings\x12\x12\n\x06\x63olors\x18\x01 \x03(\tB\x02\x10\x00\x12\x1c\n\x14gradient_color_stops\x18\x02 \x03(\x02\x12\x16\n\x0egradient_angle\x18\x03 \x01(\x05\x12\x10\n\x08\x62\x61se_mix\x18\x04 \x01(\x05\x1a\x99\x02\n\x13\x43lientThemeSettings\x12H\n\x1d\x62\x61\x63kground_gradient_preset_id\x18\x02 \x01(\x0b\x32\x1c.google.protobuf.UInt32ValueH\x00\x88\x01\x01\x12w\n\x1a\x63ustom_user_theme_settings\x18\x04 \x01(\x0b\x32N.discord_protos.discord_users.v1.PreloadedUserSettings.CustomUserThemeSettingsH\x01\x88\x01\x01\x42 \n\x1e_background_gradient_preset_idB\x1d\n\x1b_custom_user_theme_settings\x1a\xb6\x08\n\x12\x41ppearanceSettings\x12K\n\x05theme\x18\x01 \x01(\x0e\x32<.discord_protos.discord_users.v1.PreloadedUserSettings.Theme\x12\x16\n\x0e\x64\x65veloper_mode\x18\x02 \x01(\x08\x12n\n\x15\x63lient_theme_settings\x18\x03 \x01(\x0b\x32J.discord_protos.discord_users.v1.PreloadedUserSettings.ClientThemeSettingsH\x00\x88\x01\x01\x12 \n\x18mobile_redesign_disabled\x18\x04 \x01(\x08\x12>\n\x13\x63hannel_list_layout\x18\x06 \x01(\x0b\x32\x1c.google.protobuf.StringValueH\x01\x88\x01\x01\x12;\n\x10message_previews\x18\x07 \x01(\x0b\x32\x1c.google.protobuf.StringValueH\x02\x88\x01\x01\x12J\n!search_result_exact_count_enabled\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\x03\x88\x01\x01\x12g\n\x14timestamp_hour_cycle\x18\t \x01(\x0e\x32I.discord_protos.discord_users.v1.PreloadedUserSettings.TimestampHourCycle\x12\x45\n\x1chappening_now_cards_disabled\x18\n \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\x04\x88\x01\x01\x12]\n\x0flaunch_pad_mode\x18\x0b \x01(\x0e\x32\x44.discord_protos.discord_users.v1.PreloadedUserSettings.LaunchPadMode\x12T\n\nui_density\x18\x0c \x01(\x0e\x32@.discord_protos.discord_users.v1.PreloadedUserSettings.UIDensity\x12m\n\x18swipe_right_to_left_mode\x18\r \x01(\x0e\x32K.discord_protos.discord_users.v1.PreloadedUserSettings.SwipeRightToLeftModeB\x18\n\x16_client_theme_settingsB\x16\n\x14_channel_list_layoutB\x13\n\x11_message_previewsB$\n\"_search_result_exact_count_enabledB\x1f\n\x1d_happening_now_cards_disabled\x1a\xcb\x01\n\x0bGuildFolder\x12\x11\n\tguild_ids\x18\x01 \x03(\x06\x12,\n\x02id\x18\x02 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueH\x00\x88\x01\x01\x12/\n\x04name\x18\x03 \x01(\x0b\x32\x1c.google.protobuf.StringValueH\x01\x88\x01\x01\x12\x30\n\x05\x63olor\x18\x04 \x01(\x0b\x32\x1c.google.protobuf.UInt64ValueH\x02\x88\x01\x01\x42\x05\n\x03_idB\x07\n\x05_nameB\x08\n\x06_color\x1a|\n\x0cGuildFolders\x12S\n\x07\x66olders\x18\x01 \x03(\x0b\x32\x42.discord_protos.discord_users.v1.PreloadedUserSettings.GuildFolder\x12\x17\n\x0fguild_positions\x18\x02 \x03(\x06\x1a\xa2\x01\n\x0f\x46\x61voriteChannel\x12\x10\n\x08nickname\x18\x01 \x01(\t\x12X\n\x04type\x18\x02 \x01(\x0e\x32J.discord_protos.discord_users.v1.PreloadedUserSettings.FavoriteChannelType\x12\x10\n\x08position\x18\x03 \x01(\r\x12\x11\n\tparent_id\x18\x04 \x01(\x06\x1a\x8e\x02\n\tFavorites\x12q\n\x11\x66\x61vorite_channels\x18\x01 \x03(\x0b\x32V.discord_protos.discord_users.v1.PreloadedUserSettings.Favorites.FavoriteChannelsEntry\x12\r\n\x05muted\x18\x02 \x01(\x08\x1a\x7f\n\x15\x46\x61voriteChannelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\x06\x12U\n\x05value\x18\x02 \x01(\x0b\x32\x46.discord_protos.discord_users.v1.PreloadedUserSettings.FavoriteChannel:\x02\x38\x01\x1a\x63\n\x13\x41udioContextSetting\x12\r\n\x05muted\x18\x01 \x01(\x08\x12\x0e\n\x06volume\x18\x02 \x01(\x02\x12\x13\n\x0bmodified_at\x18\x03 \x01(\x06\x12\x18\n\x10soundboard_muted\x18\x04 \x01(\x08\x1a\xc3\x03\n\rAudioSettings\x12\\\n\x04user\x18\x01 \x03(\x0b\x32N.discord_protos.discord_users.v1.PreloadedUserSettings.AudioSettings.UserEntry\x12`\n\x06stream\x18\x02 \x03(\x0b\x32P.discord_protos.discord_users.v1.PreloadedUserSettings.AudioSettings.StreamEntry\x1aw\n\tUserEntry\x12\x0b\n\x03key\x18\x01 \x01(\x06\x12Y\n\x05value\x18\x02 \x01(\x0b\x32J.discord_protos.discord_users.v1.PreloadedUserSettings.AudioContextSetting:\x02\x38\x01\x1ay\n\x0bStreamEntry\x12\x0b\n\x03key\x18\x01 \x01(\x06\x12Y\n\x05value\x18\x02 \x01(\x0b\x32J.discord_protos.discord_users.v1.PreloadedUserSettings.AudioContextSetting:\x02\x38\x01\x1ao\n\x13\x43ommunitiesSettings\x12>\n\x15\x64isable_home_auto_nav\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\x00\x88\x01\x01\x42\x18\n\x16_disable_home_auto_nav\x1a\xde\x01\n\x11\x42roadcastSettings\x12\x36\n\rallow_friends\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\x00\x88\x01\x01\x12\x19\n\x11\x61llowed_guild_ids\x18\x02 \x03(\x06\x12\x18\n\x10\x61llowed_user_ids\x18\x03 \x03(\x06\x12\x37\n\x0e\x61uto_broadcast\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\x01\x88\x01\x01\x42\x10\n\x0e_allow_friendsB\x11\n\x0f_auto_broadcast\x1ai\n\rClipsSettings\x12>\n\x15\x61llow_voice_recording\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\x00\x88\x01\x01\x42\x18\n\x16_allow_voice_recording\x1ak\n\x10\x46orLaterSettings\x12W\n\x0b\x63urrent_tab\x18\x01 \x01(\x0e\x32\x42.discord_protos.discord_users.v1.PreloadedUserSettings.ForLaterTab\x1a\xac\x01\n\x0eSafetySettings\x12o\n\x16safety_settings_preset\x18\x01 \x01(\x0e\x32O.discord_protos.discord_users.v1.PreloadedUserSettings.SafetySettingsPresetType\x12)\n!ignore_profile_speedbump_disabled\x18\x02 \x01(\x08\x1a*\n\rICYMISettings\x12\x19\n\x11\x66\x65\x65\x64_generated_at\x18\x01 \x01(\x06\x1a\x32\n\x15\x41pplicationDMSettings\x12\x19\n\x11\x61llow_mobile_push\x18\x02 \x01(\x08\x1aJ\n\x1a\x41pplicationSharingSettings\x12,\n$disable_application_activity_sharing\x18\x01 \x01(\x08\x1a\xa4\x02\n\x13\x41pplicationSettings\x12j\n\x0f\x61pp_dm_settings\x18\x01 \x01(\x0b\x32L.discord_protos.discord_users.v1.PreloadedUserSettings.ApplicationDMSettingsH\x00\x88\x01\x01\x12t\n\x14\x61pp_sharing_settings\x18\x02 \x01(\x0b\x32Q.discord_protos.discord_users.v1.PreloadedUserSettings.ApplicationSharingSettingsH\x01\x88\x01\x01\x42\x12\n\x10_app_dm_settingsB\x17\n\x15_app_sharing_settings\x1a\x8e\x02\n\x16\x41llApplicationSettings\x12t\n\x0c\x61pp_settings\x18\x01 \x03(\x0b\x32^.discord_protos.discord_users.v1.PreloadedUserSettings.AllApplicationSettings.AppSettingsEntry\x1a~\n\x10\x41ppSettingsEntry\x12\x0b\n\x03key\x18\x01 \x01(\x06\x12Y\n\x05value\x18\x02 \x01(\x0b\x32J.discord_protos.discord_users.v1.PreloadedUserSettings.ApplicationSettings:\x02\x38\x01\x1a%\n\x0b\x41\x64sSettings\x12\x16\n\x0e\x61lways_deliver\x18\x01 \x01(\x08\x1a\xc6\x01\n\x12InAppFeedbackState\x12?\n\x14last_impression_time\x18\x01 \x01(\x0b\x32\x1c.google.protobuf.UInt64ValueH\x00\x88\x01\x01\x12>\n\x13opt_out_expiry_time\x18\x02 \x01(\x0b\x32\x1c.google.protobuf.UInt64ValueH\x01\x88\x01\x01\x42\x17\n\x15_last_impression_timeB\x16\n\x14_opt_out_expiry_time\x1a\xa7\x02\n\x15InAppFeedbackSettings\x12\x85\x01\n\x16in_app_feedback_states\x18\x01 \x03(\x0b\x32\x65.discord_protos.discord_users.v1.PreloadedUserSettings.InAppFeedbackSettings.InAppFeedbackStatesEntry\x1a\x85\x01\n\x18InAppFeedbackStatesEntry\x12\x0b\n\x03key\x18\x01 \x01(\x05\x12X\n\x05value\x18\x02 \x01(\x0b\x32I.discord_protos.discord_users.v1.PreloadedUserSettings.InAppFeedbackState:\x02\x38\x01\"\xce\x01\n\x08InboxTab\x12\x19\n\x15INBOX_TAB_UNSPECIFIED\x10\x00\x12\x16\n\x12INBOX_TAB_MENTIONS\x10\x01\x12\x15\n\x11INBOX_TAB_UNREADS\x10\x02\x12\x13\n\x0fINBOX_TAB_TODOS\x10\x03\x12\x15\n\x11INBOX_TAB_FOR_YOU\x10\x04\x12\x1a\n\x16INBOX_TAB_GAME_INVITES\x10\x05\x12\x17\n\x13INBOX_TAB_BOOKMARKS\x10\x06\x12\x17\n\x13INBOX_TAB_SCHEDULED\x10\x07\"\xa7\x01\n\x0e\x44mSpamFilterV2\x12#\n\x1f\x44M_SPAM_FILTER_V2_DEFAULT_UNSET\x10\x00\x12\x1e\n\x1a\x44M_SPAM_FILTER_V2_DISABLED\x10\x01\x12!\n\x1d\x44M_SPAM_FILTER_V2_NON_FRIENDS\x10\x02\x12-\n)DM_SPAM_FILTER_V2_FRIENDS_AND_NON_FRIENDS\x10\x03\"\xcb\x01\n\x18\x45xplicitContentRedaction\x12?\n;EXPLICIT_CONTENT_REDACTION_UNSET_EXPLICIT_CONTENT_REDACTION\x10\x00\x12#\n\x1f\x45XPLICIT_CONTENT_REDACTION_SHOW\x10\x01\x12#\n\x1f\x45XPLICIT_CONTENT_REDACTION_BLUR\x10\x02\x12$\n EXPLICIT_CONTENT_REDACTION_BLOCK\x10\x03\"\xb0\x01\n\x18ReactionNotificationType\x12\x34\n0REACTION_NOTIFICATION_TYPE_NOTIFICATIONS_ENABLED\x10\x00\x12\'\n#REACTION_NOTIFICATION_TYPE_ONLY_DMS\x10\x01\x12\x35\n1REACTION_NOTIFICATION_TYPE_NOTIFICATIONS_DISABLED\x10\x02\"\xa0\x02\n\x1cGameActivityNotificationType\x12@\n<GAME_ACTIVITY_NOTIFICATION_TYPE_ACTIVITY_NOTIFICATIONS_UNSET\x10\x00\x12\x43\n?GAME_ACTIVITY_NOTIFICATION_TYPE_ACTIVITY_NOTIFICATIONS_DISABLED\x10\x01\x12\x42\n>GAME_ACTIVITY_NOTIFICATION_TYPE_ACTIVITY_NOTIFICATIONS_ENABLED\x10\x02\x12\x35\n1GAME_ACTIVITY_NOTIFICATION_TYPE_ONLY_GAMES_PLAYED\x10\x03\"\xdb\x01\n CustomStatusPushNotificationType\x12:\n6CUSTOM_STATUS_PUSH_NOTIFICATION_TYPE_STATUS_PUSH_UNSET\x10\x00\x12<\n8CUSTOM_STATUS_PUSH_NOTIFICATION_TYPE_STATUS_PUSH_ENABLED\x10\x01\x12=\n9CUSTOM_STATUS_PUSH_NOTIFICATION_TYPE_STATUS_PUSH_DISABLED\x10\x02\"\xcf\x01\n%GuildActivityStatusRestrictionDefault\x12\x31\n-GUILD_ACTIVITY_STATUS_RESTRICTION_DEFAULT_OFF\x10\x00\x12\x41\n=GUILD_ACTIVITY_STATUS_RESTRICTION_DEFAULT_ON_FOR_LARGE_GUILDS\x10\x01\x12\x30\n,GUILD_ACTIVITY_STATUS_RESTRICTION_DEFAULT_ON\x10\x02\"\x95\x01\n\x1eGuildsLeaderboardOptOutDefault\x12\x39\n5GUILDS_LEADERBOARD_OPT_OUT_DEFAULT_OFF_FOR_NEW_GUILDS\x10\x00\x12\x38\n4GUILDS_LEADERBOARD_OPT_OUT_DEFAULT_ON_FOR_NEW_GUILDS\x10\x01\"\xca\x01\n\x19SlayerSDKReceiveInGameDMs\x12(\n$SLAYER_SDK_RECEIVE_IN_GAME_DMS_UNSET\x10\x00\x12&\n\"SLAYER_SDK_RECEIVE_IN_GAME_DMS_ALL\x10\x01\x12\x32\n.SLAYER_SDK_RECEIVE_IN_GAME_DMS_USERS_WITH_GAME\x10\x02\x12\'\n#SLAYER_SDK_RECEIVE_IN_GAME_DMS_NONE\x10\x03\"\xd2\x02\n\'GuildActivityStatusRestrictionDefaultV2\x12\x46\nBGUILD_ACTIVITY_STATUS_RESTRICTION_DEFAULT_V2_ACTIVITY_STATUS_UNSET\x10\x00\x12\x44\n@GUILD_ACTIVITY_STATUS_RESTRICTION_DEFAULT_V2_ACTIVITY_STATUS_OFF\x10\x01\x12T\nPGUILD_ACTIVITY_STATUS_RESTRICTION_DEFAULT_V2_ACTIVITY_STATUS_ON_FOR_LARGE_GUILDS\x10\x02\x12\x43\n?GUILD_ACTIVITY_STATUS_RESTRICTION_DEFAULT_V2_ACTIVITY_STATUS_ON\x10\x03\"_\n\x05Theme\x12\x0f\n\x0bTHEME_UNSET\x10\x00\x12\x0e\n\nTHEME_DARK\x10\x01\x12\x0f\n\x0bTHEME_LIGHT\x10\x02\x12\x10\n\x0cTHEME_DARKER\x10\x03\x12\x12\n\x0eTHEME_MIDNIGHT\x10\x04\"o\n\x12TimestampHourCycle\x12\x1d\n\x19TIMESTAMP_HOUR_CYCLE_AUTO\x10\x00\x12\x1c\n\x18TIMESTAMP_HOUR_CYCLE_H12\x10\x01\x12\x1c\n\x18TIMESTAMP_HOUR_CYCLE_H23\x10\x02\"\xc8\x01\n\rLaunchPadMode\x12\'\n#LAUNCH_PAD_MODE_LAUNCH_PAD_DISABLED\x10\x00\x12\x32\n.LAUNCH_PAD_MODE_LAUNCH_PAD_GESTURE_FULL_SCREEN\x10\x01\x12\x31\n-LAUNCH_PAD_MODE_LAUNCH_PAD_GESTURE_RIGHT_EDGE\x10\x02\x12\'\n#LAUNCH_PAD_MODE_LAUNCH_PAD_PULL_TAB\x10\x03\"\x8c\x01\n\tUIDensity\x12\x1f\n\x1bUI_DENSITY_UNSET_UI_DENSITY\x10\x00\x12\x16\n\x12UI_DENSITY_COMPACT\x10\x01\x12\x13\n\x0fUI_DENSITY_COZY\x10\x02\x12\x19\n\x15UI_DENSITY_RESPONSIVE\x10\x03\x12\x16\n\x12UI_DENSITY_DEFAULT\x10\x04\"\xc8\x01\n\x14SwipeRightToLeftMode\x12\x36\n2SWIPE_RIGHT_TO_LEFT_MODE_SWIPE_RIGHT_TO_LEFT_UNSET\x10\x00\x12@\n<SWIPE_RIGHT_TO_LEFT_MODE_SWIPE_RIGHT_TO_LEFT_CHANNEL_DETAILS\x10\x01\x12\x36\n2SWIPE_RIGHT_TO_LEFT_MODE_SWIPE_RIGHT_TO_LEFT_REPLY\x10\x02\"\x9e\x01\n\x13\x46\x61voriteChannelType\x12\x35\n1FAVORITE_CHANNEL_TYPE_UNSET_FAVORITE_CHANNEL_TYPE\x10\x00\x12,\n(FAVORITE_CHANNEL_TYPE_REFERENCE_ORIGINAL\x10\x01\x12\"\n\x1e\x46\x41VORITE_CHANNEL_TYPE_CATEGORY\x10\x02\"}\n\x0b\x46orLaterTab\x12\x1d\n\x19\x46OR_LATER_TAB_UNSPECIFIED\x10\x00\x12\x15\n\x11\x46OR_LATER_TAB_ALL\x10\x01\x12\x1b\n\x17\x46OR_LATER_TAB_BOOKMARKS\x10\x02\x12\x1b\n\x17\x46OR_LATER_TAB_REMINDERS\x10\x03\"\xfb\x01\n\x18SafetySettingsPresetType\x12<\n8SAFETY_SETTINGS_PRESET_TYPE_UNSET_SAFETY_SETTINGS_PRESET\x10\x00\x12(\n$SAFETY_SETTINGS_PRESET_TYPE_BALANCED\x10\x01\x12&\n\"SAFETY_SETTINGS_PRESET_TYPE_STRICT\x10\x02\x12\'\n#SAFETY_SETTINGS_PRESET_TYPE_RELAXED\x10\x03\x12&\n\"SAFETY_SETTINGS_PRESET_TYPE_CUSTOM\x10\x04\x42\x0b\n\t_versionsB\x08\n\x06_inboxB\t\n\x07_guildsB\x0f\n\r_user_contentB\x12\n\x10_voice_and_videoB\x12\n\x10_text_and_imagesB\x10\n\x0e_notificationsB\n\n\x08_privacyB\x08\n\x06_debugB\x0f\n\r_game_libraryB\t\n\x07_statusB\x0f\n\r_localizationB\r\n\x0b_appearanceB\x10\n\x0e_guild_foldersB\x0c\n\n_favoritesB\x19\n\x17_audio_context_settingsB\x0e\n\x0c_communitiesB\x0c\n\n_broadcastB\x08\n\x06_clipsB\x0c\n\n_for_laterB\x12\n\x10_safety_settingsB\x11\n\x0f_icymi_settingsB\x0f\n\r_applicationsB\x06\n\x04_adsB\x1b\n\x19_in_app_feedback_settingsb\x06proto3')
|
|
29
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n,discord_users/v1/PreloadedUserSettings.proto\x12\x1f\x64iscord_protos.discord_users.v1\x1a\x1egoogle/protobuf/wrappers.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\xd6\xd0\x01\n\x15PreloadedUserSettings\x12V\n\x08versions\x18\x01 \x01(\x0b\x32?.discord_protos.discord_users.v1.PreloadedUserSettings.VersionsH\x00\x88\x01\x01\x12X\n\x05inbox\x18\x02 \x01(\x0b\x32\x44.discord_protos.discord_users.v1.PreloadedUserSettings.InboxSettingsH\x01\x88\x01\x01\x12\\\n\x06guilds\x18\x03 \x01(\x0b\x32G.discord_protos.discord_users.v1.PreloadedUserSettings.AllGuildSettingsH\x02\x88\x01\x01\x12\x65\n\x0cuser_content\x18\x04 \x01(\x0b\x32J.discord_protos.discord_users.v1.PreloadedUserSettings.UserContentSettingsH\x03\x88\x01\x01\x12j\n\x0fvoice_and_video\x18\x05 \x01(\x0b\x32L.discord_protos.discord_users.v1.PreloadedUserSettings.VoiceAndVideoSettingsH\x04\x88\x01\x01\x12j\n\x0ftext_and_images\x18\x06 \x01(\x0b\x32L.discord_protos.discord_users.v1.PreloadedUserSettings.TextAndImagesSettingsH\x05\x88\x01\x01\x12g\n\rnotifications\x18\x07 \x01(\x0b\x32K.discord_protos.discord_users.v1.PreloadedUserSettings.NotificationSettingsH\x06\x88\x01\x01\x12\\\n\x07privacy\x18\x08 \x01(\x0b\x32\x46.discord_protos.discord_users.v1.PreloadedUserSettings.PrivacySettingsH\x07\x88\x01\x01\x12X\n\x05\x64\x65\x62ug\x18\t \x01(\x0b\x32\x44.discord_protos.discord_users.v1.PreloadedUserSettings.DebugSettingsH\x08\x88\x01\x01\x12\x65\n\x0cgame_library\x18\n \x01(\x0b\x32J.discord_protos.discord_users.v1.PreloadedUserSettings.GameLibrarySettingsH\t\x88\x01\x01\x12Z\n\x06status\x18\x0b \x01(\x0b\x32\x45.discord_protos.discord_users.v1.PreloadedUserSettings.StatusSettingsH\n\x88\x01\x01\x12\x66\n\x0clocalization\x18\x0c \x01(\x0b\x32K.discord_protos.discord_users.v1.PreloadedUserSettings.LocalizationSettingsH\x0b\x88\x01\x01\x12\x62\n\nappearance\x18\r \x01(\x0b\x32I.discord_protos.discord_users.v1.PreloadedUserSettings.AppearanceSettingsH\x0c\x88\x01\x01\x12_\n\rguild_folders\x18\x0e \x01(\x0b\x32\x43.discord_protos.discord_users.v1.PreloadedUserSettings.GuildFoldersH\r\x88\x01\x01\x12X\n\tfavorites\x18\x0f \x01(\x0b\x32@.discord_protos.discord_users.v1.PreloadedUserSettings.FavoritesH\x0e\x88\x01\x01\x12i\n\x16\x61udio_context_settings\x18\x10 \x01(\x0b\x32\x44.discord_protos.discord_users.v1.PreloadedUserSettings.AudioSettingsH\x0f\x88\x01\x01\x12\x64\n\x0b\x63ommunities\x18\x11 \x01(\x0b\x32J.discord_protos.discord_users.v1.PreloadedUserSettings.CommunitiesSettingsH\x10\x88\x01\x01\x12`\n\tbroadcast\x18\x12 \x01(\x0b\x32H.discord_protos.discord_users.v1.PreloadedUserSettings.BroadcastSettingsH\x11\x88\x01\x01\x12X\n\x05\x63lips\x18\x13 \x01(\x0b\x32\x44.discord_protos.discord_users.v1.PreloadedUserSettings.ClipsSettingsH\x12\x88\x01\x01\x12_\n\tfor_later\x18\x14 \x01(\x0b\x32G.discord_protos.discord_users.v1.PreloadedUserSettings.ForLaterSettingsH\x13\x88\x01\x01\x12\x63\n\x0fsafety_settings\x18\x15 \x01(\x0b\x32\x45.discord_protos.discord_users.v1.PreloadedUserSettings.SafetySettingsH\x14\x88\x01\x01\x12\x61\n\x0eicymi_settings\x18\x16 \x01(\x0b\x32\x44.discord_protos.discord_users.v1.PreloadedUserSettings.ICYMISettingsH\x15\x88\x01\x01\x12h\n\x0c\x61pplications\x18\x17 \x01(\x0b\x32M.discord_protos.discord_users.v1.PreloadedUserSettings.AllApplicationSettingsH\x16\x88\x01\x01\x12T\n\x03\x61\x64s\x18\x18 \x01(\x0b\x32\x42.discord_protos.discord_users.v1.PreloadedUserSettings.AdsSettingsH\x17\x88\x01\x01\x12s\n\x18in_app_feedback_settings\x18\x19 \x01(\x0b\x32L.discord_protos.discord_users.v1.PreloadedUserSettings.InAppFeedbackSettingsH\x18\x88\x01\x01\x1aP\n\x08Versions\x12\x16\n\x0e\x63lient_version\x18\x01 \x01(\r\x12\x16\n\x0eserver_version\x18\x02 \x01(\r\x12\x14\n\x0c\x64\x61ta_version\x18\x03 \x01(\r\x1a~\n\rInboxSettings\x12T\n\x0b\x63urrent_tab\x18\x01 \x01(\x0e\x32?.discord_protos.discord_users.v1.PreloadedUserSettings.InboxTab\x12\x17\n\x0fviewed_tutorial\x18\x02 \x01(\x08\x1a\xbe\x01\n\x10\x43hannelIconEmoji\x12-\n\x02id\x18\x01 \x01(\x0b\x32\x1c.google.protobuf.UInt64ValueH\x00\x88\x01\x01\x12/\n\x04name\x18\x02 \x01(\x0b\x32\x1c.google.protobuf.StringValueH\x01\x88\x01\x01\x12\x30\n\x05\x63olor\x18\x03 \x01(\x0b\x32\x1c.google.protobuf.UInt64ValueH\x02\x88\x01\x01\x42\x05\n\x03_idB\x07\n\x05_nameB\x08\n\x06_color\x1a\x85\x01\n\x1d\x43ustomNotificationSoundConfig\x12\x45\n\x1anotification_sound_pack_id\x18\x01 \x01(\x0b\x32\x1c.google.protobuf.StringValueH\x00\x88\x01\x01\x42\x1d\n\x1b_notification_sound_pack_id\x1a\xc9\x02\n\x0f\x43hannelSettings\x12\x1a\n\x12\x63ollapsed_in_inbox\x18\x01 \x01(\x08\x12`\n\nicon_emoji\x18\x02 \x01(\x0b\x32G.discord_protos.discord_users.v1.PreloadedUserSettings.ChannelIconEmojiH\x00\x88\x01\x01\x12\x83\x01\n custom_notification_sound_config\x18\x03 \x01(\x0b\x32T.discord_protos.discord_users.v1.PreloadedUserSettings.CustomNotificationSoundConfigH\x01\x88\x01\x01\x42\r\n\x0b_icon_emojiB#\n!_custom_notification_sound_config\x1a\x35\n\x0f\x43ustomCallSound\x12\x10\n\x08sound_id\x18\x01 \x01(\x06\x12\x10\n\x08guild_id\x18\x02 \x01(\x06\x1a\xa5\x01\n\x13\x43hannelListSettings\x12\x31\n\x06layout\x18\x01 \x01(\x0b\x32\x1c.google.protobuf.StringValueH\x00\x88\x01\x01\x12;\n\x10message_previews\x18\x02 \x01(\x0b\x32\x1c.google.protobuf.StringValueH\x01\x88\x01\x01\x42\t\n\x07_layoutB\x13\n\x11_message_previews\x1a\xae\x01\n\x1cGuildDismissibleContentState\x12\x11\n\tdismissed\x18\x01 \x01(\x08\x12\x1e\n\x16last_dismissed_version\x18\x02 \x01(\r\x12\x1c\n\x14last_dismissed_at_ms\x18\x03 \x01(\x04\x12 \n\x18last_dismissed_object_id\x18\x04 \x01(\x04\x12\x1b\n\x13num_times_dismissed\x18\x05 \x01(\r\x1a\x81\n\n\rGuildSettings\x12\x64\n\x08\x63hannels\x18\x01 \x03(\x0b\x32R.discord_protos.discord_users.v1.PreloadedUserSettings.GuildSettings.ChannelsEntry\x12\x14\n\x0chub_progress\x18\x02 \x01(\r\x12!\n\x19guild_onboarding_progress\x18\x03 \x01(\r\x12\x43\n\x1aguild_recents_dismissed_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x00\x88\x01\x01\x12\x1f\n\x17\x64ismissed_guild_content\x18\x05 \x01(\x0c\x12_\n\njoin_sound\x18\x06 \x01(\x0b\x32\x46.discord_protos.discord_users.v1.PreloadedUserSettings.CustomCallSoundH\x01\x88\x01\x01\x12~\n%mobile_redesign_channel_list_settings\x18\x07 \x01(\x0b\x32J.discord_protos.discord_users.v1.PreloadedUserSettings.ChannelListSettingsH\x02\x88\x01\x01\x12\x1f\n\x17\x64isable_raid_alert_push\x18\x08 \x01(\x08\x12\x1e\n\x16\x64isable_raid_alert_nag\x18\t \x01(\x08\x12\x83\x01\n custom_notification_sound_config\x18\n \x01(\x0b\x32T.discord_protos.discord_users.v1.PreloadedUserSettings.CustomNotificationSoundConfigH\x03\x88\x01\x01\x12\x1d\n\x15leaderboards_disabled\x18\x0b \x01(\x08\x12\x91\x01\n guild_dismissible_content_states\x18\x0c \x03(\x0b\x32g.discord_protos.discord_users.v1.PreloadedUserSettings.GuildSettings.GuildDismissibleContentStatesEntry\x1aw\n\rChannelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\x06\x12U\n\x05value\x18\x02 \x01(\x0b\x32\x46.discord_protos.discord_users.v1.PreloadedUserSettings.ChannelSettings:\x02\x38\x01\x1a\x99\x01\n\"GuildDismissibleContentStatesEntry\x12\x0b\n\x03key\x18\x01 \x01(\x05\x12\x62\n\x05value\x18\x02 \x01(\x0b\x32S.discord_protos.discord_users.v1.PreloadedUserSettings.GuildDismissibleContentState:\x02\x38\x01\x42\x1d\n\x1b_guild_recents_dismissed_atB\r\n\x0b_join_soundB(\n&_mobile_redesign_channel_list_settingsB#\n!_custom_notification_sound_config\x1a\xec\x01\n\x10\x41llGuildSettings\x12\x63\n\x06guilds\x18\x01 \x03(\x0b\x32S.discord_protos.discord_users.v1.PreloadedUserSettings.AllGuildSettings.GuildsEntry\x1as\n\x0bGuildsEntry\x12\x0b\n\x03key\x18\x01 \x01(\x06\x12S\n\x05value\x18\x02 \x01(\x0b\x32\x44.discord_protos.discord_users.v1.PreloadedUserSettings.GuildSettings:\x02\x38\x01\x1a\x9f\x01\n RecurringDismissibleContentState\x12\x1e\n\x16last_dismissed_version\x18\x01 \x01(\r\x12\x1c\n\x14last_dismissed_at_ms\x18\x02 \x01(\x04\x12 \n\x18last_dismissed_object_id\x18\x03 \x01(\x04\x12\x1b\n\x13num_times_dismissed\x18\x04 \x01(\r\x1a\x91\x07\n\x13UserContentSettings\x12\x1a\n\x12\x64ismissed_contents\x18\x01 \x01(\x0c\x12W\n,last_dismissed_outbound_promotion_start_date\x18\x02 \x01(\x0b\x32\x1c.google.protobuf.StringValueH\x00\x88\x01\x01\x12J\n!premium_tier_0_modal_dismissed_at\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x01\x88\x01\x01\x12M\n$guild_onboarding_upsell_dismissed_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x02\x88\x01\x01\x12R\n)safety_user_sentiment_notice_dismissed_at\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x03\x88\x01\x01\x12\"\n\x1alast_received_changelog_id\x18\x06 \x01(\x06\x12\x9f\x01\n$recurring_dismissible_content_states\x18\x07 \x03(\x0b\x32q.discord_protos.discord_users.v1.PreloadedUserSettings.UserContentSettings.RecurringDismissibleContentStatesEntry\x1a\xa1\x01\n&RecurringDismissibleContentStatesEntry\x12\x0b\n\x03key\x18\x01 \x01(\x05\x12\x66\n\x05value\x18\x02 \x01(\x0b\x32W.discord_protos.discord_users.v1.PreloadedUserSettings.RecurringDismissibleContentState:\x02\x38\x01\x42/\n-_last_dismissed_outbound_promotion_start_dateB$\n\"_premium_tier_0_modal_dismissed_atB\'\n%_guild_onboarding_upsell_dismissed_atB,\n*_safety_user_sentiment_notice_dismissed_at\x1a-\n\x19VideoFilterBackgroundBlur\x12\x10\n\x08use_blur\x18\x01 \x01(\x08\x1a\x32\n\x10VideoFilterAsset\x12\n\n\x02id\x18\x01 \x01(\x06\x12\x12\n\nasset_hash\x18\x02 \x01(\t\x1a$\n\x12SoundboardSettings\x12\x0e\n\x06volume\x18\x01 \x01(\x02\x1a\xc2\x07\n\x15VoiceAndVideoSettings\x12`\n\x04\x62lur\x18\x01 \x01(\x0b\x32P.discord_protos.discord_users.v1.PreloadedUserSettings.VideoFilterBackgroundBlurH\x00\x12\x17\n\rpreset_option\x18\x02 \x01(\rH\x00\x12_\n\x0c\x63ustom_asset\x18\x03 \x01(\x0b\x32G.discord_protos.discord_users.v1.PreloadedUserSettings.VideoFilterAssetH\x00\x12=\n\x14\x61lways_preview_video\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\x01\x88\x01\x01\x12\x36\n\x0b\x61\x66k_timeout\x18\x06 \x01(\x0b\x32\x1c.google.protobuf.UInt32ValueH\x02\x88\x01\x01\x12\x45\n\x1cstream_notifications_enabled\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\x03\x88\x01\x01\x12I\n native_phone_integration_enabled\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\x04\x88\x01\x01\x12k\n\x13soundboard_settings\x18\t \x01(\x0b\x32I.discord_protos.discord_users.v1.PreloadedUserSettings.SoundboardSettingsH\x05\x88\x01\x01\x12@\n\x17\x64isable_stream_previews\x18\n \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\x06\x88\x01\x01\x12:\n\x10soundmoji_volume\x18\x0b \x01(\x0b\x32\x1b.google.protobuf.FloatValueH\x07\x88\x01\x01\x42!\n\x1fvideo_background_filter_desktopB\x17\n\x15_always_preview_videoB\x0e\n\x0c_afk_timeoutB\x1f\n\x1d_stream_notifications_enabledB#\n!_native_phone_integration_enabledB\x16\n\x14_soundboard_settingsB\x1a\n\x18_disable_stream_previewsB\x13\n\x11_soundmoji_volume\x1a\xf9\x02\n\x17\x45xplicitContentSettings\x12p\n\x17\x65xplicit_content_guilds\x18\x01 \x01(\x0e\x32O.discord_protos.discord_users.v1.PreloadedUserSettings.ExplicitContentRedaction\x12s\n\x1a\x65xplicit_content_friend_dm\x18\x02 \x01(\x0e\x32O.discord_protos.discord_users.v1.PreloadedUserSettings.ExplicitContentRedaction\x12w\n\x1e\x65xplicit_content_non_friend_dm\x18\x03 \x01(\x0e\x32O.discord_protos.discord_users.v1.PreloadedUserSettings.ExplicitContentRedaction\x1a\xdf\x01\n\x15KeywordFilterSettings\x12\x32\n\tprofanity\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\x00\x88\x01\x01\x12\x37\n\x0esexual_content\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\x01\x88\x01\x01\x12.\n\x05slurs\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\x02\x88\x01\x01\x42\x0c\n\n_profanityB\x11\n\x0f_sexual_contentB\x08\n\x06_slurs\x1a\xe9\x02\n\x13GoreContentSettings\x12l\n\x13gore_content_guilds\x18\x01 \x01(\x0e\x32O.discord_protos.discord_users.v1.PreloadedUserSettings.ExplicitContentRedaction\x12o\n\x16gore_content_friend_dm\x18\x02 \x01(\x0e\x32O.discord_protos.discord_users.v1.PreloadedUserSettings.ExplicitContentRedaction\x12s\n\x1agore_content_non_friend_dm\x18\x03 \x01(\x0e\x32O.discord_protos.discord_users.v1.PreloadedUserSettings.ExplicitContentRedaction\x1a\xb2\x02\n\x14\x44\x65\x66\x61ultReactionEmoji\x12\x33\n\x08\x65moji_id\x18\x01 \x01(\x0b\x32\x1c.google.protobuf.UInt64ValueH\x00\x88\x01\x01\x12\x35\n\nemoji_name\x18\x02 \x01(\x0b\x32\x1c.google.protobuf.StringValueH\x01\x88\x01\x01\x12\x31\n\x08\x61nimated\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\x02\x88\x01\x01\x12;\n\x12\x64isable_double_tap\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\x03\x88\x01\x01\x42\x0b\n\t_emoji_idB\r\n\x0b_emoji_nameB\x0b\n\t_animatedB\x15\n\x13_disable_double_tap\x1a\xfc\x02\n\x17SelfHarmContentSettings\x12q\n\x18self_harm_content_guilds\x18\x01 \x01(\x0e\x32O.discord_protos.discord_users.v1.PreloadedUserSettings.ExplicitContentRedaction\x12t\n\x1bself_harm_content_friend_dm\x18\x02 \x01(\x0e\x32O.discord_protos.discord_users.v1.PreloadedUserSettings.ExplicitContentRedaction\x12x\n\x1fself_harm_content_non_friend_dm\x18\x03 \x01(\x0e\x32O.discord_protos.discord_users.v1.PreloadedUserSettings.ExplicitContentRedaction\x1a\xe0\x19\n\x15TextAndImagesSettings\x12>\n\x13\x64iversity_surrogate\x18\x01 \x01(\x0b\x32\x1c.google.protobuf.StringValueH\x00\x88\x01\x01\x12<\n\x13use_rich_chat_input\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\x01\x88\x01\x01\x12;\n\x12use_thread_sidebar\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\x02\x88\x01\x01\x12:\n\x0frender_spoilers\x18\x04 \x01(\x0b\x32\x1c.google.protobuf.StringValueH\x03\x88\x01\x01\x12+\n\x1f\x65moji_picker_collapsed_sections\x18\x05 \x03(\tB\x02\x10\x00\x12-\n!sticker_picker_collapsed_sections\x18\x06 \x03(\tB\x02\x10\x00\x12@\n\x17view_image_descriptions\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\x04\x88\x01\x01\x12\x41\n\x18show_command_suggestions\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\x05\x88\x01\x01\x12@\n\x17inline_attachment_media\x18\t \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\x06\x88\x01\x01\x12;\n\x12inline_embed_media\x18\n \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\x07\x88\x01\x01\x12\x36\n\rgif_auto_play\x18\x0b \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\x08\x88\x01\x01\x12\x36\n\rrender_embeds\x18\x0c \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\t\x88\x01\x01\x12\x39\n\x10render_reactions\x18\r \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\n\x88\x01\x01\x12\x36\n\ranimate_emoji\x18\x0e \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\x0b\x88\x01\x01\x12;\n\x10\x61nimate_stickers\x18\x0f \x01(\x0b\x32\x1c.google.protobuf.UInt32ValueH\x0c\x88\x01\x01\x12;\n\x12\x65nable_tts_command\x18\x10 \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\r\x88\x01\x01\x12@\n\x17message_display_compact\x18\x11 \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\x0e\x88\x01\x01\x12\x42\n\x17\x65xplicit_content_filter\x18\x13 \x01(\x0b\x32\x1c.google.protobuf.UInt32ValueH\x0f\x88\x01\x01\x12\x39\n\x10view_nsfw_guilds\x18\x14 \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\x10\x88\x01\x01\x12:\n\x11\x63onvert_emoticons\x18\x15 \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\x11\x88\x01\x01\x12G\n\x1e\x65xpression_suggestions_enabled\x18\x16 \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\x12\x88\x01\x01\x12;\n\x12view_nsfw_commands\x18\x17 \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\x13\x88\x01\x01\x12>\n\x15use_legacy_chat_input\x18\x18 \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\x14\x88\x01\x01\x12\x30\n$soundboard_picker_collapsed_sections\x18\x19 \x03(\tB\x02\x10\x00\x12\x39\n\x0e\x64m_spam_filter\x18\x1a \x01(\x0b\x32\x1c.google.protobuf.UInt32ValueH\x15\x88\x01\x01\x12`\n\x11\x64m_spam_filter_v2\x18\x1b \x01(\x0e\x32\x45.discord_protos.discord_users.v1.PreloadedUserSettings.DmSpamFilterV2\x12I\n include_stickers_in_autocomplete\x18\x1c \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\x16\x88\x01\x01\x12v\n\x19\x65xplicit_content_settings\x18\x1d \x01(\x0b\x32N.discord_protos.discord_users.v1.PreloadedUserSettings.ExplicitContentSettingsH\x17\x88\x01\x01\x12r\n\x17keyword_filter_settings\x18\x1e \x01(\x0b\x32L.discord_protos.discord_users.v1.PreloadedUserSettings.KeywordFilterSettingsH\x18\x88\x01\x01\x12J\n!include_soundmoji_in_autocomplete\x18\x1f \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\x19\x88\x01\x01\x12n\n\x15gore_content_settings\x18 \x01(\x0b\x32J.discord_protos.discord_users.v1.PreloadedUserSettings.GoreContentSettingsH\x1a\x88\x01\x01\x12p\n\x16\x64\x65\x66\x61ult_reaction_emoji\x18! \x01(\x0b\x32K.discord_protos.discord_users.v1.PreloadedUserSettings.DefaultReactionEmojiH\x1b\x88\x01\x01\x12\x41\n\x18show_mention_suggestions\x18\" \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\x1c\x88\x01\x01\x12w\n\x1aself_harm_content_settings\x18# \x01(\x0b\x32N.discord_protos.discord_users.v1.PreloadedUserSettings.SelfHarmContentSettingsH\x1d\x88\x01\x01\x12\x43\n\x1ais_cross_dm_search_enabled\x18$ \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\x1e\x88\x01\x01\x42\x16\n\x14_diversity_surrogateB\x16\n\x14_use_rich_chat_inputB\x15\n\x13_use_thread_sidebarB\x12\n\x10_render_spoilersB\x1a\n\x18_view_image_descriptionsB\x1b\n\x19_show_command_suggestionsB\x1a\n\x18_inline_attachment_mediaB\x15\n\x13_inline_embed_mediaB\x10\n\x0e_gif_auto_playB\x10\n\x0e_render_embedsB\x13\n\x11_render_reactionsB\x10\n\x0e_animate_emojiB\x13\n\x11_animate_stickersB\x15\n\x13_enable_tts_commandB\x1a\n\x18_message_display_compactB\x1a\n\x18_explicit_content_filterB\x13\n\x11_view_nsfw_guildsB\x14\n\x12_convert_emoticonsB!\n\x1f_expression_suggestions_enabledB\x15\n\x13_view_nsfw_commandsB\x18\n\x16_use_legacy_chat_inputB\x11\n\x0f_dm_spam_filterB#\n!_include_stickers_in_autocompleteB\x1c\n\x1a_explicit_content_settingsB\x1a\n\x18_keyword_filter_settingsB$\n\"_include_soundmoji_in_autocompleteB\x18\n\x16_gore_content_settingsB\x19\n\x17_default_reaction_emojiB\x1b\n\x19_show_mention_suggestionsB\x1d\n\x1b_self_harm_content_settingsB\x1d\n\x1b_is_cross_dm_search_enabled\x1a\xa0\r\n\x14NotificationSettings\x12\x42\n\x19show_in_app_notifications\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\x00\x88\x01\x01\x12\x42\n\x19notify_friends_on_go_live\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\x01\x88\x01\x01\x12+\n#notification_center_acked_before_id\x18\x03 \x01(\x06\x12L\n#enable_burst_reaction_notifications\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\x02\x88\x01\x01\x12\x33\n\nquiet_mode\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\x03\x88\x01\x01\x12 \n\x18\x66ocus_mode_expires_at_ms\x18\x06 \x01(\x06\x12o\n\x16reaction_notifications\x18\x07 \x01(\x0e\x32O.discord_protos.discord_users.v1.PreloadedUserSettings.ReactionNotificationType\x12x\n\x1bgame_activity_notifications\x18\x08 \x01(\x0e\x32S.discord_protos.discord_users.v1.PreloadedUserSettings.GameActivityNotificationType\x12\x81\x01\n custom_status_push_notifications\x18\t \x01(\x0e\x32W.discord_protos.discord_users.v1.PreloadedUserSettings.CustomStatusPushNotificationType\x12R\n)game_activity_exclude_steam_notifications\x18\n \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\x04\x88\x01\x01\x12L\n#enable_voice_activity_notifications\x18\x0b \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\x05\x88\x01\x01\x12K\n\"enable_friend_online_notifications\x18\x0c \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\x06\x88\x01\x01\x12O\n&enable_user_resurrection_notifications\x18\r \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\x07\x88\x01\x01\x12P\n\'enable_friend_anniversary_notifications\x18\x0e \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\x08\x88\x01\x01\x12I\n enable_game_update_notifications\x18\x0f \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\t\x88\x01\x01\x12M\n$enable_profile_updates_notifications\x18\x10 \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\n\x88\x01\x01\x42\x1c\n\x1a_show_in_app_notificationsB\x1c\n\x1a_notify_friends_on_go_liveB&\n$_enable_burst_reaction_notificationsB\r\n\x0b_quiet_modeB,\n*_game_activity_exclude_steam_notificationsB&\n$_enable_voice_activity_notificationsB%\n#_enable_friend_online_notificationsB)\n\'_enable_user_resurrection_notificationsB*\n(_enable_friend_anniversary_notificationsB#\n!_enable_game_update_notificationsB\'\n%_enable_profile_updates_notifications\x1a\xd4\x14\n\x0fPrivacySettings\x12M\n$allow_activity_party_privacy_friends\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\x00\x88\x01\x01\x12S\n*allow_activity_party_privacy_voice_channel\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\x01\x88\x01\x01\x12\x1c\n\x14restricted_guild_ids\x18\x03 \x03(\x06\x12!\n\x19\x64\x65\x66\x61ult_guilds_restricted\x18\x04 \x01(\x08\x12%\n\x1d\x61llow_accessibility_detection\x18\x07 \x01(\x08\x12\x41\n\x18\x64\x65tect_platform_accounts\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\x02\x88\x01\x01\x12\x35\n\x0cpasswordless\x18\t \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\x03\x88\x01\x01\x12=\n\x14\x63ontact_sync_enabled\x18\n \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\x04\x88\x01\x01\x12>\n\x13\x66riend_source_flags\x18\x0b \x01(\x0b\x32\x1c.google.protobuf.UInt32ValueH\x05\x88\x01\x01\x12\x41\n\x16\x66riend_discovery_flags\x18\x0c \x01(\x0b\x32\x1c.google.protobuf.UInt32ValueH\x06\x88\x01\x01\x12%\n\x1d\x61\x63tivity_restricted_guild_ids\x18\r \x03(\x06\x12\x88\x01\n\"default_guilds_activity_restricted\x18\x0e \x01(\x0e\x32\\.discord_protos.discord_users.v1.PreloadedUserSettings.GuildActivityStatusRestrictionDefault\x12-\n%activity_joining_restricted_guild_ids\x18\x0f \x03(\x06\x12,\n$message_request_restricted_guild_ids\x18\x10 \x03(\x06\x12K\n\"default_message_request_restricted\x18\x11 \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\x07\x88\x01\x01\x12\x38\n\x0f\x64rops_opted_out\x18\x12 \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\x08\x88\x01\x01\x12\x43\n\x1anon_spam_retraining_opt_in\x18\x13 \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\t\x88\x01\x01\x12>\n\x15\x66\x61mily_center_enabled\x18\x14 \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\n\x88\x01\x01\x12\x41\n\x18\x66\x61mily_center_enabled_v2\x18\x15 \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\x0b\x88\x01\x01\x12=\n\x14hide_legacy_username\x18\x16 \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\x0c\x88\x01\x01\x12L\n#inappropriate_conversation_warnings\x18\x17 \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\r\x88\x01\x01\x12=\n\x14recent_games_enabled\x18\x18 \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\x0e\x88\x01\x01\x12\x81\x01\n\"guilds_leaderboard_opt_out_default\x18\x19 \x01(\x0e\x32U.discord_protos.discord_users.v1.PreloadedUserSettings.GuildsLeaderboardOptOutDefault\x12I\n allow_game_friend_dms_in_discord\x18\x1a \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\x0f\x88\x01\x01\x12\x45\n\x1c\x64\x65\x66\x61ult_guilds_restricted_v2\x18\x1b \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\x10\x88\x01\x01\x12x\n\x1eslayer_sdk_receive_dms_in_game\x18\x1c \x01(\x0e\x32P.discord_protos.discord_users.v1.PreloadedUserSettings.SlayerSDKReceiveInGameDMs\x12\x8d\x01\n%default_guilds_activity_restricted_v2\x18\x1d \x01(\x0e\x32^.discord_protos.discord_users.v1.PreloadedUserSettings.GuildActivityStatusRestrictionDefaultV2\x12\x41\n\x18quests_3p_data_opted_out\x18\x1e \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\x11\x88\x01\x01\x12\x38\n\x0fshow_local_time\x18\x1f \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\x12\x88\x01\x01\x42\'\n%_allow_activity_party_privacy_friendsB-\n+_allow_activity_party_privacy_voice_channelB\x1b\n\x19_detect_platform_accountsB\x0f\n\r_passwordlessB\x17\n\x15_contact_sync_enabledB\x16\n\x14_friend_source_flagsB\x19\n\x17_friend_discovery_flagsB%\n#_default_message_request_restrictedB\x12\n\x10_drops_opted_outB\x1d\n\x1b_non_spam_retraining_opt_inB\x18\n\x16_family_center_enabledB\x1b\n\x19_family_center_enabled_v2B\x17\n\x15_hide_legacy_usernameB&\n$_inappropriate_conversation_warningsB\x17\n\x15_recent_games_enabledB#\n!_allow_game_friend_dms_in_discordB\x1f\n\x1d_default_guilds_restricted_v2B\x1b\n\x19_quests_3p_data_opted_outB\x12\n\x10_show_local_time\x1au\n\rDebugSettings\x12\x44\n\x1brtc_panel_show_voice_states\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\x00\x88\x01\x01\x42\x1e\n\x1c_rtc_panel_show_voice_states\x1a\xad\x02\n\x13GameLibrarySettings\x12\x41\n\x18install_shortcut_desktop\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\x00\x88\x01\x01\x12\x44\n\x1binstall_shortcut_start_menu\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\x01\x88\x01\x01\x12:\n\x11\x64isable_games_tab\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\x02\x88\x01\x01\x42\x1b\n\x19_install_shortcut_desktopB\x1e\n\x1c_install_shortcut_start_menuB\x14\n\x12_disable_games_tab\x1a\xac\x01\n\x0c\x43ustomStatus\x12\x0c\n\x04text\x18\x01 \x01(\t\x12\x10\n\x08\x65moji_id\x18\x02 \x01(\x06\x12\x12\n\nemoji_name\x18\x03 \x01(\t\x12\x15\n\rexpires_at_ms\x18\x04 \x01(\x06\x12\x15\n\rcreated_at_ms\x18\x05 \x01(\x06\x12\x30\n\x05label\x18\x06 \x01(\x0b\x32\x1c.google.protobuf.StringValueH\x00\x88\x01\x01\x42\x08\n\x06_label\x1a\x8b\x03\n\x0eStatusSettings\x12\x31\n\x06status\x18\x01 \x01(\x0b\x32\x1c.google.protobuf.StringValueH\x00\x88\x01\x01\x12_\n\rcustom_status\x18\x02 \x01(\x0b\x32\x43.discord_protos.discord_users.v1.PreloadedUserSettings.CustomStatusH\x01\x88\x01\x01\x12:\n\x11show_current_game\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\x02\x88\x01\x01\x12\x1c\n\x14status_expires_at_ms\x18\x04 \x01(\x06\x12?\n\x14status_created_at_ms\x18\x05 \x01(\x0b\x32\x1c.google.protobuf.UInt64ValueH\x03\x88\x01\x01\x42\t\n\x07_statusB\x10\n\x0e_custom_statusB\x14\n\x12_show_current_gameB\x17\n\x15_status_created_at_ms\x1a\xef\x01\n\x14LocalizationSettings\x12\x31\n\x06locale\x18\x01 \x01(\x0b\x32\x1c.google.protobuf.StringValueH\x00\x88\x01\x01\x12\x39\n\x0ftimezone_offset\x18\x02 \x01(\x0b\x32\x1b.google.protobuf.Int32ValueH\x01\x88\x01\x01\x12\x38\n\rtimezone_name\x18\x03 \x01(\x0b\x32\x1c.google.protobuf.StringValueH\x02\x88\x01\x01\x42\t\n\x07_localeB\x12\n\x10_timezone_offsetB\x10\n\x0e_timezone_name\x1au\n\x17\x43ustomUserThemeSettings\x12\x12\n\x06\x63olors\x18\x01 \x03(\tB\x02\x10\x00\x12\x1c\n\x14gradient_color_stops\x18\x02 \x03(\x02\x12\x16\n\x0egradient_angle\x18\x03 \x01(\x05\x12\x10\n\x08\x62\x61se_mix\x18\x04 \x01(\x05\x1a\x99\x02\n\x13\x43lientThemeSettings\x12H\n\x1d\x62\x61\x63kground_gradient_preset_id\x18\x02 \x01(\x0b\x32\x1c.google.protobuf.UInt32ValueH\x00\x88\x01\x01\x12w\n\x1a\x63ustom_user_theme_settings\x18\x04 \x01(\x0b\x32N.discord_protos.discord_users.v1.PreloadedUserSettings.CustomUserThemeSettingsH\x01\x88\x01\x01\x42 \n\x1e_background_gradient_preset_idB\x1d\n\x1b_custom_user_theme_settings\x1a\xb6\x08\n\x12\x41ppearanceSettings\x12K\n\x05theme\x18\x01 \x01(\x0e\x32<.discord_protos.discord_users.v1.PreloadedUserSettings.Theme\x12\x16\n\x0e\x64\x65veloper_mode\x18\x02 \x01(\x08\x12n\n\x15\x63lient_theme_settings\x18\x03 \x01(\x0b\x32J.discord_protos.discord_users.v1.PreloadedUserSettings.ClientThemeSettingsH\x00\x88\x01\x01\x12 \n\x18mobile_redesign_disabled\x18\x04 \x01(\x08\x12>\n\x13\x63hannel_list_layout\x18\x06 \x01(\x0b\x32\x1c.google.protobuf.StringValueH\x01\x88\x01\x01\x12;\n\x10message_previews\x18\x07 \x01(\x0b\x32\x1c.google.protobuf.StringValueH\x02\x88\x01\x01\x12J\n!search_result_exact_count_enabled\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\x03\x88\x01\x01\x12g\n\x14timestamp_hour_cycle\x18\t \x01(\x0e\x32I.discord_protos.discord_users.v1.PreloadedUserSettings.TimestampHourCycle\x12\x45\n\x1chappening_now_cards_disabled\x18\n \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\x04\x88\x01\x01\x12]\n\x0flaunch_pad_mode\x18\x0b \x01(\x0e\x32\x44.discord_protos.discord_users.v1.PreloadedUserSettings.LaunchPadMode\x12T\n\nui_density\x18\x0c \x01(\x0e\x32@.discord_protos.discord_users.v1.PreloadedUserSettings.UIDensity\x12m\n\x18swipe_right_to_left_mode\x18\r \x01(\x0e\x32K.discord_protos.discord_users.v1.PreloadedUserSettings.SwipeRightToLeftModeB\x18\n\x16_client_theme_settingsB\x16\n\x14_channel_list_layoutB\x13\n\x11_message_previewsB$\n\"_search_result_exact_count_enabledB\x1f\n\x1d_happening_now_cards_disabled\x1a\xcb\x01\n\x0bGuildFolder\x12\x11\n\tguild_ids\x18\x01 \x03(\x06\x12,\n\x02id\x18\x02 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueH\x00\x88\x01\x01\x12/\n\x04name\x18\x03 \x01(\x0b\x32\x1c.google.protobuf.StringValueH\x01\x88\x01\x01\x12\x30\n\x05\x63olor\x18\x04 \x01(\x0b\x32\x1c.google.protobuf.UInt64ValueH\x02\x88\x01\x01\x42\x05\n\x03_idB\x07\n\x05_nameB\x08\n\x06_color\x1a|\n\x0cGuildFolders\x12S\n\x07\x66olders\x18\x01 \x03(\x0b\x32\x42.discord_protos.discord_users.v1.PreloadedUserSettings.GuildFolder\x12\x17\n\x0fguild_positions\x18\x02 \x03(\x06\x1a\xa2\x01\n\x0f\x46\x61voriteChannel\x12\x10\n\x08nickname\x18\x01 \x01(\t\x12X\n\x04type\x18\x02 \x01(\x0e\x32J.discord_protos.discord_users.v1.PreloadedUserSettings.FavoriteChannelType\x12\x10\n\x08position\x18\x03 \x01(\r\x12\x11\n\tparent_id\x18\x04 \x01(\x06\x1a\x8e\x02\n\tFavorites\x12q\n\x11\x66\x61vorite_channels\x18\x01 \x03(\x0b\x32V.discord_protos.discord_users.v1.PreloadedUserSettings.Favorites.FavoriteChannelsEntry\x12\r\n\x05muted\x18\x02 \x01(\x08\x1a\x7f\n\x15\x46\x61voriteChannelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\x06\x12U\n\x05value\x18\x02 \x01(\x0b\x32\x46.discord_protos.discord_users.v1.PreloadedUserSettings.FavoriteChannel:\x02\x38\x01\x1a\x63\n\x13\x41udioContextSetting\x12\r\n\x05muted\x18\x01 \x01(\x08\x12\x0e\n\x06volume\x18\x02 \x01(\x02\x12\x13\n\x0bmodified_at\x18\x03 \x01(\x06\x12\x18\n\x10soundboard_muted\x18\x04 \x01(\x08\x1a\xc3\x03\n\rAudioSettings\x12\\\n\x04user\x18\x01 \x03(\x0b\x32N.discord_protos.discord_users.v1.PreloadedUserSettings.AudioSettings.UserEntry\x12`\n\x06stream\x18\x02 \x03(\x0b\x32P.discord_protos.discord_users.v1.PreloadedUserSettings.AudioSettings.StreamEntry\x1aw\n\tUserEntry\x12\x0b\n\x03key\x18\x01 \x01(\x06\x12Y\n\x05value\x18\x02 \x01(\x0b\x32J.discord_protos.discord_users.v1.PreloadedUserSettings.AudioContextSetting:\x02\x38\x01\x1ay\n\x0bStreamEntry\x12\x0b\n\x03key\x18\x01 \x01(\x06\x12Y\n\x05value\x18\x02 \x01(\x0b\x32J.discord_protos.discord_users.v1.PreloadedUserSettings.AudioContextSetting:\x02\x38\x01\x1ao\n\x13\x43ommunitiesSettings\x12>\n\x15\x64isable_home_auto_nav\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\x00\x88\x01\x01\x42\x18\n\x16_disable_home_auto_nav\x1a\xde\x01\n\x11\x42roadcastSettings\x12\x36\n\rallow_friends\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\x00\x88\x01\x01\x12\x19\n\x11\x61llowed_guild_ids\x18\x02 \x03(\x06\x12\x18\n\x10\x61llowed_user_ids\x18\x03 \x03(\x06\x12\x37\n\x0e\x61uto_broadcast\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\x01\x88\x01\x01\x42\x10\n\x0e_allow_friendsB\x11\n\x0f_auto_broadcast\x1ai\n\rClipsSettings\x12>\n\x15\x61llow_voice_recording\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\x00\x88\x01\x01\x42\x18\n\x16_allow_voice_recording\x1ak\n\x10\x46orLaterSettings\x12W\n\x0b\x63urrent_tab\x18\x01 \x01(\x0e\x32\x42.discord_protos.discord_users.v1.PreloadedUserSettings.ForLaterTab\x1a\xac\x01\n\x0eSafetySettings\x12o\n\x16safety_settings_preset\x18\x01 \x01(\x0e\x32O.discord_protos.discord_users.v1.PreloadedUserSettings.SafetySettingsPresetType\x12)\n!ignore_profile_speedbump_disabled\x18\x02 \x01(\x08\x1a*\n\rICYMISettings\x12\x19\n\x11\x66\x65\x65\x64_generated_at\x18\x01 \x01(\x06\x1a\x32\n\x15\x41pplicationDMSettings\x12\x19\n\x11\x61llow_mobile_push\x18\x02 \x01(\x08\x1aJ\n\x1a\x41pplicationSharingSettings\x12,\n$disable_application_activity_sharing\x18\x01 \x01(\x08\x1a\xa4\x02\n\x13\x41pplicationSettings\x12j\n\x0f\x61pp_dm_settings\x18\x01 \x01(\x0b\x32L.discord_protos.discord_users.v1.PreloadedUserSettings.ApplicationDMSettingsH\x00\x88\x01\x01\x12t\n\x14\x61pp_sharing_settings\x18\x02 \x01(\x0b\x32Q.discord_protos.discord_users.v1.PreloadedUserSettings.ApplicationSharingSettingsH\x01\x88\x01\x01\x42\x12\n\x10_app_dm_settingsB\x17\n\x15_app_sharing_settings\x1a\x8e\x02\n\x16\x41llApplicationSettings\x12t\n\x0c\x61pp_settings\x18\x01 \x03(\x0b\x32^.discord_protos.discord_users.v1.PreloadedUserSettings.AllApplicationSettings.AppSettingsEntry\x1a~\n\x10\x41ppSettingsEntry\x12\x0b\n\x03key\x18\x01 \x01(\x06\x12Y\n\x05value\x18\x02 \x01(\x0b\x32J.discord_protos.discord_users.v1.PreloadedUserSettings.ApplicationSettings:\x02\x38\x01\x1a%\n\x0b\x41\x64sSettings\x12\x16\n\x0e\x61lways_deliver\x18\x01 \x01(\x08\x1a\xc6\x01\n\x12InAppFeedbackState\x12?\n\x14last_impression_time\x18\x01 \x01(\x0b\x32\x1c.google.protobuf.UInt64ValueH\x00\x88\x01\x01\x12>\n\x13opt_out_expiry_time\x18\x02 \x01(\x0b\x32\x1c.google.protobuf.UInt64ValueH\x01\x88\x01\x01\x42\x17\n\x15_last_impression_timeB\x16\n\x14_opt_out_expiry_time\x1a\xa7\x02\n\x15InAppFeedbackSettings\x12\x85\x01\n\x16in_app_feedback_states\x18\x01 \x03(\x0b\x32\x65.discord_protos.discord_users.v1.PreloadedUserSettings.InAppFeedbackSettings.InAppFeedbackStatesEntry\x1a\x85\x01\n\x18InAppFeedbackStatesEntry\x12\x0b\n\x03key\x18\x01 \x01(\x05\x12X\n\x05value\x18\x02 \x01(\x0b\x32I.discord_protos.discord_users.v1.PreloadedUserSettings.InAppFeedbackState:\x02\x38\x01\"\xce\x01\n\x08InboxTab\x12\x19\n\x15INBOX_TAB_UNSPECIFIED\x10\x00\x12\x16\n\x12INBOX_TAB_MENTIONS\x10\x01\x12\x15\n\x11INBOX_TAB_UNREADS\x10\x02\x12\x13\n\x0fINBOX_TAB_TODOS\x10\x03\x12\x15\n\x11INBOX_TAB_FOR_YOU\x10\x04\x12\x1a\n\x16INBOX_TAB_GAME_INVITES\x10\x05\x12\x17\n\x13INBOX_TAB_BOOKMARKS\x10\x06\x12\x17\n\x13INBOX_TAB_SCHEDULED\x10\x07\"\xa7\x01\n\x0e\x44mSpamFilterV2\x12#\n\x1f\x44M_SPAM_FILTER_V2_DEFAULT_UNSET\x10\x00\x12\x1e\n\x1a\x44M_SPAM_FILTER_V2_DISABLED\x10\x01\x12!\n\x1d\x44M_SPAM_FILTER_V2_NON_FRIENDS\x10\x02\x12-\n)DM_SPAM_FILTER_V2_FRIENDS_AND_NON_FRIENDS\x10\x03\"\xcb\x01\n\x18\x45xplicitContentRedaction\x12?\n;EXPLICIT_CONTENT_REDACTION_UNSET_EXPLICIT_CONTENT_REDACTION\x10\x00\x12#\n\x1f\x45XPLICIT_CONTENT_REDACTION_SHOW\x10\x01\x12#\n\x1f\x45XPLICIT_CONTENT_REDACTION_BLUR\x10\x02\x12$\n EXPLICIT_CONTENT_REDACTION_BLOCK\x10\x03\"\xb0\x01\n\x18ReactionNotificationType\x12\x34\n0REACTION_NOTIFICATION_TYPE_NOTIFICATIONS_ENABLED\x10\x00\x12\'\n#REACTION_NOTIFICATION_TYPE_ONLY_DMS\x10\x01\x12\x35\n1REACTION_NOTIFICATION_TYPE_NOTIFICATIONS_DISABLED\x10\x02\"\xa0\x02\n\x1cGameActivityNotificationType\x12@\n<GAME_ACTIVITY_NOTIFICATION_TYPE_ACTIVITY_NOTIFICATIONS_UNSET\x10\x00\x12\x43\n?GAME_ACTIVITY_NOTIFICATION_TYPE_ACTIVITY_NOTIFICATIONS_DISABLED\x10\x01\x12\x42\n>GAME_ACTIVITY_NOTIFICATION_TYPE_ACTIVITY_NOTIFICATIONS_ENABLED\x10\x02\x12\x35\n1GAME_ACTIVITY_NOTIFICATION_TYPE_ONLY_GAMES_PLAYED\x10\x03\"\xdb\x01\n CustomStatusPushNotificationType\x12:\n6CUSTOM_STATUS_PUSH_NOTIFICATION_TYPE_STATUS_PUSH_UNSET\x10\x00\x12<\n8CUSTOM_STATUS_PUSH_NOTIFICATION_TYPE_STATUS_PUSH_ENABLED\x10\x01\x12=\n9CUSTOM_STATUS_PUSH_NOTIFICATION_TYPE_STATUS_PUSH_DISABLED\x10\x02\"\xcf\x01\n%GuildActivityStatusRestrictionDefault\x12\x31\n-GUILD_ACTIVITY_STATUS_RESTRICTION_DEFAULT_OFF\x10\x00\x12\x41\n=GUILD_ACTIVITY_STATUS_RESTRICTION_DEFAULT_ON_FOR_LARGE_GUILDS\x10\x01\x12\x30\n,GUILD_ACTIVITY_STATUS_RESTRICTION_DEFAULT_ON\x10\x02\"\x95\x01\n\x1eGuildsLeaderboardOptOutDefault\x12\x39\n5GUILDS_LEADERBOARD_OPT_OUT_DEFAULT_OFF_FOR_NEW_GUILDS\x10\x00\x12\x38\n4GUILDS_LEADERBOARD_OPT_OUT_DEFAULT_ON_FOR_NEW_GUILDS\x10\x01\"\xca\x01\n\x19SlayerSDKReceiveInGameDMs\x12(\n$SLAYER_SDK_RECEIVE_IN_GAME_DMS_UNSET\x10\x00\x12&\n\"SLAYER_SDK_RECEIVE_IN_GAME_DMS_ALL\x10\x01\x12\x32\n.SLAYER_SDK_RECEIVE_IN_GAME_DMS_USERS_WITH_GAME\x10\x02\x12\'\n#SLAYER_SDK_RECEIVE_IN_GAME_DMS_NONE\x10\x03\"\xd2\x02\n\'GuildActivityStatusRestrictionDefaultV2\x12\x46\nBGUILD_ACTIVITY_STATUS_RESTRICTION_DEFAULT_V2_ACTIVITY_STATUS_UNSET\x10\x00\x12\x44\n@GUILD_ACTIVITY_STATUS_RESTRICTION_DEFAULT_V2_ACTIVITY_STATUS_OFF\x10\x01\x12T\nPGUILD_ACTIVITY_STATUS_RESTRICTION_DEFAULT_V2_ACTIVITY_STATUS_ON_FOR_LARGE_GUILDS\x10\x02\x12\x43\n?GUILD_ACTIVITY_STATUS_RESTRICTION_DEFAULT_V2_ACTIVITY_STATUS_ON\x10\x03\"_\n\x05Theme\x12\x0f\n\x0bTHEME_UNSET\x10\x00\x12\x0e\n\nTHEME_DARK\x10\x01\x12\x0f\n\x0bTHEME_LIGHT\x10\x02\x12\x10\n\x0cTHEME_DARKER\x10\x03\x12\x12\n\x0eTHEME_MIDNIGHT\x10\x04\"o\n\x12TimestampHourCycle\x12\x1d\n\x19TIMESTAMP_HOUR_CYCLE_AUTO\x10\x00\x12\x1c\n\x18TIMESTAMP_HOUR_CYCLE_H12\x10\x01\x12\x1c\n\x18TIMESTAMP_HOUR_CYCLE_H23\x10\x02\"\xc8\x01\n\rLaunchPadMode\x12\'\n#LAUNCH_PAD_MODE_LAUNCH_PAD_DISABLED\x10\x00\x12\x32\n.LAUNCH_PAD_MODE_LAUNCH_PAD_GESTURE_FULL_SCREEN\x10\x01\x12\x31\n-LAUNCH_PAD_MODE_LAUNCH_PAD_GESTURE_RIGHT_EDGE\x10\x02\x12\'\n#LAUNCH_PAD_MODE_LAUNCH_PAD_PULL_TAB\x10\x03\"\x8c\x01\n\tUIDensity\x12\x1f\n\x1bUI_DENSITY_UNSET_UI_DENSITY\x10\x00\x12\x16\n\x12UI_DENSITY_COMPACT\x10\x01\x12\x13\n\x0fUI_DENSITY_COZY\x10\x02\x12\x19\n\x15UI_DENSITY_RESPONSIVE\x10\x03\x12\x16\n\x12UI_DENSITY_DEFAULT\x10\x04\"\xc8\x01\n\x14SwipeRightToLeftMode\x12\x36\n2SWIPE_RIGHT_TO_LEFT_MODE_SWIPE_RIGHT_TO_LEFT_UNSET\x10\x00\x12@\n<SWIPE_RIGHT_TO_LEFT_MODE_SWIPE_RIGHT_TO_LEFT_CHANNEL_DETAILS\x10\x01\x12\x36\n2SWIPE_RIGHT_TO_LEFT_MODE_SWIPE_RIGHT_TO_LEFT_REPLY\x10\x02\"\x9e\x01\n\x13\x46\x61voriteChannelType\x12\x35\n1FAVORITE_CHANNEL_TYPE_UNSET_FAVORITE_CHANNEL_TYPE\x10\x00\x12,\n(FAVORITE_CHANNEL_TYPE_REFERENCE_ORIGINAL\x10\x01\x12\"\n\x1e\x46\x41VORITE_CHANNEL_TYPE_CATEGORY\x10\x02\"}\n\x0b\x46orLaterTab\x12\x1d\n\x19\x46OR_LATER_TAB_UNSPECIFIED\x10\x00\x12\x15\n\x11\x46OR_LATER_TAB_ALL\x10\x01\x12\x1b\n\x17\x46OR_LATER_TAB_BOOKMARKS\x10\x02\x12\x1b\n\x17\x46OR_LATER_TAB_REMINDERS\x10\x03\"\xfb\x01\n\x18SafetySettingsPresetType\x12<\n8SAFETY_SETTINGS_PRESET_TYPE_UNSET_SAFETY_SETTINGS_PRESET\x10\x00\x12(\n$SAFETY_SETTINGS_PRESET_TYPE_BALANCED\x10\x01\x12&\n\"SAFETY_SETTINGS_PRESET_TYPE_STRICT\x10\x02\x12\'\n#SAFETY_SETTINGS_PRESET_TYPE_RELAXED\x10\x03\x12&\n\"SAFETY_SETTINGS_PRESET_TYPE_CUSTOM\x10\x04\x42\x0b\n\t_versionsB\x08\n\x06_inboxB\t\n\x07_guildsB\x0f\n\r_user_contentB\x12\n\x10_voice_and_videoB\x12\n\x10_text_and_imagesB\x10\n\x0e_notificationsB\n\n\x08_privacyB\x08\n\x06_debugB\x0f\n\r_game_libraryB\t\n\x07_statusB\x0f\n\r_localizationB\r\n\x0b_appearanceB\x10\n\x0e_guild_foldersB\x0c\n\n_favoritesB\x19\n\x17_audio_context_settingsB\x0e\n\x0c_communitiesB\x0c\n\n_broadcastB\x08\n\x06_clipsB\x0c\n\n_for_laterB\x12\n\x10_safety_settingsB\x11\n\x0f_icymi_settingsB\x0f\n\r_applicationsB\x06\n\x04_adsB\x1b\n\x19_in_app_feedback_settingsb\x06proto3')
|
|
30
30
|
|
|
31
31
|
_globals = globals()
|
|
32
32
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -60,7 +60,7 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
60
60
|
_globals['_PRELOADEDUSERSETTINGS_INAPPFEEDBACKSETTINGS_INAPPFEEDBACKSTATESENTRY']._loaded_options = None
|
|
61
61
|
_globals['_PRELOADEDUSERSETTINGS_INAPPFEEDBACKSETTINGS_INAPPFEEDBACKSTATESENTRY']._serialized_options = b'8\001'
|
|
62
62
|
_globals['_PRELOADEDUSERSETTINGS']._serialized_start=148
|
|
63
|
-
_globals['_PRELOADEDUSERSETTINGS']._serialized_end=
|
|
63
|
+
_globals['_PRELOADEDUSERSETTINGS']._serialized_end=26858
|
|
64
64
|
_globals['_PRELOADEDUSERSETTINGS_VERSIONS']._serialized_start=2642
|
|
65
65
|
_globals['_PRELOADEDUSERSETTINGS_VERSIONS']._serialized_end=2722
|
|
66
66
|
_globals['_PRELOADEDUSERSETTINGS_INBOXSETTINGS']._serialized_start=2724
|
|
@@ -114,107 +114,107 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
114
114
|
_globals['_PRELOADEDUSERSETTINGS_TEXTANDIMAGESSETTINGS']._serialized_start=9279
|
|
115
115
|
_globals['_PRELOADEDUSERSETTINGS_TEXTANDIMAGESSETTINGS']._serialized_end=12575
|
|
116
116
|
_globals['_PRELOADEDUSERSETTINGS_NOTIFICATIONSETTINGS']._serialized_start=12578
|
|
117
|
-
_globals['_PRELOADEDUSERSETTINGS_NOTIFICATIONSETTINGS']._serialized_end=
|
|
118
|
-
_globals['_PRELOADEDUSERSETTINGS_PRIVACYSETTINGS']._serialized_start=
|
|
119
|
-
_globals['_PRELOADEDUSERSETTINGS_PRIVACYSETTINGS']._serialized_end=
|
|
120
|
-
_globals['_PRELOADEDUSERSETTINGS_DEBUGSETTINGS']._serialized_start=
|
|
121
|
-
_globals['_PRELOADEDUSERSETTINGS_DEBUGSETTINGS']._serialized_end=
|
|
122
|
-
_globals['_PRELOADEDUSERSETTINGS_GAMELIBRARYSETTINGS']._serialized_start=
|
|
123
|
-
_globals['_PRELOADEDUSERSETTINGS_GAMELIBRARYSETTINGS']._serialized_end=
|
|
124
|
-
_globals['_PRELOADEDUSERSETTINGS_CUSTOMSTATUS']._serialized_start=
|
|
125
|
-
_globals['_PRELOADEDUSERSETTINGS_CUSTOMSTATUS']._serialized_end=
|
|
126
|
-
_globals['_PRELOADEDUSERSETTINGS_STATUSSETTINGS']._serialized_start=
|
|
127
|
-
_globals['_PRELOADEDUSERSETTINGS_STATUSSETTINGS']._serialized_end=
|
|
128
|
-
_globals['_PRELOADEDUSERSETTINGS_LOCALIZATIONSETTINGS']._serialized_start=
|
|
129
|
-
_globals['_PRELOADEDUSERSETTINGS_LOCALIZATIONSETTINGS']._serialized_end=
|
|
130
|
-
_globals['_PRELOADEDUSERSETTINGS_CUSTOMUSERTHEMESETTINGS']._serialized_start=
|
|
131
|
-
_globals['_PRELOADEDUSERSETTINGS_CUSTOMUSERTHEMESETTINGS']._serialized_end=
|
|
132
|
-
_globals['_PRELOADEDUSERSETTINGS_CLIENTTHEMESETTINGS']._serialized_start=
|
|
133
|
-
_globals['_PRELOADEDUSERSETTINGS_CLIENTTHEMESETTINGS']._serialized_end=
|
|
134
|
-
_globals['_PRELOADEDUSERSETTINGS_APPEARANCESETTINGS']._serialized_start=
|
|
135
|
-
_globals['_PRELOADEDUSERSETTINGS_APPEARANCESETTINGS']._serialized_end=
|
|
136
|
-
_globals['_PRELOADEDUSERSETTINGS_GUILDFOLDER']._serialized_start=
|
|
137
|
-
_globals['_PRELOADEDUSERSETTINGS_GUILDFOLDER']._serialized_end=
|
|
138
|
-
_globals['_PRELOADEDUSERSETTINGS_GUILDFOLDERS']._serialized_start=
|
|
139
|
-
_globals['_PRELOADEDUSERSETTINGS_GUILDFOLDERS']._serialized_end=
|
|
140
|
-
_globals['_PRELOADEDUSERSETTINGS_FAVORITECHANNEL']._serialized_start=
|
|
141
|
-
_globals['_PRELOADEDUSERSETTINGS_FAVORITECHANNEL']._serialized_end=
|
|
142
|
-
_globals['_PRELOADEDUSERSETTINGS_FAVORITES']._serialized_start=
|
|
143
|
-
_globals['_PRELOADEDUSERSETTINGS_FAVORITES']._serialized_end=
|
|
144
|
-
_globals['_PRELOADEDUSERSETTINGS_FAVORITES_FAVORITECHANNELSENTRY']._serialized_start=
|
|
145
|
-
_globals['_PRELOADEDUSERSETTINGS_FAVORITES_FAVORITECHANNELSENTRY']._serialized_end=
|
|
146
|
-
_globals['_PRELOADEDUSERSETTINGS_AUDIOCONTEXTSETTING']._serialized_start=
|
|
147
|
-
_globals['_PRELOADEDUSERSETTINGS_AUDIOCONTEXTSETTING']._serialized_end=
|
|
148
|
-
_globals['_PRELOADEDUSERSETTINGS_AUDIOSETTINGS']._serialized_start=
|
|
149
|
-
_globals['_PRELOADEDUSERSETTINGS_AUDIOSETTINGS']._serialized_end=
|
|
150
|
-
_globals['_PRELOADEDUSERSETTINGS_AUDIOSETTINGS_USERENTRY']._serialized_start=
|
|
151
|
-
_globals['_PRELOADEDUSERSETTINGS_AUDIOSETTINGS_USERENTRY']._serialized_end=
|
|
152
|
-
_globals['_PRELOADEDUSERSETTINGS_AUDIOSETTINGS_STREAMENTRY']._serialized_start=
|
|
153
|
-
_globals['_PRELOADEDUSERSETTINGS_AUDIOSETTINGS_STREAMENTRY']._serialized_end=
|
|
154
|
-
_globals['_PRELOADEDUSERSETTINGS_COMMUNITIESSETTINGS']._serialized_start=
|
|
155
|
-
_globals['_PRELOADEDUSERSETTINGS_COMMUNITIESSETTINGS']._serialized_end=
|
|
156
|
-
_globals['_PRELOADEDUSERSETTINGS_BROADCASTSETTINGS']._serialized_start=
|
|
157
|
-
_globals['_PRELOADEDUSERSETTINGS_BROADCASTSETTINGS']._serialized_end=
|
|
158
|
-
_globals['_PRELOADEDUSERSETTINGS_CLIPSSETTINGS']._serialized_start=
|
|
159
|
-
_globals['_PRELOADEDUSERSETTINGS_CLIPSSETTINGS']._serialized_end=
|
|
160
|
-
_globals['_PRELOADEDUSERSETTINGS_FORLATERSETTINGS']._serialized_start=
|
|
161
|
-
_globals['_PRELOADEDUSERSETTINGS_FORLATERSETTINGS']._serialized_end=
|
|
162
|
-
_globals['_PRELOADEDUSERSETTINGS_SAFETYSETTINGS']._serialized_start=
|
|
163
|
-
_globals['_PRELOADEDUSERSETTINGS_SAFETYSETTINGS']._serialized_end=
|
|
164
|
-
_globals['_PRELOADEDUSERSETTINGS_ICYMISETTINGS']._serialized_start=
|
|
165
|
-
_globals['_PRELOADEDUSERSETTINGS_ICYMISETTINGS']._serialized_end=
|
|
166
|
-
_globals['_PRELOADEDUSERSETTINGS_APPLICATIONDMSETTINGS']._serialized_start=
|
|
167
|
-
_globals['_PRELOADEDUSERSETTINGS_APPLICATIONDMSETTINGS']._serialized_end=
|
|
168
|
-
_globals['_PRELOADEDUSERSETTINGS_APPLICATIONSHARINGSETTINGS']._serialized_start=
|
|
169
|
-
_globals['_PRELOADEDUSERSETTINGS_APPLICATIONSHARINGSETTINGS']._serialized_end=
|
|
170
|
-
_globals['_PRELOADEDUSERSETTINGS_APPLICATIONSETTINGS']._serialized_start=
|
|
171
|
-
_globals['_PRELOADEDUSERSETTINGS_APPLICATIONSETTINGS']._serialized_end=
|
|
172
|
-
_globals['_PRELOADEDUSERSETTINGS_ALLAPPLICATIONSETTINGS']._serialized_start=
|
|
173
|
-
_globals['_PRELOADEDUSERSETTINGS_ALLAPPLICATIONSETTINGS']._serialized_end=
|
|
174
|
-
_globals['_PRELOADEDUSERSETTINGS_ALLAPPLICATIONSETTINGS_APPSETTINGSENTRY']._serialized_start=
|
|
175
|
-
_globals['_PRELOADEDUSERSETTINGS_ALLAPPLICATIONSETTINGS_APPSETTINGSENTRY']._serialized_end=
|
|
176
|
-
_globals['_PRELOADEDUSERSETTINGS_ADSSETTINGS']._serialized_start=
|
|
177
|
-
_globals['_PRELOADEDUSERSETTINGS_ADSSETTINGS']._serialized_end=
|
|
178
|
-
_globals['_PRELOADEDUSERSETTINGS_INAPPFEEDBACKSTATE']._serialized_start=
|
|
179
|
-
_globals['_PRELOADEDUSERSETTINGS_INAPPFEEDBACKSTATE']._serialized_end=
|
|
180
|
-
_globals['_PRELOADEDUSERSETTINGS_INAPPFEEDBACKSETTINGS']._serialized_start=
|
|
181
|
-
_globals['_PRELOADEDUSERSETTINGS_INAPPFEEDBACKSETTINGS']._serialized_end=
|
|
182
|
-
_globals['_PRELOADEDUSERSETTINGS_INAPPFEEDBACKSETTINGS_INAPPFEEDBACKSTATESENTRY']._serialized_start=
|
|
183
|
-
_globals['_PRELOADEDUSERSETTINGS_INAPPFEEDBACKSETTINGS_INAPPFEEDBACKSTATESENTRY']._serialized_end=
|
|
184
|
-
_globals['_PRELOADEDUSERSETTINGS_INBOXTAB']._serialized_start=
|
|
185
|
-
_globals['_PRELOADEDUSERSETTINGS_INBOXTAB']._serialized_end=
|
|
186
|
-
_globals['_PRELOADEDUSERSETTINGS_DMSPAMFILTERV2']._serialized_start=
|
|
187
|
-
_globals['_PRELOADEDUSERSETTINGS_DMSPAMFILTERV2']._serialized_end=
|
|
188
|
-
_globals['_PRELOADEDUSERSETTINGS_EXPLICITCONTENTREDACTION']._serialized_start=
|
|
189
|
-
_globals['_PRELOADEDUSERSETTINGS_EXPLICITCONTENTREDACTION']._serialized_end=
|
|
190
|
-
_globals['_PRELOADEDUSERSETTINGS_REACTIONNOTIFICATIONTYPE']._serialized_start=
|
|
191
|
-
_globals['_PRELOADEDUSERSETTINGS_REACTIONNOTIFICATIONTYPE']._serialized_end=
|
|
192
|
-
_globals['_PRELOADEDUSERSETTINGS_GAMEACTIVITYNOTIFICATIONTYPE']._serialized_start=
|
|
193
|
-
_globals['_PRELOADEDUSERSETTINGS_GAMEACTIVITYNOTIFICATIONTYPE']._serialized_end=
|
|
194
|
-
_globals['_PRELOADEDUSERSETTINGS_CUSTOMSTATUSPUSHNOTIFICATIONTYPE']._serialized_start=
|
|
195
|
-
_globals['_PRELOADEDUSERSETTINGS_CUSTOMSTATUSPUSHNOTIFICATIONTYPE']._serialized_end=
|
|
196
|
-
_globals['_PRELOADEDUSERSETTINGS_GUILDACTIVITYSTATUSRESTRICTIONDEFAULT']._serialized_start=
|
|
197
|
-
_globals['_PRELOADEDUSERSETTINGS_GUILDACTIVITYSTATUSRESTRICTIONDEFAULT']._serialized_end=
|
|
198
|
-
_globals['_PRELOADEDUSERSETTINGS_GUILDSLEADERBOARDOPTOUTDEFAULT']._serialized_start=
|
|
199
|
-
_globals['_PRELOADEDUSERSETTINGS_GUILDSLEADERBOARDOPTOUTDEFAULT']._serialized_end=
|
|
200
|
-
_globals['_PRELOADEDUSERSETTINGS_SLAYERSDKRECEIVEINGAMEDMS']._serialized_start=
|
|
201
|
-
_globals['_PRELOADEDUSERSETTINGS_SLAYERSDKRECEIVEINGAMEDMS']._serialized_end=
|
|
202
|
-
_globals['_PRELOADEDUSERSETTINGS_GUILDACTIVITYSTATUSRESTRICTIONDEFAULTV2']._serialized_start=
|
|
203
|
-
_globals['_PRELOADEDUSERSETTINGS_GUILDACTIVITYSTATUSRESTRICTIONDEFAULTV2']._serialized_end=
|
|
204
|
-
_globals['_PRELOADEDUSERSETTINGS_THEME']._serialized_start=
|
|
205
|
-
_globals['_PRELOADEDUSERSETTINGS_THEME']._serialized_end=
|
|
206
|
-
_globals['_PRELOADEDUSERSETTINGS_TIMESTAMPHOURCYCLE']._serialized_start=
|
|
207
|
-
_globals['_PRELOADEDUSERSETTINGS_TIMESTAMPHOURCYCLE']._serialized_end=
|
|
208
|
-
_globals['_PRELOADEDUSERSETTINGS_LAUNCHPADMODE']._serialized_start=
|
|
209
|
-
_globals['_PRELOADEDUSERSETTINGS_LAUNCHPADMODE']._serialized_end=
|
|
210
|
-
_globals['_PRELOADEDUSERSETTINGS_UIDENSITY']._serialized_start=
|
|
211
|
-
_globals['_PRELOADEDUSERSETTINGS_UIDENSITY']._serialized_end=
|
|
212
|
-
_globals['_PRELOADEDUSERSETTINGS_SWIPERIGHTTOLEFTMODE']._serialized_start=
|
|
213
|
-
_globals['_PRELOADEDUSERSETTINGS_SWIPERIGHTTOLEFTMODE']._serialized_end=
|
|
214
|
-
_globals['_PRELOADEDUSERSETTINGS_FAVORITECHANNELTYPE']._serialized_start=
|
|
215
|
-
_globals['_PRELOADEDUSERSETTINGS_FAVORITECHANNELTYPE']._serialized_end=
|
|
216
|
-
_globals['_PRELOADEDUSERSETTINGS_FORLATERTAB']._serialized_start=
|
|
217
|
-
_globals['_PRELOADEDUSERSETTINGS_FORLATERTAB']._serialized_end=
|
|
218
|
-
_globals['_PRELOADEDUSERSETTINGS_SAFETYSETTINGSPRESETTYPE']._serialized_start=
|
|
219
|
-
_globals['_PRELOADEDUSERSETTINGS_SAFETYSETTINGSPRESETTYPE']._serialized_end=
|
|
117
|
+
_globals['_PRELOADEDUSERSETTINGS_NOTIFICATIONSETTINGS']._serialized_end=14274
|
|
118
|
+
_globals['_PRELOADEDUSERSETTINGS_PRIVACYSETTINGS']._serialized_start=14277
|
|
119
|
+
_globals['_PRELOADEDUSERSETTINGS_PRIVACYSETTINGS']._serialized_end=16921
|
|
120
|
+
_globals['_PRELOADEDUSERSETTINGS_DEBUGSETTINGS']._serialized_start=16923
|
|
121
|
+
_globals['_PRELOADEDUSERSETTINGS_DEBUGSETTINGS']._serialized_end=17040
|
|
122
|
+
_globals['_PRELOADEDUSERSETTINGS_GAMELIBRARYSETTINGS']._serialized_start=17043
|
|
123
|
+
_globals['_PRELOADEDUSERSETTINGS_GAMELIBRARYSETTINGS']._serialized_end=17344
|
|
124
|
+
_globals['_PRELOADEDUSERSETTINGS_CUSTOMSTATUS']._serialized_start=17347
|
|
125
|
+
_globals['_PRELOADEDUSERSETTINGS_CUSTOMSTATUS']._serialized_end=17519
|
|
126
|
+
_globals['_PRELOADEDUSERSETTINGS_STATUSSETTINGS']._serialized_start=17522
|
|
127
|
+
_globals['_PRELOADEDUSERSETTINGS_STATUSSETTINGS']._serialized_end=17917
|
|
128
|
+
_globals['_PRELOADEDUSERSETTINGS_LOCALIZATIONSETTINGS']._serialized_start=17920
|
|
129
|
+
_globals['_PRELOADEDUSERSETTINGS_LOCALIZATIONSETTINGS']._serialized_end=18159
|
|
130
|
+
_globals['_PRELOADEDUSERSETTINGS_CUSTOMUSERTHEMESETTINGS']._serialized_start=18161
|
|
131
|
+
_globals['_PRELOADEDUSERSETTINGS_CUSTOMUSERTHEMESETTINGS']._serialized_end=18278
|
|
132
|
+
_globals['_PRELOADEDUSERSETTINGS_CLIENTTHEMESETTINGS']._serialized_start=18281
|
|
133
|
+
_globals['_PRELOADEDUSERSETTINGS_CLIENTTHEMESETTINGS']._serialized_end=18562
|
|
134
|
+
_globals['_PRELOADEDUSERSETTINGS_APPEARANCESETTINGS']._serialized_start=18565
|
|
135
|
+
_globals['_PRELOADEDUSERSETTINGS_APPEARANCESETTINGS']._serialized_end=19643
|
|
136
|
+
_globals['_PRELOADEDUSERSETTINGS_GUILDFOLDER']._serialized_start=19646
|
|
137
|
+
_globals['_PRELOADEDUSERSETTINGS_GUILDFOLDER']._serialized_end=19849
|
|
138
|
+
_globals['_PRELOADEDUSERSETTINGS_GUILDFOLDERS']._serialized_start=19851
|
|
139
|
+
_globals['_PRELOADEDUSERSETTINGS_GUILDFOLDERS']._serialized_end=19975
|
|
140
|
+
_globals['_PRELOADEDUSERSETTINGS_FAVORITECHANNEL']._serialized_start=19978
|
|
141
|
+
_globals['_PRELOADEDUSERSETTINGS_FAVORITECHANNEL']._serialized_end=20140
|
|
142
|
+
_globals['_PRELOADEDUSERSETTINGS_FAVORITES']._serialized_start=20143
|
|
143
|
+
_globals['_PRELOADEDUSERSETTINGS_FAVORITES']._serialized_end=20413
|
|
144
|
+
_globals['_PRELOADEDUSERSETTINGS_FAVORITES_FAVORITECHANNELSENTRY']._serialized_start=20286
|
|
145
|
+
_globals['_PRELOADEDUSERSETTINGS_FAVORITES_FAVORITECHANNELSENTRY']._serialized_end=20413
|
|
146
|
+
_globals['_PRELOADEDUSERSETTINGS_AUDIOCONTEXTSETTING']._serialized_start=20415
|
|
147
|
+
_globals['_PRELOADEDUSERSETTINGS_AUDIOCONTEXTSETTING']._serialized_end=20514
|
|
148
|
+
_globals['_PRELOADEDUSERSETTINGS_AUDIOSETTINGS']._serialized_start=20517
|
|
149
|
+
_globals['_PRELOADEDUSERSETTINGS_AUDIOSETTINGS']._serialized_end=20968
|
|
150
|
+
_globals['_PRELOADEDUSERSETTINGS_AUDIOSETTINGS_USERENTRY']._serialized_start=20726
|
|
151
|
+
_globals['_PRELOADEDUSERSETTINGS_AUDIOSETTINGS_USERENTRY']._serialized_end=20845
|
|
152
|
+
_globals['_PRELOADEDUSERSETTINGS_AUDIOSETTINGS_STREAMENTRY']._serialized_start=20847
|
|
153
|
+
_globals['_PRELOADEDUSERSETTINGS_AUDIOSETTINGS_STREAMENTRY']._serialized_end=20968
|
|
154
|
+
_globals['_PRELOADEDUSERSETTINGS_COMMUNITIESSETTINGS']._serialized_start=20970
|
|
155
|
+
_globals['_PRELOADEDUSERSETTINGS_COMMUNITIESSETTINGS']._serialized_end=21081
|
|
156
|
+
_globals['_PRELOADEDUSERSETTINGS_BROADCASTSETTINGS']._serialized_start=21084
|
|
157
|
+
_globals['_PRELOADEDUSERSETTINGS_BROADCASTSETTINGS']._serialized_end=21306
|
|
158
|
+
_globals['_PRELOADEDUSERSETTINGS_CLIPSSETTINGS']._serialized_start=21308
|
|
159
|
+
_globals['_PRELOADEDUSERSETTINGS_CLIPSSETTINGS']._serialized_end=21413
|
|
160
|
+
_globals['_PRELOADEDUSERSETTINGS_FORLATERSETTINGS']._serialized_start=21415
|
|
161
|
+
_globals['_PRELOADEDUSERSETTINGS_FORLATERSETTINGS']._serialized_end=21522
|
|
162
|
+
_globals['_PRELOADEDUSERSETTINGS_SAFETYSETTINGS']._serialized_start=21525
|
|
163
|
+
_globals['_PRELOADEDUSERSETTINGS_SAFETYSETTINGS']._serialized_end=21697
|
|
164
|
+
_globals['_PRELOADEDUSERSETTINGS_ICYMISETTINGS']._serialized_start=21699
|
|
165
|
+
_globals['_PRELOADEDUSERSETTINGS_ICYMISETTINGS']._serialized_end=21741
|
|
166
|
+
_globals['_PRELOADEDUSERSETTINGS_APPLICATIONDMSETTINGS']._serialized_start=21743
|
|
167
|
+
_globals['_PRELOADEDUSERSETTINGS_APPLICATIONDMSETTINGS']._serialized_end=21793
|
|
168
|
+
_globals['_PRELOADEDUSERSETTINGS_APPLICATIONSHARINGSETTINGS']._serialized_start=21795
|
|
169
|
+
_globals['_PRELOADEDUSERSETTINGS_APPLICATIONSHARINGSETTINGS']._serialized_end=21869
|
|
170
|
+
_globals['_PRELOADEDUSERSETTINGS_APPLICATIONSETTINGS']._serialized_start=21872
|
|
171
|
+
_globals['_PRELOADEDUSERSETTINGS_APPLICATIONSETTINGS']._serialized_end=22164
|
|
172
|
+
_globals['_PRELOADEDUSERSETTINGS_ALLAPPLICATIONSETTINGS']._serialized_start=22167
|
|
173
|
+
_globals['_PRELOADEDUSERSETTINGS_ALLAPPLICATIONSETTINGS']._serialized_end=22437
|
|
174
|
+
_globals['_PRELOADEDUSERSETTINGS_ALLAPPLICATIONSETTINGS_APPSETTINGSENTRY']._serialized_start=22311
|
|
175
|
+
_globals['_PRELOADEDUSERSETTINGS_ALLAPPLICATIONSETTINGS_APPSETTINGSENTRY']._serialized_end=22437
|
|
176
|
+
_globals['_PRELOADEDUSERSETTINGS_ADSSETTINGS']._serialized_start=22439
|
|
177
|
+
_globals['_PRELOADEDUSERSETTINGS_ADSSETTINGS']._serialized_end=22476
|
|
178
|
+
_globals['_PRELOADEDUSERSETTINGS_INAPPFEEDBACKSTATE']._serialized_start=22479
|
|
179
|
+
_globals['_PRELOADEDUSERSETTINGS_INAPPFEEDBACKSTATE']._serialized_end=22677
|
|
180
|
+
_globals['_PRELOADEDUSERSETTINGS_INAPPFEEDBACKSETTINGS']._serialized_start=22680
|
|
181
|
+
_globals['_PRELOADEDUSERSETTINGS_INAPPFEEDBACKSETTINGS']._serialized_end=22975
|
|
182
|
+
_globals['_PRELOADEDUSERSETTINGS_INAPPFEEDBACKSETTINGS_INAPPFEEDBACKSTATESENTRY']._serialized_start=22842
|
|
183
|
+
_globals['_PRELOADEDUSERSETTINGS_INAPPFEEDBACKSETTINGS_INAPPFEEDBACKSTATESENTRY']._serialized_end=22975
|
|
184
|
+
_globals['_PRELOADEDUSERSETTINGS_INBOXTAB']._serialized_start=22978
|
|
185
|
+
_globals['_PRELOADEDUSERSETTINGS_INBOXTAB']._serialized_end=23184
|
|
186
|
+
_globals['_PRELOADEDUSERSETTINGS_DMSPAMFILTERV2']._serialized_start=23187
|
|
187
|
+
_globals['_PRELOADEDUSERSETTINGS_DMSPAMFILTERV2']._serialized_end=23354
|
|
188
|
+
_globals['_PRELOADEDUSERSETTINGS_EXPLICITCONTENTREDACTION']._serialized_start=23357
|
|
189
|
+
_globals['_PRELOADEDUSERSETTINGS_EXPLICITCONTENTREDACTION']._serialized_end=23560
|
|
190
|
+
_globals['_PRELOADEDUSERSETTINGS_REACTIONNOTIFICATIONTYPE']._serialized_start=23563
|
|
191
|
+
_globals['_PRELOADEDUSERSETTINGS_REACTIONNOTIFICATIONTYPE']._serialized_end=23739
|
|
192
|
+
_globals['_PRELOADEDUSERSETTINGS_GAMEACTIVITYNOTIFICATIONTYPE']._serialized_start=23742
|
|
193
|
+
_globals['_PRELOADEDUSERSETTINGS_GAMEACTIVITYNOTIFICATIONTYPE']._serialized_end=24030
|
|
194
|
+
_globals['_PRELOADEDUSERSETTINGS_CUSTOMSTATUSPUSHNOTIFICATIONTYPE']._serialized_start=24033
|
|
195
|
+
_globals['_PRELOADEDUSERSETTINGS_CUSTOMSTATUSPUSHNOTIFICATIONTYPE']._serialized_end=24252
|
|
196
|
+
_globals['_PRELOADEDUSERSETTINGS_GUILDACTIVITYSTATUSRESTRICTIONDEFAULT']._serialized_start=24255
|
|
197
|
+
_globals['_PRELOADEDUSERSETTINGS_GUILDACTIVITYSTATUSRESTRICTIONDEFAULT']._serialized_end=24462
|
|
198
|
+
_globals['_PRELOADEDUSERSETTINGS_GUILDSLEADERBOARDOPTOUTDEFAULT']._serialized_start=24465
|
|
199
|
+
_globals['_PRELOADEDUSERSETTINGS_GUILDSLEADERBOARDOPTOUTDEFAULT']._serialized_end=24614
|
|
200
|
+
_globals['_PRELOADEDUSERSETTINGS_SLAYERSDKRECEIVEINGAMEDMS']._serialized_start=24617
|
|
201
|
+
_globals['_PRELOADEDUSERSETTINGS_SLAYERSDKRECEIVEINGAMEDMS']._serialized_end=24819
|
|
202
|
+
_globals['_PRELOADEDUSERSETTINGS_GUILDACTIVITYSTATUSRESTRICTIONDEFAULTV2']._serialized_start=24822
|
|
203
|
+
_globals['_PRELOADEDUSERSETTINGS_GUILDACTIVITYSTATUSRESTRICTIONDEFAULTV2']._serialized_end=25160
|
|
204
|
+
_globals['_PRELOADEDUSERSETTINGS_THEME']._serialized_start=25162
|
|
205
|
+
_globals['_PRELOADEDUSERSETTINGS_THEME']._serialized_end=25257
|
|
206
|
+
_globals['_PRELOADEDUSERSETTINGS_TIMESTAMPHOURCYCLE']._serialized_start=25259
|
|
207
|
+
_globals['_PRELOADEDUSERSETTINGS_TIMESTAMPHOURCYCLE']._serialized_end=25370
|
|
208
|
+
_globals['_PRELOADEDUSERSETTINGS_LAUNCHPADMODE']._serialized_start=25373
|
|
209
|
+
_globals['_PRELOADEDUSERSETTINGS_LAUNCHPADMODE']._serialized_end=25573
|
|
210
|
+
_globals['_PRELOADEDUSERSETTINGS_UIDENSITY']._serialized_start=25576
|
|
211
|
+
_globals['_PRELOADEDUSERSETTINGS_UIDENSITY']._serialized_end=25716
|
|
212
|
+
_globals['_PRELOADEDUSERSETTINGS_SWIPERIGHTTOLEFTMODE']._serialized_start=25719
|
|
213
|
+
_globals['_PRELOADEDUSERSETTINGS_SWIPERIGHTTOLEFTMODE']._serialized_end=25919
|
|
214
|
+
_globals['_PRELOADEDUSERSETTINGS_FAVORITECHANNELTYPE']._serialized_start=25922
|
|
215
|
+
_globals['_PRELOADEDUSERSETTINGS_FAVORITECHANNELTYPE']._serialized_end=26080
|
|
216
|
+
_globals['_PRELOADEDUSERSETTINGS_FORLATERTAB']._serialized_start=26082
|
|
217
|
+
_globals['_PRELOADEDUSERSETTINGS_FORLATERTAB']._serialized_end=26207
|
|
218
|
+
_globals['_PRELOADEDUSERSETTINGS_SAFETYSETTINGSPRESETTYPE']._serialized_start=26210
|
|
219
|
+
_globals['_PRELOADEDUSERSETTINGS_SAFETYSETTINGSPRESETTYPE']._serialized_end=26461
|
|
220
220
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -856,18 +856,10 @@ export declare enum Experiment_Phase {
|
|
|
856
856
|
* @generated from protobuf enum value: PHASE_MEASUREMENT = 2;
|
|
857
857
|
*/
|
|
858
858
|
MEASUREMENT = 2,
|
|
859
|
-
/**
|
|
860
|
-
* @generated from protobuf enum value: PHASE_MEASUREMENT_ENDED = 3;
|
|
861
|
-
*/
|
|
862
|
-
MEASUREMENT_ENDED = 3,
|
|
863
859
|
/**
|
|
864
860
|
* @generated from protobuf enum value: PHASE_ROLLING_OUT = 4;
|
|
865
861
|
*/
|
|
866
862
|
ROLLING_OUT = 4,
|
|
867
|
-
/**
|
|
868
|
-
* @generated from protobuf enum value: PHASE_ROLLED_OUT = 5;
|
|
869
|
-
*/
|
|
870
|
-
ROLLED_OUT = 5,
|
|
871
863
|
/**
|
|
872
864
|
* @generated from protobuf enum value: PHASE_ARCHIVED = 6;
|
|
873
865
|
*/
|
|
@@ -62,18 +62,10 @@ var Experiment_Phase;
|
|
|
62
62
|
* @generated from protobuf enum value: PHASE_MEASUREMENT = 2;
|
|
63
63
|
*/
|
|
64
64
|
Experiment_Phase[Experiment_Phase["MEASUREMENT"] = 2] = "MEASUREMENT";
|
|
65
|
-
/**
|
|
66
|
-
* @generated from protobuf enum value: PHASE_MEASUREMENT_ENDED = 3;
|
|
67
|
-
*/
|
|
68
|
-
Experiment_Phase[Experiment_Phase["MEASUREMENT_ENDED"] = 3] = "MEASUREMENT_ENDED";
|
|
69
65
|
/**
|
|
70
66
|
* @generated from protobuf enum value: PHASE_ROLLING_OUT = 4;
|
|
71
67
|
*/
|
|
72
68
|
Experiment_Phase[Experiment_Phase["ROLLING_OUT"] = 4] = "ROLLING_OUT";
|
|
73
|
-
/**
|
|
74
|
-
* @generated from protobuf enum value: PHASE_ROLLED_OUT = 5;
|
|
75
|
-
*/
|
|
76
|
-
Experiment_Phase[Experiment_Phase["ROLLED_OUT"] = 5] = "ROLLED_OUT";
|
|
77
69
|
/**
|
|
78
70
|
* @generated from protobuf enum value: PHASE_ARCHIVED = 6;
|
|
79
71
|
*/
|
|
@@ -747,6 +747,14 @@ export interface PreloadedUserSettings_NotificationSettings {
|
|
|
747
747
|
* @generated from protobuf field: optional google.protobuf.BoolValue enable_friend_anniversary_notifications = 14
|
|
748
748
|
*/
|
|
749
749
|
enableFriendAnniversaryNotifications?: BoolValue;
|
|
750
|
+
/**
|
|
751
|
+
* @generated from protobuf field: optional google.protobuf.BoolValue enable_game_update_notifications = 15
|
|
752
|
+
*/
|
|
753
|
+
enableGameUpdateNotifications?: BoolValue;
|
|
754
|
+
/**
|
|
755
|
+
* @generated from protobuf field: optional google.protobuf.BoolValue enable_profile_updates_notifications = 16
|
|
756
|
+
*/
|
|
757
|
+
enableProfileUpdatesNotifications?: BoolValue;
|
|
750
758
|
}
|
|
751
759
|
/**
|
|
752
760
|
* @generated from protobuf message discord_protos.discord_users.v1.PreloadedUserSettings.PrivacySettings
|
|
@@ -2401,7 +2401,9 @@ class PreloadedUserSettings_NotificationSettings$Type extends runtime_4.MessageT
|
|
|
2401
2401
|
{ no: 11, name: "enable_voice_activity_notifications", kind: "message", T: () => wrappers_5.BoolValue },
|
|
2402
2402
|
{ no: 12, name: "enable_friend_online_notifications", kind: "message", T: () => wrappers_5.BoolValue },
|
|
2403
2403
|
{ no: 13, name: "enable_user_resurrection_notifications", kind: "message", T: () => wrappers_5.BoolValue },
|
|
2404
|
-
{ no: 14, name: "enable_friend_anniversary_notifications", kind: "message", T: () => wrappers_5.BoolValue }
|
|
2404
|
+
{ no: 14, name: "enable_friend_anniversary_notifications", kind: "message", T: () => wrappers_5.BoolValue },
|
|
2405
|
+
{ no: 15, name: "enable_game_update_notifications", kind: "message", T: () => wrappers_5.BoolValue },
|
|
2406
|
+
{ no: 16, name: "enable_profile_updates_notifications", kind: "message", T: () => wrappers_5.BoolValue }
|
|
2405
2407
|
]);
|
|
2406
2408
|
}
|
|
2407
2409
|
create(value) {
|
|
@@ -2462,6 +2464,12 @@ class PreloadedUserSettings_NotificationSettings$Type extends runtime_4.MessageT
|
|
|
2462
2464
|
case /* optional google.protobuf.BoolValue enable_friend_anniversary_notifications */ 14:
|
|
2463
2465
|
message.enableFriendAnniversaryNotifications = wrappers_5.BoolValue.internalBinaryRead(reader, reader.uint32(), options, message.enableFriendAnniversaryNotifications);
|
|
2464
2466
|
break;
|
|
2467
|
+
case /* optional google.protobuf.BoolValue enable_game_update_notifications */ 15:
|
|
2468
|
+
message.enableGameUpdateNotifications = wrappers_5.BoolValue.internalBinaryRead(reader, reader.uint32(), options, message.enableGameUpdateNotifications);
|
|
2469
|
+
break;
|
|
2470
|
+
case /* optional google.protobuf.BoolValue enable_profile_updates_notifications */ 16:
|
|
2471
|
+
message.enableProfileUpdatesNotifications = wrappers_5.BoolValue.internalBinaryRead(reader, reader.uint32(), options, message.enableProfileUpdatesNotifications);
|
|
2472
|
+
break;
|
|
2465
2473
|
default:
|
|
2466
2474
|
let u = options.readUnknownField;
|
|
2467
2475
|
if (u === "throw")
|
|
@@ -2516,6 +2524,12 @@ class PreloadedUserSettings_NotificationSettings$Type extends runtime_4.MessageT
|
|
|
2516
2524
|
/* optional google.protobuf.BoolValue enable_friend_anniversary_notifications = 14; */
|
|
2517
2525
|
if (message.enableFriendAnniversaryNotifications)
|
|
2518
2526
|
wrappers_5.BoolValue.internalBinaryWrite(message.enableFriendAnniversaryNotifications, writer.tag(14, runtime_1.WireType.LengthDelimited).fork(), options).join();
|
|
2527
|
+
/* optional google.protobuf.BoolValue enable_game_update_notifications = 15; */
|
|
2528
|
+
if (message.enableGameUpdateNotifications)
|
|
2529
|
+
wrappers_5.BoolValue.internalBinaryWrite(message.enableGameUpdateNotifications, writer.tag(15, runtime_1.WireType.LengthDelimited).fork(), options).join();
|
|
2530
|
+
/* optional google.protobuf.BoolValue enable_profile_updates_notifications = 16; */
|
|
2531
|
+
if (message.enableProfileUpdatesNotifications)
|
|
2532
|
+
wrappers_5.BoolValue.internalBinaryWrite(message.enableProfileUpdatesNotifications, writer.tag(16, runtime_1.WireType.LengthDelimited).fork(), options).join();
|
|
2519
2533
|
let u = options.writeUnknownFields;
|
|
2520
2534
|
if (u !== false)
|
|
2521
2535
|
(u == true ? runtime_2.UnknownFieldHandler.onWrite : u)(this.typeName, message, writer);
|