mezon-js-protobuf 1.8.22 → 1.8.24
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/api/api.ts +200 -275
- package/dist/mezon-js-protobuf/api/api.d.ts +129 -148
- package/dist/mezon-js-protobuf/rtapi/realtime.d.ts +695 -593
- package/dist/mezon-js-protobuf.cjs.js +84 -9
- package/dist/mezon-js-protobuf.esm.mjs +84 -9
- package/package.json +1 -1
- package/rtapi/realtime.ts +36 -0
|
@@ -831,6 +831,10 @@ export interface ChannelUpdatedEvent {
|
|
|
831
831
|
active: number;
|
|
832
832
|
/** count message unread */
|
|
833
833
|
count_mess_unread: number;
|
|
834
|
+
/** The users to add. */
|
|
835
|
+
user_ids: string[];
|
|
836
|
+
/** This is the role that needs to be added to the channel */
|
|
837
|
+
role_ids: string[];
|
|
834
838
|
}
|
|
835
839
|
/** Stop receiving status updates for some set of users. */
|
|
836
840
|
export interface StatusUnfollow {
|
|
@@ -1683,6 +1687,8 @@ export declare const Envelope: {
|
|
|
1683
1687
|
age_restricted?: number | undefined;
|
|
1684
1688
|
active?: number | undefined;
|
|
1685
1689
|
count_mess_unread?: number | undefined;
|
|
1690
|
+
user_ids?: string[] | undefined;
|
|
1691
|
+
role_ids?: string[] | undefined;
|
|
1686
1692
|
} | undefined;
|
|
1687
1693
|
last_pin_message_event?: {
|
|
1688
1694
|
clan_id?: string | undefined;
|
|
@@ -2316,6 +2322,8 @@ export declare const Envelope: {
|
|
|
2316
2322
|
welcome_channel_id?: string | undefined;
|
|
2317
2323
|
onboarding_banner?: string | undefined;
|
|
2318
2324
|
clan_order?: number | undefined;
|
|
2325
|
+
is_community?: boolean | undefined;
|
|
2326
|
+
community_banner?: string | undefined;
|
|
2319
2327
|
}[] | undefined;
|
|
2320
2328
|
} | undefined;
|
|
2321
2329
|
list_thread_req?: {
|
|
@@ -2543,6 +2551,7 @@ export declare const Envelope: {
|
|
|
2543
2551
|
clan_nick?: string | undefined;
|
|
2544
2552
|
clan_avatar?: string | undefined;
|
|
2545
2553
|
clan_id?: string | undefined;
|
|
2554
|
+
added_by?: string | undefined;
|
|
2546
2555
|
}[] | undefined;
|
|
2547
2556
|
cursor?: string | undefined;
|
|
2548
2557
|
channel_id?: string | undefined;
|
|
@@ -4687,6 +4696,8 @@ export declare const Envelope: {
|
|
|
4687
4696
|
age_restricted?: number | undefined;
|
|
4688
4697
|
active?: number | undefined;
|
|
4689
4698
|
count_mess_unread?: number | undefined;
|
|
4699
|
+
user_ids?: string[] | undefined;
|
|
4700
|
+
role_ids?: string[] | undefined;
|
|
4690
4701
|
} & {
|
|
4691
4702
|
clan_id?: string | undefined;
|
|
4692
4703
|
category_id?: string | undefined;
|
|
@@ -4705,7 +4716,9 @@ export declare const Envelope: {
|
|
|
4705
4716
|
age_restricted?: number | undefined;
|
|
4706
4717
|
active?: number | undefined;
|
|
4707
4718
|
count_mess_unread?: number | undefined;
|
|
4708
|
-
|
|
4719
|
+
user_ids?: (string[] & string[] & { [K_79 in Exclude<keyof I["channel_updated_event"]["user_ids"], keyof string[]>]: never; }) | undefined;
|
|
4720
|
+
role_ids?: (string[] & string[] & { [K_80 in Exclude<keyof I["channel_updated_event"]["role_ids"], keyof string[]>]: never; }) | undefined;
|
|
4721
|
+
} & { [K_81 in Exclude<keyof I["channel_updated_event"], keyof ChannelUpdatedEvent>]: never; }) | undefined;
|
|
4709
4722
|
last_pin_message_event?: ({
|
|
4710
4723
|
clan_id?: string | undefined;
|
|
4711
4724
|
channel_id?: string | undefined;
|
|
@@ -4736,7 +4749,7 @@ export declare const Envelope: {
|
|
|
4736
4749
|
message_content?: string | undefined;
|
|
4737
4750
|
message_attachment?: string | undefined;
|
|
4738
4751
|
message_created_time?: string | undefined;
|
|
4739
|
-
} & { [
|
|
4752
|
+
} & { [K_82 in Exclude<keyof I["last_pin_message_event"], keyof LastPinMessageEvent>]: never; }) | undefined;
|
|
4740
4753
|
custom_status_event?: ({
|
|
4741
4754
|
clan_id?: string | undefined;
|
|
4742
4755
|
user_id?: string | undefined;
|
|
@@ -4751,7 +4764,7 @@ export declare const Envelope: {
|
|
|
4751
4764
|
status?: string | undefined;
|
|
4752
4765
|
time_reset?: number | undefined;
|
|
4753
4766
|
no_clear?: boolean | undefined;
|
|
4754
|
-
} & { [
|
|
4767
|
+
} & { [K_83 in Exclude<keyof I["custom_status_event"], keyof CustomStatusEvent>]: never; }) | undefined;
|
|
4755
4768
|
user_channel_added_event?: ({
|
|
4756
4769
|
channel_desc?: {
|
|
4757
4770
|
clan_id?: string | undefined;
|
|
@@ -4921,8 +4934,8 @@ export declare const Envelope: {
|
|
|
4921
4934
|
creator_id?: string | undefined;
|
|
4922
4935
|
channel_label?: string | undefined;
|
|
4923
4936
|
channel_private?: number | undefined;
|
|
4924
|
-
channel_avatar?: (string[] & string[] & { [
|
|
4925
|
-
user_id?: (string[] & string[] & { [
|
|
4937
|
+
channel_avatar?: (string[] & string[] & { [K_84 in Exclude<keyof I["user_channel_added_event"]["channel_desc"]["channel_avatar"], keyof string[]>]: never; }) | undefined;
|
|
4938
|
+
user_id?: (string[] & string[] & { [K_85 in Exclude<keyof I["user_channel_added_event"]["channel_desc"]["user_id"], keyof string[]>]: never; }) | undefined;
|
|
4926
4939
|
last_sent_message?: ({
|
|
4927
4940
|
id?: string | undefined;
|
|
4928
4941
|
timestamp_seconds?: number | undefined;
|
|
@@ -4942,8 +4955,8 @@ export declare const Envelope: {
|
|
|
4942
4955
|
reference?: string | undefined;
|
|
4943
4956
|
mention?: string | undefined;
|
|
4944
4957
|
reaction?: string | undefined;
|
|
4945
|
-
repliers?: (string[] & string[] & { [
|
|
4946
|
-
} & { [
|
|
4958
|
+
repliers?: (string[] & string[] & { [K_86 in Exclude<keyof I["user_channel_added_event"]["channel_desc"]["last_sent_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
4959
|
+
} & { [K_87 in Exclude<keyof I["user_channel_added_event"]["channel_desc"]["last_sent_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
4947
4960
|
last_seen_message?: ({
|
|
4948
4961
|
id?: string | undefined;
|
|
4949
4962
|
timestamp_seconds?: number | undefined;
|
|
@@ -4963,27 +4976,27 @@ export declare const Envelope: {
|
|
|
4963
4976
|
reference?: string | undefined;
|
|
4964
4977
|
mention?: string | undefined;
|
|
4965
4978
|
reaction?: string | undefined;
|
|
4966
|
-
repliers?: (string[] & string[] & { [
|
|
4967
|
-
} & { [
|
|
4968
|
-
is_online?: (boolean[] & boolean[] & { [
|
|
4979
|
+
repliers?: (string[] & string[] & { [K_88 in Exclude<keyof I["user_channel_added_event"]["channel_desc"]["last_seen_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
4980
|
+
} & { [K_89 in Exclude<keyof I["user_channel_added_event"]["channel_desc"]["last_seen_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
4981
|
+
is_online?: (boolean[] & boolean[] & { [K_90 in Exclude<keyof I["user_channel_added_event"]["channel_desc"]["is_online"], keyof boolean[]>]: never; }) | undefined;
|
|
4969
4982
|
meeting_code?: string | undefined;
|
|
4970
4983
|
count_mess_unread?: number | undefined;
|
|
4971
4984
|
active?: number | undefined;
|
|
4972
4985
|
last_pin_message?: string | undefined;
|
|
4973
|
-
usernames?: (string[] & string[] & { [
|
|
4986
|
+
usernames?: (string[] & string[] & { [K_91 in Exclude<keyof I["user_channel_added_event"]["channel_desc"]["usernames"], keyof string[]>]: never; }) | undefined;
|
|
4974
4987
|
creator_name?: string | undefined;
|
|
4975
4988
|
create_time_seconds?: number | undefined;
|
|
4976
4989
|
update_time_seconds?: number | undefined;
|
|
4977
|
-
metadata?: (string[] & string[] & { [
|
|
4978
|
-
about_me?: (string[] & string[] & { [
|
|
4990
|
+
metadata?: (string[] & string[] & { [K_92 in Exclude<keyof I["user_channel_added_event"]["channel_desc"]["metadata"], keyof string[]>]: never; }) | undefined;
|
|
4991
|
+
about_me?: (string[] & string[] & { [K_93 in Exclude<keyof I["user_channel_added_event"]["channel_desc"]["about_me"], keyof string[]>]: never; }) | undefined;
|
|
4979
4992
|
clan_name?: string | undefined;
|
|
4980
4993
|
app_id?: string | undefined;
|
|
4981
4994
|
is_mute?: boolean | undefined;
|
|
4982
4995
|
age_restricted?: number | undefined;
|
|
4983
4996
|
topic?: string | undefined;
|
|
4984
4997
|
e2ee?: number | undefined;
|
|
4985
|
-
display_names?: (string[] & string[] & { [
|
|
4986
|
-
} & { [
|
|
4998
|
+
display_names?: (string[] & string[] & { [K_94 in Exclude<keyof I["user_channel_added_event"]["channel_desc"]["display_names"], keyof string[]>]: never; }) | undefined;
|
|
4999
|
+
} & { [K_95 in Exclude<keyof I["user_channel_added_event"]["channel_desc"], keyof ChannelDescription1>]: never; }) | undefined;
|
|
4987
5000
|
users?: ({
|
|
4988
5001
|
user_id?: string | undefined;
|
|
4989
5002
|
username?: string | undefined;
|
|
@@ -5050,7 +5063,7 @@ export declare const Envelope: {
|
|
|
5050
5063
|
device_id?: string | undefined;
|
|
5051
5064
|
token_id?: string | undefined;
|
|
5052
5065
|
platform?: string | undefined;
|
|
5053
|
-
} & { [
|
|
5066
|
+
} & { [K_96 in Exclude<keyof I["user_channel_added_event"]["users"][number]["fcm_tokens"][number], keyof FCMTokens>]: never; })[] & { [K_97 in Exclude<keyof I["user_channel_added_event"]["users"][number]["fcm_tokens"], keyof {
|
|
5054
5067
|
device_id?: string | undefined;
|
|
5055
5068
|
token_id?: string | undefined;
|
|
5056
5069
|
platform?: string | undefined;
|
|
@@ -5058,14 +5071,14 @@ export declare const Envelope: {
|
|
|
5058
5071
|
online?: boolean | undefined;
|
|
5059
5072
|
metadata?: string | undefined;
|
|
5060
5073
|
is_disabled?: boolean | undefined;
|
|
5061
|
-
joined_clans?: (string[] & string[] & { [
|
|
5074
|
+
joined_clans?: (string[] & string[] & { [K_98 in Exclude<keyof I["user_channel_added_event"]["users"][number]["joined_clans"], keyof string[]>]: never; }) | undefined;
|
|
5062
5075
|
pubkey?: string | undefined;
|
|
5063
5076
|
mezon_id?: string | undefined;
|
|
5064
5077
|
app_token?: string | undefined;
|
|
5065
5078
|
app_url?: string | undefined;
|
|
5066
5079
|
is_bot?: boolean | undefined;
|
|
5067
5080
|
voip_token?: string | undefined;
|
|
5068
|
-
} & { [
|
|
5081
|
+
} & { [K_99 in Exclude<keyof I["user_channel_added_event"]["users"][number], keyof UserProfileRedis>]: never; })[] & { [K_100 in Exclude<keyof I["user_channel_added_event"]["users"], keyof {
|
|
5069
5082
|
user_id?: string | undefined;
|
|
5070
5083
|
username?: string | undefined;
|
|
5071
5084
|
avatar?: string | undefined;
|
|
@@ -5134,7 +5147,7 @@ export declare const Envelope: {
|
|
|
5134
5147
|
device_id?: string | undefined;
|
|
5135
5148
|
token_id?: string | undefined;
|
|
5136
5149
|
platform?: string | undefined;
|
|
5137
|
-
} & { [
|
|
5150
|
+
} & { [K_101 in Exclude<keyof I["user_channel_added_event"]["caller"]["fcm_tokens"][number], keyof FCMTokens>]: never; })[] & { [K_102 in Exclude<keyof I["user_channel_added_event"]["caller"]["fcm_tokens"], keyof {
|
|
5138
5151
|
device_id?: string | undefined;
|
|
5139
5152
|
token_id?: string | undefined;
|
|
5140
5153
|
platform?: string | undefined;
|
|
@@ -5142,17 +5155,17 @@ export declare const Envelope: {
|
|
|
5142
5155
|
online?: boolean | undefined;
|
|
5143
5156
|
metadata?: string | undefined;
|
|
5144
5157
|
is_disabled?: boolean | undefined;
|
|
5145
|
-
joined_clans?: (string[] & string[] & { [
|
|
5158
|
+
joined_clans?: (string[] & string[] & { [K_103 in Exclude<keyof I["user_channel_added_event"]["caller"]["joined_clans"], keyof string[]>]: never; }) | undefined;
|
|
5146
5159
|
pubkey?: string | undefined;
|
|
5147
5160
|
mezon_id?: string | undefined;
|
|
5148
5161
|
app_token?: string | undefined;
|
|
5149
5162
|
app_url?: string | undefined;
|
|
5150
5163
|
is_bot?: boolean | undefined;
|
|
5151
5164
|
voip_token?: string | undefined;
|
|
5152
|
-
} & { [
|
|
5165
|
+
} & { [K_104 in Exclude<keyof I["user_channel_added_event"]["caller"], keyof UserProfileRedis>]: never; }) | undefined;
|
|
5153
5166
|
create_time_second?: number | undefined;
|
|
5154
5167
|
active?: number | undefined;
|
|
5155
|
-
} & { [
|
|
5168
|
+
} & { [K_105 in Exclude<keyof I["user_channel_added_event"], keyof UserChannelAdded>]: never; }) | undefined;
|
|
5156
5169
|
user_channel_removed_event?: ({
|
|
5157
5170
|
channel_id?: string | undefined;
|
|
5158
5171
|
user_ids?: string[] | undefined;
|
|
@@ -5161,18 +5174,18 @@ export declare const Envelope: {
|
|
|
5161
5174
|
badge_counts?: number[] | undefined;
|
|
5162
5175
|
} & {
|
|
5163
5176
|
channel_id?: string | undefined;
|
|
5164
|
-
user_ids?: (string[] & string[] & { [
|
|
5177
|
+
user_ids?: (string[] & string[] & { [K_106 in Exclude<keyof I["user_channel_removed_event"]["user_ids"], keyof string[]>]: never; }) | undefined;
|
|
5165
5178
|
channel_type?: number | undefined;
|
|
5166
5179
|
clan_id?: string | undefined;
|
|
5167
|
-
badge_counts?: (number[] & number[] & { [
|
|
5168
|
-
} & { [
|
|
5180
|
+
badge_counts?: (number[] & number[] & { [K_107 in Exclude<keyof I["user_channel_removed_event"]["badge_counts"], keyof number[]>]: never; }) | undefined;
|
|
5181
|
+
} & { [K_108 in Exclude<keyof I["user_channel_removed_event"], keyof UserChannelRemoved>]: never; }) | undefined;
|
|
5169
5182
|
user_clan_removed_event?: ({
|
|
5170
5183
|
clan_id?: string | undefined;
|
|
5171
5184
|
user_ids?: string[] | undefined;
|
|
5172
5185
|
} & {
|
|
5173
5186
|
clan_id?: string | undefined;
|
|
5174
|
-
user_ids?: (string[] & string[] & { [
|
|
5175
|
-
} & { [
|
|
5187
|
+
user_ids?: (string[] & string[] & { [K_109 in Exclude<keyof I["user_clan_removed_event"]["user_ids"], keyof string[]>]: never; }) | undefined;
|
|
5188
|
+
} & { [K_110 in Exclude<keyof I["user_clan_removed_event"], keyof UserClanRemoved>]: never; }) | undefined;
|
|
5176
5189
|
clan_updated_event?: ({
|
|
5177
5190
|
clan_id?: string | undefined;
|
|
5178
5191
|
clan_name?: string | undefined;
|
|
@@ -5191,7 +5204,7 @@ export declare const Envelope: {
|
|
|
5191
5204
|
is_onboarding?: boolean | undefined;
|
|
5192
5205
|
welcome_channel_id?: string | undefined;
|
|
5193
5206
|
onboarding_banner?: string | undefined;
|
|
5194
|
-
} & { [
|
|
5207
|
+
} & { [K_111 in Exclude<keyof I["clan_updated_event"], keyof ClanUpdatedEvent>]: never; }) | undefined;
|
|
5195
5208
|
clan_profile_updated_event?: ({
|
|
5196
5209
|
user_id?: string | undefined;
|
|
5197
5210
|
clan_nick?: string | undefined;
|
|
@@ -5202,7 +5215,7 @@ export declare const Envelope: {
|
|
|
5202
5215
|
clan_nick?: string | undefined;
|
|
5203
5216
|
clan_avatar?: string | undefined;
|
|
5204
5217
|
clan_id?: string | undefined;
|
|
5205
|
-
} & { [
|
|
5218
|
+
} & { [K_112 in Exclude<keyof I["clan_profile_updated_event"], keyof ClanProfileUpdatedEvent>]: never; }) | undefined;
|
|
5206
5219
|
check_name_existed_event?: ({
|
|
5207
5220
|
name?: string | undefined;
|
|
5208
5221
|
condition_id?: string | undefined;
|
|
@@ -5213,7 +5226,7 @@ export declare const Envelope: {
|
|
|
5213
5226
|
condition_id?: string | undefined;
|
|
5214
5227
|
exist?: boolean | undefined;
|
|
5215
5228
|
type?: number | undefined;
|
|
5216
|
-
} & { [
|
|
5229
|
+
} & { [K_113 in Exclude<keyof I["check_name_existed_event"], keyof CheckNameExistedEvent>]: never; }) | undefined;
|
|
5217
5230
|
user_profile_updated_event?: ({
|
|
5218
5231
|
user_id?: string | undefined;
|
|
5219
5232
|
display_name?: string | undefined;
|
|
@@ -5230,7 +5243,7 @@ export declare const Envelope: {
|
|
|
5230
5243
|
channel_id?: string | undefined;
|
|
5231
5244
|
clan_id?: string | undefined;
|
|
5232
5245
|
encrypt_private_key?: string | undefined;
|
|
5233
|
-
} & { [
|
|
5246
|
+
} & { [K_114 in Exclude<keyof I["user_profile_updated_event"], keyof UserProfileUpdatedEvent>]: never; }) | undefined;
|
|
5234
5247
|
add_clan_user_event?: ({
|
|
5235
5248
|
clan_id?: string | undefined;
|
|
5236
5249
|
user?: {
|
|
@@ -5303,7 +5316,7 @@ export declare const Envelope: {
|
|
|
5303
5316
|
device_id?: string | undefined;
|
|
5304
5317
|
token_id?: string | undefined;
|
|
5305
5318
|
platform?: string | undefined;
|
|
5306
|
-
} & { [
|
|
5319
|
+
} & { [K_115 in Exclude<keyof I["add_clan_user_event"]["user"]["fcm_tokens"][number], keyof FCMTokens>]: never; })[] & { [K_116 in Exclude<keyof I["add_clan_user_event"]["user"]["fcm_tokens"], keyof {
|
|
5307
5320
|
device_id?: string | undefined;
|
|
5308
5321
|
token_id?: string | undefined;
|
|
5309
5322
|
platform?: string | undefined;
|
|
@@ -5311,16 +5324,16 @@ export declare const Envelope: {
|
|
|
5311
5324
|
online?: boolean | undefined;
|
|
5312
5325
|
metadata?: string | undefined;
|
|
5313
5326
|
is_disabled?: boolean | undefined;
|
|
5314
|
-
joined_clans?: (string[] & string[] & { [
|
|
5327
|
+
joined_clans?: (string[] & string[] & { [K_117 in Exclude<keyof I["add_clan_user_event"]["user"]["joined_clans"], keyof string[]>]: never; }) | undefined;
|
|
5315
5328
|
pubkey?: string | undefined;
|
|
5316
5329
|
mezon_id?: string | undefined;
|
|
5317
5330
|
app_token?: string | undefined;
|
|
5318
5331
|
app_url?: string | undefined;
|
|
5319
5332
|
is_bot?: boolean | undefined;
|
|
5320
5333
|
voip_token?: string | undefined;
|
|
5321
|
-
} & { [
|
|
5334
|
+
} & { [K_118 in Exclude<keyof I["add_clan_user_event"]["user"], keyof UserProfileRedis>]: never; }) | undefined;
|
|
5322
5335
|
invitor?: string | undefined;
|
|
5323
|
-
} & { [
|
|
5336
|
+
} & { [K_119 in Exclude<keyof I["add_clan_user_event"], keyof AddClanUserEvent>]: never; }) | undefined;
|
|
5324
5337
|
clan_event_created?: ({
|
|
5325
5338
|
title?: string | undefined;
|
|
5326
5339
|
logo?: string | undefined;
|
|
@@ -5374,8 +5387,8 @@ export declare const Envelope: {
|
|
|
5374
5387
|
external_link?: string | undefined;
|
|
5375
5388
|
creator_id?: string | undefined;
|
|
5376
5389
|
event_id?: string | undefined;
|
|
5377
|
-
} & { [
|
|
5378
|
-
} & { [
|
|
5390
|
+
} & { [K_120 in Exclude<keyof I["clan_event_created"]["meet_room"], keyof import("../api/api").GenerateMezonMeetResponse>]: never; }) | undefined;
|
|
5391
|
+
} & { [K_121 in Exclude<keyof I["clan_event_created"], keyof CreateEventRequest>]: never; }) | undefined;
|
|
5379
5392
|
role_assign_event?: ({
|
|
5380
5393
|
ClanId?: string | undefined;
|
|
5381
5394
|
role_id?: string | undefined;
|
|
@@ -5384,16 +5397,16 @@ export declare const Envelope: {
|
|
|
5384
5397
|
} & {
|
|
5385
5398
|
ClanId?: string | undefined;
|
|
5386
5399
|
role_id?: string | undefined;
|
|
5387
|
-
user_ids_assigned?: (string[] & string[] & { [
|
|
5388
|
-
user_ids_removed?: (string[] & string[] & { [
|
|
5389
|
-
} & { [
|
|
5400
|
+
user_ids_assigned?: (string[] & string[] & { [K_122 in Exclude<keyof I["role_assign_event"]["user_ids_assigned"], keyof string[]>]: never; }) | undefined;
|
|
5401
|
+
user_ids_removed?: (string[] & string[] & { [K_123 in Exclude<keyof I["role_assign_event"]["user_ids_removed"], keyof string[]>]: never; }) | undefined;
|
|
5402
|
+
} & { [K_124 in Exclude<keyof I["role_assign_event"], keyof RoleAssignedEvent>]: never; }) | undefined;
|
|
5390
5403
|
clan_deleted_event?: ({
|
|
5391
5404
|
clan_id?: string | undefined;
|
|
5392
5405
|
deletor?: string | undefined;
|
|
5393
5406
|
} & {
|
|
5394
5407
|
clan_id?: string | undefined;
|
|
5395
5408
|
deletor?: string | undefined;
|
|
5396
|
-
} & { [
|
|
5409
|
+
} & { [K_125 in Exclude<keyof I["clan_deleted_event"], keyof ClanDeletedEvent>]: never; }) | undefined;
|
|
5397
5410
|
give_coffee_event?: ({
|
|
5398
5411
|
sender_id?: string | undefined;
|
|
5399
5412
|
receiver_id?: string | undefined;
|
|
@@ -5408,7 +5421,7 @@ export declare const Envelope: {
|
|
|
5408
5421
|
message_ref_id?: string | undefined;
|
|
5409
5422
|
channel_id?: string | undefined;
|
|
5410
5423
|
clan_id?: string | undefined;
|
|
5411
|
-
} & { [
|
|
5424
|
+
} & { [K_126 in Exclude<keyof I["give_coffee_event"], keyof GiveCoffeeEvent>]: never; }) | undefined;
|
|
5412
5425
|
sticker_create_event?: ({
|
|
5413
5426
|
clan_id?: string | undefined;
|
|
5414
5427
|
source?: string | undefined;
|
|
@@ -5427,7 +5440,7 @@ export declare const Envelope: {
|
|
|
5427
5440
|
sticker_id?: string | undefined;
|
|
5428
5441
|
logo?: string | undefined;
|
|
5429
5442
|
clan_name?: string | undefined;
|
|
5430
|
-
} & { [
|
|
5443
|
+
} & { [K_127 in Exclude<keyof I["sticker_create_event"], keyof StickerCreateEvent>]: never; }) | undefined;
|
|
5431
5444
|
sticker_update_event?: ({
|
|
5432
5445
|
shortname?: string | undefined;
|
|
5433
5446
|
sticker_id?: string | undefined;
|
|
@@ -5436,14 +5449,14 @@ export declare const Envelope: {
|
|
|
5436
5449
|
shortname?: string | undefined;
|
|
5437
5450
|
sticker_id?: string | undefined;
|
|
5438
5451
|
user_id?: string | undefined;
|
|
5439
|
-
} & { [
|
|
5452
|
+
} & { [K_128 in Exclude<keyof I["sticker_update_event"], keyof StickerUpdateEvent>]: never; }) | undefined;
|
|
5440
5453
|
sticker_delete_event?: ({
|
|
5441
5454
|
sticker_id?: string | undefined;
|
|
5442
5455
|
user_id?: string | undefined;
|
|
5443
5456
|
} & {
|
|
5444
5457
|
sticker_id?: string | undefined;
|
|
5445
5458
|
user_id?: string | undefined;
|
|
5446
|
-
} & { [
|
|
5459
|
+
} & { [K_129 in Exclude<keyof I["sticker_delete_event"], keyof StickerDeleteEvent>]: never; }) | undefined;
|
|
5447
5460
|
role_event?: ({
|
|
5448
5461
|
role?: {
|
|
5449
5462
|
id?: string | undefined;
|
|
@@ -5581,7 +5594,7 @@ export declare const Envelope: {
|
|
|
5581
5594
|
lang_tag?: string | undefined;
|
|
5582
5595
|
location?: string | undefined;
|
|
5583
5596
|
online?: boolean | undefined;
|
|
5584
|
-
} & { [
|
|
5597
|
+
} & { [K_130 in Exclude<keyof I["role_event"]["role"]["role_user_list"]["role_users"][number], keyof import("../api/api").RoleUserList_RoleUser>]: never; })[] & { [K_131 in Exclude<keyof I["role_event"]["role"]["role_user_list"]["role_users"], keyof {
|
|
5585
5598
|
id?: string | undefined;
|
|
5586
5599
|
username?: string | undefined;
|
|
5587
5600
|
display_name?: string | undefined;
|
|
@@ -5591,7 +5604,7 @@ export declare const Envelope: {
|
|
|
5591
5604
|
online?: boolean | undefined;
|
|
5592
5605
|
}[]>]: never; }) | undefined;
|
|
5593
5606
|
cursor?: string | undefined;
|
|
5594
|
-
} & { [
|
|
5607
|
+
} & { [K_132 in Exclude<keyof I["role_event"]["role"]["role_user_list"], keyof RoleUserList>]: never; }) | undefined;
|
|
5595
5608
|
permission_list?: ({
|
|
5596
5609
|
permissions?: {
|
|
5597
5610
|
id?: string | undefined;
|
|
@@ -5628,7 +5641,7 @@ export declare const Envelope: {
|
|
|
5628
5641
|
active?: number | undefined;
|
|
5629
5642
|
scope?: number | undefined;
|
|
5630
5643
|
level?: number | undefined;
|
|
5631
|
-
} & { [
|
|
5644
|
+
} & { [K_133 in Exclude<keyof I["role_event"]["role"]["permission_list"]["permissions"][number], keyof import("../api/api").Permission>]: never; })[] & { [K_134 in Exclude<keyof I["role_event"]["role"]["permission_list"]["permissions"], keyof {
|
|
5632
5645
|
id?: string | undefined;
|
|
5633
5646
|
title?: string | undefined;
|
|
5634
5647
|
slug?: string | undefined;
|
|
@@ -5638,19 +5651,19 @@ export declare const Envelope: {
|
|
|
5638
5651
|
level?: number | undefined;
|
|
5639
5652
|
}[]>]: never; }) | undefined;
|
|
5640
5653
|
max_level_permission?: number | undefined;
|
|
5641
|
-
} & { [
|
|
5654
|
+
} & { [K_135 in Exclude<keyof I["role_event"]["role"]["permission_list"], keyof PermissionList>]: never; }) | undefined;
|
|
5642
5655
|
role_channel_active?: number | undefined;
|
|
5643
|
-
channel_ids?: (string[] & string[] & { [
|
|
5656
|
+
channel_ids?: (string[] & string[] & { [K_136 in Exclude<keyof I["role_event"]["role"]["channel_ids"], keyof string[]>]: never; }) | undefined;
|
|
5644
5657
|
max_level_permission?: number | undefined;
|
|
5645
5658
|
order_role?: number | undefined;
|
|
5646
|
-
} & { [
|
|
5659
|
+
} & { [K_137 in Exclude<keyof I["role_event"]["role"], keyof Role>]: never; }) | undefined;
|
|
5647
5660
|
status?: number | undefined;
|
|
5648
5661
|
user_id?: string | undefined;
|
|
5649
|
-
user_add_ids?: (string[] & string[] & { [
|
|
5650
|
-
user_remove_ids?: (string[] & string[] & { [
|
|
5651
|
-
active_permission_ids?: (string[] & string[] & { [
|
|
5652
|
-
remove_permission_ids?: (string[] & string[] & { [
|
|
5653
|
-
} & { [
|
|
5662
|
+
user_add_ids?: (string[] & string[] & { [K_138 in Exclude<keyof I["role_event"]["user_add_ids"], keyof string[]>]: never; }) | undefined;
|
|
5663
|
+
user_remove_ids?: (string[] & string[] & { [K_139 in Exclude<keyof I["role_event"]["user_remove_ids"], keyof string[]>]: never; }) | undefined;
|
|
5664
|
+
active_permission_ids?: (string[] & string[] & { [K_140 in Exclude<keyof I["role_event"]["active_permission_ids"], keyof string[]>]: never; }) | undefined;
|
|
5665
|
+
remove_permission_ids?: (string[] & string[] & { [K_141 in Exclude<keyof I["role_event"]["remove_permission_ids"], keyof string[]>]: never; }) | undefined;
|
|
5666
|
+
} & { [K_142 in Exclude<keyof I["role_event"], keyof RoleEvent>]: never; }) | undefined;
|
|
5654
5667
|
event_emoji?: ({
|
|
5655
5668
|
id?: string | undefined;
|
|
5656
5669
|
clan_id?: string | undefined;
|
|
@@ -5673,7 +5686,7 @@ export declare const Envelope: {
|
|
|
5673
5686
|
logo?: string | undefined;
|
|
5674
5687
|
clan_name?: string | undefined;
|
|
5675
5688
|
is_for_sale?: boolean | undefined;
|
|
5676
|
-
} & { [
|
|
5689
|
+
} & { [K_143 in Exclude<keyof I["event_emoji"], keyof EventEmoji>]: never; }) | undefined;
|
|
5677
5690
|
streaming_joined_event?: ({
|
|
5678
5691
|
clan_id?: string | undefined;
|
|
5679
5692
|
clan_name?: string | undefined;
|
|
@@ -5690,7 +5703,7 @@ export declare const Envelope: {
|
|
|
5690
5703
|
user_id?: string | undefined;
|
|
5691
5704
|
streaming_channel_label?: string | undefined;
|
|
5692
5705
|
streaming_channel_id?: string | undefined;
|
|
5693
|
-
} & { [
|
|
5706
|
+
} & { [K_144 in Exclude<keyof I["streaming_joined_event"], keyof StreamingJoinedEvent>]: never; }) | undefined;
|
|
5694
5707
|
streaming_leaved_event?: ({
|
|
5695
5708
|
id?: string | undefined;
|
|
5696
5709
|
clan_id?: string | undefined;
|
|
@@ -5701,7 +5714,7 @@ export declare const Envelope: {
|
|
|
5701
5714
|
clan_id?: string | undefined;
|
|
5702
5715
|
streaming_channel_id?: string | undefined;
|
|
5703
5716
|
streaming_user_id?: string | undefined;
|
|
5704
|
-
} & { [
|
|
5717
|
+
} & { [K_145 in Exclude<keyof I["streaming_leaved_event"], keyof StreamingLeavedEvent>]: never; }) | undefined;
|
|
5705
5718
|
streaming_started_event?: ({
|
|
5706
5719
|
clan_id?: string | undefined;
|
|
5707
5720
|
channel_id?: string | undefined;
|
|
@@ -5712,14 +5725,14 @@ export declare const Envelope: {
|
|
|
5712
5725
|
channel_id?: string | undefined;
|
|
5713
5726
|
streaming_url?: string | undefined;
|
|
5714
5727
|
is_streaming?: boolean | undefined;
|
|
5715
|
-
} & { [
|
|
5728
|
+
} & { [K_146 in Exclude<keyof I["streaming_started_event"], keyof StreamingStartedEvent>]: never; }) | undefined;
|
|
5716
5729
|
streaming_ended_event?: ({
|
|
5717
5730
|
clan_id?: string | undefined;
|
|
5718
5731
|
channel_id?: string | undefined;
|
|
5719
5732
|
} & {
|
|
5720
5733
|
clan_id?: string | undefined;
|
|
5721
5734
|
channel_id?: string | undefined;
|
|
5722
|
-
} & { [
|
|
5735
|
+
} & { [K_147 in Exclude<keyof I["streaming_ended_event"], keyof StreamingEndedEvent>]: never; }) | undefined;
|
|
5723
5736
|
permission_set_event?: ({
|
|
5724
5737
|
caller?: string | undefined;
|
|
5725
5738
|
role_id?: string | undefined;
|
|
@@ -5747,12 +5760,12 @@ export declare const Envelope: {
|
|
|
5747
5760
|
permission_id?: string | undefined;
|
|
5748
5761
|
slug?: string | undefined;
|
|
5749
5762
|
type?: number | undefined;
|
|
5750
|
-
} & { [
|
|
5763
|
+
} & { [K_148 in Exclude<keyof I["permission_set_event"]["permission_updates"][number], keyof PermissionUpdate>]: never; })[] & { [K_149 in Exclude<keyof I["permission_set_event"]["permission_updates"], keyof {
|
|
5751
5764
|
permission_id?: string | undefined;
|
|
5752
5765
|
slug?: string | undefined;
|
|
5753
5766
|
type?: number | undefined;
|
|
5754
5767
|
}[]>]: never; }) | undefined;
|
|
5755
|
-
} & { [
|
|
5768
|
+
} & { [K_150 in Exclude<keyof I["permission_set_event"], keyof PermissionSetEvent>]: never; }) | undefined;
|
|
5756
5769
|
permission_changed_event?: ({
|
|
5757
5770
|
user_id?: string | undefined;
|
|
5758
5771
|
channel_id?: string | undefined;
|
|
@@ -5786,7 +5799,7 @@ export declare const Envelope: {
|
|
|
5786
5799
|
permission_id?: string | undefined;
|
|
5787
5800
|
slug?: string | undefined;
|
|
5788
5801
|
type?: number | undefined;
|
|
5789
|
-
} & { [
|
|
5802
|
+
} & { [K_151 in Exclude<keyof I["permission_changed_event"]["add_permissions"][number], keyof PermissionUpdate>]: never; })[] & { [K_152 in Exclude<keyof I["permission_changed_event"]["add_permissions"], keyof {
|
|
5790
5803
|
permission_id?: string | undefined;
|
|
5791
5804
|
slug?: string | undefined;
|
|
5792
5805
|
type?: number | undefined;
|
|
@@ -5803,7 +5816,7 @@ export declare const Envelope: {
|
|
|
5803
5816
|
permission_id?: string | undefined;
|
|
5804
5817
|
slug?: string | undefined;
|
|
5805
5818
|
type?: number | undefined;
|
|
5806
|
-
} & { [
|
|
5819
|
+
} & { [K_153 in Exclude<keyof I["permission_changed_event"]["remove_permissions"][number], keyof PermissionUpdate>]: never; })[] & { [K_154 in Exclude<keyof I["permission_changed_event"]["remove_permissions"], keyof {
|
|
5807
5820
|
permission_id?: string | undefined;
|
|
5808
5821
|
slug?: string | undefined;
|
|
5809
5822
|
type?: number | undefined;
|
|
@@ -5820,12 +5833,12 @@ export declare const Envelope: {
|
|
|
5820
5833
|
permission_id?: string | undefined;
|
|
5821
5834
|
slug?: string | undefined;
|
|
5822
5835
|
type?: number | undefined;
|
|
5823
|
-
} & { [
|
|
5836
|
+
} & { [K_155 in Exclude<keyof I["permission_changed_event"]["default_permissions"][number], keyof PermissionUpdate>]: never; })[] & { [K_156 in Exclude<keyof I["permission_changed_event"]["default_permissions"], keyof {
|
|
5824
5837
|
permission_id?: string | undefined;
|
|
5825
5838
|
slug?: string | undefined;
|
|
5826
5839
|
type?: number | undefined;
|
|
5827
5840
|
}[]>]: never; }) | undefined;
|
|
5828
|
-
} & { [
|
|
5841
|
+
} & { [K_157 in Exclude<keyof I["permission_changed_event"], keyof PermissionChangedEvent>]: never; }) | undefined;
|
|
5829
5842
|
token_sent_event?: ({
|
|
5830
5843
|
sender_id?: string | undefined;
|
|
5831
5844
|
sender_name?: string | undefined;
|
|
@@ -5842,7 +5855,7 @@ export declare const Envelope: {
|
|
|
5842
5855
|
note?: string | undefined;
|
|
5843
5856
|
extra_attribute?: string | undefined;
|
|
5844
5857
|
transaction_id?: string | undefined;
|
|
5845
|
-
} & { [
|
|
5858
|
+
} & { [K_158 in Exclude<keyof I["token_sent_event"], keyof TokenSentEvent>]: never; }) | undefined;
|
|
5846
5859
|
message_button_clicked?: ({
|
|
5847
5860
|
message_id?: string | undefined;
|
|
5848
5861
|
channel_id?: string | undefined;
|
|
@@ -5857,7 +5870,7 @@ export declare const Envelope: {
|
|
|
5857
5870
|
sender_id?: string | undefined;
|
|
5858
5871
|
user_id?: string | undefined;
|
|
5859
5872
|
extra_data?: string | undefined;
|
|
5860
|
-
} & { [
|
|
5873
|
+
} & { [K_159 in Exclude<keyof I["message_button_clicked"], keyof MessageButtonClicked>]: never; }) | undefined;
|
|
5861
5874
|
unmute_event?: ({
|
|
5862
5875
|
channel_id?: string | undefined;
|
|
5863
5876
|
category_id?: string | undefined;
|
|
@@ -5866,7 +5879,7 @@ export declare const Envelope: {
|
|
|
5866
5879
|
channel_id?: string | undefined;
|
|
5867
5880
|
category_id?: string | undefined;
|
|
5868
5881
|
clan_id?: string | undefined;
|
|
5869
|
-
} & { [
|
|
5882
|
+
} & { [K_160 in Exclude<keyof I["unmute_event"], keyof UnmuteEvent>]: never; }) | undefined;
|
|
5870
5883
|
webrtc_signaling_fwd?: ({
|
|
5871
5884
|
receiver_id?: string | undefined;
|
|
5872
5885
|
data_type?: number | undefined;
|
|
@@ -5879,7 +5892,7 @@ export declare const Envelope: {
|
|
|
5879
5892
|
json_data?: string | undefined;
|
|
5880
5893
|
channel_id?: string | undefined;
|
|
5881
5894
|
caller_id?: string | undefined;
|
|
5882
|
-
} & { [
|
|
5895
|
+
} & { [K_161 in Exclude<keyof I["webrtc_signaling_fwd"], keyof WebrtcSignalingFwd>]: never; }) | undefined;
|
|
5883
5896
|
list_activity?: ({
|
|
5884
5897
|
acts?: {
|
|
5885
5898
|
user_id?: string | undefined;
|
|
@@ -5919,7 +5932,7 @@ export declare const Envelope: {
|
|
|
5919
5932
|
end_time?: Date | undefined;
|
|
5920
5933
|
application_id?: string | undefined;
|
|
5921
5934
|
status?: number | undefined;
|
|
5922
|
-
} & { [
|
|
5935
|
+
} & { [K_162 in Exclude<keyof I["list_activity"]["acts"][number], keyof UserActivity>]: never; })[] & { [K_163 in Exclude<keyof I["list_activity"]["acts"], keyof {
|
|
5923
5936
|
user_id?: string | undefined;
|
|
5924
5937
|
activity_name?: string | undefined;
|
|
5925
5938
|
activity_type?: number | undefined;
|
|
@@ -5929,7 +5942,7 @@ export declare const Envelope: {
|
|
|
5929
5942
|
application_id?: string | undefined;
|
|
5930
5943
|
status?: number | undefined;
|
|
5931
5944
|
}[]>]: never; }) | undefined;
|
|
5932
|
-
} & { [
|
|
5945
|
+
} & { [K_164 in Exclude<keyof I["list_activity"], "acts">]: never; }) | undefined;
|
|
5933
5946
|
dropdown_box_selected?: ({
|
|
5934
5947
|
message_id?: string | undefined;
|
|
5935
5948
|
channel_id?: string | undefined;
|
|
@@ -5943,8 +5956,8 @@ export declare const Envelope: {
|
|
|
5943
5956
|
selectbox_id?: string | undefined;
|
|
5944
5957
|
sender_id?: string | undefined;
|
|
5945
5958
|
user_id?: string | undefined;
|
|
5946
|
-
values?: (string[] & string[] & { [
|
|
5947
|
-
} & { [
|
|
5959
|
+
values?: (string[] & string[] & { [K_165 in Exclude<keyof I["dropdown_box_selected"]["values"], keyof string[]>]: never; }) | undefined;
|
|
5960
|
+
} & { [K_166 in Exclude<keyof I["dropdown_box_selected"], keyof DropdownBoxSelected>]: never; }) | undefined;
|
|
5948
5961
|
incoming_call_push?: ({
|
|
5949
5962
|
receiver_id?: string | undefined;
|
|
5950
5963
|
json_data?: string | undefined;
|
|
@@ -5955,7 +5968,7 @@ export declare const Envelope: {
|
|
|
5955
5968
|
json_data?: string | undefined;
|
|
5956
5969
|
channel_id?: string | undefined;
|
|
5957
5970
|
caller_id?: string | undefined;
|
|
5958
|
-
} & { [
|
|
5971
|
+
} & { [K_167 in Exclude<keyof I["incoming_call_push"], keyof IncomingCallPush>]: never; }) | undefined;
|
|
5959
5972
|
sd_topic_event?: ({
|
|
5960
5973
|
id?: string | undefined;
|
|
5961
5974
|
clan_id?: string | undefined;
|
|
@@ -6027,8 +6040,8 @@ export declare const Envelope: {
|
|
|
6027
6040
|
reference?: string | undefined;
|
|
6028
6041
|
mention?: string | undefined;
|
|
6029
6042
|
reaction?: string | undefined;
|
|
6030
|
-
repliers?: (string[] & string[] & { [
|
|
6031
|
-
} & { [
|
|
6043
|
+
repliers?: (string[] & string[] & { [K_168 in Exclude<keyof I["sd_topic_event"]["last_sent_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
6044
|
+
} & { [K_169 in Exclude<keyof I["sd_topic_event"]["last_sent_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
6032
6045
|
message?: ({
|
|
6033
6046
|
clan_id?: string | undefined;
|
|
6034
6047
|
channel_id?: string | undefined;
|
|
@@ -6085,9 +6098,9 @@ export declare const Envelope: {
|
|
|
6085
6098
|
hide_editted?: boolean | undefined;
|
|
6086
6099
|
is_public?: boolean | undefined;
|
|
6087
6100
|
topic_id?: string | undefined;
|
|
6088
|
-
} & { [
|
|
6089
|
-
} & { [
|
|
6090
|
-
follow_event?: ({} & {} & { [
|
|
6101
|
+
} & { [K_170 in Exclude<keyof I["sd_topic_event"]["message"], keyof ChannelMessage>]: never; }) | undefined;
|
|
6102
|
+
} & { [K_171 in Exclude<keyof I["sd_topic_event"], keyof SdTopicEvent>]: never; }) | undefined;
|
|
6103
|
+
follow_event?: ({} & {} & { [K_172 in Exclude<keyof I["follow_event"], never>]: never; }) | undefined;
|
|
6091
6104
|
channel_app_event?: ({
|
|
6092
6105
|
user_id?: string | undefined;
|
|
6093
6106
|
username?: string | undefined;
|
|
@@ -6100,19 +6113,19 @@ export declare const Envelope: {
|
|
|
6100
6113
|
clan_id?: string | undefined;
|
|
6101
6114
|
channel_id?: string | undefined;
|
|
6102
6115
|
action?: number | undefined;
|
|
6103
|
-
} & { [
|
|
6116
|
+
} & { [K_173 in Exclude<keyof I["channel_app_event"], keyof ChannelAppEvent>]: never; }) | undefined;
|
|
6104
6117
|
user_status_event?: ({
|
|
6105
6118
|
user_id?: string | undefined;
|
|
6106
6119
|
custom_status?: string | undefined;
|
|
6107
6120
|
} & {
|
|
6108
6121
|
user_id?: string | undefined;
|
|
6109
6122
|
custom_status?: string | undefined;
|
|
6110
|
-
} & { [
|
|
6123
|
+
} & { [K_174 in Exclude<keyof I["user_status_event"], keyof UserStatusEvent>]: never; }) | undefined;
|
|
6111
6124
|
remove_friend?: ({
|
|
6112
6125
|
user_id?: string | undefined;
|
|
6113
6126
|
} & {
|
|
6114
6127
|
user_id?: string | undefined;
|
|
6115
|
-
} & { [
|
|
6128
|
+
} & { [K_175 in Exclude<keyof I["remove_friend"], "user_id">]: never; }) | undefined;
|
|
6116
6129
|
webhook_event?: ({
|
|
6117
6130
|
id?: string | undefined;
|
|
6118
6131
|
webhook_name?: string | undefined;
|
|
@@ -6135,7 +6148,7 @@ export declare const Envelope: {
|
|
|
6135
6148
|
update_time?: string | undefined;
|
|
6136
6149
|
avatar?: string | undefined;
|
|
6137
6150
|
status?: number | undefined;
|
|
6138
|
-
} & { [
|
|
6151
|
+
} & { [K_176 in Exclude<keyof I["webhook_event"], keyof Webhook>]: never; }) | undefined;
|
|
6139
6152
|
noti_user_channel?: ({
|
|
6140
6153
|
id?: string | undefined;
|
|
6141
6154
|
notification_setting_type?: number | undefined;
|
|
@@ -6148,7 +6161,7 @@ export declare const Envelope: {
|
|
|
6148
6161
|
time_mute?: Date | undefined;
|
|
6149
6162
|
active?: number | undefined;
|
|
6150
6163
|
channel_id?: string | undefined;
|
|
6151
|
-
} & { [
|
|
6164
|
+
} & { [K_177 in Exclude<keyof I["noti_user_channel"], keyof NotificationUserChannel>]: never; }) | undefined;
|
|
6152
6165
|
join_channel_app_data?: ({
|
|
6153
6166
|
user_id?: string | undefined;
|
|
6154
6167
|
username?: string | undefined;
|
|
@@ -6157,7 +6170,7 @@ export declare const Envelope: {
|
|
|
6157
6170
|
user_id?: string | undefined;
|
|
6158
6171
|
username?: string | undefined;
|
|
6159
6172
|
hash?: string | undefined;
|
|
6160
|
-
} & { [
|
|
6173
|
+
} & { [K_178 in Exclude<keyof I["join_channel_app_data"], keyof JoinChannelAppData>]: never; }) | undefined;
|
|
6161
6174
|
canvas_event?: ({
|
|
6162
6175
|
id?: string | undefined;
|
|
6163
6176
|
title?: string | undefined;
|
|
@@ -6176,7 +6189,7 @@ export declare const Envelope: {
|
|
|
6176
6189
|
is_default?: boolean | undefined;
|
|
6177
6190
|
channel_id?: string | undefined;
|
|
6178
6191
|
status?: number | undefined;
|
|
6179
|
-
} & { [
|
|
6192
|
+
} & { [K_179 in Exclude<keyof I["canvas_event"], keyof ChannelCanvas>]: never; }) | undefined;
|
|
6180
6193
|
unpin_message_event?: ({
|
|
6181
6194
|
id?: string | undefined;
|
|
6182
6195
|
message_id?: string | undefined;
|
|
@@ -6187,7 +6200,7 @@ export declare const Envelope: {
|
|
|
6187
6200
|
message_id?: string | undefined;
|
|
6188
6201
|
channel_id?: string | undefined;
|
|
6189
6202
|
clan_id?: string | undefined;
|
|
6190
|
-
} & { [
|
|
6203
|
+
} & { [K_180 in Exclude<keyof I["unpin_message_event"], keyof UnpinMessageEvent>]: never; }) | undefined;
|
|
6191
6204
|
category_event?: ({
|
|
6192
6205
|
creator_id?: string | undefined;
|
|
6193
6206
|
clan_id?: string | undefined;
|
|
@@ -6200,7 +6213,7 @@ export declare const Envelope: {
|
|
|
6200
6213
|
category_name?: string | undefined;
|
|
6201
6214
|
id?: string | undefined;
|
|
6202
6215
|
status?: number | undefined;
|
|
6203
|
-
} & { [
|
|
6216
|
+
} & { [K_181 in Exclude<keyof I["category_event"], keyof CategoryEvent>]: never; }) | undefined;
|
|
6204
6217
|
handle_participant_meet_state_event?: ({
|
|
6205
6218
|
clan_id?: string | undefined;
|
|
6206
6219
|
channel_id?: string | undefined;
|
|
@@ -6211,12 +6224,12 @@ export declare const Envelope: {
|
|
|
6211
6224
|
channel_id?: string | undefined;
|
|
6212
6225
|
display_name?: string | undefined;
|
|
6213
6226
|
state?: number | undefined;
|
|
6214
|
-
} & { [
|
|
6227
|
+
} & { [K_182 in Exclude<keyof I["handle_participant_meet_state_event"], keyof HandleParticipantMeetStateEvent>]: never; }) | undefined;
|
|
6215
6228
|
delete_account_event?: ({
|
|
6216
6229
|
user_id?: string | undefined;
|
|
6217
6230
|
} & {
|
|
6218
6231
|
user_id?: string | undefined;
|
|
6219
|
-
} & { [
|
|
6232
|
+
} & { [K_183 in Exclude<keyof I["delete_account_event"], "user_id">]: never; }) | undefined;
|
|
6220
6233
|
ephemeral_message_send?: ({
|
|
6221
6234
|
message?: {
|
|
6222
6235
|
clan_id?: string | undefined;
|
|
@@ -6336,7 +6349,7 @@ export declare const Envelope: {
|
|
|
6336
6349
|
create_time?: Date | undefined;
|
|
6337
6350
|
s?: number | undefined;
|
|
6338
6351
|
e?: number | undefined;
|
|
6339
|
-
} & { [
|
|
6352
|
+
} & { [K_184 in Exclude<keyof I["ephemeral_message_send"]["message"]["mentions"][number], keyof MessageMention>]: never; })[] & { [K_185 in Exclude<keyof I["ephemeral_message_send"]["message"]["mentions"], keyof {
|
|
6340
6353
|
id?: string | undefined;
|
|
6341
6354
|
user_id?: string | undefined;
|
|
6342
6355
|
username?: string | undefined;
|
|
@@ -6370,7 +6383,7 @@ export declare const Envelope: {
|
|
|
6370
6383
|
width?: number | undefined;
|
|
6371
6384
|
height?: number | undefined;
|
|
6372
6385
|
thumbnail?: string | undefined;
|
|
6373
|
-
} & { [
|
|
6386
|
+
} & { [K_186 in Exclude<keyof I["ephemeral_message_send"]["message"]["attachments"][number], keyof MessageAttachment>]: never; })[] & { [K_187 in Exclude<keyof I["ephemeral_message_send"]["message"]["attachments"], keyof {
|
|
6374
6387
|
filename?: string | undefined;
|
|
6375
6388
|
size?: number | undefined;
|
|
6376
6389
|
url?: string | undefined;
|
|
@@ -6412,7 +6425,7 @@ export declare const Envelope: {
|
|
|
6412
6425
|
mesages_sender_avatar?: string | undefined;
|
|
6413
6426
|
message_sender_clan_nick?: string | undefined;
|
|
6414
6427
|
message_sender_display_name?: string | undefined;
|
|
6415
|
-
} & { [
|
|
6428
|
+
} & { [K_188 in Exclude<keyof I["ephemeral_message_send"]["message"]["references"][number], keyof MessageRef>]: never; })[] & { [K_189 in Exclude<keyof I["ephemeral_message_send"]["message"]["references"], keyof {
|
|
6416
6429
|
message_id?: string | undefined;
|
|
6417
6430
|
message_ref_id?: string | undefined;
|
|
6418
6431
|
content?: string | undefined;
|
|
@@ -6431,25 +6444,25 @@ export declare const Envelope: {
|
|
|
6431
6444
|
is_public?: boolean | undefined;
|
|
6432
6445
|
code?: number | undefined;
|
|
6433
6446
|
topic_id?: string | undefined;
|
|
6434
|
-
} & { [
|
|
6447
|
+
} & { [K_190 in Exclude<keyof I["ephemeral_message_send"]["message"], keyof ChannelMessageSend>]: never; }) | undefined;
|
|
6435
6448
|
receiver_id?: string | undefined;
|
|
6436
|
-
} & { [
|
|
6449
|
+
} & { [K_191 in Exclude<keyof I["ephemeral_message_send"], keyof EphemeralMessageSend>]: never; }) | undefined;
|
|
6437
6450
|
block_friend?: ({
|
|
6438
6451
|
user_id?: string | undefined;
|
|
6439
6452
|
} & {
|
|
6440
6453
|
user_id?: string | undefined;
|
|
6441
|
-
} & { [
|
|
6454
|
+
} & { [K_192 in Exclude<keyof I["block_friend"], "user_id">]: never; }) | undefined;
|
|
6442
6455
|
voice_reaction_send?: ({
|
|
6443
6456
|
emojis?: string[] | undefined;
|
|
6444
6457
|
channel_id?: string | undefined;
|
|
6445
6458
|
sender_id?: string | undefined;
|
|
6446
6459
|
media_type?: number | undefined;
|
|
6447
6460
|
} & {
|
|
6448
|
-
emojis?: (string[] & string[] & { [
|
|
6461
|
+
emojis?: (string[] & string[] & { [K_193 in Exclude<keyof I["voice_reaction_send"]["emojis"], keyof string[]>]: never; }) | undefined;
|
|
6449
6462
|
channel_id?: string | undefined;
|
|
6450
6463
|
sender_id?: string | undefined;
|
|
6451
6464
|
media_type?: number | undefined;
|
|
6452
|
-
} & { [
|
|
6465
|
+
} & { [K_194 in Exclude<keyof I["voice_reaction_send"], keyof VoiceReactionSend>]: never; }) | undefined;
|
|
6453
6466
|
mark_as_read?: ({
|
|
6454
6467
|
channel_id?: string | undefined;
|
|
6455
6468
|
category_id?: string | undefined;
|
|
@@ -6458,7 +6471,7 @@ export declare const Envelope: {
|
|
|
6458
6471
|
channel_id?: string | undefined;
|
|
6459
6472
|
category_id?: string | undefined;
|
|
6460
6473
|
clan_id?: string | undefined;
|
|
6461
|
-
} & { [
|
|
6474
|
+
} & { [K_195 in Exclude<keyof I["mark_as_read"], keyof MarkAsRead>]: never; }) | undefined;
|
|
6462
6475
|
list_data_socket?: ({
|
|
6463
6476
|
api_name?: string | undefined;
|
|
6464
6477
|
list_clan_req?: {
|
|
@@ -6479,6 +6492,8 @@ export declare const Envelope: {
|
|
|
6479
6492
|
welcome_channel_id?: string | undefined;
|
|
6480
6493
|
onboarding_banner?: string | undefined;
|
|
6481
6494
|
clan_order?: number | undefined;
|
|
6495
|
+
is_community?: boolean | undefined;
|
|
6496
|
+
community_banner?: string | undefined;
|
|
6482
6497
|
}[] | undefined;
|
|
6483
6498
|
} | undefined;
|
|
6484
6499
|
list_thread_req?: {
|
|
@@ -6706,6 +6721,7 @@ export declare const Envelope: {
|
|
|
6706
6721
|
clan_nick?: string | undefined;
|
|
6707
6722
|
clan_avatar?: string | undefined;
|
|
6708
6723
|
clan_id?: string | undefined;
|
|
6724
|
+
added_by?: string | undefined;
|
|
6709
6725
|
}[] | undefined;
|
|
6710
6726
|
cursor?: string | undefined;
|
|
6711
6727
|
channel_id?: string | undefined;
|
|
@@ -7324,7 +7340,7 @@ export declare const Envelope: {
|
|
|
7324
7340
|
limit?: number | undefined;
|
|
7325
7341
|
state?: number | undefined;
|
|
7326
7342
|
cursor?: string | undefined;
|
|
7327
|
-
} & { [
|
|
7343
|
+
} & { [K_196 in Exclude<keyof I["list_data_socket"]["list_clan_req"], keyof ListClanDescRequest>]: never; }) | undefined;
|
|
7328
7344
|
clan_desc_list?: ({
|
|
7329
7345
|
clandesc?: {
|
|
7330
7346
|
creator_id?: string | undefined;
|
|
@@ -7338,6 +7354,8 @@ export declare const Envelope: {
|
|
|
7338
7354
|
welcome_channel_id?: string | undefined;
|
|
7339
7355
|
onboarding_banner?: string | undefined;
|
|
7340
7356
|
clan_order?: number | undefined;
|
|
7357
|
+
is_community?: boolean | undefined;
|
|
7358
|
+
community_banner?: string | undefined;
|
|
7341
7359
|
}[] | undefined;
|
|
7342
7360
|
} & {
|
|
7343
7361
|
clandesc?: ({
|
|
@@ -7352,6 +7370,8 @@ export declare const Envelope: {
|
|
|
7352
7370
|
welcome_channel_id?: string | undefined;
|
|
7353
7371
|
onboarding_banner?: string | undefined;
|
|
7354
7372
|
clan_order?: number | undefined;
|
|
7373
|
+
is_community?: boolean | undefined;
|
|
7374
|
+
community_banner?: string | undefined;
|
|
7355
7375
|
}[] & ({
|
|
7356
7376
|
creator_id?: string | undefined;
|
|
7357
7377
|
clan_name?: string | undefined;
|
|
@@ -7364,6 +7384,8 @@ export declare const Envelope: {
|
|
|
7364
7384
|
welcome_channel_id?: string | undefined;
|
|
7365
7385
|
onboarding_banner?: string | undefined;
|
|
7366
7386
|
clan_order?: number | undefined;
|
|
7387
|
+
is_community?: boolean | undefined;
|
|
7388
|
+
community_banner?: string | undefined;
|
|
7367
7389
|
} & {
|
|
7368
7390
|
creator_id?: string | undefined;
|
|
7369
7391
|
clan_name?: string | undefined;
|
|
@@ -7376,7 +7398,9 @@ export declare const Envelope: {
|
|
|
7376
7398
|
welcome_channel_id?: string | undefined;
|
|
7377
7399
|
onboarding_banner?: string | undefined;
|
|
7378
7400
|
clan_order?: number | undefined;
|
|
7379
|
-
|
|
7401
|
+
is_community?: boolean | undefined;
|
|
7402
|
+
community_banner?: string | undefined;
|
|
7403
|
+
} & { [K_197 in Exclude<keyof I["list_data_socket"]["clan_desc_list"]["clandesc"][number], keyof import("../api/api").ClanDesc>]: never; })[] & { [K_198 in Exclude<keyof I["list_data_socket"]["clan_desc_list"]["clandesc"], keyof {
|
|
7380
7404
|
creator_id?: string | undefined;
|
|
7381
7405
|
clan_name?: string | undefined;
|
|
7382
7406
|
logo?: string | undefined;
|
|
@@ -7388,8 +7412,10 @@ export declare const Envelope: {
|
|
|
7388
7412
|
welcome_channel_id?: string | undefined;
|
|
7389
7413
|
onboarding_banner?: string | undefined;
|
|
7390
7414
|
clan_order?: number | undefined;
|
|
7415
|
+
is_community?: boolean | undefined;
|
|
7416
|
+
community_banner?: string | undefined;
|
|
7391
7417
|
}[]>]: never; }) | undefined;
|
|
7392
|
-
} & { [
|
|
7418
|
+
} & { [K_199 in Exclude<keyof I["list_data_socket"]["clan_desc_list"], "clandesc">]: never; }) | undefined;
|
|
7393
7419
|
list_thread_req?: ({
|
|
7394
7420
|
limit?: number | undefined;
|
|
7395
7421
|
state?: number | undefined;
|
|
@@ -7404,7 +7430,7 @@ export declare const Envelope: {
|
|
|
7404
7430
|
channel_id?: string | undefined;
|
|
7405
7431
|
thread_id?: string | undefined;
|
|
7406
7432
|
page?: number | undefined;
|
|
7407
|
-
} & { [
|
|
7433
|
+
} & { [K_200 in Exclude<keyof I["list_data_socket"]["list_thread_req"], keyof ListThreadRequest>]: never; }) | undefined;
|
|
7408
7434
|
channel_desc_list?: ({
|
|
7409
7435
|
channeldesc?: {
|
|
7410
7436
|
clan_id?: string | undefined;
|
|
@@ -7578,8 +7604,8 @@ export declare const Envelope: {
|
|
|
7578
7604
|
creator_id?: string | undefined;
|
|
7579
7605
|
channel_label?: string | undefined;
|
|
7580
7606
|
channel_private?: number | undefined;
|
|
7581
|
-
channel_avatar?: (string[] & string[] & { [
|
|
7582
|
-
user_id?: (string[] & string[] & { [
|
|
7607
|
+
channel_avatar?: (string[] & string[] & { [K_201 in Exclude<keyof I["list_data_socket"]["channel_desc_list"]["channeldesc"][number]["channel_avatar"], keyof string[]>]: never; }) | undefined;
|
|
7608
|
+
user_id?: (string[] & string[] & { [K_202 in Exclude<keyof I["list_data_socket"]["channel_desc_list"]["channeldesc"][number]["user_id"], keyof string[]>]: never; }) | undefined;
|
|
7583
7609
|
last_sent_message?: ({
|
|
7584
7610
|
id?: string | undefined;
|
|
7585
7611
|
timestamp_seconds?: number | undefined;
|
|
@@ -7599,8 +7625,8 @@ export declare const Envelope: {
|
|
|
7599
7625
|
reference?: string | undefined;
|
|
7600
7626
|
mention?: string | undefined;
|
|
7601
7627
|
reaction?: string | undefined;
|
|
7602
|
-
repliers?: (string[] & string[] & { [
|
|
7603
|
-
} & { [
|
|
7628
|
+
repliers?: (string[] & string[] & { [K_203 in Exclude<keyof I["list_data_socket"]["channel_desc_list"]["channeldesc"][number]["last_sent_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
7629
|
+
} & { [K_204 in Exclude<keyof I["list_data_socket"]["channel_desc_list"]["channeldesc"][number]["last_sent_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
7604
7630
|
last_seen_message?: ({
|
|
7605
7631
|
id?: string | undefined;
|
|
7606
7632
|
timestamp_seconds?: number | undefined;
|
|
@@ -7620,27 +7646,27 @@ export declare const Envelope: {
|
|
|
7620
7646
|
reference?: string | undefined;
|
|
7621
7647
|
mention?: string | undefined;
|
|
7622
7648
|
reaction?: string | undefined;
|
|
7623
|
-
repliers?: (string[] & string[] & { [
|
|
7624
|
-
} & { [
|
|
7625
|
-
is_online?: (boolean[] & boolean[] & { [
|
|
7649
|
+
repliers?: (string[] & string[] & { [K_205 in Exclude<keyof I["list_data_socket"]["channel_desc_list"]["channeldesc"][number]["last_seen_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
7650
|
+
} & { [K_206 in Exclude<keyof I["list_data_socket"]["channel_desc_list"]["channeldesc"][number]["last_seen_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
7651
|
+
is_online?: (boolean[] & boolean[] & { [K_207 in Exclude<keyof I["list_data_socket"]["channel_desc_list"]["channeldesc"][number]["is_online"], keyof boolean[]>]: never; }) | undefined;
|
|
7626
7652
|
meeting_code?: string | undefined;
|
|
7627
7653
|
count_mess_unread?: number | undefined;
|
|
7628
7654
|
active?: number | undefined;
|
|
7629
7655
|
last_pin_message?: string | undefined;
|
|
7630
|
-
usernames?: (string[] & string[] & { [
|
|
7656
|
+
usernames?: (string[] & string[] & { [K_208 in Exclude<keyof I["list_data_socket"]["channel_desc_list"]["channeldesc"][number]["usernames"], keyof string[]>]: never; }) | undefined;
|
|
7631
7657
|
creator_name?: string | undefined;
|
|
7632
7658
|
create_time_seconds?: number | undefined;
|
|
7633
7659
|
update_time_seconds?: number | undefined;
|
|
7634
|
-
metadata?: (string[] & string[] & { [
|
|
7635
|
-
about_me?: (string[] & string[] & { [
|
|
7660
|
+
metadata?: (string[] & string[] & { [K_209 in Exclude<keyof I["list_data_socket"]["channel_desc_list"]["channeldesc"][number]["metadata"], keyof string[]>]: never; }) | undefined;
|
|
7661
|
+
about_me?: (string[] & string[] & { [K_210 in Exclude<keyof I["list_data_socket"]["channel_desc_list"]["channeldesc"][number]["about_me"], keyof string[]>]: never; }) | undefined;
|
|
7636
7662
|
clan_name?: string | undefined;
|
|
7637
7663
|
app_id?: string | undefined;
|
|
7638
7664
|
is_mute?: boolean | undefined;
|
|
7639
7665
|
age_restricted?: number | undefined;
|
|
7640
7666
|
topic?: string | undefined;
|
|
7641
7667
|
e2ee?: number | undefined;
|
|
7642
|
-
display_names?: (string[] & string[] & { [
|
|
7643
|
-
} & { [
|
|
7668
|
+
display_names?: (string[] & string[] & { [K_211 in Exclude<keyof I["list_data_socket"]["channel_desc_list"]["channeldesc"][number]["display_names"], keyof string[]>]: never; }) | undefined;
|
|
7669
|
+
} & { [K_212 in Exclude<keyof I["list_data_socket"]["channel_desc_list"]["channeldesc"][number], keyof ChannelDescription1>]: never; })[] & { [K_213 in Exclude<keyof I["list_data_socket"]["channel_desc_list"]["channeldesc"], keyof {
|
|
7644
7670
|
clan_id?: string | undefined;
|
|
7645
7671
|
parent_id?: string | undefined;
|
|
7646
7672
|
channel_id?: string | undefined;
|
|
@@ -7697,28 +7723,28 @@ export declare const Envelope: {
|
|
|
7697
7723
|
prev_cursor?: string | undefined;
|
|
7698
7724
|
cacheable_cursor?: string | undefined;
|
|
7699
7725
|
page?: number | undefined;
|
|
7700
|
-
} & { [
|
|
7726
|
+
} & { [K_214 in Exclude<keyof I["list_data_socket"]["channel_desc_list"], keyof ChannelDescList>]: never; }) | undefined;
|
|
7701
7727
|
list_channel_users_uc_req?: ({
|
|
7702
7728
|
channel_id?: string | undefined;
|
|
7703
7729
|
limit?: number | undefined;
|
|
7704
7730
|
} & {
|
|
7705
7731
|
channel_id?: string | undefined;
|
|
7706
7732
|
limit?: number | undefined;
|
|
7707
|
-
} & { [
|
|
7733
|
+
} & { [K_215 in Exclude<keyof I["list_data_socket"]["list_channel_users_uc_req"], keyof AllUsersAddChannelRequest>]: never; }) | undefined;
|
|
7708
7734
|
channel_users_uc_list?: ({
|
|
7709
7735
|
channel_id?: string | undefined;
|
|
7710
7736
|
user_ids?: string[] | undefined;
|
|
7711
7737
|
limit?: number | undefined;
|
|
7712
7738
|
} & {
|
|
7713
7739
|
channel_id?: string | undefined;
|
|
7714
|
-
user_ids?: (string[] & string[] & { [
|
|
7740
|
+
user_ids?: (string[] & string[] & { [K_216 in Exclude<keyof I["list_data_socket"]["channel_users_uc_list"]["user_ids"], keyof string[]>]: never; }) | undefined;
|
|
7715
7741
|
limit?: number | undefined;
|
|
7716
|
-
} & { [
|
|
7742
|
+
} & { [K_217 in Exclude<keyof I["list_data_socket"]["channel_users_uc_list"], keyof AllUsersAddChannelResponse>]: never; }) | undefined;
|
|
7717
7743
|
list_channel_detail_req?: ({
|
|
7718
7744
|
channel_id?: string | undefined;
|
|
7719
7745
|
} & {
|
|
7720
7746
|
channel_id?: string | undefined;
|
|
7721
|
-
} & { [
|
|
7747
|
+
} & { [K_218 in Exclude<keyof I["list_data_socket"]["list_channel_detail_req"], "channel_id">]: never; }) | undefined;
|
|
7722
7748
|
channel_desc?: ({
|
|
7723
7749
|
clan_id?: string | undefined;
|
|
7724
7750
|
parent_id?: string | undefined;
|
|
@@ -7781,8 +7807,8 @@ export declare const Envelope: {
|
|
|
7781
7807
|
creator_id?: string | undefined;
|
|
7782
7808
|
channel_label?: string | undefined;
|
|
7783
7809
|
channel_private?: number | undefined;
|
|
7784
|
-
channel_avatar?: (string[] & string[] & { [
|
|
7785
|
-
user_id?: (string[] & string[] & { [
|
|
7810
|
+
channel_avatar?: (string[] & string[] & { [K_219 in Exclude<keyof I["list_data_socket"]["channel_desc"]["channel_avatar"], keyof string[]>]: never; }) | undefined;
|
|
7811
|
+
user_id?: (string[] & string[] & { [K_220 in Exclude<keyof I["list_data_socket"]["channel_desc"]["user_id"], keyof string[]>]: never; }) | undefined;
|
|
7786
7812
|
last_sent_message?: ({
|
|
7787
7813
|
id?: string | undefined;
|
|
7788
7814
|
timestamp_seconds?: number | undefined;
|
|
@@ -7802,8 +7828,8 @@ export declare const Envelope: {
|
|
|
7802
7828
|
reference?: string | undefined;
|
|
7803
7829
|
mention?: string | undefined;
|
|
7804
7830
|
reaction?: string | undefined;
|
|
7805
|
-
repliers?: (string[] & string[] & { [
|
|
7806
|
-
} & { [
|
|
7831
|
+
repliers?: (string[] & string[] & { [K_221 in Exclude<keyof I["list_data_socket"]["channel_desc"]["last_sent_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
7832
|
+
} & { [K_222 in Exclude<keyof I["list_data_socket"]["channel_desc"]["last_sent_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
7807
7833
|
last_seen_message?: ({
|
|
7808
7834
|
id?: string | undefined;
|
|
7809
7835
|
timestamp_seconds?: number | undefined;
|
|
@@ -7823,27 +7849,27 @@ export declare const Envelope: {
|
|
|
7823
7849
|
reference?: string | undefined;
|
|
7824
7850
|
mention?: string | undefined;
|
|
7825
7851
|
reaction?: string | undefined;
|
|
7826
|
-
repliers?: (string[] & string[] & { [
|
|
7827
|
-
} & { [
|
|
7828
|
-
is_online?: (boolean[] & boolean[] & { [
|
|
7852
|
+
repliers?: (string[] & string[] & { [K_223 in Exclude<keyof I["list_data_socket"]["channel_desc"]["last_seen_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
7853
|
+
} & { [K_224 in Exclude<keyof I["list_data_socket"]["channel_desc"]["last_seen_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
7854
|
+
is_online?: (boolean[] & boolean[] & { [K_225 in Exclude<keyof I["list_data_socket"]["channel_desc"]["is_online"], keyof boolean[]>]: never; }) | undefined;
|
|
7829
7855
|
meeting_code?: string | undefined;
|
|
7830
7856
|
count_mess_unread?: number | undefined;
|
|
7831
7857
|
active?: number | undefined;
|
|
7832
7858
|
last_pin_message?: string | undefined;
|
|
7833
|
-
usernames?: (string[] & string[] & { [
|
|
7859
|
+
usernames?: (string[] & string[] & { [K_226 in Exclude<keyof I["list_data_socket"]["channel_desc"]["usernames"], keyof string[]>]: never; }) | undefined;
|
|
7834
7860
|
creator_name?: string | undefined;
|
|
7835
7861
|
create_time_seconds?: number | undefined;
|
|
7836
7862
|
update_time_seconds?: number | undefined;
|
|
7837
|
-
metadata?: (string[] & string[] & { [
|
|
7838
|
-
about_me?: (string[] & string[] & { [
|
|
7863
|
+
metadata?: (string[] & string[] & { [K_227 in Exclude<keyof I["list_data_socket"]["channel_desc"]["metadata"], keyof string[]>]: never; }) | undefined;
|
|
7864
|
+
about_me?: (string[] & string[] & { [K_228 in Exclude<keyof I["list_data_socket"]["channel_desc"]["about_me"], keyof string[]>]: never; }) | undefined;
|
|
7839
7865
|
clan_name?: string | undefined;
|
|
7840
7866
|
app_id?: string | undefined;
|
|
7841
7867
|
is_mute?: boolean | undefined;
|
|
7842
7868
|
age_restricted?: number | undefined;
|
|
7843
7869
|
topic?: string | undefined;
|
|
7844
7870
|
e2ee?: number | undefined;
|
|
7845
|
-
display_names?: (string[] & string[] & { [
|
|
7846
|
-
} & { [
|
|
7871
|
+
display_names?: (string[] & string[] & { [K_229 in Exclude<keyof I["list_data_socket"]["channel_desc"]["display_names"], keyof string[]>]: never; }) | undefined;
|
|
7872
|
+
} & { [K_230 in Exclude<keyof I["list_data_socket"]["channel_desc"], keyof ChannelDescription1>]: never; }) | undefined;
|
|
7847
7873
|
list_channel_req?: ({
|
|
7848
7874
|
limit?: number | undefined;
|
|
7849
7875
|
state?: number | undefined;
|
|
@@ -7856,7 +7882,7 @@ export declare const Envelope: {
|
|
|
7856
7882
|
cursor?: string | undefined;
|
|
7857
7883
|
clan_id?: string | undefined;
|
|
7858
7884
|
channel_type?: number | undefined;
|
|
7859
|
-
} & { [
|
|
7885
|
+
} & { [K_231 in Exclude<keyof I["list_data_socket"]["list_channel_req"], keyof ListChannelDescsRequest>]: never; }) | undefined;
|
|
7860
7886
|
list_channel_message_req?: ({
|
|
7861
7887
|
clan_id?: string | undefined;
|
|
7862
7888
|
channel_id?: string | undefined;
|
|
@@ -7871,7 +7897,7 @@ export declare const Envelope: {
|
|
|
7871
7897
|
limit?: number | undefined;
|
|
7872
7898
|
direction?: number | undefined;
|
|
7873
7899
|
topic_id?: string | undefined;
|
|
7874
|
-
} & { [
|
|
7900
|
+
} & { [K_232 in Exclude<keyof I["list_data_socket"]["list_channel_message_req"], keyof ListChannelMessagesRequest>]: never; }) | undefined;
|
|
7875
7901
|
channel_message_list?: ({
|
|
7876
7902
|
messages?: {
|
|
7877
7903
|
clan_id?: string | undefined;
|
|
@@ -8009,7 +8035,7 @@ export declare const Envelope: {
|
|
|
8009
8035
|
hide_editted?: boolean | undefined;
|
|
8010
8036
|
is_public?: boolean | undefined;
|
|
8011
8037
|
topic_id?: string | undefined;
|
|
8012
|
-
} & { [
|
|
8038
|
+
} & { [K_233 in Exclude<keyof I["list_data_socket"]["channel_message_list"]["messages"][number], keyof ChannelMessage>]: never; })[] & { [K_234 in Exclude<keyof I["list_data_socket"]["channel_message_list"]["messages"], keyof {
|
|
8013
8039
|
clan_id?: string | undefined;
|
|
8014
8040
|
channel_id?: string | undefined;
|
|
8015
8041
|
message_id?: string | undefined;
|
|
@@ -8057,8 +8083,8 @@ export declare const Envelope: {
|
|
|
8057
8083
|
reference?: string | undefined;
|
|
8058
8084
|
mention?: string | undefined;
|
|
8059
8085
|
reaction?: string | undefined;
|
|
8060
|
-
repliers?: (string[] & string[] & { [
|
|
8061
|
-
} & { [
|
|
8086
|
+
repliers?: (string[] & string[] & { [K_235 in Exclude<keyof I["list_data_socket"]["channel_message_list"]["last_seen_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
8087
|
+
} & { [K_236 in Exclude<keyof I["list_data_socket"]["channel_message_list"]["last_seen_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
8062
8088
|
last_sent_message?: ({
|
|
8063
8089
|
id?: string | undefined;
|
|
8064
8090
|
timestamp_seconds?: number | undefined;
|
|
@@ -8078,9 +8104,9 @@ export declare const Envelope: {
|
|
|
8078
8104
|
reference?: string | undefined;
|
|
8079
8105
|
mention?: string | undefined;
|
|
8080
8106
|
reaction?: string | undefined;
|
|
8081
|
-
repliers?: (string[] & string[] & { [
|
|
8082
|
-
} & { [
|
|
8083
|
-
} & { [
|
|
8107
|
+
repliers?: (string[] & string[] & { [K_237 in Exclude<keyof I["list_data_socket"]["channel_message_list"]["last_sent_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
8108
|
+
} & { [K_238 in Exclude<keyof I["list_data_socket"]["channel_message_list"]["last_sent_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
8109
|
+
} & { [K_239 in Exclude<keyof I["list_data_socket"]["channel_message_list"], keyof ChannelMessageList>]: never; }) | undefined;
|
|
8084
8110
|
list_channel_users_req?: ({
|
|
8085
8111
|
clan_id?: string | undefined;
|
|
8086
8112
|
channel_id?: string | undefined;
|
|
@@ -8095,7 +8121,7 @@ export declare const Envelope: {
|
|
|
8095
8121
|
limit?: number | undefined;
|
|
8096
8122
|
state?: number | undefined;
|
|
8097
8123
|
cursor?: string | undefined;
|
|
8098
|
-
} & { [
|
|
8124
|
+
} & { [K_240 in Exclude<keyof I["list_data_socket"]["list_channel_users_req"], keyof ListChannelUsersRequest>]: never; }) | undefined;
|
|
8099
8125
|
voice_user_list?: ({
|
|
8100
8126
|
voice_channel_users?: {
|
|
8101
8127
|
id?: string | undefined;
|
|
@@ -8119,13 +8145,13 @@ export declare const Envelope: {
|
|
|
8119
8145
|
user_id?: string | undefined;
|
|
8120
8146
|
channel_id?: string | undefined;
|
|
8121
8147
|
participant?: string | undefined;
|
|
8122
|
-
} & { [
|
|
8148
|
+
} & { [K_241 in Exclude<keyof I["list_data_socket"]["voice_user_list"]["voice_channel_users"][number], keyof import("../api/api").VoiceChannelUser>]: never; })[] & { [K_242 in Exclude<keyof I["list_data_socket"]["voice_user_list"]["voice_channel_users"], keyof {
|
|
8123
8149
|
id?: string | undefined;
|
|
8124
8150
|
user_id?: string | undefined;
|
|
8125
8151
|
channel_id?: string | undefined;
|
|
8126
8152
|
participant?: string | undefined;
|
|
8127
8153
|
}[]>]: never; }) | undefined;
|
|
8128
|
-
} & { [
|
|
8154
|
+
} & { [K_243 in Exclude<keyof I["list_data_socket"]["voice_user_list"], "voice_channel_users">]: never; }) | undefined;
|
|
8129
8155
|
channel_user_list?: ({
|
|
8130
8156
|
channel_users?: {
|
|
8131
8157
|
user_id?: string | undefined;
|
|
@@ -8135,6 +8161,7 @@ export declare const Envelope: {
|
|
|
8135
8161
|
clan_nick?: string | undefined;
|
|
8136
8162
|
clan_avatar?: string | undefined;
|
|
8137
8163
|
clan_id?: string | undefined;
|
|
8164
|
+
added_by?: string | undefined;
|
|
8138
8165
|
}[] | undefined;
|
|
8139
8166
|
cursor?: string | undefined;
|
|
8140
8167
|
channel_id?: string | undefined;
|
|
@@ -8147,6 +8174,7 @@ export declare const Envelope: {
|
|
|
8147
8174
|
clan_nick?: string | undefined;
|
|
8148
8175
|
clan_avatar?: string | undefined;
|
|
8149
8176
|
clan_id?: string | undefined;
|
|
8177
|
+
added_by?: string | undefined;
|
|
8150
8178
|
}[] & ({
|
|
8151
8179
|
user_id?: string | undefined;
|
|
8152
8180
|
role_id?: string[] | undefined;
|
|
@@ -8155,15 +8183,17 @@ export declare const Envelope: {
|
|
|
8155
8183
|
clan_nick?: string | undefined;
|
|
8156
8184
|
clan_avatar?: string | undefined;
|
|
8157
8185
|
clan_id?: string | undefined;
|
|
8186
|
+
added_by?: string | undefined;
|
|
8158
8187
|
} & {
|
|
8159
8188
|
user_id?: string | undefined;
|
|
8160
|
-
role_id?: (string[] & string[] & { [
|
|
8189
|
+
role_id?: (string[] & string[] & { [K_244 in Exclude<keyof I["list_data_socket"]["channel_user_list"]["channel_users"][number]["role_id"], keyof string[]>]: never; }) | undefined;
|
|
8161
8190
|
id?: string | undefined;
|
|
8162
8191
|
thread_id?: string | undefined;
|
|
8163
8192
|
clan_nick?: string | undefined;
|
|
8164
8193
|
clan_avatar?: string | undefined;
|
|
8165
8194
|
clan_id?: string | undefined;
|
|
8166
|
-
|
|
8195
|
+
added_by?: string | undefined;
|
|
8196
|
+
} & { [K_245 in Exclude<keyof I["list_data_socket"]["channel_user_list"]["channel_users"][number], keyof import("../api/api").ChannelUserList_ChannelUser>]: never; })[] & { [K_246 in Exclude<keyof I["list_data_socket"]["channel_user_list"]["channel_users"], keyof {
|
|
8167
8197
|
user_id?: string | undefined;
|
|
8168
8198
|
role_id?: string[] | undefined;
|
|
8169
8199
|
id?: string | undefined;
|
|
@@ -8171,10 +8201,11 @@ export declare const Envelope: {
|
|
|
8171
8201
|
clan_nick?: string | undefined;
|
|
8172
8202
|
clan_avatar?: string | undefined;
|
|
8173
8203
|
clan_id?: string | undefined;
|
|
8204
|
+
added_by?: string | undefined;
|
|
8174
8205
|
}[]>]: never; }) | undefined;
|
|
8175
8206
|
cursor?: string | undefined;
|
|
8176
8207
|
channel_id?: string | undefined;
|
|
8177
|
-
} & { [
|
|
8208
|
+
} & { [K_247 in Exclude<keyof I["list_data_socket"]["channel_user_list"], keyof ChannelUserList>]: never; }) | undefined;
|
|
8178
8209
|
list_channel_attachment_req?: ({
|
|
8179
8210
|
clan_id?: string | undefined;
|
|
8180
8211
|
channel_id?: string | undefined;
|
|
@@ -8193,7 +8224,7 @@ export declare const Envelope: {
|
|
|
8193
8224
|
before?: string | undefined;
|
|
8194
8225
|
after?: string | undefined;
|
|
8195
8226
|
around?: string | undefined;
|
|
8196
|
-
} & { [
|
|
8227
|
+
} & { [K_248 in Exclude<keyof I["list_data_socket"]["list_channel_attachment_req"], keyof ListChannelAttachmentRequest>]: never; }) | undefined;
|
|
8197
8228
|
channel_attachment_list?: ({
|
|
8198
8229
|
attachments?: {
|
|
8199
8230
|
id?: string | undefined;
|
|
@@ -8241,7 +8272,7 @@ export declare const Envelope: {
|
|
|
8241
8272
|
message_id?: string | undefined;
|
|
8242
8273
|
width?: number | undefined;
|
|
8243
8274
|
height?: number | undefined;
|
|
8244
|
-
} & { [
|
|
8275
|
+
} & { [K_249 in Exclude<keyof I["list_data_socket"]["channel_attachment_list"]["attachments"][number], keyof import("../api/api").ChannelAttachment>]: never; })[] & { [K_250 in Exclude<keyof I["list_data_socket"]["channel_attachment_list"]["attachments"], keyof {
|
|
8245
8276
|
id?: string | undefined;
|
|
8246
8277
|
filename?: string | undefined;
|
|
8247
8278
|
filetype?: string | undefined;
|
|
@@ -8253,14 +8284,14 @@ export declare const Envelope: {
|
|
|
8253
8284
|
width?: number | undefined;
|
|
8254
8285
|
height?: number | undefined;
|
|
8255
8286
|
}[]>]: never; }) | undefined;
|
|
8256
|
-
} & { [
|
|
8287
|
+
} & { [K_251 in Exclude<keyof I["list_data_socket"]["channel_attachment_list"], "attachments">]: never; }) | undefined;
|
|
8257
8288
|
hashtag_dm_req?: ({
|
|
8258
8289
|
user_id?: string[] | undefined;
|
|
8259
8290
|
limit?: number | undefined;
|
|
8260
8291
|
} & {
|
|
8261
|
-
user_id?: (string[] & string[] & { [
|
|
8292
|
+
user_id?: (string[] & string[] & { [K_252 in Exclude<keyof I["list_data_socket"]["hashtag_dm_req"]["user_id"], keyof string[]>]: never; }) | undefined;
|
|
8262
8293
|
limit?: number | undefined;
|
|
8263
|
-
} & { [
|
|
8294
|
+
} & { [K_253 in Exclude<keyof I["list_data_socket"]["hashtag_dm_req"], keyof HashtagDmListRequest>]: never; }) | undefined;
|
|
8264
8295
|
hashtag_dm_list?: ({
|
|
8265
8296
|
hashtag_dm?: {
|
|
8266
8297
|
channel_id?: string | undefined;
|
|
@@ -8300,7 +8331,7 @@ export declare const Envelope: {
|
|
|
8300
8331
|
type?: number | undefined;
|
|
8301
8332
|
channel_private?: number | undefined;
|
|
8302
8333
|
parent_id?: string | undefined;
|
|
8303
|
-
} & { [
|
|
8334
|
+
} & { [K_254 in Exclude<keyof I["list_data_socket"]["hashtag_dm_list"]["hashtag_dm"][number], keyof import("../api/api").HashtagDm>]: never; })[] & { [K_255 in Exclude<keyof I["list_data_socket"]["hashtag_dm_list"]["hashtag_dm"], keyof {
|
|
8304
8335
|
channel_id?: string | undefined;
|
|
8305
8336
|
channel_label?: string | undefined;
|
|
8306
8337
|
clan_id?: string | undefined;
|
|
@@ -8310,7 +8341,7 @@ export declare const Envelope: {
|
|
|
8310
8341
|
channel_private?: number | undefined;
|
|
8311
8342
|
parent_id?: string | undefined;
|
|
8312
8343
|
}[]>]: never; }) | undefined;
|
|
8313
|
-
} & { [
|
|
8344
|
+
} & { [K_256 in Exclude<keyof I["list_data_socket"]["hashtag_dm_list"], "hashtag_dm">]: never; }) | undefined;
|
|
8314
8345
|
channel_setting_req?: ({
|
|
8315
8346
|
clan_id?: string | undefined;
|
|
8316
8347
|
parent_id?: string | undefined;
|
|
@@ -8333,7 +8364,7 @@ export declare const Envelope: {
|
|
|
8333
8364
|
limit?: number | undefined;
|
|
8334
8365
|
page?: number | undefined;
|
|
8335
8366
|
channel_label?: string | undefined;
|
|
8336
|
-
} & { [
|
|
8367
|
+
} & { [K_257 in Exclude<keyof I["list_data_socket"]["channel_setting_req"], keyof ChannelSettingListRequest>]: never; }) | undefined;
|
|
8337
8368
|
channel_setting_list?: ({
|
|
8338
8369
|
clan_id?: string | undefined;
|
|
8339
8370
|
channel_count?: number | undefined;
|
|
@@ -8422,7 +8453,7 @@ export declare const Envelope: {
|
|
|
8422
8453
|
channel_private?: number | undefined;
|
|
8423
8454
|
channel_type?: number | undefined;
|
|
8424
8455
|
active?: number | undefined;
|
|
8425
|
-
user_ids?: (string[] & string[] & { [
|
|
8456
|
+
user_ids?: (string[] & string[] & { [K_258 in Exclude<keyof I["list_data_socket"]["channel_setting_list"]["channel_setting_list"][number]["user_ids"], keyof string[]>]: never; }) | undefined;
|
|
8426
8457
|
message_count?: number | undefined;
|
|
8427
8458
|
last_sent_message?: ({
|
|
8428
8459
|
id?: string | undefined;
|
|
@@ -8443,9 +8474,9 @@ export declare const Envelope: {
|
|
|
8443
8474
|
reference?: string | undefined;
|
|
8444
8475
|
mention?: string | undefined;
|
|
8445
8476
|
reaction?: string | undefined;
|
|
8446
|
-
repliers?: (string[] & string[] & { [
|
|
8447
|
-
} & { [
|
|
8448
|
-
} & { [
|
|
8477
|
+
repliers?: (string[] & string[] & { [K_259 in Exclude<keyof I["list_data_socket"]["channel_setting_list"]["channel_setting_list"][number]["last_sent_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
8478
|
+
} & { [K_260 in Exclude<keyof I["list_data_socket"]["channel_setting_list"]["channel_setting_list"][number]["last_sent_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
8479
|
+
} & { [K_261 in Exclude<keyof I["list_data_socket"]["channel_setting_list"]["channel_setting_list"][number], keyof import("../api/api").ChannelSettingItem>]: never; })[] & { [K_262 in Exclude<keyof I["list_data_socket"]["channel_setting_list"]["channel_setting_list"], keyof {
|
|
8449
8480
|
id?: string | undefined;
|
|
8450
8481
|
creator_id?: string | undefined;
|
|
8451
8482
|
parent_id?: string | undefined;
|
|
@@ -8469,17 +8500,17 @@ export declare const Envelope: {
|
|
|
8469
8500
|
repliers?: string[] | undefined;
|
|
8470
8501
|
} | undefined;
|
|
8471
8502
|
}[]>]: never; }) | undefined;
|
|
8472
|
-
} & { [
|
|
8503
|
+
} & { [K_263 in Exclude<keyof I["list_data_socket"]["channel_setting_list"], keyof ChannelSettingListResponse>]: never; }) | undefined;
|
|
8473
8504
|
favorite_channel_req?: ({
|
|
8474
8505
|
clan_id?: string | undefined;
|
|
8475
8506
|
} & {
|
|
8476
8507
|
clan_id?: string | undefined;
|
|
8477
|
-
} & { [
|
|
8508
|
+
} & { [K_264 in Exclude<keyof I["list_data_socket"]["favorite_channel_req"], "clan_id">]: never; }) | undefined;
|
|
8478
8509
|
favorite_channel_list?: ({
|
|
8479
8510
|
channel_ids?: string[] | undefined;
|
|
8480
8511
|
} & {
|
|
8481
|
-
channel_ids?: (string[] & string[] & { [
|
|
8482
|
-
} & { [
|
|
8512
|
+
channel_ids?: (string[] & string[] & { [K_265 in Exclude<keyof I["list_data_socket"]["favorite_channel_list"]["channel_ids"], keyof string[]>]: never; }) | undefined;
|
|
8513
|
+
} & { [K_266 in Exclude<keyof I["list_data_socket"]["favorite_channel_list"], "channel_ids">]: never; }) | undefined;
|
|
8483
8514
|
search_thread_req?: ({
|
|
8484
8515
|
clan_id?: string | undefined;
|
|
8485
8516
|
channel_id?: string | undefined;
|
|
@@ -8488,12 +8519,12 @@ export declare const Envelope: {
|
|
|
8488
8519
|
clan_id?: string | undefined;
|
|
8489
8520
|
channel_id?: string | undefined;
|
|
8490
8521
|
label?: string | undefined;
|
|
8491
|
-
} & { [
|
|
8522
|
+
} & { [K_267 in Exclude<keyof I["list_data_socket"]["search_thread_req"], keyof SearchThreadRequest>]: never; }) | undefined;
|
|
8492
8523
|
notification_channel?: ({
|
|
8493
8524
|
channel_id?: string | undefined;
|
|
8494
8525
|
} & {
|
|
8495
8526
|
channel_id?: string | undefined;
|
|
8496
|
-
} & { [
|
|
8527
|
+
} & { [K_268 in Exclude<keyof I["list_data_socket"]["notification_channel"], "channel_id">]: never; }) | undefined;
|
|
8497
8528
|
notificaion_user_channel?: ({
|
|
8498
8529
|
id?: string | undefined;
|
|
8499
8530
|
notification_setting_type?: number | undefined;
|
|
@@ -8506,24 +8537,24 @@ export declare const Envelope: {
|
|
|
8506
8537
|
time_mute?: Date | undefined;
|
|
8507
8538
|
active?: number | undefined;
|
|
8508
8539
|
channel_id?: string | undefined;
|
|
8509
|
-
} & { [
|
|
8540
|
+
} & { [K_269 in Exclude<keyof I["list_data_socket"]["notificaion_user_channel"], keyof NotificationUserChannel>]: never; }) | undefined;
|
|
8510
8541
|
notification_category?: ({
|
|
8511
8542
|
category_id?: string | undefined;
|
|
8512
8543
|
} & {
|
|
8513
8544
|
category_id?: string | undefined;
|
|
8514
|
-
} & { [
|
|
8545
|
+
} & { [K_270 in Exclude<keyof I["list_data_socket"]["notification_category"], "category_id">]: never; }) | undefined;
|
|
8515
8546
|
notification_clan?: ({
|
|
8516
8547
|
clan_id?: string | undefined;
|
|
8517
8548
|
} & {
|
|
8518
8549
|
clan_id?: string | undefined;
|
|
8519
|
-
} & { [
|
|
8550
|
+
} & { [K_271 in Exclude<keyof I["list_data_socket"]["notification_clan"], "clan_id">]: never; }) | undefined;
|
|
8520
8551
|
notification_setting?: ({
|
|
8521
8552
|
id?: string | undefined;
|
|
8522
8553
|
notification_setting_type?: number | undefined;
|
|
8523
8554
|
} & {
|
|
8524
8555
|
id?: string | undefined;
|
|
8525
8556
|
notification_setting_type?: number | undefined;
|
|
8526
|
-
} & { [
|
|
8557
|
+
} & { [K_272 in Exclude<keyof I["list_data_socket"]["notification_setting"], keyof NotificationSetting>]: never; }) | undefined;
|
|
8527
8558
|
notification_message?: ({
|
|
8528
8559
|
id?: string | undefined;
|
|
8529
8560
|
user_id?: string | undefined;
|
|
@@ -8532,7 +8563,7 @@ export declare const Envelope: {
|
|
|
8532
8563
|
id?: string | undefined;
|
|
8533
8564
|
user_id?: string | undefined;
|
|
8534
8565
|
channel_id?: string | undefined;
|
|
8535
|
-
} & { [
|
|
8566
|
+
} & { [K_273 in Exclude<keyof I["list_data_socket"]["notification_message"], keyof NotifiReactMessage>]: never; }) | undefined;
|
|
8536
8567
|
noti_channel_cat_setting_list?: ({
|
|
8537
8568
|
notification_channel_category_settings_list?: {
|
|
8538
8569
|
id?: string | undefined;
|
|
@@ -8560,14 +8591,14 @@ export declare const Envelope: {
|
|
|
8560
8591
|
notification_setting_type?: number | undefined;
|
|
8561
8592
|
channel_category_title?: string | undefined;
|
|
8562
8593
|
action?: number | undefined;
|
|
8563
|
-
} & { [
|
|
8594
|
+
} & { [K_274 in Exclude<keyof I["list_data_socket"]["noti_channel_cat_setting_list"]["notification_channel_category_settings_list"][number], keyof import("../api/api").NotificationChannelCategorySetting>]: never; })[] & { [K_275 in Exclude<keyof I["list_data_socket"]["noti_channel_cat_setting_list"]["notification_channel_category_settings_list"], keyof {
|
|
8564
8595
|
id?: string | undefined;
|
|
8565
8596
|
channel_category_label?: string | undefined;
|
|
8566
8597
|
notification_setting_type?: number | undefined;
|
|
8567
8598
|
channel_category_title?: string | undefined;
|
|
8568
8599
|
action?: number | undefined;
|
|
8569
8600
|
}[]>]: never; }) | undefined;
|
|
8570
|
-
} & { [
|
|
8601
|
+
} & { [K_276 in Exclude<keyof I["list_data_socket"]["noti_channel_cat_setting_list"], "notification_channel_category_settings_list">]: never; }) | undefined;
|
|
8571
8602
|
list_notification_req?: ({
|
|
8572
8603
|
limit?: number | undefined;
|
|
8573
8604
|
clan_id?: string | undefined;
|
|
@@ -8580,7 +8611,7 @@ export declare const Envelope: {
|
|
|
8580
8611
|
notification_id?: string | undefined;
|
|
8581
8612
|
category?: number | undefined;
|
|
8582
8613
|
direction?: number | undefined;
|
|
8583
|
-
} & { [
|
|
8614
|
+
} & { [K_277 in Exclude<keyof I["list_data_socket"]["list_notification_req"], keyof ListNotificationsRequest>]: never; }) | undefined;
|
|
8584
8615
|
notification_list?: ({
|
|
8585
8616
|
notifications?: {
|
|
8586
8617
|
id?: string | undefined;
|
|
@@ -8860,8 +8891,8 @@ export declare const Envelope: {
|
|
|
8860
8891
|
creator_id?: string | undefined;
|
|
8861
8892
|
channel_label?: string | undefined;
|
|
8862
8893
|
channel_private?: number | undefined;
|
|
8863
|
-
channel_avatar?: (string[] & string[] & { [
|
|
8864
|
-
user_id?: (string[] & string[] & { [
|
|
8894
|
+
channel_avatar?: (string[] & string[] & { [K_278 in Exclude<keyof I["list_data_socket"]["notification_list"]["notifications"][number]["channel"]["channel_avatar"], keyof string[]>]: never; }) | undefined;
|
|
8895
|
+
user_id?: (string[] & string[] & { [K_279 in Exclude<keyof I["list_data_socket"]["notification_list"]["notifications"][number]["channel"]["user_id"], keyof string[]>]: never; }) | undefined;
|
|
8865
8896
|
last_sent_message?: ({
|
|
8866
8897
|
id?: string | undefined;
|
|
8867
8898
|
timestamp_seconds?: number | undefined;
|
|
@@ -8881,8 +8912,8 @@ export declare const Envelope: {
|
|
|
8881
8912
|
reference?: string | undefined;
|
|
8882
8913
|
mention?: string | undefined;
|
|
8883
8914
|
reaction?: string | undefined;
|
|
8884
|
-
repliers?: (string[] & string[] & { [
|
|
8885
|
-
} & { [
|
|
8915
|
+
repliers?: (string[] & string[] & { [K_280 in Exclude<keyof I["list_data_socket"]["notification_list"]["notifications"][number]["channel"]["last_sent_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
8916
|
+
} & { [K_281 in Exclude<keyof I["list_data_socket"]["notification_list"]["notifications"][number]["channel"]["last_sent_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
8886
8917
|
last_seen_message?: ({
|
|
8887
8918
|
id?: string | undefined;
|
|
8888
8919
|
timestamp_seconds?: number | undefined;
|
|
@@ -8902,30 +8933,30 @@ export declare const Envelope: {
|
|
|
8902
8933
|
reference?: string | undefined;
|
|
8903
8934
|
mention?: string | undefined;
|
|
8904
8935
|
reaction?: string | undefined;
|
|
8905
|
-
repliers?: (string[] & string[] & { [
|
|
8906
|
-
} & { [
|
|
8907
|
-
is_online?: (boolean[] & boolean[] & { [
|
|
8936
|
+
repliers?: (string[] & string[] & { [K_282 in Exclude<keyof I["list_data_socket"]["notification_list"]["notifications"][number]["channel"]["last_seen_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
8937
|
+
} & { [K_283 in Exclude<keyof I["list_data_socket"]["notification_list"]["notifications"][number]["channel"]["last_seen_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
8938
|
+
is_online?: (boolean[] & boolean[] & { [K_284 in Exclude<keyof I["list_data_socket"]["notification_list"]["notifications"][number]["channel"]["is_online"], keyof boolean[]>]: never; }) | undefined;
|
|
8908
8939
|
meeting_code?: string | undefined;
|
|
8909
8940
|
count_mess_unread?: number | undefined;
|
|
8910
8941
|
active?: number | undefined;
|
|
8911
8942
|
last_pin_message?: string | undefined;
|
|
8912
|
-
usernames?: (string[] & string[] & { [
|
|
8943
|
+
usernames?: (string[] & string[] & { [K_285 in Exclude<keyof I["list_data_socket"]["notification_list"]["notifications"][number]["channel"]["usernames"], keyof string[]>]: never; }) | undefined;
|
|
8913
8944
|
creator_name?: string | undefined;
|
|
8914
8945
|
create_time_seconds?: number | undefined;
|
|
8915
8946
|
update_time_seconds?: number | undefined;
|
|
8916
|
-
metadata?: (string[] & string[] & { [
|
|
8917
|
-
about_me?: (string[] & string[] & { [
|
|
8947
|
+
metadata?: (string[] & string[] & { [K_286 in Exclude<keyof I["list_data_socket"]["notification_list"]["notifications"][number]["channel"]["metadata"], keyof string[]>]: never; }) | undefined;
|
|
8948
|
+
about_me?: (string[] & string[] & { [K_287 in Exclude<keyof I["list_data_socket"]["notification_list"]["notifications"][number]["channel"]["about_me"], keyof string[]>]: never; }) | undefined;
|
|
8918
8949
|
clan_name?: string | undefined;
|
|
8919
8950
|
app_id?: string | undefined;
|
|
8920
8951
|
is_mute?: boolean | undefined;
|
|
8921
8952
|
age_restricted?: number | undefined;
|
|
8922
8953
|
topic?: string | undefined;
|
|
8923
8954
|
e2ee?: number | undefined;
|
|
8924
|
-
display_names?: (string[] & string[] & { [
|
|
8925
|
-
} & { [
|
|
8955
|
+
display_names?: (string[] & string[] & { [K_288 in Exclude<keyof I["list_data_socket"]["notification_list"]["notifications"][number]["channel"]["display_names"], keyof string[]>]: never; }) | undefined;
|
|
8956
|
+
} & { [K_289 in Exclude<keyof I["list_data_socket"]["notification_list"]["notifications"][number]["channel"], keyof ChannelDescription1>]: never; }) | undefined;
|
|
8926
8957
|
topic_id?: string | undefined;
|
|
8927
8958
|
category?: number | undefined;
|
|
8928
|
-
} & { [
|
|
8959
|
+
} & { [K_290 in Exclude<keyof I["list_data_socket"]["notification_list"]["notifications"][number], keyof Notification>]: never; })[] & { [K_291 in Exclude<keyof I["list_data_socket"]["notification_list"]["notifications"], keyof {
|
|
8929
8960
|
id?: string | undefined;
|
|
8930
8961
|
subject?: string | undefined;
|
|
8931
8962
|
content?: string | undefined;
|
|
@@ -8994,7 +9025,7 @@ export declare const Envelope: {
|
|
|
8994
9025
|
category?: number | undefined;
|
|
8995
9026
|
}[]>]: never; }) | undefined;
|
|
8996
9027
|
cacheable_cursor?: string | undefined;
|
|
8997
|
-
} & { [
|
|
9028
|
+
} & { [K_292 in Exclude<keyof I["list_data_socket"]["notification_list"], keyof NotificationList>]: never; }) | undefined;
|
|
8998
9029
|
sticker_list?: ({
|
|
8999
9030
|
stickers?: {
|
|
9000
9031
|
id?: string | undefined;
|
|
@@ -9046,7 +9077,7 @@ export declare const Envelope: {
|
|
|
9046
9077
|
clan_name?: string | undefined;
|
|
9047
9078
|
media_type?: number | undefined;
|
|
9048
9079
|
is_for_sale?: boolean | undefined;
|
|
9049
|
-
} & { [
|
|
9080
|
+
} & { [K_293 in Exclude<keyof I["list_data_socket"]["sticker_list"]["stickers"][number], keyof import("../api/api").ClanSticker>]: never; })[] & { [K_294 in Exclude<keyof I["list_data_socket"]["sticker_list"]["stickers"], keyof {
|
|
9050
9081
|
id?: string | undefined;
|
|
9051
9082
|
source?: string | undefined;
|
|
9052
9083
|
shortname?: string | undefined;
|
|
@@ -9059,7 +9090,7 @@ export declare const Envelope: {
|
|
|
9059
9090
|
media_type?: number | undefined;
|
|
9060
9091
|
is_for_sale?: boolean | undefined;
|
|
9061
9092
|
}[]>]: never; }) | undefined;
|
|
9062
|
-
} & { [
|
|
9093
|
+
} & { [K_295 in Exclude<keyof I["list_data_socket"]["sticker_list"], "stickers">]: never; }) | undefined;
|
|
9063
9094
|
emoji_recent_list?: ({
|
|
9064
9095
|
emoji_recents?: {
|
|
9065
9096
|
emoji_recents_id?: string | undefined;
|
|
@@ -9079,17 +9110,17 @@ export declare const Envelope: {
|
|
|
9079
9110
|
emoji_recents_id?: string | undefined;
|
|
9080
9111
|
emoji_id?: string | undefined;
|
|
9081
9112
|
update_time?: Date | undefined;
|
|
9082
|
-
} & { [
|
|
9113
|
+
} & { [K_296 in Exclude<keyof I["list_data_socket"]["emoji_recent_list"]["emoji_recents"][number], keyof import("../api/api").EmojiRecent>]: never; })[] & { [K_297 in Exclude<keyof I["list_data_socket"]["emoji_recent_list"]["emoji_recents"], keyof {
|
|
9083
9114
|
emoji_recents_id?: string | undefined;
|
|
9084
9115
|
emoji_id?: string | undefined;
|
|
9085
9116
|
update_time?: Date | undefined;
|
|
9086
9117
|
}[]>]: never; }) | undefined;
|
|
9087
|
-
} & { [
|
|
9118
|
+
} & { [K_298 in Exclude<keyof I["list_data_socket"]["emoji_recent_list"], "emoji_recents">]: never; }) | undefined;
|
|
9088
9119
|
clan_webhook_req?: ({
|
|
9089
9120
|
clan_id?: string | undefined;
|
|
9090
9121
|
} & {
|
|
9091
9122
|
clan_id?: string | undefined;
|
|
9092
|
-
} & { [
|
|
9123
|
+
} & { [K_299 in Exclude<keyof I["list_data_socket"]["clan_webhook_req"], "clan_id">]: never; }) | undefined;
|
|
9093
9124
|
clan_webhook_list?: ({
|
|
9094
9125
|
list_clan_webhooks?: {
|
|
9095
9126
|
id?: string | undefined;
|
|
@@ -9133,7 +9164,7 @@ export declare const Envelope: {
|
|
|
9133
9164
|
avatar?: string | undefined;
|
|
9134
9165
|
create_time?: string | undefined;
|
|
9135
9166
|
update_time?: string | undefined;
|
|
9136
|
-
} & { [
|
|
9167
|
+
} & { [K_300 in Exclude<keyof I["list_data_socket"]["clan_webhook_list"]["list_clan_webhooks"][number], keyof import("../api/api").ClanWebhook>]: never; })[] & { [K_301 in Exclude<keyof I["list_data_socket"]["clan_webhook_list"]["list_clan_webhooks"], keyof {
|
|
9137
9168
|
id?: string | undefined;
|
|
9138
9169
|
webhook_name?: string | undefined;
|
|
9139
9170
|
clan_id?: string | undefined;
|
|
@@ -9144,14 +9175,14 @@ export declare const Envelope: {
|
|
|
9144
9175
|
create_time?: string | undefined;
|
|
9145
9176
|
update_time?: string | undefined;
|
|
9146
9177
|
}[]>]: never; }) | undefined;
|
|
9147
|
-
} & { [
|
|
9178
|
+
} & { [K_302 in Exclude<keyof I["list_data_socket"]["clan_webhook_list"], "list_clan_webhooks">]: never; }) | undefined;
|
|
9148
9179
|
webhook_list_req?: ({
|
|
9149
9180
|
channel_id?: string | undefined;
|
|
9150
9181
|
clan_id?: string | undefined;
|
|
9151
9182
|
} & {
|
|
9152
9183
|
channel_id?: string | undefined;
|
|
9153
9184
|
clan_id?: string | undefined;
|
|
9154
|
-
} & { [
|
|
9185
|
+
} & { [K_303 in Exclude<keyof I["list_data_socket"]["webhook_list_req"], keyof WebhookListRequest>]: never; }) | undefined;
|
|
9155
9186
|
webhook_list?: ({
|
|
9156
9187
|
webhooks?: {
|
|
9157
9188
|
id?: string | undefined;
|
|
@@ -9199,7 +9230,7 @@ export declare const Envelope: {
|
|
|
9199
9230
|
update_time?: string | undefined;
|
|
9200
9231
|
avatar?: string | undefined;
|
|
9201
9232
|
status?: number | undefined;
|
|
9202
|
-
} & { [
|
|
9233
|
+
} & { [K_304 in Exclude<keyof I["list_data_socket"]["webhook_list"]["webhooks"][number], keyof Webhook>]: never; })[] & { [K_305 in Exclude<keyof I["list_data_socket"]["webhook_list"]["webhooks"], keyof {
|
|
9203
9234
|
id?: string | undefined;
|
|
9204
9235
|
webhook_name?: string | undefined;
|
|
9205
9236
|
channel_id?: string | undefined;
|
|
@@ -9211,12 +9242,12 @@ export declare const Envelope: {
|
|
|
9211
9242
|
avatar?: string | undefined;
|
|
9212
9243
|
status?: number | undefined;
|
|
9213
9244
|
}[]>]: never; }) | undefined;
|
|
9214
|
-
} & { [
|
|
9245
|
+
} & { [K_306 in Exclude<keyof I["list_data_socket"]["webhook_list"], "webhooks">]: never; }) | undefined;
|
|
9215
9246
|
permission_list_req?: ({
|
|
9216
9247
|
role_id?: string | undefined;
|
|
9217
9248
|
} & {
|
|
9218
9249
|
role_id?: string | undefined;
|
|
9219
|
-
} & { [
|
|
9250
|
+
} & { [K_307 in Exclude<keyof I["list_data_socket"]["permission_list_req"], "role_id">]: never; }) | undefined;
|
|
9220
9251
|
permission_list?: ({
|
|
9221
9252
|
permissions?: {
|
|
9222
9253
|
id?: string | undefined;
|
|
@@ -9253,7 +9284,7 @@ export declare const Envelope: {
|
|
|
9253
9284
|
active?: number | undefined;
|
|
9254
9285
|
scope?: number | undefined;
|
|
9255
9286
|
level?: number | undefined;
|
|
9256
|
-
} & { [
|
|
9287
|
+
} & { [K_308 in Exclude<keyof I["list_data_socket"]["permission_list"]["permissions"][number], keyof import("../api/api").Permission>]: never; })[] & { [K_309 in Exclude<keyof I["list_data_socket"]["permission_list"]["permissions"], keyof {
|
|
9257
9288
|
id?: string | undefined;
|
|
9258
9289
|
title?: string | undefined;
|
|
9259
9290
|
slug?: string | undefined;
|
|
@@ -9263,7 +9294,7 @@ export declare const Envelope: {
|
|
|
9263
9294
|
level?: number | undefined;
|
|
9264
9295
|
}[]>]: never; }) | undefined;
|
|
9265
9296
|
max_level_permission?: number | undefined;
|
|
9266
|
-
} & { [
|
|
9297
|
+
} & { [K_310 in Exclude<keyof I["list_data_socket"]["permission_list"], keyof PermissionList>]: never; }) | undefined;
|
|
9267
9298
|
role_user_req?: ({
|
|
9268
9299
|
role_id?: string | undefined;
|
|
9269
9300
|
limit?: number | undefined;
|
|
@@ -9272,7 +9303,7 @@ export declare const Envelope: {
|
|
|
9272
9303
|
role_id?: string | undefined;
|
|
9273
9304
|
limit?: number | undefined;
|
|
9274
9305
|
cursor?: string | undefined;
|
|
9275
|
-
} & { [
|
|
9306
|
+
} & { [K_311 in Exclude<keyof I["list_data_socket"]["role_user_req"], keyof ListRoleUsersRequest>]: never; }) | undefined;
|
|
9276
9307
|
role_user_list?: ({
|
|
9277
9308
|
role_users?: {
|
|
9278
9309
|
id?: string | undefined;
|
|
@@ -9309,7 +9340,7 @@ export declare const Envelope: {
|
|
|
9309
9340
|
lang_tag?: string | undefined;
|
|
9310
9341
|
location?: string | undefined;
|
|
9311
9342
|
online?: boolean | undefined;
|
|
9312
|
-
} & { [
|
|
9343
|
+
} & { [K_312 in Exclude<keyof I["list_data_socket"]["role_user_list"]["role_users"][number], keyof import("../api/api").RoleUserList_RoleUser>]: never; })[] & { [K_313 in Exclude<keyof I["list_data_socket"]["role_user_list"]["role_users"], keyof {
|
|
9313
9344
|
id?: string | undefined;
|
|
9314
9345
|
username?: string | undefined;
|
|
9315
9346
|
display_name?: string | undefined;
|
|
@@ -9319,14 +9350,14 @@ export declare const Envelope: {
|
|
|
9319
9350
|
online?: boolean | undefined;
|
|
9320
9351
|
}[]>]: never; }) | undefined;
|
|
9321
9352
|
cursor?: string | undefined;
|
|
9322
|
-
} & { [
|
|
9353
|
+
} & { [K_314 in Exclude<keyof I["list_data_socket"]["role_user_list"], keyof RoleUserList>]: never; }) | undefined;
|
|
9323
9354
|
permission_user_req?: ({
|
|
9324
9355
|
clan_id?: string | undefined;
|
|
9325
9356
|
channel_id?: string | undefined;
|
|
9326
9357
|
} & {
|
|
9327
9358
|
clan_id?: string | undefined;
|
|
9328
9359
|
channel_id?: string | undefined;
|
|
9329
|
-
} & { [
|
|
9360
|
+
} & { [K_315 in Exclude<keyof I["list_data_socket"]["permission_user_req"], keyof ListPermissionOfUsersRequest>]: never; }) | undefined;
|
|
9330
9361
|
role_list?: ({
|
|
9331
9362
|
roles?: {
|
|
9332
9363
|
id?: string | undefined;
|
|
@@ -9501,7 +9532,7 @@ export declare const Envelope: {
|
|
|
9501
9532
|
lang_tag?: string | undefined;
|
|
9502
9533
|
location?: string | undefined;
|
|
9503
9534
|
online?: boolean | undefined;
|
|
9504
|
-
} & { [
|
|
9535
|
+
} & { [K_316 in Exclude<keyof I["list_data_socket"]["role_list"]["roles"][number]["role_user_list"]["role_users"][number], keyof import("../api/api").RoleUserList_RoleUser>]: never; })[] & { [K_317 in Exclude<keyof I["list_data_socket"]["role_list"]["roles"][number]["role_user_list"]["role_users"], keyof {
|
|
9505
9536
|
id?: string | undefined;
|
|
9506
9537
|
username?: string | undefined;
|
|
9507
9538
|
display_name?: string | undefined;
|
|
@@ -9511,7 +9542,7 @@ export declare const Envelope: {
|
|
|
9511
9542
|
online?: boolean | undefined;
|
|
9512
9543
|
}[]>]: never; }) | undefined;
|
|
9513
9544
|
cursor?: string | undefined;
|
|
9514
|
-
} & { [
|
|
9545
|
+
} & { [K_318 in Exclude<keyof I["list_data_socket"]["role_list"]["roles"][number]["role_user_list"], keyof RoleUserList>]: never; }) | undefined;
|
|
9515
9546
|
permission_list?: ({
|
|
9516
9547
|
permissions?: {
|
|
9517
9548
|
id?: string | undefined;
|
|
@@ -9548,7 +9579,7 @@ export declare const Envelope: {
|
|
|
9548
9579
|
active?: number | undefined;
|
|
9549
9580
|
scope?: number | undefined;
|
|
9550
9581
|
level?: number | undefined;
|
|
9551
|
-
} & { [
|
|
9582
|
+
} & { [K_319 in Exclude<keyof I["list_data_socket"]["role_list"]["roles"][number]["permission_list"]["permissions"][number], keyof import("../api/api").Permission>]: never; })[] & { [K_320 in Exclude<keyof I["list_data_socket"]["role_list"]["roles"][number]["permission_list"]["permissions"], keyof {
|
|
9552
9583
|
id?: string | undefined;
|
|
9553
9584
|
title?: string | undefined;
|
|
9554
9585
|
slug?: string | undefined;
|
|
@@ -9558,12 +9589,12 @@ export declare const Envelope: {
|
|
|
9558
9589
|
level?: number | undefined;
|
|
9559
9590
|
}[]>]: never; }) | undefined;
|
|
9560
9591
|
max_level_permission?: number | undefined;
|
|
9561
|
-
} & { [
|
|
9592
|
+
} & { [K_321 in Exclude<keyof I["list_data_socket"]["role_list"]["roles"][number]["permission_list"], keyof PermissionList>]: never; }) | undefined;
|
|
9562
9593
|
role_channel_active?: number | undefined;
|
|
9563
|
-
channel_ids?: (string[] & string[] & { [
|
|
9594
|
+
channel_ids?: (string[] & string[] & { [K_322 in Exclude<keyof I["list_data_socket"]["role_list"]["roles"][number]["channel_ids"], keyof string[]>]: never; }) | undefined;
|
|
9564
9595
|
max_level_permission?: number | undefined;
|
|
9565
9596
|
order_role?: number | undefined;
|
|
9566
|
-
} & { [
|
|
9597
|
+
} & { [K_323 in Exclude<keyof I["list_data_socket"]["role_list"]["roles"][number], keyof Role>]: never; })[] & { [K_324 in Exclude<keyof I["list_data_socket"]["role_list"]["roles"], keyof {
|
|
9567
9598
|
id?: string | undefined;
|
|
9568
9599
|
title?: string | undefined;
|
|
9569
9600
|
color?: string | undefined;
|
|
@@ -9607,7 +9638,7 @@ export declare const Envelope: {
|
|
|
9607
9638
|
next_cursor?: string | undefined;
|
|
9608
9639
|
prev_cursor?: string | undefined;
|
|
9609
9640
|
cacheable_cursor?: string | undefined;
|
|
9610
|
-
} & { [
|
|
9641
|
+
} & { [K_325 in Exclude<keyof I["list_data_socket"]["role_list"], keyof RoleList>]: never; }) | undefined;
|
|
9611
9642
|
role_list_event_req?: ({
|
|
9612
9643
|
clan_id?: string | undefined;
|
|
9613
9644
|
limit?: number | undefined;
|
|
@@ -9618,7 +9649,7 @@ export declare const Envelope: {
|
|
|
9618
9649
|
limit?: number | undefined;
|
|
9619
9650
|
state?: number | undefined;
|
|
9620
9651
|
cursor?: string | undefined;
|
|
9621
|
-
} & { [
|
|
9652
|
+
} & { [K_326 in Exclude<keyof I["list_data_socket"]["role_list_event_req"], keyof RoleListEventRequest>]: never; }) | undefined;
|
|
9622
9653
|
role_event_list?: ({
|
|
9623
9654
|
limit?: number | undefined;
|
|
9624
9655
|
state?: number | undefined;
|
|
@@ -9849,7 +9880,7 @@ export declare const Envelope: {
|
|
|
9849
9880
|
lang_tag?: string | undefined;
|
|
9850
9881
|
location?: string | undefined;
|
|
9851
9882
|
online?: boolean | undefined;
|
|
9852
|
-
} & { [
|
|
9883
|
+
} & { [K_327 in Exclude<keyof I["list_data_socket"]["role_event_list"]["roles"]["roles"][number]["role_user_list"]["role_users"][number], keyof import("../api/api").RoleUserList_RoleUser>]: never; })[] & { [K_328 in Exclude<keyof I["list_data_socket"]["role_event_list"]["roles"]["roles"][number]["role_user_list"]["role_users"], keyof {
|
|
9853
9884
|
id?: string | undefined;
|
|
9854
9885
|
username?: string | undefined;
|
|
9855
9886
|
display_name?: string | undefined;
|
|
@@ -9859,7 +9890,7 @@ export declare const Envelope: {
|
|
|
9859
9890
|
online?: boolean | undefined;
|
|
9860
9891
|
}[]>]: never; }) | undefined;
|
|
9861
9892
|
cursor?: string | undefined;
|
|
9862
|
-
} & { [
|
|
9893
|
+
} & { [K_329 in Exclude<keyof I["list_data_socket"]["role_event_list"]["roles"]["roles"][number]["role_user_list"], keyof RoleUserList>]: never; }) | undefined;
|
|
9863
9894
|
permission_list?: ({
|
|
9864
9895
|
permissions?: {
|
|
9865
9896
|
id?: string | undefined;
|
|
@@ -9896,7 +9927,7 @@ export declare const Envelope: {
|
|
|
9896
9927
|
active?: number | undefined;
|
|
9897
9928
|
scope?: number | undefined;
|
|
9898
9929
|
level?: number | undefined;
|
|
9899
|
-
} & { [
|
|
9930
|
+
} & { [K_330 in Exclude<keyof I["list_data_socket"]["role_event_list"]["roles"]["roles"][number]["permission_list"]["permissions"][number], keyof import("../api/api").Permission>]: never; })[] & { [K_331 in Exclude<keyof I["list_data_socket"]["role_event_list"]["roles"]["roles"][number]["permission_list"]["permissions"], keyof {
|
|
9900
9931
|
id?: string | undefined;
|
|
9901
9932
|
title?: string | undefined;
|
|
9902
9933
|
slug?: string | undefined;
|
|
@@ -9906,12 +9937,12 @@ export declare const Envelope: {
|
|
|
9906
9937
|
level?: number | undefined;
|
|
9907
9938
|
}[]>]: never; }) | undefined;
|
|
9908
9939
|
max_level_permission?: number | undefined;
|
|
9909
|
-
} & { [
|
|
9940
|
+
} & { [K_332 in Exclude<keyof I["list_data_socket"]["role_event_list"]["roles"]["roles"][number]["permission_list"], keyof PermissionList>]: never; }) | undefined;
|
|
9910
9941
|
role_channel_active?: number | undefined;
|
|
9911
|
-
channel_ids?: (string[] & string[] & { [
|
|
9942
|
+
channel_ids?: (string[] & string[] & { [K_333 in Exclude<keyof I["list_data_socket"]["role_event_list"]["roles"]["roles"][number]["channel_ids"], keyof string[]>]: never; }) | undefined;
|
|
9912
9943
|
max_level_permission?: number | undefined;
|
|
9913
9944
|
order_role?: number | undefined;
|
|
9914
|
-
} & { [
|
|
9945
|
+
} & { [K_334 in Exclude<keyof I["list_data_socket"]["role_event_list"]["roles"]["roles"][number], keyof Role>]: never; })[] & { [K_335 in Exclude<keyof I["list_data_socket"]["role_event_list"]["roles"]["roles"], keyof {
|
|
9915
9946
|
id?: string | undefined;
|
|
9916
9947
|
title?: string | undefined;
|
|
9917
9948
|
color?: string | undefined;
|
|
@@ -9955,15 +9986,15 @@ export declare const Envelope: {
|
|
|
9955
9986
|
next_cursor?: string | undefined;
|
|
9956
9987
|
prev_cursor?: string | undefined;
|
|
9957
9988
|
cacheable_cursor?: string | undefined;
|
|
9958
|
-
} & { [
|
|
9959
|
-
} & { [
|
|
9989
|
+
} & { [K_336 in Exclude<keyof I["list_data_socket"]["role_event_list"]["roles"], keyof RoleList>]: never; }) | undefined;
|
|
9990
|
+
} & { [K_337 in Exclude<keyof I["list_data_socket"]["role_event_list"], keyof RoleListEventResponse>]: never; }) | undefined;
|
|
9960
9991
|
user_permission_req?: ({
|
|
9961
9992
|
clan_id?: string | undefined;
|
|
9962
9993
|
channel_id?: string | undefined;
|
|
9963
9994
|
} & {
|
|
9964
9995
|
clan_id?: string | undefined;
|
|
9965
9996
|
channel_id?: string | undefined;
|
|
9966
|
-
} & { [
|
|
9997
|
+
} & { [K_338 in Exclude<keyof I["list_data_socket"]["user_permission_req"], keyof UserPermissionInChannelListRequest>]: never; }) | undefined;
|
|
9967
9998
|
user_permission_list?: ({
|
|
9968
9999
|
clan_id?: string | undefined;
|
|
9969
10000
|
channel_id?: string | undefined;
|
|
@@ -10018,7 +10049,7 @@ export declare const Envelope: {
|
|
|
10018
10049
|
active?: number | undefined;
|
|
10019
10050
|
scope?: number | undefined;
|
|
10020
10051
|
level?: number | undefined;
|
|
10021
|
-
} & { [
|
|
10052
|
+
} & { [K_339 in Exclude<keyof I["list_data_socket"]["user_permission_list"]["permissions"]["permissions"][number], keyof import("../api/api").Permission>]: never; })[] & { [K_340 in Exclude<keyof I["list_data_socket"]["user_permission_list"]["permissions"]["permissions"], keyof {
|
|
10022
10053
|
id?: string | undefined;
|
|
10023
10054
|
title?: string | undefined;
|
|
10024
10055
|
slug?: string | undefined;
|
|
@@ -10028,8 +10059,8 @@ export declare const Envelope: {
|
|
|
10028
10059
|
level?: number | undefined;
|
|
10029
10060
|
}[]>]: never; }) | undefined;
|
|
10030
10061
|
max_level_permission?: number | undefined;
|
|
10031
|
-
} & { [
|
|
10032
|
-
} & { [
|
|
10062
|
+
} & { [K_341 in Exclude<keyof I["list_data_socket"]["user_permission_list"]["permissions"], keyof PermissionList>]: never; }) | undefined;
|
|
10063
|
+
} & { [K_342 in Exclude<keyof I["list_data_socket"]["user_permission_list"], keyof UserPermissionInChannelListResponse>]: never; }) | undefined;
|
|
10033
10064
|
permission_role_req?: ({
|
|
10034
10065
|
role_id?: string | undefined;
|
|
10035
10066
|
channel_id?: string | undefined;
|
|
@@ -10038,7 +10069,7 @@ export declare const Envelope: {
|
|
|
10038
10069
|
role_id?: string | undefined;
|
|
10039
10070
|
channel_id?: string | undefined;
|
|
10040
10071
|
user_id?: string | undefined;
|
|
10041
|
-
} & { [
|
|
10072
|
+
} & { [K_343 in Exclude<keyof I["list_data_socket"]["permission_role_req"], keyof PermissionRoleChannelListEventRequest>]: never; }) | undefined;
|
|
10042
10073
|
permission_role_list?: ({
|
|
10043
10074
|
role_id?: string | undefined;
|
|
10044
10075
|
channel_id?: string | undefined;
|
|
@@ -10060,11 +10091,11 @@ export declare const Envelope: {
|
|
|
10060
10091
|
} & {
|
|
10061
10092
|
permission_id?: string | undefined;
|
|
10062
10093
|
active?: boolean | undefined;
|
|
10063
|
-
} & { [
|
|
10094
|
+
} & { [K_344 in Exclude<keyof I["list_data_socket"]["permission_role_list"]["permission_role_channel"][number], keyof import("../api/api").PermissionRoleChannel>]: never; })[] & { [K_345 in Exclude<keyof I["list_data_socket"]["permission_role_list"]["permission_role_channel"], keyof {
|
|
10064
10095
|
permission_id?: string | undefined;
|
|
10065
10096
|
active?: boolean | undefined;
|
|
10066
10097
|
}[]>]: never; }) | undefined;
|
|
10067
|
-
} & { [
|
|
10098
|
+
} & { [K_346 in Exclude<keyof I["list_data_socket"]["permission_role_list"], keyof PermissionRoleChannelListEventResponse>]: never; }) | undefined;
|
|
10068
10099
|
emoji_list?: ({
|
|
10069
10100
|
emoji_list?: {
|
|
10070
10101
|
id?: string | undefined;
|
|
@@ -10108,7 +10139,7 @@ export declare const Envelope: {
|
|
|
10108
10139
|
logo?: string | undefined;
|
|
10109
10140
|
clan_name?: string | undefined;
|
|
10110
10141
|
is_for_sale?: boolean | undefined;
|
|
10111
|
-
} & { [
|
|
10142
|
+
} & { [K_347 in Exclude<keyof I["list_data_socket"]["emoji_list"]["emoji_list"][number], keyof import("../api/api").ClanEmoji>]: never; })[] & { [K_348 in Exclude<keyof I["list_data_socket"]["emoji_list"]["emoji_list"], keyof {
|
|
10112
10143
|
id?: string | undefined;
|
|
10113
10144
|
src?: string | undefined;
|
|
10114
10145
|
shortname?: string | undefined;
|
|
@@ -10119,7 +10150,7 @@ export declare const Envelope: {
|
|
|
10119
10150
|
clan_name?: string | undefined;
|
|
10120
10151
|
is_for_sale?: boolean | undefined;
|
|
10121
10152
|
}[]>]: never; }) | undefined;
|
|
10122
|
-
} & { [
|
|
10153
|
+
} & { [K_349 in Exclude<keyof I["list_data_socket"]["emoji_list"], "emoji_list">]: never; }) | undefined;
|
|
10123
10154
|
list_friend_req?: ({
|
|
10124
10155
|
limit?: number | undefined;
|
|
10125
10156
|
state?: number | undefined;
|
|
@@ -10128,7 +10159,7 @@ export declare const Envelope: {
|
|
|
10128
10159
|
limit?: number | undefined;
|
|
10129
10160
|
state?: number | undefined;
|
|
10130
10161
|
cursor?: string | undefined;
|
|
10131
|
-
} & { [
|
|
10162
|
+
} & { [K_350 in Exclude<keyof I["list_data_socket"]["list_friend_req"], keyof ListFriendsRequest>]: never; }) | undefined;
|
|
10132
10163
|
friend_list?: ({
|
|
10133
10164
|
friends?: {
|
|
10134
10165
|
user?: {
|
|
@@ -10268,12 +10299,12 @@ export declare const Envelope: {
|
|
|
10268
10299
|
is_mobile?: boolean | undefined;
|
|
10269
10300
|
dob?: Date | undefined;
|
|
10270
10301
|
mezon_id?: string | undefined;
|
|
10271
|
-
list_nick_names?: (string[] & string[] & { [
|
|
10272
|
-
} & { [
|
|
10302
|
+
list_nick_names?: (string[] & string[] & { [K_351 in Exclude<keyof I["list_data_socket"]["friend_list"]["friends"][number]["user"]["list_nick_names"], keyof string[]>]: never; }) | undefined;
|
|
10303
|
+
} & { [K_352 in Exclude<keyof I["list_data_socket"]["friend_list"]["friends"][number]["user"], keyof import("../api/api").User>]: never; }) | undefined;
|
|
10273
10304
|
state?: number | undefined;
|
|
10274
10305
|
update_time?: Date | undefined;
|
|
10275
10306
|
source_id?: string | undefined;
|
|
10276
|
-
} & { [
|
|
10307
|
+
} & { [K_353 in Exclude<keyof I["list_data_socket"]["friend_list"]["friends"][number], keyof import("../api/api").Friend>]: never; })[] & { [K_354 in Exclude<keyof I["list_data_socket"]["friend_list"]["friends"], keyof {
|
|
10277
10308
|
user?: {
|
|
10278
10309
|
id?: string | undefined;
|
|
10279
10310
|
username?: string | undefined;
|
|
@@ -10304,12 +10335,12 @@ export declare const Envelope: {
|
|
|
10304
10335
|
source_id?: string | undefined;
|
|
10305
10336
|
}[]>]: never; }) | undefined;
|
|
10306
10337
|
cursor?: string | undefined;
|
|
10307
|
-
} & { [
|
|
10338
|
+
} & { [K_355 in Exclude<keyof I["list_data_socket"]["friend_list"], keyof FriendList>]: never; }) | undefined;
|
|
10308
10339
|
list_apps_req?: ({
|
|
10309
10340
|
clan_id?: string | undefined;
|
|
10310
10341
|
} & {
|
|
10311
10342
|
clan_id?: string | undefined;
|
|
10312
|
-
} & { [
|
|
10343
|
+
} & { [K_356 in Exclude<keyof I["list_data_socket"]["list_apps_req"], "clan_id">]: never; }) | undefined;
|
|
10313
10344
|
channel_apps_list?: ({
|
|
10314
10345
|
channel_apps?: {
|
|
10315
10346
|
id?: string | undefined;
|
|
@@ -10337,14 +10368,14 @@ export declare const Envelope: {
|
|
|
10337
10368
|
channel_id?: string | undefined;
|
|
10338
10369
|
app_id?: string | undefined;
|
|
10339
10370
|
app_url?: string | undefined;
|
|
10340
|
-
} & { [
|
|
10371
|
+
} & { [K_357 in Exclude<keyof I["list_data_socket"]["channel_apps_list"]["channel_apps"][number], keyof import("../api/api").ChannelAppResponse>]: never; })[] & { [K_358 in Exclude<keyof I["list_data_socket"]["channel_apps_list"]["channel_apps"], keyof {
|
|
10341
10372
|
id?: string | undefined;
|
|
10342
10373
|
clan_id?: string | undefined;
|
|
10343
10374
|
channel_id?: string | undefined;
|
|
10344
10375
|
app_id?: string | undefined;
|
|
10345
10376
|
app_url?: string | undefined;
|
|
10346
10377
|
}[]>]: never; }) | undefined;
|
|
10347
|
-
} & { [
|
|
10378
|
+
} & { [K_359 in Exclude<keyof I["list_data_socket"]["channel_apps_list"], "channel_apps">]: never; }) | undefined;
|
|
10348
10379
|
user_activity_list?: ({
|
|
10349
10380
|
activities?: {
|
|
10350
10381
|
user_id?: string | undefined;
|
|
@@ -10384,7 +10415,7 @@ export declare const Envelope: {
|
|
|
10384
10415
|
end_time?: Date | undefined;
|
|
10385
10416
|
application_id?: string | undefined;
|
|
10386
10417
|
status?: number | undefined;
|
|
10387
|
-
} & { [
|
|
10418
|
+
} & { [K_360 in Exclude<keyof I["list_data_socket"]["user_activity_list"]["activities"][number], keyof UserActivity>]: never; })[] & { [K_361 in Exclude<keyof I["list_data_socket"]["user_activity_list"]["activities"], keyof {
|
|
10388
10419
|
user_id?: string | undefined;
|
|
10389
10420
|
activity_name?: string | undefined;
|
|
10390
10421
|
activity_type?: number | undefined;
|
|
@@ -10394,12 +10425,12 @@ export declare const Envelope: {
|
|
|
10394
10425
|
application_id?: string | undefined;
|
|
10395
10426
|
status?: number | undefined;
|
|
10396
10427
|
}[]>]: never; }) | undefined;
|
|
10397
|
-
} & { [
|
|
10428
|
+
} & { [K_362 in Exclude<keyof I["list_data_socket"]["user_activity_list"], "activities">]: never; }) | undefined;
|
|
10398
10429
|
list_clan_user_req?: ({
|
|
10399
10430
|
clan_id?: string | undefined;
|
|
10400
10431
|
} & {
|
|
10401
10432
|
clan_id?: string | undefined;
|
|
10402
|
-
} & { [
|
|
10433
|
+
} & { [K_363 in Exclude<keyof I["list_data_socket"]["list_clan_user_req"], "clan_id">]: never; }) | undefined;
|
|
10403
10434
|
clan_user_list?: ({
|
|
10404
10435
|
clan_users?: {
|
|
10405
10436
|
user?: {
|
|
@@ -10543,13 +10574,13 @@ export declare const Envelope: {
|
|
|
10543
10574
|
is_mobile?: boolean | undefined;
|
|
10544
10575
|
dob?: Date | undefined;
|
|
10545
10576
|
mezon_id?: string | undefined;
|
|
10546
|
-
list_nick_names?: (string[] & string[] & { [
|
|
10547
|
-
} & { [
|
|
10548
|
-
role_id?: (string[] & string[] & { [
|
|
10577
|
+
list_nick_names?: (string[] & string[] & { [K_364 in Exclude<keyof I["list_data_socket"]["clan_user_list"]["clan_users"][number]["user"]["list_nick_names"], keyof string[]>]: never; }) | undefined;
|
|
10578
|
+
} & { [K_365 in Exclude<keyof I["list_data_socket"]["clan_user_list"]["clan_users"][number]["user"], keyof import("../api/api").User>]: never; }) | undefined;
|
|
10579
|
+
role_id?: (string[] & string[] & { [K_366 in Exclude<keyof I["list_data_socket"]["clan_user_list"]["clan_users"][number]["role_id"], keyof string[]>]: never; }) | undefined;
|
|
10549
10580
|
clan_nick?: string | undefined;
|
|
10550
10581
|
clan_avatar?: string | undefined;
|
|
10551
10582
|
clan_id?: string | undefined;
|
|
10552
|
-
} & { [
|
|
10583
|
+
} & { [K_367 in Exclude<keyof I["list_data_socket"]["clan_user_list"]["clan_users"][number], keyof import("../api/api").ClanUserList_ClanUser>]: never; })[] & { [K_368 in Exclude<keyof I["list_data_socket"]["clan_user_list"]["clan_users"], keyof {
|
|
10553
10584
|
user?: {
|
|
10554
10585
|
id?: string | undefined;
|
|
10555
10586
|
username?: string | undefined;
|
|
@@ -10582,12 +10613,12 @@ export declare const Envelope: {
|
|
|
10582
10613
|
}[]>]: never; }) | undefined;
|
|
10583
10614
|
cursor?: string | undefined;
|
|
10584
10615
|
clan_id?: string | undefined;
|
|
10585
|
-
} & { [
|
|
10616
|
+
} & { [K_369 in Exclude<keyof I["list_data_socket"]["clan_user_list"], keyof ClanUserList>]: never; }) | undefined;
|
|
10586
10617
|
list_event_req?: ({
|
|
10587
10618
|
clan_id?: string | undefined;
|
|
10588
10619
|
} & {
|
|
10589
10620
|
clan_id?: string | undefined;
|
|
10590
|
-
} & { [
|
|
10621
|
+
} & { [K_370 in Exclude<keyof I["list_data_socket"]["list_event_req"], "clan_id">]: never; }) | undefined;
|
|
10591
10622
|
event_list?: ({
|
|
10592
10623
|
events?: {
|
|
10593
10624
|
id?: string | undefined;
|
|
@@ -10685,7 +10716,7 @@ export declare const Envelope: {
|
|
|
10685
10716
|
address?: string | undefined;
|
|
10686
10717
|
start_time?: Date | undefined;
|
|
10687
10718
|
end_time?: Date | undefined;
|
|
10688
|
-
user_ids?: (string[] & string[] & { [
|
|
10719
|
+
user_ids?: (string[] & string[] & { [K_371 in Exclude<keyof I["list_data_socket"]["event_list"]["events"][number]["user_ids"], keyof string[]>]: never; }) | undefined;
|
|
10689
10720
|
create_time?: Date | undefined;
|
|
10690
10721
|
max_permission?: number | undefined;
|
|
10691
10722
|
channel_id?: string | undefined;
|
|
@@ -10704,8 +10735,8 @@ export declare const Envelope: {
|
|
|
10704
10735
|
external_link?: string | undefined;
|
|
10705
10736
|
creator_id?: string | undefined;
|
|
10706
10737
|
event_id?: string | undefined;
|
|
10707
|
-
} & { [
|
|
10708
|
-
} & { [
|
|
10738
|
+
} & { [K_372 in Exclude<keyof I["list_data_socket"]["event_list"]["events"][number]["meet_room"], keyof import("../api/api").GenerateMezonMeetResponse>]: never; }) | undefined;
|
|
10739
|
+
} & { [K_373 in Exclude<keyof I["list_data_socket"]["event_list"]["events"][number], keyof import("../api/api").EventManagement>]: never; })[] & { [K_374 in Exclude<keyof I["list_data_socket"]["event_list"]["events"], keyof {
|
|
10709
10740
|
id?: string | undefined;
|
|
10710
10741
|
title?: string | undefined;
|
|
10711
10742
|
logo?: string | undefined;
|
|
@@ -10733,7 +10764,7 @@ export declare const Envelope: {
|
|
|
10733
10764
|
event_id?: string | undefined;
|
|
10734
10765
|
} | undefined;
|
|
10735
10766
|
}[]>]: never; }) | undefined;
|
|
10736
|
-
} & { [
|
|
10767
|
+
} & { [K_375 in Exclude<keyof I["list_data_socket"]["event_list"], "events">]: never; }) | undefined;
|
|
10737
10768
|
list_category_req?: ({
|
|
10738
10769
|
creator_id?: string | undefined;
|
|
10739
10770
|
clan_id?: string | undefined;
|
|
@@ -10746,7 +10777,7 @@ export declare const Envelope: {
|
|
|
10746
10777
|
category_name?: string | undefined;
|
|
10747
10778
|
category_id?: string | undefined;
|
|
10748
10779
|
category_order?: number | undefined;
|
|
10749
|
-
} & { [
|
|
10780
|
+
} & { [K_376 in Exclude<keyof I["list_data_socket"]["list_category_req"], keyof CategoryDesc>]: never; }) | undefined;
|
|
10750
10781
|
category_list?: ({
|
|
10751
10782
|
categorydesc?: {
|
|
10752
10783
|
creator_id?: string | undefined;
|
|
@@ -10774,14 +10805,14 @@ export declare const Envelope: {
|
|
|
10774
10805
|
category_name?: string | undefined;
|
|
10775
10806
|
category_id?: string | undefined;
|
|
10776
10807
|
category_order?: number | undefined;
|
|
10777
|
-
} & { [
|
|
10808
|
+
} & { [K_377 in Exclude<keyof I["list_data_socket"]["category_list"]["categorydesc"][number], keyof CategoryDesc>]: never; })[] & { [K_378 in Exclude<keyof I["list_data_socket"]["category_list"]["categorydesc"], keyof {
|
|
10778
10809
|
creator_id?: string | undefined;
|
|
10779
10810
|
clan_id?: string | undefined;
|
|
10780
10811
|
category_name?: string | undefined;
|
|
10781
10812
|
category_id?: string | undefined;
|
|
10782
10813
|
category_order?: number | undefined;
|
|
10783
10814
|
}[]>]: never; }) | undefined;
|
|
10784
|
-
} & { [
|
|
10815
|
+
} & { [K_379 in Exclude<keyof I["list_data_socket"]["category_list"], "categorydesc">]: never; }) | undefined;
|
|
10785
10816
|
stream_user_list?: ({
|
|
10786
10817
|
streaming_channel_users?: {
|
|
10787
10818
|
id?: string | undefined;
|
|
@@ -10805,14 +10836,14 @@ export declare const Envelope: {
|
|
|
10805
10836
|
user_id?: string | undefined;
|
|
10806
10837
|
channel_id?: string | undefined;
|
|
10807
10838
|
participant?: string | undefined;
|
|
10808
|
-
} & { [
|
|
10839
|
+
} & { [K_380 in Exclude<keyof I["list_data_socket"]["stream_user_list"]["streaming_channel_users"][number], keyof import("../api/api").StreamingChannelUser>]: never; })[] & { [K_381 in Exclude<keyof I["list_data_socket"]["stream_user_list"]["streaming_channel_users"], keyof {
|
|
10809
10840
|
id?: string | undefined;
|
|
10810
10841
|
user_id?: string | undefined;
|
|
10811
10842
|
channel_id?: string | undefined;
|
|
10812
10843
|
participant?: string | undefined;
|
|
10813
10844
|
}[]>]: never; }) | undefined;
|
|
10814
|
-
} & { [
|
|
10815
|
-
} & { [
|
|
10845
|
+
} & { [K_382 in Exclude<keyof I["list_data_socket"]["stream_user_list"], "streaming_channel_users">]: never; }) | undefined;
|
|
10846
|
+
} & { [K_383 in Exclude<keyof I["list_data_socket"], keyof ListDataSocket>]: never; }) | undefined;
|
|
10816
10847
|
quick_menu_event?: ({
|
|
10817
10848
|
menu_name?: string | undefined;
|
|
10818
10849
|
message?: {
|
|
@@ -10933,7 +10964,7 @@ export declare const Envelope: {
|
|
|
10933
10964
|
create_time?: Date | undefined;
|
|
10934
10965
|
s?: number | undefined;
|
|
10935
10966
|
e?: number | undefined;
|
|
10936
|
-
} & { [
|
|
10967
|
+
} & { [K_384 in Exclude<keyof I["quick_menu_event"]["message"]["mentions"][number], keyof MessageMention>]: never; })[] & { [K_385 in Exclude<keyof I["quick_menu_event"]["message"]["mentions"], keyof {
|
|
10937
10968
|
id?: string | undefined;
|
|
10938
10969
|
user_id?: string | undefined;
|
|
10939
10970
|
username?: string | undefined;
|
|
@@ -10967,7 +10998,7 @@ export declare const Envelope: {
|
|
|
10967
10998
|
width?: number | undefined;
|
|
10968
10999
|
height?: number | undefined;
|
|
10969
11000
|
thumbnail?: string | undefined;
|
|
10970
|
-
} & { [
|
|
11001
|
+
} & { [K_386 in Exclude<keyof I["quick_menu_event"]["message"]["attachments"][number], keyof MessageAttachment>]: never; })[] & { [K_387 in Exclude<keyof I["quick_menu_event"]["message"]["attachments"], keyof {
|
|
10971
11002
|
filename?: string | undefined;
|
|
10972
11003
|
size?: number | undefined;
|
|
10973
11004
|
url?: string | undefined;
|
|
@@ -11009,7 +11040,7 @@ export declare const Envelope: {
|
|
|
11009
11040
|
mesages_sender_avatar?: string | undefined;
|
|
11010
11041
|
message_sender_clan_nick?: string | undefined;
|
|
11011
11042
|
message_sender_display_name?: string | undefined;
|
|
11012
|
-
} & { [
|
|
11043
|
+
} & { [K_388 in Exclude<keyof I["quick_menu_event"]["message"]["references"][number], keyof MessageRef>]: never; })[] & { [K_389 in Exclude<keyof I["quick_menu_event"]["message"]["references"], keyof {
|
|
11013
11044
|
message_id?: string | undefined;
|
|
11014
11045
|
message_ref_id?: string | undefined;
|
|
11015
11046
|
content?: string | undefined;
|
|
@@ -11028,9 +11059,9 @@ export declare const Envelope: {
|
|
|
11028
11059
|
is_public?: boolean | undefined;
|
|
11029
11060
|
code?: number | undefined;
|
|
11030
11061
|
topic_id?: string | undefined;
|
|
11031
|
-
} & { [
|
|
11032
|
-
} & { [
|
|
11033
|
-
} & { [
|
|
11062
|
+
} & { [K_390 in Exclude<keyof I["quick_menu_event"]["message"], keyof ChannelMessageSend>]: never; }) | undefined;
|
|
11063
|
+
} & { [K_391 in Exclude<keyof I["quick_menu_event"], keyof QuickMenuDataEvent>]: never; }) | undefined;
|
|
11064
|
+
} & { [K_392 in Exclude<keyof I, keyof Envelope>]: never; }>(base?: I | undefined): Envelope;
|
|
11034
11065
|
fromPartial<I_1 extends {
|
|
11035
11066
|
cid?: string | undefined;
|
|
11036
11067
|
channel?: {
|
|
@@ -11487,6 +11518,8 @@ export declare const Envelope: {
|
|
|
11487
11518
|
age_restricted?: number | undefined;
|
|
11488
11519
|
active?: number | undefined;
|
|
11489
11520
|
count_mess_unread?: number | undefined;
|
|
11521
|
+
user_ids?: string[] | undefined;
|
|
11522
|
+
role_ids?: string[] | undefined;
|
|
11490
11523
|
} | undefined;
|
|
11491
11524
|
last_pin_message_event?: {
|
|
11492
11525
|
clan_id?: string | undefined;
|
|
@@ -12120,6 +12153,8 @@ export declare const Envelope: {
|
|
|
12120
12153
|
welcome_channel_id?: string | undefined;
|
|
12121
12154
|
onboarding_banner?: string | undefined;
|
|
12122
12155
|
clan_order?: number | undefined;
|
|
12156
|
+
is_community?: boolean | undefined;
|
|
12157
|
+
community_banner?: string | undefined;
|
|
12123
12158
|
}[] | undefined;
|
|
12124
12159
|
} | undefined;
|
|
12125
12160
|
list_thread_req?: {
|
|
@@ -12347,6 +12382,7 @@ export declare const Envelope: {
|
|
|
12347
12382
|
clan_nick?: string | undefined;
|
|
12348
12383
|
clan_avatar?: string | undefined;
|
|
12349
12384
|
clan_id?: string | undefined;
|
|
12385
|
+
added_by?: string | undefined;
|
|
12350
12386
|
}[] | undefined;
|
|
12351
12387
|
cursor?: string | undefined;
|
|
12352
12388
|
channel_id?: string | undefined;
|
|
@@ -13053,7 +13089,7 @@ export declare const Envelope: {
|
|
|
13053
13089
|
status?: string | undefined;
|
|
13054
13090
|
is_mobile?: boolean | undefined;
|
|
13055
13091
|
metadata?: string | undefined;
|
|
13056
|
-
} & { [
|
|
13092
|
+
} & { [K_393 in Exclude<keyof I_1["channel"]["presences"][number], keyof UserPresence>]: never; })[] & { [K_394 in Exclude<keyof I_1["channel"]["presences"], keyof {
|
|
13057
13093
|
user_id?: string | undefined;
|
|
13058
13094
|
session_id?: string | undefined;
|
|
13059
13095
|
username?: string | undefined;
|
|
@@ -13078,16 +13114,16 @@ export declare const Envelope: {
|
|
|
13078
13114
|
status?: string | undefined;
|
|
13079
13115
|
is_mobile?: boolean | undefined;
|
|
13080
13116
|
metadata?: string | undefined;
|
|
13081
|
-
} & { [
|
|
13117
|
+
} & { [K_395 in Exclude<keyof I_1["channel"]["self"], keyof UserPresence>]: never; }) | undefined;
|
|
13082
13118
|
chanel_label?: string | undefined;
|
|
13083
13119
|
clan_logo?: string | undefined;
|
|
13084
13120
|
category_name?: string | undefined;
|
|
13085
|
-
} & { [
|
|
13121
|
+
} & { [K_396 in Exclude<keyof I_1["channel"], keyof Channel>]: never; }) | undefined;
|
|
13086
13122
|
clan_join?: ({
|
|
13087
13123
|
clan_id?: string | undefined;
|
|
13088
13124
|
} & {
|
|
13089
13125
|
clan_id?: string | undefined;
|
|
13090
|
-
} & { [
|
|
13126
|
+
} & { [K_397 in Exclude<keyof I_1["clan_join"], "clan_id">]: never; }) | undefined;
|
|
13091
13127
|
channel_join?: ({
|
|
13092
13128
|
clan_id?: string | undefined;
|
|
13093
13129
|
channel_id?: string | undefined;
|
|
@@ -13098,7 +13134,7 @@ export declare const Envelope: {
|
|
|
13098
13134
|
channel_id?: string | undefined;
|
|
13099
13135
|
channel_type?: number | undefined;
|
|
13100
13136
|
is_public?: boolean | undefined;
|
|
13101
|
-
} & { [
|
|
13137
|
+
} & { [K_398 in Exclude<keyof I_1["channel_join"], keyof ChannelJoin>]: never; }) | undefined;
|
|
13102
13138
|
channel_leave?: ({
|
|
13103
13139
|
clan_id?: string | undefined;
|
|
13104
13140
|
channel_id?: string | undefined;
|
|
@@ -13109,7 +13145,7 @@ export declare const Envelope: {
|
|
|
13109
13145
|
channel_id?: string | undefined;
|
|
13110
13146
|
channel_type?: number | undefined;
|
|
13111
13147
|
is_public?: boolean | undefined;
|
|
13112
|
-
} & { [
|
|
13148
|
+
} & { [K_399 in Exclude<keyof I_1["channel_leave"], keyof ChannelLeave>]: never; }) | undefined;
|
|
13113
13149
|
channel_message?: ({
|
|
13114
13150
|
clan_id?: string | undefined;
|
|
13115
13151
|
channel_id?: string | undefined;
|
|
@@ -13166,7 +13202,7 @@ export declare const Envelope: {
|
|
|
13166
13202
|
hide_editted?: boolean | undefined;
|
|
13167
13203
|
is_public?: boolean | undefined;
|
|
13168
13204
|
topic_id?: string | undefined;
|
|
13169
|
-
} & { [
|
|
13205
|
+
} & { [K_400 in Exclude<keyof I_1["channel_message"], keyof ChannelMessage>]: never; }) | undefined;
|
|
13170
13206
|
channel_message_ack?: ({
|
|
13171
13207
|
channel_id?: string | undefined;
|
|
13172
13208
|
message_id?: string | undefined;
|
|
@@ -13187,7 +13223,7 @@ export declare const Envelope: {
|
|
|
13187
13223
|
persistent?: boolean | undefined;
|
|
13188
13224
|
clan_logo?: string | undefined;
|
|
13189
13225
|
category_name?: string | undefined;
|
|
13190
|
-
} & { [
|
|
13226
|
+
} & { [K_401 in Exclude<keyof I_1["channel_message_ack"], keyof ChannelMessageAck>]: never; }) | undefined;
|
|
13191
13227
|
channel_message_send?: ({
|
|
13192
13228
|
clan_id?: string | undefined;
|
|
13193
13229
|
channel_id?: string | undefined;
|
|
@@ -13261,7 +13297,7 @@ export declare const Envelope: {
|
|
|
13261
13297
|
create_time?: Date | undefined;
|
|
13262
13298
|
s?: number | undefined;
|
|
13263
13299
|
e?: number | undefined;
|
|
13264
|
-
} & { [
|
|
13300
|
+
} & { [K_402 in Exclude<keyof I_1["channel_message_send"]["mentions"][number], keyof MessageMention>]: never; })[] & { [K_403 in Exclude<keyof I_1["channel_message_send"]["mentions"], keyof {
|
|
13265
13301
|
id?: string | undefined;
|
|
13266
13302
|
user_id?: string | undefined;
|
|
13267
13303
|
username?: string | undefined;
|
|
@@ -13295,7 +13331,7 @@ export declare const Envelope: {
|
|
|
13295
13331
|
width?: number | undefined;
|
|
13296
13332
|
height?: number | undefined;
|
|
13297
13333
|
thumbnail?: string | undefined;
|
|
13298
|
-
} & { [
|
|
13334
|
+
} & { [K_404 in Exclude<keyof I_1["channel_message_send"]["attachments"][number], keyof MessageAttachment>]: never; })[] & { [K_405 in Exclude<keyof I_1["channel_message_send"]["attachments"], keyof {
|
|
13299
13335
|
filename?: string | undefined;
|
|
13300
13336
|
size?: number | undefined;
|
|
13301
13337
|
url?: string | undefined;
|
|
@@ -13337,7 +13373,7 @@ export declare const Envelope: {
|
|
|
13337
13373
|
mesages_sender_avatar?: string | undefined;
|
|
13338
13374
|
message_sender_clan_nick?: string | undefined;
|
|
13339
13375
|
message_sender_display_name?: string | undefined;
|
|
13340
|
-
} & { [
|
|
13376
|
+
} & { [K_406 in Exclude<keyof I_1["channel_message_send"]["references"][number], keyof MessageRef>]: never; })[] & { [K_407 in Exclude<keyof I_1["channel_message_send"]["references"], keyof {
|
|
13341
13377
|
message_id?: string | undefined;
|
|
13342
13378
|
message_ref_id?: string | undefined;
|
|
13343
13379
|
content?: string | undefined;
|
|
@@ -13356,7 +13392,7 @@ export declare const Envelope: {
|
|
|
13356
13392
|
is_public?: boolean | undefined;
|
|
13357
13393
|
code?: number | undefined;
|
|
13358
13394
|
topic_id?: string | undefined;
|
|
13359
|
-
} & { [
|
|
13395
|
+
} & { [K_408 in Exclude<keyof I_1["channel_message_send"], keyof ChannelMessageSend>]: never; }) | undefined;
|
|
13360
13396
|
channel_message_update?: ({
|
|
13361
13397
|
clan_id?: string | undefined;
|
|
13362
13398
|
channel_id?: string | undefined;
|
|
@@ -13418,7 +13454,7 @@ export declare const Envelope: {
|
|
|
13418
13454
|
create_time?: Date | undefined;
|
|
13419
13455
|
s?: number | undefined;
|
|
13420
13456
|
e?: number | undefined;
|
|
13421
|
-
} & { [
|
|
13457
|
+
} & { [K_409 in Exclude<keyof I_1["channel_message_update"]["mentions"][number], keyof MessageMention>]: never; })[] & { [K_410 in Exclude<keyof I_1["channel_message_update"]["mentions"], keyof {
|
|
13422
13458
|
id?: string | undefined;
|
|
13423
13459
|
user_id?: string | undefined;
|
|
13424
13460
|
username?: string | undefined;
|
|
@@ -13452,7 +13488,7 @@ export declare const Envelope: {
|
|
|
13452
13488
|
width?: number | undefined;
|
|
13453
13489
|
height?: number | undefined;
|
|
13454
13490
|
thumbnail?: string | undefined;
|
|
13455
|
-
} & { [
|
|
13491
|
+
} & { [K_411 in Exclude<keyof I_1["channel_message_update"]["attachments"][number], keyof MessageAttachment>]: never; })[] & { [K_412 in Exclude<keyof I_1["channel_message_update"]["attachments"], keyof {
|
|
13456
13492
|
filename?: string | undefined;
|
|
13457
13493
|
size?: number | undefined;
|
|
13458
13494
|
url?: string | undefined;
|
|
@@ -13466,7 +13502,7 @@ export declare const Envelope: {
|
|
|
13466
13502
|
hide_editted?: boolean | undefined;
|
|
13467
13503
|
topic_id?: string | undefined;
|
|
13468
13504
|
is_update_msg_topic?: boolean | undefined;
|
|
13469
|
-
} & { [
|
|
13505
|
+
} & { [K_413 in Exclude<keyof I_1["channel_message_update"], keyof ChannelMessageUpdate>]: never; }) | undefined;
|
|
13470
13506
|
channel_message_remove?: ({
|
|
13471
13507
|
clan_id?: string | undefined;
|
|
13472
13508
|
channel_id?: string | undefined;
|
|
@@ -13483,7 +13519,7 @@ export declare const Envelope: {
|
|
|
13483
13519
|
is_public?: boolean | undefined;
|
|
13484
13520
|
has_attachment?: boolean | undefined;
|
|
13485
13521
|
topic_id?: string | undefined;
|
|
13486
|
-
} & { [
|
|
13522
|
+
} & { [K_414 in Exclude<keyof I_1["channel_message_remove"], keyof ChannelMessageRemove>]: never; }) | undefined;
|
|
13487
13523
|
channel_presence_event?: ({
|
|
13488
13524
|
channel_id?: string | undefined;
|
|
13489
13525
|
joins?: {
|
|
@@ -13533,7 +13569,7 @@ export declare const Envelope: {
|
|
|
13533
13569
|
status?: string | undefined;
|
|
13534
13570
|
is_mobile?: boolean | undefined;
|
|
13535
13571
|
metadata?: string | undefined;
|
|
13536
|
-
} & { [
|
|
13572
|
+
} & { [K_415 in Exclude<keyof I_1["channel_presence_event"]["joins"][number], keyof UserPresence>]: never; })[] & { [K_416 in Exclude<keyof I_1["channel_presence_event"]["joins"], keyof {
|
|
13537
13573
|
user_id?: string | undefined;
|
|
13538
13574
|
session_id?: string | undefined;
|
|
13539
13575
|
username?: string | undefined;
|
|
@@ -13566,7 +13602,7 @@ export declare const Envelope: {
|
|
|
13566
13602
|
status?: string | undefined;
|
|
13567
13603
|
is_mobile?: boolean | undefined;
|
|
13568
13604
|
metadata?: string | undefined;
|
|
13569
|
-
} & { [
|
|
13605
|
+
} & { [K_417 in Exclude<keyof I_1["channel_presence_event"]["leaves"][number], keyof UserPresence>]: never; })[] & { [K_418 in Exclude<keyof I_1["channel_presence_event"]["leaves"], keyof {
|
|
13570
13606
|
user_id?: string | undefined;
|
|
13571
13607
|
session_id?: string | undefined;
|
|
13572
13608
|
username?: string | undefined;
|
|
@@ -13578,7 +13614,7 @@ export declare const Envelope: {
|
|
|
13578
13614
|
clan_logo?: string | undefined;
|
|
13579
13615
|
category_name?: string | undefined;
|
|
13580
13616
|
mode?: number | undefined;
|
|
13581
|
-
} & { [
|
|
13617
|
+
} & { [K_419 in Exclude<keyof I_1["channel_presence_event"], keyof ChannelPresenceEvent>]: never; }) | undefined;
|
|
13582
13618
|
error?: ({
|
|
13583
13619
|
code?: number | undefined;
|
|
13584
13620
|
message?: string | undefined;
|
|
@@ -13592,8 +13628,8 @@ export declare const Envelope: {
|
|
|
13592
13628
|
[x: string]: string | undefined;
|
|
13593
13629
|
} & {
|
|
13594
13630
|
[x: string]: string | undefined;
|
|
13595
|
-
} & { [
|
|
13596
|
-
} & { [
|
|
13631
|
+
} & { [K_420 in Exclude<keyof I_1["error"]["context"], string | number>]: never; }) | undefined;
|
|
13632
|
+
} & { [K_421 in Exclude<keyof I_1["error"], keyof Error>]: never; }) | undefined;
|
|
13597
13633
|
notifications?: ({
|
|
13598
13634
|
notifications?: {
|
|
13599
13635
|
id?: string | undefined;
|
|
@@ -13872,8 +13908,8 @@ export declare const Envelope: {
|
|
|
13872
13908
|
creator_id?: string | undefined;
|
|
13873
13909
|
channel_label?: string | undefined;
|
|
13874
13910
|
channel_private?: number | undefined;
|
|
13875
|
-
channel_avatar?: (string[] & string[] & { [
|
|
13876
|
-
user_id?: (string[] & string[] & { [
|
|
13911
|
+
channel_avatar?: (string[] & string[] & { [K_422 in Exclude<keyof I_1["notifications"]["notifications"][number]["channel"]["channel_avatar"], keyof string[]>]: never; }) | undefined;
|
|
13912
|
+
user_id?: (string[] & string[] & { [K_423 in Exclude<keyof I_1["notifications"]["notifications"][number]["channel"]["user_id"], keyof string[]>]: never; }) | undefined;
|
|
13877
13913
|
last_sent_message?: ({
|
|
13878
13914
|
id?: string | undefined;
|
|
13879
13915
|
timestamp_seconds?: number | undefined;
|
|
@@ -13893,8 +13929,8 @@ export declare const Envelope: {
|
|
|
13893
13929
|
reference?: string | undefined;
|
|
13894
13930
|
mention?: string | undefined;
|
|
13895
13931
|
reaction?: string | undefined;
|
|
13896
|
-
repliers?: (string[] & string[] & { [
|
|
13897
|
-
} & { [
|
|
13932
|
+
repliers?: (string[] & string[] & { [K_424 in Exclude<keyof I_1["notifications"]["notifications"][number]["channel"]["last_sent_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
13933
|
+
} & { [K_425 in Exclude<keyof I_1["notifications"]["notifications"][number]["channel"]["last_sent_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
13898
13934
|
last_seen_message?: ({
|
|
13899
13935
|
id?: string | undefined;
|
|
13900
13936
|
timestamp_seconds?: number | undefined;
|
|
@@ -13914,30 +13950,30 @@ export declare const Envelope: {
|
|
|
13914
13950
|
reference?: string | undefined;
|
|
13915
13951
|
mention?: string | undefined;
|
|
13916
13952
|
reaction?: string | undefined;
|
|
13917
|
-
repliers?: (string[] & string[] & { [
|
|
13918
|
-
} & { [
|
|
13919
|
-
is_online?: (boolean[] & boolean[] & { [
|
|
13953
|
+
repliers?: (string[] & string[] & { [K_426 in Exclude<keyof I_1["notifications"]["notifications"][number]["channel"]["last_seen_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
13954
|
+
} & { [K_427 in Exclude<keyof I_1["notifications"]["notifications"][number]["channel"]["last_seen_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
13955
|
+
is_online?: (boolean[] & boolean[] & { [K_428 in Exclude<keyof I_1["notifications"]["notifications"][number]["channel"]["is_online"], keyof boolean[]>]: never; }) | undefined;
|
|
13920
13956
|
meeting_code?: string | undefined;
|
|
13921
13957
|
count_mess_unread?: number | undefined;
|
|
13922
13958
|
active?: number | undefined;
|
|
13923
13959
|
last_pin_message?: string | undefined;
|
|
13924
|
-
usernames?: (string[] & string[] & { [
|
|
13960
|
+
usernames?: (string[] & string[] & { [K_429 in Exclude<keyof I_1["notifications"]["notifications"][number]["channel"]["usernames"], keyof string[]>]: never; }) | undefined;
|
|
13925
13961
|
creator_name?: string | undefined;
|
|
13926
13962
|
create_time_seconds?: number | undefined;
|
|
13927
13963
|
update_time_seconds?: number | undefined;
|
|
13928
|
-
metadata?: (string[] & string[] & { [
|
|
13929
|
-
about_me?: (string[] & string[] & { [
|
|
13964
|
+
metadata?: (string[] & string[] & { [K_430 in Exclude<keyof I_1["notifications"]["notifications"][number]["channel"]["metadata"], keyof string[]>]: never; }) | undefined;
|
|
13965
|
+
about_me?: (string[] & string[] & { [K_431 in Exclude<keyof I_1["notifications"]["notifications"][number]["channel"]["about_me"], keyof string[]>]: never; }) | undefined;
|
|
13930
13966
|
clan_name?: string | undefined;
|
|
13931
13967
|
app_id?: string | undefined;
|
|
13932
13968
|
is_mute?: boolean | undefined;
|
|
13933
13969
|
age_restricted?: number | undefined;
|
|
13934
13970
|
topic?: string | undefined;
|
|
13935
13971
|
e2ee?: number | undefined;
|
|
13936
|
-
display_names?: (string[] & string[] & { [
|
|
13937
|
-
} & { [
|
|
13972
|
+
display_names?: (string[] & string[] & { [K_432 in Exclude<keyof I_1["notifications"]["notifications"][number]["channel"]["display_names"], keyof string[]>]: never; }) | undefined;
|
|
13973
|
+
} & { [K_433 in Exclude<keyof I_1["notifications"]["notifications"][number]["channel"], keyof ChannelDescription1>]: never; }) | undefined;
|
|
13938
13974
|
topic_id?: string | undefined;
|
|
13939
13975
|
category?: number | undefined;
|
|
13940
|
-
} & { [
|
|
13976
|
+
} & { [K_434 in Exclude<keyof I_1["notifications"]["notifications"][number], keyof Notification>]: never; })[] & { [K_435 in Exclude<keyof I_1["notifications"]["notifications"], keyof {
|
|
13941
13977
|
id?: string | undefined;
|
|
13942
13978
|
subject?: string | undefined;
|
|
13943
13979
|
content?: string | undefined;
|
|
@@ -14005,7 +14041,7 @@ export declare const Envelope: {
|
|
|
14005
14041
|
topic_id?: string | undefined;
|
|
14006
14042
|
category?: number | undefined;
|
|
14007
14043
|
}[]>]: never; }) | undefined;
|
|
14008
|
-
} & { [
|
|
14044
|
+
} & { [K_436 in Exclude<keyof I_1["notifications"], "notifications">]: never; }) | undefined;
|
|
14009
14045
|
rpc?: ({
|
|
14010
14046
|
id?: string | undefined;
|
|
14011
14047
|
payload?: string | undefined;
|
|
@@ -14014,7 +14050,7 @@ export declare const Envelope: {
|
|
|
14014
14050
|
id?: string | undefined;
|
|
14015
14051
|
payload?: string | undefined;
|
|
14016
14052
|
http_key?: string | undefined;
|
|
14017
|
-
} & { [
|
|
14053
|
+
} & { [K_437 in Exclude<keyof I_1["rpc"], keyof Rpc>]: never; }) | undefined;
|
|
14018
14054
|
status?: ({
|
|
14019
14055
|
presences?: {
|
|
14020
14056
|
user_id?: string | undefined;
|
|
@@ -14050,7 +14086,7 @@ export declare const Envelope: {
|
|
|
14050
14086
|
status?: string | undefined;
|
|
14051
14087
|
is_mobile?: boolean | undefined;
|
|
14052
14088
|
metadata?: string | undefined;
|
|
14053
|
-
} & { [
|
|
14089
|
+
} & { [K_438 in Exclude<keyof I_1["status"]["presences"][number], keyof UserPresence>]: never; })[] & { [K_439 in Exclude<keyof I_1["status"]["presences"], keyof {
|
|
14054
14090
|
user_id?: string | undefined;
|
|
14055
14091
|
session_id?: string | undefined;
|
|
14056
14092
|
username?: string | undefined;
|
|
@@ -14059,14 +14095,14 @@ export declare const Envelope: {
|
|
|
14059
14095
|
is_mobile?: boolean | undefined;
|
|
14060
14096
|
metadata?: string | undefined;
|
|
14061
14097
|
}[]>]: never; }) | undefined;
|
|
14062
|
-
} & { [
|
|
14098
|
+
} & { [K_440 in Exclude<keyof I_1["status"], "presences">]: never; }) | undefined;
|
|
14063
14099
|
status_follow?: ({
|
|
14064
14100
|
user_ids?: string[] | undefined;
|
|
14065
14101
|
usernames?: string[] | undefined;
|
|
14066
14102
|
} & {
|
|
14067
|
-
user_ids?: (string[] & string[] & { [
|
|
14068
|
-
usernames?: (string[] & string[] & { [
|
|
14069
|
-
} & { [
|
|
14103
|
+
user_ids?: (string[] & string[] & { [K_441 in Exclude<keyof I_1["status_follow"]["user_ids"], keyof string[]>]: never; }) | undefined;
|
|
14104
|
+
usernames?: (string[] & string[] & { [K_442 in Exclude<keyof I_1["status_follow"]["usernames"], keyof string[]>]: never; }) | undefined;
|
|
14105
|
+
} & { [K_443 in Exclude<keyof I_1["status_follow"], keyof StatusFollow>]: never; }) | undefined;
|
|
14070
14106
|
status_presence_event?: ({
|
|
14071
14107
|
joins?: {
|
|
14072
14108
|
user_id?: string | undefined;
|
|
@@ -14111,7 +14147,7 @@ export declare const Envelope: {
|
|
|
14111
14147
|
status?: string | undefined;
|
|
14112
14148
|
is_mobile?: boolean | undefined;
|
|
14113
14149
|
metadata?: string | undefined;
|
|
14114
|
-
} & { [
|
|
14150
|
+
} & { [K_444 in Exclude<keyof I_1["status_presence_event"]["joins"][number], keyof UserPresence>]: never; })[] & { [K_445 in Exclude<keyof I_1["status_presence_event"]["joins"], keyof {
|
|
14115
14151
|
user_id?: string | undefined;
|
|
14116
14152
|
session_id?: string | undefined;
|
|
14117
14153
|
username?: string | undefined;
|
|
@@ -14144,7 +14180,7 @@ export declare const Envelope: {
|
|
|
14144
14180
|
status?: string | undefined;
|
|
14145
14181
|
is_mobile?: boolean | undefined;
|
|
14146
14182
|
metadata?: string | undefined;
|
|
14147
|
-
} & { [
|
|
14183
|
+
} & { [K_446 in Exclude<keyof I_1["status_presence_event"]["leaves"][number], keyof UserPresence>]: never; })[] & { [K_447 in Exclude<keyof I_1["status_presence_event"]["leaves"], keyof {
|
|
14148
14184
|
user_id?: string | undefined;
|
|
14149
14185
|
session_id?: string | undefined;
|
|
14150
14186
|
username?: string | undefined;
|
|
@@ -14153,17 +14189,17 @@ export declare const Envelope: {
|
|
|
14153
14189
|
is_mobile?: boolean | undefined;
|
|
14154
14190
|
metadata?: string | undefined;
|
|
14155
14191
|
}[]>]: never; }) | undefined;
|
|
14156
|
-
} & { [
|
|
14192
|
+
} & { [K_448 in Exclude<keyof I_1["status_presence_event"], keyof StatusPresenceEvent>]: never; }) | undefined;
|
|
14157
14193
|
status_unfollow?: ({
|
|
14158
14194
|
user_ids?: string[] | undefined;
|
|
14159
14195
|
} & {
|
|
14160
|
-
user_ids?: (string[] & string[] & { [
|
|
14161
|
-
} & { [
|
|
14196
|
+
user_ids?: (string[] & string[] & { [K_449 in Exclude<keyof I_1["status_unfollow"]["user_ids"], keyof string[]>]: never; }) | undefined;
|
|
14197
|
+
} & { [K_450 in Exclude<keyof I_1["status_unfollow"], "user_ids">]: never; }) | undefined;
|
|
14162
14198
|
status_update?: ({
|
|
14163
14199
|
status?: string | undefined;
|
|
14164
14200
|
} & {
|
|
14165
14201
|
status?: string | undefined;
|
|
14166
|
-
} & { [
|
|
14202
|
+
} & { [K_451 in Exclude<keyof I_1["status_update"], "status">]: never; }) | undefined;
|
|
14167
14203
|
stream_data?: ({
|
|
14168
14204
|
stream?: {
|
|
14169
14205
|
mode?: number | undefined;
|
|
@@ -14193,7 +14229,7 @@ export declare const Envelope: {
|
|
|
14193
14229
|
channel_id?: string | undefined;
|
|
14194
14230
|
clan_id?: string | undefined;
|
|
14195
14231
|
label?: string | undefined;
|
|
14196
|
-
} & { [
|
|
14232
|
+
} & { [K_452 in Exclude<keyof I_1["stream_data"]["stream"], keyof Stream>]: never; }) | undefined;
|
|
14197
14233
|
sender?: ({
|
|
14198
14234
|
user_id?: string | undefined;
|
|
14199
14235
|
session_id?: string | undefined;
|
|
@@ -14210,10 +14246,10 @@ export declare const Envelope: {
|
|
|
14210
14246
|
status?: string | undefined;
|
|
14211
14247
|
is_mobile?: boolean | undefined;
|
|
14212
14248
|
metadata?: string | undefined;
|
|
14213
|
-
} & { [
|
|
14249
|
+
} & { [K_453 in Exclude<keyof I_1["stream_data"]["sender"], keyof UserPresence>]: never; }) | undefined;
|
|
14214
14250
|
data?: string | undefined;
|
|
14215
14251
|
reliable?: boolean | undefined;
|
|
14216
|
-
} & { [
|
|
14252
|
+
} & { [K_454 in Exclude<keyof I_1["stream_data"], keyof StreamData>]: never; }) | undefined;
|
|
14217
14253
|
stream_presence_event?: ({
|
|
14218
14254
|
stream?: {
|
|
14219
14255
|
mode?: number | undefined;
|
|
@@ -14250,7 +14286,7 @@ export declare const Envelope: {
|
|
|
14250
14286
|
channel_id?: string | undefined;
|
|
14251
14287
|
clan_id?: string | undefined;
|
|
14252
14288
|
label?: string | undefined;
|
|
14253
|
-
} & { [
|
|
14289
|
+
} & { [K_455 in Exclude<keyof I_1["stream_presence_event"]["stream"], keyof Stream>]: never; }) | undefined;
|
|
14254
14290
|
joins?: ({
|
|
14255
14291
|
user_id?: string | undefined;
|
|
14256
14292
|
session_id?: string | undefined;
|
|
@@ -14275,7 +14311,7 @@ export declare const Envelope: {
|
|
|
14275
14311
|
status?: string | undefined;
|
|
14276
14312
|
is_mobile?: boolean | undefined;
|
|
14277
14313
|
metadata?: string | undefined;
|
|
14278
|
-
} & { [
|
|
14314
|
+
} & { [K_456 in Exclude<keyof I_1["stream_presence_event"]["joins"][number], keyof UserPresence>]: never; })[] & { [K_457 in Exclude<keyof I_1["stream_presence_event"]["joins"], keyof {
|
|
14279
14315
|
user_id?: string | undefined;
|
|
14280
14316
|
session_id?: string | undefined;
|
|
14281
14317
|
username?: string | undefined;
|
|
@@ -14308,7 +14344,7 @@ export declare const Envelope: {
|
|
|
14308
14344
|
status?: string | undefined;
|
|
14309
14345
|
is_mobile?: boolean | undefined;
|
|
14310
14346
|
metadata?: string | undefined;
|
|
14311
|
-
} & { [
|
|
14347
|
+
} & { [K_458 in Exclude<keyof I_1["stream_presence_event"]["leaves"][number], keyof UserPresence>]: never; })[] & { [K_459 in Exclude<keyof I_1["stream_presence_event"]["leaves"], keyof {
|
|
14312
14348
|
user_id?: string | undefined;
|
|
14313
14349
|
session_id?: string | undefined;
|
|
14314
14350
|
username?: string | undefined;
|
|
@@ -14317,9 +14353,9 @@ export declare const Envelope: {
|
|
|
14317
14353
|
is_mobile?: boolean | undefined;
|
|
14318
14354
|
metadata?: string | undefined;
|
|
14319
14355
|
}[]>]: never; }) | undefined;
|
|
14320
|
-
} & { [
|
|
14321
|
-
ping?: ({} & {} & { [
|
|
14322
|
-
pong?: ({} & {} & { [
|
|
14356
|
+
} & { [K_460 in Exclude<keyof I_1["stream_presence_event"], keyof StreamPresenceEvent>]: never; }) | undefined;
|
|
14357
|
+
ping?: ({} & {} & { [K_461 in Exclude<keyof I_1["ping"], never>]: never; }) | undefined;
|
|
14358
|
+
pong?: ({} & {} & { [K_462 in Exclude<keyof I_1["pong"], never>]: never; }) | undefined;
|
|
14323
14359
|
message_typing_event?: ({
|
|
14324
14360
|
clan_id?: string | undefined;
|
|
14325
14361
|
channel_id?: string | undefined;
|
|
@@ -14336,7 +14372,7 @@ export declare const Envelope: {
|
|
|
14336
14372
|
is_public?: boolean | undefined;
|
|
14337
14373
|
sender_username?: string | undefined;
|
|
14338
14374
|
sender_display_name?: string | undefined;
|
|
14339
|
-
} & { [
|
|
14375
|
+
} & { [K_463 in Exclude<keyof I_1["message_typing_event"], keyof MessageTypingEvent>]: never; }) | undefined;
|
|
14340
14376
|
last_seen_message_event?: ({
|
|
14341
14377
|
clan_id?: string | undefined;
|
|
14342
14378
|
channel_id?: string | undefined;
|
|
@@ -14351,7 +14387,7 @@ export declare const Envelope: {
|
|
|
14351
14387
|
mode?: number | undefined;
|
|
14352
14388
|
timestamp_seconds?: number | undefined;
|
|
14353
14389
|
badge_count?: number | undefined;
|
|
14354
|
-
} & { [
|
|
14390
|
+
} & { [K_464 in Exclude<keyof I_1["last_seen_message_event"], keyof LastSeenMessageEvent>]: never; }) | undefined;
|
|
14355
14391
|
message_reaction_event?: ({
|
|
14356
14392
|
id?: string | undefined;
|
|
14357
14393
|
emoji_id?: string | undefined;
|
|
@@ -14386,7 +14422,7 @@ export declare const Envelope: {
|
|
|
14386
14422
|
is_public?: boolean | undefined;
|
|
14387
14423
|
topic_id?: string | undefined;
|
|
14388
14424
|
emoji_recent_id?: string | undefined;
|
|
14389
|
-
} & { [
|
|
14425
|
+
} & { [K_465 in Exclude<keyof I_1["message_reaction_event"], keyof MessageReaction>]: never; }) | undefined;
|
|
14390
14426
|
voice_joined_event?: ({
|
|
14391
14427
|
clan_id?: string | undefined;
|
|
14392
14428
|
clan_name?: string | undefined;
|
|
@@ -14405,7 +14441,7 @@ export declare const Envelope: {
|
|
|
14405
14441
|
voice_channel_label?: string | undefined;
|
|
14406
14442
|
voice_channel_id?: string | undefined;
|
|
14407
14443
|
last_screenshot?: string | undefined;
|
|
14408
|
-
} & { [
|
|
14444
|
+
} & { [K_466 in Exclude<keyof I_1["voice_joined_event"], keyof VoiceJoinedEvent>]: never; }) | undefined;
|
|
14409
14445
|
voice_leaved_event?: ({
|
|
14410
14446
|
id?: string | undefined;
|
|
14411
14447
|
clan_id?: string | undefined;
|
|
@@ -14416,7 +14452,7 @@ export declare const Envelope: {
|
|
|
14416
14452
|
clan_id?: string | undefined;
|
|
14417
14453
|
voice_channel_id?: string | undefined;
|
|
14418
14454
|
voice_user_id?: string | undefined;
|
|
14419
|
-
} & { [
|
|
14455
|
+
} & { [K_467 in Exclude<keyof I_1["voice_leaved_event"], keyof VoiceLeavedEvent>]: never; }) | undefined;
|
|
14420
14456
|
voice_started_event?: ({
|
|
14421
14457
|
id?: string | undefined;
|
|
14422
14458
|
clan_id?: string | undefined;
|
|
@@ -14425,7 +14461,7 @@ export declare const Envelope: {
|
|
|
14425
14461
|
id?: string | undefined;
|
|
14426
14462
|
clan_id?: string | undefined;
|
|
14427
14463
|
voice_channel_id?: string | undefined;
|
|
14428
|
-
} & { [
|
|
14464
|
+
} & { [K_468 in Exclude<keyof I_1["voice_started_event"], keyof VoiceStartedEvent>]: never; }) | undefined;
|
|
14429
14465
|
voice_ended_event?: ({
|
|
14430
14466
|
id?: string | undefined;
|
|
14431
14467
|
clan_id?: string | undefined;
|
|
@@ -14434,7 +14470,7 @@ export declare const Envelope: {
|
|
|
14434
14470
|
id?: string | undefined;
|
|
14435
14471
|
clan_id?: string | undefined;
|
|
14436
14472
|
voice_channel_id?: string | undefined;
|
|
14437
|
-
} & { [
|
|
14473
|
+
} & { [K_469 in Exclude<keyof I_1["voice_ended_event"], keyof VoiceEndedEvent>]: never; }) | undefined;
|
|
14438
14474
|
channel_created_event?: ({
|
|
14439
14475
|
clan_id?: string | undefined;
|
|
14440
14476
|
category_id?: string | undefined;
|
|
@@ -14459,7 +14495,7 @@ export declare const Envelope: {
|
|
|
14459
14495
|
status?: number | undefined;
|
|
14460
14496
|
app_id?: string | undefined;
|
|
14461
14497
|
clan_name?: string | undefined;
|
|
14462
|
-
} & { [
|
|
14498
|
+
} & { [K_470 in Exclude<keyof I_1["channel_created_event"], keyof ChannelCreatedEvent>]: never; }) | undefined;
|
|
14463
14499
|
channel_deleted_event?: ({
|
|
14464
14500
|
clan_id?: string | undefined;
|
|
14465
14501
|
category_id?: string | undefined;
|
|
@@ -14472,7 +14508,7 @@ export declare const Envelope: {
|
|
|
14472
14508
|
parent_id?: string | undefined;
|
|
14473
14509
|
channel_id?: string | undefined;
|
|
14474
14510
|
deletor?: string | undefined;
|
|
14475
|
-
} & { [
|
|
14511
|
+
} & { [K_471 in Exclude<keyof I_1["channel_deleted_event"], keyof ChannelDeletedEvent>]: never; }) | undefined;
|
|
14476
14512
|
channel_updated_event?: ({
|
|
14477
14513
|
clan_id?: string | undefined;
|
|
14478
14514
|
category_id?: string | undefined;
|
|
@@ -14491,6 +14527,8 @@ export declare const Envelope: {
|
|
|
14491
14527
|
age_restricted?: number | undefined;
|
|
14492
14528
|
active?: number | undefined;
|
|
14493
14529
|
count_mess_unread?: number | undefined;
|
|
14530
|
+
user_ids?: string[] | undefined;
|
|
14531
|
+
role_ids?: string[] | undefined;
|
|
14494
14532
|
} & {
|
|
14495
14533
|
clan_id?: string | undefined;
|
|
14496
14534
|
category_id?: string | undefined;
|
|
@@ -14509,7 +14547,9 @@ export declare const Envelope: {
|
|
|
14509
14547
|
age_restricted?: number | undefined;
|
|
14510
14548
|
active?: number | undefined;
|
|
14511
14549
|
count_mess_unread?: number | undefined;
|
|
14512
|
-
|
|
14550
|
+
user_ids?: (string[] & string[] & { [K_472 in Exclude<keyof I_1["channel_updated_event"]["user_ids"], keyof string[]>]: never; }) | undefined;
|
|
14551
|
+
role_ids?: (string[] & string[] & { [K_473 in Exclude<keyof I_1["channel_updated_event"]["role_ids"], keyof string[]>]: never; }) | undefined;
|
|
14552
|
+
} & { [K_474 in Exclude<keyof I_1["channel_updated_event"], keyof ChannelUpdatedEvent>]: never; }) | undefined;
|
|
14513
14553
|
last_pin_message_event?: ({
|
|
14514
14554
|
clan_id?: string | undefined;
|
|
14515
14555
|
channel_id?: string | undefined;
|
|
@@ -14540,7 +14580,7 @@ export declare const Envelope: {
|
|
|
14540
14580
|
message_content?: string | undefined;
|
|
14541
14581
|
message_attachment?: string | undefined;
|
|
14542
14582
|
message_created_time?: string | undefined;
|
|
14543
|
-
} & { [
|
|
14583
|
+
} & { [K_475 in Exclude<keyof I_1["last_pin_message_event"], keyof LastPinMessageEvent>]: never; }) | undefined;
|
|
14544
14584
|
custom_status_event?: ({
|
|
14545
14585
|
clan_id?: string | undefined;
|
|
14546
14586
|
user_id?: string | undefined;
|
|
@@ -14555,7 +14595,7 @@ export declare const Envelope: {
|
|
|
14555
14595
|
status?: string | undefined;
|
|
14556
14596
|
time_reset?: number | undefined;
|
|
14557
14597
|
no_clear?: boolean | undefined;
|
|
14558
|
-
} & { [
|
|
14598
|
+
} & { [K_476 in Exclude<keyof I_1["custom_status_event"], keyof CustomStatusEvent>]: never; }) | undefined;
|
|
14559
14599
|
user_channel_added_event?: ({
|
|
14560
14600
|
channel_desc?: {
|
|
14561
14601
|
clan_id?: string | undefined;
|
|
@@ -14725,8 +14765,8 @@ export declare const Envelope: {
|
|
|
14725
14765
|
creator_id?: string | undefined;
|
|
14726
14766
|
channel_label?: string | undefined;
|
|
14727
14767
|
channel_private?: number | undefined;
|
|
14728
|
-
channel_avatar?: (string[] & string[] & { [
|
|
14729
|
-
user_id?: (string[] & string[] & { [
|
|
14768
|
+
channel_avatar?: (string[] & string[] & { [K_477 in Exclude<keyof I_1["user_channel_added_event"]["channel_desc"]["channel_avatar"], keyof string[]>]: never; }) | undefined;
|
|
14769
|
+
user_id?: (string[] & string[] & { [K_478 in Exclude<keyof I_1["user_channel_added_event"]["channel_desc"]["user_id"], keyof string[]>]: never; }) | undefined;
|
|
14730
14770
|
last_sent_message?: ({
|
|
14731
14771
|
id?: string | undefined;
|
|
14732
14772
|
timestamp_seconds?: number | undefined;
|
|
@@ -14746,8 +14786,8 @@ export declare const Envelope: {
|
|
|
14746
14786
|
reference?: string | undefined;
|
|
14747
14787
|
mention?: string | undefined;
|
|
14748
14788
|
reaction?: string | undefined;
|
|
14749
|
-
repliers?: (string[] & string[] & { [
|
|
14750
|
-
} & { [
|
|
14789
|
+
repliers?: (string[] & string[] & { [K_479 in Exclude<keyof I_1["user_channel_added_event"]["channel_desc"]["last_sent_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
14790
|
+
} & { [K_480 in Exclude<keyof I_1["user_channel_added_event"]["channel_desc"]["last_sent_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
14751
14791
|
last_seen_message?: ({
|
|
14752
14792
|
id?: string | undefined;
|
|
14753
14793
|
timestamp_seconds?: number | undefined;
|
|
@@ -14767,27 +14807,27 @@ export declare const Envelope: {
|
|
|
14767
14807
|
reference?: string | undefined;
|
|
14768
14808
|
mention?: string | undefined;
|
|
14769
14809
|
reaction?: string | undefined;
|
|
14770
|
-
repliers?: (string[] & string[] & { [
|
|
14771
|
-
} & { [
|
|
14772
|
-
is_online?: (boolean[] & boolean[] & { [
|
|
14810
|
+
repliers?: (string[] & string[] & { [K_481 in Exclude<keyof I_1["user_channel_added_event"]["channel_desc"]["last_seen_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
14811
|
+
} & { [K_482 in Exclude<keyof I_1["user_channel_added_event"]["channel_desc"]["last_seen_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
14812
|
+
is_online?: (boolean[] & boolean[] & { [K_483 in Exclude<keyof I_1["user_channel_added_event"]["channel_desc"]["is_online"], keyof boolean[]>]: never; }) | undefined;
|
|
14773
14813
|
meeting_code?: string | undefined;
|
|
14774
14814
|
count_mess_unread?: number | undefined;
|
|
14775
14815
|
active?: number | undefined;
|
|
14776
14816
|
last_pin_message?: string | undefined;
|
|
14777
|
-
usernames?: (string[] & string[] & { [
|
|
14817
|
+
usernames?: (string[] & string[] & { [K_484 in Exclude<keyof I_1["user_channel_added_event"]["channel_desc"]["usernames"], keyof string[]>]: never; }) | undefined;
|
|
14778
14818
|
creator_name?: string | undefined;
|
|
14779
14819
|
create_time_seconds?: number | undefined;
|
|
14780
14820
|
update_time_seconds?: number | undefined;
|
|
14781
|
-
metadata?: (string[] & string[] & { [
|
|
14782
|
-
about_me?: (string[] & string[] & { [
|
|
14821
|
+
metadata?: (string[] & string[] & { [K_485 in Exclude<keyof I_1["user_channel_added_event"]["channel_desc"]["metadata"], keyof string[]>]: never; }) | undefined;
|
|
14822
|
+
about_me?: (string[] & string[] & { [K_486 in Exclude<keyof I_1["user_channel_added_event"]["channel_desc"]["about_me"], keyof string[]>]: never; }) | undefined;
|
|
14783
14823
|
clan_name?: string | undefined;
|
|
14784
14824
|
app_id?: string | undefined;
|
|
14785
14825
|
is_mute?: boolean | undefined;
|
|
14786
14826
|
age_restricted?: number | undefined;
|
|
14787
14827
|
topic?: string | undefined;
|
|
14788
14828
|
e2ee?: number | undefined;
|
|
14789
|
-
display_names?: (string[] & string[] & { [
|
|
14790
|
-
} & { [
|
|
14829
|
+
display_names?: (string[] & string[] & { [K_487 in Exclude<keyof I_1["user_channel_added_event"]["channel_desc"]["display_names"], keyof string[]>]: never; }) | undefined;
|
|
14830
|
+
} & { [K_488 in Exclude<keyof I_1["user_channel_added_event"]["channel_desc"], keyof ChannelDescription1>]: never; }) | undefined;
|
|
14791
14831
|
users?: ({
|
|
14792
14832
|
user_id?: string | undefined;
|
|
14793
14833
|
username?: string | undefined;
|
|
@@ -14854,7 +14894,7 @@ export declare const Envelope: {
|
|
|
14854
14894
|
device_id?: string | undefined;
|
|
14855
14895
|
token_id?: string | undefined;
|
|
14856
14896
|
platform?: string | undefined;
|
|
14857
|
-
} & { [
|
|
14897
|
+
} & { [K_489 in Exclude<keyof I_1["user_channel_added_event"]["users"][number]["fcm_tokens"][number], keyof FCMTokens>]: never; })[] & { [K_490 in Exclude<keyof I_1["user_channel_added_event"]["users"][number]["fcm_tokens"], keyof {
|
|
14858
14898
|
device_id?: string | undefined;
|
|
14859
14899
|
token_id?: string | undefined;
|
|
14860
14900
|
platform?: string | undefined;
|
|
@@ -14862,14 +14902,14 @@ export declare const Envelope: {
|
|
|
14862
14902
|
online?: boolean | undefined;
|
|
14863
14903
|
metadata?: string | undefined;
|
|
14864
14904
|
is_disabled?: boolean | undefined;
|
|
14865
|
-
joined_clans?: (string[] & string[] & { [
|
|
14905
|
+
joined_clans?: (string[] & string[] & { [K_491 in Exclude<keyof I_1["user_channel_added_event"]["users"][number]["joined_clans"], keyof string[]>]: never; }) | undefined;
|
|
14866
14906
|
pubkey?: string | undefined;
|
|
14867
14907
|
mezon_id?: string | undefined;
|
|
14868
14908
|
app_token?: string | undefined;
|
|
14869
14909
|
app_url?: string | undefined;
|
|
14870
14910
|
is_bot?: boolean | undefined;
|
|
14871
14911
|
voip_token?: string | undefined;
|
|
14872
|
-
} & { [
|
|
14912
|
+
} & { [K_492 in Exclude<keyof I_1["user_channel_added_event"]["users"][number], keyof UserProfileRedis>]: never; })[] & { [K_493 in Exclude<keyof I_1["user_channel_added_event"]["users"], keyof {
|
|
14873
14913
|
user_id?: string | undefined;
|
|
14874
14914
|
username?: string | undefined;
|
|
14875
14915
|
avatar?: string | undefined;
|
|
@@ -14938,7 +14978,7 @@ export declare const Envelope: {
|
|
|
14938
14978
|
device_id?: string | undefined;
|
|
14939
14979
|
token_id?: string | undefined;
|
|
14940
14980
|
platform?: string | undefined;
|
|
14941
|
-
} & { [
|
|
14981
|
+
} & { [K_494 in Exclude<keyof I_1["user_channel_added_event"]["caller"]["fcm_tokens"][number], keyof FCMTokens>]: never; })[] & { [K_495 in Exclude<keyof I_1["user_channel_added_event"]["caller"]["fcm_tokens"], keyof {
|
|
14942
14982
|
device_id?: string | undefined;
|
|
14943
14983
|
token_id?: string | undefined;
|
|
14944
14984
|
platform?: string | undefined;
|
|
@@ -14946,17 +14986,17 @@ export declare const Envelope: {
|
|
|
14946
14986
|
online?: boolean | undefined;
|
|
14947
14987
|
metadata?: string | undefined;
|
|
14948
14988
|
is_disabled?: boolean | undefined;
|
|
14949
|
-
joined_clans?: (string[] & string[] & { [
|
|
14989
|
+
joined_clans?: (string[] & string[] & { [K_496 in Exclude<keyof I_1["user_channel_added_event"]["caller"]["joined_clans"], keyof string[]>]: never; }) | undefined;
|
|
14950
14990
|
pubkey?: string | undefined;
|
|
14951
14991
|
mezon_id?: string | undefined;
|
|
14952
14992
|
app_token?: string | undefined;
|
|
14953
14993
|
app_url?: string | undefined;
|
|
14954
14994
|
is_bot?: boolean | undefined;
|
|
14955
14995
|
voip_token?: string | undefined;
|
|
14956
|
-
} & { [
|
|
14996
|
+
} & { [K_497 in Exclude<keyof I_1["user_channel_added_event"]["caller"], keyof UserProfileRedis>]: never; }) | undefined;
|
|
14957
14997
|
create_time_second?: number | undefined;
|
|
14958
14998
|
active?: number | undefined;
|
|
14959
|
-
} & { [
|
|
14999
|
+
} & { [K_498 in Exclude<keyof I_1["user_channel_added_event"], keyof UserChannelAdded>]: never; }) | undefined;
|
|
14960
15000
|
user_channel_removed_event?: ({
|
|
14961
15001
|
channel_id?: string | undefined;
|
|
14962
15002
|
user_ids?: string[] | undefined;
|
|
@@ -14965,18 +15005,18 @@ export declare const Envelope: {
|
|
|
14965
15005
|
badge_counts?: number[] | undefined;
|
|
14966
15006
|
} & {
|
|
14967
15007
|
channel_id?: string | undefined;
|
|
14968
|
-
user_ids?: (string[] & string[] & { [
|
|
15008
|
+
user_ids?: (string[] & string[] & { [K_499 in Exclude<keyof I_1["user_channel_removed_event"]["user_ids"], keyof string[]>]: never; }) | undefined;
|
|
14969
15009
|
channel_type?: number | undefined;
|
|
14970
15010
|
clan_id?: string | undefined;
|
|
14971
|
-
badge_counts?: (number[] & number[] & { [
|
|
14972
|
-
} & { [
|
|
15011
|
+
badge_counts?: (number[] & number[] & { [K_500 in Exclude<keyof I_1["user_channel_removed_event"]["badge_counts"], keyof number[]>]: never; }) | undefined;
|
|
15012
|
+
} & { [K_501 in Exclude<keyof I_1["user_channel_removed_event"], keyof UserChannelRemoved>]: never; }) | undefined;
|
|
14973
15013
|
user_clan_removed_event?: ({
|
|
14974
15014
|
clan_id?: string | undefined;
|
|
14975
15015
|
user_ids?: string[] | undefined;
|
|
14976
15016
|
} & {
|
|
14977
15017
|
clan_id?: string | undefined;
|
|
14978
|
-
user_ids?: (string[] & string[] & { [
|
|
14979
|
-
} & { [
|
|
15018
|
+
user_ids?: (string[] & string[] & { [K_502 in Exclude<keyof I_1["user_clan_removed_event"]["user_ids"], keyof string[]>]: never; }) | undefined;
|
|
15019
|
+
} & { [K_503 in Exclude<keyof I_1["user_clan_removed_event"], keyof UserClanRemoved>]: never; }) | undefined;
|
|
14980
15020
|
clan_updated_event?: ({
|
|
14981
15021
|
clan_id?: string | undefined;
|
|
14982
15022
|
clan_name?: string | undefined;
|
|
@@ -14995,7 +15035,7 @@ export declare const Envelope: {
|
|
|
14995
15035
|
is_onboarding?: boolean | undefined;
|
|
14996
15036
|
welcome_channel_id?: string | undefined;
|
|
14997
15037
|
onboarding_banner?: string | undefined;
|
|
14998
|
-
} & { [
|
|
15038
|
+
} & { [K_504 in Exclude<keyof I_1["clan_updated_event"], keyof ClanUpdatedEvent>]: never; }) | undefined;
|
|
14999
15039
|
clan_profile_updated_event?: ({
|
|
15000
15040
|
user_id?: string | undefined;
|
|
15001
15041
|
clan_nick?: string | undefined;
|
|
@@ -15006,7 +15046,7 @@ export declare const Envelope: {
|
|
|
15006
15046
|
clan_nick?: string | undefined;
|
|
15007
15047
|
clan_avatar?: string | undefined;
|
|
15008
15048
|
clan_id?: string | undefined;
|
|
15009
|
-
} & { [
|
|
15049
|
+
} & { [K_505 in Exclude<keyof I_1["clan_profile_updated_event"], keyof ClanProfileUpdatedEvent>]: never; }) | undefined;
|
|
15010
15050
|
check_name_existed_event?: ({
|
|
15011
15051
|
name?: string | undefined;
|
|
15012
15052
|
condition_id?: string | undefined;
|
|
@@ -15017,7 +15057,7 @@ export declare const Envelope: {
|
|
|
15017
15057
|
condition_id?: string | undefined;
|
|
15018
15058
|
exist?: boolean | undefined;
|
|
15019
15059
|
type?: number | undefined;
|
|
15020
|
-
} & { [
|
|
15060
|
+
} & { [K_506 in Exclude<keyof I_1["check_name_existed_event"], keyof CheckNameExistedEvent>]: never; }) | undefined;
|
|
15021
15061
|
user_profile_updated_event?: ({
|
|
15022
15062
|
user_id?: string | undefined;
|
|
15023
15063
|
display_name?: string | undefined;
|
|
@@ -15034,7 +15074,7 @@ export declare const Envelope: {
|
|
|
15034
15074
|
channel_id?: string | undefined;
|
|
15035
15075
|
clan_id?: string | undefined;
|
|
15036
15076
|
encrypt_private_key?: string | undefined;
|
|
15037
|
-
} & { [
|
|
15077
|
+
} & { [K_507 in Exclude<keyof I_1["user_profile_updated_event"], keyof UserProfileUpdatedEvent>]: never; }) | undefined;
|
|
15038
15078
|
add_clan_user_event?: ({
|
|
15039
15079
|
clan_id?: string | undefined;
|
|
15040
15080
|
user?: {
|
|
@@ -15107,7 +15147,7 @@ export declare const Envelope: {
|
|
|
15107
15147
|
device_id?: string | undefined;
|
|
15108
15148
|
token_id?: string | undefined;
|
|
15109
15149
|
platform?: string | undefined;
|
|
15110
|
-
} & { [
|
|
15150
|
+
} & { [K_508 in Exclude<keyof I_1["add_clan_user_event"]["user"]["fcm_tokens"][number], keyof FCMTokens>]: never; })[] & { [K_509 in Exclude<keyof I_1["add_clan_user_event"]["user"]["fcm_tokens"], keyof {
|
|
15111
15151
|
device_id?: string | undefined;
|
|
15112
15152
|
token_id?: string | undefined;
|
|
15113
15153
|
platform?: string | undefined;
|
|
@@ -15115,16 +15155,16 @@ export declare const Envelope: {
|
|
|
15115
15155
|
online?: boolean | undefined;
|
|
15116
15156
|
metadata?: string | undefined;
|
|
15117
15157
|
is_disabled?: boolean | undefined;
|
|
15118
|
-
joined_clans?: (string[] & string[] & { [
|
|
15158
|
+
joined_clans?: (string[] & string[] & { [K_510 in Exclude<keyof I_1["add_clan_user_event"]["user"]["joined_clans"], keyof string[]>]: never; }) | undefined;
|
|
15119
15159
|
pubkey?: string | undefined;
|
|
15120
15160
|
mezon_id?: string | undefined;
|
|
15121
15161
|
app_token?: string | undefined;
|
|
15122
15162
|
app_url?: string | undefined;
|
|
15123
15163
|
is_bot?: boolean | undefined;
|
|
15124
15164
|
voip_token?: string | undefined;
|
|
15125
|
-
} & { [
|
|
15165
|
+
} & { [K_511 in Exclude<keyof I_1["add_clan_user_event"]["user"], keyof UserProfileRedis>]: never; }) | undefined;
|
|
15126
15166
|
invitor?: string | undefined;
|
|
15127
|
-
} & { [
|
|
15167
|
+
} & { [K_512 in Exclude<keyof I_1["add_clan_user_event"], keyof AddClanUserEvent>]: never; }) | undefined;
|
|
15128
15168
|
clan_event_created?: ({
|
|
15129
15169
|
title?: string | undefined;
|
|
15130
15170
|
logo?: string | undefined;
|
|
@@ -15178,8 +15218,8 @@ export declare const Envelope: {
|
|
|
15178
15218
|
external_link?: string | undefined;
|
|
15179
15219
|
creator_id?: string | undefined;
|
|
15180
15220
|
event_id?: string | undefined;
|
|
15181
|
-
} & { [
|
|
15182
|
-
} & { [
|
|
15221
|
+
} & { [K_513 in Exclude<keyof I_1["clan_event_created"]["meet_room"], keyof import("../api/api").GenerateMezonMeetResponse>]: never; }) | undefined;
|
|
15222
|
+
} & { [K_514 in Exclude<keyof I_1["clan_event_created"], keyof CreateEventRequest>]: never; }) | undefined;
|
|
15183
15223
|
role_assign_event?: ({
|
|
15184
15224
|
ClanId?: string | undefined;
|
|
15185
15225
|
role_id?: string | undefined;
|
|
@@ -15188,16 +15228,16 @@ export declare const Envelope: {
|
|
|
15188
15228
|
} & {
|
|
15189
15229
|
ClanId?: string | undefined;
|
|
15190
15230
|
role_id?: string | undefined;
|
|
15191
|
-
user_ids_assigned?: (string[] & string[] & { [
|
|
15192
|
-
user_ids_removed?: (string[] & string[] & { [
|
|
15193
|
-
} & { [
|
|
15231
|
+
user_ids_assigned?: (string[] & string[] & { [K_515 in Exclude<keyof I_1["role_assign_event"]["user_ids_assigned"], keyof string[]>]: never; }) | undefined;
|
|
15232
|
+
user_ids_removed?: (string[] & string[] & { [K_516 in Exclude<keyof I_1["role_assign_event"]["user_ids_removed"], keyof string[]>]: never; }) | undefined;
|
|
15233
|
+
} & { [K_517 in Exclude<keyof I_1["role_assign_event"], keyof RoleAssignedEvent>]: never; }) | undefined;
|
|
15194
15234
|
clan_deleted_event?: ({
|
|
15195
15235
|
clan_id?: string | undefined;
|
|
15196
15236
|
deletor?: string | undefined;
|
|
15197
15237
|
} & {
|
|
15198
15238
|
clan_id?: string | undefined;
|
|
15199
15239
|
deletor?: string | undefined;
|
|
15200
|
-
} & { [
|
|
15240
|
+
} & { [K_518 in Exclude<keyof I_1["clan_deleted_event"], keyof ClanDeletedEvent>]: never; }) | undefined;
|
|
15201
15241
|
give_coffee_event?: ({
|
|
15202
15242
|
sender_id?: string | undefined;
|
|
15203
15243
|
receiver_id?: string | undefined;
|
|
@@ -15212,7 +15252,7 @@ export declare const Envelope: {
|
|
|
15212
15252
|
message_ref_id?: string | undefined;
|
|
15213
15253
|
channel_id?: string | undefined;
|
|
15214
15254
|
clan_id?: string | undefined;
|
|
15215
|
-
} & { [
|
|
15255
|
+
} & { [K_519 in Exclude<keyof I_1["give_coffee_event"], keyof GiveCoffeeEvent>]: never; }) | undefined;
|
|
15216
15256
|
sticker_create_event?: ({
|
|
15217
15257
|
clan_id?: string | undefined;
|
|
15218
15258
|
source?: string | undefined;
|
|
@@ -15231,7 +15271,7 @@ export declare const Envelope: {
|
|
|
15231
15271
|
sticker_id?: string | undefined;
|
|
15232
15272
|
logo?: string | undefined;
|
|
15233
15273
|
clan_name?: string | undefined;
|
|
15234
|
-
} & { [
|
|
15274
|
+
} & { [K_520 in Exclude<keyof I_1["sticker_create_event"], keyof StickerCreateEvent>]: never; }) | undefined;
|
|
15235
15275
|
sticker_update_event?: ({
|
|
15236
15276
|
shortname?: string | undefined;
|
|
15237
15277
|
sticker_id?: string | undefined;
|
|
@@ -15240,14 +15280,14 @@ export declare const Envelope: {
|
|
|
15240
15280
|
shortname?: string | undefined;
|
|
15241
15281
|
sticker_id?: string | undefined;
|
|
15242
15282
|
user_id?: string | undefined;
|
|
15243
|
-
} & { [
|
|
15283
|
+
} & { [K_521 in Exclude<keyof I_1["sticker_update_event"], keyof StickerUpdateEvent>]: never; }) | undefined;
|
|
15244
15284
|
sticker_delete_event?: ({
|
|
15245
15285
|
sticker_id?: string | undefined;
|
|
15246
15286
|
user_id?: string | undefined;
|
|
15247
15287
|
} & {
|
|
15248
15288
|
sticker_id?: string | undefined;
|
|
15249
15289
|
user_id?: string | undefined;
|
|
15250
|
-
} & { [
|
|
15290
|
+
} & { [K_522 in Exclude<keyof I_1["sticker_delete_event"], keyof StickerDeleteEvent>]: never; }) | undefined;
|
|
15251
15291
|
role_event?: ({
|
|
15252
15292
|
role?: {
|
|
15253
15293
|
id?: string | undefined;
|
|
@@ -15385,7 +15425,7 @@ export declare const Envelope: {
|
|
|
15385
15425
|
lang_tag?: string | undefined;
|
|
15386
15426
|
location?: string | undefined;
|
|
15387
15427
|
online?: boolean | undefined;
|
|
15388
|
-
} & { [
|
|
15428
|
+
} & { [K_523 in Exclude<keyof I_1["role_event"]["role"]["role_user_list"]["role_users"][number], keyof import("../api/api").RoleUserList_RoleUser>]: never; })[] & { [K_524 in Exclude<keyof I_1["role_event"]["role"]["role_user_list"]["role_users"], keyof {
|
|
15389
15429
|
id?: string | undefined;
|
|
15390
15430
|
username?: string | undefined;
|
|
15391
15431
|
display_name?: string | undefined;
|
|
@@ -15395,7 +15435,7 @@ export declare const Envelope: {
|
|
|
15395
15435
|
online?: boolean | undefined;
|
|
15396
15436
|
}[]>]: never; }) | undefined;
|
|
15397
15437
|
cursor?: string | undefined;
|
|
15398
|
-
} & { [
|
|
15438
|
+
} & { [K_525 in Exclude<keyof I_1["role_event"]["role"]["role_user_list"], keyof RoleUserList>]: never; }) | undefined;
|
|
15399
15439
|
permission_list?: ({
|
|
15400
15440
|
permissions?: {
|
|
15401
15441
|
id?: string | undefined;
|
|
@@ -15432,7 +15472,7 @@ export declare const Envelope: {
|
|
|
15432
15472
|
active?: number | undefined;
|
|
15433
15473
|
scope?: number | undefined;
|
|
15434
15474
|
level?: number | undefined;
|
|
15435
|
-
} & { [
|
|
15475
|
+
} & { [K_526 in Exclude<keyof I_1["role_event"]["role"]["permission_list"]["permissions"][number], keyof import("../api/api").Permission>]: never; })[] & { [K_527 in Exclude<keyof I_1["role_event"]["role"]["permission_list"]["permissions"], keyof {
|
|
15436
15476
|
id?: string | undefined;
|
|
15437
15477
|
title?: string | undefined;
|
|
15438
15478
|
slug?: string | undefined;
|
|
@@ -15442,19 +15482,19 @@ export declare const Envelope: {
|
|
|
15442
15482
|
level?: number | undefined;
|
|
15443
15483
|
}[]>]: never; }) | undefined;
|
|
15444
15484
|
max_level_permission?: number | undefined;
|
|
15445
|
-
} & { [
|
|
15485
|
+
} & { [K_528 in Exclude<keyof I_1["role_event"]["role"]["permission_list"], keyof PermissionList>]: never; }) | undefined;
|
|
15446
15486
|
role_channel_active?: number | undefined;
|
|
15447
|
-
channel_ids?: (string[] & string[] & { [
|
|
15487
|
+
channel_ids?: (string[] & string[] & { [K_529 in Exclude<keyof I_1["role_event"]["role"]["channel_ids"], keyof string[]>]: never; }) | undefined;
|
|
15448
15488
|
max_level_permission?: number | undefined;
|
|
15449
15489
|
order_role?: number | undefined;
|
|
15450
|
-
} & { [
|
|
15490
|
+
} & { [K_530 in Exclude<keyof I_1["role_event"]["role"], keyof Role>]: never; }) | undefined;
|
|
15451
15491
|
status?: number | undefined;
|
|
15452
15492
|
user_id?: string | undefined;
|
|
15453
|
-
user_add_ids?: (string[] & string[] & { [
|
|
15454
|
-
user_remove_ids?: (string[] & string[] & { [
|
|
15455
|
-
active_permission_ids?: (string[] & string[] & { [
|
|
15456
|
-
remove_permission_ids?: (string[] & string[] & { [
|
|
15457
|
-
} & { [
|
|
15493
|
+
user_add_ids?: (string[] & string[] & { [K_531 in Exclude<keyof I_1["role_event"]["user_add_ids"], keyof string[]>]: never; }) | undefined;
|
|
15494
|
+
user_remove_ids?: (string[] & string[] & { [K_532 in Exclude<keyof I_1["role_event"]["user_remove_ids"], keyof string[]>]: never; }) | undefined;
|
|
15495
|
+
active_permission_ids?: (string[] & string[] & { [K_533 in Exclude<keyof I_1["role_event"]["active_permission_ids"], keyof string[]>]: never; }) | undefined;
|
|
15496
|
+
remove_permission_ids?: (string[] & string[] & { [K_534 in Exclude<keyof I_1["role_event"]["remove_permission_ids"], keyof string[]>]: never; }) | undefined;
|
|
15497
|
+
} & { [K_535 in Exclude<keyof I_1["role_event"], keyof RoleEvent>]: never; }) | undefined;
|
|
15458
15498
|
event_emoji?: ({
|
|
15459
15499
|
id?: string | undefined;
|
|
15460
15500
|
clan_id?: string | undefined;
|
|
@@ -15477,7 +15517,7 @@ export declare const Envelope: {
|
|
|
15477
15517
|
logo?: string | undefined;
|
|
15478
15518
|
clan_name?: string | undefined;
|
|
15479
15519
|
is_for_sale?: boolean | undefined;
|
|
15480
|
-
} & { [
|
|
15520
|
+
} & { [K_536 in Exclude<keyof I_1["event_emoji"], keyof EventEmoji>]: never; }) | undefined;
|
|
15481
15521
|
streaming_joined_event?: ({
|
|
15482
15522
|
clan_id?: string | undefined;
|
|
15483
15523
|
clan_name?: string | undefined;
|
|
@@ -15494,7 +15534,7 @@ export declare const Envelope: {
|
|
|
15494
15534
|
user_id?: string | undefined;
|
|
15495
15535
|
streaming_channel_label?: string | undefined;
|
|
15496
15536
|
streaming_channel_id?: string | undefined;
|
|
15497
|
-
} & { [
|
|
15537
|
+
} & { [K_537 in Exclude<keyof I_1["streaming_joined_event"], keyof StreamingJoinedEvent>]: never; }) | undefined;
|
|
15498
15538
|
streaming_leaved_event?: ({
|
|
15499
15539
|
id?: string | undefined;
|
|
15500
15540
|
clan_id?: string | undefined;
|
|
@@ -15505,7 +15545,7 @@ export declare const Envelope: {
|
|
|
15505
15545
|
clan_id?: string | undefined;
|
|
15506
15546
|
streaming_channel_id?: string | undefined;
|
|
15507
15547
|
streaming_user_id?: string | undefined;
|
|
15508
|
-
} & { [
|
|
15548
|
+
} & { [K_538 in Exclude<keyof I_1["streaming_leaved_event"], keyof StreamingLeavedEvent>]: never; }) | undefined;
|
|
15509
15549
|
streaming_started_event?: ({
|
|
15510
15550
|
clan_id?: string | undefined;
|
|
15511
15551
|
channel_id?: string | undefined;
|
|
@@ -15516,14 +15556,14 @@ export declare const Envelope: {
|
|
|
15516
15556
|
channel_id?: string | undefined;
|
|
15517
15557
|
streaming_url?: string | undefined;
|
|
15518
15558
|
is_streaming?: boolean | undefined;
|
|
15519
|
-
} & { [
|
|
15559
|
+
} & { [K_539 in Exclude<keyof I_1["streaming_started_event"], keyof StreamingStartedEvent>]: never; }) | undefined;
|
|
15520
15560
|
streaming_ended_event?: ({
|
|
15521
15561
|
clan_id?: string | undefined;
|
|
15522
15562
|
channel_id?: string | undefined;
|
|
15523
15563
|
} & {
|
|
15524
15564
|
clan_id?: string | undefined;
|
|
15525
15565
|
channel_id?: string | undefined;
|
|
15526
|
-
} & { [
|
|
15566
|
+
} & { [K_540 in Exclude<keyof I_1["streaming_ended_event"], keyof StreamingEndedEvent>]: never; }) | undefined;
|
|
15527
15567
|
permission_set_event?: ({
|
|
15528
15568
|
caller?: string | undefined;
|
|
15529
15569
|
role_id?: string | undefined;
|
|
@@ -15551,12 +15591,12 @@ export declare const Envelope: {
|
|
|
15551
15591
|
permission_id?: string | undefined;
|
|
15552
15592
|
slug?: string | undefined;
|
|
15553
15593
|
type?: number | undefined;
|
|
15554
|
-
} & { [
|
|
15594
|
+
} & { [K_541 in Exclude<keyof I_1["permission_set_event"]["permission_updates"][number], keyof PermissionUpdate>]: never; })[] & { [K_542 in Exclude<keyof I_1["permission_set_event"]["permission_updates"], keyof {
|
|
15555
15595
|
permission_id?: string | undefined;
|
|
15556
15596
|
slug?: string | undefined;
|
|
15557
15597
|
type?: number | undefined;
|
|
15558
15598
|
}[]>]: never; }) | undefined;
|
|
15559
|
-
} & { [
|
|
15599
|
+
} & { [K_543 in Exclude<keyof I_1["permission_set_event"], keyof PermissionSetEvent>]: never; }) | undefined;
|
|
15560
15600
|
permission_changed_event?: ({
|
|
15561
15601
|
user_id?: string | undefined;
|
|
15562
15602
|
channel_id?: string | undefined;
|
|
@@ -15590,7 +15630,7 @@ export declare const Envelope: {
|
|
|
15590
15630
|
permission_id?: string | undefined;
|
|
15591
15631
|
slug?: string | undefined;
|
|
15592
15632
|
type?: number | undefined;
|
|
15593
|
-
} & { [
|
|
15633
|
+
} & { [K_544 in Exclude<keyof I_1["permission_changed_event"]["add_permissions"][number], keyof PermissionUpdate>]: never; })[] & { [K_545 in Exclude<keyof I_1["permission_changed_event"]["add_permissions"], keyof {
|
|
15594
15634
|
permission_id?: string | undefined;
|
|
15595
15635
|
slug?: string | undefined;
|
|
15596
15636
|
type?: number | undefined;
|
|
@@ -15607,7 +15647,7 @@ export declare const Envelope: {
|
|
|
15607
15647
|
permission_id?: string | undefined;
|
|
15608
15648
|
slug?: string | undefined;
|
|
15609
15649
|
type?: number | undefined;
|
|
15610
|
-
} & { [
|
|
15650
|
+
} & { [K_546 in Exclude<keyof I_1["permission_changed_event"]["remove_permissions"][number], keyof PermissionUpdate>]: never; })[] & { [K_547 in Exclude<keyof I_1["permission_changed_event"]["remove_permissions"], keyof {
|
|
15611
15651
|
permission_id?: string | undefined;
|
|
15612
15652
|
slug?: string | undefined;
|
|
15613
15653
|
type?: number | undefined;
|
|
@@ -15624,12 +15664,12 @@ export declare const Envelope: {
|
|
|
15624
15664
|
permission_id?: string | undefined;
|
|
15625
15665
|
slug?: string | undefined;
|
|
15626
15666
|
type?: number | undefined;
|
|
15627
|
-
} & { [
|
|
15667
|
+
} & { [K_548 in Exclude<keyof I_1["permission_changed_event"]["default_permissions"][number], keyof PermissionUpdate>]: never; })[] & { [K_549 in Exclude<keyof I_1["permission_changed_event"]["default_permissions"], keyof {
|
|
15628
15668
|
permission_id?: string | undefined;
|
|
15629
15669
|
slug?: string | undefined;
|
|
15630
15670
|
type?: number | undefined;
|
|
15631
15671
|
}[]>]: never; }) | undefined;
|
|
15632
|
-
} & { [
|
|
15672
|
+
} & { [K_550 in Exclude<keyof I_1["permission_changed_event"], keyof PermissionChangedEvent>]: never; }) | undefined;
|
|
15633
15673
|
token_sent_event?: ({
|
|
15634
15674
|
sender_id?: string | undefined;
|
|
15635
15675
|
sender_name?: string | undefined;
|
|
@@ -15646,7 +15686,7 @@ export declare const Envelope: {
|
|
|
15646
15686
|
note?: string | undefined;
|
|
15647
15687
|
extra_attribute?: string | undefined;
|
|
15648
15688
|
transaction_id?: string | undefined;
|
|
15649
|
-
} & { [
|
|
15689
|
+
} & { [K_551 in Exclude<keyof I_1["token_sent_event"], keyof TokenSentEvent>]: never; }) | undefined;
|
|
15650
15690
|
message_button_clicked?: ({
|
|
15651
15691
|
message_id?: string | undefined;
|
|
15652
15692
|
channel_id?: string | undefined;
|
|
@@ -15661,7 +15701,7 @@ export declare const Envelope: {
|
|
|
15661
15701
|
sender_id?: string | undefined;
|
|
15662
15702
|
user_id?: string | undefined;
|
|
15663
15703
|
extra_data?: string | undefined;
|
|
15664
|
-
} & { [
|
|
15704
|
+
} & { [K_552 in Exclude<keyof I_1["message_button_clicked"], keyof MessageButtonClicked>]: never; }) | undefined;
|
|
15665
15705
|
unmute_event?: ({
|
|
15666
15706
|
channel_id?: string | undefined;
|
|
15667
15707
|
category_id?: string | undefined;
|
|
@@ -15670,7 +15710,7 @@ export declare const Envelope: {
|
|
|
15670
15710
|
channel_id?: string | undefined;
|
|
15671
15711
|
category_id?: string | undefined;
|
|
15672
15712
|
clan_id?: string | undefined;
|
|
15673
|
-
} & { [
|
|
15713
|
+
} & { [K_553 in Exclude<keyof I_1["unmute_event"], keyof UnmuteEvent>]: never; }) | undefined;
|
|
15674
15714
|
webrtc_signaling_fwd?: ({
|
|
15675
15715
|
receiver_id?: string | undefined;
|
|
15676
15716
|
data_type?: number | undefined;
|
|
@@ -15683,7 +15723,7 @@ export declare const Envelope: {
|
|
|
15683
15723
|
json_data?: string | undefined;
|
|
15684
15724
|
channel_id?: string | undefined;
|
|
15685
15725
|
caller_id?: string | undefined;
|
|
15686
|
-
} & { [
|
|
15726
|
+
} & { [K_554 in Exclude<keyof I_1["webrtc_signaling_fwd"], keyof WebrtcSignalingFwd>]: never; }) | undefined;
|
|
15687
15727
|
list_activity?: ({
|
|
15688
15728
|
acts?: {
|
|
15689
15729
|
user_id?: string | undefined;
|
|
@@ -15723,7 +15763,7 @@ export declare const Envelope: {
|
|
|
15723
15763
|
end_time?: Date | undefined;
|
|
15724
15764
|
application_id?: string | undefined;
|
|
15725
15765
|
status?: number | undefined;
|
|
15726
|
-
} & { [
|
|
15766
|
+
} & { [K_555 in Exclude<keyof I_1["list_activity"]["acts"][number], keyof UserActivity>]: never; })[] & { [K_556 in Exclude<keyof I_1["list_activity"]["acts"], keyof {
|
|
15727
15767
|
user_id?: string | undefined;
|
|
15728
15768
|
activity_name?: string | undefined;
|
|
15729
15769
|
activity_type?: number | undefined;
|
|
@@ -15733,7 +15773,7 @@ export declare const Envelope: {
|
|
|
15733
15773
|
application_id?: string | undefined;
|
|
15734
15774
|
status?: number | undefined;
|
|
15735
15775
|
}[]>]: never; }) | undefined;
|
|
15736
|
-
} & { [
|
|
15776
|
+
} & { [K_557 in Exclude<keyof I_1["list_activity"], "acts">]: never; }) | undefined;
|
|
15737
15777
|
dropdown_box_selected?: ({
|
|
15738
15778
|
message_id?: string | undefined;
|
|
15739
15779
|
channel_id?: string | undefined;
|
|
@@ -15747,8 +15787,8 @@ export declare const Envelope: {
|
|
|
15747
15787
|
selectbox_id?: string | undefined;
|
|
15748
15788
|
sender_id?: string | undefined;
|
|
15749
15789
|
user_id?: string | undefined;
|
|
15750
|
-
values?: (string[] & string[] & { [
|
|
15751
|
-
} & { [
|
|
15790
|
+
values?: (string[] & string[] & { [K_558 in Exclude<keyof I_1["dropdown_box_selected"]["values"], keyof string[]>]: never; }) | undefined;
|
|
15791
|
+
} & { [K_559 in Exclude<keyof I_1["dropdown_box_selected"], keyof DropdownBoxSelected>]: never; }) | undefined;
|
|
15752
15792
|
incoming_call_push?: ({
|
|
15753
15793
|
receiver_id?: string | undefined;
|
|
15754
15794
|
json_data?: string | undefined;
|
|
@@ -15759,7 +15799,7 @@ export declare const Envelope: {
|
|
|
15759
15799
|
json_data?: string | undefined;
|
|
15760
15800
|
channel_id?: string | undefined;
|
|
15761
15801
|
caller_id?: string | undefined;
|
|
15762
|
-
} & { [
|
|
15802
|
+
} & { [K_560 in Exclude<keyof I_1["incoming_call_push"], keyof IncomingCallPush>]: never; }) | undefined;
|
|
15763
15803
|
sd_topic_event?: ({
|
|
15764
15804
|
id?: string | undefined;
|
|
15765
15805
|
clan_id?: string | undefined;
|
|
@@ -15831,8 +15871,8 @@ export declare const Envelope: {
|
|
|
15831
15871
|
reference?: string | undefined;
|
|
15832
15872
|
mention?: string | undefined;
|
|
15833
15873
|
reaction?: string | undefined;
|
|
15834
|
-
repliers?: (string[] & string[] & { [
|
|
15835
|
-
} & { [
|
|
15874
|
+
repliers?: (string[] & string[] & { [K_561 in Exclude<keyof I_1["sd_topic_event"]["last_sent_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
15875
|
+
} & { [K_562 in Exclude<keyof I_1["sd_topic_event"]["last_sent_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
15836
15876
|
message?: ({
|
|
15837
15877
|
clan_id?: string | undefined;
|
|
15838
15878
|
channel_id?: string | undefined;
|
|
@@ -15889,9 +15929,9 @@ export declare const Envelope: {
|
|
|
15889
15929
|
hide_editted?: boolean | undefined;
|
|
15890
15930
|
is_public?: boolean | undefined;
|
|
15891
15931
|
topic_id?: string | undefined;
|
|
15892
|
-
} & { [
|
|
15893
|
-
} & { [
|
|
15894
|
-
follow_event?: ({} & {} & { [
|
|
15932
|
+
} & { [K_563 in Exclude<keyof I_1["sd_topic_event"]["message"], keyof ChannelMessage>]: never; }) | undefined;
|
|
15933
|
+
} & { [K_564 in Exclude<keyof I_1["sd_topic_event"], keyof SdTopicEvent>]: never; }) | undefined;
|
|
15934
|
+
follow_event?: ({} & {} & { [K_565 in Exclude<keyof I_1["follow_event"], never>]: never; }) | undefined;
|
|
15895
15935
|
channel_app_event?: ({
|
|
15896
15936
|
user_id?: string | undefined;
|
|
15897
15937
|
username?: string | undefined;
|
|
@@ -15904,19 +15944,19 @@ export declare const Envelope: {
|
|
|
15904
15944
|
clan_id?: string | undefined;
|
|
15905
15945
|
channel_id?: string | undefined;
|
|
15906
15946
|
action?: number | undefined;
|
|
15907
|
-
} & { [
|
|
15947
|
+
} & { [K_566 in Exclude<keyof I_1["channel_app_event"], keyof ChannelAppEvent>]: never; }) | undefined;
|
|
15908
15948
|
user_status_event?: ({
|
|
15909
15949
|
user_id?: string | undefined;
|
|
15910
15950
|
custom_status?: string | undefined;
|
|
15911
15951
|
} & {
|
|
15912
15952
|
user_id?: string | undefined;
|
|
15913
15953
|
custom_status?: string | undefined;
|
|
15914
|
-
} & { [
|
|
15954
|
+
} & { [K_567 in Exclude<keyof I_1["user_status_event"], keyof UserStatusEvent>]: never; }) | undefined;
|
|
15915
15955
|
remove_friend?: ({
|
|
15916
15956
|
user_id?: string | undefined;
|
|
15917
15957
|
} & {
|
|
15918
15958
|
user_id?: string | undefined;
|
|
15919
|
-
} & { [
|
|
15959
|
+
} & { [K_568 in Exclude<keyof I_1["remove_friend"], "user_id">]: never; }) | undefined;
|
|
15920
15960
|
webhook_event?: ({
|
|
15921
15961
|
id?: string | undefined;
|
|
15922
15962
|
webhook_name?: string | undefined;
|
|
@@ -15939,7 +15979,7 @@ export declare const Envelope: {
|
|
|
15939
15979
|
update_time?: string | undefined;
|
|
15940
15980
|
avatar?: string | undefined;
|
|
15941
15981
|
status?: number | undefined;
|
|
15942
|
-
} & { [
|
|
15982
|
+
} & { [K_569 in Exclude<keyof I_1["webhook_event"], keyof Webhook>]: never; }) | undefined;
|
|
15943
15983
|
noti_user_channel?: ({
|
|
15944
15984
|
id?: string | undefined;
|
|
15945
15985
|
notification_setting_type?: number | undefined;
|
|
@@ -15952,7 +15992,7 @@ export declare const Envelope: {
|
|
|
15952
15992
|
time_mute?: Date | undefined;
|
|
15953
15993
|
active?: number | undefined;
|
|
15954
15994
|
channel_id?: string | undefined;
|
|
15955
|
-
} & { [
|
|
15995
|
+
} & { [K_570 in Exclude<keyof I_1["noti_user_channel"], keyof NotificationUserChannel>]: never; }) | undefined;
|
|
15956
15996
|
join_channel_app_data?: ({
|
|
15957
15997
|
user_id?: string | undefined;
|
|
15958
15998
|
username?: string | undefined;
|
|
@@ -15961,7 +16001,7 @@ export declare const Envelope: {
|
|
|
15961
16001
|
user_id?: string | undefined;
|
|
15962
16002
|
username?: string | undefined;
|
|
15963
16003
|
hash?: string | undefined;
|
|
15964
|
-
} & { [
|
|
16004
|
+
} & { [K_571 in Exclude<keyof I_1["join_channel_app_data"], keyof JoinChannelAppData>]: never; }) | undefined;
|
|
15965
16005
|
canvas_event?: ({
|
|
15966
16006
|
id?: string | undefined;
|
|
15967
16007
|
title?: string | undefined;
|
|
@@ -15980,7 +16020,7 @@ export declare const Envelope: {
|
|
|
15980
16020
|
is_default?: boolean | undefined;
|
|
15981
16021
|
channel_id?: string | undefined;
|
|
15982
16022
|
status?: number | undefined;
|
|
15983
|
-
} & { [
|
|
16023
|
+
} & { [K_572 in Exclude<keyof I_1["canvas_event"], keyof ChannelCanvas>]: never; }) | undefined;
|
|
15984
16024
|
unpin_message_event?: ({
|
|
15985
16025
|
id?: string | undefined;
|
|
15986
16026
|
message_id?: string | undefined;
|
|
@@ -15991,7 +16031,7 @@ export declare const Envelope: {
|
|
|
15991
16031
|
message_id?: string | undefined;
|
|
15992
16032
|
channel_id?: string | undefined;
|
|
15993
16033
|
clan_id?: string | undefined;
|
|
15994
|
-
} & { [
|
|
16034
|
+
} & { [K_573 in Exclude<keyof I_1["unpin_message_event"], keyof UnpinMessageEvent>]: never; }) | undefined;
|
|
15995
16035
|
category_event?: ({
|
|
15996
16036
|
creator_id?: string | undefined;
|
|
15997
16037
|
clan_id?: string | undefined;
|
|
@@ -16004,7 +16044,7 @@ export declare const Envelope: {
|
|
|
16004
16044
|
category_name?: string | undefined;
|
|
16005
16045
|
id?: string | undefined;
|
|
16006
16046
|
status?: number | undefined;
|
|
16007
|
-
} & { [
|
|
16047
|
+
} & { [K_574 in Exclude<keyof I_1["category_event"], keyof CategoryEvent>]: never; }) | undefined;
|
|
16008
16048
|
handle_participant_meet_state_event?: ({
|
|
16009
16049
|
clan_id?: string | undefined;
|
|
16010
16050
|
channel_id?: string | undefined;
|
|
@@ -16015,12 +16055,12 @@ export declare const Envelope: {
|
|
|
16015
16055
|
channel_id?: string | undefined;
|
|
16016
16056
|
display_name?: string | undefined;
|
|
16017
16057
|
state?: number | undefined;
|
|
16018
|
-
} & { [
|
|
16058
|
+
} & { [K_575 in Exclude<keyof I_1["handle_participant_meet_state_event"], keyof HandleParticipantMeetStateEvent>]: never; }) | undefined;
|
|
16019
16059
|
delete_account_event?: ({
|
|
16020
16060
|
user_id?: string | undefined;
|
|
16021
16061
|
} & {
|
|
16022
16062
|
user_id?: string | undefined;
|
|
16023
|
-
} & { [
|
|
16063
|
+
} & { [K_576 in Exclude<keyof I_1["delete_account_event"], "user_id">]: never; }) | undefined;
|
|
16024
16064
|
ephemeral_message_send?: ({
|
|
16025
16065
|
message?: {
|
|
16026
16066
|
clan_id?: string | undefined;
|
|
@@ -16140,7 +16180,7 @@ export declare const Envelope: {
|
|
|
16140
16180
|
create_time?: Date | undefined;
|
|
16141
16181
|
s?: number | undefined;
|
|
16142
16182
|
e?: number | undefined;
|
|
16143
|
-
} & { [
|
|
16183
|
+
} & { [K_577 in Exclude<keyof I_1["ephemeral_message_send"]["message"]["mentions"][number], keyof MessageMention>]: never; })[] & { [K_578 in Exclude<keyof I_1["ephemeral_message_send"]["message"]["mentions"], keyof {
|
|
16144
16184
|
id?: string | undefined;
|
|
16145
16185
|
user_id?: string | undefined;
|
|
16146
16186
|
username?: string | undefined;
|
|
@@ -16174,7 +16214,7 @@ export declare const Envelope: {
|
|
|
16174
16214
|
width?: number | undefined;
|
|
16175
16215
|
height?: number | undefined;
|
|
16176
16216
|
thumbnail?: string | undefined;
|
|
16177
|
-
} & { [
|
|
16217
|
+
} & { [K_579 in Exclude<keyof I_1["ephemeral_message_send"]["message"]["attachments"][number], keyof MessageAttachment>]: never; })[] & { [K_580 in Exclude<keyof I_1["ephemeral_message_send"]["message"]["attachments"], keyof {
|
|
16178
16218
|
filename?: string | undefined;
|
|
16179
16219
|
size?: number | undefined;
|
|
16180
16220
|
url?: string | undefined;
|
|
@@ -16216,7 +16256,7 @@ export declare const Envelope: {
|
|
|
16216
16256
|
mesages_sender_avatar?: string | undefined;
|
|
16217
16257
|
message_sender_clan_nick?: string | undefined;
|
|
16218
16258
|
message_sender_display_name?: string | undefined;
|
|
16219
|
-
} & { [
|
|
16259
|
+
} & { [K_581 in Exclude<keyof I_1["ephemeral_message_send"]["message"]["references"][number], keyof MessageRef>]: never; })[] & { [K_582 in Exclude<keyof I_1["ephemeral_message_send"]["message"]["references"], keyof {
|
|
16220
16260
|
message_id?: string | undefined;
|
|
16221
16261
|
message_ref_id?: string | undefined;
|
|
16222
16262
|
content?: string | undefined;
|
|
@@ -16235,25 +16275,25 @@ export declare const Envelope: {
|
|
|
16235
16275
|
is_public?: boolean | undefined;
|
|
16236
16276
|
code?: number | undefined;
|
|
16237
16277
|
topic_id?: string | undefined;
|
|
16238
|
-
} & { [
|
|
16278
|
+
} & { [K_583 in Exclude<keyof I_1["ephemeral_message_send"]["message"], keyof ChannelMessageSend>]: never; }) | undefined;
|
|
16239
16279
|
receiver_id?: string | undefined;
|
|
16240
|
-
} & { [
|
|
16280
|
+
} & { [K_584 in Exclude<keyof I_1["ephemeral_message_send"], keyof EphemeralMessageSend>]: never; }) | undefined;
|
|
16241
16281
|
block_friend?: ({
|
|
16242
16282
|
user_id?: string | undefined;
|
|
16243
16283
|
} & {
|
|
16244
16284
|
user_id?: string | undefined;
|
|
16245
|
-
} & { [
|
|
16285
|
+
} & { [K_585 in Exclude<keyof I_1["block_friend"], "user_id">]: never; }) | undefined;
|
|
16246
16286
|
voice_reaction_send?: ({
|
|
16247
16287
|
emojis?: string[] | undefined;
|
|
16248
16288
|
channel_id?: string | undefined;
|
|
16249
16289
|
sender_id?: string | undefined;
|
|
16250
16290
|
media_type?: number | undefined;
|
|
16251
16291
|
} & {
|
|
16252
|
-
emojis?: (string[] & string[] & { [
|
|
16292
|
+
emojis?: (string[] & string[] & { [K_586 in Exclude<keyof I_1["voice_reaction_send"]["emojis"], keyof string[]>]: never; }) | undefined;
|
|
16253
16293
|
channel_id?: string | undefined;
|
|
16254
16294
|
sender_id?: string | undefined;
|
|
16255
16295
|
media_type?: number | undefined;
|
|
16256
|
-
} & { [
|
|
16296
|
+
} & { [K_587 in Exclude<keyof I_1["voice_reaction_send"], keyof VoiceReactionSend>]: never; }) | undefined;
|
|
16257
16297
|
mark_as_read?: ({
|
|
16258
16298
|
channel_id?: string | undefined;
|
|
16259
16299
|
category_id?: string | undefined;
|
|
@@ -16262,7 +16302,7 @@ export declare const Envelope: {
|
|
|
16262
16302
|
channel_id?: string | undefined;
|
|
16263
16303
|
category_id?: string | undefined;
|
|
16264
16304
|
clan_id?: string | undefined;
|
|
16265
|
-
} & { [
|
|
16305
|
+
} & { [K_588 in Exclude<keyof I_1["mark_as_read"], keyof MarkAsRead>]: never; }) | undefined;
|
|
16266
16306
|
list_data_socket?: ({
|
|
16267
16307
|
api_name?: string | undefined;
|
|
16268
16308
|
list_clan_req?: {
|
|
@@ -16283,6 +16323,8 @@ export declare const Envelope: {
|
|
|
16283
16323
|
welcome_channel_id?: string | undefined;
|
|
16284
16324
|
onboarding_banner?: string | undefined;
|
|
16285
16325
|
clan_order?: number | undefined;
|
|
16326
|
+
is_community?: boolean | undefined;
|
|
16327
|
+
community_banner?: string | undefined;
|
|
16286
16328
|
}[] | undefined;
|
|
16287
16329
|
} | undefined;
|
|
16288
16330
|
list_thread_req?: {
|
|
@@ -16510,6 +16552,7 @@ export declare const Envelope: {
|
|
|
16510
16552
|
clan_nick?: string | undefined;
|
|
16511
16553
|
clan_avatar?: string | undefined;
|
|
16512
16554
|
clan_id?: string | undefined;
|
|
16555
|
+
added_by?: string | undefined;
|
|
16513
16556
|
}[] | undefined;
|
|
16514
16557
|
cursor?: string | undefined;
|
|
16515
16558
|
channel_id?: string | undefined;
|
|
@@ -17128,7 +17171,7 @@ export declare const Envelope: {
|
|
|
17128
17171
|
limit?: number | undefined;
|
|
17129
17172
|
state?: number | undefined;
|
|
17130
17173
|
cursor?: string | undefined;
|
|
17131
|
-
} & { [
|
|
17174
|
+
} & { [K_589 in Exclude<keyof I_1["list_data_socket"]["list_clan_req"], keyof ListClanDescRequest>]: never; }) | undefined;
|
|
17132
17175
|
clan_desc_list?: ({
|
|
17133
17176
|
clandesc?: {
|
|
17134
17177
|
creator_id?: string | undefined;
|
|
@@ -17142,6 +17185,8 @@ export declare const Envelope: {
|
|
|
17142
17185
|
welcome_channel_id?: string | undefined;
|
|
17143
17186
|
onboarding_banner?: string | undefined;
|
|
17144
17187
|
clan_order?: number | undefined;
|
|
17188
|
+
is_community?: boolean | undefined;
|
|
17189
|
+
community_banner?: string | undefined;
|
|
17145
17190
|
}[] | undefined;
|
|
17146
17191
|
} & {
|
|
17147
17192
|
clandesc?: ({
|
|
@@ -17156,6 +17201,8 @@ export declare const Envelope: {
|
|
|
17156
17201
|
welcome_channel_id?: string | undefined;
|
|
17157
17202
|
onboarding_banner?: string | undefined;
|
|
17158
17203
|
clan_order?: number | undefined;
|
|
17204
|
+
is_community?: boolean | undefined;
|
|
17205
|
+
community_banner?: string | undefined;
|
|
17159
17206
|
}[] & ({
|
|
17160
17207
|
creator_id?: string | undefined;
|
|
17161
17208
|
clan_name?: string | undefined;
|
|
@@ -17168,6 +17215,8 @@ export declare const Envelope: {
|
|
|
17168
17215
|
welcome_channel_id?: string | undefined;
|
|
17169
17216
|
onboarding_banner?: string | undefined;
|
|
17170
17217
|
clan_order?: number | undefined;
|
|
17218
|
+
is_community?: boolean | undefined;
|
|
17219
|
+
community_banner?: string | undefined;
|
|
17171
17220
|
} & {
|
|
17172
17221
|
creator_id?: string | undefined;
|
|
17173
17222
|
clan_name?: string | undefined;
|
|
@@ -17180,7 +17229,9 @@ export declare const Envelope: {
|
|
|
17180
17229
|
welcome_channel_id?: string | undefined;
|
|
17181
17230
|
onboarding_banner?: string | undefined;
|
|
17182
17231
|
clan_order?: number | undefined;
|
|
17183
|
-
|
|
17232
|
+
is_community?: boolean | undefined;
|
|
17233
|
+
community_banner?: string | undefined;
|
|
17234
|
+
} & { [K_590 in Exclude<keyof I_1["list_data_socket"]["clan_desc_list"]["clandesc"][number], keyof import("../api/api").ClanDesc>]: never; })[] & { [K_591 in Exclude<keyof I_1["list_data_socket"]["clan_desc_list"]["clandesc"], keyof {
|
|
17184
17235
|
creator_id?: string | undefined;
|
|
17185
17236
|
clan_name?: string | undefined;
|
|
17186
17237
|
logo?: string | undefined;
|
|
@@ -17192,8 +17243,10 @@ export declare const Envelope: {
|
|
|
17192
17243
|
welcome_channel_id?: string | undefined;
|
|
17193
17244
|
onboarding_banner?: string | undefined;
|
|
17194
17245
|
clan_order?: number | undefined;
|
|
17246
|
+
is_community?: boolean | undefined;
|
|
17247
|
+
community_banner?: string | undefined;
|
|
17195
17248
|
}[]>]: never; }) | undefined;
|
|
17196
|
-
} & { [
|
|
17249
|
+
} & { [K_592 in Exclude<keyof I_1["list_data_socket"]["clan_desc_list"], "clandesc">]: never; }) | undefined;
|
|
17197
17250
|
list_thread_req?: ({
|
|
17198
17251
|
limit?: number | undefined;
|
|
17199
17252
|
state?: number | undefined;
|
|
@@ -17208,7 +17261,7 @@ export declare const Envelope: {
|
|
|
17208
17261
|
channel_id?: string | undefined;
|
|
17209
17262
|
thread_id?: string | undefined;
|
|
17210
17263
|
page?: number | undefined;
|
|
17211
|
-
} & { [
|
|
17264
|
+
} & { [K_593 in Exclude<keyof I_1["list_data_socket"]["list_thread_req"], keyof ListThreadRequest>]: never; }) | undefined;
|
|
17212
17265
|
channel_desc_list?: ({
|
|
17213
17266
|
channeldesc?: {
|
|
17214
17267
|
clan_id?: string | undefined;
|
|
@@ -17382,8 +17435,8 @@ export declare const Envelope: {
|
|
|
17382
17435
|
creator_id?: string | undefined;
|
|
17383
17436
|
channel_label?: string | undefined;
|
|
17384
17437
|
channel_private?: number | undefined;
|
|
17385
|
-
channel_avatar?: (string[] & string[] & { [
|
|
17386
|
-
user_id?: (string[] & string[] & { [
|
|
17438
|
+
channel_avatar?: (string[] & string[] & { [K_594 in Exclude<keyof I_1["list_data_socket"]["channel_desc_list"]["channeldesc"][number]["channel_avatar"], keyof string[]>]: never; }) | undefined;
|
|
17439
|
+
user_id?: (string[] & string[] & { [K_595 in Exclude<keyof I_1["list_data_socket"]["channel_desc_list"]["channeldesc"][number]["user_id"], keyof string[]>]: never; }) | undefined;
|
|
17387
17440
|
last_sent_message?: ({
|
|
17388
17441
|
id?: string | undefined;
|
|
17389
17442
|
timestamp_seconds?: number | undefined;
|
|
@@ -17403,8 +17456,8 @@ export declare const Envelope: {
|
|
|
17403
17456
|
reference?: string | undefined;
|
|
17404
17457
|
mention?: string | undefined;
|
|
17405
17458
|
reaction?: string | undefined;
|
|
17406
|
-
repliers?: (string[] & string[] & { [
|
|
17407
|
-
} & { [
|
|
17459
|
+
repliers?: (string[] & string[] & { [K_596 in Exclude<keyof I_1["list_data_socket"]["channel_desc_list"]["channeldesc"][number]["last_sent_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
17460
|
+
} & { [K_597 in Exclude<keyof I_1["list_data_socket"]["channel_desc_list"]["channeldesc"][number]["last_sent_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
17408
17461
|
last_seen_message?: ({
|
|
17409
17462
|
id?: string | undefined;
|
|
17410
17463
|
timestamp_seconds?: number | undefined;
|
|
@@ -17424,27 +17477,27 @@ export declare const Envelope: {
|
|
|
17424
17477
|
reference?: string | undefined;
|
|
17425
17478
|
mention?: string | undefined;
|
|
17426
17479
|
reaction?: string | undefined;
|
|
17427
|
-
repliers?: (string[] & string[] & { [
|
|
17428
|
-
} & { [
|
|
17429
|
-
is_online?: (boolean[] & boolean[] & { [
|
|
17480
|
+
repliers?: (string[] & string[] & { [K_598 in Exclude<keyof I_1["list_data_socket"]["channel_desc_list"]["channeldesc"][number]["last_seen_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
17481
|
+
} & { [K_599 in Exclude<keyof I_1["list_data_socket"]["channel_desc_list"]["channeldesc"][number]["last_seen_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
17482
|
+
is_online?: (boolean[] & boolean[] & { [K_600 in Exclude<keyof I_1["list_data_socket"]["channel_desc_list"]["channeldesc"][number]["is_online"], keyof boolean[]>]: never; }) | undefined;
|
|
17430
17483
|
meeting_code?: string | undefined;
|
|
17431
17484
|
count_mess_unread?: number | undefined;
|
|
17432
17485
|
active?: number | undefined;
|
|
17433
17486
|
last_pin_message?: string | undefined;
|
|
17434
|
-
usernames?: (string[] & string[] & { [
|
|
17487
|
+
usernames?: (string[] & string[] & { [K_601 in Exclude<keyof I_1["list_data_socket"]["channel_desc_list"]["channeldesc"][number]["usernames"], keyof string[]>]: never; }) | undefined;
|
|
17435
17488
|
creator_name?: string | undefined;
|
|
17436
17489
|
create_time_seconds?: number | undefined;
|
|
17437
17490
|
update_time_seconds?: number | undefined;
|
|
17438
|
-
metadata?: (string[] & string[] & { [
|
|
17439
|
-
about_me?: (string[] & string[] & { [
|
|
17491
|
+
metadata?: (string[] & string[] & { [K_602 in Exclude<keyof I_1["list_data_socket"]["channel_desc_list"]["channeldesc"][number]["metadata"], keyof string[]>]: never; }) | undefined;
|
|
17492
|
+
about_me?: (string[] & string[] & { [K_603 in Exclude<keyof I_1["list_data_socket"]["channel_desc_list"]["channeldesc"][number]["about_me"], keyof string[]>]: never; }) | undefined;
|
|
17440
17493
|
clan_name?: string | undefined;
|
|
17441
17494
|
app_id?: string | undefined;
|
|
17442
17495
|
is_mute?: boolean | undefined;
|
|
17443
17496
|
age_restricted?: number | undefined;
|
|
17444
17497
|
topic?: string | undefined;
|
|
17445
17498
|
e2ee?: number | undefined;
|
|
17446
|
-
display_names?: (string[] & string[] & { [
|
|
17447
|
-
} & { [
|
|
17499
|
+
display_names?: (string[] & string[] & { [K_604 in Exclude<keyof I_1["list_data_socket"]["channel_desc_list"]["channeldesc"][number]["display_names"], keyof string[]>]: never; }) | undefined;
|
|
17500
|
+
} & { [K_605 in Exclude<keyof I_1["list_data_socket"]["channel_desc_list"]["channeldesc"][number], keyof ChannelDescription1>]: never; })[] & { [K_606 in Exclude<keyof I_1["list_data_socket"]["channel_desc_list"]["channeldesc"], keyof {
|
|
17448
17501
|
clan_id?: string | undefined;
|
|
17449
17502
|
parent_id?: string | undefined;
|
|
17450
17503
|
channel_id?: string | undefined;
|
|
@@ -17501,28 +17554,28 @@ export declare const Envelope: {
|
|
|
17501
17554
|
prev_cursor?: string | undefined;
|
|
17502
17555
|
cacheable_cursor?: string | undefined;
|
|
17503
17556
|
page?: number | undefined;
|
|
17504
|
-
} & { [
|
|
17557
|
+
} & { [K_607 in Exclude<keyof I_1["list_data_socket"]["channel_desc_list"], keyof ChannelDescList>]: never; }) | undefined;
|
|
17505
17558
|
list_channel_users_uc_req?: ({
|
|
17506
17559
|
channel_id?: string | undefined;
|
|
17507
17560
|
limit?: number | undefined;
|
|
17508
17561
|
} & {
|
|
17509
17562
|
channel_id?: string | undefined;
|
|
17510
17563
|
limit?: number | undefined;
|
|
17511
|
-
} & { [
|
|
17564
|
+
} & { [K_608 in Exclude<keyof I_1["list_data_socket"]["list_channel_users_uc_req"], keyof AllUsersAddChannelRequest>]: never; }) | undefined;
|
|
17512
17565
|
channel_users_uc_list?: ({
|
|
17513
17566
|
channel_id?: string | undefined;
|
|
17514
17567
|
user_ids?: string[] | undefined;
|
|
17515
17568
|
limit?: number | undefined;
|
|
17516
17569
|
} & {
|
|
17517
17570
|
channel_id?: string | undefined;
|
|
17518
|
-
user_ids?: (string[] & string[] & { [
|
|
17571
|
+
user_ids?: (string[] & string[] & { [K_609 in Exclude<keyof I_1["list_data_socket"]["channel_users_uc_list"]["user_ids"], keyof string[]>]: never; }) | undefined;
|
|
17519
17572
|
limit?: number | undefined;
|
|
17520
|
-
} & { [
|
|
17573
|
+
} & { [K_610 in Exclude<keyof I_1["list_data_socket"]["channel_users_uc_list"], keyof AllUsersAddChannelResponse>]: never; }) | undefined;
|
|
17521
17574
|
list_channel_detail_req?: ({
|
|
17522
17575
|
channel_id?: string | undefined;
|
|
17523
17576
|
} & {
|
|
17524
17577
|
channel_id?: string | undefined;
|
|
17525
|
-
} & { [
|
|
17578
|
+
} & { [K_611 in Exclude<keyof I_1["list_data_socket"]["list_channel_detail_req"], "channel_id">]: never; }) | undefined;
|
|
17526
17579
|
channel_desc?: ({
|
|
17527
17580
|
clan_id?: string | undefined;
|
|
17528
17581
|
parent_id?: string | undefined;
|
|
@@ -17585,8 +17638,8 @@ export declare const Envelope: {
|
|
|
17585
17638
|
creator_id?: string | undefined;
|
|
17586
17639
|
channel_label?: string | undefined;
|
|
17587
17640
|
channel_private?: number | undefined;
|
|
17588
|
-
channel_avatar?: (string[] & string[] & { [
|
|
17589
|
-
user_id?: (string[] & string[] & { [
|
|
17641
|
+
channel_avatar?: (string[] & string[] & { [K_612 in Exclude<keyof I_1["list_data_socket"]["channel_desc"]["channel_avatar"], keyof string[]>]: never; }) | undefined;
|
|
17642
|
+
user_id?: (string[] & string[] & { [K_613 in Exclude<keyof I_1["list_data_socket"]["channel_desc"]["user_id"], keyof string[]>]: never; }) | undefined;
|
|
17590
17643
|
last_sent_message?: ({
|
|
17591
17644
|
id?: string | undefined;
|
|
17592
17645
|
timestamp_seconds?: number | undefined;
|
|
@@ -17606,8 +17659,8 @@ export declare const Envelope: {
|
|
|
17606
17659
|
reference?: string | undefined;
|
|
17607
17660
|
mention?: string | undefined;
|
|
17608
17661
|
reaction?: string | undefined;
|
|
17609
|
-
repliers?: (string[] & string[] & { [
|
|
17610
|
-
} & { [
|
|
17662
|
+
repliers?: (string[] & string[] & { [K_614 in Exclude<keyof I_1["list_data_socket"]["channel_desc"]["last_sent_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
17663
|
+
} & { [K_615 in Exclude<keyof I_1["list_data_socket"]["channel_desc"]["last_sent_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
17611
17664
|
last_seen_message?: ({
|
|
17612
17665
|
id?: string | undefined;
|
|
17613
17666
|
timestamp_seconds?: number | undefined;
|
|
@@ -17627,27 +17680,27 @@ export declare const Envelope: {
|
|
|
17627
17680
|
reference?: string | undefined;
|
|
17628
17681
|
mention?: string | undefined;
|
|
17629
17682
|
reaction?: string | undefined;
|
|
17630
|
-
repliers?: (string[] & string[] & { [
|
|
17631
|
-
} & { [
|
|
17632
|
-
is_online?: (boolean[] & boolean[] & { [
|
|
17683
|
+
repliers?: (string[] & string[] & { [K_616 in Exclude<keyof I_1["list_data_socket"]["channel_desc"]["last_seen_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
17684
|
+
} & { [K_617 in Exclude<keyof I_1["list_data_socket"]["channel_desc"]["last_seen_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
17685
|
+
is_online?: (boolean[] & boolean[] & { [K_618 in Exclude<keyof I_1["list_data_socket"]["channel_desc"]["is_online"], keyof boolean[]>]: never; }) | undefined;
|
|
17633
17686
|
meeting_code?: string | undefined;
|
|
17634
17687
|
count_mess_unread?: number | undefined;
|
|
17635
17688
|
active?: number | undefined;
|
|
17636
17689
|
last_pin_message?: string | undefined;
|
|
17637
|
-
usernames?: (string[] & string[] & { [
|
|
17690
|
+
usernames?: (string[] & string[] & { [K_619 in Exclude<keyof I_1["list_data_socket"]["channel_desc"]["usernames"], keyof string[]>]: never; }) | undefined;
|
|
17638
17691
|
creator_name?: string | undefined;
|
|
17639
17692
|
create_time_seconds?: number | undefined;
|
|
17640
17693
|
update_time_seconds?: number | undefined;
|
|
17641
|
-
metadata?: (string[] & string[] & { [
|
|
17642
|
-
about_me?: (string[] & string[] & { [
|
|
17694
|
+
metadata?: (string[] & string[] & { [K_620 in Exclude<keyof I_1["list_data_socket"]["channel_desc"]["metadata"], keyof string[]>]: never; }) | undefined;
|
|
17695
|
+
about_me?: (string[] & string[] & { [K_621 in Exclude<keyof I_1["list_data_socket"]["channel_desc"]["about_me"], keyof string[]>]: never; }) | undefined;
|
|
17643
17696
|
clan_name?: string | undefined;
|
|
17644
17697
|
app_id?: string | undefined;
|
|
17645
17698
|
is_mute?: boolean | undefined;
|
|
17646
17699
|
age_restricted?: number | undefined;
|
|
17647
17700
|
topic?: string | undefined;
|
|
17648
17701
|
e2ee?: number | undefined;
|
|
17649
|
-
display_names?: (string[] & string[] & { [
|
|
17650
|
-
} & { [
|
|
17702
|
+
display_names?: (string[] & string[] & { [K_622 in Exclude<keyof I_1["list_data_socket"]["channel_desc"]["display_names"], keyof string[]>]: never; }) | undefined;
|
|
17703
|
+
} & { [K_623 in Exclude<keyof I_1["list_data_socket"]["channel_desc"], keyof ChannelDescription1>]: never; }) | undefined;
|
|
17651
17704
|
list_channel_req?: ({
|
|
17652
17705
|
limit?: number | undefined;
|
|
17653
17706
|
state?: number | undefined;
|
|
@@ -17660,7 +17713,7 @@ export declare const Envelope: {
|
|
|
17660
17713
|
cursor?: string | undefined;
|
|
17661
17714
|
clan_id?: string | undefined;
|
|
17662
17715
|
channel_type?: number | undefined;
|
|
17663
|
-
} & { [
|
|
17716
|
+
} & { [K_624 in Exclude<keyof I_1["list_data_socket"]["list_channel_req"], keyof ListChannelDescsRequest>]: never; }) | undefined;
|
|
17664
17717
|
list_channel_message_req?: ({
|
|
17665
17718
|
clan_id?: string | undefined;
|
|
17666
17719
|
channel_id?: string | undefined;
|
|
@@ -17675,7 +17728,7 @@ export declare const Envelope: {
|
|
|
17675
17728
|
limit?: number | undefined;
|
|
17676
17729
|
direction?: number | undefined;
|
|
17677
17730
|
topic_id?: string | undefined;
|
|
17678
|
-
} & { [
|
|
17731
|
+
} & { [K_625 in Exclude<keyof I_1["list_data_socket"]["list_channel_message_req"], keyof ListChannelMessagesRequest>]: never; }) | undefined;
|
|
17679
17732
|
channel_message_list?: ({
|
|
17680
17733
|
messages?: {
|
|
17681
17734
|
clan_id?: string | undefined;
|
|
@@ -17813,7 +17866,7 @@ export declare const Envelope: {
|
|
|
17813
17866
|
hide_editted?: boolean | undefined;
|
|
17814
17867
|
is_public?: boolean | undefined;
|
|
17815
17868
|
topic_id?: string | undefined;
|
|
17816
|
-
} & { [
|
|
17869
|
+
} & { [K_626 in Exclude<keyof I_1["list_data_socket"]["channel_message_list"]["messages"][number], keyof ChannelMessage>]: never; })[] & { [K_627 in Exclude<keyof I_1["list_data_socket"]["channel_message_list"]["messages"], keyof {
|
|
17817
17870
|
clan_id?: string | undefined;
|
|
17818
17871
|
channel_id?: string | undefined;
|
|
17819
17872
|
message_id?: string | undefined;
|
|
@@ -17861,8 +17914,8 @@ export declare const Envelope: {
|
|
|
17861
17914
|
reference?: string | undefined;
|
|
17862
17915
|
mention?: string | undefined;
|
|
17863
17916
|
reaction?: string | undefined;
|
|
17864
|
-
repliers?: (string[] & string[] & { [
|
|
17865
|
-
} & { [
|
|
17917
|
+
repliers?: (string[] & string[] & { [K_628 in Exclude<keyof I_1["list_data_socket"]["channel_message_list"]["last_seen_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
17918
|
+
} & { [K_629 in Exclude<keyof I_1["list_data_socket"]["channel_message_list"]["last_seen_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
17866
17919
|
last_sent_message?: ({
|
|
17867
17920
|
id?: string | undefined;
|
|
17868
17921
|
timestamp_seconds?: number | undefined;
|
|
@@ -17882,9 +17935,9 @@ export declare const Envelope: {
|
|
|
17882
17935
|
reference?: string | undefined;
|
|
17883
17936
|
mention?: string | undefined;
|
|
17884
17937
|
reaction?: string | undefined;
|
|
17885
|
-
repliers?: (string[] & string[] & { [
|
|
17886
|
-
} & { [
|
|
17887
|
-
} & { [
|
|
17938
|
+
repliers?: (string[] & string[] & { [K_630 in Exclude<keyof I_1["list_data_socket"]["channel_message_list"]["last_sent_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
17939
|
+
} & { [K_631 in Exclude<keyof I_1["list_data_socket"]["channel_message_list"]["last_sent_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
17940
|
+
} & { [K_632 in Exclude<keyof I_1["list_data_socket"]["channel_message_list"], keyof ChannelMessageList>]: never; }) | undefined;
|
|
17888
17941
|
list_channel_users_req?: ({
|
|
17889
17942
|
clan_id?: string | undefined;
|
|
17890
17943
|
channel_id?: string | undefined;
|
|
@@ -17899,7 +17952,7 @@ export declare const Envelope: {
|
|
|
17899
17952
|
limit?: number | undefined;
|
|
17900
17953
|
state?: number | undefined;
|
|
17901
17954
|
cursor?: string | undefined;
|
|
17902
|
-
} & { [
|
|
17955
|
+
} & { [K_633 in Exclude<keyof I_1["list_data_socket"]["list_channel_users_req"], keyof ListChannelUsersRequest>]: never; }) | undefined;
|
|
17903
17956
|
voice_user_list?: ({
|
|
17904
17957
|
voice_channel_users?: {
|
|
17905
17958
|
id?: string | undefined;
|
|
@@ -17923,13 +17976,13 @@ export declare const Envelope: {
|
|
|
17923
17976
|
user_id?: string | undefined;
|
|
17924
17977
|
channel_id?: string | undefined;
|
|
17925
17978
|
participant?: string | undefined;
|
|
17926
|
-
} & { [
|
|
17979
|
+
} & { [K_634 in Exclude<keyof I_1["list_data_socket"]["voice_user_list"]["voice_channel_users"][number], keyof import("../api/api").VoiceChannelUser>]: never; })[] & { [K_635 in Exclude<keyof I_1["list_data_socket"]["voice_user_list"]["voice_channel_users"], keyof {
|
|
17927
17980
|
id?: string | undefined;
|
|
17928
17981
|
user_id?: string | undefined;
|
|
17929
17982
|
channel_id?: string | undefined;
|
|
17930
17983
|
participant?: string | undefined;
|
|
17931
17984
|
}[]>]: never; }) | undefined;
|
|
17932
|
-
} & { [
|
|
17985
|
+
} & { [K_636 in Exclude<keyof I_1["list_data_socket"]["voice_user_list"], "voice_channel_users">]: never; }) | undefined;
|
|
17933
17986
|
channel_user_list?: ({
|
|
17934
17987
|
channel_users?: {
|
|
17935
17988
|
user_id?: string | undefined;
|
|
@@ -17939,6 +17992,7 @@ export declare const Envelope: {
|
|
|
17939
17992
|
clan_nick?: string | undefined;
|
|
17940
17993
|
clan_avatar?: string | undefined;
|
|
17941
17994
|
clan_id?: string | undefined;
|
|
17995
|
+
added_by?: string | undefined;
|
|
17942
17996
|
}[] | undefined;
|
|
17943
17997
|
cursor?: string | undefined;
|
|
17944
17998
|
channel_id?: string | undefined;
|
|
@@ -17951,6 +18005,7 @@ export declare const Envelope: {
|
|
|
17951
18005
|
clan_nick?: string | undefined;
|
|
17952
18006
|
clan_avatar?: string | undefined;
|
|
17953
18007
|
clan_id?: string | undefined;
|
|
18008
|
+
added_by?: string | undefined;
|
|
17954
18009
|
}[] & ({
|
|
17955
18010
|
user_id?: string | undefined;
|
|
17956
18011
|
role_id?: string[] | undefined;
|
|
@@ -17959,15 +18014,17 @@ export declare const Envelope: {
|
|
|
17959
18014
|
clan_nick?: string | undefined;
|
|
17960
18015
|
clan_avatar?: string | undefined;
|
|
17961
18016
|
clan_id?: string | undefined;
|
|
18017
|
+
added_by?: string | undefined;
|
|
17962
18018
|
} & {
|
|
17963
18019
|
user_id?: string | undefined;
|
|
17964
|
-
role_id?: (string[] & string[] & { [
|
|
18020
|
+
role_id?: (string[] & string[] & { [K_637 in Exclude<keyof I_1["list_data_socket"]["channel_user_list"]["channel_users"][number]["role_id"], keyof string[]>]: never; }) | undefined;
|
|
17965
18021
|
id?: string | undefined;
|
|
17966
18022
|
thread_id?: string | undefined;
|
|
17967
18023
|
clan_nick?: string | undefined;
|
|
17968
18024
|
clan_avatar?: string | undefined;
|
|
17969
18025
|
clan_id?: string | undefined;
|
|
17970
|
-
|
|
18026
|
+
added_by?: string | undefined;
|
|
18027
|
+
} & { [K_638 in Exclude<keyof I_1["list_data_socket"]["channel_user_list"]["channel_users"][number], keyof import("../api/api").ChannelUserList_ChannelUser>]: never; })[] & { [K_639 in Exclude<keyof I_1["list_data_socket"]["channel_user_list"]["channel_users"], keyof {
|
|
17971
18028
|
user_id?: string | undefined;
|
|
17972
18029
|
role_id?: string[] | undefined;
|
|
17973
18030
|
id?: string | undefined;
|
|
@@ -17975,10 +18032,11 @@ export declare const Envelope: {
|
|
|
17975
18032
|
clan_nick?: string | undefined;
|
|
17976
18033
|
clan_avatar?: string | undefined;
|
|
17977
18034
|
clan_id?: string | undefined;
|
|
18035
|
+
added_by?: string | undefined;
|
|
17978
18036
|
}[]>]: never; }) | undefined;
|
|
17979
18037
|
cursor?: string | undefined;
|
|
17980
18038
|
channel_id?: string | undefined;
|
|
17981
|
-
} & { [
|
|
18039
|
+
} & { [K_640 in Exclude<keyof I_1["list_data_socket"]["channel_user_list"], keyof ChannelUserList>]: never; }) | undefined;
|
|
17982
18040
|
list_channel_attachment_req?: ({
|
|
17983
18041
|
clan_id?: string | undefined;
|
|
17984
18042
|
channel_id?: string | undefined;
|
|
@@ -17997,7 +18055,7 @@ export declare const Envelope: {
|
|
|
17997
18055
|
before?: string | undefined;
|
|
17998
18056
|
after?: string | undefined;
|
|
17999
18057
|
around?: string | undefined;
|
|
18000
|
-
} & { [
|
|
18058
|
+
} & { [K_641 in Exclude<keyof I_1["list_data_socket"]["list_channel_attachment_req"], keyof ListChannelAttachmentRequest>]: never; }) | undefined;
|
|
18001
18059
|
channel_attachment_list?: ({
|
|
18002
18060
|
attachments?: {
|
|
18003
18061
|
id?: string | undefined;
|
|
@@ -18045,7 +18103,7 @@ export declare const Envelope: {
|
|
|
18045
18103
|
message_id?: string | undefined;
|
|
18046
18104
|
width?: number | undefined;
|
|
18047
18105
|
height?: number | undefined;
|
|
18048
|
-
} & { [
|
|
18106
|
+
} & { [K_642 in Exclude<keyof I_1["list_data_socket"]["channel_attachment_list"]["attachments"][number], keyof import("../api/api").ChannelAttachment>]: never; })[] & { [K_643 in Exclude<keyof I_1["list_data_socket"]["channel_attachment_list"]["attachments"], keyof {
|
|
18049
18107
|
id?: string | undefined;
|
|
18050
18108
|
filename?: string | undefined;
|
|
18051
18109
|
filetype?: string | undefined;
|
|
@@ -18057,14 +18115,14 @@ export declare const Envelope: {
|
|
|
18057
18115
|
width?: number | undefined;
|
|
18058
18116
|
height?: number | undefined;
|
|
18059
18117
|
}[]>]: never; }) | undefined;
|
|
18060
|
-
} & { [
|
|
18118
|
+
} & { [K_644 in Exclude<keyof I_1["list_data_socket"]["channel_attachment_list"], "attachments">]: never; }) | undefined;
|
|
18061
18119
|
hashtag_dm_req?: ({
|
|
18062
18120
|
user_id?: string[] | undefined;
|
|
18063
18121
|
limit?: number | undefined;
|
|
18064
18122
|
} & {
|
|
18065
|
-
user_id?: (string[] & string[] & { [
|
|
18123
|
+
user_id?: (string[] & string[] & { [K_645 in Exclude<keyof I_1["list_data_socket"]["hashtag_dm_req"]["user_id"], keyof string[]>]: never; }) | undefined;
|
|
18066
18124
|
limit?: number | undefined;
|
|
18067
|
-
} & { [
|
|
18125
|
+
} & { [K_646 in Exclude<keyof I_1["list_data_socket"]["hashtag_dm_req"], keyof HashtagDmListRequest>]: never; }) | undefined;
|
|
18068
18126
|
hashtag_dm_list?: ({
|
|
18069
18127
|
hashtag_dm?: {
|
|
18070
18128
|
channel_id?: string | undefined;
|
|
@@ -18104,7 +18162,7 @@ export declare const Envelope: {
|
|
|
18104
18162
|
type?: number | undefined;
|
|
18105
18163
|
channel_private?: number | undefined;
|
|
18106
18164
|
parent_id?: string | undefined;
|
|
18107
|
-
} & { [
|
|
18165
|
+
} & { [K_647 in Exclude<keyof I_1["list_data_socket"]["hashtag_dm_list"]["hashtag_dm"][number], keyof import("../api/api").HashtagDm>]: never; })[] & { [K_648 in Exclude<keyof I_1["list_data_socket"]["hashtag_dm_list"]["hashtag_dm"], keyof {
|
|
18108
18166
|
channel_id?: string | undefined;
|
|
18109
18167
|
channel_label?: string | undefined;
|
|
18110
18168
|
clan_id?: string | undefined;
|
|
@@ -18114,7 +18172,7 @@ export declare const Envelope: {
|
|
|
18114
18172
|
channel_private?: number | undefined;
|
|
18115
18173
|
parent_id?: string | undefined;
|
|
18116
18174
|
}[]>]: never; }) | undefined;
|
|
18117
|
-
} & { [
|
|
18175
|
+
} & { [K_649 in Exclude<keyof I_1["list_data_socket"]["hashtag_dm_list"], "hashtag_dm">]: never; }) | undefined;
|
|
18118
18176
|
channel_setting_req?: ({
|
|
18119
18177
|
clan_id?: string | undefined;
|
|
18120
18178
|
parent_id?: string | undefined;
|
|
@@ -18137,7 +18195,7 @@ export declare const Envelope: {
|
|
|
18137
18195
|
limit?: number | undefined;
|
|
18138
18196
|
page?: number | undefined;
|
|
18139
18197
|
channel_label?: string | undefined;
|
|
18140
|
-
} & { [
|
|
18198
|
+
} & { [K_650 in Exclude<keyof I_1["list_data_socket"]["channel_setting_req"], keyof ChannelSettingListRequest>]: never; }) | undefined;
|
|
18141
18199
|
channel_setting_list?: ({
|
|
18142
18200
|
clan_id?: string | undefined;
|
|
18143
18201
|
channel_count?: number | undefined;
|
|
@@ -18226,7 +18284,7 @@ export declare const Envelope: {
|
|
|
18226
18284
|
channel_private?: number | undefined;
|
|
18227
18285
|
channel_type?: number | undefined;
|
|
18228
18286
|
active?: number | undefined;
|
|
18229
|
-
user_ids?: (string[] & string[] & { [
|
|
18287
|
+
user_ids?: (string[] & string[] & { [K_651 in Exclude<keyof I_1["list_data_socket"]["channel_setting_list"]["channel_setting_list"][number]["user_ids"], keyof string[]>]: never; }) | undefined;
|
|
18230
18288
|
message_count?: number | undefined;
|
|
18231
18289
|
last_sent_message?: ({
|
|
18232
18290
|
id?: string | undefined;
|
|
@@ -18247,9 +18305,9 @@ export declare const Envelope: {
|
|
|
18247
18305
|
reference?: string | undefined;
|
|
18248
18306
|
mention?: string | undefined;
|
|
18249
18307
|
reaction?: string | undefined;
|
|
18250
|
-
repliers?: (string[] & string[] & { [
|
|
18251
|
-
} & { [
|
|
18252
|
-
} & { [
|
|
18308
|
+
repliers?: (string[] & string[] & { [K_652 in Exclude<keyof I_1["list_data_socket"]["channel_setting_list"]["channel_setting_list"][number]["last_sent_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
18309
|
+
} & { [K_653 in Exclude<keyof I_1["list_data_socket"]["channel_setting_list"]["channel_setting_list"][number]["last_sent_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
18310
|
+
} & { [K_654 in Exclude<keyof I_1["list_data_socket"]["channel_setting_list"]["channel_setting_list"][number], keyof import("../api/api").ChannelSettingItem>]: never; })[] & { [K_655 in Exclude<keyof I_1["list_data_socket"]["channel_setting_list"]["channel_setting_list"], keyof {
|
|
18253
18311
|
id?: string | undefined;
|
|
18254
18312
|
creator_id?: string | undefined;
|
|
18255
18313
|
parent_id?: string | undefined;
|
|
@@ -18273,17 +18331,17 @@ export declare const Envelope: {
|
|
|
18273
18331
|
repliers?: string[] | undefined;
|
|
18274
18332
|
} | undefined;
|
|
18275
18333
|
}[]>]: never; }) | undefined;
|
|
18276
|
-
} & { [
|
|
18334
|
+
} & { [K_656 in Exclude<keyof I_1["list_data_socket"]["channel_setting_list"], keyof ChannelSettingListResponse>]: never; }) | undefined;
|
|
18277
18335
|
favorite_channel_req?: ({
|
|
18278
18336
|
clan_id?: string | undefined;
|
|
18279
18337
|
} & {
|
|
18280
18338
|
clan_id?: string | undefined;
|
|
18281
|
-
} & { [
|
|
18339
|
+
} & { [K_657 in Exclude<keyof I_1["list_data_socket"]["favorite_channel_req"], "clan_id">]: never; }) | undefined;
|
|
18282
18340
|
favorite_channel_list?: ({
|
|
18283
18341
|
channel_ids?: string[] | undefined;
|
|
18284
18342
|
} & {
|
|
18285
|
-
channel_ids?: (string[] & string[] & { [
|
|
18286
|
-
} & { [
|
|
18343
|
+
channel_ids?: (string[] & string[] & { [K_658 in Exclude<keyof I_1["list_data_socket"]["favorite_channel_list"]["channel_ids"], keyof string[]>]: never; }) | undefined;
|
|
18344
|
+
} & { [K_659 in Exclude<keyof I_1["list_data_socket"]["favorite_channel_list"], "channel_ids">]: never; }) | undefined;
|
|
18287
18345
|
search_thread_req?: ({
|
|
18288
18346
|
clan_id?: string | undefined;
|
|
18289
18347
|
channel_id?: string | undefined;
|
|
@@ -18292,12 +18350,12 @@ export declare const Envelope: {
|
|
|
18292
18350
|
clan_id?: string | undefined;
|
|
18293
18351
|
channel_id?: string | undefined;
|
|
18294
18352
|
label?: string | undefined;
|
|
18295
|
-
} & { [
|
|
18353
|
+
} & { [K_660 in Exclude<keyof I_1["list_data_socket"]["search_thread_req"], keyof SearchThreadRequest>]: never; }) | undefined;
|
|
18296
18354
|
notification_channel?: ({
|
|
18297
18355
|
channel_id?: string | undefined;
|
|
18298
18356
|
} & {
|
|
18299
18357
|
channel_id?: string | undefined;
|
|
18300
|
-
} & { [
|
|
18358
|
+
} & { [K_661 in Exclude<keyof I_1["list_data_socket"]["notification_channel"], "channel_id">]: never; }) | undefined;
|
|
18301
18359
|
notificaion_user_channel?: ({
|
|
18302
18360
|
id?: string | undefined;
|
|
18303
18361
|
notification_setting_type?: number | undefined;
|
|
@@ -18310,24 +18368,24 @@ export declare const Envelope: {
|
|
|
18310
18368
|
time_mute?: Date | undefined;
|
|
18311
18369
|
active?: number | undefined;
|
|
18312
18370
|
channel_id?: string | undefined;
|
|
18313
|
-
} & { [
|
|
18371
|
+
} & { [K_662 in Exclude<keyof I_1["list_data_socket"]["notificaion_user_channel"], keyof NotificationUserChannel>]: never; }) | undefined;
|
|
18314
18372
|
notification_category?: ({
|
|
18315
18373
|
category_id?: string | undefined;
|
|
18316
18374
|
} & {
|
|
18317
18375
|
category_id?: string | undefined;
|
|
18318
|
-
} & { [
|
|
18376
|
+
} & { [K_663 in Exclude<keyof I_1["list_data_socket"]["notification_category"], "category_id">]: never; }) | undefined;
|
|
18319
18377
|
notification_clan?: ({
|
|
18320
18378
|
clan_id?: string | undefined;
|
|
18321
18379
|
} & {
|
|
18322
18380
|
clan_id?: string | undefined;
|
|
18323
|
-
} & { [
|
|
18381
|
+
} & { [K_664 in Exclude<keyof I_1["list_data_socket"]["notification_clan"], "clan_id">]: never; }) | undefined;
|
|
18324
18382
|
notification_setting?: ({
|
|
18325
18383
|
id?: string | undefined;
|
|
18326
18384
|
notification_setting_type?: number | undefined;
|
|
18327
18385
|
} & {
|
|
18328
18386
|
id?: string | undefined;
|
|
18329
18387
|
notification_setting_type?: number | undefined;
|
|
18330
|
-
} & { [
|
|
18388
|
+
} & { [K_665 in Exclude<keyof I_1["list_data_socket"]["notification_setting"], keyof NotificationSetting>]: never; }) | undefined;
|
|
18331
18389
|
notification_message?: ({
|
|
18332
18390
|
id?: string | undefined;
|
|
18333
18391
|
user_id?: string | undefined;
|
|
@@ -18336,7 +18394,7 @@ export declare const Envelope: {
|
|
|
18336
18394
|
id?: string | undefined;
|
|
18337
18395
|
user_id?: string | undefined;
|
|
18338
18396
|
channel_id?: string | undefined;
|
|
18339
|
-
} & { [
|
|
18397
|
+
} & { [K_666 in Exclude<keyof I_1["list_data_socket"]["notification_message"], keyof NotifiReactMessage>]: never; }) | undefined;
|
|
18340
18398
|
noti_channel_cat_setting_list?: ({
|
|
18341
18399
|
notification_channel_category_settings_list?: {
|
|
18342
18400
|
id?: string | undefined;
|
|
@@ -18364,14 +18422,14 @@ export declare const Envelope: {
|
|
|
18364
18422
|
notification_setting_type?: number | undefined;
|
|
18365
18423
|
channel_category_title?: string | undefined;
|
|
18366
18424
|
action?: number | undefined;
|
|
18367
|
-
} & { [
|
|
18425
|
+
} & { [K_667 in Exclude<keyof I_1["list_data_socket"]["noti_channel_cat_setting_list"]["notification_channel_category_settings_list"][number], keyof import("../api/api").NotificationChannelCategorySetting>]: never; })[] & { [K_668 in Exclude<keyof I_1["list_data_socket"]["noti_channel_cat_setting_list"]["notification_channel_category_settings_list"], keyof {
|
|
18368
18426
|
id?: string | undefined;
|
|
18369
18427
|
channel_category_label?: string | undefined;
|
|
18370
18428
|
notification_setting_type?: number | undefined;
|
|
18371
18429
|
channel_category_title?: string | undefined;
|
|
18372
18430
|
action?: number | undefined;
|
|
18373
18431
|
}[]>]: never; }) | undefined;
|
|
18374
|
-
} & { [
|
|
18432
|
+
} & { [K_669 in Exclude<keyof I_1["list_data_socket"]["noti_channel_cat_setting_list"], "notification_channel_category_settings_list">]: never; }) | undefined;
|
|
18375
18433
|
list_notification_req?: ({
|
|
18376
18434
|
limit?: number | undefined;
|
|
18377
18435
|
clan_id?: string | undefined;
|
|
@@ -18384,7 +18442,7 @@ export declare const Envelope: {
|
|
|
18384
18442
|
notification_id?: string | undefined;
|
|
18385
18443
|
category?: number | undefined;
|
|
18386
18444
|
direction?: number | undefined;
|
|
18387
|
-
} & { [
|
|
18445
|
+
} & { [K_670 in Exclude<keyof I_1["list_data_socket"]["list_notification_req"], keyof ListNotificationsRequest>]: never; }) | undefined;
|
|
18388
18446
|
notification_list?: ({
|
|
18389
18447
|
notifications?: {
|
|
18390
18448
|
id?: string | undefined;
|
|
@@ -18664,8 +18722,8 @@ export declare const Envelope: {
|
|
|
18664
18722
|
creator_id?: string | undefined;
|
|
18665
18723
|
channel_label?: string | undefined;
|
|
18666
18724
|
channel_private?: number | undefined;
|
|
18667
|
-
channel_avatar?: (string[] & string[] & { [
|
|
18668
|
-
user_id?: (string[] & string[] & { [
|
|
18725
|
+
channel_avatar?: (string[] & string[] & { [K_671 in Exclude<keyof I_1["list_data_socket"]["notification_list"]["notifications"][number]["channel"]["channel_avatar"], keyof string[]>]: never; }) | undefined;
|
|
18726
|
+
user_id?: (string[] & string[] & { [K_672 in Exclude<keyof I_1["list_data_socket"]["notification_list"]["notifications"][number]["channel"]["user_id"], keyof string[]>]: never; }) | undefined;
|
|
18669
18727
|
last_sent_message?: ({
|
|
18670
18728
|
id?: string | undefined;
|
|
18671
18729
|
timestamp_seconds?: number | undefined;
|
|
@@ -18685,8 +18743,8 @@ export declare const Envelope: {
|
|
|
18685
18743
|
reference?: string | undefined;
|
|
18686
18744
|
mention?: string | undefined;
|
|
18687
18745
|
reaction?: string | undefined;
|
|
18688
|
-
repliers?: (string[] & string[] & { [
|
|
18689
|
-
} & { [
|
|
18746
|
+
repliers?: (string[] & string[] & { [K_673 in Exclude<keyof I_1["list_data_socket"]["notification_list"]["notifications"][number]["channel"]["last_sent_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
18747
|
+
} & { [K_674 in Exclude<keyof I_1["list_data_socket"]["notification_list"]["notifications"][number]["channel"]["last_sent_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
18690
18748
|
last_seen_message?: ({
|
|
18691
18749
|
id?: string | undefined;
|
|
18692
18750
|
timestamp_seconds?: number | undefined;
|
|
@@ -18706,30 +18764,30 @@ export declare const Envelope: {
|
|
|
18706
18764
|
reference?: string | undefined;
|
|
18707
18765
|
mention?: string | undefined;
|
|
18708
18766
|
reaction?: string | undefined;
|
|
18709
|
-
repliers?: (string[] & string[] & { [
|
|
18710
|
-
} & { [
|
|
18711
|
-
is_online?: (boolean[] & boolean[] & { [
|
|
18767
|
+
repliers?: (string[] & string[] & { [K_675 in Exclude<keyof I_1["list_data_socket"]["notification_list"]["notifications"][number]["channel"]["last_seen_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
18768
|
+
} & { [K_676 in Exclude<keyof I_1["list_data_socket"]["notification_list"]["notifications"][number]["channel"]["last_seen_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
18769
|
+
is_online?: (boolean[] & boolean[] & { [K_677 in Exclude<keyof I_1["list_data_socket"]["notification_list"]["notifications"][number]["channel"]["is_online"], keyof boolean[]>]: never; }) | undefined;
|
|
18712
18770
|
meeting_code?: string | undefined;
|
|
18713
18771
|
count_mess_unread?: number | undefined;
|
|
18714
18772
|
active?: number | undefined;
|
|
18715
18773
|
last_pin_message?: string | undefined;
|
|
18716
|
-
usernames?: (string[] & string[] & { [
|
|
18774
|
+
usernames?: (string[] & string[] & { [K_678 in Exclude<keyof I_1["list_data_socket"]["notification_list"]["notifications"][number]["channel"]["usernames"], keyof string[]>]: never; }) | undefined;
|
|
18717
18775
|
creator_name?: string | undefined;
|
|
18718
18776
|
create_time_seconds?: number | undefined;
|
|
18719
18777
|
update_time_seconds?: number | undefined;
|
|
18720
|
-
metadata?: (string[] & string[] & { [
|
|
18721
|
-
about_me?: (string[] & string[] & { [
|
|
18778
|
+
metadata?: (string[] & string[] & { [K_679 in Exclude<keyof I_1["list_data_socket"]["notification_list"]["notifications"][number]["channel"]["metadata"], keyof string[]>]: never; }) | undefined;
|
|
18779
|
+
about_me?: (string[] & string[] & { [K_680 in Exclude<keyof I_1["list_data_socket"]["notification_list"]["notifications"][number]["channel"]["about_me"], keyof string[]>]: never; }) | undefined;
|
|
18722
18780
|
clan_name?: string | undefined;
|
|
18723
18781
|
app_id?: string | undefined;
|
|
18724
18782
|
is_mute?: boolean | undefined;
|
|
18725
18783
|
age_restricted?: number | undefined;
|
|
18726
18784
|
topic?: string | undefined;
|
|
18727
18785
|
e2ee?: number | undefined;
|
|
18728
|
-
display_names?: (string[] & string[] & { [
|
|
18729
|
-
} & { [
|
|
18786
|
+
display_names?: (string[] & string[] & { [K_681 in Exclude<keyof I_1["list_data_socket"]["notification_list"]["notifications"][number]["channel"]["display_names"], keyof string[]>]: never; }) | undefined;
|
|
18787
|
+
} & { [K_682 in Exclude<keyof I_1["list_data_socket"]["notification_list"]["notifications"][number]["channel"], keyof ChannelDescription1>]: never; }) | undefined;
|
|
18730
18788
|
topic_id?: string | undefined;
|
|
18731
18789
|
category?: number | undefined;
|
|
18732
|
-
} & { [
|
|
18790
|
+
} & { [K_683 in Exclude<keyof I_1["list_data_socket"]["notification_list"]["notifications"][number], keyof Notification>]: never; })[] & { [K_684 in Exclude<keyof I_1["list_data_socket"]["notification_list"]["notifications"], keyof {
|
|
18733
18791
|
id?: string | undefined;
|
|
18734
18792
|
subject?: string | undefined;
|
|
18735
18793
|
content?: string | undefined;
|
|
@@ -18798,7 +18856,7 @@ export declare const Envelope: {
|
|
|
18798
18856
|
category?: number | undefined;
|
|
18799
18857
|
}[]>]: never; }) | undefined;
|
|
18800
18858
|
cacheable_cursor?: string | undefined;
|
|
18801
|
-
} & { [
|
|
18859
|
+
} & { [K_685 in Exclude<keyof I_1["list_data_socket"]["notification_list"], keyof NotificationList>]: never; }) | undefined;
|
|
18802
18860
|
sticker_list?: ({
|
|
18803
18861
|
stickers?: {
|
|
18804
18862
|
id?: string | undefined;
|
|
@@ -18850,7 +18908,7 @@ export declare const Envelope: {
|
|
|
18850
18908
|
clan_name?: string | undefined;
|
|
18851
18909
|
media_type?: number | undefined;
|
|
18852
18910
|
is_for_sale?: boolean | undefined;
|
|
18853
|
-
} & { [
|
|
18911
|
+
} & { [K_686 in Exclude<keyof I_1["list_data_socket"]["sticker_list"]["stickers"][number], keyof import("../api/api").ClanSticker>]: never; })[] & { [K_687 in Exclude<keyof I_1["list_data_socket"]["sticker_list"]["stickers"], keyof {
|
|
18854
18912
|
id?: string | undefined;
|
|
18855
18913
|
source?: string | undefined;
|
|
18856
18914
|
shortname?: string | undefined;
|
|
@@ -18863,7 +18921,7 @@ export declare const Envelope: {
|
|
|
18863
18921
|
media_type?: number | undefined;
|
|
18864
18922
|
is_for_sale?: boolean | undefined;
|
|
18865
18923
|
}[]>]: never; }) | undefined;
|
|
18866
|
-
} & { [
|
|
18924
|
+
} & { [K_688 in Exclude<keyof I_1["list_data_socket"]["sticker_list"], "stickers">]: never; }) | undefined;
|
|
18867
18925
|
emoji_recent_list?: ({
|
|
18868
18926
|
emoji_recents?: {
|
|
18869
18927
|
emoji_recents_id?: string | undefined;
|
|
@@ -18883,17 +18941,17 @@ export declare const Envelope: {
|
|
|
18883
18941
|
emoji_recents_id?: string | undefined;
|
|
18884
18942
|
emoji_id?: string | undefined;
|
|
18885
18943
|
update_time?: Date | undefined;
|
|
18886
|
-
} & { [
|
|
18944
|
+
} & { [K_689 in Exclude<keyof I_1["list_data_socket"]["emoji_recent_list"]["emoji_recents"][number], keyof import("../api/api").EmojiRecent>]: never; })[] & { [K_690 in Exclude<keyof I_1["list_data_socket"]["emoji_recent_list"]["emoji_recents"], keyof {
|
|
18887
18945
|
emoji_recents_id?: string | undefined;
|
|
18888
18946
|
emoji_id?: string | undefined;
|
|
18889
18947
|
update_time?: Date | undefined;
|
|
18890
18948
|
}[]>]: never; }) | undefined;
|
|
18891
|
-
} & { [
|
|
18949
|
+
} & { [K_691 in Exclude<keyof I_1["list_data_socket"]["emoji_recent_list"], "emoji_recents">]: never; }) | undefined;
|
|
18892
18950
|
clan_webhook_req?: ({
|
|
18893
18951
|
clan_id?: string | undefined;
|
|
18894
18952
|
} & {
|
|
18895
18953
|
clan_id?: string | undefined;
|
|
18896
|
-
} & { [
|
|
18954
|
+
} & { [K_692 in Exclude<keyof I_1["list_data_socket"]["clan_webhook_req"], "clan_id">]: never; }) | undefined;
|
|
18897
18955
|
clan_webhook_list?: ({
|
|
18898
18956
|
list_clan_webhooks?: {
|
|
18899
18957
|
id?: string | undefined;
|
|
@@ -18937,7 +18995,7 @@ export declare const Envelope: {
|
|
|
18937
18995
|
avatar?: string | undefined;
|
|
18938
18996
|
create_time?: string | undefined;
|
|
18939
18997
|
update_time?: string | undefined;
|
|
18940
|
-
} & { [
|
|
18998
|
+
} & { [K_693 in Exclude<keyof I_1["list_data_socket"]["clan_webhook_list"]["list_clan_webhooks"][number], keyof import("../api/api").ClanWebhook>]: never; })[] & { [K_694 in Exclude<keyof I_1["list_data_socket"]["clan_webhook_list"]["list_clan_webhooks"], keyof {
|
|
18941
18999
|
id?: string | undefined;
|
|
18942
19000
|
webhook_name?: string | undefined;
|
|
18943
19001
|
clan_id?: string | undefined;
|
|
@@ -18948,14 +19006,14 @@ export declare const Envelope: {
|
|
|
18948
19006
|
create_time?: string | undefined;
|
|
18949
19007
|
update_time?: string | undefined;
|
|
18950
19008
|
}[]>]: never; }) | undefined;
|
|
18951
|
-
} & { [
|
|
19009
|
+
} & { [K_695 in Exclude<keyof I_1["list_data_socket"]["clan_webhook_list"], "list_clan_webhooks">]: never; }) | undefined;
|
|
18952
19010
|
webhook_list_req?: ({
|
|
18953
19011
|
channel_id?: string | undefined;
|
|
18954
19012
|
clan_id?: string | undefined;
|
|
18955
19013
|
} & {
|
|
18956
19014
|
channel_id?: string | undefined;
|
|
18957
19015
|
clan_id?: string | undefined;
|
|
18958
|
-
} & { [
|
|
19016
|
+
} & { [K_696 in Exclude<keyof I_1["list_data_socket"]["webhook_list_req"], keyof WebhookListRequest>]: never; }) | undefined;
|
|
18959
19017
|
webhook_list?: ({
|
|
18960
19018
|
webhooks?: {
|
|
18961
19019
|
id?: string | undefined;
|
|
@@ -19003,7 +19061,7 @@ export declare const Envelope: {
|
|
|
19003
19061
|
update_time?: string | undefined;
|
|
19004
19062
|
avatar?: string | undefined;
|
|
19005
19063
|
status?: number | undefined;
|
|
19006
|
-
} & { [
|
|
19064
|
+
} & { [K_697 in Exclude<keyof I_1["list_data_socket"]["webhook_list"]["webhooks"][number], keyof Webhook>]: never; })[] & { [K_698 in Exclude<keyof I_1["list_data_socket"]["webhook_list"]["webhooks"], keyof {
|
|
19007
19065
|
id?: string | undefined;
|
|
19008
19066
|
webhook_name?: string | undefined;
|
|
19009
19067
|
channel_id?: string | undefined;
|
|
@@ -19015,12 +19073,12 @@ export declare const Envelope: {
|
|
|
19015
19073
|
avatar?: string | undefined;
|
|
19016
19074
|
status?: number | undefined;
|
|
19017
19075
|
}[]>]: never; }) | undefined;
|
|
19018
|
-
} & { [
|
|
19076
|
+
} & { [K_699 in Exclude<keyof I_1["list_data_socket"]["webhook_list"], "webhooks">]: never; }) | undefined;
|
|
19019
19077
|
permission_list_req?: ({
|
|
19020
19078
|
role_id?: string | undefined;
|
|
19021
19079
|
} & {
|
|
19022
19080
|
role_id?: string | undefined;
|
|
19023
|
-
} & { [
|
|
19081
|
+
} & { [K_700 in Exclude<keyof I_1["list_data_socket"]["permission_list_req"], "role_id">]: never; }) | undefined;
|
|
19024
19082
|
permission_list?: ({
|
|
19025
19083
|
permissions?: {
|
|
19026
19084
|
id?: string | undefined;
|
|
@@ -19057,7 +19115,7 @@ export declare const Envelope: {
|
|
|
19057
19115
|
active?: number | undefined;
|
|
19058
19116
|
scope?: number | undefined;
|
|
19059
19117
|
level?: number | undefined;
|
|
19060
|
-
} & { [
|
|
19118
|
+
} & { [K_701 in Exclude<keyof I_1["list_data_socket"]["permission_list"]["permissions"][number], keyof import("../api/api").Permission>]: never; })[] & { [K_702 in Exclude<keyof I_1["list_data_socket"]["permission_list"]["permissions"], keyof {
|
|
19061
19119
|
id?: string | undefined;
|
|
19062
19120
|
title?: string | undefined;
|
|
19063
19121
|
slug?: string | undefined;
|
|
@@ -19067,7 +19125,7 @@ export declare const Envelope: {
|
|
|
19067
19125
|
level?: number | undefined;
|
|
19068
19126
|
}[]>]: never; }) | undefined;
|
|
19069
19127
|
max_level_permission?: number | undefined;
|
|
19070
|
-
} & { [
|
|
19128
|
+
} & { [K_703 in Exclude<keyof I_1["list_data_socket"]["permission_list"], keyof PermissionList>]: never; }) | undefined;
|
|
19071
19129
|
role_user_req?: ({
|
|
19072
19130
|
role_id?: string | undefined;
|
|
19073
19131
|
limit?: number | undefined;
|
|
@@ -19076,7 +19134,7 @@ export declare const Envelope: {
|
|
|
19076
19134
|
role_id?: string | undefined;
|
|
19077
19135
|
limit?: number | undefined;
|
|
19078
19136
|
cursor?: string | undefined;
|
|
19079
|
-
} & { [
|
|
19137
|
+
} & { [K_704 in Exclude<keyof I_1["list_data_socket"]["role_user_req"], keyof ListRoleUsersRequest>]: never; }) | undefined;
|
|
19080
19138
|
role_user_list?: ({
|
|
19081
19139
|
role_users?: {
|
|
19082
19140
|
id?: string | undefined;
|
|
@@ -19113,7 +19171,7 @@ export declare const Envelope: {
|
|
|
19113
19171
|
lang_tag?: string | undefined;
|
|
19114
19172
|
location?: string | undefined;
|
|
19115
19173
|
online?: boolean | undefined;
|
|
19116
|
-
} & { [
|
|
19174
|
+
} & { [K_705 in Exclude<keyof I_1["list_data_socket"]["role_user_list"]["role_users"][number], keyof import("../api/api").RoleUserList_RoleUser>]: never; })[] & { [K_706 in Exclude<keyof I_1["list_data_socket"]["role_user_list"]["role_users"], keyof {
|
|
19117
19175
|
id?: string | undefined;
|
|
19118
19176
|
username?: string | undefined;
|
|
19119
19177
|
display_name?: string | undefined;
|
|
@@ -19123,14 +19181,14 @@ export declare const Envelope: {
|
|
|
19123
19181
|
online?: boolean | undefined;
|
|
19124
19182
|
}[]>]: never; }) | undefined;
|
|
19125
19183
|
cursor?: string | undefined;
|
|
19126
|
-
} & { [
|
|
19184
|
+
} & { [K_707 in Exclude<keyof I_1["list_data_socket"]["role_user_list"], keyof RoleUserList>]: never; }) | undefined;
|
|
19127
19185
|
permission_user_req?: ({
|
|
19128
19186
|
clan_id?: string | undefined;
|
|
19129
19187
|
channel_id?: string | undefined;
|
|
19130
19188
|
} & {
|
|
19131
19189
|
clan_id?: string | undefined;
|
|
19132
19190
|
channel_id?: string | undefined;
|
|
19133
|
-
} & { [
|
|
19191
|
+
} & { [K_708 in Exclude<keyof I_1["list_data_socket"]["permission_user_req"], keyof ListPermissionOfUsersRequest>]: never; }) | undefined;
|
|
19134
19192
|
role_list?: ({
|
|
19135
19193
|
roles?: {
|
|
19136
19194
|
id?: string | undefined;
|
|
@@ -19305,7 +19363,7 @@ export declare const Envelope: {
|
|
|
19305
19363
|
lang_tag?: string | undefined;
|
|
19306
19364
|
location?: string | undefined;
|
|
19307
19365
|
online?: boolean | undefined;
|
|
19308
|
-
} & { [
|
|
19366
|
+
} & { [K_709 in Exclude<keyof I_1["list_data_socket"]["role_list"]["roles"][number]["role_user_list"]["role_users"][number], keyof import("../api/api").RoleUserList_RoleUser>]: never; })[] & { [K_710 in Exclude<keyof I_1["list_data_socket"]["role_list"]["roles"][number]["role_user_list"]["role_users"], keyof {
|
|
19309
19367
|
id?: string | undefined;
|
|
19310
19368
|
username?: string | undefined;
|
|
19311
19369
|
display_name?: string | undefined;
|
|
@@ -19315,7 +19373,7 @@ export declare const Envelope: {
|
|
|
19315
19373
|
online?: boolean | undefined;
|
|
19316
19374
|
}[]>]: never; }) | undefined;
|
|
19317
19375
|
cursor?: string | undefined;
|
|
19318
|
-
} & { [
|
|
19376
|
+
} & { [K_711 in Exclude<keyof I_1["list_data_socket"]["role_list"]["roles"][number]["role_user_list"], keyof RoleUserList>]: never; }) | undefined;
|
|
19319
19377
|
permission_list?: ({
|
|
19320
19378
|
permissions?: {
|
|
19321
19379
|
id?: string | undefined;
|
|
@@ -19352,7 +19410,7 @@ export declare const Envelope: {
|
|
|
19352
19410
|
active?: number | undefined;
|
|
19353
19411
|
scope?: number | undefined;
|
|
19354
19412
|
level?: number | undefined;
|
|
19355
|
-
} & { [
|
|
19413
|
+
} & { [K_712 in Exclude<keyof I_1["list_data_socket"]["role_list"]["roles"][number]["permission_list"]["permissions"][number], keyof import("../api/api").Permission>]: never; })[] & { [K_713 in Exclude<keyof I_1["list_data_socket"]["role_list"]["roles"][number]["permission_list"]["permissions"], keyof {
|
|
19356
19414
|
id?: string | undefined;
|
|
19357
19415
|
title?: string | undefined;
|
|
19358
19416
|
slug?: string | undefined;
|
|
@@ -19362,12 +19420,12 @@ export declare const Envelope: {
|
|
|
19362
19420
|
level?: number | undefined;
|
|
19363
19421
|
}[]>]: never; }) | undefined;
|
|
19364
19422
|
max_level_permission?: number | undefined;
|
|
19365
|
-
} & { [
|
|
19423
|
+
} & { [K_714 in Exclude<keyof I_1["list_data_socket"]["role_list"]["roles"][number]["permission_list"], keyof PermissionList>]: never; }) | undefined;
|
|
19366
19424
|
role_channel_active?: number | undefined;
|
|
19367
|
-
channel_ids?: (string[] & string[] & { [
|
|
19425
|
+
channel_ids?: (string[] & string[] & { [K_715 in Exclude<keyof I_1["list_data_socket"]["role_list"]["roles"][number]["channel_ids"], keyof string[]>]: never; }) | undefined;
|
|
19368
19426
|
max_level_permission?: number | undefined;
|
|
19369
19427
|
order_role?: number | undefined;
|
|
19370
|
-
} & { [
|
|
19428
|
+
} & { [K_716 in Exclude<keyof I_1["list_data_socket"]["role_list"]["roles"][number], keyof Role>]: never; })[] & { [K_717 in Exclude<keyof I_1["list_data_socket"]["role_list"]["roles"], keyof {
|
|
19371
19429
|
id?: string | undefined;
|
|
19372
19430
|
title?: string | undefined;
|
|
19373
19431
|
color?: string | undefined;
|
|
@@ -19411,7 +19469,7 @@ export declare const Envelope: {
|
|
|
19411
19469
|
next_cursor?: string | undefined;
|
|
19412
19470
|
prev_cursor?: string | undefined;
|
|
19413
19471
|
cacheable_cursor?: string | undefined;
|
|
19414
|
-
} & { [
|
|
19472
|
+
} & { [K_718 in Exclude<keyof I_1["list_data_socket"]["role_list"], keyof RoleList>]: never; }) | undefined;
|
|
19415
19473
|
role_list_event_req?: ({
|
|
19416
19474
|
clan_id?: string | undefined;
|
|
19417
19475
|
limit?: number | undefined;
|
|
@@ -19422,7 +19480,7 @@ export declare const Envelope: {
|
|
|
19422
19480
|
limit?: number | undefined;
|
|
19423
19481
|
state?: number | undefined;
|
|
19424
19482
|
cursor?: string | undefined;
|
|
19425
|
-
} & { [
|
|
19483
|
+
} & { [K_719 in Exclude<keyof I_1["list_data_socket"]["role_list_event_req"], keyof RoleListEventRequest>]: never; }) | undefined;
|
|
19426
19484
|
role_event_list?: ({
|
|
19427
19485
|
limit?: number | undefined;
|
|
19428
19486
|
state?: number | undefined;
|
|
@@ -19653,7 +19711,7 @@ export declare const Envelope: {
|
|
|
19653
19711
|
lang_tag?: string | undefined;
|
|
19654
19712
|
location?: string | undefined;
|
|
19655
19713
|
online?: boolean | undefined;
|
|
19656
|
-
} & { [
|
|
19714
|
+
} & { [K_720 in Exclude<keyof I_1["list_data_socket"]["role_event_list"]["roles"]["roles"][number]["role_user_list"]["role_users"][number], keyof import("../api/api").RoleUserList_RoleUser>]: never; })[] & { [K_721 in Exclude<keyof I_1["list_data_socket"]["role_event_list"]["roles"]["roles"][number]["role_user_list"]["role_users"], keyof {
|
|
19657
19715
|
id?: string | undefined;
|
|
19658
19716
|
username?: string | undefined;
|
|
19659
19717
|
display_name?: string | undefined;
|
|
@@ -19663,7 +19721,7 @@ export declare const Envelope: {
|
|
|
19663
19721
|
online?: boolean | undefined;
|
|
19664
19722
|
}[]>]: never; }) | undefined;
|
|
19665
19723
|
cursor?: string | undefined;
|
|
19666
|
-
} & { [
|
|
19724
|
+
} & { [K_722 in Exclude<keyof I_1["list_data_socket"]["role_event_list"]["roles"]["roles"][number]["role_user_list"], keyof RoleUserList>]: never; }) | undefined;
|
|
19667
19725
|
permission_list?: ({
|
|
19668
19726
|
permissions?: {
|
|
19669
19727
|
id?: string | undefined;
|
|
@@ -19700,7 +19758,7 @@ export declare const Envelope: {
|
|
|
19700
19758
|
active?: number | undefined;
|
|
19701
19759
|
scope?: number | undefined;
|
|
19702
19760
|
level?: number | undefined;
|
|
19703
|
-
} & { [
|
|
19761
|
+
} & { [K_723 in Exclude<keyof I_1["list_data_socket"]["role_event_list"]["roles"]["roles"][number]["permission_list"]["permissions"][number], keyof import("../api/api").Permission>]: never; })[] & { [K_724 in Exclude<keyof I_1["list_data_socket"]["role_event_list"]["roles"]["roles"][number]["permission_list"]["permissions"], keyof {
|
|
19704
19762
|
id?: string | undefined;
|
|
19705
19763
|
title?: string | undefined;
|
|
19706
19764
|
slug?: string | undefined;
|
|
@@ -19710,12 +19768,12 @@ export declare const Envelope: {
|
|
|
19710
19768
|
level?: number | undefined;
|
|
19711
19769
|
}[]>]: never; }) | undefined;
|
|
19712
19770
|
max_level_permission?: number | undefined;
|
|
19713
|
-
} & { [
|
|
19771
|
+
} & { [K_725 in Exclude<keyof I_1["list_data_socket"]["role_event_list"]["roles"]["roles"][number]["permission_list"], keyof PermissionList>]: never; }) | undefined;
|
|
19714
19772
|
role_channel_active?: number | undefined;
|
|
19715
|
-
channel_ids?: (string[] & string[] & { [
|
|
19773
|
+
channel_ids?: (string[] & string[] & { [K_726 in Exclude<keyof I_1["list_data_socket"]["role_event_list"]["roles"]["roles"][number]["channel_ids"], keyof string[]>]: never; }) | undefined;
|
|
19716
19774
|
max_level_permission?: number | undefined;
|
|
19717
19775
|
order_role?: number | undefined;
|
|
19718
|
-
} & { [
|
|
19776
|
+
} & { [K_727 in Exclude<keyof I_1["list_data_socket"]["role_event_list"]["roles"]["roles"][number], keyof Role>]: never; })[] & { [K_728 in Exclude<keyof I_1["list_data_socket"]["role_event_list"]["roles"]["roles"], keyof {
|
|
19719
19777
|
id?: string | undefined;
|
|
19720
19778
|
title?: string | undefined;
|
|
19721
19779
|
color?: string | undefined;
|
|
@@ -19759,15 +19817,15 @@ export declare const Envelope: {
|
|
|
19759
19817
|
next_cursor?: string | undefined;
|
|
19760
19818
|
prev_cursor?: string | undefined;
|
|
19761
19819
|
cacheable_cursor?: string | undefined;
|
|
19762
|
-
} & { [
|
|
19763
|
-
} & { [
|
|
19820
|
+
} & { [K_729 in Exclude<keyof I_1["list_data_socket"]["role_event_list"]["roles"], keyof RoleList>]: never; }) | undefined;
|
|
19821
|
+
} & { [K_730 in Exclude<keyof I_1["list_data_socket"]["role_event_list"], keyof RoleListEventResponse>]: never; }) | undefined;
|
|
19764
19822
|
user_permission_req?: ({
|
|
19765
19823
|
clan_id?: string | undefined;
|
|
19766
19824
|
channel_id?: string | undefined;
|
|
19767
19825
|
} & {
|
|
19768
19826
|
clan_id?: string | undefined;
|
|
19769
19827
|
channel_id?: string | undefined;
|
|
19770
|
-
} & { [
|
|
19828
|
+
} & { [K_731 in Exclude<keyof I_1["list_data_socket"]["user_permission_req"], keyof UserPermissionInChannelListRequest>]: never; }) | undefined;
|
|
19771
19829
|
user_permission_list?: ({
|
|
19772
19830
|
clan_id?: string | undefined;
|
|
19773
19831
|
channel_id?: string | undefined;
|
|
@@ -19822,7 +19880,7 @@ export declare const Envelope: {
|
|
|
19822
19880
|
active?: number | undefined;
|
|
19823
19881
|
scope?: number | undefined;
|
|
19824
19882
|
level?: number | undefined;
|
|
19825
|
-
} & { [
|
|
19883
|
+
} & { [K_732 in Exclude<keyof I_1["list_data_socket"]["user_permission_list"]["permissions"]["permissions"][number], keyof import("../api/api").Permission>]: never; })[] & { [K_733 in Exclude<keyof I_1["list_data_socket"]["user_permission_list"]["permissions"]["permissions"], keyof {
|
|
19826
19884
|
id?: string | undefined;
|
|
19827
19885
|
title?: string | undefined;
|
|
19828
19886
|
slug?: string | undefined;
|
|
@@ -19832,8 +19890,8 @@ export declare const Envelope: {
|
|
|
19832
19890
|
level?: number | undefined;
|
|
19833
19891
|
}[]>]: never; }) | undefined;
|
|
19834
19892
|
max_level_permission?: number | undefined;
|
|
19835
|
-
} & { [
|
|
19836
|
-
} & { [
|
|
19893
|
+
} & { [K_734 in Exclude<keyof I_1["list_data_socket"]["user_permission_list"]["permissions"], keyof PermissionList>]: never; }) | undefined;
|
|
19894
|
+
} & { [K_735 in Exclude<keyof I_1["list_data_socket"]["user_permission_list"], keyof UserPermissionInChannelListResponse>]: never; }) | undefined;
|
|
19837
19895
|
permission_role_req?: ({
|
|
19838
19896
|
role_id?: string | undefined;
|
|
19839
19897
|
channel_id?: string | undefined;
|
|
@@ -19842,7 +19900,7 @@ export declare const Envelope: {
|
|
|
19842
19900
|
role_id?: string | undefined;
|
|
19843
19901
|
channel_id?: string | undefined;
|
|
19844
19902
|
user_id?: string | undefined;
|
|
19845
|
-
} & { [
|
|
19903
|
+
} & { [K_736 in Exclude<keyof I_1["list_data_socket"]["permission_role_req"], keyof PermissionRoleChannelListEventRequest>]: never; }) | undefined;
|
|
19846
19904
|
permission_role_list?: ({
|
|
19847
19905
|
role_id?: string | undefined;
|
|
19848
19906
|
channel_id?: string | undefined;
|
|
@@ -19864,11 +19922,11 @@ export declare const Envelope: {
|
|
|
19864
19922
|
} & {
|
|
19865
19923
|
permission_id?: string | undefined;
|
|
19866
19924
|
active?: boolean | undefined;
|
|
19867
|
-
} & { [
|
|
19925
|
+
} & { [K_737 in Exclude<keyof I_1["list_data_socket"]["permission_role_list"]["permission_role_channel"][number], keyof import("../api/api").PermissionRoleChannel>]: never; })[] & { [K_738 in Exclude<keyof I_1["list_data_socket"]["permission_role_list"]["permission_role_channel"], keyof {
|
|
19868
19926
|
permission_id?: string | undefined;
|
|
19869
19927
|
active?: boolean | undefined;
|
|
19870
19928
|
}[]>]: never; }) | undefined;
|
|
19871
|
-
} & { [
|
|
19929
|
+
} & { [K_739 in Exclude<keyof I_1["list_data_socket"]["permission_role_list"], keyof PermissionRoleChannelListEventResponse>]: never; }) | undefined;
|
|
19872
19930
|
emoji_list?: ({
|
|
19873
19931
|
emoji_list?: {
|
|
19874
19932
|
id?: string | undefined;
|
|
@@ -19912,7 +19970,7 @@ export declare const Envelope: {
|
|
|
19912
19970
|
logo?: string | undefined;
|
|
19913
19971
|
clan_name?: string | undefined;
|
|
19914
19972
|
is_for_sale?: boolean | undefined;
|
|
19915
|
-
} & { [
|
|
19973
|
+
} & { [K_740 in Exclude<keyof I_1["list_data_socket"]["emoji_list"]["emoji_list"][number], keyof import("../api/api").ClanEmoji>]: never; })[] & { [K_741 in Exclude<keyof I_1["list_data_socket"]["emoji_list"]["emoji_list"], keyof {
|
|
19916
19974
|
id?: string | undefined;
|
|
19917
19975
|
src?: string | undefined;
|
|
19918
19976
|
shortname?: string | undefined;
|
|
@@ -19923,7 +19981,7 @@ export declare const Envelope: {
|
|
|
19923
19981
|
clan_name?: string | undefined;
|
|
19924
19982
|
is_for_sale?: boolean | undefined;
|
|
19925
19983
|
}[]>]: never; }) | undefined;
|
|
19926
|
-
} & { [
|
|
19984
|
+
} & { [K_742 in Exclude<keyof I_1["list_data_socket"]["emoji_list"], "emoji_list">]: never; }) | undefined;
|
|
19927
19985
|
list_friend_req?: ({
|
|
19928
19986
|
limit?: number | undefined;
|
|
19929
19987
|
state?: number | undefined;
|
|
@@ -19932,7 +19990,7 @@ export declare const Envelope: {
|
|
|
19932
19990
|
limit?: number | undefined;
|
|
19933
19991
|
state?: number | undefined;
|
|
19934
19992
|
cursor?: string | undefined;
|
|
19935
|
-
} & { [
|
|
19993
|
+
} & { [K_743 in Exclude<keyof I_1["list_data_socket"]["list_friend_req"], keyof ListFriendsRequest>]: never; }) | undefined;
|
|
19936
19994
|
friend_list?: ({
|
|
19937
19995
|
friends?: {
|
|
19938
19996
|
user?: {
|
|
@@ -20072,12 +20130,12 @@ export declare const Envelope: {
|
|
|
20072
20130
|
is_mobile?: boolean | undefined;
|
|
20073
20131
|
dob?: Date | undefined;
|
|
20074
20132
|
mezon_id?: string | undefined;
|
|
20075
|
-
list_nick_names?: (string[] & string[] & { [
|
|
20076
|
-
} & { [
|
|
20133
|
+
list_nick_names?: (string[] & string[] & { [K_744 in Exclude<keyof I_1["list_data_socket"]["friend_list"]["friends"][number]["user"]["list_nick_names"], keyof string[]>]: never; }) | undefined;
|
|
20134
|
+
} & { [K_745 in Exclude<keyof I_1["list_data_socket"]["friend_list"]["friends"][number]["user"], keyof import("../api/api").User>]: never; }) | undefined;
|
|
20077
20135
|
state?: number | undefined;
|
|
20078
20136
|
update_time?: Date | undefined;
|
|
20079
20137
|
source_id?: string | undefined;
|
|
20080
|
-
} & { [
|
|
20138
|
+
} & { [K_746 in Exclude<keyof I_1["list_data_socket"]["friend_list"]["friends"][number], keyof import("../api/api").Friend>]: never; })[] & { [K_747 in Exclude<keyof I_1["list_data_socket"]["friend_list"]["friends"], keyof {
|
|
20081
20139
|
user?: {
|
|
20082
20140
|
id?: string | undefined;
|
|
20083
20141
|
username?: string | undefined;
|
|
@@ -20108,12 +20166,12 @@ export declare const Envelope: {
|
|
|
20108
20166
|
source_id?: string | undefined;
|
|
20109
20167
|
}[]>]: never; }) | undefined;
|
|
20110
20168
|
cursor?: string | undefined;
|
|
20111
|
-
} & { [
|
|
20169
|
+
} & { [K_748 in Exclude<keyof I_1["list_data_socket"]["friend_list"], keyof FriendList>]: never; }) | undefined;
|
|
20112
20170
|
list_apps_req?: ({
|
|
20113
20171
|
clan_id?: string | undefined;
|
|
20114
20172
|
} & {
|
|
20115
20173
|
clan_id?: string | undefined;
|
|
20116
|
-
} & { [
|
|
20174
|
+
} & { [K_749 in Exclude<keyof I_1["list_data_socket"]["list_apps_req"], "clan_id">]: never; }) | undefined;
|
|
20117
20175
|
channel_apps_list?: ({
|
|
20118
20176
|
channel_apps?: {
|
|
20119
20177
|
id?: string | undefined;
|
|
@@ -20141,14 +20199,14 @@ export declare const Envelope: {
|
|
|
20141
20199
|
channel_id?: string | undefined;
|
|
20142
20200
|
app_id?: string | undefined;
|
|
20143
20201
|
app_url?: string | undefined;
|
|
20144
|
-
} & { [
|
|
20202
|
+
} & { [K_750 in Exclude<keyof I_1["list_data_socket"]["channel_apps_list"]["channel_apps"][number], keyof import("../api/api").ChannelAppResponse>]: never; })[] & { [K_751 in Exclude<keyof I_1["list_data_socket"]["channel_apps_list"]["channel_apps"], keyof {
|
|
20145
20203
|
id?: string | undefined;
|
|
20146
20204
|
clan_id?: string | undefined;
|
|
20147
20205
|
channel_id?: string | undefined;
|
|
20148
20206
|
app_id?: string | undefined;
|
|
20149
20207
|
app_url?: string | undefined;
|
|
20150
20208
|
}[]>]: never; }) | undefined;
|
|
20151
|
-
} & { [
|
|
20209
|
+
} & { [K_752 in Exclude<keyof I_1["list_data_socket"]["channel_apps_list"], "channel_apps">]: never; }) | undefined;
|
|
20152
20210
|
user_activity_list?: ({
|
|
20153
20211
|
activities?: {
|
|
20154
20212
|
user_id?: string | undefined;
|
|
@@ -20188,7 +20246,7 @@ export declare const Envelope: {
|
|
|
20188
20246
|
end_time?: Date | undefined;
|
|
20189
20247
|
application_id?: string | undefined;
|
|
20190
20248
|
status?: number | undefined;
|
|
20191
|
-
} & { [
|
|
20249
|
+
} & { [K_753 in Exclude<keyof I_1["list_data_socket"]["user_activity_list"]["activities"][number], keyof UserActivity>]: never; })[] & { [K_754 in Exclude<keyof I_1["list_data_socket"]["user_activity_list"]["activities"], keyof {
|
|
20192
20250
|
user_id?: string | undefined;
|
|
20193
20251
|
activity_name?: string | undefined;
|
|
20194
20252
|
activity_type?: number | undefined;
|
|
@@ -20198,12 +20256,12 @@ export declare const Envelope: {
|
|
|
20198
20256
|
application_id?: string | undefined;
|
|
20199
20257
|
status?: number | undefined;
|
|
20200
20258
|
}[]>]: never; }) | undefined;
|
|
20201
|
-
} & { [
|
|
20259
|
+
} & { [K_755 in Exclude<keyof I_1["list_data_socket"]["user_activity_list"], "activities">]: never; }) | undefined;
|
|
20202
20260
|
list_clan_user_req?: ({
|
|
20203
20261
|
clan_id?: string | undefined;
|
|
20204
20262
|
} & {
|
|
20205
20263
|
clan_id?: string | undefined;
|
|
20206
|
-
} & { [
|
|
20264
|
+
} & { [K_756 in Exclude<keyof I_1["list_data_socket"]["list_clan_user_req"], "clan_id">]: never; }) | undefined;
|
|
20207
20265
|
clan_user_list?: ({
|
|
20208
20266
|
clan_users?: {
|
|
20209
20267
|
user?: {
|
|
@@ -20347,13 +20405,13 @@ export declare const Envelope: {
|
|
|
20347
20405
|
is_mobile?: boolean | undefined;
|
|
20348
20406
|
dob?: Date | undefined;
|
|
20349
20407
|
mezon_id?: string | undefined;
|
|
20350
|
-
list_nick_names?: (string[] & string[] & { [
|
|
20351
|
-
} & { [
|
|
20352
|
-
role_id?: (string[] & string[] & { [
|
|
20408
|
+
list_nick_names?: (string[] & string[] & { [K_757 in Exclude<keyof I_1["list_data_socket"]["clan_user_list"]["clan_users"][number]["user"]["list_nick_names"], keyof string[]>]: never; }) | undefined;
|
|
20409
|
+
} & { [K_758 in Exclude<keyof I_1["list_data_socket"]["clan_user_list"]["clan_users"][number]["user"], keyof import("../api/api").User>]: never; }) | undefined;
|
|
20410
|
+
role_id?: (string[] & string[] & { [K_759 in Exclude<keyof I_1["list_data_socket"]["clan_user_list"]["clan_users"][number]["role_id"], keyof string[]>]: never; }) | undefined;
|
|
20353
20411
|
clan_nick?: string | undefined;
|
|
20354
20412
|
clan_avatar?: string | undefined;
|
|
20355
20413
|
clan_id?: string | undefined;
|
|
20356
|
-
} & { [
|
|
20414
|
+
} & { [K_760 in Exclude<keyof I_1["list_data_socket"]["clan_user_list"]["clan_users"][number], keyof import("../api/api").ClanUserList_ClanUser>]: never; })[] & { [K_761 in Exclude<keyof I_1["list_data_socket"]["clan_user_list"]["clan_users"], keyof {
|
|
20357
20415
|
user?: {
|
|
20358
20416
|
id?: string | undefined;
|
|
20359
20417
|
username?: string | undefined;
|
|
@@ -20386,12 +20444,12 @@ export declare const Envelope: {
|
|
|
20386
20444
|
}[]>]: never; }) | undefined;
|
|
20387
20445
|
cursor?: string | undefined;
|
|
20388
20446
|
clan_id?: string | undefined;
|
|
20389
|
-
} & { [
|
|
20447
|
+
} & { [K_762 in Exclude<keyof I_1["list_data_socket"]["clan_user_list"], keyof ClanUserList>]: never; }) | undefined;
|
|
20390
20448
|
list_event_req?: ({
|
|
20391
20449
|
clan_id?: string | undefined;
|
|
20392
20450
|
} & {
|
|
20393
20451
|
clan_id?: string | undefined;
|
|
20394
|
-
} & { [
|
|
20452
|
+
} & { [K_763 in Exclude<keyof I_1["list_data_socket"]["list_event_req"], "clan_id">]: never; }) | undefined;
|
|
20395
20453
|
event_list?: ({
|
|
20396
20454
|
events?: {
|
|
20397
20455
|
id?: string | undefined;
|
|
@@ -20489,7 +20547,7 @@ export declare const Envelope: {
|
|
|
20489
20547
|
address?: string | undefined;
|
|
20490
20548
|
start_time?: Date | undefined;
|
|
20491
20549
|
end_time?: Date | undefined;
|
|
20492
|
-
user_ids?: (string[] & string[] & { [
|
|
20550
|
+
user_ids?: (string[] & string[] & { [K_764 in Exclude<keyof I_1["list_data_socket"]["event_list"]["events"][number]["user_ids"], keyof string[]>]: never; }) | undefined;
|
|
20493
20551
|
create_time?: Date | undefined;
|
|
20494
20552
|
max_permission?: number | undefined;
|
|
20495
20553
|
channel_id?: string | undefined;
|
|
@@ -20508,8 +20566,8 @@ export declare const Envelope: {
|
|
|
20508
20566
|
external_link?: string | undefined;
|
|
20509
20567
|
creator_id?: string | undefined;
|
|
20510
20568
|
event_id?: string | undefined;
|
|
20511
|
-
} & { [
|
|
20512
|
-
} & { [
|
|
20569
|
+
} & { [K_765 in Exclude<keyof I_1["list_data_socket"]["event_list"]["events"][number]["meet_room"], keyof import("../api/api").GenerateMezonMeetResponse>]: never; }) | undefined;
|
|
20570
|
+
} & { [K_766 in Exclude<keyof I_1["list_data_socket"]["event_list"]["events"][number], keyof import("../api/api").EventManagement>]: never; })[] & { [K_767 in Exclude<keyof I_1["list_data_socket"]["event_list"]["events"], keyof {
|
|
20513
20571
|
id?: string | undefined;
|
|
20514
20572
|
title?: string | undefined;
|
|
20515
20573
|
logo?: string | undefined;
|
|
@@ -20537,7 +20595,7 @@ export declare const Envelope: {
|
|
|
20537
20595
|
event_id?: string | undefined;
|
|
20538
20596
|
} | undefined;
|
|
20539
20597
|
}[]>]: never; }) | undefined;
|
|
20540
|
-
} & { [
|
|
20598
|
+
} & { [K_768 in Exclude<keyof I_1["list_data_socket"]["event_list"], "events">]: never; }) | undefined;
|
|
20541
20599
|
list_category_req?: ({
|
|
20542
20600
|
creator_id?: string | undefined;
|
|
20543
20601
|
clan_id?: string | undefined;
|
|
@@ -20550,7 +20608,7 @@ export declare const Envelope: {
|
|
|
20550
20608
|
category_name?: string | undefined;
|
|
20551
20609
|
category_id?: string | undefined;
|
|
20552
20610
|
category_order?: number | undefined;
|
|
20553
|
-
} & { [
|
|
20611
|
+
} & { [K_769 in Exclude<keyof I_1["list_data_socket"]["list_category_req"], keyof CategoryDesc>]: never; }) | undefined;
|
|
20554
20612
|
category_list?: ({
|
|
20555
20613
|
categorydesc?: {
|
|
20556
20614
|
creator_id?: string | undefined;
|
|
@@ -20578,14 +20636,14 @@ export declare const Envelope: {
|
|
|
20578
20636
|
category_name?: string | undefined;
|
|
20579
20637
|
category_id?: string | undefined;
|
|
20580
20638
|
category_order?: number | undefined;
|
|
20581
|
-
} & { [
|
|
20639
|
+
} & { [K_770 in Exclude<keyof I_1["list_data_socket"]["category_list"]["categorydesc"][number], keyof CategoryDesc>]: never; })[] & { [K_771 in Exclude<keyof I_1["list_data_socket"]["category_list"]["categorydesc"], keyof {
|
|
20582
20640
|
creator_id?: string | undefined;
|
|
20583
20641
|
clan_id?: string | undefined;
|
|
20584
20642
|
category_name?: string | undefined;
|
|
20585
20643
|
category_id?: string | undefined;
|
|
20586
20644
|
category_order?: number | undefined;
|
|
20587
20645
|
}[]>]: never; }) | undefined;
|
|
20588
|
-
} & { [
|
|
20646
|
+
} & { [K_772 in Exclude<keyof I_1["list_data_socket"]["category_list"], "categorydesc">]: never; }) | undefined;
|
|
20589
20647
|
stream_user_list?: ({
|
|
20590
20648
|
streaming_channel_users?: {
|
|
20591
20649
|
id?: string | undefined;
|
|
@@ -20609,14 +20667,14 @@ export declare const Envelope: {
|
|
|
20609
20667
|
user_id?: string | undefined;
|
|
20610
20668
|
channel_id?: string | undefined;
|
|
20611
20669
|
participant?: string | undefined;
|
|
20612
|
-
} & { [
|
|
20670
|
+
} & { [K_773 in Exclude<keyof I_1["list_data_socket"]["stream_user_list"]["streaming_channel_users"][number], keyof import("../api/api").StreamingChannelUser>]: never; })[] & { [K_774 in Exclude<keyof I_1["list_data_socket"]["stream_user_list"]["streaming_channel_users"], keyof {
|
|
20613
20671
|
id?: string | undefined;
|
|
20614
20672
|
user_id?: string | undefined;
|
|
20615
20673
|
channel_id?: string | undefined;
|
|
20616
20674
|
participant?: string | undefined;
|
|
20617
20675
|
}[]>]: never; }) | undefined;
|
|
20618
|
-
} & { [
|
|
20619
|
-
} & { [
|
|
20676
|
+
} & { [K_775 in Exclude<keyof I_1["list_data_socket"]["stream_user_list"], "streaming_channel_users">]: never; }) | undefined;
|
|
20677
|
+
} & { [K_776 in Exclude<keyof I_1["list_data_socket"], keyof ListDataSocket>]: never; }) | undefined;
|
|
20620
20678
|
quick_menu_event?: ({
|
|
20621
20679
|
menu_name?: string | undefined;
|
|
20622
20680
|
message?: {
|
|
@@ -20737,7 +20795,7 @@ export declare const Envelope: {
|
|
|
20737
20795
|
create_time?: Date | undefined;
|
|
20738
20796
|
s?: number | undefined;
|
|
20739
20797
|
e?: number | undefined;
|
|
20740
|
-
} & { [
|
|
20798
|
+
} & { [K_777 in Exclude<keyof I_1["quick_menu_event"]["message"]["mentions"][number], keyof MessageMention>]: never; })[] & { [K_778 in Exclude<keyof I_1["quick_menu_event"]["message"]["mentions"], keyof {
|
|
20741
20799
|
id?: string | undefined;
|
|
20742
20800
|
user_id?: string | undefined;
|
|
20743
20801
|
username?: string | undefined;
|
|
@@ -20771,7 +20829,7 @@ export declare const Envelope: {
|
|
|
20771
20829
|
width?: number | undefined;
|
|
20772
20830
|
height?: number | undefined;
|
|
20773
20831
|
thumbnail?: string | undefined;
|
|
20774
|
-
} & { [
|
|
20832
|
+
} & { [K_779 in Exclude<keyof I_1["quick_menu_event"]["message"]["attachments"][number], keyof MessageAttachment>]: never; })[] & { [K_780 in Exclude<keyof I_1["quick_menu_event"]["message"]["attachments"], keyof {
|
|
20775
20833
|
filename?: string | undefined;
|
|
20776
20834
|
size?: number | undefined;
|
|
20777
20835
|
url?: string | undefined;
|
|
@@ -20813,7 +20871,7 @@ export declare const Envelope: {
|
|
|
20813
20871
|
mesages_sender_avatar?: string | undefined;
|
|
20814
20872
|
message_sender_clan_nick?: string | undefined;
|
|
20815
20873
|
message_sender_display_name?: string | undefined;
|
|
20816
|
-
} & { [
|
|
20874
|
+
} & { [K_781 in Exclude<keyof I_1["quick_menu_event"]["message"]["references"][number], keyof MessageRef>]: never; })[] & { [K_782 in Exclude<keyof I_1["quick_menu_event"]["message"]["references"], keyof {
|
|
20817
20875
|
message_id?: string | undefined;
|
|
20818
20876
|
message_ref_id?: string | undefined;
|
|
20819
20877
|
content?: string | undefined;
|
|
@@ -20832,9 +20890,9 @@ export declare const Envelope: {
|
|
|
20832
20890
|
is_public?: boolean | undefined;
|
|
20833
20891
|
code?: number | undefined;
|
|
20834
20892
|
topic_id?: string | undefined;
|
|
20835
|
-
} & { [
|
|
20836
|
-
} & { [
|
|
20837
|
-
} & { [
|
|
20893
|
+
} & { [K_783 in Exclude<keyof I_1["quick_menu_event"]["message"], keyof ChannelMessageSend>]: never; }) | undefined;
|
|
20894
|
+
} & { [K_784 in Exclude<keyof I_1["quick_menu_event"], keyof QuickMenuDataEvent>]: never; }) | undefined;
|
|
20895
|
+
} & { [K_785 in Exclude<keyof I_1, keyof Envelope>]: never; }>(object: I_1): Envelope;
|
|
20838
20896
|
};
|
|
20839
20897
|
export declare const FollowEvent: {
|
|
20840
20898
|
encode(_: FollowEvent, writer?: _m0.Writer): _m0.Writer;
|
|
@@ -25713,6 +25771,8 @@ export declare const ChannelUpdatedEvent: {
|
|
|
25713
25771
|
age_restricted?: number | undefined;
|
|
25714
25772
|
active?: number | undefined;
|
|
25715
25773
|
count_mess_unread?: number | undefined;
|
|
25774
|
+
user_ids?: string[] | undefined;
|
|
25775
|
+
role_ids?: string[] | undefined;
|
|
25716
25776
|
} & {
|
|
25717
25777
|
clan_id?: string | undefined;
|
|
25718
25778
|
category_id?: string | undefined;
|
|
@@ -25731,7 +25791,9 @@ export declare const ChannelUpdatedEvent: {
|
|
|
25731
25791
|
age_restricted?: number | undefined;
|
|
25732
25792
|
active?: number | undefined;
|
|
25733
25793
|
count_mess_unread?: number | undefined;
|
|
25734
|
-
|
|
25794
|
+
user_ids?: (string[] & string[] & { [K in Exclude<keyof I["user_ids"], keyof string[]>]: never; }) | undefined;
|
|
25795
|
+
role_ids?: (string[] & string[] & { [K_1 in Exclude<keyof I["role_ids"], keyof string[]>]: never; }) | undefined;
|
|
25796
|
+
} & { [K_2 in Exclude<keyof I, keyof ChannelUpdatedEvent>]: never; }>(base?: I | undefined): ChannelUpdatedEvent;
|
|
25735
25797
|
fromPartial<I_1 extends {
|
|
25736
25798
|
clan_id?: string | undefined;
|
|
25737
25799
|
category_id?: string | undefined;
|
|
@@ -25750,6 +25812,8 @@ export declare const ChannelUpdatedEvent: {
|
|
|
25750
25812
|
age_restricted?: number | undefined;
|
|
25751
25813
|
active?: number | undefined;
|
|
25752
25814
|
count_mess_unread?: number | undefined;
|
|
25815
|
+
user_ids?: string[] | undefined;
|
|
25816
|
+
role_ids?: string[] | undefined;
|
|
25753
25817
|
} & {
|
|
25754
25818
|
clan_id?: string | undefined;
|
|
25755
25819
|
category_id?: string | undefined;
|
|
@@ -25768,7 +25832,9 @@ export declare const ChannelUpdatedEvent: {
|
|
|
25768
25832
|
age_restricted?: number | undefined;
|
|
25769
25833
|
active?: number | undefined;
|
|
25770
25834
|
count_mess_unread?: number | undefined;
|
|
25771
|
-
|
|
25835
|
+
user_ids?: (string[] & string[] & { [K_3 in Exclude<keyof I_1["user_ids"], keyof string[]>]: never; }) | undefined;
|
|
25836
|
+
role_ids?: (string[] & string[] & { [K_4 in Exclude<keyof I_1["role_ids"], keyof string[]>]: never; }) | undefined;
|
|
25837
|
+
} & { [K_5 in Exclude<keyof I_1, keyof ChannelUpdatedEvent>]: never; }>(object: I_1): ChannelUpdatedEvent;
|
|
25772
25838
|
};
|
|
25773
25839
|
export declare const StatusUnfollow: {
|
|
25774
25840
|
encode(message: StatusUnfollow, writer?: _m0.Writer): _m0.Writer;
|
|
@@ -28325,6 +28391,8 @@ export declare const ListDataSocket: {
|
|
|
28325
28391
|
welcome_channel_id?: string | undefined;
|
|
28326
28392
|
onboarding_banner?: string | undefined;
|
|
28327
28393
|
clan_order?: number | undefined;
|
|
28394
|
+
is_community?: boolean | undefined;
|
|
28395
|
+
community_banner?: string | undefined;
|
|
28328
28396
|
}[] | undefined;
|
|
28329
28397
|
} | undefined;
|
|
28330
28398
|
list_thread_req?: {
|
|
@@ -28552,6 +28620,7 @@ export declare const ListDataSocket: {
|
|
|
28552
28620
|
clan_nick?: string | undefined;
|
|
28553
28621
|
clan_avatar?: string | undefined;
|
|
28554
28622
|
clan_id?: string | undefined;
|
|
28623
|
+
added_by?: string | undefined;
|
|
28555
28624
|
}[] | undefined;
|
|
28556
28625
|
cursor?: string | undefined;
|
|
28557
28626
|
channel_id?: string | undefined;
|
|
@@ -29184,6 +29253,8 @@ export declare const ListDataSocket: {
|
|
|
29184
29253
|
welcome_channel_id?: string | undefined;
|
|
29185
29254
|
onboarding_banner?: string | undefined;
|
|
29186
29255
|
clan_order?: number | undefined;
|
|
29256
|
+
is_community?: boolean | undefined;
|
|
29257
|
+
community_banner?: string | undefined;
|
|
29187
29258
|
}[] | undefined;
|
|
29188
29259
|
} & {
|
|
29189
29260
|
clandesc?: ({
|
|
@@ -29198,6 +29269,8 @@ export declare const ListDataSocket: {
|
|
|
29198
29269
|
welcome_channel_id?: string | undefined;
|
|
29199
29270
|
onboarding_banner?: string | undefined;
|
|
29200
29271
|
clan_order?: number | undefined;
|
|
29272
|
+
is_community?: boolean | undefined;
|
|
29273
|
+
community_banner?: string | undefined;
|
|
29201
29274
|
}[] & ({
|
|
29202
29275
|
creator_id?: string | undefined;
|
|
29203
29276
|
clan_name?: string | undefined;
|
|
@@ -29210,6 +29283,8 @@ export declare const ListDataSocket: {
|
|
|
29210
29283
|
welcome_channel_id?: string | undefined;
|
|
29211
29284
|
onboarding_banner?: string | undefined;
|
|
29212
29285
|
clan_order?: number | undefined;
|
|
29286
|
+
is_community?: boolean | undefined;
|
|
29287
|
+
community_banner?: string | undefined;
|
|
29213
29288
|
} & {
|
|
29214
29289
|
creator_id?: string | undefined;
|
|
29215
29290
|
clan_name?: string | undefined;
|
|
@@ -29222,6 +29297,8 @@ export declare const ListDataSocket: {
|
|
|
29222
29297
|
welcome_channel_id?: string | undefined;
|
|
29223
29298
|
onboarding_banner?: string | undefined;
|
|
29224
29299
|
clan_order?: number | undefined;
|
|
29300
|
+
is_community?: boolean | undefined;
|
|
29301
|
+
community_banner?: string | undefined;
|
|
29225
29302
|
} & { [K_1 in Exclude<keyof I["clan_desc_list"]["clandesc"][number], keyof import("../api/api").ClanDesc>]: never; })[] & { [K_2 in Exclude<keyof I["clan_desc_list"]["clandesc"], keyof {
|
|
29226
29303
|
creator_id?: string | undefined;
|
|
29227
29304
|
clan_name?: string | undefined;
|
|
@@ -29234,6 +29311,8 @@ export declare const ListDataSocket: {
|
|
|
29234
29311
|
welcome_channel_id?: string | undefined;
|
|
29235
29312
|
onboarding_banner?: string | undefined;
|
|
29236
29313
|
clan_order?: number | undefined;
|
|
29314
|
+
is_community?: boolean | undefined;
|
|
29315
|
+
community_banner?: string | undefined;
|
|
29237
29316
|
}[]>]: never; }) | undefined;
|
|
29238
29317
|
} & { [K_3 in Exclude<keyof I["clan_desc_list"], "clandesc">]: never; }) | undefined;
|
|
29239
29318
|
list_thread_req?: ({
|
|
@@ -29981,6 +30060,7 @@ export declare const ListDataSocket: {
|
|
|
29981
30060
|
clan_nick?: string | undefined;
|
|
29982
30061
|
clan_avatar?: string | undefined;
|
|
29983
30062
|
clan_id?: string | undefined;
|
|
30063
|
+
added_by?: string | undefined;
|
|
29984
30064
|
}[] | undefined;
|
|
29985
30065
|
cursor?: string | undefined;
|
|
29986
30066
|
channel_id?: string | undefined;
|
|
@@ -29993,6 +30073,7 @@ export declare const ListDataSocket: {
|
|
|
29993
30073
|
clan_nick?: string | undefined;
|
|
29994
30074
|
clan_avatar?: string | undefined;
|
|
29995
30075
|
clan_id?: string | undefined;
|
|
30076
|
+
added_by?: string | undefined;
|
|
29996
30077
|
}[] & ({
|
|
29997
30078
|
user_id?: string | undefined;
|
|
29998
30079
|
role_id?: string[] | undefined;
|
|
@@ -30001,6 +30082,7 @@ export declare const ListDataSocket: {
|
|
|
30001
30082
|
clan_nick?: string | undefined;
|
|
30002
30083
|
clan_avatar?: string | undefined;
|
|
30003
30084
|
clan_id?: string | undefined;
|
|
30085
|
+
added_by?: string | undefined;
|
|
30004
30086
|
} & {
|
|
30005
30087
|
user_id?: string | undefined;
|
|
30006
30088
|
role_id?: (string[] & string[] & { [K_48 in Exclude<keyof I["channel_user_list"]["channel_users"][number]["role_id"], keyof string[]>]: never; }) | undefined;
|
|
@@ -30009,6 +30091,7 @@ export declare const ListDataSocket: {
|
|
|
30009
30091
|
clan_nick?: string | undefined;
|
|
30010
30092
|
clan_avatar?: string | undefined;
|
|
30011
30093
|
clan_id?: string | undefined;
|
|
30094
|
+
added_by?: string | undefined;
|
|
30012
30095
|
} & { [K_49 in Exclude<keyof I["channel_user_list"]["channel_users"][number], keyof import("../api/api").ChannelUserList_ChannelUser>]: never; })[] & { [K_50 in Exclude<keyof I["channel_user_list"]["channel_users"], keyof {
|
|
30013
30096
|
user_id?: string | undefined;
|
|
30014
30097
|
role_id?: string[] | undefined;
|
|
@@ -30017,6 +30100,7 @@ export declare const ListDataSocket: {
|
|
|
30017
30100
|
clan_nick?: string | undefined;
|
|
30018
30101
|
clan_avatar?: string | undefined;
|
|
30019
30102
|
clan_id?: string | undefined;
|
|
30103
|
+
added_by?: string | undefined;
|
|
30020
30104
|
}[]>]: never; }) | undefined;
|
|
30021
30105
|
cursor?: string | undefined;
|
|
30022
30106
|
channel_id?: string | undefined;
|
|
@@ -32679,6 +32763,8 @@ export declare const ListDataSocket: {
|
|
|
32679
32763
|
welcome_channel_id?: string | undefined;
|
|
32680
32764
|
onboarding_banner?: string | undefined;
|
|
32681
32765
|
clan_order?: number | undefined;
|
|
32766
|
+
is_community?: boolean | undefined;
|
|
32767
|
+
community_banner?: string | undefined;
|
|
32682
32768
|
}[] | undefined;
|
|
32683
32769
|
} | undefined;
|
|
32684
32770
|
list_thread_req?: {
|
|
@@ -32906,6 +32992,7 @@ export declare const ListDataSocket: {
|
|
|
32906
32992
|
clan_nick?: string | undefined;
|
|
32907
32993
|
clan_avatar?: string | undefined;
|
|
32908
32994
|
clan_id?: string | undefined;
|
|
32995
|
+
added_by?: string | undefined;
|
|
32909
32996
|
}[] | undefined;
|
|
32910
32997
|
cursor?: string | undefined;
|
|
32911
32998
|
channel_id?: string | undefined;
|
|
@@ -33538,6 +33625,8 @@ export declare const ListDataSocket: {
|
|
|
33538
33625
|
welcome_channel_id?: string | undefined;
|
|
33539
33626
|
onboarding_banner?: string | undefined;
|
|
33540
33627
|
clan_order?: number | undefined;
|
|
33628
|
+
is_community?: boolean | undefined;
|
|
33629
|
+
community_banner?: string | undefined;
|
|
33541
33630
|
}[] | undefined;
|
|
33542
33631
|
} & {
|
|
33543
33632
|
clandesc?: ({
|
|
@@ -33552,6 +33641,8 @@ export declare const ListDataSocket: {
|
|
|
33552
33641
|
welcome_channel_id?: string | undefined;
|
|
33553
33642
|
onboarding_banner?: string | undefined;
|
|
33554
33643
|
clan_order?: number | undefined;
|
|
33644
|
+
is_community?: boolean | undefined;
|
|
33645
|
+
community_banner?: string | undefined;
|
|
33555
33646
|
}[] & ({
|
|
33556
33647
|
creator_id?: string | undefined;
|
|
33557
33648
|
clan_name?: string | undefined;
|
|
@@ -33564,6 +33655,8 @@ export declare const ListDataSocket: {
|
|
|
33564
33655
|
welcome_channel_id?: string | undefined;
|
|
33565
33656
|
onboarding_banner?: string | undefined;
|
|
33566
33657
|
clan_order?: number | undefined;
|
|
33658
|
+
is_community?: boolean | undefined;
|
|
33659
|
+
community_banner?: string | undefined;
|
|
33567
33660
|
} & {
|
|
33568
33661
|
creator_id?: string | undefined;
|
|
33569
33662
|
clan_name?: string | undefined;
|
|
@@ -33576,6 +33669,8 @@ export declare const ListDataSocket: {
|
|
|
33576
33669
|
welcome_channel_id?: string | undefined;
|
|
33577
33670
|
onboarding_banner?: string | undefined;
|
|
33578
33671
|
clan_order?: number | undefined;
|
|
33672
|
+
is_community?: boolean | undefined;
|
|
33673
|
+
community_banner?: string | undefined;
|
|
33579
33674
|
} & { [K_189 in Exclude<keyof I_1["clan_desc_list"]["clandesc"][number], keyof import("../api/api").ClanDesc>]: never; })[] & { [K_190 in Exclude<keyof I_1["clan_desc_list"]["clandesc"], keyof {
|
|
33580
33675
|
creator_id?: string | undefined;
|
|
33581
33676
|
clan_name?: string | undefined;
|
|
@@ -33588,6 +33683,8 @@ export declare const ListDataSocket: {
|
|
|
33588
33683
|
welcome_channel_id?: string | undefined;
|
|
33589
33684
|
onboarding_banner?: string | undefined;
|
|
33590
33685
|
clan_order?: number | undefined;
|
|
33686
|
+
is_community?: boolean | undefined;
|
|
33687
|
+
community_banner?: string | undefined;
|
|
33591
33688
|
}[]>]: never; }) | undefined;
|
|
33592
33689
|
} & { [K_191 in Exclude<keyof I_1["clan_desc_list"], "clandesc">]: never; }) | undefined;
|
|
33593
33690
|
list_thread_req?: ({
|
|
@@ -34335,6 +34432,7 @@ export declare const ListDataSocket: {
|
|
|
34335
34432
|
clan_nick?: string | undefined;
|
|
34336
34433
|
clan_avatar?: string | undefined;
|
|
34337
34434
|
clan_id?: string | undefined;
|
|
34435
|
+
added_by?: string | undefined;
|
|
34338
34436
|
}[] | undefined;
|
|
34339
34437
|
cursor?: string | undefined;
|
|
34340
34438
|
channel_id?: string | undefined;
|
|
@@ -34347,6 +34445,7 @@ export declare const ListDataSocket: {
|
|
|
34347
34445
|
clan_nick?: string | undefined;
|
|
34348
34446
|
clan_avatar?: string | undefined;
|
|
34349
34447
|
clan_id?: string | undefined;
|
|
34448
|
+
added_by?: string | undefined;
|
|
34350
34449
|
}[] & ({
|
|
34351
34450
|
user_id?: string | undefined;
|
|
34352
34451
|
role_id?: string[] | undefined;
|
|
@@ -34355,6 +34454,7 @@ export declare const ListDataSocket: {
|
|
|
34355
34454
|
clan_nick?: string | undefined;
|
|
34356
34455
|
clan_avatar?: string | undefined;
|
|
34357
34456
|
clan_id?: string | undefined;
|
|
34457
|
+
added_by?: string | undefined;
|
|
34358
34458
|
} & {
|
|
34359
34459
|
user_id?: string | undefined;
|
|
34360
34460
|
role_id?: (string[] & string[] & { [K_236 in Exclude<keyof I_1["channel_user_list"]["channel_users"][number]["role_id"], keyof string[]>]: never; }) | undefined;
|
|
@@ -34363,6 +34463,7 @@ export declare const ListDataSocket: {
|
|
|
34363
34463
|
clan_nick?: string | undefined;
|
|
34364
34464
|
clan_avatar?: string | undefined;
|
|
34365
34465
|
clan_id?: string | undefined;
|
|
34466
|
+
added_by?: string | undefined;
|
|
34366
34467
|
} & { [K_237 in Exclude<keyof I_1["channel_user_list"]["channel_users"][number], keyof import("../api/api").ChannelUserList_ChannelUser>]: never; })[] & { [K_238 in Exclude<keyof I_1["channel_user_list"]["channel_users"], keyof {
|
|
34367
34468
|
user_id?: string | undefined;
|
|
34368
34469
|
role_id?: string[] | undefined;
|
|
@@ -34371,6 +34472,7 @@ export declare const ListDataSocket: {
|
|
|
34371
34472
|
clan_nick?: string | undefined;
|
|
34372
34473
|
clan_avatar?: string | undefined;
|
|
34373
34474
|
clan_id?: string | undefined;
|
|
34475
|
+
added_by?: string | undefined;
|
|
34374
34476
|
}[]>]: never; }) | undefined;
|
|
34375
34477
|
cursor?: string | undefined;
|
|
34376
34478
|
channel_id?: string | undefined;
|