discord-protos 1.2.80 → 1.2.81
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 +12 -4
- package/discord_protos/discord_users/v1/PreloadedUserSettings.proto +2 -0
- package/discord_protos/discord_users/v1/PreloadedUserSettings_pb2.py +103 -103
- package/discord_protos/users/v1/GuildShardingConfig.proto +7 -0
- package/discord_protos/users/v1/GuildShardingConfig_pb2.py +36 -0
- package/discord_protos/users/v1/MediumUser.proto +17 -0
- package/discord_protos/users/v1/MediumUser_pb2.py +38 -0
- package/discord_protos/users/v1/User.proto +137 -0
- package/discord_protos/users/v1/UserData.proto +201 -0
- package/discord_protos/users/v1/UserData_pb2.py +106 -0
- package/discord_protos/users/v1/User_pb2.py +68 -0
- package/dist/discord_protos/discord_experimentation/v1/Experiment.d.ts +0 -8
- package/dist/discord_protos/discord_experimentation/v1/Experiment.js +0 -8
- package/package.json +3 -3
|
@@ -3,28 +3,36 @@ from __future__ import annotations
|
|
|
3
3
|
from enum import Enum as _Enum
|
|
4
4
|
from typing import TYPE_CHECKING
|
|
5
5
|
|
|
6
|
-
__version__ = '1.2.
|
|
6
|
+
__version__ = '1.2.81'
|
|
7
7
|
|
|
8
8
|
if TYPE_CHECKING:
|
|
9
9
|
from google.protobuf.message import Message as _Message
|
|
10
10
|
|
|
11
|
-
PreloadedUserSettings = FrecencyUserSettings =
|
|
11
|
+
User = MediumUser = UserData = GuildShardingConfig = PreloadedUserSettings = FrecencyUserSettings = Experiment = ApplicationUserRoleConnection = AcknowledgedApplicationDisclosures = PremiumMarketingComponentProperties = _Message
|
|
12
12
|
else:
|
|
13
|
+
from .users.v1.User_pb2 import *
|
|
14
|
+
from .users.v1.MediumUser_pb2 import *
|
|
15
|
+
from .users.v1.UserData_pb2 import *
|
|
16
|
+
from .users.v1.GuildShardingConfig_pb2 import *
|
|
13
17
|
from .discord_users.v1.PreloadedUserSettings_pb2 import *
|
|
14
18
|
from .discord_users.v1.FrecencyUserSettings_pb2 import *
|
|
19
|
+
from .discord_experimentation.v1.Experiment_pb2 import *
|
|
15
20
|
from .discord_kkv_store_value_models.v1.ApplicationUserRoleConnection_pb2 import *
|
|
16
21
|
from .discord_kkv_store_value_models.v1.AcknowledgedApplicationDisclosures_pb2 import *
|
|
17
|
-
from .discord_experimentation.v1.Experiment_pb2 import *
|
|
18
22
|
from .premium_marketing.v1.PremiumMarketingComponentProperties_pb2 import *
|
|
19
23
|
|
|
20
24
|
__all__ = (
|
|
21
25
|
'__version__',
|
|
22
26
|
'UserSettingsType',
|
|
27
|
+
'User',
|
|
28
|
+
'MediumUser',
|
|
29
|
+
'UserData',
|
|
30
|
+
'GuildShardingConfig',
|
|
23
31
|
'PreloadedUserSettings',
|
|
24
32
|
'FrecencyUserSettings',
|
|
33
|
+
'Experiment',
|
|
25
34
|
'ApplicationUserRoleConnection',
|
|
26
35
|
'AcknowledgedApplicationDisclosures',
|
|
27
|
-
'Experiment',
|
|
28
36
|
'PremiumMarketingComponentProperties',
|
|
29
37
|
)
|
|
30
38
|
|
|
@@ -297,6 +297,7 @@ message PreloadedUserSettings {
|
|
|
297
297
|
SlayerSDKReceiveInGameDMs slayer_sdk_receive_dms_in_game = 28;
|
|
298
298
|
GuildActivityStatusRestrictionDefaultV2 default_guilds_activity_restricted_v2 = 29;
|
|
299
299
|
optional google.protobuf.BoolValue quests_3p_data_opted_out = 30;
|
|
300
|
+
optional google.protobuf.BoolValue show_local_time = 31;
|
|
300
301
|
}
|
|
301
302
|
|
|
302
303
|
message DebugSettings {
|
|
@@ -329,6 +330,7 @@ message PreloadedUserSettings {
|
|
|
329
330
|
message LocalizationSettings {
|
|
330
331
|
optional google.protobuf.StringValue locale = 1;
|
|
331
332
|
optional google.protobuf.Int32Value timezone_offset = 2;
|
|
333
|
+
optional google.protobuf.StringValue timezone_name = 3;
|
|
332
334
|
}
|
|
333
335
|
|
|
334
336
|
enum Theme {
|
|
@@ -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\"\x82\xcc\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\xde\x01\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\x42\x0b\n\t_emoji_idB\r\n\x0b_emoji_nameB\x0b\n\t_animated\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\xba\n\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\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_notifications\x1a\x86\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\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_out\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\xa3\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\x42\t\n\x07_localeB\x12\n\x10_timezone_offset\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\"\x9c\xcd\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\xde\x01\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\x42\x0b\n\t_emoji_idB\r\n\x0b_emoji_nameB\x0b\n\t_animated\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\xba\n\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\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_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=26416
|
|
64
64
|
_globals['_PRELOADEDUSERSETTINGS_VERSIONS']._serialized_start=2642
|
|
65
65
|
_globals['_PRELOADEDUSERSETTINGS_VERSIONS']._serialized_end=2722
|
|
66
66
|
_globals['_PRELOADEDUSERSETTINGS_INBOXSETTINGS']._serialized_start=2724
|
|
@@ -116,105 +116,105 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
116
116
|
_globals['_PRELOADEDUSERSETTINGS_NOTIFICATIONSETTINGS']._serialized_start=12494
|
|
117
117
|
_globals['_PRELOADEDUSERSETTINGS_NOTIFICATIONSETTINGS']._serialized_end=13832
|
|
118
118
|
_globals['_PRELOADEDUSERSETTINGS_PRIVACYSETTINGS']._serialized_start=13835
|
|
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=
|
|
119
|
+
_globals['_PRELOADEDUSERSETTINGS_PRIVACYSETTINGS']._serialized_end=16479
|
|
120
|
+
_globals['_PRELOADEDUSERSETTINGS_DEBUGSETTINGS']._serialized_start=16481
|
|
121
|
+
_globals['_PRELOADEDUSERSETTINGS_DEBUGSETTINGS']._serialized_end=16598
|
|
122
|
+
_globals['_PRELOADEDUSERSETTINGS_GAMELIBRARYSETTINGS']._serialized_start=16601
|
|
123
|
+
_globals['_PRELOADEDUSERSETTINGS_GAMELIBRARYSETTINGS']._serialized_end=16902
|
|
124
|
+
_globals['_PRELOADEDUSERSETTINGS_CUSTOMSTATUS']._serialized_start=16905
|
|
125
|
+
_globals['_PRELOADEDUSERSETTINGS_CUSTOMSTATUS']._serialized_end=17077
|
|
126
|
+
_globals['_PRELOADEDUSERSETTINGS_STATUSSETTINGS']._serialized_start=17080
|
|
127
|
+
_globals['_PRELOADEDUSERSETTINGS_STATUSSETTINGS']._serialized_end=17475
|
|
128
|
+
_globals['_PRELOADEDUSERSETTINGS_LOCALIZATIONSETTINGS']._serialized_start=17478
|
|
129
|
+
_globals['_PRELOADEDUSERSETTINGS_LOCALIZATIONSETTINGS']._serialized_end=17717
|
|
130
|
+
_globals['_PRELOADEDUSERSETTINGS_CUSTOMUSERTHEMESETTINGS']._serialized_start=17719
|
|
131
|
+
_globals['_PRELOADEDUSERSETTINGS_CUSTOMUSERTHEMESETTINGS']._serialized_end=17836
|
|
132
|
+
_globals['_PRELOADEDUSERSETTINGS_CLIENTTHEMESETTINGS']._serialized_start=17839
|
|
133
|
+
_globals['_PRELOADEDUSERSETTINGS_CLIENTTHEMESETTINGS']._serialized_end=18120
|
|
134
|
+
_globals['_PRELOADEDUSERSETTINGS_APPEARANCESETTINGS']._serialized_start=18123
|
|
135
|
+
_globals['_PRELOADEDUSERSETTINGS_APPEARANCESETTINGS']._serialized_end=19201
|
|
136
|
+
_globals['_PRELOADEDUSERSETTINGS_GUILDFOLDER']._serialized_start=19204
|
|
137
|
+
_globals['_PRELOADEDUSERSETTINGS_GUILDFOLDER']._serialized_end=19407
|
|
138
|
+
_globals['_PRELOADEDUSERSETTINGS_GUILDFOLDERS']._serialized_start=19409
|
|
139
|
+
_globals['_PRELOADEDUSERSETTINGS_GUILDFOLDERS']._serialized_end=19533
|
|
140
|
+
_globals['_PRELOADEDUSERSETTINGS_FAVORITECHANNEL']._serialized_start=19536
|
|
141
|
+
_globals['_PRELOADEDUSERSETTINGS_FAVORITECHANNEL']._serialized_end=19698
|
|
142
|
+
_globals['_PRELOADEDUSERSETTINGS_FAVORITES']._serialized_start=19701
|
|
143
|
+
_globals['_PRELOADEDUSERSETTINGS_FAVORITES']._serialized_end=19971
|
|
144
|
+
_globals['_PRELOADEDUSERSETTINGS_FAVORITES_FAVORITECHANNELSENTRY']._serialized_start=19844
|
|
145
|
+
_globals['_PRELOADEDUSERSETTINGS_FAVORITES_FAVORITECHANNELSENTRY']._serialized_end=19971
|
|
146
|
+
_globals['_PRELOADEDUSERSETTINGS_AUDIOCONTEXTSETTING']._serialized_start=19973
|
|
147
|
+
_globals['_PRELOADEDUSERSETTINGS_AUDIOCONTEXTSETTING']._serialized_end=20072
|
|
148
|
+
_globals['_PRELOADEDUSERSETTINGS_AUDIOSETTINGS']._serialized_start=20075
|
|
149
|
+
_globals['_PRELOADEDUSERSETTINGS_AUDIOSETTINGS']._serialized_end=20526
|
|
150
|
+
_globals['_PRELOADEDUSERSETTINGS_AUDIOSETTINGS_USERENTRY']._serialized_start=20284
|
|
151
|
+
_globals['_PRELOADEDUSERSETTINGS_AUDIOSETTINGS_USERENTRY']._serialized_end=20403
|
|
152
|
+
_globals['_PRELOADEDUSERSETTINGS_AUDIOSETTINGS_STREAMENTRY']._serialized_start=20405
|
|
153
|
+
_globals['_PRELOADEDUSERSETTINGS_AUDIOSETTINGS_STREAMENTRY']._serialized_end=20526
|
|
154
|
+
_globals['_PRELOADEDUSERSETTINGS_COMMUNITIESSETTINGS']._serialized_start=20528
|
|
155
|
+
_globals['_PRELOADEDUSERSETTINGS_COMMUNITIESSETTINGS']._serialized_end=20639
|
|
156
|
+
_globals['_PRELOADEDUSERSETTINGS_BROADCASTSETTINGS']._serialized_start=20642
|
|
157
|
+
_globals['_PRELOADEDUSERSETTINGS_BROADCASTSETTINGS']._serialized_end=20864
|
|
158
|
+
_globals['_PRELOADEDUSERSETTINGS_CLIPSSETTINGS']._serialized_start=20866
|
|
159
|
+
_globals['_PRELOADEDUSERSETTINGS_CLIPSSETTINGS']._serialized_end=20971
|
|
160
|
+
_globals['_PRELOADEDUSERSETTINGS_FORLATERSETTINGS']._serialized_start=20973
|
|
161
|
+
_globals['_PRELOADEDUSERSETTINGS_FORLATERSETTINGS']._serialized_end=21080
|
|
162
|
+
_globals['_PRELOADEDUSERSETTINGS_SAFETYSETTINGS']._serialized_start=21083
|
|
163
|
+
_globals['_PRELOADEDUSERSETTINGS_SAFETYSETTINGS']._serialized_end=21255
|
|
164
|
+
_globals['_PRELOADEDUSERSETTINGS_ICYMISETTINGS']._serialized_start=21257
|
|
165
|
+
_globals['_PRELOADEDUSERSETTINGS_ICYMISETTINGS']._serialized_end=21299
|
|
166
|
+
_globals['_PRELOADEDUSERSETTINGS_APPLICATIONDMSETTINGS']._serialized_start=21301
|
|
167
|
+
_globals['_PRELOADEDUSERSETTINGS_APPLICATIONDMSETTINGS']._serialized_end=21351
|
|
168
|
+
_globals['_PRELOADEDUSERSETTINGS_APPLICATIONSHARINGSETTINGS']._serialized_start=21353
|
|
169
|
+
_globals['_PRELOADEDUSERSETTINGS_APPLICATIONSHARINGSETTINGS']._serialized_end=21427
|
|
170
|
+
_globals['_PRELOADEDUSERSETTINGS_APPLICATIONSETTINGS']._serialized_start=21430
|
|
171
|
+
_globals['_PRELOADEDUSERSETTINGS_APPLICATIONSETTINGS']._serialized_end=21722
|
|
172
|
+
_globals['_PRELOADEDUSERSETTINGS_ALLAPPLICATIONSETTINGS']._serialized_start=21725
|
|
173
|
+
_globals['_PRELOADEDUSERSETTINGS_ALLAPPLICATIONSETTINGS']._serialized_end=21995
|
|
174
|
+
_globals['_PRELOADEDUSERSETTINGS_ALLAPPLICATIONSETTINGS_APPSETTINGSENTRY']._serialized_start=21869
|
|
175
|
+
_globals['_PRELOADEDUSERSETTINGS_ALLAPPLICATIONSETTINGS_APPSETTINGSENTRY']._serialized_end=21995
|
|
176
|
+
_globals['_PRELOADEDUSERSETTINGS_ADSSETTINGS']._serialized_start=21997
|
|
177
|
+
_globals['_PRELOADEDUSERSETTINGS_ADSSETTINGS']._serialized_end=22034
|
|
178
|
+
_globals['_PRELOADEDUSERSETTINGS_INAPPFEEDBACKSTATE']._serialized_start=22037
|
|
179
|
+
_globals['_PRELOADEDUSERSETTINGS_INAPPFEEDBACKSTATE']._serialized_end=22235
|
|
180
|
+
_globals['_PRELOADEDUSERSETTINGS_INAPPFEEDBACKSETTINGS']._serialized_start=22238
|
|
181
|
+
_globals['_PRELOADEDUSERSETTINGS_INAPPFEEDBACKSETTINGS']._serialized_end=22533
|
|
182
|
+
_globals['_PRELOADEDUSERSETTINGS_INAPPFEEDBACKSETTINGS_INAPPFEEDBACKSTATESENTRY']._serialized_start=22400
|
|
183
|
+
_globals['_PRELOADEDUSERSETTINGS_INAPPFEEDBACKSETTINGS_INAPPFEEDBACKSTATESENTRY']._serialized_end=22533
|
|
184
|
+
_globals['_PRELOADEDUSERSETTINGS_INBOXTAB']._serialized_start=22536
|
|
185
|
+
_globals['_PRELOADEDUSERSETTINGS_INBOXTAB']._serialized_end=22742
|
|
186
|
+
_globals['_PRELOADEDUSERSETTINGS_DMSPAMFILTERV2']._serialized_start=22745
|
|
187
|
+
_globals['_PRELOADEDUSERSETTINGS_DMSPAMFILTERV2']._serialized_end=22912
|
|
188
|
+
_globals['_PRELOADEDUSERSETTINGS_EXPLICITCONTENTREDACTION']._serialized_start=22915
|
|
189
|
+
_globals['_PRELOADEDUSERSETTINGS_EXPLICITCONTENTREDACTION']._serialized_end=23118
|
|
190
|
+
_globals['_PRELOADEDUSERSETTINGS_REACTIONNOTIFICATIONTYPE']._serialized_start=23121
|
|
191
|
+
_globals['_PRELOADEDUSERSETTINGS_REACTIONNOTIFICATIONTYPE']._serialized_end=23297
|
|
192
|
+
_globals['_PRELOADEDUSERSETTINGS_GAMEACTIVITYNOTIFICATIONTYPE']._serialized_start=23300
|
|
193
|
+
_globals['_PRELOADEDUSERSETTINGS_GAMEACTIVITYNOTIFICATIONTYPE']._serialized_end=23588
|
|
194
|
+
_globals['_PRELOADEDUSERSETTINGS_CUSTOMSTATUSPUSHNOTIFICATIONTYPE']._serialized_start=23591
|
|
195
|
+
_globals['_PRELOADEDUSERSETTINGS_CUSTOMSTATUSPUSHNOTIFICATIONTYPE']._serialized_end=23810
|
|
196
|
+
_globals['_PRELOADEDUSERSETTINGS_GUILDACTIVITYSTATUSRESTRICTIONDEFAULT']._serialized_start=23813
|
|
197
|
+
_globals['_PRELOADEDUSERSETTINGS_GUILDACTIVITYSTATUSRESTRICTIONDEFAULT']._serialized_end=24020
|
|
198
|
+
_globals['_PRELOADEDUSERSETTINGS_GUILDSLEADERBOARDOPTOUTDEFAULT']._serialized_start=24023
|
|
199
|
+
_globals['_PRELOADEDUSERSETTINGS_GUILDSLEADERBOARDOPTOUTDEFAULT']._serialized_end=24172
|
|
200
|
+
_globals['_PRELOADEDUSERSETTINGS_SLAYERSDKRECEIVEINGAMEDMS']._serialized_start=24175
|
|
201
|
+
_globals['_PRELOADEDUSERSETTINGS_SLAYERSDKRECEIVEINGAMEDMS']._serialized_end=24377
|
|
202
|
+
_globals['_PRELOADEDUSERSETTINGS_GUILDACTIVITYSTATUSRESTRICTIONDEFAULTV2']._serialized_start=24380
|
|
203
|
+
_globals['_PRELOADEDUSERSETTINGS_GUILDACTIVITYSTATUSRESTRICTIONDEFAULTV2']._serialized_end=24718
|
|
204
|
+
_globals['_PRELOADEDUSERSETTINGS_THEME']._serialized_start=24720
|
|
205
|
+
_globals['_PRELOADEDUSERSETTINGS_THEME']._serialized_end=24815
|
|
206
|
+
_globals['_PRELOADEDUSERSETTINGS_TIMESTAMPHOURCYCLE']._serialized_start=24817
|
|
207
|
+
_globals['_PRELOADEDUSERSETTINGS_TIMESTAMPHOURCYCLE']._serialized_end=24928
|
|
208
|
+
_globals['_PRELOADEDUSERSETTINGS_LAUNCHPADMODE']._serialized_start=24931
|
|
209
|
+
_globals['_PRELOADEDUSERSETTINGS_LAUNCHPADMODE']._serialized_end=25131
|
|
210
|
+
_globals['_PRELOADEDUSERSETTINGS_UIDENSITY']._serialized_start=25134
|
|
211
|
+
_globals['_PRELOADEDUSERSETTINGS_UIDENSITY']._serialized_end=25274
|
|
212
|
+
_globals['_PRELOADEDUSERSETTINGS_SWIPERIGHTTOLEFTMODE']._serialized_start=25277
|
|
213
|
+
_globals['_PRELOADEDUSERSETTINGS_SWIPERIGHTTOLEFTMODE']._serialized_end=25477
|
|
214
|
+
_globals['_PRELOADEDUSERSETTINGS_FAVORITECHANNELTYPE']._serialized_start=25480
|
|
215
|
+
_globals['_PRELOADEDUSERSETTINGS_FAVORITECHANNELTYPE']._serialized_end=25638
|
|
216
|
+
_globals['_PRELOADEDUSERSETTINGS_FORLATERTAB']._serialized_start=25640
|
|
217
|
+
_globals['_PRELOADEDUSERSETTINGS_FORLATERTAB']._serialized_end=25765
|
|
218
|
+
_globals['_PRELOADEDUSERSETTINGS_SAFETYSETTINGSPRESETTYPE']._serialized_start=25768
|
|
219
|
+
_globals['_PRELOADEDUSERSETTINGS_SAFETYSETTINGSPRESETTYPE']._serialized_end=26019
|
|
220
220
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
+
# source: users/v1/GuildShardingConfig.proto
|
|
5
|
+
# Protobuf Python Version: 5.28.3
|
|
6
|
+
"""Generated protocol buffer code."""
|
|
7
|
+
from google.protobuf import descriptor as _descriptor
|
|
8
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
9
|
+
from google.protobuf import runtime_version as _runtime_version
|
|
10
|
+
from google.protobuf import symbol_database as _symbol_database
|
|
11
|
+
from google.protobuf.internal import builder as _builder
|
|
12
|
+
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
|
+
_runtime_version.Domain.PUBLIC,
|
|
14
|
+
5,
|
|
15
|
+
28,
|
|
16
|
+
3,
|
|
17
|
+
'',
|
|
18
|
+
'users/v1/GuildShardingConfig.proto'
|
|
19
|
+
)
|
|
20
|
+
# @@protoc_insertion_point(imports)
|
|
21
|
+
|
|
22
|
+
_sym_db = _symbol_database.Default()
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\"users/v1/GuildShardingConfig.proto\x12\x17\x64iscord_protos.users.v1\"%\n\x13GuildShardingConfig\x12\x0e\n\x06shards\x18\x01 \x03(\x05\x62\x06proto3')
|
|
28
|
+
|
|
29
|
+
_globals = globals()
|
|
30
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
31
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'users.v1.GuildShardingConfig_pb2', _globals)
|
|
32
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
33
|
+
DESCRIPTOR._loaded_options = None
|
|
34
|
+
_globals['_GUILDSHARDINGCONFIG']._serialized_start=63
|
|
35
|
+
_globals['_GUILDSHARDINGCONFIG']._serialized_end=100
|
|
36
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
|
|
3
|
+
import "google/protobuf/wrappers.proto";
|
|
4
|
+
import "google/protobuf/timestamp.proto";
|
|
5
|
+
|
|
6
|
+
package discord_protos.users.v1;
|
|
7
|
+
|
|
8
|
+
message MediumUser {
|
|
9
|
+
fixed64 id = 1;
|
|
10
|
+
string username = 2;
|
|
11
|
+
uint32 discriminator = 3;
|
|
12
|
+
optional google.protobuf.StringValue avatar_hash = 4;
|
|
13
|
+
bool bot = 5;
|
|
14
|
+
uint64 flags = 6;
|
|
15
|
+
optional google.protobuf.StringValue email = 7;
|
|
16
|
+
optional google.protobuf.StringValue phone = 8;
|
|
17
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
+
# source: users/v1/MediumUser.proto
|
|
5
|
+
# Protobuf Python Version: 5.28.3
|
|
6
|
+
"""Generated protocol buffer code."""
|
|
7
|
+
from google.protobuf import descriptor as _descriptor
|
|
8
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
9
|
+
from google.protobuf import runtime_version as _runtime_version
|
|
10
|
+
from google.protobuf import symbol_database as _symbol_database
|
|
11
|
+
from google.protobuf.internal import builder as _builder
|
|
12
|
+
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
|
+
_runtime_version.Domain.PUBLIC,
|
|
14
|
+
5,
|
|
15
|
+
28,
|
|
16
|
+
3,
|
|
17
|
+
'',
|
|
18
|
+
'users/v1/MediumUser.proto'
|
|
19
|
+
)
|
|
20
|
+
# @@protoc_insertion_point(imports)
|
|
21
|
+
|
|
22
|
+
_sym_db = _symbol_database.Default()
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
from google.protobuf import wrappers_pb2 as google_dot_protobuf_dot_wrappers__pb2
|
|
26
|
+
from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x19users/v1/MediumUser.proto\x12\x17\x64iscord_protos.users.v1\x1a\x1egoogle/protobuf/wrappers.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\x9d\x02\n\nMediumUser\x12\n\n\x02id\x18\x01 \x01(\x06\x12\x10\n\x08username\x18\x02 \x01(\t\x12\x15\n\rdiscriminator\x18\x03 \x01(\r\x12\x36\n\x0b\x61vatar_hash\x18\x04 \x01(\x0b\x32\x1c.google.protobuf.StringValueH\x00\x88\x01\x01\x12\x0b\n\x03\x62ot\x18\x05 \x01(\x08\x12\r\n\x05\x66lags\x18\x06 \x01(\x04\x12\x30\n\x05\x65mail\x18\x07 \x01(\x0b\x32\x1c.google.protobuf.StringValueH\x01\x88\x01\x01\x12\x30\n\x05phone\x18\x08 \x01(\x0b\x32\x1c.google.protobuf.StringValueH\x02\x88\x01\x01\x42\x0e\n\x0c_avatar_hashB\x08\n\x06_emailB\x08\n\x06_phoneb\x06proto3')
|
|
30
|
+
|
|
31
|
+
_globals = globals()
|
|
32
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
33
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'users.v1.MediumUser_pb2', _globals)
|
|
34
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
35
|
+
DESCRIPTOR._loaded_options = None
|
|
36
|
+
_globals['_MEDIUMUSER']._serialized_start=120
|
|
37
|
+
_globals['_MEDIUMUSER']._serialized_end=405
|
|
38
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -0,0 +1,137 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
|
|
3
|
+
import "google/protobuf/wrappers.proto";
|
|
4
|
+
import "google/protobuf/timestamp.proto";
|
|
5
|
+
|
|
6
|
+
package discord_protos.users.v1;
|
|
7
|
+
|
|
8
|
+
message User {
|
|
9
|
+
message UserAvatarDecoration {
|
|
10
|
+
string asset = 1;
|
|
11
|
+
optional google.protobuf.UInt64Value sku_id = 2;
|
|
12
|
+
optional google.protobuf.UInt32Value expires_at = 3;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
message UserPrimaryGuild {
|
|
16
|
+
optional google.protobuf.UInt64Value identity_guild_id = 1;
|
|
17
|
+
optional google.protobuf.BoolValue identity_enabled = 2;
|
|
18
|
+
optional google.protobuf.StringValue tag = 3;
|
|
19
|
+
optional google.protobuf.StringValue badge = 4;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
message UserNameplate {
|
|
23
|
+
string asset = 1;
|
|
24
|
+
string palette = 2;
|
|
25
|
+
optional google.protobuf.UInt64Value sku_id = 3;
|
|
26
|
+
optional google.protobuf.Timestamp expires_at = 4;
|
|
27
|
+
string label = 5;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
message UserCollectibles {
|
|
31
|
+
optional UserNameplate nameplate = 1;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
message NormalState {
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
message RestrictedState {
|
|
38
|
+
optional google.protobuf.Timestamp restricted_until = 1;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
message DeferredActionState {
|
|
42
|
+
optional google.protobuf.Timestamp action_deferred_until = 1;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
message TempBannedState {
|
|
46
|
+
optional google.protobuf.Timestamp banned_until = 1;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
message BannedState {
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
enum SafetyStateReason {
|
|
53
|
+
SAFETY_STATE_REASON_REASON_UNSPECIFIED = 0;
|
|
54
|
+
SAFETY_STATE_REASON_DISABLED_SUSPICIOUS_ACTIVITY = 1;
|
|
55
|
+
SAFETY_STATE_REASON_SMITE_REMOVE_EMAIL_VERIFICATION = 2;
|
|
56
|
+
SAFETY_STATE_REASON_USER_REQUIRED_VERIFICATION_INTERVENTIONS_CLIENT = 3;
|
|
57
|
+
SAFETY_STATE_REASON_ACTIVE_ASSIGNMENT_COMPLETED = 4;
|
|
58
|
+
SAFETY_STATE_REASON_ACTIVE_ASSIGNMENT_CREATED = 5;
|
|
59
|
+
SAFETY_STATE_REASON_DEFERRED_ASSIGNMENT_CREATED = 6;
|
|
60
|
+
SAFETY_STATE_REASON_DEFERRED_ASSIGNMENT_UPGRADED_TO_ACTIVE = 7;
|
|
61
|
+
SAFETY_STATE_REASON_DEFERRED_ASSIGNMENT_CANCELLED = 8;
|
|
62
|
+
SAFETY_STATE_REASON_ASSIGNMENT_STATE_REPAIRED = 9;
|
|
63
|
+
SAFETY_STATE_REASON_MANUAL_PERMANENT_BAN = 10;
|
|
64
|
+
SAFETY_STATE_REASON_SAFETY_SYSTEM_UNBAN = 11;
|
|
65
|
+
SAFETY_STATE_REASON_GENERIC_AUTOMATED_SAFETY_ACTION = 12;
|
|
66
|
+
SAFETY_STATE_REASON_GENERIC_MANUAL_SAFETY_ACTION = 13;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
enum SafetyAnnotations {
|
|
70
|
+
SAFETY_ANNOTATIONS_ANNOTATION_UNSPECIFIED = 0;
|
|
71
|
+
SAFETY_ANNOTATIONS_SPAMMER = 1;
|
|
72
|
+
SAFETY_ANNOTATIONS_SELF_DELETED = 2;
|
|
73
|
+
SAFETY_ANNOTATIONS_SELF_DISABLED = 3;
|
|
74
|
+
SAFETY_ANNOTATIONS_UNDERAGE_DELETED = 4;
|
|
75
|
+
SAFETY_ANNOTATIONS_SAFETY_POLICY_VIOLATION = 5;
|
|
76
|
+
SAFETY_ANNOTATIONS_INACTIVITY_DELETED = 6;
|
|
77
|
+
SAFETY_ANNOTATIONS_GENERIC_DELETED = 7;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
message SafetyState {
|
|
81
|
+
oneof state {
|
|
82
|
+
NormalState normal = 101;
|
|
83
|
+
RestrictedState restricted = 102;
|
|
84
|
+
DeferredActionState deferred_action = 103;
|
|
85
|
+
TempBannedState temp_banned = 104;
|
|
86
|
+
BannedState banned = 105;
|
|
87
|
+
}
|
|
88
|
+
SafetyStateReason reason = 1;
|
|
89
|
+
repeated SafetyAnnotations annotations = 2;
|
|
90
|
+
optional google.protobuf.UInt64Value last_mutation_id = 3;
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
enum DisplayNameFont {
|
|
94
|
+
DISPLAY_NAME_FONT_UNSPECIFIED = 0;
|
|
95
|
+
DISPLAY_NAME_FONT_DEFAULT = 11;
|
|
96
|
+
DISPLAY_NAME_FONT_BANGERS = 1;
|
|
97
|
+
DISPLAY_NAME_FONT_BIO_RHYME = 2;
|
|
98
|
+
DISPLAY_NAME_FONT_CHERRY_BOMB = 3;
|
|
99
|
+
DISPLAY_NAME_FONT_CHICLE = 4;
|
|
100
|
+
DISPLAY_NAME_FONT_COMPAGNON = 5;
|
|
101
|
+
DISPLAY_NAME_FONT_MUSEO_MODERNO = 6;
|
|
102
|
+
DISPLAY_NAME_FONT_NEO_CASTEL = 7;
|
|
103
|
+
DISPLAY_NAME_FONT_PIXELIFY = 8;
|
|
104
|
+
DISPLAY_NAME_FONT_RIBES = 9;
|
|
105
|
+
DISPLAY_NAME_FONT_SINISTRE = 10;
|
|
106
|
+
DISPLAY_NAME_FONT_ZILLA_SLAB = 12;
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
enum DisplayNameEffect {
|
|
110
|
+
DISPLAY_NAME_EFFECT_UNSPECIFIED = 0;
|
|
111
|
+
DISPLAY_NAME_EFFECT_SOLID = 1;
|
|
112
|
+
DISPLAY_NAME_EFFECT_GRADIENT = 2;
|
|
113
|
+
DISPLAY_NAME_EFFECT_NEON = 3;
|
|
114
|
+
DISPLAY_NAME_EFFECT_TOON = 4;
|
|
115
|
+
DISPLAY_NAME_EFFECT_POP = 5;
|
|
116
|
+
DISPLAY_NAME_EFFECT_GLOW = 6;
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
message DisplayNameStyles {
|
|
120
|
+
DisplayNameFont font_id = 1;
|
|
121
|
+
DisplayNameEffect effect_id = 2;
|
|
122
|
+
repeated uint32 colors = 3;
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
uint64 id = 1;
|
|
126
|
+
string username = 2;
|
|
127
|
+
string discriminator = 3;
|
|
128
|
+
optional google.protobuf.StringValue avatar = 4;
|
|
129
|
+
bool bot = 5;
|
|
130
|
+
uint64 public_flags = 6;
|
|
131
|
+
optional google.protobuf.StringValue global_name = 8;
|
|
132
|
+
optional UserAvatarDecoration avatar_decoration_data = 9;
|
|
133
|
+
optional UserPrimaryGuild primary_guild = 10;
|
|
134
|
+
optional UserCollectibles collectibles = 11;
|
|
135
|
+
optional SafetyState safety_state = 12;
|
|
136
|
+
optional DisplayNameStyles display_name_styles = 13;
|
|
137
|
+
}
|
|
@@ -0,0 +1,201 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
|
|
3
|
+
import "google/protobuf/wrappers.proto";
|
|
4
|
+
import "google/protobuf/timestamp.proto";
|
|
5
|
+
|
|
6
|
+
package discord_protos.users.v1;
|
|
7
|
+
|
|
8
|
+
message UserData {
|
|
9
|
+
enum UserLinkType {
|
|
10
|
+
USER_LINK_TYPE_UNSPECIFIED = 0;
|
|
11
|
+
USER_LINK_TYPE_PARENT = 1;
|
|
12
|
+
USER_LINK_TYPE_CHILD = 2;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
enum UserLinkStatus {
|
|
16
|
+
USER_LINK_STATUS_UNSPECIFIED = 0;
|
|
17
|
+
USER_LINK_STATUS_PENDING = 1;
|
|
18
|
+
USER_LINK_STATUS_ACTIVE = 2;
|
|
19
|
+
USER_LINK_STATUS_INACTIVE = 3;
|
|
20
|
+
USER_LINK_STATUS_DECLINED = 4;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
message LinkedUser {
|
|
24
|
+
fixed64 user_id = 1;
|
|
25
|
+
UserLinkType link_type = 2;
|
|
26
|
+
UserLinkStatus link_status = 3;
|
|
27
|
+
fixed64 requestor_id = 4;
|
|
28
|
+
optional google.protobuf.Timestamp created_at = 5;
|
|
29
|
+
optional google.protobuf.Timestamp updated_at = 6;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
message RateLimitData {
|
|
33
|
+
optional google.protobuf.Timestamp limit_expiry = 1;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
message FeatureLimits {
|
|
37
|
+
map<uint32, RateLimitData> map = 1;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
message SafetyFlag {
|
|
41
|
+
optional google.protobuf.Timestamp flag_expiry = 1;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
message QuestMetadata {
|
|
45
|
+
uint32 quests_completed = 1;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
message UserPrimaryGuild {
|
|
49
|
+
optional google.protobuf.UInt64Value identity_guild_id = 1;
|
|
50
|
+
optional google.protobuf.BoolValue identity_enabled = 2;
|
|
51
|
+
optional google.protobuf.StringValue tag = 3;
|
|
52
|
+
optional google.protobuf.StringValue badge = 4;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
message CrossPlatformRestriction {
|
|
56
|
+
optional google.protobuf.Timestamp restriction_expiry = 1;
|
|
57
|
+
fixed64 application_id = 2;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
message UserNameplate {
|
|
61
|
+
string asset = 1;
|
|
62
|
+
string palette = 2;
|
|
63
|
+
optional google.protobuf.UInt64Value sku_id = 3;
|
|
64
|
+
optional google.protobuf.Timestamp expires_at = 4;
|
|
65
|
+
string label = 5;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
message UserCollectibles {
|
|
69
|
+
optional UserNameplate nameplate = 1;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
message NormalState {
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
message RestrictedState {
|
|
76
|
+
optional google.protobuf.Timestamp restricted_until = 1;
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
message DeferredActionState {
|
|
80
|
+
optional google.protobuf.Timestamp action_deferred_until = 1;
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
message TempBannedState {
|
|
84
|
+
optional google.protobuf.Timestamp banned_until = 1;
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
message BannedState {
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
enum SafetyStateReason {
|
|
91
|
+
SAFETY_STATE_REASON_REASON_UNSPECIFIED = 0;
|
|
92
|
+
SAFETY_STATE_REASON_DISABLED_SUSPICIOUS_ACTIVITY = 1;
|
|
93
|
+
SAFETY_STATE_REASON_SMITE_REMOVE_EMAIL_VERIFICATION = 2;
|
|
94
|
+
SAFETY_STATE_REASON_USER_REQUIRED_VERIFICATION_INTERVENTIONS_CLIENT = 3;
|
|
95
|
+
SAFETY_STATE_REASON_ACTIVE_ASSIGNMENT_COMPLETED = 4;
|
|
96
|
+
SAFETY_STATE_REASON_ACTIVE_ASSIGNMENT_CREATED = 5;
|
|
97
|
+
SAFETY_STATE_REASON_DEFERRED_ASSIGNMENT_CREATED = 6;
|
|
98
|
+
SAFETY_STATE_REASON_DEFERRED_ASSIGNMENT_UPGRADED_TO_ACTIVE = 7;
|
|
99
|
+
SAFETY_STATE_REASON_DEFERRED_ASSIGNMENT_CANCELLED = 8;
|
|
100
|
+
SAFETY_STATE_REASON_ASSIGNMENT_STATE_REPAIRED = 9;
|
|
101
|
+
SAFETY_STATE_REASON_MANUAL_PERMANENT_BAN = 10;
|
|
102
|
+
SAFETY_STATE_REASON_SAFETY_SYSTEM_UNBAN = 11;
|
|
103
|
+
SAFETY_STATE_REASON_GENERIC_AUTOMATED_SAFETY_ACTION = 12;
|
|
104
|
+
SAFETY_STATE_REASON_GENERIC_MANUAL_SAFETY_ACTION = 13;
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
enum SafetyAnnotations {
|
|
108
|
+
SAFETY_ANNOTATIONS_ANNOTATION_UNSPECIFIED = 0;
|
|
109
|
+
SAFETY_ANNOTATIONS_SPAMMER = 1;
|
|
110
|
+
SAFETY_ANNOTATIONS_SELF_DELETED = 2;
|
|
111
|
+
SAFETY_ANNOTATIONS_SELF_DISABLED = 3;
|
|
112
|
+
SAFETY_ANNOTATIONS_UNDERAGE_DELETED = 4;
|
|
113
|
+
SAFETY_ANNOTATIONS_SAFETY_POLICY_VIOLATION = 5;
|
|
114
|
+
SAFETY_ANNOTATIONS_INACTIVITY_DELETED = 6;
|
|
115
|
+
SAFETY_ANNOTATIONS_GENERIC_DELETED = 7;
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
message SafetyState {
|
|
119
|
+
oneof state {
|
|
120
|
+
NormalState normal = 101;
|
|
121
|
+
RestrictedState restricted = 102;
|
|
122
|
+
DeferredActionState deferred_action = 103;
|
|
123
|
+
TempBannedState temp_banned = 104;
|
|
124
|
+
BannedState banned = 105;
|
|
125
|
+
}
|
|
126
|
+
SafetyStateReason reason = 1;
|
|
127
|
+
repeated SafetyAnnotations annotations = 2;
|
|
128
|
+
optional google.protobuf.UInt64Value last_mutation_id = 3;
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
enum PremiumSource {
|
|
132
|
+
PREMIUM_SOURCE_NONE_UNSPECIFIED = 0;
|
|
133
|
+
PREMIUM_SOURCE_SUBSCRIPTION = 1;
|
|
134
|
+
PREMIUM_SOURCE_FRACTIONAL_NITRO = 2;
|
|
135
|
+
PREMIUM_SOURCE_REVERSE_TRIAL = 3;
|
|
136
|
+
PREMIUM_SOURCE_SUBSCRIPTION_GROUP = 4;
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
enum PremiumSubscriptionType {
|
|
140
|
+
PREMIUM_SUBSCRIPTION_TYPE_NONE_UNSPECIFIED = 0;
|
|
141
|
+
PREMIUM_SUBSCRIPTION_TYPE_BOOST_ONLY = 1;
|
|
142
|
+
PREMIUM_SUBSCRIPTION_TYPE_TIER_0 = 2;
|
|
143
|
+
PREMIUM_SUBSCRIPTION_TYPE_TIER_1 = 3;
|
|
144
|
+
PREMIUM_SUBSCRIPTION_TYPE_TIER_2 = 4;
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
enum PremiumSubscriptionGroupRole {
|
|
148
|
+
PREMIUM_SUBSCRIPTION_GROUP_ROLE_UNSPECIFIED = 0;
|
|
149
|
+
PREMIUM_SUBSCRIPTION_GROUP_ROLE_PRIMARY = 1;
|
|
150
|
+
PREMIUM_SUBSCRIPTION_GROUP_ROLE_MEMBER = 2;
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
message PremiumState {
|
|
154
|
+
PremiumSource premium_source = 1;
|
|
155
|
+
PremiumSubscriptionType premium_subscription_type = 2;
|
|
156
|
+
PremiumSubscriptionGroupRole premium_subscription_group_role = 3;
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
enum DisplayNameFont {
|
|
160
|
+
DISPLAY_NAME_FONT_UNSPECIFIED = 0;
|
|
161
|
+
DISPLAY_NAME_FONT_DEFAULT = 11;
|
|
162
|
+
DISPLAY_NAME_FONT_BANGERS = 1;
|
|
163
|
+
DISPLAY_NAME_FONT_BIO_RHYME = 2;
|
|
164
|
+
DISPLAY_NAME_FONT_CHERRY_BOMB = 3;
|
|
165
|
+
DISPLAY_NAME_FONT_CHICLE = 4;
|
|
166
|
+
DISPLAY_NAME_FONT_COMPAGNON = 5;
|
|
167
|
+
DISPLAY_NAME_FONT_MUSEO_MODERNO = 6;
|
|
168
|
+
DISPLAY_NAME_FONT_NEO_CASTEL = 7;
|
|
169
|
+
DISPLAY_NAME_FONT_PIXELIFY = 8;
|
|
170
|
+
DISPLAY_NAME_FONT_RIBES = 9;
|
|
171
|
+
DISPLAY_NAME_FONT_SINISTRE = 10;
|
|
172
|
+
DISPLAY_NAME_FONT_ZILLA_SLAB = 12;
|
|
173
|
+
}
|
|
174
|
+
|
|
175
|
+
enum DisplayNameEffect {
|
|
176
|
+
DISPLAY_NAME_EFFECT_UNSPECIFIED = 0;
|
|
177
|
+
DISPLAY_NAME_EFFECT_SOLID = 1;
|
|
178
|
+
DISPLAY_NAME_EFFECT_GRADIENT = 2;
|
|
179
|
+
DISPLAY_NAME_EFFECT_NEON = 3;
|
|
180
|
+
DISPLAY_NAME_EFFECT_TOON = 4;
|
|
181
|
+
DISPLAY_NAME_EFFECT_POP = 5;
|
|
182
|
+
DISPLAY_NAME_EFFECT_GLOW = 6;
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
message DisplayNameStyles {
|
|
186
|
+
DisplayNameFont font_id = 1;
|
|
187
|
+
DisplayNameEffect effect_id = 2;
|
|
188
|
+
repeated uint32 colors = 3;
|
|
189
|
+
}
|
|
190
|
+
|
|
191
|
+
map<fixed64, LinkedUser> linked_users = 1;
|
|
192
|
+
map<uint32, FeatureLimits> safety_feature_limits = 2;
|
|
193
|
+
map<uint32, SafetyFlag> safety_flags = 3;
|
|
194
|
+
optional QuestMetadata quest = 4;
|
|
195
|
+
optional UserPrimaryGuild primary_guild = 5;
|
|
196
|
+
optional CrossPlatformRestriction cross_platform_restriction = 6;
|
|
197
|
+
optional UserCollectibles collectibles = 7;
|
|
198
|
+
optional SafetyState safety_state = 8;
|
|
199
|
+
optional PremiumState premium_state = 9;
|
|
200
|
+
optional DisplayNameStyles display_name_styles = 10;
|
|
201
|
+
}
|
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
+
# source: users/v1/UserData.proto
|
|
5
|
+
# Protobuf Python Version: 5.28.3
|
|
6
|
+
"""Generated protocol buffer code."""
|
|
7
|
+
from google.protobuf import descriptor as _descriptor
|
|
8
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
9
|
+
from google.protobuf import runtime_version as _runtime_version
|
|
10
|
+
from google.protobuf import symbol_database as _symbol_database
|
|
11
|
+
from google.protobuf.internal import builder as _builder
|
|
12
|
+
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
|
+
_runtime_version.Domain.PUBLIC,
|
|
14
|
+
5,
|
|
15
|
+
28,
|
|
16
|
+
3,
|
|
17
|
+
'',
|
|
18
|
+
'users/v1/UserData.proto'
|
|
19
|
+
)
|
|
20
|
+
# @@protoc_insertion_point(imports)
|
|
21
|
+
|
|
22
|
+
_sym_db = _symbol_database.Default()
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
from google.protobuf import wrappers_pb2 as google_dot_protobuf_dot_wrappers__pb2
|
|
26
|
+
from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x17users/v1/UserData.proto\x12\x17\x64iscord_protos.users.v1\x1a\x1egoogle/protobuf/wrappers.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\xa6\x35\n\x08UserData\x12H\n\x0clinked_users\x18\x01 \x03(\x0b\x32\x32.discord_protos.users.v1.UserData.LinkedUsersEntry\x12Y\n\x15safety_feature_limits\x18\x02 \x03(\x0b\x32:.discord_protos.users.v1.UserData.SafetyFeatureLimitsEntry\x12H\n\x0csafety_flags\x18\x03 \x03(\x0b\x32\x32.discord_protos.users.v1.UserData.SafetyFlagsEntry\x12\x43\n\x05quest\x18\x04 \x01(\x0b\x32/.discord_protos.users.v1.UserData.QuestMetadataH\x00\x88\x01\x01\x12N\n\rprimary_guild\x18\x05 \x01(\x0b\x32\x32.discord_protos.users.v1.UserData.UserPrimaryGuildH\x01\x88\x01\x01\x12\x63\n\x1a\x63ross_platform_restriction\x18\x06 \x01(\x0b\x32:.discord_protos.users.v1.UserData.CrossPlatformRestrictionH\x02\x88\x01\x01\x12M\n\x0c\x63ollectibles\x18\x07 \x01(\x0b\x32\x32.discord_protos.users.v1.UserData.UserCollectiblesH\x03\x88\x01\x01\x12H\n\x0csafety_state\x18\x08 \x01(\x0b\x32-.discord_protos.users.v1.UserData.SafetyStateH\x04\x88\x01\x01\x12J\n\rpremium_state\x18\t \x01(\x0b\x32..discord_protos.users.v1.UserData.PremiumStateH\x05\x88\x01\x01\x12U\n\x13\x64isplay_name_styles\x18\n \x01(\x0b\x32\x33.discord_protos.users.v1.UserData.DisplayNameStylesH\x06\x88\x01\x01\x1a\xc5\x02\n\nLinkedUser\x12\x0f\n\x07user_id\x18\x01 \x01(\x06\x12\x41\n\tlink_type\x18\x02 \x01(\x0e\x32..discord_protos.users.v1.UserData.UserLinkType\x12\x45\n\x0blink_status\x18\x03 \x01(\x0e\x32\x30.discord_protos.users.v1.UserData.UserLinkStatus\x12\x14\n\x0crequestor_id\x18\x04 \x01(\x06\x12\x33\n\ncreated_at\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x00\x88\x01\x01\x12\x33\n\nupdated_at\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x01\x88\x01\x01\x42\r\n\x0b_created_atB\r\n\x0b_updated_at\x1aW\n\rRateLimitData\x12\x35\n\x0climit_expiry\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x00\x88\x01\x01\x42\x0f\n\r_limit_expiry\x1a\xb3\x01\n\rFeatureLimits\x12\x45\n\x03map\x18\x01 \x03(\x0b\x32\x38.discord_protos.users.v1.UserData.FeatureLimits.MapEntry\x1a[\n\x08MapEntry\x12\x0b\n\x03key\x18\x01 \x01(\r\x12>\n\x05value\x18\x02 \x01(\x0b\x32/.discord_protos.users.v1.UserData.RateLimitData:\x02\x38\x01\x1aR\n\nSafetyFlag\x12\x34\n\x0b\x66lag_expiry\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x00\x88\x01\x01\x42\x0e\n\x0c_flag_expiry\x1a)\n\rQuestMetadata\x12\x18\n\x10quests_completed\x18\x01 \x01(\r\x1a\xaa\x02\n\x10UserPrimaryGuild\x12<\n\x11identity_guild_id\x18\x01 \x01(\x0b\x32\x1c.google.protobuf.UInt64ValueH\x00\x88\x01\x01\x12\x39\n\x10identity_enabled\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\x01\x88\x01\x01\x12.\n\x03tag\x18\x03 \x01(\x0b\x32\x1c.google.protobuf.StringValueH\x02\x88\x01\x01\x12\x30\n\x05\x62\x61\x64ge\x18\x04 \x01(\x0b\x32\x1c.google.protobuf.StringValueH\x03\x88\x01\x01\x42\x14\n\x12_identity_guild_idB\x13\n\x11_identity_enabledB\x06\n\x04_tagB\x08\n\x06_badge\x1a\x86\x01\n\x18\x43rossPlatformRestriction\x12;\n\x12restriction_expiry\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x00\x88\x01\x01\x12\x16\n\x0e\x61pplication_id\x18\x02 \x01(\x06\x42\x15\n\x13_restriction_expiry\x1a\xc0\x01\n\rUserNameplate\x12\r\n\x05\x61sset\x18\x01 \x01(\t\x12\x0f\n\x07palette\x18\x02 \x01(\t\x12\x31\n\x06sku_id\x18\x03 \x01(\x0b\x32\x1c.google.protobuf.UInt64ValueH\x00\x88\x01\x01\x12\x33\n\nexpires_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x01\x88\x01\x01\x12\r\n\x05label\x18\x05 \x01(\tB\t\n\x07_sku_idB\r\n\x0b_expires_at\x1ai\n\x10UserCollectibles\x12G\n\tnameplate\x18\x01 \x01(\x0b\x32/.discord_protos.users.v1.UserData.UserNameplateH\x00\x88\x01\x01\x42\x0c\n\n_nameplate\x1a\r\n\x0bNormalState\x1a\x61\n\x0fRestrictedState\x12\x39\n\x10restricted_until\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x00\x88\x01\x01\x42\x13\n\x11_restricted_until\x1ao\n\x13\x44\x65\x66\x65rredActionState\x12>\n\x15\x61\x63tion_deferred_until\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x00\x88\x01\x01\x42\x18\n\x16_action_deferred_until\x1aY\n\x0fTempBannedState\x12\x35\n\x0c\x62\x61nned_until\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x00\x88\x01\x01\x42\x0f\n\r_banned_until\x1a\r\n\x0b\x42\x61nnedState\x1a\xde\x04\n\x0bSafetyState\x12?\n\x06normal\x18\x65 \x01(\x0b\x32-.discord_protos.users.v1.UserData.NormalStateH\x00\x12G\n\nrestricted\x18\x66 \x01(\x0b\x32\x31.discord_protos.users.v1.UserData.RestrictedStateH\x00\x12P\n\x0f\x64\x65\x66\x65rred_action\x18g \x01(\x0b\x32\x35.discord_protos.users.v1.UserData.DeferredActionStateH\x00\x12H\n\x0btemp_banned\x18h \x01(\x0b\x32\x31.discord_protos.users.v1.UserData.TempBannedStateH\x00\x12?\n\x06\x62\x61nned\x18i \x01(\x0b\x32-.discord_protos.users.v1.UserData.BannedStateH\x00\x12\x43\n\x06reason\x18\x01 \x01(\x0e\x32\x33.discord_protos.users.v1.UserData.SafetyStateReason\x12H\n\x0b\x61nnotations\x18\x02 \x03(\x0e\x32\x33.discord_protos.users.v1.UserData.SafetyAnnotations\x12;\n\x10last_mutation_id\x18\x03 \x01(\x0b\x32\x1c.google.protobuf.UInt64ValueH\x01\x88\x01\x01\x42\x07\n\x05stateB\x13\n\x11_last_mutation_id\x1a\x9e\x02\n\x0cPremiumState\x12G\n\x0epremium_source\x18\x01 \x01(\x0e\x32/.discord_protos.users.v1.UserData.PremiumSource\x12\\\n\x19premium_subscription_type\x18\x02 \x01(\x0e\x32\x39.discord_protos.users.v1.UserData.PremiumSubscriptionType\x12g\n\x1fpremium_subscription_group_role\x18\x03 \x01(\x0e\x32>.discord_protos.users.v1.UserData.PremiumSubscriptionGroupRole\x1a\xaf\x01\n\x11\x44isplayNameStyles\x12\x42\n\x07\x66ont_id\x18\x01 \x01(\x0e\x32\x31.discord_protos.users.v1.UserData.DisplayNameFont\x12\x46\n\teffect_id\x18\x02 \x01(\x0e\x32\x33.discord_protos.users.v1.UserData.DisplayNameEffect\x12\x0e\n\x06\x63olors\x18\x03 \x03(\r\x1a`\n\x10LinkedUsersEntry\x12\x0b\n\x03key\x18\x01 \x01(\x06\x12;\n\x05value\x18\x02 \x01(\x0b\x32,.discord_protos.users.v1.UserData.LinkedUser:\x02\x38\x01\x1ak\n\x18SafetyFeatureLimitsEntry\x12\x0b\n\x03key\x18\x01 \x01(\r\x12>\n\x05value\x18\x02 \x01(\x0b\x32/.discord_protos.users.v1.UserData.FeatureLimits:\x02\x38\x01\x1a`\n\x10SafetyFlagsEntry\x12\x0b\n\x03key\x18\x01 \x01(\r\x12;\n\x05value\x18\x02 \x01(\x0b\x32,.discord_protos.users.v1.UserData.SafetyFlag:\x02\x38\x01\"c\n\x0cUserLinkType\x12\x1e\n\x1aUSER_LINK_TYPE_UNSPECIFIED\x10\x00\x12\x19\n\x15USER_LINK_TYPE_PARENT\x10\x01\x12\x18\n\x14USER_LINK_TYPE_CHILD\x10\x02\"\xab\x01\n\x0eUserLinkStatus\x12 \n\x1cUSER_LINK_STATUS_UNSPECIFIED\x10\x00\x12\x1c\n\x18USER_LINK_STATUS_PENDING\x10\x01\x12\x1b\n\x17USER_LINK_STATUS_ACTIVE\x10\x02\x12\x1d\n\x19USER_LINK_STATUS_INACTIVE\x10\x03\x12\x1d\n\x19USER_LINK_STATUS_DECLINED\x10\x04\"\x88\x06\n\x11SafetyStateReason\x12*\n&SAFETY_STATE_REASON_REASON_UNSPECIFIED\x10\x00\x12\x34\n0SAFETY_STATE_REASON_DISABLED_SUSPICIOUS_ACTIVITY\x10\x01\x12\x37\n3SAFETY_STATE_REASON_SMITE_REMOVE_EMAIL_VERIFICATION\x10\x02\x12G\nCSAFETY_STATE_REASON_USER_REQUIRED_VERIFICATION_INTERVENTIONS_CLIENT\x10\x03\x12\x33\n/SAFETY_STATE_REASON_ACTIVE_ASSIGNMENT_COMPLETED\x10\x04\x12\x31\n-SAFETY_STATE_REASON_ACTIVE_ASSIGNMENT_CREATED\x10\x05\x12\x33\n/SAFETY_STATE_REASON_DEFERRED_ASSIGNMENT_CREATED\x10\x06\x12>\n:SAFETY_STATE_REASON_DEFERRED_ASSIGNMENT_UPGRADED_TO_ACTIVE\x10\x07\x12\x35\n1SAFETY_STATE_REASON_DEFERRED_ASSIGNMENT_CANCELLED\x10\x08\x12\x31\n-SAFETY_STATE_REASON_ASSIGNMENT_STATE_REPAIRED\x10\t\x12,\n(SAFETY_STATE_REASON_MANUAL_PERMANENT_BAN\x10\n\x12+\n\'SAFETY_STATE_REASON_SAFETY_SYSTEM_UNBAN\x10\x0b\x12\x37\n3SAFETY_STATE_REASON_GENERIC_AUTOMATED_SAFETY_ACTION\x10\x0c\x12\x34\n0SAFETY_STATE_REASON_GENERIC_MANUAL_SAFETY_ACTION\x10\r\"\xd9\x02\n\x11SafetyAnnotations\x12-\n)SAFETY_ANNOTATIONS_ANNOTATION_UNSPECIFIED\x10\x00\x12\x1e\n\x1aSAFETY_ANNOTATIONS_SPAMMER\x10\x01\x12#\n\x1fSAFETY_ANNOTATIONS_SELF_DELETED\x10\x02\x12$\n SAFETY_ANNOTATIONS_SELF_DISABLED\x10\x03\x12\'\n#SAFETY_ANNOTATIONS_UNDERAGE_DELETED\x10\x04\x12.\n*SAFETY_ANNOTATIONS_SAFETY_POLICY_VIOLATION\x10\x05\x12)\n%SAFETY_ANNOTATIONS_INACTIVITY_DELETED\x10\x06\x12&\n\"SAFETY_ANNOTATIONS_GENERIC_DELETED\x10\x07\"\xc3\x01\n\rPremiumSource\x12#\n\x1fPREMIUM_SOURCE_NONE_UNSPECIFIED\x10\x00\x12\x1f\n\x1bPREMIUM_SOURCE_SUBSCRIPTION\x10\x01\x12#\n\x1fPREMIUM_SOURCE_FRACTIONAL_NITRO\x10\x02\x12 \n\x1cPREMIUM_SOURCE_REVERSE_TRIAL\x10\x03\x12%\n!PREMIUM_SOURCE_SUBSCRIPTION_GROUP\x10\x04\"\xe5\x01\n\x17PremiumSubscriptionType\x12.\n*PREMIUM_SUBSCRIPTION_TYPE_NONE_UNSPECIFIED\x10\x00\x12(\n$PREMIUM_SUBSCRIPTION_TYPE_BOOST_ONLY\x10\x01\x12$\n PREMIUM_SUBSCRIPTION_TYPE_TIER_0\x10\x02\x12$\n PREMIUM_SUBSCRIPTION_TYPE_TIER_1\x10\x03\x12$\n PREMIUM_SUBSCRIPTION_TYPE_TIER_2\x10\x04\"\xa8\x01\n\x1cPremiumSubscriptionGroupRole\x12/\n+PREMIUM_SUBSCRIPTION_GROUP_ROLE_UNSPECIFIED\x10\x00\x12+\n\'PREMIUM_SUBSCRIPTION_GROUP_ROLE_PRIMARY\x10\x01\x12*\n&PREMIUM_SUBSCRIPTION_GROUP_ROLE_MEMBER\x10\x02\"\xbb\x03\n\x0f\x44isplayNameFont\x12!\n\x1d\x44ISPLAY_NAME_FONT_UNSPECIFIED\x10\x00\x12\x1d\n\x19\x44ISPLAY_NAME_FONT_DEFAULT\x10\x0b\x12\x1d\n\x19\x44ISPLAY_NAME_FONT_BANGERS\x10\x01\x12\x1f\n\x1b\x44ISPLAY_NAME_FONT_BIO_RHYME\x10\x02\x12!\n\x1d\x44ISPLAY_NAME_FONT_CHERRY_BOMB\x10\x03\x12\x1c\n\x18\x44ISPLAY_NAME_FONT_CHICLE\x10\x04\x12\x1f\n\x1b\x44ISPLAY_NAME_FONT_COMPAGNON\x10\x05\x12#\n\x1f\x44ISPLAY_NAME_FONT_MUSEO_MODERNO\x10\x06\x12 \n\x1c\x44ISPLAY_NAME_FONT_NEO_CASTEL\x10\x07\x12\x1e\n\x1a\x44ISPLAY_NAME_FONT_PIXELIFY\x10\x08\x12\x1b\n\x17\x44ISPLAY_NAME_FONT_RIBES\x10\t\x12\x1e\n\x1a\x44ISPLAY_NAME_FONT_SINISTRE\x10\n\x12 \n\x1c\x44ISPLAY_NAME_FONT_ZILLA_SLAB\x10\x0c\"\xf0\x01\n\x11\x44isplayNameEffect\x12#\n\x1f\x44ISPLAY_NAME_EFFECT_UNSPECIFIED\x10\x00\x12\x1d\n\x19\x44ISPLAY_NAME_EFFECT_SOLID\x10\x01\x12 \n\x1c\x44ISPLAY_NAME_EFFECT_GRADIENT\x10\x02\x12\x1c\n\x18\x44ISPLAY_NAME_EFFECT_NEON\x10\x03\x12\x1c\n\x18\x44ISPLAY_NAME_EFFECT_TOON\x10\x04\x12\x1b\n\x17\x44ISPLAY_NAME_EFFECT_POP\x10\x05\x12\x1c\n\x18\x44ISPLAY_NAME_EFFECT_GLOW\x10\x06\x42\x08\n\x06_questB\x10\n\x0e_primary_guildB\x1d\n\x1b_cross_platform_restrictionB\x0f\n\r_collectiblesB\x0f\n\r_safety_stateB\x10\n\x0e_premium_stateB\x16\n\x14_display_name_stylesb\x06proto3')
|
|
30
|
+
|
|
31
|
+
_globals = globals()
|
|
32
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
33
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'users.v1.UserData_pb2', _globals)
|
|
34
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
35
|
+
DESCRIPTOR._loaded_options = None
|
|
36
|
+
_globals['_USERDATA_FEATURELIMITS_MAPENTRY']._loaded_options = None
|
|
37
|
+
_globals['_USERDATA_FEATURELIMITS_MAPENTRY']._serialized_options = b'8\001'
|
|
38
|
+
_globals['_USERDATA_LINKEDUSERSENTRY']._loaded_options = None
|
|
39
|
+
_globals['_USERDATA_LINKEDUSERSENTRY']._serialized_options = b'8\001'
|
|
40
|
+
_globals['_USERDATA_SAFETYFEATURELIMITSENTRY']._loaded_options = None
|
|
41
|
+
_globals['_USERDATA_SAFETYFEATURELIMITSENTRY']._serialized_options = b'8\001'
|
|
42
|
+
_globals['_USERDATA_SAFETYFLAGSENTRY']._loaded_options = None
|
|
43
|
+
_globals['_USERDATA_SAFETYFLAGSENTRY']._serialized_options = b'8\001'
|
|
44
|
+
_globals['_USERDATA']._serialized_start=118
|
|
45
|
+
_globals['_USERDATA']._serialized_end=6940
|
|
46
|
+
_globals['_USERDATA_LINKEDUSER']._serialized_start=936
|
|
47
|
+
_globals['_USERDATA_LINKEDUSER']._serialized_end=1261
|
|
48
|
+
_globals['_USERDATA_RATELIMITDATA']._serialized_start=1263
|
|
49
|
+
_globals['_USERDATA_RATELIMITDATA']._serialized_end=1350
|
|
50
|
+
_globals['_USERDATA_FEATURELIMITS']._serialized_start=1353
|
|
51
|
+
_globals['_USERDATA_FEATURELIMITS']._serialized_end=1532
|
|
52
|
+
_globals['_USERDATA_FEATURELIMITS_MAPENTRY']._serialized_start=1441
|
|
53
|
+
_globals['_USERDATA_FEATURELIMITS_MAPENTRY']._serialized_end=1532
|
|
54
|
+
_globals['_USERDATA_SAFETYFLAG']._serialized_start=1534
|
|
55
|
+
_globals['_USERDATA_SAFETYFLAG']._serialized_end=1616
|
|
56
|
+
_globals['_USERDATA_QUESTMETADATA']._serialized_start=1618
|
|
57
|
+
_globals['_USERDATA_QUESTMETADATA']._serialized_end=1659
|
|
58
|
+
_globals['_USERDATA_USERPRIMARYGUILD']._serialized_start=1662
|
|
59
|
+
_globals['_USERDATA_USERPRIMARYGUILD']._serialized_end=1960
|
|
60
|
+
_globals['_USERDATA_CROSSPLATFORMRESTRICTION']._serialized_start=1963
|
|
61
|
+
_globals['_USERDATA_CROSSPLATFORMRESTRICTION']._serialized_end=2097
|
|
62
|
+
_globals['_USERDATA_USERNAMEPLATE']._serialized_start=2100
|
|
63
|
+
_globals['_USERDATA_USERNAMEPLATE']._serialized_end=2292
|
|
64
|
+
_globals['_USERDATA_USERCOLLECTIBLES']._serialized_start=2294
|
|
65
|
+
_globals['_USERDATA_USERCOLLECTIBLES']._serialized_end=2399
|
|
66
|
+
_globals['_USERDATA_NORMALSTATE']._serialized_start=2401
|
|
67
|
+
_globals['_USERDATA_NORMALSTATE']._serialized_end=2414
|
|
68
|
+
_globals['_USERDATA_RESTRICTEDSTATE']._serialized_start=2416
|
|
69
|
+
_globals['_USERDATA_RESTRICTEDSTATE']._serialized_end=2513
|
|
70
|
+
_globals['_USERDATA_DEFERREDACTIONSTATE']._serialized_start=2515
|
|
71
|
+
_globals['_USERDATA_DEFERREDACTIONSTATE']._serialized_end=2626
|
|
72
|
+
_globals['_USERDATA_TEMPBANNEDSTATE']._serialized_start=2628
|
|
73
|
+
_globals['_USERDATA_TEMPBANNEDSTATE']._serialized_end=2717
|
|
74
|
+
_globals['_USERDATA_BANNEDSTATE']._serialized_start=2719
|
|
75
|
+
_globals['_USERDATA_BANNEDSTATE']._serialized_end=2732
|
|
76
|
+
_globals['_USERDATA_SAFETYSTATE']._serialized_start=2735
|
|
77
|
+
_globals['_USERDATA_SAFETYSTATE']._serialized_end=3341
|
|
78
|
+
_globals['_USERDATA_PREMIUMSTATE']._serialized_start=3344
|
|
79
|
+
_globals['_USERDATA_PREMIUMSTATE']._serialized_end=3630
|
|
80
|
+
_globals['_USERDATA_DISPLAYNAMESTYLES']._serialized_start=3633
|
|
81
|
+
_globals['_USERDATA_DISPLAYNAMESTYLES']._serialized_end=3808
|
|
82
|
+
_globals['_USERDATA_LINKEDUSERSENTRY']._serialized_start=3810
|
|
83
|
+
_globals['_USERDATA_LINKEDUSERSENTRY']._serialized_end=3906
|
|
84
|
+
_globals['_USERDATA_SAFETYFEATURELIMITSENTRY']._serialized_start=3908
|
|
85
|
+
_globals['_USERDATA_SAFETYFEATURELIMITSENTRY']._serialized_end=4015
|
|
86
|
+
_globals['_USERDATA_SAFETYFLAGSENTRY']._serialized_start=4017
|
|
87
|
+
_globals['_USERDATA_SAFETYFLAGSENTRY']._serialized_end=4113
|
|
88
|
+
_globals['_USERDATA_USERLINKTYPE']._serialized_start=4115
|
|
89
|
+
_globals['_USERDATA_USERLINKTYPE']._serialized_end=4214
|
|
90
|
+
_globals['_USERDATA_USERLINKSTATUS']._serialized_start=4217
|
|
91
|
+
_globals['_USERDATA_USERLINKSTATUS']._serialized_end=4388
|
|
92
|
+
_globals['_USERDATA_SAFETYSTATEREASON']._serialized_start=4391
|
|
93
|
+
_globals['_USERDATA_SAFETYSTATEREASON']._serialized_end=5167
|
|
94
|
+
_globals['_USERDATA_SAFETYANNOTATIONS']._serialized_start=5170
|
|
95
|
+
_globals['_USERDATA_SAFETYANNOTATIONS']._serialized_end=5515
|
|
96
|
+
_globals['_USERDATA_PREMIUMSOURCE']._serialized_start=5518
|
|
97
|
+
_globals['_USERDATA_PREMIUMSOURCE']._serialized_end=5713
|
|
98
|
+
_globals['_USERDATA_PREMIUMSUBSCRIPTIONTYPE']._serialized_start=5716
|
|
99
|
+
_globals['_USERDATA_PREMIUMSUBSCRIPTIONTYPE']._serialized_end=5945
|
|
100
|
+
_globals['_USERDATA_PREMIUMSUBSCRIPTIONGROUPROLE']._serialized_start=5948
|
|
101
|
+
_globals['_USERDATA_PREMIUMSUBSCRIPTIONGROUPROLE']._serialized_end=6116
|
|
102
|
+
_globals['_USERDATA_DISPLAYNAMEFONT']._serialized_start=6119
|
|
103
|
+
_globals['_USERDATA_DISPLAYNAMEFONT']._serialized_end=6562
|
|
104
|
+
_globals['_USERDATA_DISPLAYNAMEEFFECT']._serialized_start=6565
|
|
105
|
+
_globals['_USERDATA_DISPLAYNAMEEFFECT']._serialized_end=6805
|
|
106
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
+
# source: users/v1/User.proto
|
|
5
|
+
# Protobuf Python Version: 5.28.3
|
|
6
|
+
"""Generated protocol buffer code."""
|
|
7
|
+
from google.protobuf import descriptor as _descriptor
|
|
8
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
9
|
+
from google.protobuf import runtime_version as _runtime_version
|
|
10
|
+
from google.protobuf import symbol_database as _symbol_database
|
|
11
|
+
from google.protobuf.internal import builder as _builder
|
|
12
|
+
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
|
+
_runtime_version.Domain.PUBLIC,
|
|
14
|
+
5,
|
|
15
|
+
28,
|
|
16
|
+
3,
|
|
17
|
+
'',
|
|
18
|
+
'users/v1/User.proto'
|
|
19
|
+
)
|
|
20
|
+
# @@protoc_insertion_point(imports)
|
|
21
|
+
|
|
22
|
+
_sym_db = _symbol_database.Default()
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
from google.protobuf import wrappers_pb2 as google_dot_protobuf_dot_wrappers__pb2
|
|
26
|
+
from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x13users/v1/User.proto\x12\x17\x64iscord_protos.users.v1\x1a\x1egoogle/protobuf/wrappers.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\xab\"\n\x04User\x12\n\n\x02id\x18\x01 \x01(\x04\x12\x10\n\x08username\x18\x02 \x01(\t\x12\x15\n\rdiscriminator\x18\x03 \x01(\t\x12\x31\n\x06\x61vatar\x18\x04 \x01(\x0b\x32\x1c.google.protobuf.StringValueH\x00\x88\x01\x01\x12\x0b\n\x03\x62ot\x18\x05 \x01(\x08\x12\x14\n\x0cpublic_flags\x18\x06 \x01(\x04\x12\x36\n\x0bglobal_name\x18\x08 \x01(\x0b\x32\x1c.google.protobuf.StringValueH\x01\x88\x01\x01\x12W\n\x16\x61vatar_decoration_data\x18\t \x01(\x0b\x32\x32.discord_protos.users.v1.User.UserAvatarDecorationH\x02\x88\x01\x01\x12J\n\rprimary_guild\x18\n \x01(\x0b\x32..discord_protos.users.v1.User.UserPrimaryGuildH\x03\x88\x01\x01\x12I\n\x0c\x63ollectibles\x18\x0b \x01(\x0b\x32..discord_protos.users.v1.User.UserCollectiblesH\x04\x88\x01\x01\x12\x44\n\x0csafety_state\x18\x0c \x01(\x0b\x32).discord_protos.users.v1.User.SafetyStateH\x05\x88\x01\x01\x12Q\n\x13\x64isplay_name_styles\x18\r \x01(\x0b\x32/.discord_protos.users.v1.User.DisplayNameStylesH\x06\x88\x01\x01\x1a\xa9\x01\n\x14UserAvatarDecoration\x12\r\n\x05\x61sset\x18\x01 \x01(\t\x12\x31\n\x06sku_id\x18\x02 \x01(\x0b\x32\x1c.google.protobuf.UInt64ValueH\x00\x88\x01\x01\x12\x35\n\nexpires_at\x18\x03 \x01(\x0b\x32\x1c.google.protobuf.UInt32ValueH\x01\x88\x01\x01\x42\t\n\x07_sku_idB\r\n\x0b_expires_at\x1a\xaa\x02\n\x10UserPrimaryGuild\x12<\n\x11identity_guild_id\x18\x01 \x01(\x0b\x32\x1c.google.protobuf.UInt64ValueH\x00\x88\x01\x01\x12\x39\n\x10identity_enabled\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.BoolValueH\x01\x88\x01\x01\x12.\n\x03tag\x18\x03 \x01(\x0b\x32\x1c.google.protobuf.StringValueH\x02\x88\x01\x01\x12\x30\n\x05\x62\x61\x64ge\x18\x04 \x01(\x0b\x32\x1c.google.protobuf.StringValueH\x03\x88\x01\x01\x42\x14\n\x12_identity_guild_idB\x13\n\x11_identity_enabledB\x06\n\x04_tagB\x08\n\x06_badge\x1a\xc0\x01\n\rUserNameplate\x12\r\n\x05\x61sset\x18\x01 \x01(\t\x12\x0f\n\x07palette\x18\x02 \x01(\t\x12\x31\n\x06sku_id\x18\x03 \x01(\x0b\x32\x1c.google.protobuf.UInt64ValueH\x00\x88\x01\x01\x12\x33\n\nexpires_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x01\x88\x01\x01\x12\r\n\x05label\x18\x05 \x01(\tB\t\n\x07_sku_idB\r\n\x0b_expires_at\x1a\x65\n\x10UserCollectibles\x12\x43\n\tnameplate\x18\x01 \x01(\x0b\x32+.discord_protos.users.v1.User.UserNameplateH\x00\x88\x01\x01\x42\x0c\n\n_nameplate\x1a\r\n\x0bNormalState\x1a\x61\n\x0fRestrictedState\x12\x39\n\x10restricted_until\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x00\x88\x01\x01\x42\x13\n\x11_restricted_until\x1ao\n\x13\x44\x65\x66\x65rredActionState\x12>\n\x15\x61\x63tion_deferred_until\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x00\x88\x01\x01\x42\x18\n\x16_action_deferred_until\x1aY\n\x0fTempBannedState\x12\x35\n\x0c\x62\x61nned_until\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x00\x88\x01\x01\x42\x0f\n\r_banned_until\x1a\r\n\x0b\x42\x61nnedState\x1a\xc2\x04\n\x0bSafetyState\x12;\n\x06normal\x18\x65 \x01(\x0b\x32).discord_protos.users.v1.User.NormalStateH\x00\x12\x43\n\nrestricted\x18\x66 \x01(\x0b\x32-.discord_protos.users.v1.User.RestrictedStateH\x00\x12L\n\x0f\x64\x65\x66\x65rred_action\x18g \x01(\x0b\x32\x31.discord_protos.users.v1.User.DeferredActionStateH\x00\x12\x44\n\x0btemp_banned\x18h \x01(\x0b\x32-.discord_protos.users.v1.User.TempBannedStateH\x00\x12;\n\x06\x62\x61nned\x18i \x01(\x0b\x32).discord_protos.users.v1.User.BannedStateH\x00\x12?\n\x06reason\x18\x01 \x01(\x0e\x32/.discord_protos.users.v1.User.SafetyStateReason\x12\x44\n\x0b\x61nnotations\x18\x02 \x03(\x0e\x32/.discord_protos.users.v1.User.SafetyAnnotations\x12;\n\x10last_mutation_id\x18\x03 \x01(\x0b\x32\x1c.google.protobuf.UInt64ValueH\x01\x88\x01\x01\x42\x07\n\x05stateB\x13\n\x11_last_mutation_id\x1a\xa7\x01\n\x11\x44isplayNameStyles\x12>\n\x07\x66ont_id\x18\x01 \x01(\x0e\x32-.discord_protos.users.v1.User.DisplayNameFont\x12\x42\n\teffect_id\x18\x02 \x01(\x0e\x32/.discord_protos.users.v1.User.DisplayNameEffect\x12\x0e\n\x06\x63olors\x18\x03 \x03(\r\"\x88\x06\n\x11SafetyStateReason\x12*\n&SAFETY_STATE_REASON_REASON_UNSPECIFIED\x10\x00\x12\x34\n0SAFETY_STATE_REASON_DISABLED_SUSPICIOUS_ACTIVITY\x10\x01\x12\x37\n3SAFETY_STATE_REASON_SMITE_REMOVE_EMAIL_VERIFICATION\x10\x02\x12G\nCSAFETY_STATE_REASON_USER_REQUIRED_VERIFICATION_INTERVENTIONS_CLIENT\x10\x03\x12\x33\n/SAFETY_STATE_REASON_ACTIVE_ASSIGNMENT_COMPLETED\x10\x04\x12\x31\n-SAFETY_STATE_REASON_ACTIVE_ASSIGNMENT_CREATED\x10\x05\x12\x33\n/SAFETY_STATE_REASON_DEFERRED_ASSIGNMENT_CREATED\x10\x06\x12>\n:SAFETY_STATE_REASON_DEFERRED_ASSIGNMENT_UPGRADED_TO_ACTIVE\x10\x07\x12\x35\n1SAFETY_STATE_REASON_DEFERRED_ASSIGNMENT_CANCELLED\x10\x08\x12\x31\n-SAFETY_STATE_REASON_ASSIGNMENT_STATE_REPAIRED\x10\t\x12,\n(SAFETY_STATE_REASON_MANUAL_PERMANENT_BAN\x10\n\x12+\n\'SAFETY_STATE_REASON_SAFETY_SYSTEM_UNBAN\x10\x0b\x12\x37\n3SAFETY_STATE_REASON_GENERIC_AUTOMATED_SAFETY_ACTION\x10\x0c\x12\x34\n0SAFETY_STATE_REASON_GENERIC_MANUAL_SAFETY_ACTION\x10\r\"\xd9\x02\n\x11SafetyAnnotations\x12-\n)SAFETY_ANNOTATIONS_ANNOTATION_UNSPECIFIED\x10\x00\x12\x1e\n\x1aSAFETY_ANNOTATIONS_SPAMMER\x10\x01\x12#\n\x1fSAFETY_ANNOTATIONS_SELF_DELETED\x10\x02\x12$\n SAFETY_ANNOTATIONS_SELF_DISABLED\x10\x03\x12\'\n#SAFETY_ANNOTATIONS_UNDERAGE_DELETED\x10\x04\x12.\n*SAFETY_ANNOTATIONS_SAFETY_POLICY_VIOLATION\x10\x05\x12)\n%SAFETY_ANNOTATIONS_INACTIVITY_DELETED\x10\x06\x12&\n\"SAFETY_ANNOTATIONS_GENERIC_DELETED\x10\x07\"\xbb\x03\n\x0f\x44isplayNameFont\x12!\n\x1d\x44ISPLAY_NAME_FONT_UNSPECIFIED\x10\x00\x12\x1d\n\x19\x44ISPLAY_NAME_FONT_DEFAULT\x10\x0b\x12\x1d\n\x19\x44ISPLAY_NAME_FONT_BANGERS\x10\x01\x12\x1f\n\x1b\x44ISPLAY_NAME_FONT_BIO_RHYME\x10\x02\x12!\n\x1d\x44ISPLAY_NAME_FONT_CHERRY_BOMB\x10\x03\x12\x1c\n\x18\x44ISPLAY_NAME_FONT_CHICLE\x10\x04\x12\x1f\n\x1b\x44ISPLAY_NAME_FONT_COMPAGNON\x10\x05\x12#\n\x1f\x44ISPLAY_NAME_FONT_MUSEO_MODERNO\x10\x06\x12 \n\x1c\x44ISPLAY_NAME_FONT_NEO_CASTEL\x10\x07\x12\x1e\n\x1a\x44ISPLAY_NAME_FONT_PIXELIFY\x10\x08\x12\x1b\n\x17\x44ISPLAY_NAME_FONT_RIBES\x10\t\x12\x1e\n\x1a\x44ISPLAY_NAME_FONT_SINISTRE\x10\n\x12 \n\x1c\x44ISPLAY_NAME_FONT_ZILLA_SLAB\x10\x0c\"\xf0\x01\n\x11\x44isplayNameEffect\x12#\n\x1f\x44ISPLAY_NAME_EFFECT_UNSPECIFIED\x10\x00\x12\x1d\n\x19\x44ISPLAY_NAME_EFFECT_SOLID\x10\x01\x12 \n\x1c\x44ISPLAY_NAME_EFFECT_GRADIENT\x10\x02\x12\x1c\n\x18\x44ISPLAY_NAME_EFFECT_NEON\x10\x03\x12\x1c\n\x18\x44ISPLAY_NAME_EFFECT_TOON\x10\x04\x12\x1b\n\x17\x44ISPLAY_NAME_EFFECT_POP\x10\x05\x12\x1c\n\x18\x44ISPLAY_NAME_EFFECT_GLOW\x10\x06\x42\t\n\x07_avatarB\x0e\n\x0c_global_nameB\x19\n\x17_avatar_decoration_dataB\x10\n\x0e_primary_guildB\x0f\n\r_collectiblesB\x0f\n\r_safety_stateB\x16\n\x14_display_name_stylesb\x06proto3')
|
|
30
|
+
|
|
31
|
+
_globals = globals()
|
|
32
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
33
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'users.v1.User_pb2', _globals)
|
|
34
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
35
|
+
DESCRIPTOR._loaded_options = None
|
|
36
|
+
_globals['_USER']._serialized_start=114
|
|
37
|
+
_globals['_USER']._serialized_end=4509
|
|
38
|
+
_globals['_USER_USERAVATARDECORATION']._serialized_start=711
|
|
39
|
+
_globals['_USER_USERAVATARDECORATION']._serialized_end=880
|
|
40
|
+
_globals['_USER_USERPRIMARYGUILD']._serialized_start=883
|
|
41
|
+
_globals['_USER_USERPRIMARYGUILD']._serialized_end=1181
|
|
42
|
+
_globals['_USER_USERNAMEPLATE']._serialized_start=1184
|
|
43
|
+
_globals['_USER_USERNAMEPLATE']._serialized_end=1376
|
|
44
|
+
_globals['_USER_USERCOLLECTIBLES']._serialized_start=1378
|
|
45
|
+
_globals['_USER_USERCOLLECTIBLES']._serialized_end=1479
|
|
46
|
+
_globals['_USER_NORMALSTATE']._serialized_start=1481
|
|
47
|
+
_globals['_USER_NORMALSTATE']._serialized_end=1494
|
|
48
|
+
_globals['_USER_RESTRICTEDSTATE']._serialized_start=1496
|
|
49
|
+
_globals['_USER_RESTRICTEDSTATE']._serialized_end=1593
|
|
50
|
+
_globals['_USER_DEFERREDACTIONSTATE']._serialized_start=1595
|
|
51
|
+
_globals['_USER_DEFERREDACTIONSTATE']._serialized_end=1706
|
|
52
|
+
_globals['_USER_TEMPBANNEDSTATE']._serialized_start=1708
|
|
53
|
+
_globals['_USER_TEMPBANNEDSTATE']._serialized_end=1797
|
|
54
|
+
_globals['_USER_BANNEDSTATE']._serialized_start=1799
|
|
55
|
+
_globals['_USER_BANNEDSTATE']._serialized_end=1812
|
|
56
|
+
_globals['_USER_SAFETYSTATE']._serialized_start=1815
|
|
57
|
+
_globals['_USER_SAFETYSTATE']._serialized_end=2393
|
|
58
|
+
_globals['_USER_DISPLAYNAMESTYLES']._serialized_start=2396
|
|
59
|
+
_globals['_USER_DISPLAYNAMESTYLES']._serialized_end=2563
|
|
60
|
+
_globals['_USER_SAFETYSTATEREASON']._serialized_start=2566
|
|
61
|
+
_globals['_USER_SAFETYSTATEREASON']._serialized_end=3342
|
|
62
|
+
_globals['_USER_SAFETYANNOTATIONS']._serialized_start=3345
|
|
63
|
+
_globals['_USER_SAFETYANNOTATIONS']._serialized_end=3690
|
|
64
|
+
_globals['_USER_DISPLAYNAMEFONT']._serialized_start=3693
|
|
65
|
+
_globals['_USER_DISPLAYNAMEFONT']._serialized_end=4136
|
|
66
|
+
_globals['_USER_DISPLAYNAMEEFFECT']._serialized_start=4139
|
|
67
|
+
_globals['_USER_DISPLAYNAMEEFFECT']._serialized_end=4379
|
|
68
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -904,14 +904,6 @@ export declare enum Experiment_AssignmentMode {
|
|
|
904
904
|
* @generated from protobuf enum value: ASSIGNMENT_MODE_FULL = 0;
|
|
905
905
|
*/
|
|
906
906
|
FULL = 0,
|
|
907
|
-
/**
|
|
908
|
-
* @generated from protobuf enum value: ASSIGNMENT_MODE_DEPRECATED_FORCE_DEFAULT = 1;
|
|
909
|
-
*/
|
|
910
|
-
DEPRECATED_FORCE_DEFAULT = 1,
|
|
911
|
-
/**
|
|
912
|
-
* @generated from protobuf enum value: ASSIGNMENT_MODE_DEPRECATED_OVERRIDE_ONLY = 2;
|
|
913
|
-
*/
|
|
914
|
-
DEPRECATED_OVERRIDE_ONLY = 2,
|
|
915
907
|
/**
|
|
916
908
|
* @generated from protobuf enum value: ASSIGNMENT_MODE_FORCE_CONTROL = 3;
|
|
917
909
|
*/
|
|
@@ -136,14 +136,6 @@ var Experiment_AssignmentMode;
|
|
|
136
136
|
* @generated from protobuf enum value: ASSIGNMENT_MODE_FULL = 0;
|
|
137
137
|
*/
|
|
138
138
|
Experiment_AssignmentMode[Experiment_AssignmentMode["FULL"] = 0] = "FULL";
|
|
139
|
-
/**
|
|
140
|
-
* @generated from protobuf enum value: ASSIGNMENT_MODE_DEPRECATED_FORCE_DEFAULT = 1;
|
|
141
|
-
*/
|
|
142
|
-
Experiment_AssignmentMode[Experiment_AssignmentMode["DEPRECATED_FORCE_DEFAULT"] = 1] = "DEPRECATED_FORCE_DEFAULT";
|
|
143
|
-
/**
|
|
144
|
-
* @generated from protobuf enum value: ASSIGNMENT_MODE_DEPRECATED_OVERRIDE_ONLY = 2;
|
|
145
|
-
*/
|
|
146
|
-
Experiment_AssignmentMode[Experiment_AssignmentMode["DEPRECATED_OVERRIDE_ONLY"] = 2] = "DEPRECATED_OVERRIDE_ONLY";
|
|
147
139
|
/**
|
|
148
140
|
* @generated from protobuf enum value: ASSIGNMENT_MODE_FORCE_CONTROL = 3;
|
|
149
141
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "discord-protos",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.81",
|
|
4
4
|
"description": "A parser for Discord's protobufs",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -21,8 +21,8 @@
|
|
|
21
21
|
},
|
|
22
22
|
"license": "MIT",
|
|
23
23
|
"scripts": {
|
|
24
|
-
"py": "protoc --proto_path=./discord_protos/ --python_out=discord_protos ./discord_protos/discord_users/v1/PreloadedUserSettings.proto ./discord_protos/discord_users/v1/FrecencyUserSettings.proto ./discord_protos/
|
|
25
|
-
"js": "protoc --proto_path=./discord_protos/ --ts_out src/discord_protos ./discord_protos/discord_users/v1/PreloadedUserSettings.proto ./discord_protos/discord_users/v1/FrecencyUserSettings.proto ./discord_protos/
|
|
24
|
+
"py": "protoc --proto_path=./discord_protos/ --python_out=discord_protos ./discord_protos/users/v1/User.proto ./discord_protos/users/v1/MediumUser.proto ./discord_protos/users/v1/UserData.proto ./discord_protos/users/v1/GuildShardingConfig.proto ./discord_protos/discord_users/v1/PreloadedUserSettings.proto ./discord_protos/discord_users/v1/FrecencyUserSettings.proto ./discord_protos/discord_experimentation/v1/Experiment.proto ./discord_protos/discord_kkv_store_value_models/v1/ApplicationUserRoleConnection.proto ./discord_protos/discord_kkv_store_value_models/v1/AcknowledgedApplicationDisclosures.proto ./discord_protos/premium_marketing/v1/PremiumMarketingComponentProperties.proto",
|
|
25
|
+
"js": "protoc --proto_path=./discord_protos/ --ts_out src/discord_protos ./discord_protos/users/v1/User.proto ./discord_protos/users/v1/MediumUser.proto ./discord_protos/users/v1/UserData.proto ./discord_protos/users/v1/GuildShardingConfig.proto ./discord_protos/discord_users/v1/PreloadedUserSettings.proto ./discord_protos/discord_users/v1/FrecencyUserSettings.proto ./discord_protos/discord_experimentation/v1/Experiment.proto ./discord_protos/discord_kkv_store_value_models/v1/ApplicationUserRoleConnection.proto ./discord_protos/discord_kkv_store_value_models/v1/AcknowledgedApplicationDisclosures.proto ./discord_protos/premium_marketing/v1/PremiumMarketingComponentProperties.proto",
|
|
26
26
|
"build": "tsc",
|
|
27
27
|
"load": "npm run build && node dist/load.js"
|
|
28
28
|
},
|