mezon-js-protobuf 1.8.20 → 1.8.21
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 +223 -0
- package/dist/mezon-js-protobuf/api/api.d.ts +97 -0
- package/dist/mezon-js-protobuf/rtapi/realtime.d.ts +509 -525
- package/dist/mezon-js-protobuf.cjs.js +33 -85
- package/dist/mezon-js-protobuf.esm.mjs +33 -85
- package/package.json +1 -1
- package/rtapi/realtime.ts +33 -101
|
@@ -134,8 +134,6 @@ export interface Envelope {
|
|
|
134
134
|
incoming_call_push?: IncomingCallPush | undefined;
|
|
135
135
|
/** Sd topic event */
|
|
136
136
|
sd_topic_event?: SdTopicEvent | undefined;
|
|
137
|
-
/** follower list */
|
|
138
|
-
follow_event?: FollowEvent | undefined;
|
|
139
137
|
/** channel app event */
|
|
140
138
|
channel_app_event?: ChannelAppEvent | undefined;
|
|
141
139
|
/** User custom status event */
|
|
@@ -171,8 +169,6 @@ export interface Envelope {
|
|
|
171
169
|
/** quick menu event */
|
|
172
170
|
quick_menu_event?: QuickMenuDataEvent | undefined;
|
|
173
171
|
}
|
|
174
|
-
export interface FollowEvent {
|
|
175
|
-
}
|
|
176
172
|
export interface ChannelCanvas {
|
|
177
173
|
/** id */
|
|
178
174
|
id: string;
|
|
@@ -2165,7 +2161,6 @@ export declare const Envelope: {
|
|
|
2165
2161
|
topic_id?: string | undefined;
|
|
2166
2162
|
} | undefined;
|
|
2167
2163
|
} | undefined;
|
|
2168
|
-
follow_event?: {} | undefined;
|
|
2169
2164
|
channel_app_event?: {
|
|
2170
2165
|
user_id?: string | undefined;
|
|
2171
2166
|
username?: string | undefined;
|
|
@@ -6087,7 +6082,6 @@ export declare const Envelope: {
|
|
|
6087
6082
|
topic_id?: string | undefined;
|
|
6088
6083
|
} & { [K_168 in Exclude<keyof I["sd_topic_event"]["message"], keyof ChannelMessage>]: never; }) | undefined;
|
|
6089
6084
|
} & { [K_169 in Exclude<keyof I["sd_topic_event"], keyof SdTopicEvent>]: never; }) | undefined;
|
|
6090
|
-
follow_event?: ({} & {} & { [K_170 in Exclude<keyof I["follow_event"], never>]: never; }) | undefined;
|
|
6091
6085
|
channel_app_event?: ({
|
|
6092
6086
|
user_id?: string | undefined;
|
|
6093
6087
|
username?: string | undefined;
|
|
@@ -6100,19 +6094,19 @@ export declare const Envelope: {
|
|
|
6100
6094
|
clan_id?: string | undefined;
|
|
6101
6095
|
channel_id?: string | undefined;
|
|
6102
6096
|
action?: number | undefined;
|
|
6103
|
-
} & { [
|
|
6097
|
+
} & { [K_170 in Exclude<keyof I["channel_app_event"], keyof ChannelAppEvent>]: never; }) | undefined;
|
|
6104
6098
|
user_status_event?: ({
|
|
6105
6099
|
user_id?: string | undefined;
|
|
6106
6100
|
custom_status?: string | undefined;
|
|
6107
6101
|
} & {
|
|
6108
6102
|
user_id?: string | undefined;
|
|
6109
6103
|
custom_status?: string | undefined;
|
|
6110
|
-
} & { [
|
|
6104
|
+
} & { [K_171 in Exclude<keyof I["user_status_event"], keyof UserStatusEvent>]: never; }) | undefined;
|
|
6111
6105
|
remove_friend?: ({
|
|
6112
6106
|
user_id?: string | undefined;
|
|
6113
6107
|
} & {
|
|
6114
6108
|
user_id?: string | undefined;
|
|
6115
|
-
} & { [
|
|
6109
|
+
} & { [K_172 in Exclude<keyof I["remove_friend"], "user_id">]: never; }) | undefined;
|
|
6116
6110
|
webhook_event?: ({
|
|
6117
6111
|
id?: string | undefined;
|
|
6118
6112
|
webhook_name?: string | undefined;
|
|
@@ -6135,7 +6129,7 @@ export declare const Envelope: {
|
|
|
6135
6129
|
update_time?: string | undefined;
|
|
6136
6130
|
avatar?: string | undefined;
|
|
6137
6131
|
status?: number | undefined;
|
|
6138
|
-
} & { [
|
|
6132
|
+
} & { [K_173 in Exclude<keyof I["webhook_event"], keyof Webhook>]: never; }) | undefined;
|
|
6139
6133
|
noti_user_channel?: ({
|
|
6140
6134
|
id?: string | undefined;
|
|
6141
6135
|
notification_setting_type?: number | undefined;
|
|
@@ -6148,7 +6142,7 @@ export declare const Envelope: {
|
|
|
6148
6142
|
time_mute?: Date | undefined;
|
|
6149
6143
|
active?: number | undefined;
|
|
6150
6144
|
channel_id?: string | undefined;
|
|
6151
|
-
} & { [
|
|
6145
|
+
} & { [K_174 in Exclude<keyof I["noti_user_channel"], keyof NotificationUserChannel>]: never; }) | undefined;
|
|
6152
6146
|
join_channel_app_data?: ({
|
|
6153
6147
|
user_id?: string | undefined;
|
|
6154
6148
|
username?: string | undefined;
|
|
@@ -6157,7 +6151,7 @@ export declare const Envelope: {
|
|
|
6157
6151
|
user_id?: string | undefined;
|
|
6158
6152
|
username?: string | undefined;
|
|
6159
6153
|
hash?: string | undefined;
|
|
6160
|
-
} & { [
|
|
6154
|
+
} & { [K_175 in Exclude<keyof I["join_channel_app_data"], keyof JoinChannelAppData>]: never; }) | undefined;
|
|
6161
6155
|
canvas_event?: ({
|
|
6162
6156
|
id?: string | undefined;
|
|
6163
6157
|
title?: string | undefined;
|
|
@@ -6176,7 +6170,7 @@ export declare const Envelope: {
|
|
|
6176
6170
|
is_default?: boolean | undefined;
|
|
6177
6171
|
channel_id?: string | undefined;
|
|
6178
6172
|
status?: number | undefined;
|
|
6179
|
-
} & { [
|
|
6173
|
+
} & { [K_176 in Exclude<keyof I["canvas_event"], keyof ChannelCanvas>]: never; }) | undefined;
|
|
6180
6174
|
unpin_message_event?: ({
|
|
6181
6175
|
id?: string | undefined;
|
|
6182
6176
|
message_id?: string | undefined;
|
|
@@ -6187,7 +6181,7 @@ export declare const Envelope: {
|
|
|
6187
6181
|
message_id?: string | undefined;
|
|
6188
6182
|
channel_id?: string | undefined;
|
|
6189
6183
|
clan_id?: string | undefined;
|
|
6190
|
-
} & { [
|
|
6184
|
+
} & { [K_177 in Exclude<keyof I["unpin_message_event"], keyof UnpinMessageEvent>]: never; }) | undefined;
|
|
6191
6185
|
category_event?: ({
|
|
6192
6186
|
creator_id?: string | undefined;
|
|
6193
6187
|
clan_id?: string | undefined;
|
|
@@ -6200,7 +6194,7 @@ export declare const Envelope: {
|
|
|
6200
6194
|
category_name?: string | undefined;
|
|
6201
6195
|
id?: string | undefined;
|
|
6202
6196
|
status?: number | undefined;
|
|
6203
|
-
} & { [
|
|
6197
|
+
} & { [K_178 in Exclude<keyof I["category_event"], keyof CategoryEvent>]: never; }) | undefined;
|
|
6204
6198
|
handle_participant_meet_state_event?: ({
|
|
6205
6199
|
clan_id?: string | undefined;
|
|
6206
6200
|
channel_id?: string | undefined;
|
|
@@ -6211,12 +6205,12 @@ export declare const Envelope: {
|
|
|
6211
6205
|
channel_id?: string | undefined;
|
|
6212
6206
|
display_name?: string | undefined;
|
|
6213
6207
|
state?: number | undefined;
|
|
6214
|
-
} & { [
|
|
6208
|
+
} & { [K_179 in Exclude<keyof I["handle_participant_meet_state_event"], keyof HandleParticipantMeetStateEvent>]: never; }) | undefined;
|
|
6215
6209
|
delete_account_event?: ({
|
|
6216
6210
|
user_id?: string | undefined;
|
|
6217
6211
|
} & {
|
|
6218
6212
|
user_id?: string | undefined;
|
|
6219
|
-
} & { [
|
|
6213
|
+
} & { [K_180 in Exclude<keyof I["delete_account_event"], "user_id">]: never; }) | undefined;
|
|
6220
6214
|
ephemeral_message_send?: ({
|
|
6221
6215
|
message?: {
|
|
6222
6216
|
clan_id?: string | undefined;
|
|
@@ -6336,7 +6330,7 @@ export declare const Envelope: {
|
|
|
6336
6330
|
create_time?: Date | undefined;
|
|
6337
6331
|
s?: number | undefined;
|
|
6338
6332
|
e?: number | undefined;
|
|
6339
|
-
} & { [
|
|
6333
|
+
} & { [K_181 in Exclude<keyof I["ephemeral_message_send"]["message"]["mentions"][number], keyof MessageMention>]: never; })[] & { [K_182 in Exclude<keyof I["ephemeral_message_send"]["message"]["mentions"], keyof {
|
|
6340
6334
|
id?: string | undefined;
|
|
6341
6335
|
user_id?: string | undefined;
|
|
6342
6336
|
username?: string | undefined;
|
|
@@ -6370,7 +6364,7 @@ export declare const Envelope: {
|
|
|
6370
6364
|
width?: number | undefined;
|
|
6371
6365
|
height?: number | undefined;
|
|
6372
6366
|
thumbnail?: string | undefined;
|
|
6373
|
-
} & { [
|
|
6367
|
+
} & { [K_183 in Exclude<keyof I["ephemeral_message_send"]["message"]["attachments"][number], keyof MessageAttachment>]: never; })[] & { [K_184 in Exclude<keyof I["ephemeral_message_send"]["message"]["attachments"], keyof {
|
|
6374
6368
|
filename?: string | undefined;
|
|
6375
6369
|
size?: number | undefined;
|
|
6376
6370
|
url?: string | undefined;
|
|
@@ -6412,7 +6406,7 @@ export declare const Envelope: {
|
|
|
6412
6406
|
mesages_sender_avatar?: string | undefined;
|
|
6413
6407
|
message_sender_clan_nick?: string | undefined;
|
|
6414
6408
|
message_sender_display_name?: string | undefined;
|
|
6415
|
-
} & { [
|
|
6409
|
+
} & { [K_185 in Exclude<keyof I["ephemeral_message_send"]["message"]["references"][number], keyof MessageRef>]: never; })[] & { [K_186 in Exclude<keyof I["ephemeral_message_send"]["message"]["references"], keyof {
|
|
6416
6410
|
message_id?: string | undefined;
|
|
6417
6411
|
message_ref_id?: string | undefined;
|
|
6418
6412
|
content?: string | undefined;
|
|
@@ -6431,25 +6425,25 @@ export declare const Envelope: {
|
|
|
6431
6425
|
is_public?: boolean | undefined;
|
|
6432
6426
|
code?: number | undefined;
|
|
6433
6427
|
topic_id?: string | undefined;
|
|
6434
|
-
} & { [
|
|
6428
|
+
} & { [K_187 in Exclude<keyof I["ephemeral_message_send"]["message"], keyof ChannelMessageSend>]: never; }) | undefined;
|
|
6435
6429
|
receiver_id?: string | undefined;
|
|
6436
|
-
} & { [
|
|
6430
|
+
} & { [K_188 in Exclude<keyof I["ephemeral_message_send"], keyof EphemeralMessageSend>]: never; }) | undefined;
|
|
6437
6431
|
block_friend?: ({
|
|
6438
6432
|
user_id?: string | undefined;
|
|
6439
6433
|
} & {
|
|
6440
6434
|
user_id?: string | undefined;
|
|
6441
|
-
} & { [
|
|
6435
|
+
} & { [K_189 in Exclude<keyof I["block_friend"], "user_id">]: never; }) | undefined;
|
|
6442
6436
|
voice_reaction_send?: ({
|
|
6443
6437
|
emojis?: string[] | undefined;
|
|
6444
6438
|
channel_id?: string | undefined;
|
|
6445
6439
|
sender_id?: string | undefined;
|
|
6446
6440
|
media_type?: number | undefined;
|
|
6447
6441
|
} & {
|
|
6448
|
-
emojis?: (string[] & string[] & { [
|
|
6442
|
+
emojis?: (string[] & string[] & { [K_190 in Exclude<keyof I["voice_reaction_send"]["emojis"], keyof string[]>]: never; }) | undefined;
|
|
6449
6443
|
channel_id?: string | undefined;
|
|
6450
6444
|
sender_id?: string | undefined;
|
|
6451
6445
|
media_type?: number | undefined;
|
|
6452
|
-
} & { [
|
|
6446
|
+
} & { [K_191 in Exclude<keyof I["voice_reaction_send"], keyof VoiceReactionSend>]: never; }) | undefined;
|
|
6453
6447
|
mark_as_read?: ({
|
|
6454
6448
|
channel_id?: string | undefined;
|
|
6455
6449
|
category_id?: string | undefined;
|
|
@@ -6458,7 +6452,7 @@ export declare const Envelope: {
|
|
|
6458
6452
|
channel_id?: string | undefined;
|
|
6459
6453
|
category_id?: string | undefined;
|
|
6460
6454
|
clan_id?: string | undefined;
|
|
6461
|
-
} & { [
|
|
6455
|
+
} & { [K_192 in Exclude<keyof I["mark_as_read"], keyof MarkAsRead>]: never; }) | undefined;
|
|
6462
6456
|
list_data_socket?: ({
|
|
6463
6457
|
api_name?: string | undefined;
|
|
6464
6458
|
list_clan_req?: {
|
|
@@ -7324,7 +7318,7 @@ export declare const Envelope: {
|
|
|
7324
7318
|
limit?: number | undefined;
|
|
7325
7319
|
state?: number | undefined;
|
|
7326
7320
|
cursor?: string | undefined;
|
|
7327
|
-
} & { [
|
|
7321
|
+
} & { [K_193 in Exclude<keyof I["list_data_socket"]["list_clan_req"], keyof ListClanDescRequest>]: never; }) | undefined;
|
|
7328
7322
|
clan_desc_list?: ({
|
|
7329
7323
|
clandesc?: {
|
|
7330
7324
|
creator_id?: string | undefined;
|
|
@@ -7376,7 +7370,7 @@ export declare const Envelope: {
|
|
|
7376
7370
|
welcome_channel_id?: string | undefined;
|
|
7377
7371
|
onboarding_banner?: string | undefined;
|
|
7378
7372
|
clan_order?: number | undefined;
|
|
7379
|
-
} & { [
|
|
7373
|
+
} & { [K_194 in Exclude<keyof I["list_data_socket"]["clan_desc_list"]["clandesc"][number], keyof import("../api/api").ClanDesc>]: never; })[] & { [K_195 in Exclude<keyof I["list_data_socket"]["clan_desc_list"]["clandesc"], keyof {
|
|
7380
7374
|
creator_id?: string | undefined;
|
|
7381
7375
|
clan_name?: string | undefined;
|
|
7382
7376
|
logo?: string | undefined;
|
|
@@ -7389,7 +7383,7 @@ export declare const Envelope: {
|
|
|
7389
7383
|
onboarding_banner?: string | undefined;
|
|
7390
7384
|
clan_order?: number | undefined;
|
|
7391
7385
|
}[]>]: never; }) | undefined;
|
|
7392
|
-
} & { [
|
|
7386
|
+
} & { [K_196 in Exclude<keyof I["list_data_socket"]["clan_desc_list"], "clandesc">]: never; }) | undefined;
|
|
7393
7387
|
list_thread_req?: ({
|
|
7394
7388
|
limit?: number | undefined;
|
|
7395
7389
|
state?: number | undefined;
|
|
@@ -7404,7 +7398,7 @@ export declare const Envelope: {
|
|
|
7404
7398
|
channel_id?: string | undefined;
|
|
7405
7399
|
thread_id?: string | undefined;
|
|
7406
7400
|
page?: number | undefined;
|
|
7407
|
-
} & { [
|
|
7401
|
+
} & { [K_197 in Exclude<keyof I["list_data_socket"]["list_thread_req"], keyof ListThreadRequest>]: never; }) | undefined;
|
|
7408
7402
|
channel_desc_list?: ({
|
|
7409
7403
|
channeldesc?: {
|
|
7410
7404
|
clan_id?: string | undefined;
|
|
@@ -7578,8 +7572,8 @@ export declare const Envelope: {
|
|
|
7578
7572
|
creator_id?: string | undefined;
|
|
7579
7573
|
channel_label?: string | undefined;
|
|
7580
7574
|
channel_private?: number | undefined;
|
|
7581
|
-
channel_avatar?: (string[] & string[] & { [
|
|
7582
|
-
user_id?: (string[] & string[] & { [
|
|
7575
|
+
channel_avatar?: (string[] & string[] & { [K_198 in Exclude<keyof I["list_data_socket"]["channel_desc_list"]["channeldesc"][number]["channel_avatar"], keyof string[]>]: never; }) | undefined;
|
|
7576
|
+
user_id?: (string[] & string[] & { [K_199 in Exclude<keyof I["list_data_socket"]["channel_desc_list"]["channeldesc"][number]["user_id"], keyof string[]>]: never; }) | undefined;
|
|
7583
7577
|
last_sent_message?: ({
|
|
7584
7578
|
id?: string | undefined;
|
|
7585
7579
|
timestamp_seconds?: number | undefined;
|
|
@@ -7599,8 +7593,8 @@ export declare const Envelope: {
|
|
|
7599
7593
|
reference?: string | undefined;
|
|
7600
7594
|
mention?: string | undefined;
|
|
7601
7595
|
reaction?: string | undefined;
|
|
7602
|
-
repliers?: (string[] & string[] & { [
|
|
7603
|
-
} & { [
|
|
7596
|
+
repliers?: (string[] & string[] & { [K_200 in Exclude<keyof I["list_data_socket"]["channel_desc_list"]["channeldesc"][number]["last_sent_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
7597
|
+
} & { [K_201 in Exclude<keyof I["list_data_socket"]["channel_desc_list"]["channeldesc"][number]["last_sent_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
7604
7598
|
last_seen_message?: ({
|
|
7605
7599
|
id?: string | undefined;
|
|
7606
7600
|
timestamp_seconds?: number | undefined;
|
|
@@ -7620,27 +7614,27 @@ export declare const Envelope: {
|
|
|
7620
7614
|
reference?: string | undefined;
|
|
7621
7615
|
mention?: string | undefined;
|
|
7622
7616
|
reaction?: string | undefined;
|
|
7623
|
-
repliers?: (string[] & string[] & { [
|
|
7624
|
-
} & { [
|
|
7625
|
-
is_online?: (boolean[] & boolean[] & { [
|
|
7617
|
+
repliers?: (string[] & string[] & { [K_202 in Exclude<keyof I["list_data_socket"]["channel_desc_list"]["channeldesc"][number]["last_seen_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
7618
|
+
} & { [K_203 in Exclude<keyof I["list_data_socket"]["channel_desc_list"]["channeldesc"][number]["last_seen_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
7619
|
+
is_online?: (boolean[] & boolean[] & { [K_204 in Exclude<keyof I["list_data_socket"]["channel_desc_list"]["channeldesc"][number]["is_online"], keyof boolean[]>]: never; }) | undefined;
|
|
7626
7620
|
meeting_code?: string | undefined;
|
|
7627
7621
|
count_mess_unread?: number | undefined;
|
|
7628
7622
|
active?: number | undefined;
|
|
7629
7623
|
last_pin_message?: string | undefined;
|
|
7630
|
-
usernames?: (string[] & string[] & { [
|
|
7624
|
+
usernames?: (string[] & string[] & { [K_205 in Exclude<keyof I["list_data_socket"]["channel_desc_list"]["channeldesc"][number]["usernames"], keyof string[]>]: never; }) | undefined;
|
|
7631
7625
|
creator_name?: string | undefined;
|
|
7632
7626
|
create_time_seconds?: number | undefined;
|
|
7633
7627
|
update_time_seconds?: number | undefined;
|
|
7634
|
-
metadata?: (string[] & string[] & { [
|
|
7635
|
-
about_me?: (string[] & string[] & { [
|
|
7628
|
+
metadata?: (string[] & string[] & { [K_206 in Exclude<keyof I["list_data_socket"]["channel_desc_list"]["channeldesc"][number]["metadata"], keyof string[]>]: never; }) | undefined;
|
|
7629
|
+
about_me?: (string[] & string[] & { [K_207 in Exclude<keyof I["list_data_socket"]["channel_desc_list"]["channeldesc"][number]["about_me"], keyof string[]>]: never; }) | undefined;
|
|
7636
7630
|
clan_name?: string | undefined;
|
|
7637
7631
|
app_id?: string | undefined;
|
|
7638
7632
|
is_mute?: boolean | undefined;
|
|
7639
7633
|
age_restricted?: number | undefined;
|
|
7640
7634
|
topic?: string | undefined;
|
|
7641
7635
|
e2ee?: number | undefined;
|
|
7642
|
-
display_names?: (string[] & string[] & { [
|
|
7643
|
-
} & { [
|
|
7636
|
+
display_names?: (string[] & string[] & { [K_208 in Exclude<keyof I["list_data_socket"]["channel_desc_list"]["channeldesc"][number]["display_names"], keyof string[]>]: never; }) | undefined;
|
|
7637
|
+
} & { [K_209 in Exclude<keyof I["list_data_socket"]["channel_desc_list"]["channeldesc"][number], keyof ChannelDescription1>]: never; })[] & { [K_210 in Exclude<keyof I["list_data_socket"]["channel_desc_list"]["channeldesc"], keyof {
|
|
7644
7638
|
clan_id?: string | undefined;
|
|
7645
7639
|
parent_id?: string | undefined;
|
|
7646
7640
|
channel_id?: string | undefined;
|
|
@@ -7697,28 +7691,28 @@ export declare const Envelope: {
|
|
|
7697
7691
|
prev_cursor?: string | undefined;
|
|
7698
7692
|
cacheable_cursor?: string | undefined;
|
|
7699
7693
|
page?: number | undefined;
|
|
7700
|
-
} & { [
|
|
7694
|
+
} & { [K_211 in Exclude<keyof I["list_data_socket"]["channel_desc_list"], keyof ChannelDescList>]: never; }) | undefined;
|
|
7701
7695
|
list_channel_users_uc_req?: ({
|
|
7702
7696
|
channel_id?: string | undefined;
|
|
7703
7697
|
limit?: number | undefined;
|
|
7704
7698
|
} & {
|
|
7705
7699
|
channel_id?: string | undefined;
|
|
7706
7700
|
limit?: number | undefined;
|
|
7707
|
-
} & { [
|
|
7701
|
+
} & { [K_212 in Exclude<keyof I["list_data_socket"]["list_channel_users_uc_req"], keyof AllUsersAddChannelRequest>]: never; }) | undefined;
|
|
7708
7702
|
channel_users_uc_list?: ({
|
|
7709
7703
|
channel_id?: string | undefined;
|
|
7710
7704
|
user_ids?: string[] | undefined;
|
|
7711
7705
|
limit?: number | undefined;
|
|
7712
7706
|
} & {
|
|
7713
7707
|
channel_id?: string | undefined;
|
|
7714
|
-
user_ids?: (string[] & string[] & { [
|
|
7708
|
+
user_ids?: (string[] & string[] & { [K_213 in Exclude<keyof I["list_data_socket"]["channel_users_uc_list"]["user_ids"], keyof string[]>]: never; }) | undefined;
|
|
7715
7709
|
limit?: number | undefined;
|
|
7716
|
-
} & { [
|
|
7710
|
+
} & { [K_214 in Exclude<keyof I["list_data_socket"]["channel_users_uc_list"], keyof AllUsersAddChannelResponse>]: never; }) | undefined;
|
|
7717
7711
|
list_channel_detail_req?: ({
|
|
7718
7712
|
channel_id?: string | undefined;
|
|
7719
7713
|
} & {
|
|
7720
7714
|
channel_id?: string | undefined;
|
|
7721
|
-
} & { [
|
|
7715
|
+
} & { [K_215 in Exclude<keyof I["list_data_socket"]["list_channel_detail_req"], "channel_id">]: never; }) | undefined;
|
|
7722
7716
|
channel_desc?: ({
|
|
7723
7717
|
clan_id?: string | undefined;
|
|
7724
7718
|
parent_id?: string | undefined;
|
|
@@ -7781,8 +7775,8 @@ export declare const Envelope: {
|
|
|
7781
7775
|
creator_id?: string | undefined;
|
|
7782
7776
|
channel_label?: string | undefined;
|
|
7783
7777
|
channel_private?: number | undefined;
|
|
7784
|
-
channel_avatar?: (string[] & string[] & { [
|
|
7785
|
-
user_id?: (string[] & string[] & { [
|
|
7778
|
+
channel_avatar?: (string[] & string[] & { [K_216 in Exclude<keyof I["list_data_socket"]["channel_desc"]["channel_avatar"], keyof string[]>]: never; }) | undefined;
|
|
7779
|
+
user_id?: (string[] & string[] & { [K_217 in Exclude<keyof I["list_data_socket"]["channel_desc"]["user_id"], keyof string[]>]: never; }) | undefined;
|
|
7786
7780
|
last_sent_message?: ({
|
|
7787
7781
|
id?: string | undefined;
|
|
7788
7782
|
timestamp_seconds?: number | undefined;
|
|
@@ -7802,8 +7796,8 @@ export declare const Envelope: {
|
|
|
7802
7796
|
reference?: string | undefined;
|
|
7803
7797
|
mention?: string | undefined;
|
|
7804
7798
|
reaction?: string | undefined;
|
|
7805
|
-
repliers?: (string[] & string[] & { [
|
|
7806
|
-
} & { [
|
|
7799
|
+
repliers?: (string[] & string[] & { [K_218 in Exclude<keyof I["list_data_socket"]["channel_desc"]["last_sent_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
7800
|
+
} & { [K_219 in Exclude<keyof I["list_data_socket"]["channel_desc"]["last_sent_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
7807
7801
|
last_seen_message?: ({
|
|
7808
7802
|
id?: string | undefined;
|
|
7809
7803
|
timestamp_seconds?: number | undefined;
|
|
@@ -7823,27 +7817,27 @@ export declare const Envelope: {
|
|
|
7823
7817
|
reference?: string | undefined;
|
|
7824
7818
|
mention?: string | undefined;
|
|
7825
7819
|
reaction?: string | undefined;
|
|
7826
|
-
repliers?: (string[] & string[] & { [
|
|
7827
|
-
} & { [
|
|
7828
|
-
is_online?: (boolean[] & boolean[] & { [
|
|
7820
|
+
repliers?: (string[] & string[] & { [K_220 in Exclude<keyof I["list_data_socket"]["channel_desc"]["last_seen_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
7821
|
+
} & { [K_221 in Exclude<keyof I["list_data_socket"]["channel_desc"]["last_seen_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
7822
|
+
is_online?: (boolean[] & boolean[] & { [K_222 in Exclude<keyof I["list_data_socket"]["channel_desc"]["is_online"], keyof boolean[]>]: never; }) | undefined;
|
|
7829
7823
|
meeting_code?: string | undefined;
|
|
7830
7824
|
count_mess_unread?: number | undefined;
|
|
7831
7825
|
active?: number | undefined;
|
|
7832
7826
|
last_pin_message?: string | undefined;
|
|
7833
|
-
usernames?: (string[] & string[] & { [
|
|
7827
|
+
usernames?: (string[] & string[] & { [K_223 in Exclude<keyof I["list_data_socket"]["channel_desc"]["usernames"], keyof string[]>]: never; }) | undefined;
|
|
7834
7828
|
creator_name?: string | undefined;
|
|
7835
7829
|
create_time_seconds?: number | undefined;
|
|
7836
7830
|
update_time_seconds?: number | undefined;
|
|
7837
|
-
metadata?: (string[] & string[] & { [
|
|
7838
|
-
about_me?: (string[] & string[] & { [
|
|
7831
|
+
metadata?: (string[] & string[] & { [K_224 in Exclude<keyof I["list_data_socket"]["channel_desc"]["metadata"], keyof string[]>]: never; }) | undefined;
|
|
7832
|
+
about_me?: (string[] & string[] & { [K_225 in Exclude<keyof I["list_data_socket"]["channel_desc"]["about_me"], keyof string[]>]: never; }) | undefined;
|
|
7839
7833
|
clan_name?: string | undefined;
|
|
7840
7834
|
app_id?: string | undefined;
|
|
7841
7835
|
is_mute?: boolean | undefined;
|
|
7842
7836
|
age_restricted?: number | undefined;
|
|
7843
7837
|
topic?: string | undefined;
|
|
7844
7838
|
e2ee?: number | undefined;
|
|
7845
|
-
display_names?: (string[] & string[] & { [
|
|
7846
|
-
} & { [
|
|
7839
|
+
display_names?: (string[] & string[] & { [K_226 in Exclude<keyof I["list_data_socket"]["channel_desc"]["display_names"], keyof string[]>]: never; }) | undefined;
|
|
7840
|
+
} & { [K_227 in Exclude<keyof I["list_data_socket"]["channel_desc"], keyof ChannelDescription1>]: never; }) | undefined;
|
|
7847
7841
|
list_channel_req?: ({
|
|
7848
7842
|
limit?: number | undefined;
|
|
7849
7843
|
state?: number | undefined;
|
|
@@ -7856,7 +7850,7 @@ export declare const Envelope: {
|
|
|
7856
7850
|
cursor?: string | undefined;
|
|
7857
7851
|
clan_id?: string | undefined;
|
|
7858
7852
|
channel_type?: number | undefined;
|
|
7859
|
-
} & { [
|
|
7853
|
+
} & { [K_228 in Exclude<keyof I["list_data_socket"]["list_channel_req"], keyof ListChannelDescsRequest>]: never; }) | undefined;
|
|
7860
7854
|
list_channel_message_req?: ({
|
|
7861
7855
|
clan_id?: string | undefined;
|
|
7862
7856
|
channel_id?: string | undefined;
|
|
@@ -7871,7 +7865,7 @@ export declare const Envelope: {
|
|
|
7871
7865
|
limit?: number | undefined;
|
|
7872
7866
|
direction?: number | undefined;
|
|
7873
7867
|
topic_id?: string | undefined;
|
|
7874
|
-
} & { [
|
|
7868
|
+
} & { [K_229 in Exclude<keyof I["list_data_socket"]["list_channel_message_req"], keyof ListChannelMessagesRequest>]: never; }) | undefined;
|
|
7875
7869
|
channel_message_list?: ({
|
|
7876
7870
|
messages?: {
|
|
7877
7871
|
clan_id?: string | undefined;
|
|
@@ -8009,7 +8003,7 @@ export declare const Envelope: {
|
|
|
8009
8003
|
hide_editted?: boolean | undefined;
|
|
8010
8004
|
is_public?: boolean | undefined;
|
|
8011
8005
|
topic_id?: string | undefined;
|
|
8012
|
-
} & { [
|
|
8006
|
+
} & { [K_230 in Exclude<keyof I["list_data_socket"]["channel_message_list"]["messages"][number], keyof ChannelMessage>]: never; })[] & { [K_231 in Exclude<keyof I["list_data_socket"]["channel_message_list"]["messages"], keyof {
|
|
8013
8007
|
clan_id?: string | undefined;
|
|
8014
8008
|
channel_id?: string | undefined;
|
|
8015
8009
|
message_id?: string | undefined;
|
|
@@ -8057,8 +8051,8 @@ export declare const Envelope: {
|
|
|
8057
8051
|
reference?: string | undefined;
|
|
8058
8052
|
mention?: string | undefined;
|
|
8059
8053
|
reaction?: string | undefined;
|
|
8060
|
-
repliers?: (string[] & string[] & { [
|
|
8061
|
-
} & { [
|
|
8054
|
+
repliers?: (string[] & string[] & { [K_232 in Exclude<keyof I["list_data_socket"]["channel_message_list"]["last_seen_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
8055
|
+
} & { [K_233 in Exclude<keyof I["list_data_socket"]["channel_message_list"]["last_seen_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
8062
8056
|
last_sent_message?: ({
|
|
8063
8057
|
id?: string | undefined;
|
|
8064
8058
|
timestamp_seconds?: number | undefined;
|
|
@@ -8078,9 +8072,9 @@ export declare const Envelope: {
|
|
|
8078
8072
|
reference?: string | undefined;
|
|
8079
8073
|
mention?: string | undefined;
|
|
8080
8074
|
reaction?: string | undefined;
|
|
8081
|
-
repliers?: (string[] & string[] & { [
|
|
8082
|
-
} & { [
|
|
8083
|
-
} & { [
|
|
8075
|
+
repliers?: (string[] & string[] & { [K_234 in Exclude<keyof I["list_data_socket"]["channel_message_list"]["last_sent_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
8076
|
+
} & { [K_235 in Exclude<keyof I["list_data_socket"]["channel_message_list"]["last_sent_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
8077
|
+
} & { [K_236 in Exclude<keyof I["list_data_socket"]["channel_message_list"], keyof ChannelMessageList>]: never; }) | undefined;
|
|
8084
8078
|
list_channel_users_req?: ({
|
|
8085
8079
|
clan_id?: string | undefined;
|
|
8086
8080
|
channel_id?: string | undefined;
|
|
@@ -8095,7 +8089,7 @@ export declare const Envelope: {
|
|
|
8095
8089
|
limit?: number | undefined;
|
|
8096
8090
|
state?: number | undefined;
|
|
8097
8091
|
cursor?: string | undefined;
|
|
8098
|
-
} & { [
|
|
8092
|
+
} & { [K_237 in Exclude<keyof I["list_data_socket"]["list_channel_users_req"], keyof ListChannelUsersRequest>]: never; }) | undefined;
|
|
8099
8093
|
voice_user_list?: ({
|
|
8100
8094
|
voice_channel_users?: {
|
|
8101
8095
|
id?: string | undefined;
|
|
@@ -8119,13 +8113,13 @@ export declare const Envelope: {
|
|
|
8119
8113
|
user_id?: string | undefined;
|
|
8120
8114
|
channel_id?: string | undefined;
|
|
8121
8115
|
participant?: string | undefined;
|
|
8122
|
-
} & { [
|
|
8116
|
+
} & { [K_238 in Exclude<keyof I["list_data_socket"]["voice_user_list"]["voice_channel_users"][number], keyof import("../api/api").VoiceChannelUser>]: never; })[] & { [K_239 in Exclude<keyof I["list_data_socket"]["voice_user_list"]["voice_channel_users"], keyof {
|
|
8123
8117
|
id?: string | undefined;
|
|
8124
8118
|
user_id?: string | undefined;
|
|
8125
8119
|
channel_id?: string | undefined;
|
|
8126
8120
|
participant?: string | undefined;
|
|
8127
8121
|
}[]>]: never; }) | undefined;
|
|
8128
|
-
} & { [
|
|
8122
|
+
} & { [K_240 in Exclude<keyof I["list_data_socket"]["voice_user_list"], "voice_channel_users">]: never; }) | undefined;
|
|
8129
8123
|
channel_user_list?: ({
|
|
8130
8124
|
channel_users?: {
|
|
8131
8125
|
user_id?: string | undefined;
|
|
@@ -8157,13 +8151,13 @@ export declare const Envelope: {
|
|
|
8157
8151
|
clan_id?: string | undefined;
|
|
8158
8152
|
} & {
|
|
8159
8153
|
user_id?: string | undefined;
|
|
8160
|
-
role_id?: (string[] & string[] & { [
|
|
8154
|
+
role_id?: (string[] & string[] & { [K_241 in Exclude<keyof I["list_data_socket"]["channel_user_list"]["channel_users"][number]["role_id"], keyof string[]>]: never; }) | undefined;
|
|
8161
8155
|
id?: string | undefined;
|
|
8162
8156
|
thread_id?: string | undefined;
|
|
8163
8157
|
clan_nick?: string | undefined;
|
|
8164
8158
|
clan_avatar?: string | undefined;
|
|
8165
8159
|
clan_id?: string | undefined;
|
|
8166
|
-
} & { [
|
|
8160
|
+
} & { [K_242 in Exclude<keyof I["list_data_socket"]["channel_user_list"]["channel_users"][number], keyof import("../api/api").ChannelUserList_ChannelUser>]: never; })[] & { [K_243 in Exclude<keyof I["list_data_socket"]["channel_user_list"]["channel_users"], keyof {
|
|
8167
8161
|
user_id?: string | undefined;
|
|
8168
8162
|
role_id?: string[] | undefined;
|
|
8169
8163
|
id?: string | undefined;
|
|
@@ -8174,7 +8168,7 @@ export declare const Envelope: {
|
|
|
8174
8168
|
}[]>]: never; }) | undefined;
|
|
8175
8169
|
cursor?: string | undefined;
|
|
8176
8170
|
channel_id?: string | undefined;
|
|
8177
|
-
} & { [
|
|
8171
|
+
} & { [K_244 in Exclude<keyof I["list_data_socket"]["channel_user_list"], keyof ChannelUserList>]: never; }) | undefined;
|
|
8178
8172
|
list_channel_attachment_req?: ({
|
|
8179
8173
|
clan_id?: string | undefined;
|
|
8180
8174
|
channel_id?: string | undefined;
|
|
@@ -8193,7 +8187,7 @@ export declare const Envelope: {
|
|
|
8193
8187
|
before?: string | undefined;
|
|
8194
8188
|
after?: string | undefined;
|
|
8195
8189
|
around?: string | undefined;
|
|
8196
|
-
} & { [
|
|
8190
|
+
} & { [K_245 in Exclude<keyof I["list_data_socket"]["list_channel_attachment_req"], keyof ListChannelAttachmentRequest>]: never; }) | undefined;
|
|
8197
8191
|
channel_attachment_list?: ({
|
|
8198
8192
|
attachments?: {
|
|
8199
8193
|
id?: string | undefined;
|
|
@@ -8241,7 +8235,7 @@ export declare const Envelope: {
|
|
|
8241
8235
|
message_id?: string | undefined;
|
|
8242
8236
|
width?: number | undefined;
|
|
8243
8237
|
height?: number | undefined;
|
|
8244
|
-
} & { [
|
|
8238
|
+
} & { [K_246 in Exclude<keyof I["list_data_socket"]["channel_attachment_list"]["attachments"][number], keyof import("../api/api").ChannelAttachment>]: never; })[] & { [K_247 in Exclude<keyof I["list_data_socket"]["channel_attachment_list"]["attachments"], keyof {
|
|
8245
8239
|
id?: string | undefined;
|
|
8246
8240
|
filename?: string | undefined;
|
|
8247
8241
|
filetype?: string | undefined;
|
|
@@ -8253,14 +8247,14 @@ export declare const Envelope: {
|
|
|
8253
8247
|
width?: number | undefined;
|
|
8254
8248
|
height?: number | undefined;
|
|
8255
8249
|
}[]>]: never; }) | undefined;
|
|
8256
|
-
} & { [
|
|
8250
|
+
} & { [K_248 in Exclude<keyof I["list_data_socket"]["channel_attachment_list"], "attachments">]: never; }) | undefined;
|
|
8257
8251
|
hashtag_dm_req?: ({
|
|
8258
8252
|
user_id?: string[] | undefined;
|
|
8259
8253
|
limit?: number | undefined;
|
|
8260
8254
|
} & {
|
|
8261
|
-
user_id?: (string[] & string[] & { [
|
|
8255
|
+
user_id?: (string[] & string[] & { [K_249 in Exclude<keyof I["list_data_socket"]["hashtag_dm_req"]["user_id"], keyof string[]>]: never; }) | undefined;
|
|
8262
8256
|
limit?: number | undefined;
|
|
8263
|
-
} & { [
|
|
8257
|
+
} & { [K_250 in Exclude<keyof I["list_data_socket"]["hashtag_dm_req"], keyof HashtagDmListRequest>]: never; }) | undefined;
|
|
8264
8258
|
hashtag_dm_list?: ({
|
|
8265
8259
|
hashtag_dm?: {
|
|
8266
8260
|
channel_id?: string | undefined;
|
|
@@ -8300,7 +8294,7 @@ export declare const Envelope: {
|
|
|
8300
8294
|
type?: number | undefined;
|
|
8301
8295
|
channel_private?: number | undefined;
|
|
8302
8296
|
parent_id?: string | undefined;
|
|
8303
|
-
} & { [
|
|
8297
|
+
} & { [K_251 in Exclude<keyof I["list_data_socket"]["hashtag_dm_list"]["hashtag_dm"][number], keyof import("../api/api").HashtagDm>]: never; })[] & { [K_252 in Exclude<keyof I["list_data_socket"]["hashtag_dm_list"]["hashtag_dm"], keyof {
|
|
8304
8298
|
channel_id?: string | undefined;
|
|
8305
8299
|
channel_label?: string | undefined;
|
|
8306
8300
|
clan_id?: string | undefined;
|
|
@@ -8310,7 +8304,7 @@ export declare const Envelope: {
|
|
|
8310
8304
|
channel_private?: number | undefined;
|
|
8311
8305
|
parent_id?: string | undefined;
|
|
8312
8306
|
}[]>]: never; }) | undefined;
|
|
8313
|
-
} & { [
|
|
8307
|
+
} & { [K_253 in Exclude<keyof I["list_data_socket"]["hashtag_dm_list"], "hashtag_dm">]: never; }) | undefined;
|
|
8314
8308
|
channel_setting_req?: ({
|
|
8315
8309
|
clan_id?: string | undefined;
|
|
8316
8310
|
parent_id?: string | undefined;
|
|
@@ -8333,7 +8327,7 @@ export declare const Envelope: {
|
|
|
8333
8327
|
limit?: number | undefined;
|
|
8334
8328
|
page?: number | undefined;
|
|
8335
8329
|
channel_label?: string | undefined;
|
|
8336
|
-
} & { [
|
|
8330
|
+
} & { [K_254 in Exclude<keyof I["list_data_socket"]["channel_setting_req"], keyof ChannelSettingListRequest>]: never; }) | undefined;
|
|
8337
8331
|
channel_setting_list?: ({
|
|
8338
8332
|
clan_id?: string | undefined;
|
|
8339
8333
|
channel_count?: number | undefined;
|
|
@@ -8422,7 +8416,7 @@ export declare const Envelope: {
|
|
|
8422
8416
|
channel_private?: number | undefined;
|
|
8423
8417
|
channel_type?: number | undefined;
|
|
8424
8418
|
active?: number | undefined;
|
|
8425
|
-
user_ids?: (string[] & string[] & { [
|
|
8419
|
+
user_ids?: (string[] & string[] & { [K_255 in Exclude<keyof I["list_data_socket"]["channel_setting_list"]["channel_setting_list"][number]["user_ids"], keyof string[]>]: never; }) | undefined;
|
|
8426
8420
|
message_count?: number | undefined;
|
|
8427
8421
|
last_sent_message?: ({
|
|
8428
8422
|
id?: string | undefined;
|
|
@@ -8443,9 +8437,9 @@ export declare const Envelope: {
|
|
|
8443
8437
|
reference?: string | undefined;
|
|
8444
8438
|
mention?: string | undefined;
|
|
8445
8439
|
reaction?: string | undefined;
|
|
8446
|
-
repliers?: (string[] & string[] & { [
|
|
8447
|
-
} & { [
|
|
8448
|
-
} & { [
|
|
8440
|
+
repliers?: (string[] & string[] & { [K_256 in Exclude<keyof I["list_data_socket"]["channel_setting_list"]["channel_setting_list"][number]["last_sent_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
8441
|
+
} & { [K_257 in Exclude<keyof I["list_data_socket"]["channel_setting_list"]["channel_setting_list"][number]["last_sent_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
8442
|
+
} & { [K_258 in Exclude<keyof I["list_data_socket"]["channel_setting_list"]["channel_setting_list"][number], keyof import("../api/api").ChannelSettingItem>]: never; })[] & { [K_259 in Exclude<keyof I["list_data_socket"]["channel_setting_list"]["channel_setting_list"], keyof {
|
|
8449
8443
|
id?: string | undefined;
|
|
8450
8444
|
creator_id?: string | undefined;
|
|
8451
8445
|
parent_id?: string | undefined;
|
|
@@ -8469,17 +8463,17 @@ export declare const Envelope: {
|
|
|
8469
8463
|
repliers?: string[] | undefined;
|
|
8470
8464
|
} | undefined;
|
|
8471
8465
|
}[]>]: never; }) | undefined;
|
|
8472
|
-
} & { [
|
|
8466
|
+
} & { [K_260 in Exclude<keyof I["list_data_socket"]["channel_setting_list"], keyof ChannelSettingListResponse>]: never; }) | undefined;
|
|
8473
8467
|
favorite_channel_req?: ({
|
|
8474
8468
|
clan_id?: string | undefined;
|
|
8475
8469
|
} & {
|
|
8476
8470
|
clan_id?: string | undefined;
|
|
8477
|
-
} & { [
|
|
8471
|
+
} & { [K_261 in Exclude<keyof I["list_data_socket"]["favorite_channel_req"], "clan_id">]: never; }) | undefined;
|
|
8478
8472
|
favorite_channel_list?: ({
|
|
8479
8473
|
channel_ids?: string[] | undefined;
|
|
8480
8474
|
} & {
|
|
8481
|
-
channel_ids?: (string[] & string[] & { [
|
|
8482
|
-
} & { [
|
|
8475
|
+
channel_ids?: (string[] & string[] & { [K_262 in Exclude<keyof I["list_data_socket"]["favorite_channel_list"]["channel_ids"], keyof string[]>]: never; }) | undefined;
|
|
8476
|
+
} & { [K_263 in Exclude<keyof I["list_data_socket"]["favorite_channel_list"], "channel_ids">]: never; }) | undefined;
|
|
8483
8477
|
search_thread_req?: ({
|
|
8484
8478
|
clan_id?: string | undefined;
|
|
8485
8479
|
channel_id?: string | undefined;
|
|
@@ -8488,12 +8482,12 @@ export declare const Envelope: {
|
|
|
8488
8482
|
clan_id?: string | undefined;
|
|
8489
8483
|
channel_id?: string | undefined;
|
|
8490
8484
|
label?: string | undefined;
|
|
8491
|
-
} & { [
|
|
8485
|
+
} & { [K_264 in Exclude<keyof I["list_data_socket"]["search_thread_req"], keyof SearchThreadRequest>]: never; }) | undefined;
|
|
8492
8486
|
notification_channel?: ({
|
|
8493
8487
|
channel_id?: string | undefined;
|
|
8494
8488
|
} & {
|
|
8495
8489
|
channel_id?: string | undefined;
|
|
8496
|
-
} & { [
|
|
8490
|
+
} & { [K_265 in Exclude<keyof I["list_data_socket"]["notification_channel"], "channel_id">]: never; }) | undefined;
|
|
8497
8491
|
notificaion_user_channel?: ({
|
|
8498
8492
|
id?: string | undefined;
|
|
8499
8493
|
notification_setting_type?: number | undefined;
|
|
@@ -8506,24 +8500,24 @@ export declare const Envelope: {
|
|
|
8506
8500
|
time_mute?: Date | undefined;
|
|
8507
8501
|
active?: number | undefined;
|
|
8508
8502
|
channel_id?: string | undefined;
|
|
8509
|
-
} & { [
|
|
8503
|
+
} & { [K_266 in Exclude<keyof I["list_data_socket"]["notificaion_user_channel"], keyof NotificationUserChannel>]: never; }) | undefined;
|
|
8510
8504
|
notification_category?: ({
|
|
8511
8505
|
category_id?: string | undefined;
|
|
8512
8506
|
} & {
|
|
8513
8507
|
category_id?: string | undefined;
|
|
8514
|
-
} & { [
|
|
8508
|
+
} & { [K_267 in Exclude<keyof I["list_data_socket"]["notification_category"], "category_id">]: never; }) | undefined;
|
|
8515
8509
|
notification_clan?: ({
|
|
8516
8510
|
clan_id?: string | undefined;
|
|
8517
8511
|
} & {
|
|
8518
8512
|
clan_id?: string | undefined;
|
|
8519
|
-
} & { [
|
|
8513
|
+
} & { [K_268 in Exclude<keyof I["list_data_socket"]["notification_clan"], "clan_id">]: never; }) | undefined;
|
|
8520
8514
|
notification_setting?: ({
|
|
8521
8515
|
id?: string | undefined;
|
|
8522
8516
|
notification_setting_type?: number | undefined;
|
|
8523
8517
|
} & {
|
|
8524
8518
|
id?: string | undefined;
|
|
8525
8519
|
notification_setting_type?: number | undefined;
|
|
8526
|
-
} & { [
|
|
8520
|
+
} & { [K_269 in Exclude<keyof I["list_data_socket"]["notification_setting"], keyof NotificationSetting>]: never; }) | undefined;
|
|
8527
8521
|
notification_message?: ({
|
|
8528
8522
|
id?: string | undefined;
|
|
8529
8523
|
user_id?: string | undefined;
|
|
@@ -8532,7 +8526,7 @@ export declare const Envelope: {
|
|
|
8532
8526
|
id?: string | undefined;
|
|
8533
8527
|
user_id?: string | undefined;
|
|
8534
8528
|
channel_id?: string | undefined;
|
|
8535
|
-
} & { [
|
|
8529
|
+
} & { [K_270 in Exclude<keyof I["list_data_socket"]["notification_message"], keyof NotifiReactMessage>]: never; }) | undefined;
|
|
8536
8530
|
noti_channel_cat_setting_list?: ({
|
|
8537
8531
|
notification_channel_category_settings_list?: {
|
|
8538
8532
|
id?: string | undefined;
|
|
@@ -8560,14 +8554,14 @@ export declare const Envelope: {
|
|
|
8560
8554
|
notification_setting_type?: number | undefined;
|
|
8561
8555
|
channel_category_title?: string | undefined;
|
|
8562
8556
|
action?: number | undefined;
|
|
8563
|
-
} & { [
|
|
8557
|
+
} & { [K_271 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_272 in Exclude<keyof I["list_data_socket"]["noti_channel_cat_setting_list"]["notification_channel_category_settings_list"], keyof {
|
|
8564
8558
|
id?: string | undefined;
|
|
8565
8559
|
channel_category_label?: string | undefined;
|
|
8566
8560
|
notification_setting_type?: number | undefined;
|
|
8567
8561
|
channel_category_title?: string | undefined;
|
|
8568
8562
|
action?: number | undefined;
|
|
8569
8563
|
}[]>]: never; }) | undefined;
|
|
8570
|
-
} & { [
|
|
8564
|
+
} & { [K_273 in Exclude<keyof I["list_data_socket"]["noti_channel_cat_setting_list"], "notification_channel_category_settings_list">]: never; }) | undefined;
|
|
8571
8565
|
list_notification_req?: ({
|
|
8572
8566
|
limit?: number | undefined;
|
|
8573
8567
|
clan_id?: string | undefined;
|
|
@@ -8580,7 +8574,7 @@ export declare const Envelope: {
|
|
|
8580
8574
|
notification_id?: string | undefined;
|
|
8581
8575
|
category?: number | undefined;
|
|
8582
8576
|
direction?: number | undefined;
|
|
8583
|
-
} & { [
|
|
8577
|
+
} & { [K_274 in Exclude<keyof I["list_data_socket"]["list_notification_req"], keyof ListNotificationsRequest>]: never; }) | undefined;
|
|
8584
8578
|
notification_list?: ({
|
|
8585
8579
|
notifications?: {
|
|
8586
8580
|
id?: string | undefined;
|
|
@@ -8860,8 +8854,8 @@ export declare const Envelope: {
|
|
|
8860
8854
|
creator_id?: string | undefined;
|
|
8861
8855
|
channel_label?: string | undefined;
|
|
8862
8856
|
channel_private?: number | undefined;
|
|
8863
|
-
channel_avatar?: (string[] & string[] & { [
|
|
8864
|
-
user_id?: (string[] & string[] & { [
|
|
8857
|
+
channel_avatar?: (string[] & string[] & { [K_275 in Exclude<keyof I["list_data_socket"]["notification_list"]["notifications"][number]["channel"]["channel_avatar"], keyof string[]>]: never; }) | undefined;
|
|
8858
|
+
user_id?: (string[] & string[] & { [K_276 in Exclude<keyof I["list_data_socket"]["notification_list"]["notifications"][number]["channel"]["user_id"], keyof string[]>]: never; }) | undefined;
|
|
8865
8859
|
last_sent_message?: ({
|
|
8866
8860
|
id?: string | undefined;
|
|
8867
8861
|
timestamp_seconds?: number | undefined;
|
|
@@ -8881,8 +8875,8 @@ export declare const Envelope: {
|
|
|
8881
8875
|
reference?: string | undefined;
|
|
8882
8876
|
mention?: string | undefined;
|
|
8883
8877
|
reaction?: string | undefined;
|
|
8884
|
-
repliers?: (string[] & string[] & { [
|
|
8885
|
-
} & { [
|
|
8878
|
+
repliers?: (string[] & string[] & { [K_277 in Exclude<keyof I["list_data_socket"]["notification_list"]["notifications"][number]["channel"]["last_sent_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
8879
|
+
} & { [K_278 in Exclude<keyof I["list_data_socket"]["notification_list"]["notifications"][number]["channel"]["last_sent_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
8886
8880
|
last_seen_message?: ({
|
|
8887
8881
|
id?: string | undefined;
|
|
8888
8882
|
timestamp_seconds?: number | undefined;
|
|
@@ -8902,30 +8896,30 @@ export declare const Envelope: {
|
|
|
8902
8896
|
reference?: string | undefined;
|
|
8903
8897
|
mention?: string | undefined;
|
|
8904
8898
|
reaction?: string | undefined;
|
|
8905
|
-
repliers?: (string[] & string[] & { [
|
|
8906
|
-
} & { [
|
|
8907
|
-
is_online?: (boolean[] & boolean[] & { [
|
|
8899
|
+
repliers?: (string[] & string[] & { [K_279 in Exclude<keyof I["list_data_socket"]["notification_list"]["notifications"][number]["channel"]["last_seen_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
8900
|
+
} & { [K_280 in Exclude<keyof I["list_data_socket"]["notification_list"]["notifications"][number]["channel"]["last_seen_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
8901
|
+
is_online?: (boolean[] & boolean[] & { [K_281 in Exclude<keyof I["list_data_socket"]["notification_list"]["notifications"][number]["channel"]["is_online"], keyof boolean[]>]: never; }) | undefined;
|
|
8908
8902
|
meeting_code?: string | undefined;
|
|
8909
8903
|
count_mess_unread?: number | undefined;
|
|
8910
8904
|
active?: number | undefined;
|
|
8911
8905
|
last_pin_message?: string | undefined;
|
|
8912
|
-
usernames?: (string[] & string[] & { [
|
|
8906
|
+
usernames?: (string[] & string[] & { [K_282 in Exclude<keyof I["list_data_socket"]["notification_list"]["notifications"][number]["channel"]["usernames"], keyof string[]>]: never; }) | undefined;
|
|
8913
8907
|
creator_name?: string | undefined;
|
|
8914
8908
|
create_time_seconds?: number | undefined;
|
|
8915
8909
|
update_time_seconds?: number | undefined;
|
|
8916
|
-
metadata?: (string[] & string[] & { [
|
|
8917
|
-
about_me?: (string[] & string[] & { [
|
|
8910
|
+
metadata?: (string[] & string[] & { [K_283 in Exclude<keyof I["list_data_socket"]["notification_list"]["notifications"][number]["channel"]["metadata"], keyof string[]>]: never; }) | undefined;
|
|
8911
|
+
about_me?: (string[] & string[] & { [K_284 in Exclude<keyof I["list_data_socket"]["notification_list"]["notifications"][number]["channel"]["about_me"], keyof string[]>]: never; }) | undefined;
|
|
8918
8912
|
clan_name?: string | undefined;
|
|
8919
8913
|
app_id?: string | undefined;
|
|
8920
8914
|
is_mute?: boolean | undefined;
|
|
8921
8915
|
age_restricted?: number | undefined;
|
|
8922
8916
|
topic?: string | undefined;
|
|
8923
8917
|
e2ee?: number | undefined;
|
|
8924
|
-
display_names?: (string[] & string[] & { [
|
|
8925
|
-
} & { [
|
|
8918
|
+
display_names?: (string[] & string[] & { [K_285 in Exclude<keyof I["list_data_socket"]["notification_list"]["notifications"][number]["channel"]["display_names"], keyof string[]>]: never; }) | undefined;
|
|
8919
|
+
} & { [K_286 in Exclude<keyof I["list_data_socket"]["notification_list"]["notifications"][number]["channel"], keyof ChannelDescription1>]: never; }) | undefined;
|
|
8926
8920
|
topic_id?: string | undefined;
|
|
8927
8921
|
category?: number | undefined;
|
|
8928
|
-
} & { [
|
|
8922
|
+
} & { [K_287 in Exclude<keyof I["list_data_socket"]["notification_list"]["notifications"][number], keyof Notification>]: never; })[] & { [K_288 in Exclude<keyof I["list_data_socket"]["notification_list"]["notifications"], keyof {
|
|
8929
8923
|
id?: string | undefined;
|
|
8930
8924
|
subject?: string | undefined;
|
|
8931
8925
|
content?: string | undefined;
|
|
@@ -8994,7 +8988,7 @@ export declare const Envelope: {
|
|
|
8994
8988
|
category?: number | undefined;
|
|
8995
8989
|
}[]>]: never; }) | undefined;
|
|
8996
8990
|
cacheable_cursor?: string | undefined;
|
|
8997
|
-
} & { [
|
|
8991
|
+
} & { [K_289 in Exclude<keyof I["list_data_socket"]["notification_list"], keyof NotificationList>]: never; }) | undefined;
|
|
8998
8992
|
sticker_list?: ({
|
|
8999
8993
|
stickers?: {
|
|
9000
8994
|
id?: string | undefined;
|
|
@@ -9046,7 +9040,7 @@ export declare const Envelope: {
|
|
|
9046
9040
|
clan_name?: string | undefined;
|
|
9047
9041
|
media_type?: number | undefined;
|
|
9048
9042
|
is_for_sale?: boolean | undefined;
|
|
9049
|
-
} & { [
|
|
9043
|
+
} & { [K_290 in Exclude<keyof I["list_data_socket"]["sticker_list"]["stickers"][number], keyof import("../api/api").ClanSticker>]: never; })[] & { [K_291 in Exclude<keyof I["list_data_socket"]["sticker_list"]["stickers"], keyof {
|
|
9050
9044
|
id?: string | undefined;
|
|
9051
9045
|
source?: string | undefined;
|
|
9052
9046
|
shortname?: string | undefined;
|
|
@@ -9059,7 +9053,7 @@ export declare const Envelope: {
|
|
|
9059
9053
|
media_type?: number | undefined;
|
|
9060
9054
|
is_for_sale?: boolean | undefined;
|
|
9061
9055
|
}[]>]: never; }) | undefined;
|
|
9062
|
-
} & { [
|
|
9056
|
+
} & { [K_292 in Exclude<keyof I["list_data_socket"]["sticker_list"], "stickers">]: never; }) | undefined;
|
|
9063
9057
|
emoji_recent_list?: ({
|
|
9064
9058
|
emoji_recents?: {
|
|
9065
9059
|
emoji_recents_id?: string | undefined;
|
|
@@ -9079,17 +9073,17 @@ export declare const Envelope: {
|
|
|
9079
9073
|
emoji_recents_id?: string | undefined;
|
|
9080
9074
|
emoji_id?: string | undefined;
|
|
9081
9075
|
update_time?: Date | undefined;
|
|
9082
|
-
} & { [
|
|
9076
|
+
} & { [K_293 in Exclude<keyof I["list_data_socket"]["emoji_recent_list"]["emoji_recents"][number], keyof import("../api/api").EmojiRecent>]: never; })[] & { [K_294 in Exclude<keyof I["list_data_socket"]["emoji_recent_list"]["emoji_recents"], keyof {
|
|
9083
9077
|
emoji_recents_id?: string | undefined;
|
|
9084
9078
|
emoji_id?: string | undefined;
|
|
9085
9079
|
update_time?: Date | undefined;
|
|
9086
9080
|
}[]>]: never; }) | undefined;
|
|
9087
|
-
} & { [
|
|
9081
|
+
} & { [K_295 in Exclude<keyof I["list_data_socket"]["emoji_recent_list"], "emoji_recents">]: never; }) | undefined;
|
|
9088
9082
|
clan_webhook_req?: ({
|
|
9089
9083
|
clan_id?: string | undefined;
|
|
9090
9084
|
} & {
|
|
9091
9085
|
clan_id?: string | undefined;
|
|
9092
|
-
} & { [
|
|
9086
|
+
} & { [K_296 in Exclude<keyof I["list_data_socket"]["clan_webhook_req"], "clan_id">]: never; }) | undefined;
|
|
9093
9087
|
clan_webhook_list?: ({
|
|
9094
9088
|
list_clan_webhooks?: {
|
|
9095
9089
|
id?: string | undefined;
|
|
@@ -9133,7 +9127,7 @@ export declare const Envelope: {
|
|
|
9133
9127
|
avatar?: string | undefined;
|
|
9134
9128
|
create_time?: string | undefined;
|
|
9135
9129
|
update_time?: string | undefined;
|
|
9136
|
-
} & { [
|
|
9130
|
+
} & { [K_297 in Exclude<keyof I["list_data_socket"]["clan_webhook_list"]["list_clan_webhooks"][number], keyof import("../api/api").ClanWebhook>]: never; })[] & { [K_298 in Exclude<keyof I["list_data_socket"]["clan_webhook_list"]["list_clan_webhooks"], keyof {
|
|
9137
9131
|
id?: string | undefined;
|
|
9138
9132
|
webhook_name?: string | undefined;
|
|
9139
9133
|
clan_id?: string | undefined;
|
|
@@ -9144,14 +9138,14 @@ export declare const Envelope: {
|
|
|
9144
9138
|
create_time?: string | undefined;
|
|
9145
9139
|
update_time?: string | undefined;
|
|
9146
9140
|
}[]>]: never; }) | undefined;
|
|
9147
|
-
} & { [
|
|
9141
|
+
} & { [K_299 in Exclude<keyof I["list_data_socket"]["clan_webhook_list"], "list_clan_webhooks">]: never; }) | undefined;
|
|
9148
9142
|
webhook_list_req?: ({
|
|
9149
9143
|
channel_id?: string | undefined;
|
|
9150
9144
|
clan_id?: string | undefined;
|
|
9151
9145
|
} & {
|
|
9152
9146
|
channel_id?: string | undefined;
|
|
9153
9147
|
clan_id?: string | undefined;
|
|
9154
|
-
} & { [
|
|
9148
|
+
} & { [K_300 in Exclude<keyof I["list_data_socket"]["webhook_list_req"], keyof WebhookListRequest>]: never; }) | undefined;
|
|
9155
9149
|
webhook_list?: ({
|
|
9156
9150
|
webhooks?: {
|
|
9157
9151
|
id?: string | undefined;
|
|
@@ -9199,7 +9193,7 @@ export declare const Envelope: {
|
|
|
9199
9193
|
update_time?: string | undefined;
|
|
9200
9194
|
avatar?: string | undefined;
|
|
9201
9195
|
status?: number | undefined;
|
|
9202
|
-
} & { [
|
|
9196
|
+
} & { [K_301 in Exclude<keyof I["list_data_socket"]["webhook_list"]["webhooks"][number], keyof Webhook>]: never; })[] & { [K_302 in Exclude<keyof I["list_data_socket"]["webhook_list"]["webhooks"], keyof {
|
|
9203
9197
|
id?: string | undefined;
|
|
9204
9198
|
webhook_name?: string | undefined;
|
|
9205
9199
|
channel_id?: string | undefined;
|
|
@@ -9211,12 +9205,12 @@ export declare const Envelope: {
|
|
|
9211
9205
|
avatar?: string | undefined;
|
|
9212
9206
|
status?: number | undefined;
|
|
9213
9207
|
}[]>]: never; }) | undefined;
|
|
9214
|
-
} & { [
|
|
9208
|
+
} & { [K_303 in Exclude<keyof I["list_data_socket"]["webhook_list"], "webhooks">]: never; }) | undefined;
|
|
9215
9209
|
permission_list_req?: ({
|
|
9216
9210
|
role_id?: string | undefined;
|
|
9217
9211
|
} & {
|
|
9218
9212
|
role_id?: string | undefined;
|
|
9219
|
-
} & { [
|
|
9213
|
+
} & { [K_304 in Exclude<keyof I["list_data_socket"]["permission_list_req"], "role_id">]: never; }) | undefined;
|
|
9220
9214
|
permission_list?: ({
|
|
9221
9215
|
permissions?: {
|
|
9222
9216
|
id?: string | undefined;
|
|
@@ -9253,7 +9247,7 @@ export declare const Envelope: {
|
|
|
9253
9247
|
active?: number | undefined;
|
|
9254
9248
|
scope?: number | undefined;
|
|
9255
9249
|
level?: number | undefined;
|
|
9256
|
-
} & { [
|
|
9250
|
+
} & { [K_305 in Exclude<keyof I["list_data_socket"]["permission_list"]["permissions"][number], keyof import("../api/api").Permission>]: never; })[] & { [K_306 in Exclude<keyof I["list_data_socket"]["permission_list"]["permissions"], keyof {
|
|
9257
9251
|
id?: string | undefined;
|
|
9258
9252
|
title?: string | undefined;
|
|
9259
9253
|
slug?: string | undefined;
|
|
@@ -9263,7 +9257,7 @@ export declare const Envelope: {
|
|
|
9263
9257
|
level?: number | undefined;
|
|
9264
9258
|
}[]>]: never; }) | undefined;
|
|
9265
9259
|
max_level_permission?: number | undefined;
|
|
9266
|
-
} & { [
|
|
9260
|
+
} & { [K_307 in Exclude<keyof I["list_data_socket"]["permission_list"], keyof PermissionList>]: never; }) | undefined;
|
|
9267
9261
|
role_user_req?: ({
|
|
9268
9262
|
role_id?: string | undefined;
|
|
9269
9263
|
limit?: number | undefined;
|
|
@@ -9272,7 +9266,7 @@ export declare const Envelope: {
|
|
|
9272
9266
|
role_id?: string | undefined;
|
|
9273
9267
|
limit?: number | undefined;
|
|
9274
9268
|
cursor?: string | undefined;
|
|
9275
|
-
} & { [
|
|
9269
|
+
} & { [K_308 in Exclude<keyof I["list_data_socket"]["role_user_req"], keyof ListRoleUsersRequest>]: never; }) | undefined;
|
|
9276
9270
|
role_user_list?: ({
|
|
9277
9271
|
role_users?: {
|
|
9278
9272
|
id?: string | undefined;
|
|
@@ -9309,7 +9303,7 @@ export declare const Envelope: {
|
|
|
9309
9303
|
lang_tag?: string | undefined;
|
|
9310
9304
|
location?: string | undefined;
|
|
9311
9305
|
online?: boolean | undefined;
|
|
9312
|
-
} & { [
|
|
9306
|
+
} & { [K_309 in Exclude<keyof I["list_data_socket"]["role_user_list"]["role_users"][number], keyof import("../api/api").RoleUserList_RoleUser>]: never; })[] & { [K_310 in Exclude<keyof I["list_data_socket"]["role_user_list"]["role_users"], keyof {
|
|
9313
9307
|
id?: string | undefined;
|
|
9314
9308
|
username?: string | undefined;
|
|
9315
9309
|
display_name?: string | undefined;
|
|
@@ -9319,14 +9313,14 @@ export declare const Envelope: {
|
|
|
9319
9313
|
online?: boolean | undefined;
|
|
9320
9314
|
}[]>]: never; }) | undefined;
|
|
9321
9315
|
cursor?: string | undefined;
|
|
9322
|
-
} & { [
|
|
9316
|
+
} & { [K_311 in Exclude<keyof I["list_data_socket"]["role_user_list"], keyof RoleUserList>]: never; }) | undefined;
|
|
9323
9317
|
permission_user_req?: ({
|
|
9324
9318
|
clan_id?: string | undefined;
|
|
9325
9319
|
channel_id?: string | undefined;
|
|
9326
9320
|
} & {
|
|
9327
9321
|
clan_id?: string | undefined;
|
|
9328
9322
|
channel_id?: string | undefined;
|
|
9329
|
-
} & { [
|
|
9323
|
+
} & { [K_312 in Exclude<keyof I["list_data_socket"]["permission_user_req"], keyof ListPermissionOfUsersRequest>]: never; }) | undefined;
|
|
9330
9324
|
role_list?: ({
|
|
9331
9325
|
roles?: {
|
|
9332
9326
|
id?: string | undefined;
|
|
@@ -9501,7 +9495,7 @@ export declare const Envelope: {
|
|
|
9501
9495
|
lang_tag?: string | undefined;
|
|
9502
9496
|
location?: string | undefined;
|
|
9503
9497
|
online?: boolean | undefined;
|
|
9504
|
-
} & { [
|
|
9498
|
+
} & { [K_313 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_314 in Exclude<keyof I["list_data_socket"]["role_list"]["roles"][number]["role_user_list"]["role_users"], keyof {
|
|
9505
9499
|
id?: string | undefined;
|
|
9506
9500
|
username?: string | undefined;
|
|
9507
9501
|
display_name?: string | undefined;
|
|
@@ -9511,7 +9505,7 @@ export declare const Envelope: {
|
|
|
9511
9505
|
online?: boolean | undefined;
|
|
9512
9506
|
}[]>]: never; }) | undefined;
|
|
9513
9507
|
cursor?: string | undefined;
|
|
9514
|
-
} & { [
|
|
9508
|
+
} & { [K_315 in Exclude<keyof I["list_data_socket"]["role_list"]["roles"][number]["role_user_list"], keyof RoleUserList>]: never; }) | undefined;
|
|
9515
9509
|
permission_list?: ({
|
|
9516
9510
|
permissions?: {
|
|
9517
9511
|
id?: string | undefined;
|
|
@@ -9548,7 +9542,7 @@ export declare const Envelope: {
|
|
|
9548
9542
|
active?: number | undefined;
|
|
9549
9543
|
scope?: number | undefined;
|
|
9550
9544
|
level?: number | undefined;
|
|
9551
|
-
} & { [
|
|
9545
|
+
} & { [K_316 in Exclude<keyof I["list_data_socket"]["role_list"]["roles"][number]["permission_list"]["permissions"][number], keyof import("../api/api").Permission>]: never; })[] & { [K_317 in Exclude<keyof I["list_data_socket"]["role_list"]["roles"][number]["permission_list"]["permissions"], keyof {
|
|
9552
9546
|
id?: string | undefined;
|
|
9553
9547
|
title?: string | undefined;
|
|
9554
9548
|
slug?: string | undefined;
|
|
@@ -9558,12 +9552,12 @@ export declare const Envelope: {
|
|
|
9558
9552
|
level?: number | undefined;
|
|
9559
9553
|
}[]>]: never; }) | undefined;
|
|
9560
9554
|
max_level_permission?: number | undefined;
|
|
9561
|
-
} & { [
|
|
9555
|
+
} & { [K_318 in Exclude<keyof I["list_data_socket"]["role_list"]["roles"][number]["permission_list"], keyof PermissionList>]: never; }) | undefined;
|
|
9562
9556
|
role_channel_active?: number | undefined;
|
|
9563
|
-
channel_ids?: (string[] & string[] & { [
|
|
9557
|
+
channel_ids?: (string[] & string[] & { [K_319 in Exclude<keyof I["list_data_socket"]["role_list"]["roles"][number]["channel_ids"], keyof string[]>]: never; }) | undefined;
|
|
9564
9558
|
max_level_permission?: number | undefined;
|
|
9565
9559
|
order_role?: number | undefined;
|
|
9566
|
-
} & { [
|
|
9560
|
+
} & { [K_320 in Exclude<keyof I["list_data_socket"]["role_list"]["roles"][number], keyof Role>]: never; })[] & { [K_321 in Exclude<keyof I["list_data_socket"]["role_list"]["roles"], keyof {
|
|
9567
9561
|
id?: string | undefined;
|
|
9568
9562
|
title?: string | undefined;
|
|
9569
9563
|
color?: string | undefined;
|
|
@@ -9607,7 +9601,7 @@ export declare const Envelope: {
|
|
|
9607
9601
|
next_cursor?: string | undefined;
|
|
9608
9602
|
prev_cursor?: string | undefined;
|
|
9609
9603
|
cacheable_cursor?: string | undefined;
|
|
9610
|
-
} & { [
|
|
9604
|
+
} & { [K_322 in Exclude<keyof I["list_data_socket"]["role_list"], keyof RoleList>]: never; }) | undefined;
|
|
9611
9605
|
role_list_event_req?: ({
|
|
9612
9606
|
clan_id?: string | undefined;
|
|
9613
9607
|
limit?: number | undefined;
|
|
@@ -9618,7 +9612,7 @@ export declare const Envelope: {
|
|
|
9618
9612
|
limit?: number | undefined;
|
|
9619
9613
|
state?: number | undefined;
|
|
9620
9614
|
cursor?: string | undefined;
|
|
9621
|
-
} & { [
|
|
9615
|
+
} & { [K_323 in Exclude<keyof I["list_data_socket"]["role_list_event_req"], keyof RoleListEventRequest>]: never; }) | undefined;
|
|
9622
9616
|
role_event_list?: ({
|
|
9623
9617
|
limit?: number | undefined;
|
|
9624
9618
|
state?: number | undefined;
|
|
@@ -9849,7 +9843,7 @@ export declare const Envelope: {
|
|
|
9849
9843
|
lang_tag?: string | undefined;
|
|
9850
9844
|
location?: string | undefined;
|
|
9851
9845
|
online?: boolean | undefined;
|
|
9852
|
-
} & { [
|
|
9846
|
+
} & { [K_324 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_325 in Exclude<keyof I["list_data_socket"]["role_event_list"]["roles"]["roles"][number]["role_user_list"]["role_users"], keyof {
|
|
9853
9847
|
id?: string | undefined;
|
|
9854
9848
|
username?: string | undefined;
|
|
9855
9849
|
display_name?: string | undefined;
|
|
@@ -9859,7 +9853,7 @@ export declare const Envelope: {
|
|
|
9859
9853
|
online?: boolean | undefined;
|
|
9860
9854
|
}[]>]: never; }) | undefined;
|
|
9861
9855
|
cursor?: string | undefined;
|
|
9862
|
-
} & { [
|
|
9856
|
+
} & { [K_326 in Exclude<keyof I["list_data_socket"]["role_event_list"]["roles"]["roles"][number]["role_user_list"], keyof RoleUserList>]: never; }) | undefined;
|
|
9863
9857
|
permission_list?: ({
|
|
9864
9858
|
permissions?: {
|
|
9865
9859
|
id?: string | undefined;
|
|
@@ -9896,7 +9890,7 @@ export declare const Envelope: {
|
|
|
9896
9890
|
active?: number | undefined;
|
|
9897
9891
|
scope?: number | undefined;
|
|
9898
9892
|
level?: number | undefined;
|
|
9899
|
-
} & { [
|
|
9893
|
+
} & { [K_327 in Exclude<keyof I["list_data_socket"]["role_event_list"]["roles"]["roles"][number]["permission_list"]["permissions"][number], keyof import("../api/api").Permission>]: never; })[] & { [K_328 in Exclude<keyof I["list_data_socket"]["role_event_list"]["roles"]["roles"][number]["permission_list"]["permissions"], keyof {
|
|
9900
9894
|
id?: string | undefined;
|
|
9901
9895
|
title?: string | undefined;
|
|
9902
9896
|
slug?: string | undefined;
|
|
@@ -9906,12 +9900,12 @@ export declare const Envelope: {
|
|
|
9906
9900
|
level?: number | undefined;
|
|
9907
9901
|
}[]>]: never; }) | undefined;
|
|
9908
9902
|
max_level_permission?: number | undefined;
|
|
9909
|
-
} & { [
|
|
9903
|
+
} & { [K_329 in Exclude<keyof I["list_data_socket"]["role_event_list"]["roles"]["roles"][number]["permission_list"], keyof PermissionList>]: never; }) | undefined;
|
|
9910
9904
|
role_channel_active?: number | undefined;
|
|
9911
|
-
channel_ids?: (string[] & string[] & { [
|
|
9905
|
+
channel_ids?: (string[] & string[] & { [K_330 in Exclude<keyof I["list_data_socket"]["role_event_list"]["roles"]["roles"][number]["channel_ids"], keyof string[]>]: never; }) | undefined;
|
|
9912
9906
|
max_level_permission?: number | undefined;
|
|
9913
9907
|
order_role?: number | undefined;
|
|
9914
|
-
} & { [
|
|
9908
|
+
} & { [K_331 in Exclude<keyof I["list_data_socket"]["role_event_list"]["roles"]["roles"][number], keyof Role>]: never; })[] & { [K_332 in Exclude<keyof I["list_data_socket"]["role_event_list"]["roles"]["roles"], keyof {
|
|
9915
9909
|
id?: string | undefined;
|
|
9916
9910
|
title?: string | undefined;
|
|
9917
9911
|
color?: string | undefined;
|
|
@@ -9955,15 +9949,15 @@ export declare const Envelope: {
|
|
|
9955
9949
|
next_cursor?: string | undefined;
|
|
9956
9950
|
prev_cursor?: string | undefined;
|
|
9957
9951
|
cacheable_cursor?: string | undefined;
|
|
9958
|
-
} & { [
|
|
9959
|
-
} & { [
|
|
9952
|
+
} & { [K_333 in Exclude<keyof I["list_data_socket"]["role_event_list"]["roles"], keyof RoleList>]: never; }) | undefined;
|
|
9953
|
+
} & { [K_334 in Exclude<keyof I["list_data_socket"]["role_event_list"], keyof RoleListEventResponse>]: never; }) | undefined;
|
|
9960
9954
|
user_permission_req?: ({
|
|
9961
9955
|
clan_id?: string | undefined;
|
|
9962
9956
|
channel_id?: string | undefined;
|
|
9963
9957
|
} & {
|
|
9964
9958
|
clan_id?: string | undefined;
|
|
9965
9959
|
channel_id?: string | undefined;
|
|
9966
|
-
} & { [
|
|
9960
|
+
} & { [K_335 in Exclude<keyof I["list_data_socket"]["user_permission_req"], keyof UserPermissionInChannelListRequest>]: never; }) | undefined;
|
|
9967
9961
|
user_permission_list?: ({
|
|
9968
9962
|
clan_id?: string | undefined;
|
|
9969
9963
|
channel_id?: string | undefined;
|
|
@@ -10018,7 +10012,7 @@ export declare const Envelope: {
|
|
|
10018
10012
|
active?: number | undefined;
|
|
10019
10013
|
scope?: number | undefined;
|
|
10020
10014
|
level?: number | undefined;
|
|
10021
|
-
} & { [
|
|
10015
|
+
} & { [K_336 in Exclude<keyof I["list_data_socket"]["user_permission_list"]["permissions"]["permissions"][number], keyof import("../api/api").Permission>]: never; })[] & { [K_337 in Exclude<keyof I["list_data_socket"]["user_permission_list"]["permissions"]["permissions"], keyof {
|
|
10022
10016
|
id?: string | undefined;
|
|
10023
10017
|
title?: string | undefined;
|
|
10024
10018
|
slug?: string | undefined;
|
|
@@ -10028,8 +10022,8 @@ export declare const Envelope: {
|
|
|
10028
10022
|
level?: number | undefined;
|
|
10029
10023
|
}[]>]: never; }) | undefined;
|
|
10030
10024
|
max_level_permission?: number | undefined;
|
|
10031
|
-
} & { [
|
|
10032
|
-
} & { [
|
|
10025
|
+
} & { [K_338 in Exclude<keyof I["list_data_socket"]["user_permission_list"]["permissions"], keyof PermissionList>]: never; }) | undefined;
|
|
10026
|
+
} & { [K_339 in Exclude<keyof I["list_data_socket"]["user_permission_list"], keyof UserPermissionInChannelListResponse>]: never; }) | undefined;
|
|
10033
10027
|
permission_role_req?: ({
|
|
10034
10028
|
role_id?: string | undefined;
|
|
10035
10029
|
channel_id?: string | undefined;
|
|
@@ -10038,7 +10032,7 @@ export declare const Envelope: {
|
|
|
10038
10032
|
role_id?: string | undefined;
|
|
10039
10033
|
channel_id?: string | undefined;
|
|
10040
10034
|
user_id?: string | undefined;
|
|
10041
|
-
} & { [
|
|
10035
|
+
} & { [K_340 in Exclude<keyof I["list_data_socket"]["permission_role_req"], keyof PermissionRoleChannelListEventRequest>]: never; }) | undefined;
|
|
10042
10036
|
permission_role_list?: ({
|
|
10043
10037
|
role_id?: string | undefined;
|
|
10044
10038
|
channel_id?: string | undefined;
|
|
@@ -10060,11 +10054,11 @@ export declare const Envelope: {
|
|
|
10060
10054
|
} & {
|
|
10061
10055
|
permission_id?: string | undefined;
|
|
10062
10056
|
active?: boolean | undefined;
|
|
10063
|
-
} & { [
|
|
10057
|
+
} & { [K_341 in Exclude<keyof I["list_data_socket"]["permission_role_list"]["permission_role_channel"][number], keyof import("../api/api").PermissionRoleChannel>]: never; })[] & { [K_342 in Exclude<keyof I["list_data_socket"]["permission_role_list"]["permission_role_channel"], keyof {
|
|
10064
10058
|
permission_id?: string | undefined;
|
|
10065
10059
|
active?: boolean | undefined;
|
|
10066
10060
|
}[]>]: never; }) | undefined;
|
|
10067
|
-
} & { [
|
|
10061
|
+
} & { [K_343 in Exclude<keyof I["list_data_socket"]["permission_role_list"], keyof PermissionRoleChannelListEventResponse>]: never; }) | undefined;
|
|
10068
10062
|
emoji_list?: ({
|
|
10069
10063
|
emoji_list?: {
|
|
10070
10064
|
id?: string | undefined;
|
|
@@ -10108,7 +10102,7 @@ export declare const Envelope: {
|
|
|
10108
10102
|
logo?: string | undefined;
|
|
10109
10103
|
clan_name?: string | undefined;
|
|
10110
10104
|
is_for_sale?: boolean | undefined;
|
|
10111
|
-
} & { [
|
|
10105
|
+
} & { [K_344 in Exclude<keyof I["list_data_socket"]["emoji_list"]["emoji_list"][number], keyof import("../api/api").ClanEmoji>]: never; })[] & { [K_345 in Exclude<keyof I["list_data_socket"]["emoji_list"]["emoji_list"], keyof {
|
|
10112
10106
|
id?: string | undefined;
|
|
10113
10107
|
src?: string | undefined;
|
|
10114
10108
|
shortname?: string | undefined;
|
|
@@ -10119,7 +10113,7 @@ export declare const Envelope: {
|
|
|
10119
10113
|
clan_name?: string | undefined;
|
|
10120
10114
|
is_for_sale?: boolean | undefined;
|
|
10121
10115
|
}[]>]: never; }) | undefined;
|
|
10122
|
-
} & { [
|
|
10116
|
+
} & { [K_346 in Exclude<keyof I["list_data_socket"]["emoji_list"], "emoji_list">]: never; }) | undefined;
|
|
10123
10117
|
list_friend_req?: ({
|
|
10124
10118
|
limit?: number | undefined;
|
|
10125
10119
|
state?: number | undefined;
|
|
@@ -10128,7 +10122,7 @@ export declare const Envelope: {
|
|
|
10128
10122
|
limit?: number | undefined;
|
|
10129
10123
|
state?: number | undefined;
|
|
10130
10124
|
cursor?: string | undefined;
|
|
10131
|
-
} & { [
|
|
10125
|
+
} & { [K_347 in Exclude<keyof I["list_data_socket"]["list_friend_req"], keyof ListFriendsRequest>]: never; }) | undefined;
|
|
10132
10126
|
friend_list?: ({
|
|
10133
10127
|
friends?: {
|
|
10134
10128
|
user?: {
|
|
@@ -10268,12 +10262,12 @@ export declare const Envelope: {
|
|
|
10268
10262
|
is_mobile?: boolean | undefined;
|
|
10269
10263
|
dob?: Date | undefined;
|
|
10270
10264
|
mezon_id?: string | undefined;
|
|
10271
|
-
list_nick_names?: (string[] & string[] & { [
|
|
10272
|
-
} & { [
|
|
10265
|
+
list_nick_names?: (string[] & string[] & { [K_348 in Exclude<keyof I["list_data_socket"]["friend_list"]["friends"][number]["user"]["list_nick_names"], keyof string[]>]: never; }) | undefined;
|
|
10266
|
+
} & { [K_349 in Exclude<keyof I["list_data_socket"]["friend_list"]["friends"][number]["user"], keyof import("../api/api").User>]: never; }) | undefined;
|
|
10273
10267
|
state?: number | undefined;
|
|
10274
10268
|
update_time?: Date | undefined;
|
|
10275
10269
|
source_id?: string | undefined;
|
|
10276
|
-
} & { [
|
|
10270
|
+
} & { [K_350 in Exclude<keyof I["list_data_socket"]["friend_list"]["friends"][number], keyof import("../api/api").Friend>]: never; })[] & { [K_351 in Exclude<keyof I["list_data_socket"]["friend_list"]["friends"], keyof {
|
|
10277
10271
|
user?: {
|
|
10278
10272
|
id?: string | undefined;
|
|
10279
10273
|
username?: string | undefined;
|
|
@@ -10304,12 +10298,12 @@ export declare const Envelope: {
|
|
|
10304
10298
|
source_id?: string | undefined;
|
|
10305
10299
|
}[]>]: never; }) | undefined;
|
|
10306
10300
|
cursor?: string | undefined;
|
|
10307
|
-
} & { [
|
|
10301
|
+
} & { [K_352 in Exclude<keyof I["list_data_socket"]["friend_list"], keyof FriendList>]: never; }) | undefined;
|
|
10308
10302
|
list_apps_req?: ({
|
|
10309
10303
|
clan_id?: string | undefined;
|
|
10310
10304
|
} & {
|
|
10311
10305
|
clan_id?: string | undefined;
|
|
10312
|
-
} & { [
|
|
10306
|
+
} & { [K_353 in Exclude<keyof I["list_data_socket"]["list_apps_req"], "clan_id">]: never; }) | undefined;
|
|
10313
10307
|
channel_apps_list?: ({
|
|
10314
10308
|
channel_apps?: {
|
|
10315
10309
|
id?: string | undefined;
|
|
@@ -10337,14 +10331,14 @@ export declare const Envelope: {
|
|
|
10337
10331
|
channel_id?: string | undefined;
|
|
10338
10332
|
app_id?: string | undefined;
|
|
10339
10333
|
app_url?: string | undefined;
|
|
10340
|
-
} & { [
|
|
10334
|
+
} & { [K_354 in Exclude<keyof I["list_data_socket"]["channel_apps_list"]["channel_apps"][number], keyof import("../api/api").ChannelAppResponse>]: never; })[] & { [K_355 in Exclude<keyof I["list_data_socket"]["channel_apps_list"]["channel_apps"], keyof {
|
|
10341
10335
|
id?: string | undefined;
|
|
10342
10336
|
clan_id?: string | undefined;
|
|
10343
10337
|
channel_id?: string | undefined;
|
|
10344
10338
|
app_id?: string | undefined;
|
|
10345
10339
|
app_url?: string | undefined;
|
|
10346
10340
|
}[]>]: never; }) | undefined;
|
|
10347
|
-
} & { [
|
|
10341
|
+
} & { [K_356 in Exclude<keyof I["list_data_socket"]["channel_apps_list"], "channel_apps">]: never; }) | undefined;
|
|
10348
10342
|
user_activity_list?: ({
|
|
10349
10343
|
activities?: {
|
|
10350
10344
|
user_id?: string | undefined;
|
|
@@ -10384,7 +10378,7 @@ export declare const Envelope: {
|
|
|
10384
10378
|
end_time?: Date | undefined;
|
|
10385
10379
|
application_id?: string | undefined;
|
|
10386
10380
|
status?: number | undefined;
|
|
10387
|
-
} & { [
|
|
10381
|
+
} & { [K_357 in Exclude<keyof I["list_data_socket"]["user_activity_list"]["activities"][number], keyof UserActivity>]: never; })[] & { [K_358 in Exclude<keyof I["list_data_socket"]["user_activity_list"]["activities"], keyof {
|
|
10388
10382
|
user_id?: string | undefined;
|
|
10389
10383
|
activity_name?: string | undefined;
|
|
10390
10384
|
activity_type?: number | undefined;
|
|
@@ -10394,12 +10388,12 @@ export declare const Envelope: {
|
|
|
10394
10388
|
application_id?: string | undefined;
|
|
10395
10389
|
status?: number | undefined;
|
|
10396
10390
|
}[]>]: never; }) | undefined;
|
|
10397
|
-
} & { [
|
|
10391
|
+
} & { [K_359 in Exclude<keyof I["list_data_socket"]["user_activity_list"], "activities">]: never; }) | undefined;
|
|
10398
10392
|
list_clan_user_req?: ({
|
|
10399
10393
|
clan_id?: string | undefined;
|
|
10400
10394
|
} & {
|
|
10401
10395
|
clan_id?: string | undefined;
|
|
10402
|
-
} & { [
|
|
10396
|
+
} & { [K_360 in Exclude<keyof I["list_data_socket"]["list_clan_user_req"], "clan_id">]: never; }) | undefined;
|
|
10403
10397
|
clan_user_list?: ({
|
|
10404
10398
|
clan_users?: {
|
|
10405
10399
|
user?: {
|
|
@@ -10543,13 +10537,13 @@ export declare const Envelope: {
|
|
|
10543
10537
|
is_mobile?: boolean | undefined;
|
|
10544
10538
|
dob?: Date | undefined;
|
|
10545
10539
|
mezon_id?: string | undefined;
|
|
10546
|
-
list_nick_names?: (string[] & string[] & { [
|
|
10547
|
-
} & { [
|
|
10548
|
-
role_id?: (string[] & string[] & { [
|
|
10540
|
+
list_nick_names?: (string[] & string[] & { [K_361 in Exclude<keyof I["list_data_socket"]["clan_user_list"]["clan_users"][number]["user"]["list_nick_names"], keyof string[]>]: never; }) | undefined;
|
|
10541
|
+
} & { [K_362 in Exclude<keyof I["list_data_socket"]["clan_user_list"]["clan_users"][number]["user"], keyof import("../api/api").User>]: never; }) | undefined;
|
|
10542
|
+
role_id?: (string[] & string[] & { [K_363 in Exclude<keyof I["list_data_socket"]["clan_user_list"]["clan_users"][number]["role_id"], keyof string[]>]: never; }) | undefined;
|
|
10549
10543
|
clan_nick?: string | undefined;
|
|
10550
10544
|
clan_avatar?: string | undefined;
|
|
10551
10545
|
clan_id?: string | undefined;
|
|
10552
|
-
} & { [
|
|
10546
|
+
} & { [K_364 in Exclude<keyof I["list_data_socket"]["clan_user_list"]["clan_users"][number], keyof import("../api/api").ClanUserList_ClanUser>]: never; })[] & { [K_365 in Exclude<keyof I["list_data_socket"]["clan_user_list"]["clan_users"], keyof {
|
|
10553
10547
|
user?: {
|
|
10554
10548
|
id?: string | undefined;
|
|
10555
10549
|
username?: string | undefined;
|
|
@@ -10582,12 +10576,12 @@ export declare const Envelope: {
|
|
|
10582
10576
|
}[]>]: never; }) | undefined;
|
|
10583
10577
|
cursor?: string | undefined;
|
|
10584
10578
|
clan_id?: string | undefined;
|
|
10585
|
-
} & { [
|
|
10579
|
+
} & { [K_366 in Exclude<keyof I["list_data_socket"]["clan_user_list"], keyof ClanUserList>]: never; }) | undefined;
|
|
10586
10580
|
list_event_req?: ({
|
|
10587
10581
|
clan_id?: string | undefined;
|
|
10588
10582
|
} & {
|
|
10589
10583
|
clan_id?: string | undefined;
|
|
10590
|
-
} & { [
|
|
10584
|
+
} & { [K_367 in Exclude<keyof I["list_data_socket"]["list_event_req"], "clan_id">]: never; }) | undefined;
|
|
10591
10585
|
event_list?: ({
|
|
10592
10586
|
events?: {
|
|
10593
10587
|
id?: string | undefined;
|
|
@@ -10685,7 +10679,7 @@ export declare const Envelope: {
|
|
|
10685
10679
|
address?: string | undefined;
|
|
10686
10680
|
start_time?: Date | undefined;
|
|
10687
10681
|
end_time?: Date | undefined;
|
|
10688
|
-
user_ids?: (string[] & string[] & { [
|
|
10682
|
+
user_ids?: (string[] & string[] & { [K_368 in Exclude<keyof I["list_data_socket"]["event_list"]["events"][number]["user_ids"], keyof string[]>]: never; }) | undefined;
|
|
10689
10683
|
create_time?: Date | undefined;
|
|
10690
10684
|
max_permission?: number | undefined;
|
|
10691
10685
|
channel_id?: string | undefined;
|
|
@@ -10704,8 +10698,8 @@ export declare const Envelope: {
|
|
|
10704
10698
|
external_link?: string | undefined;
|
|
10705
10699
|
creator_id?: string | undefined;
|
|
10706
10700
|
event_id?: string | undefined;
|
|
10707
|
-
} & { [
|
|
10708
|
-
} & { [
|
|
10701
|
+
} & { [K_369 in Exclude<keyof I["list_data_socket"]["event_list"]["events"][number]["meet_room"], keyof import("../api/api").GenerateMezonMeetResponse>]: never; }) | undefined;
|
|
10702
|
+
} & { [K_370 in Exclude<keyof I["list_data_socket"]["event_list"]["events"][number], keyof import("../api/api").EventManagement>]: never; })[] & { [K_371 in Exclude<keyof I["list_data_socket"]["event_list"]["events"], keyof {
|
|
10709
10703
|
id?: string | undefined;
|
|
10710
10704
|
title?: string | undefined;
|
|
10711
10705
|
logo?: string | undefined;
|
|
@@ -10733,7 +10727,7 @@ export declare const Envelope: {
|
|
|
10733
10727
|
event_id?: string | undefined;
|
|
10734
10728
|
} | undefined;
|
|
10735
10729
|
}[]>]: never; }) | undefined;
|
|
10736
|
-
} & { [
|
|
10730
|
+
} & { [K_372 in Exclude<keyof I["list_data_socket"]["event_list"], "events">]: never; }) | undefined;
|
|
10737
10731
|
list_category_req?: ({
|
|
10738
10732
|
creator_id?: string | undefined;
|
|
10739
10733
|
clan_id?: string | undefined;
|
|
@@ -10746,7 +10740,7 @@ export declare const Envelope: {
|
|
|
10746
10740
|
category_name?: string | undefined;
|
|
10747
10741
|
category_id?: string | undefined;
|
|
10748
10742
|
category_order?: number | undefined;
|
|
10749
|
-
} & { [
|
|
10743
|
+
} & { [K_373 in Exclude<keyof I["list_data_socket"]["list_category_req"], keyof CategoryDesc>]: never; }) | undefined;
|
|
10750
10744
|
category_list?: ({
|
|
10751
10745
|
categorydesc?: {
|
|
10752
10746
|
creator_id?: string | undefined;
|
|
@@ -10774,14 +10768,14 @@ export declare const Envelope: {
|
|
|
10774
10768
|
category_name?: string | undefined;
|
|
10775
10769
|
category_id?: string | undefined;
|
|
10776
10770
|
category_order?: number | undefined;
|
|
10777
|
-
} & { [
|
|
10771
|
+
} & { [K_374 in Exclude<keyof I["list_data_socket"]["category_list"]["categorydesc"][number], keyof CategoryDesc>]: never; })[] & { [K_375 in Exclude<keyof I["list_data_socket"]["category_list"]["categorydesc"], keyof {
|
|
10778
10772
|
creator_id?: string | undefined;
|
|
10779
10773
|
clan_id?: string | undefined;
|
|
10780
10774
|
category_name?: string | undefined;
|
|
10781
10775
|
category_id?: string | undefined;
|
|
10782
10776
|
category_order?: number | undefined;
|
|
10783
10777
|
}[]>]: never; }) | undefined;
|
|
10784
|
-
} & { [
|
|
10778
|
+
} & { [K_376 in Exclude<keyof I["list_data_socket"]["category_list"], "categorydesc">]: never; }) | undefined;
|
|
10785
10779
|
stream_user_list?: ({
|
|
10786
10780
|
streaming_channel_users?: {
|
|
10787
10781
|
id?: string | undefined;
|
|
@@ -10805,14 +10799,14 @@ export declare const Envelope: {
|
|
|
10805
10799
|
user_id?: string | undefined;
|
|
10806
10800
|
channel_id?: string | undefined;
|
|
10807
10801
|
participant?: string | undefined;
|
|
10808
|
-
} & { [
|
|
10802
|
+
} & { [K_377 in Exclude<keyof I["list_data_socket"]["stream_user_list"]["streaming_channel_users"][number], keyof import("../api/api").StreamingChannelUser>]: never; })[] & { [K_378 in Exclude<keyof I["list_data_socket"]["stream_user_list"]["streaming_channel_users"], keyof {
|
|
10809
10803
|
id?: string | undefined;
|
|
10810
10804
|
user_id?: string | undefined;
|
|
10811
10805
|
channel_id?: string | undefined;
|
|
10812
10806
|
participant?: string | undefined;
|
|
10813
10807
|
}[]>]: never; }) | undefined;
|
|
10814
|
-
} & { [
|
|
10815
|
-
} & { [
|
|
10808
|
+
} & { [K_379 in Exclude<keyof I["list_data_socket"]["stream_user_list"], "streaming_channel_users">]: never; }) | undefined;
|
|
10809
|
+
} & { [K_380 in Exclude<keyof I["list_data_socket"], keyof ListDataSocket>]: never; }) | undefined;
|
|
10816
10810
|
quick_menu_event?: ({
|
|
10817
10811
|
menu_name?: string | undefined;
|
|
10818
10812
|
message?: {
|
|
@@ -10933,7 +10927,7 @@ export declare const Envelope: {
|
|
|
10933
10927
|
create_time?: Date | undefined;
|
|
10934
10928
|
s?: number | undefined;
|
|
10935
10929
|
e?: number | undefined;
|
|
10936
|
-
} & { [
|
|
10930
|
+
} & { [K_381 in Exclude<keyof I["quick_menu_event"]["message"]["mentions"][number], keyof MessageMention>]: never; })[] & { [K_382 in Exclude<keyof I["quick_menu_event"]["message"]["mentions"], keyof {
|
|
10937
10931
|
id?: string | undefined;
|
|
10938
10932
|
user_id?: string | undefined;
|
|
10939
10933
|
username?: string | undefined;
|
|
@@ -10967,7 +10961,7 @@ export declare const Envelope: {
|
|
|
10967
10961
|
width?: number | undefined;
|
|
10968
10962
|
height?: number | undefined;
|
|
10969
10963
|
thumbnail?: string | undefined;
|
|
10970
|
-
} & { [
|
|
10964
|
+
} & { [K_383 in Exclude<keyof I["quick_menu_event"]["message"]["attachments"][number], keyof MessageAttachment>]: never; })[] & { [K_384 in Exclude<keyof I["quick_menu_event"]["message"]["attachments"], keyof {
|
|
10971
10965
|
filename?: string | undefined;
|
|
10972
10966
|
size?: number | undefined;
|
|
10973
10967
|
url?: string | undefined;
|
|
@@ -11009,7 +11003,7 @@ export declare const Envelope: {
|
|
|
11009
11003
|
mesages_sender_avatar?: string | undefined;
|
|
11010
11004
|
message_sender_clan_nick?: string | undefined;
|
|
11011
11005
|
message_sender_display_name?: string | undefined;
|
|
11012
|
-
} & { [
|
|
11006
|
+
} & { [K_385 in Exclude<keyof I["quick_menu_event"]["message"]["references"][number], keyof MessageRef>]: never; })[] & { [K_386 in Exclude<keyof I["quick_menu_event"]["message"]["references"], keyof {
|
|
11013
11007
|
message_id?: string | undefined;
|
|
11014
11008
|
message_ref_id?: string | undefined;
|
|
11015
11009
|
content?: string | undefined;
|
|
@@ -11028,9 +11022,9 @@ export declare const Envelope: {
|
|
|
11028
11022
|
is_public?: boolean | undefined;
|
|
11029
11023
|
code?: number | undefined;
|
|
11030
11024
|
topic_id?: string | undefined;
|
|
11031
|
-
} & { [
|
|
11032
|
-
} & { [
|
|
11033
|
-
} & { [
|
|
11025
|
+
} & { [K_387 in Exclude<keyof I["quick_menu_event"]["message"], keyof ChannelMessageSend>]: never; }) | undefined;
|
|
11026
|
+
} & { [K_388 in Exclude<keyof I["quick_menu_event"], keyof QuickMenuDataEvent>]: never; }) | undefined;
|
|
11027
|
+
} & { [K_389 in Exclude<keyof I, keyof Envelope>]: never; }>(base?: I | undefined): Envelope;
|
|
11034
11028
|
fromPartial<I_1 extends {
|
|
11035
11029
|
cid?: string | undefined;
|
|
11036
11030
|
channel?: {
|
|
@@ -11969,7 +11963,6 @@ export declare const Envelope: {
|
|
|
11969
11963
|
topic_id?: string | undefined;
|
|
11970
11964
|
} | undefined;
|
|
11971
11965
|
} | undefined;
|
|
11972
|
-
follow_event?: {} | undefined;
|
|
11973
11966
|
channel_app_event?: {
|
|
11974
11967
|
user_id?: string | undefined;
|
|
11975
11968
|
username?: string | undefined;
|
|
@@ -13053,7 +13046,7 @@ export declare const Envelope: {
|
|
|
13053
13046
|
status?: string | undefined;
|
|
13054
13047
|
is_mobile?: boolean | undefined;
|
|
13055
13048
|
metadata?: string | undefined;
|
|
13056
|
-
} & { [
|
|
13049
|
+
} & { [K_390 in Exclude<keyof I_1["channel"]["presences"][number], keyof UserPresence>]: never; })[] & { [K_391 in Exclude<keyof I_1["channel"]["presences"], keyof {
|
|
13057
13050
|
user_id?: string | undefined;
|
|
13058
13051
|
session_id?: string | undefined;
|
|
13059
13052
|
username?: string | undefined;
|
|
@@ -13078,16 +13071,16 @@ export declare const Envelope: {
|
|
|
13078
13071
|
status?: string | undefined;
|
|
13079
13072
|
is_mobile?: boolean | undefined;
|
|
13080
13073
|
metadata?: string | undefined;
|
|
13081
|
-
} & { [
|
|
13074
|
+
} & { [K_392 in Exclude<keyof I_1["channel"]["self"], keyof UserPresence>]: never; }) | undefined;
|
|
13082
13075
|
chanel_label?: string | undefined;
|
|
13083
13076
|
clan_logo?: string | undefined;
|
|
13084
13077
|
category_name?: string | undefined;
|
|
13085
|
-
} & { [
|
|
13078
|
+
} & { [K_393 in Exclude<keyof I_1["channel"], keyof Channel>]: never; }) | undefined;
|
|
13086
13079
|
clan_join?: ({
|
|
13087
13080
|
clan_id?: string | undefined;
|
|
13088
13081
|
} & {
|
|
13089
13082
|
clan_id?: string | undefined;
|
|
13090
|
-
} & { [
|
|
13083
|
+
} & { [K_394 in Exclude<keyof I_1["clan_join"], "clan_id">]: never; }) | undefined;
|
|
13091
13084
|
channel_join?: ({
|
|
13092
13085
|
clan_id?: string | undefined;
|
|
13093
13086
|
channel_id?: string | undefined;
|
|
@@ -13098,7 +13091,7 @@ export declare const Envelope: {
|
|
|
13098
13091
|
channel_id?: string | undefined;
|
|
13099
13092
|
channel_type?: number | undefined;
|
|
13100
13093
|
is_public?: boolean | undefined;
|
|
13101
|
-
} & { [
|
|
13094
|
+
} & { [K_395 in Exclude<keyof I_1["channel_join"], keyof ChannelJoin>]: never; }) | undefined;
|
|
13102
13095
|
channel_leave?: ({
|
|
13103
13096
|
clan_id?: string | undefined;
|
|
13104
13097
|
channel_id?: string | undefined;
|
|
@@ -13109,7 +13102,7 @@ export declare const Envelope: {
|
|
|
13109
13102
|
channel_id?: string | undefined;
|
|
13110
13103
|
channel_type?: number | undefined;
|
|
13111
13104
|
is_public?: boolean | undefined;
|
|
13112
|
-
} & { [
|
|
13105
|
+
} & { [K_396 in Exclude<keyof I_1["channel_leave"], keyof ChannelLeave>]: never; }) | undefined;
|
|
13113
13106
|
channel_message?: ({
|
|
13114
13107
|
clan_id?: string | undefined;
|
|
13115
13108
|
channel_id?: string | undefined;
|
|
@@ -13166,7 +13159,7 @@ export declare const Envelope: {
|
|
|
13166
13159
|
hide_editted?: boolean | undefined;
|
|
13167
13160
|
is_public?: boolean | undefined;
|
|
13168
13161
|
topic_id?: string | undefined;
|
|
13169
|
-
} & { [
|
|
13162
|
+
} & { [K_397 in Exclude<keyof I_1["channel_message"], keyof ChannelMessage>]: never; }) | undefined;
|
|
13170
13163
|
channel_message_ack?: ({
|
|
13171
13164
|
channel_id?: string | undefined;
|
|
13172
13165
|
message_id?: string | undefined;
|
|
@@ -13187,7 +13180,7 @@ export declare const Envelope: {
|
|
|
13187
13180
|
persistent?: boolean | undefined;
|
|
13188
13181
|
clan_logo?: string | undefined;
|
|
13189
13182
|
category_name?: string | undefined;
|
|
13190
|
-
} & { [
|
|
13183
|
+
} & { [K_398 in Exclude<keyof I_1["channel_message_ack"], keyof ChannelMessageAck>]: never; }) | undefined;
|
|
13191
13184
|
channel_message_send?: ({
|
|
13192
13185
|
clan_id?: string | undefined;
|
|
13193
13186
|
channel_id?: string | undefined;
|
|
@@ -13261,7 +13254,7 @@ export declare const Envelope: {
|
|
|
13261
13254
|
create_time?: Date | undefined;
|
|
13262
13255
|
s?: number | undefined;
|
|
13263
13256
|
e?: number | undefined;
|
|
13264
|
-
} & { [
|
|
13257
|
+
} & { [K_399 in Exclude<keyof I_1["channel_message_send"]["mentions"][number], keyof MessageMention>]: never; })[] & { [K_400 in Exclude<keyof I_1["channel_message_send"]["mentions"], keyof {
|
|
13265
13258
|
id?: string | undefined;
|
|
13266
13259
|
user_id?: string | undefined;
|
|
13267
13260
|
username?: string | undefined;
|
|
@@ -13295,7 +13288,7 @@ export declare const Envelope: {
|
|
|
13295
13288
|
width?: number | undefined;
|
|
13296
13289
|
height?: number | undefined;
|
|
13297
13290
|
thumbnail?: string | undefined;
|
|
13298
|
-
} & { [
|
|
13291
|
+
} & { [K_401 in Exclude<keyof I_1["channel_message_send"]["attachments"][number], keyof MessageAttachment>]: never; })[] & { [K_402 in Exclude<keyof I_1["channel_message_send"]["attachments"], keyof {
|
|
13299
13292
|
filename?: string | undefined;
|
|
13300
13293
|
size?: number | undefined;
|
|
13301
13294
|
url?: string | undefined;
|
|
@@ -13337,7 +13330,7 @@ export declare const Envelope: {
|
|
|
13337
13330
|
mesages_sender_avatar?: string | undefined;
|
|
13338
13331
|
message_sender_clan_nick?: string | undefined;
|
|
13339
13332
|
message_sender_display_name?: string | undefined;
|
|
13340
|
-
} & { [
|
|
13333
|
+
} & { [K_403 in Exclude<keyof I_1["channel_message_send"]["references"][number], keyof MessageRef>]: never; })[] & { [K_404 in Exclude<keyof I_1["channel_message_send"]["references"], keyof {
|
|
13341
13334
|
message_id?: string | undefined;
|
|
13342
13335
|
message_ref_id?: string | undefined;
|
|
13343
13336
|
content?: string | undefined;
|
|
@@ -13356,7 +13349,7 @@ export declare const Envelope: {
|
|
|
13356
13349
|
is_public?: boolean | undefined;
|
|
13357
13350
|
code?: number | undefined;
|
|
13358
13351
|
topic_id?: string | undefined;
|
|
13359
|
-
} & { [
|
|
13352
|
+
} & { [K_405 in Exclude<keyof I_1["channel_message_send"], keyof ChannelMessageSend>]: never; }) | undefined;
|
|
13360
13353
|
channel_message_update?: ({
|
|
13361
13354
|
clan_id?: string | undefined;
|
|
13362
13355
|
channel_id?: string | undefined;
|
|
@@ -13418,7 +13411,7 @@ export declare const Envelope: {
|
|
|
13418
13411
|
create_time?: Date | undefined;
|
|
13419
13412
|
s?: number | undefined;
|
|
13420
13413
|
e?: number | undefined;
|
|
13421
|
-
} & { [
|
|
13414
|
+
} & { [K_406 in Exclude<keyof I_1["channel_message_update"]["mentions"][number], keyof MessageMention>]: never; })[] & { [K_407 in Exclude<keyof I_1["channel_message_update"]["mentions"], keyof {
|
|
13422
13415
|
id?: string | undefined;
|
|
13423
13416
|
user_id?: string | undefined;
|
|
13424
13417
|
username?: string | undefined;
|
|
@@ -13452,7 +13445,7 @@ export declare const Envelope: {
|
|
|
13452
13445
|
width?: number | undefined;
|
|
13453
13446
|
height?: number | undefined;
|
|
13454
13447
|
thumbnail?: string | undefined;
|
|
13455
|
-
} & { [
|
|
13448
|
+
} & { [K_408 in Exclude<keyof I_1["channel_message_update"]["attachments"][number], keyof MessageAttachment>]: never; })[] & { [K_409 in Exclude<keyof I_1["channel_message_update"]["attachments"], keyof {
|
|
13456
13449
|
filename?: string | undefined;
|
|
13457
13450
|
size?: number | undefined;
|
|
13458
13451
|
url?: string | undefined;
|
|
@@ -13466,7 +13459,7 @@ export declare const Envelope: {
|
|
|
13466
13459
|
hide_editted?: boolean | undefined;
|
|
13467
13460
|
topic_id?: string | undefined;
|
|
13468
13461
|
is_update_msg_topic?: boolean | undefined;
|
|
13469
|
-
} & { [
|
|
13462
|
+
} & { [K_410 in Exclude<keyof I_1["channel_message_update"], keyof ChannelMessageUpdate>]: never; }) | undefined;
|
|
13470
13463
|
channel_message_remove?: ({
|
|
13471
13464
|
clan_id?: string | undefined;
|
|
13472
13465
|
channel_id?: string | undefined;
|
|
@@ -13483,7 +13476,7 @@ export declare const Envelope: {
|
|
|
13483
13476
|
is_public?: boolean | undefined;
|
|
13484
13477
|
has_attachment?: boolean | undefined;
|
|
13485
13478
|
topic_id?: string | undefined;
|
|
13486
|
-
} & { [
|
|
13479
|
+
} & { [K_411 in Exclude<keyof I_1["channel_message_remove"], keyof ChannelMessageRemove>]: never; }) | undefined;
|
|
13487
13480
|
channel_presence_event?: ({
|
|
13488
13481
|
channel_id?: string | undefined;
|
|
13489
13482
|
joins?: {
|
|
@@ -13533,7 +13526,7 @@ export declare const Envelope: {
|
|
|
13533
13526
|
status?: string | undefined;
|
|
13534
13527
|
is_mobile?: boolean | undefined;
|
|
13535
13528
|
metadata?: string | undefined;
|
|
13536
|
-
} & { [
|
|
13529
|
+
} & { [K_412 in Exclude<keyof I_1["channel_presence_event"]["joins"][number], keyof UserPresence>]: never; })[] & { [K_413 in Exclude<keyof I_1["channel_presence_event"]["joins"], keyof {
|
|
13537
13530
|
user_id?: string | undefined;
|
|
13538
13531
|
session_id?: string | undefined;
|
|
13539
13532
|
username?: string | undefined;
|
|
@@ -13566,7 +13559,7 @@ export declare const Envelope: {
|
|
|
13566
13559
|
status?: string | undefined;
|
|
13567
13560
|
is_mobile?: boolean | undefined;
|
|
13568
13561
|
metadata?: string | undefined;
|
|
13569
|
-
} & { [
|
|
13562
|
+
} & { [K_414 in Exclude<keyof I_1["channel_presence_event"]["leaves"][number], keyof UserPresence>]: never; })[] & { [K_415 in Exclude<keyof I_1["channel_presence_event"]["leaves"], keyof {
|
|
13570
13563
|
user_id?: string | undefined;
|
|
13571
13564
|
session_id?: string | undefined;
|
|
13572
13565
|
username?: string | undefined;
|
|
@@ -13578,7 +13571,7 @@ export declare const Envelope: {
|
|
|
13578
13571
|
clan_logo?: string | undefined;
|
|
13579
13572
|
category_name?: string | undefined;
|
|
13580
13573
|
mode?: number | undefined;
|
|
13581
|
-
} & { [
|
|
13574
|
+
} & { [K_416 in Exclude<keyof I_1["channel_presence_event"], keyof ChannelPresenceEvent>]: never; }) | undefined;
|
|
13582
13575
|
error?: ({
|
|
13583
13576
|
code?: number | undefined;
|
|
13584
13577
|
message?: string | undefined;
|
|
@@ -13592,8 +13585,8 @@ export declare const Envelope: {
|
|
|
13592
13585
|
[x: string]: string | undefined;
|
|
13593
13586
|
} & {
|
|
13594
13587
|
[x: string]: string | undefined;
|
|
13595
|
-
} & { [
|
|
13596
|
-
} & { [
|
|
13588
|
+
} & { [K_417 in Exclude<keyof I_1["error"]["context"], string | number>]: never; }) | undefined;
|
|
13589
|
+
} & { [K_418 in Exclude<keyof I_1["error"], keyof Error>]: never; }) | undefined;
|
|
13597
13590
|
notifications?: ({
|
|
13598
13591
|
notifications?: {
|
|
13599
13592
|
id?: string | undefined;
|
|
@@ -13872,8 +13865,8 @@ export declare const Envelope: {
|
|
|
13872
13865
|
creator_id?: string | undefined;
|
|
13873
13866
|
channel_label?: string | undefined;
|
|
13874
13867
|
channel_private?: number | undefined;
|
|
13875
|
-
channel_avatar?: (string[] & string[] & { [
|
|
13876
|
-
user_id?: (string[] & string[] & { [
|
|
13868
|
+
channel_avatar?: (string[] & string[] & { [K_419 in Exclude<keyof I_1["notifications"]["notifications"][number]["channel"]["channel_avatar"], keyof string[]>]: never; }) | undefined;
|
|
13869
|
+
user_id?: (string[] & string[] & { [K_420 in Exclude<keyof I_1["notifications"]["notifications"][number]["channel"]["user_id"], keyof string[]>]: never; }) | undefined;
|
|
13877
13870
|
last_sent_message?: ({
|
|
13878
13871
|
id?: string | undefined;
|
|
13879
13872
|
timestamp_seconds?: number | undefined;
|
|
@@ -13893,8 +13886,8 @@ export declare const Envelope: {
|
|
|
13893
13886
|
reference?: string | undefined;
|
|
13894
13887
|
mention?: string | undefined;
|
|
13895
13888
|
reaction?: string | undefined;
|
|
13896
|
-
repliers?: (string[] & string[] & { [
|
|
13897
|
-
} & { [
|
|
13889
|
+
repliers?: (string[] & string[] & { [K_421 in Exclude<keyof I_1["notifications"]["notifications"][number]["channel"]["last_sent_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
13890
|
+
} & { [K_422 in Exclude<keyof I_1["notifications"]["notifications"][number]["channel"]["last_sent_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
13898
13891
|
last_seen_message?: ({
|
|
13899
13892
|
id?: string | undefined;
|
|
13900
13893
|
timestamp_seconds?: number | undefined;
|
|
@@ -13914,30 +13907,30 @@ export declare const Envelope: {
|
|
|
13914
13907
|
reference?: string | undefined;
|
|
13915
13908
|
mention?: string | undefined;
|
|
13916
13909
|
reaction?: string | undefined;
|
|
13917
|
-
repliers?: (string[] & string[] & { [
|
|
13918
|
-
} & { [
|
|
13919
|
-
is_online?: (boolean[] & boolean[] & { [
|
|
13910
|
+
repliers?: (string[] & string[] & { [K_423 in Exclude<keyof I_1["notifications"]["notifications"][number]["channel"]["last_seen_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
13911
|
+
} & { [K_424 in Exclude<keyof I_1["notifications"]["notifications"][number]["channel"]["last_seen_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
13912
|
+
is_online?: (boolean[] & boolean[] & { [K_425 in Exclude<keyof I_1["notifications"]["notifications"][number]["channel"]["is_online"], keyof boolean[]>]: never; }) | undefined;
|
|
13920
13913
|
meeting_code?: string | undefined;
|
|
13921
13914
|
count_mess_unread?: number | undefined;
|
|
13922
13915
|
active?: number | undefined;
|
|
13923
13916
|
last_pin_message?: string | undefined;
|
|
13924
|
-
usernames?: (string[] & string[] & { [
|
|
13917
|
+
usernames?: (string[] & string[] & { [K_426 in Exclude<keyof I_1["notifications"]["notifications"][number]["channel"]["usernames"], keyof string[]>]: never; }) | undefined;
|
|
13925
13918
|
creator_name?: string | undefined;
|
|
13926
13919
|
create_time_seconds?: number | undefined;
|
|
13927
13920
|
update_time_seconds?: number | undefined;
|
|
13928
|
-
metadata?: (string[] & string[] & { [
|
|
13929
|
-
about_me?: (string[] & string[] & { [
|
|
13921
|
+
metadata?: (string[] & string[] & { [K_427 in Exclude<keyof I_1["notifications"]["notifications"][number]["channel"]["metadata"], keyof string[]>]: never; }) | undefined;
|
|
13922
|
+
about_me?: (string[] & string[] & { [K_428 in Exclude<keyof I_1["notifications"]["notifications"][number]["channel"]["about_me"], keyof string[]>]: never; }) | undefined;
|
|
13930
13923
|
clan_name?: string | undefined;
|
|
13931
13924
|
app_id?: string | undefined;
|
|
13932
13925
|
is_mute?: boolean | undefined;
|
|
13933
13926
|
age_restricted?: number | undefined;
|
|
13934
13927
|
topic?: string | undefined;
|
|
13935
13928
|
e2ee?: number | undefined;
|
|
13936
|
-
display_names?: (string[] & string[] & { [
|
|
13937
|
-
} & { [
|
|
13929
|
+
display_names?: (string[] & string[] & { [K_429 in Exclude<keyof I_1["notifications"]["notifications"][number]["channel"]["display_names"], keyof string[]>]: never; }) | undefined;
|
|
13930
|
+
} & { [K_430 in Exclude<keyof I_1["notifications"]["notifications"][number]["channel"], keyof ChannelDescription1>]: never; }) | undefined;
|
|
13938
13931
|
topic_id?: string | undefined;
|
|
13939
13932
|
category?: number | undefined;
|
|
13940
|
-
} & { [
|
|
13933
|
+
} & { [K_431 in Exclude<keyof I_1["notifications"]["notifications"][number], keyof Notification>]: never; })[] & { [K_432 in Exclude<keyof I_1["notifications"]["notifications"], keyof {
|
|
13941
13934
|
id?: string | undefined;
|
|
13942
13935
|
subject?: string | undefined;
|
|
13943
13936
|
content?: string | undefined;
|
|
@@ -14005,7 +13998,7 @@ export declare const Envelope: {
|
|
|
14005
13998
|
topic_id?: string | undefined;
|
|
14006
13999
|
category?: number | undefined;
|
|
14007
14000
|
}[]>]: never; }) | undefined;
|
|
14008
|
-
} & { [
|
|
14001
|
+
} & { [K_433 in Exclude<keyof I_1["notifications"], "notifications">]: never; }) | undefined;
|
|
14009
14002
|
rpc?: ({
|
|
14010
14003
|
id?: string | undefined;
|
|
14011
14004
|
payload?: string | undefined;
|
|
@@ -14014,7 +14007,7 @@ export declare const Envelope: {
|
|
|
14014
14007
|
id?: string | undefined;
|
|
14015
14008
|
payload?: string | undefined;
|
|
14016
14009
|
http_key?: string | undefined;
|
|
14017
|
-
} & { [
|
|
14010
|
+
} & { [K_434 in Exclude<keyof I_1["rpc"], keyof Rpc>]: never; }) | undefined;
|
|
14018
14011
|
status?: ({
|
|
14019
14012
|
presences?: {
|
|
14020
14013
|
user_id?: string | undefined;
|
|
@@ -14050,7 +14043,7 @@ export declare const Envelope: {
|
|
|
14050
14043
|
status?: string | undefined;
|
|
14051
14044
|
is_mobile?: boolean | undefined;
|
|
14052
14045
|
metadata?: string | undefined;
|
|
14053
|
-
} & { [
|
|
14046
|
+
} & { [K_435 in Exclude<keyof I_1["status"]["presences"][number], keyof UserPresence>]: never; })[] & { [K_436 in Exclude<keyof I_1["status"]["presences"], keyof {
|
|
14054
14047
|
user_id?: string | undefined;
|
|
14055
14048
|
session_id?: string | undefined;
|
|
14056
14049
|
username?: string | undefined;
|
|
@@ -14059,14 +14052,14 @@ export declare const Envelope: {
|
|
|
14059
14052
|
is_mobile?: boolean | undefined;
|
|
14060
14053
|
metadata?: string | undefined;
|
|
14061
14054
|
}[]>]: never; }) | undefined;
|
|
14062
|
-
} & { [
|
|
14055
|
+
} & { [K_437 in Exclude<keyof I_1["status"], "presences">]: never; }) | undefined;
|
|
14063
14056
|
status_follow?: ({
|
|
14064
14057
|
user_ids?: string[] | undefined;
|
|
14065
14058
|
usernames?: string[] | undefined;
|
|
14066
14059
|
} & {
|
|
14067
|
-
user_ids?: (string[] & string[] & { [
|
|
14068
|
-
usernames?: (string[] & string[] & { [
|
|
14069
|
-
} & { [
|
|
14060
|
+
user_ids?: (string[] & string[] & { [K_438 in Exclude<keyof I_1["status_follow"]["user_ids"], keyof string[]>]: never; }) | undefined;
|
|
14061
|
+
usernames?: (string[] & string[] & { [K_439 in Exclude<keyof I_1["status_follow"]["usernames"], keyof string[]>]: never; }) | undefined;
|
|
14062
|
+
} & { [K_440 in Exclude<keyof I_1["status_follow"], keyof StatusFollow>]: never; }) | undefined;
|
|
14070
14063
|
status_presence_event?: ({
|
|
14071
14064
|
joins?: {
|
|
14072
14065
|
user_id?: string | undefined;
|
|
@@ -14111,7 +14104,7 @@ export declare const Envelope: {
|
|
|
14111
14104
|
status?: string | undefined;
|
|
14112
14105
|
is_mobile?: boolean | undefined;
|
|
14113
14106
|
metadata?: string | undefined;
|
|
14114
|
-
} & { [
|
|
14107
|
+
} & { [K_441 in Exclude<keyof I_1["status_presence_event"]["joins"][number], keyof UserPresence>]: never; })[] & { [K_442 in Exclude<keyof I_1["status_presence_event"]["joins"], keyof {
|
|
14115
14108
|
user_id?: string | undefined;
|
|
14116
14109
|
session_id?: string | undefined;
|
|
14117
14110
|
username?: string | undefined;
|
|
@@ -14144,7 +14137,7 @@ export declare const Envelope: {
|
|
|
14144
14137
|
status?: string | undefined;
|
|
14145
14138
|
is_mobile?: boolean | undefined;
|
|
14146
14139
|
metadata?: string | undefined;
|
|
14147
|
-
} & { [
|
|
14140
|
+
} & { [K_443 in Exclude<keyof I_1["status_presence_event"]["leaves"][number], keyof UserPresence>]: never; })[] & { [K_444 in Exclude<keyof I_1["status_presence_event"]["leaves"], keyof {
|
|
14148
14141
|
user_id?: string | undefined;
|
|
14149
14142
|
session_id?: string | undefined;
|
|
14150
14143
|
username?: string | undefined;
|
|
@@ -14153,17 +14146,17 @@ export declare const Envelope: {
|
|
|
14153
14146
|
is_mobile?: boolean | undefined;
|
|
14154
14147
|
metadata?: string | undefined;
|
|
14155
14148
|
}[]>]: never; }) | undefined;
|
|
14156
|
-
} & { [
|
|
14149
|
+
} & { [K_445 in Exclude<keyof I_1["status_presence_event"], keyof StatusPresenceEvent>]: never; }) | undefined;
|
|
14157
14150
|
status_unfollow?: ({
|
|
14158
14151
|
user_ids?: string[] | undefined;
|
|
14159
14152
|
} & {
|
|
14160
|
-
user_ids?: (string[] & string[] & { [
|
|
14161
|
-
} & { [
|
|
14153
|
+
user_ids?: (string[] & string[] & { [K_446 in Exclude<keyof I_1["status_unfollow"]["user_ids"], keyof string[]>]: never; }) | undefined;
|
|
14154
|
+
} & { [K_447 in Exclude<keyof I_1["status_unfollow"], "user_ids">]: never; }) | undefined;
|
|
14162
14155
|
status_update?: ({
|
|
14163
14156
|
status?: string | undefined;
|
|
14164
14157
|
} & {
|
|
14165
14158
|
status?: string | undefined;
|
|
14166
|
-
} & { [
|
|
14159
|
+
} & { [K_448 in Exclude<keyof I_1["status_update"], "status">]: never; }) | undefined;
|
|
14167
14160
|
stream_data?: ({
|
|
14168
14161
|
stream?: {
|
|
14169
14162
|
mode?: number | undefined;
|
|
@@ -14193,7 +14186,7 @@ export declare const Envelope: {
|
|
|
14193
14186
|
channel_id?: string | undefined;
|
|
14194
14187
|
clan_id?: string | undefined;
|
|
14195
14188
|
label?: string | undefined;
|
|
14196
|
-
} & { [
|
|
14189
|
+
} & { [K_449 in Exclude<keyof I_1["stream_data"]["stream"], keyof Stream>]: never; }) | undefined;
|
|
14197
14190
|
sender?: ({
|
|
14198
14191
|
user_id?: string | undefined;
|
|
14199
14192
|
session_id?: string | undefined;
|
|
@@ -14210,10 +14203,10 @@ export declare const Envelope: {
|
|
|
14210
14203
|
status?: string | undefined;
|
|
14211
14204
|
is_mobile?: boolean | undefined;
|
|
14212
14205
|
metadata?: string | undefined;
|
|
14213
|
-
} & { [
|
|
14206
|
+
} & { [K_450 in Exclude<keyof I_1["stream_data"]["sender"], keyof UserPresence>]: never; }) | undefined;
|
|
14214
14207
|
data?: string | undefined;
|
|
14215
14208
|
reliable?: boolean | undefined;
|
|
14216
|
-
} & { [
|
|
14209
|
+
} & { [K_451 in Exclude<keyof I_1["stream_data"], keyof StreamData>]: never; }) | undefined;
|
|
14217
14210
|
stream_presence_event?: ({
|
|
14218
14211
|
stream?: {
|
|
14219
14212
|
mode?: number | undefined;
|
|
@@ -14250,7 +14243,7 @@ export declare const Envelope: {
|
|
|
14250
14243
|
channel_id?: string | undefined;
|
|
14251
14244
|
clan_id?: string | undefined;
|
|
14252
14245
|
label?: string | undefined;
|
|
14253
|
-
} & { [
|
|
14246
|
+
} & { [K_452 in Exclude<keyof I_1["stream_presence_event"]["stream"], keyof Stream>]: never; }) | undefined;
|
|
14254
14247
|
joins?: ({
|
|
14255
14248
|
user_id?: string | undefined;
|
|
14256
14249
|
session_id?: string | undefined;
|
|
@@ -14275,7 +14268,7 @@ export declare const Envelope: {
|
|
|
14275
14268
|
status?: string | undefined;
|
|
14276
14269
|
is_mobile?: boolean | undefined;
|
|
14277
14270
|
metadata?: string | undefined;
|
|
14278
|
-
} & { [
|
|
14271
|
+
} & { [K_453 in Exclude<keyof I_1["stream_presence_event"]["joins"][number], keyof UserPresence>]: never; })[] & { [K_454 in Exclude<keyof I_1["stream_presence_event"]["joins"], keyof {
|
|
14279
14272
|
user_id?: string | undefined;
|
|
14280
14273
|
session_id?: string | undefined;
|
|
14281
14274
|
username?: string | undefined;
|
|
@@ -14308,7 +14301,7 @@ export declare const Envelope: {
|
|
|
14308
14301
|
status?: string | undefined;
|
|
14309
14302
|
is_mobile?: boolean | undefined;
|
|
14310
14303
|
metadata?: string | undefined;
|
|
14311
|
-
} & { [
|
|
14304
|
+
} & { [K_455 in Exclude<keyof I_1["stream_presence_event"]["leaves"][number], keyof UserPresence>]: never; })[] & { [K_456 in Exclude<keyof I_1["stream_presence_event"]["leaves"], keyof {
|
|
14312
14305
|
user_id?: string | undefined;
|
|
14313
14306
|
session_id?: string | undefined;
|
|
14314
14307
|
username?: string | undefined;
|
|
@@ -14317,9 +14310,9 @@ export declare const Envelope: {
|
|
|
14317
14310
|
is_mobile?: boolean | undefined;
|
|
14318
14311
|
metadata?: string | undefined;
|
|
14319
14312
|
}[]>]: never; }) | undefined;
|
|
14320
|
-
} & { [
|
|
14321
|
-
ping?: ({} & {} & { [
|
|
14322
|
-
pong?: ({} & {} & { [
|
|
14313
|
+
} & { [K_457 in Exclude<keyof I_1["stream_presence_event"], keyof StreamPresenceEvent>]: never; }) | undefined;
|
|
14314
|
+
ping?: ({} & {} & { [K_458 in Exclude<keyof I_1["ping"], never>]: never; }) | undefined;
|
|
14315
|
+
pong?: ({} & {} & { [K_459 in Exclude<keyof I_1["pong"], never>]: never; }) | undefined;
|
|
14323
14316
|
message_typing_event?: ({
|
|
14324
14317
|
clan_id?: string | undefined;
|
|
14325
14318
|
channel_id?: string | undefined;
|
|
@@ -14336,7 +14329,7 @@ export declare const Envelope: {
|
|
|
14336
14329
|
is_public?: boolean | undefined;
|
|
14337
14330
|
sender_username?: string | undefined;
|
|
14338
14331
|
sender_display_name?: string | undefined;
|
|
14339
|
-
} & { [
|
|
14332
|
+
} & { [K_460 in Exclude<keyof I_1["message_typing_event"], keyof MessageTypingEvent>]: never; }) | undefined;
|
|
14340
14333
|
last_seen_message_event?: ({
|
|
14341
14334
|
clan_id?: string | undefined;
|
|
14342
14335
|
channel_id?: string | undefined;
|
|
@@ -14351,7 +14344,7 @@ export declare const Envelope: {
|
|
|
14351
14344
|
mode?: number | undefined;
|
|
14352
14345
|
timestamp_seconds?: number | undefined;
|
|
14353
14346
|
badge_count?: number | undefined;
|
|
14354
|
-
} & { [
|
|
14347
|
+
} & { [K_461 in Exclude<keyof I_1["last_seen_message_event"], keyof LastSeenMessageEvent>]: never; }) | undefined;
|
|
14355
14348
|
message_reaction_event?: ({
|
|
14356
14349
|
id?: string | undefined;
|
|
14357
14350
|
emoji_id?: string | undefined;
|
|
@@ -14386,7 +14379,7 @@ export declare const Envelope: {
|
|
|
14386
14379
|
is_public?: boolean | undefined;
|
|
14387
14380
|
topic_id?: string | undefined;
|
|
14388
14381
|
emoji_recent_id?: string | undefined;
|
|
14389
|
-
} & { [
|
|
14382
|
+
} & { [K_462 in Exclude<keyof I_1["message_reaction_event"], keyof MessageReaction>]: never; }) | undefined;
|
|
14390
14383
|
voice_joined_event?: ({
|
|
14391
14384
|
clan_id?: string | undefined;
|
|
14392
14385
|
clan_name?: string | undefined;
|
|
@@ -14405,7 +14398,7 @@ export declare const Envelope: {
|
|
|
14405
14398
|
voice_channel_label?: string | undefined;
|
|
14406
14399
|
voice_channel_id?: string | undefined;
|
|
14407
14400
|
last_screenshot?: string | undefined;
|
|
14408
|
-
} & { [
|
|
14401
|
+
} & { [K_463 in Exclude<keyof I_1["voice_joined_event"], keyof VoiceJoinedEvent>]: never; }) | undefined;
|
|
14409
14402
|
voice_leaved_event?: ({
|
|
14410
14403
|
id?: string | undefined;
|
|
14411
14404
|
clan_id?: string | undefined;
|
|
@@ -14416,7 +14409,7 @@ export declare const Envelope: {
|
|
|
14416
14409
|
clan_id?: string | undefined;
|
|
14417
14410
|
voice_channel_id?: string | undefined;
|
|
14418
14411
|
voice_user_id?: string | undefined;
|
|
14419
|
-
} & { [
|
|
14412
|
+
} & { [K_464 in Exclude<keyof I_1["voice_leaved_event"], keyof VoiceLeavedEvent>]: never; }) | undefined;
|
|
14420
14413
|
voice_started_event?: ({
|
|
14421
14414
|
id?: string | undefined;
|
|
14422
14415
|
clan_id?: string | undefined;
|
|
@@ -14425,7 +14418,7 @@ export declare const Envelope: {
|
|
|
14425
14418
|
id?: string | undefined;
|
|
14426
14419
|
clan_id?: string | undefined;
|
|
14427
14420
|
voice_channel_id?: string | undefined;
|
|
14428
|
-
} & { [
|
|
14421
|
+
} & { [K_465 in Exclude<keyof I_1["voice_started_event"], keyof VoiceStartedEvent>]: never; }) | undefined;
|
|
14429
14422
|
voice_ended_event?: ({
|
|
14430
14423
|
id?: string | undefined;
|
|
14431
14424
|
clan_id?: string | undefined;
|
|
@@ -14434,7 +14427,7 @@ export declare const Envelope: {
|
|
|
14434
14427
|
id?: string | undefined;
|
|
14435
14428
|
clan_id?: string | undefined;
|
|
14436
14429
|
voice_channel_id?: string | undefined;
|
|
14437
|
-
} & { [
|
|
14430
|
+
} & { [K_466 in Exclude<keyof I_1["voice_ended_event"], keyof VoiceEndedEvent>]: never; }) | undefined;
|
|
14438
14431
|
channel_created_event?: ({
|
|
14439
14432
|
clan_id?: string | undefined;
|
|
14440
14433
|
category_id?: string | undefined;
|
|
@@ -14459,7 +14452,7 @@ export declare const Envelope: {
|
|
|
14459
14452
|
status?: number | undefined;
|
|
14460
14453
|
app_id?: string | undefined;
|
|
14461
14454
|
clan_name?: string | undefined;
|
|
14462
|
-
} & { [
|
|
14455
|
+
} & { [K_467 in Exclude<keyof I_1["channel_created_event"], keyof ChannelCreatedEvent>]: never; }) | undefined;
|
|
14463
14456
|
channel_deleted_event?: ({
|
|
14464
14457
|
clan_id?: string | undefined;
|
|
14465
14458
|
category_id?: string | undefined;
|
|
@@ -14472,7 +14465,7 @@ export declare const Envelope: {
|
|
|
14472
14465
|
parent_id?: string | undefined;
|
|
14473
14466
|
channel_id?: string | undefined;
|
|
14474
14467
|
deletor?: string | undefined;
|
|
14475
|
-
} & { [
|
|
14468
|
+
} & { [K_468 in Exclude<keyof I_1["channel_deleted_event"], keyof ChannelDeletedEvent>]: never; }) | undefined;
|
|
14476
14469
|
channel_updated_event?: ({
|
|
14477
14470
|
clan_id?: string | undefined;
|
|
14478
14471
|
category_id?: string | undefined;
|
|
@@ -14509,7 +14502,7 @@ export declare const Envelope: {
|
|
|
14509
14502
|
age_restricted?: number | undefined;
|
|
14510
14503
|
active?: number | undefined;
|
|
14511
14504
|
count_mess_unread?: number | undefined;
|
|
14512
|
-
} & { [
|
|
14505
|
+
} & { [K_469 in Exclude<keyof I_1["channel_updated_event"], keyof ChannelUpdatedEvent>]: never; }) | undefined;
|
|
14513
14506
|
last_pin_message_event?: ({
|
|
14514
14507
|
clan_id?: string | undefined;
|
|
14515
14508
|
channel_id?: string | undefined;
|
|
@@ -14540,7 +14533,7 @@ export declare const Envelope: {
|
|
|
14540
14533
|
message_content?: string | undefined;
|
|
14541
14534
|
message_attachment?: string | undefined;
|
|
14542
14535
|
message_created_time?: string | undefined;
|
|
14543
|
-
} & { [
|
|
14536
|
+
} & { [K_470 in Exclude<keyof I_1["last_pin_message_event"], keyof LastPinMessageEvent>]: never; }) | undefined;
|
|
14544
14537
|
custom_status_event?: ({
|
|
14545
14538
|
clan_id?: string | undefined;
|
|
14546
14539
|
user_id?: string | undefined;
|
|
@@ -14555,7 +14548,7 @@ export declare const Envelope: {
|
|
|
14555
14548
|
status?: string | undefined;
|
|
14556
14549
|
time_reset?: number | undefined;
|
|
14557
14550
|
no_clear?: boolean | undefined;
|
|
14558
|
-
} & { [
|
|
14551
|
+
} & { [K_471 in Exclude<keyof I_1["custom_status_event"], keyof CustomStatusEvent>]: never; }) | undefined;
|
|
14559
14552
|
user_channel_added_event?: ({
|
|
14560
14553
|
channel_desc?: {
|
|
14561
14554
|
clan_id?: string | undefined;
|
|
@@ -14725,8 +14718,8 @@ export declare const Envelope: {
|
|
|
14725
14718
|
creator_id?: string | undefined;
|
|
14726
14719
|
channel_label?: string | undefined;
|
|
14727
14720
|
channel_private?: number | undefined;
|
|
14728
|
-
channel_avatar?: (string[] & string[] & { [
|
|
14729
|
-
user_id?: (string[] & string[] & { [
|
|
14721
|
+
channel_avatar?: (string[] & string[] & { [K_472 in Exclude<keyof I_1["user_channel_added_event"]["channel_desc"]["channel_avatar"], keyof string[]>]: never; }) | undefined;
|
|
14722
|
+
user_id?: (string[] & string[] & { [K_473 in Exclude<keyof I_1["user_channel_added_event"]["channel_desc"]["user_id"], keyof string[]>]: never; }) | undefined;
|
|
14730
14723
|
last_sent_message?: ({
|
|
14731
14724
|
id?: string | undefined;
|
|
14732
14725
|
timestamp_seconds?: number | undefined;
|
|
@@ -14746,8 +14739,8 @@ export declare const Envelope: {
|
|
|
14746
14739
|
reference?: string | undefined;
|
|
14747
14740
|
mention?: string | undefined;
|
|
14748
14741
|
reaction?: string | undefined;
|
|
14749
|
-
repliers?: (string[] & string[] & { [
|
|
14750
|
-
} & { [
|
|
14742
|
+
repliers?: (string[] & string[] & { [K_474 in Exclude<keyof I_1["user_channel_added_event"]["channel_desc"]["last_sent_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
14743
|
+
} & { [K_475 in Exclude<keyof I_1["user_channel_added_event"]["channel_desc"]["last_sent_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
14751
14744
|
last_seen_message?: ({
|
|
14752
14745
|
id?: string | undefined;
|
|
14753
14746
|
timestamp_seconds?: number | undefined;
|
|
@@ -14767,27 +14760,27 @@ export declare const Envelope: {
|
|
|
14767
14760
|
reference?: string | undefined;
|
|
14768
14761
|
mention?: string | undefined;
|
|
14769
14762
|
reaction?: string | undefined;
|
|
14770
|
-
repliers?: (string[] & string[] & { [
|
|
14771
|
-
} & { [
|
|
14772
|
-
is_online?: (boolean[] & boolean[] & { [
|
|
14763
|
+
repliers?: (string[] & string[] & { [K_476 in Exclude<keyof I_1["user_channel_added_event"]["channel_desc"]["last_seen_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
14764
|
+
} & { [K_477 in Exclude<keyof I_1["user_channel_added_event"]["channel_desc"]["last_seen_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
14765
|
+
is_online?: (boolean[] & boolean[] & { [K_478 in Exclude<keyof I_1["user_channel_added_event"]["channel_desc"]["is_online"], keyof boolean[]>]: never; }) | undefined;
|
|
14773
14766
|
meeting_code?: string | undefined;
|
|
14774
14767
|
count_mess_unread?: number | undefined;
|
|
14775
14768
|
active?: number | undefined;
|
|
14776
14769
|
last_pin_message?: string | undefined;
|
|
14777
|
-
usernames?: (string[] & string[] & { [
|
|
14770
|
+
usernames?: (string[] & string[] & { [K_479 in Exclude<keyof I_1["user_channel_added_event"]["channel_desc"]["usernames"], keyof string[]>]: never; }) | undefined;
|
|
14778
14771
|
creator_name?: string | undefined;
|
|
14779
14772
|
create_time_seconds?: number | undefined;
|
|
14780
14773
|
update_time_seconds?: number | undefined;
|
|
14781
|
-
metadata?: (string[] & string[] & { [
|
|
14782
|
-
about_me?: (string[] & string[] & { [
|
|
14774
|
+
metadata?: (string[] & string[] & { [K_480 in Exclude<keyof I_1["user_channel_added_event"]["channel_desc"]["metadata"], keyof string[]>]: never; }) | undefined;
|
|
14775
|
+
about_me?: (string[] & string[] & { [K_481 in Exclude<keyof I_1["user_channel_added_event"]["channel_desc"]["about_me"], keyof string[]>]: never; }) | undefined;
|
|
14783
14776
|
clan_name?: string | undefined;
|
|
14784
14777
|
app_id?: string | undefined;
|
|
14785
14778
|
is_mute?: boolean | undefined;
|
|
14786
14779
|
age_restricted?: number | undefined;
|
|
14787
14780
|
topic?: string | undefined;
|
|
14788
14781
|
e2ee?: number | undefined;
|
|
14789
|
-
display_names?: (string[] & string[] & { [
|
|
14790
|
-
} & { [
|
|
14782
|
+
display_names?: (string[] & string[] & { [K_482 in Exclude<keyof I_1["user_channel_added_event"]["channel_desc"]["display_names"], keyof string[]>]: never; }) | undefined;
|
|
14783
|
+
} & { [K_483 in Exclude<keyof I_1["user_channel_added_event"]["channel_desc"], keyof ChannelDescription1>]: never; }) | undefined;
|
|
14791
14784
|
users?: ({
|
|
14792
14785
|
user_id?: string | undefined;
|
|
14793
14786
|
username?: string | undefined;
|
|
@@ -14854,7 +14847,7 @@ export declare const Envelope: {
|
|
|
14854
14847
|
device_id?: string | undefined;
|
|
14855
14848
|
token_id?: string | undefined;
|
|
14856
14849
|
platform?: string | undefined;
|
|
14857
|
-
} & { [
|
|
14850
|
+
} & { [K_484 in Exclude<keyof I_1["user_channel_added_event"]["users"][number]["fcm_tokens"][number], keyof FCMTokens>]: never; })[] & { [K_485 in Exclude<keyof I_1["user_channel_added_event"]["users"][number]["fcm_tokens"], keyof {
|
|
14858
14851
|
device_id?: string | undefined;
|
|
14859
14852
|
token_id?: string | undefined;
|
|
14860
14853
|
platform?: string | undefined;
|
|
@@ -14862,14 +14855,14 @@ export declare const Envelope: {
|
|
|
14862
14855
|
online?: boolean | undefined;
|
|
14863
14856
|
metadata?: string | undefined;
|
|
14864
14857
|
is_disabled?: boolean | undefined;
|
|
14865
|
-
joined_clans?: (string[] & string[] & { [
|
|
14858
|
+
joined_clans?: (string[] & string[] & { [K_486 in Exclude<keyof I_1["user_channel_added_event"]["users"][number]["joined_clans"], keyof string[]>]: never; }) | undefined;
|
|
14866
14859
|
pubkey?: string | undefined;
|
|
14867
14860
|
mezon_id?: string | undefined;
|
|
14868
14861
|
app_token?: string | undefined;
|
|
14869
14862
|
app_url?: string | undefined;
|
|
14870
14863
|
is_bot?: boolean | undefined;
|
|
14871
14864
|
voip_token?: string | undefined;
|
|
14872
|
-
} & { [
|
|
14865
|
+
} & { [K_487 in Exclude<keyof I_1["user_channel_added_event"]["users"][number], keyof UserProfileRedis>]: never; })[] & { [K_488 in Exclude<keyof I_1["user_channel_added_event"]["users"], keyof {
|
|
14873
14866
|
user_id?: string | undefined;
|
|
14874
14867
|
username?: string | undefined;
|
|
14875
14868
|
avatar?: string | undefined;
|
|
@@ -14938,7 +14931,7 @@ export declare const Envelope: {
|
|
|
14938
14931
|
device_id?: string | undefined;
|
|
14939
14932
|
token_id?: string | undefined;
|
|
14940
14933
|
platform?: string | undefined;
|
|
14941
|
-
} & { [
|
|
14934
|
+
} & { [K_489 in Exclude<keyof I_1["user_channel_added_event"]["caller"]["fcm_tokens"][number], keyof FCMTokens>]: never; })[] & { [K_490 in Exclude<keyof I_1["user_channel_added_event"]["caller"]["fcm_tokens"], keyof {
|
|
14942
14935
|
device_id?: string | undefined;
|
|
14943
14936
|
token_id?: string | undefined;
|
|
14944
14937
|
platform?: string | undefined;
|
|
@@ -14946,17 +14939,17 @@ export declare const Envelope: {
|
|
|
14946
14939
|
online?: boolean | undefined;
|
|
14947
14940
|
metadata?: string | undefined;
|
|
14948
14941
|
is_disabled?: boolean | undefined;
|
|
14949
|
-
joined_clans?: (string[] & string[] & { [
|
|
14942
|
+
joined_clans?: (string[] & string[] & { [K_491 in Exclude<keyof I_1["user_channel_added_event"]["caller"]["joined_clans"], keyof string[]>]: never; }) | undefined;
|
|
14950
14943
|
pubkey?: string | undefined;
|
|
14951
14944
|
mezon_id?: string | undefined;
|
|
14952
14945
|
app_token?: string | undefined;
|
|
14953
14946
|
app_url?: string | undefined;
|
|
14954
14947
|
is_bot?: boolean | undefined;
|
|
14955
14948
|
voip_token?: string | undefined;
|
|
14956
|
-
} & { [
|
|
14949
|
+
} & { [K_492 in Exclude<keyof I_1["user_channel_added_event"]["caller"], keyof UserProfileRedis>]: never; }) | undefined;
|
|
14957
14950
|
create_time_second?: number | undefined;
|
|
14958
14951
|
active?: number | undefined;
|
|
14959
|
-
} & { [
|
|
14952
|
+
} & { [K_493 in Exclude<keyof I_1["user_channel_added_event"], keyof UserChannelAdded>]: never; }) | undefined;
|
|
14960
14953
|
user_channel_removed_event?: ({
|
|
14961
14954
|
channel_id?: string | undefined;
|
|
14962
14955
|
user_ids?: string[] | undefined;
|
|
@@ -14965,18 +14958,18 @@ export declare const Envelope: {
|
|
|
14965
14958
|
badge_counts?: number[] | undefined;
|
|
14966
14959
|
} & {
|
|
14967
14960
|
channel_id?: string | undefined;
|
|
14968
|
-
user_ids?: (string[] & string[] & { [
|
|
14961
|
+
user_ids?: (string[] & string[] & { [K_494 in Exclude<keyof I_1["user_channel_removed_event"]["user_ids"], keyof string[]>]: never; }) | undefined;
|
|
14969
14962
|
channel_type?: number | undefined;
|
|
14970
14963
|
clan_id?: string | undefined;
|
|
14971
|
-
badge_counts?: (number[] & number[] & { [
|
|
14972
|
-
} & { [
|
|
14964
|
+
badge_counts?: (number[] & number[] & { [K_495 in Exclude<keyof I_1["user_channel_removed_event"]["badge_counts"], keyof number[]>]: never; }) | undefined;
|
|
14965
|
+
} & { [K_496 in Exclude<keyof I_1["user_channel_removed_event"], keyof UserChannelRemoved>]: never; }) | undefined;
|
|
14973
14966
|
user_clan_removed_event?: ({
|
|
14974
14967
|
clan_id?: string | undefined;
|
|
14975
14968
|
user_ids?: string[] | undefined;
|
|
14976
14969
|
} & {
|
|
14977
14970
|
clan_id?: string | undefined;
|
|
14978
|
-
user_ids?: (string[] & string[] & { [
|
|
14979
|
-
} & { [
|
|
14971
|
+
user_ids?: (string[] & string[] & { [K_497 in Exclude<keyof I_1["user_clan_removed_event"]["user_ids"], keyof string[]>]: never; }) | undefined;
|
|
14972
|
+
} & { [K_498 in Exclude<keyof I_1["user_clan_removed_event"], keyof UserClanRemoved>]: never; }) | undefined;
|
|
14980
14973
|
clan_updated_event?: ({
|
|
14981
14974
|
clan_id?: string | undefined;
|
|
14982
14975
|
clan_name?: string | undefined;
|
|
@@ -14995,7 +14988,7 @@ export declare const Envelope: {
|
|
|
14995
14988
|
is_onboarding?: boolean | undefined;
|
|
14996
14989
|
welcome_channel_id?: string | undefined;
|
|
14997
14990
|
onboarding_banner?: string | undefined;
|
|
14998
|
-
} & { [
|
|
14991
|
+
} & { [K_499 in Exclude<keyof I_1["clan_updated_event"], keyof ClanUpdatedEvent>]: never; }) | undefined;
|
|
14999
14992
|
clan_profile_updated_event?: ({
|
|
15000
14993
|
user_id?: string | undefined;
|
|
15001
14994
|
clan_nick?: string | undefined;
|
|
@@ -15006,7 +14999,7 @@ export declare const Envelope: {
|
|
|
15006
14999
|
clan_nick?: string | undefined;
|
|
15007
15000
|
clan_avatar?: string | undefined;
|
|
15008
15001
|
clan_id?: string | undefined;
|
|
15009
|
-
} & { [
|
|
15002
|
+
} & { [K_500 in Exclude<keyof I_1["clan_profile_updated_event"], keyof ClanProfileUpdatedEvent>]: never; }) | undefined;
|
|
15010
15003
|
check_name_existed_event?: ({
|
|
15011
15004
|
name?: string | undefined;
|
|
15012
15005
|
condition_id?: string | undefined;
|
|
@@ -15017,7 +15010,7 @@ export declare const Envelope: {
|
|
|
15017
15010
|
condition_id?: string | undefined;
|
|
15018
15011
|
exist?: boolean | undefined;
|
|
15019
15012
|
type?: number | undefined;
|
|
15020
|
-
} & { [
|
|
15013
|
+
} & { [K_501 in Exclude<keyof I_1["check_name_existed_event"], keyof CheckNameExistedEvent>]: never; }) | undefined;
|
|
15021
15014
|
user_profile_updated_event?: ({
|
|
15022
15015
|
user_id?: string | undefined;
|
|
15023
15016
|
display_name?: string | undefined;
|
|
@@ -15034,7 +15027,7 @@ export declare const Envelope: {
|
|
|
15034
15027
|
channel_id?: string | undefined;
|
|
15035
15028
|
clan_id?: string | undefined;
|
|
15036
15029
|
encrypt_private_key?: string | undefined;
|
|
15037
|
-
} & { [
|
|
15030
|
+
} & { [K_502 in Exclude<keyof I_1["user_profile_updated_event"], keyof UserProfileUpdatedEvent>]: never; }) | undefined;
|
|
15038
15031
|
add_clan_user_event?: ({
|
|
15039
15032
|
clan_id?: string | undefined;
|
|
15040
15033
|
user?: {
|
|
@@ -15107,7 +15100,7 @@ export declare const Envelope: {
|
|
|
15107
15100
|
device_id?: string | undefined;
|
|
15108
15101
|
token_id?: string | undefined;
|
|
15109
15102
|
platform?: string | undefined;
|
|
15110
|
-
} & { [
|
|
15103
|
+
} & { [K_503 in Exclude<keyof I_1["add_clan_user_event"]["user"]["fcm_tokens"][number], keyof FCMTokens>]: never; })[] & { [K_504 in Exclude<keyof I_1["add_clan_user_event"]["user"]["fcm_tokens"], keyof {
|
|
15111
15104
|
device_id?: string | undefined;
|
|
15112
15105
|
token_id?: string | undefined;
|
|
15113
15106
|
platform?: string | undefined;
|
|
@@ -15115,16 +15108,16 @@ export declare const Envelope: {
|
|
|
15115
15108
|
online?: boolean | undefined;
|
|
15116
15109
|
metadata?: string | undefined;
|
|
15117
15110
|
is_disabled?: boolean | undefined;
|
|
15118
|
-
joined_clans?: (string[] & string[] & { [
|
|
15111
|
+
joined_clans?: (string[] & string[] & { [K_505 in Exclude<keyof I_1["add_clan_user_event"]["user"]["joined_clans"], keyof string[]>]: never; }) | undefined;
|
|
15119
15112
|
pubkey?: string | undefined;
|
|
15120
15113
|
mezon_id?: string | undefined;
|
|
15121
15114
|
app_token?: string | undefined;
|
|
15122
15115
|
app_url?: string | undefined;
|
|
15123
15116
|
is_bot?: boolean | undefined;
|
|
15124
15117
|
voip_token?: string | undefined;
|
|
15125
|
-
} & { [
|
|
15118
|
+
} & { [K_506 in Exclude<keyof I_1["add_clan_user_event"]["user"], keyof UserProfileRedis>]: never; }) | undefined;
|
|
15126
15119
|
invitor?: string | undefined;
|
|
15127
|
-
} & { [
|
|
15120
|
+
} & { [K_507 in Exclude<keyof I_1["add_clan_user_event"], keyof AddClanUserEvent>]: never; }) | undefined;
|
|
15128
15121
|
clan_event_created?: ({
|
|
15129
15122
|
title?: string | undefined;
|
|
15130
15123
|
logo?: string | undefined;
|
|
@@ -15178,8 +15171,8 @@ export declare const Envelope: {
|
|
|
15178
15171
|
external_link?: string | undefined;
|
|
15179
15172
|
creator_id?: string | undefined;
|
|
15180
15173
|
event_id?: string | undefined;
|
|
15181
|
-
} & { [
|
|
15182
|
-
} & { [
|
|
15174
|
+
} & { [K_508 in Exclude<keyof I_1["clan_event_created"]["meet_room"], keyof import("../api/api").GenerateMezonMeetResponse>]: never; }) | undefined;
|
|
15175
|
+
} & { [K_509 in Exclude<keyof I_1["clan_event_created"], keyof CreateEventRequest>]: never; }) | undefined;
|
|
15183
15176
|
role_assign_event?: ({
|
|
15184
15177
|
ClanId?: string | undefined;
|
|
15185
15178
|
role_id?: string | undefined;
|
|
@@ -15188,16 +15181,16 @@ export declare const Envelope: {
|
|
|
15188
15181
|
} & {
|
|
15189
15182
|
ClanId?: string | undefined;
|
|
15190
15183
|
role_id?: string | undefined;
|
|
15191
|
-
user_ids_assigned?: (string[] & string[] & { [
|
|
15192
|
-
user_ids_removed?: (string[] & string[] & { [
|
|
15193
|
-
} & { [
|
|
15184
|
+
user_ids_assigned?: (string[] & string[] & { [K_510 in Exclude<keyof I_1["role_assign_event"]["user_ids_assigned"], keyof string[]>]: never; }) | undefined;
|
|
15185
|
+
user_ids_removed?: (string[] & string[] & { [K_511 in Exclude<keyof I_1["role_assign_event"]["user_ids_removed"], keyof string[]>]: never; }) | undefined;
|
|
15186
|
+
} & { [K_512 in Exclude<keyof I_1["role_assign_event"], keyof RoleAssignedEvent>]: never; }) | undefined;
|
|
15194
15187
|
clan_deleted_event?: ({
|
|
15195
15188
|
clan_id?: string | undefined;
|
|
15196
15189
|
deletor?: string | undefined;
|
|
15197
15190
|
} & {
|
|
15198
15191
|
clan_id?: string | undefined;
|
|
15199
15192
|
deletor?: string | undefined;
|
|
15200
|
-
} & { [
|
|
15193
|
+
} & { [K_513 in Exclude<keyof I_1["clan_deleted_event"], keyof ClanDeletedEvent>]: never; }) | undefined;
|
|
15201
15194
|
give_coffee_event?: ({
|
|
15202
15195
|
sender_id?: string | undefined;
|
|
15203
15196
|
receiver_id?: string | undefined;
|
|
@@ -15212,7 +15205,7 @@ export declare const Envelope: {
|
|
|
15212
15205
|
message_ref_id?: string | undefined;
|
|
15213
15206
|
channel_id?: string | undefined;
|
|
15214
15207
|
clan_id?: string | undefined;
|
|
15215
|
-
} & { [
|
|
15208
|
+
} & { [K_514 in Exclude<keyof I_1["give_coffee_event"], keyof GiveCoffeeEvent>]: never; }) | undefined;
|
|
15216
15209
|
sticker_create_event?: ({
|
|
15217
15210
|
clan_id?: string | undefined;
|
|
15218
15211
|
source?: string | undefined;
|
|
@@ -15231,7 +15224,7 @@ export declare const Envelope: {
|
|
|
15231
15224
|
sticker_id?: string | undefined;
|
|
15232
15225
|
logo?: string | undefined;
|
|
15233
15226
|
clan_name?: string | undefined;
|
|
15234
|
-
} & { [
|
|
15227
|
+
} & { [K_515 in Exclude<keyof I_1["sticker_create_event"], keyof StickerCreateEvent>]: never; }) | undefined;
|
|
15235
15228
|
sticker_update_event?: ({
|
|
15236
15229
|
shortname?: string | undefined;
|
|
15237
15230
|
sticker_id?: string | undefined;
|
|
@@ -15240,14 +15233,14 @@ export declare const Envelope: {
|
|
|
15240
15233
|
shortname?: string | undefined;
|
|
15241
15234
|
sticker_id?: string | undefined;
|
|
15242
15235
|
user_id?: string | undefined;
|
|
15243
|
-
} & { [
|
|
15236
|
+
} & { [K_516 in Exclude<keyof I_1["sticker_update_event"], keyof StickerUpdateEvent>]: never; }) | undefined;
|
|
15244
15237
|
sticker_delete_event?: ({
|
|
15245
15238
|
sticker_id?: string | undefined;
|
|
15246
15239
|
user_id?: string | undefined;
|
|
15247
15240
|
} & {
|
|
15248
15241
|
sticker_id?: string | undefined;
|
|
15249
15242
|
user_id?: string | undefined;
|
|
15250
|
-
} & { [
|
|
15243
|
+
} & { [K_517 in Exclude<keyof I_1["sticker_delete_event"], keyof StickerDeleteEvent>]: never; }) | undefined;
|
|
15251
15244
|
role_event?: ({
|
|
15252
15245
|
role?: {
|
|
15253
15246
|
id?: string | undefined;
|
|
@@ -15385,7 +15378,7 @@ export declare const Envelope: {
|
|
|
15385
15378
|
lang_tag?: string | undefined;
|
|
15386
15379
|
location?: string | undefined;
|
|
15387
15380
|
online?: boolean | undefined;
|
|
15388
|
-
} & { [
|
|
15381
|
+
} & { [K_518 in Exclude<keyof I_1["role_event"]["role"]["role_user_list"]["role_users"][number], keyof import("../api/api").RoleUserList_RoleUser>]: never; })[] & { [K_519 in Exclude<keyof I_1["role_event"]["role"]["role_user_list"]["role_users"], keyof {
|
|
15389
15382
|
id?: string | undefined;
|
|
15390
15383
|
username?: string | undefined;
|
|
15391
15384
|
display_name?: string | undefined;
|
|
@@ -15395,7 +15388,7 @@ export declare const Envelope: {
|
|
|
15395
15388
|
online?: boolean | undefined;
|
|
15396
15389
|
}[]>]: never; }) | undefined;
|
|
15397
15390
|
cursor?: string | undefined;
|
|
15398
|
-
} & { [
|
|
15391
|
+
} & { [K_520 in Exclude<keyof I_1["role_event"]["role"]["role_user_list"], keyof RoleUserList>]: never; }) | undefined;
|
|
15399
15392
|
permission_list?: ({
|
|
15400
15393
|
permissions?: {
|
|
15401
15394
|
id?: string | undefined;
|
|
@@ -15432,7 +15425,7 @@ export declare const Envelope: {
|
|
|
15432
15425
|
active?: number | undefined;
|
|
15433
15426
|
scope?: number | undefined;
|
|
15434
15427
|
level?: number | undefined;
|
|
15435
|
-
} & { [
|
|
15428
|
+
} & { [K_521 in Exclude<keyof I_1["role_event"]["role"]["permission_list"]["permissions"][number], keyof import("../api/api").Permission>]: never; })[] & { [K_522 in Exclude<keyof I_1["role_event"]["role"]["permission_list"]["permissions"], keyof {
|
|
15436
15429
|
id?: string | undefined;
|
|
15437
15430
|
title?: string | undefined;
|
|
15438
15431
|
slug?: string | undefined;
|
|
@@ -15442,19 +15435,19 @@ export declare const Envelope: {
|
|
|
15442
15435
|
level?: number | undefined;
|
|
15443
15436
|
}[]>]: never; }) | undefined;
|
|
15444
15437
|
max_level_permission?: number | undefined;
|
|
15445
|
-
} & { [
|
|
15438
|
+
} & { [K_523 in Exclude<keyof I_1["role_event"]["role"]["permission_list"], keyof PermissionList>]: never; }) | undefined;
|
|
15446
15439
|
role_channel_active?: number | undefined;
|
|
15447
|
-
channel_ids?: (string[] & string[] & { [
|
|
15440
|
+
channel_ids?: (string[] & string[] & { [K_524 in Exclude<keyof I_1["role_event"]["role"]["channel_ids"], keyof string[]>]: never; }) | undefined;
|
|
15448
15441
|
max_level_permission?: number | undefined;
|
|
15449
15442
|
order_role?: number | undefined;
|
|
15450
|
-
} & { [
|
|
15443
|
+
} & { [K_525 in Exclude<keyof I_1["role_event"]["role"], keyof Role>]: never; }) | undefined;
|
|
15451
15444
|
status?: number | undefined;
|
|
15452
15445
|
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
|
-
} & { [
|
|
15446
|
+
user_add_ids?: (string[] & string[] & { [K_526 in Exclude<keyof I_1["role_event"]["user_add_ids"], keyof string[]>]: never; }) | undefined;
|
|
15447
|
+
user_remove_ids?: (string[] & string[] & { [K_527 in Exclude<keyof I_1["role_event"]["user_remove_ids"], keyof string[]>]: never; }) | undefined;
|
|
15448
|
+
active_permission_ids?: (string[] & string[] & { [K_528 in Exclude<keyof I_1["role_event"]["active_permission_ids"], keyof string[]>]: never; }) | undefined;
|
|
15449
|
+
remove_permission_ids?: (string[] & string[] & { [K_529 in Exclude<keyof I_1["role_event"]["remove_permission_ids"], keyof string[]>]: never; }) | undefined;
|
|
15450
|
+
} & { [K_530 in Exclude<keyof I_1["role_event"], keyof RoleEvent>]: never; }) | undefined;
|
|
15458
15451
|
event_emoji?: ({
|
|
15459
15452
|
id?: string | undefined;
|
|
15460
15453
|
clan_id?: string | undefined;
|
|
@@ -15477,7 +15470,7 @@ export declare const Envelope: {
|
|
|
15477
15470
|
logo?: string | undefined;
|
|
15478
15471
|
clan_name?: string | undefined;
|
|
15479
15472
|
is_for_sale?: boolean | undefined;
|
|
15480
|
-
} & { [
|
|
15473
|
+
} & { [K_531 in Exclude<keyof I_1["event_emoji"], keyof EventEmoji>]: never; }) | undefined;
|
|
15481
15474
|
streaming_joined_event?: ({
|
|
15482
15475
|
clan_id?: string | undefined;
|
|
15483
15476
|
clan_name?: string | undefined;
|
|
@@ -15494,7 +15487,7 @@ export declare const Envelope: {
|
|
|
15494
15487
|
user_id?: string | undefined;
|
|
15495
15488
|
streaming_channel_label?: string | undefined;
|
|
15496
15489
|
streaming_channel_id?: string | undefined;
|
|
15497
|
-
} & { [
|
|
15490
|
+
} & { [K_532 in Exclude<keyof I_1["streaming_joined_event"], keyof StreamingJoinedEvent>]: never; }) | undefined;
|
|
15498
15491
|
streaming_leaved_event?: ({
|
|
15499
15492
|
id?: string | undefined;
|
|
15500
15493
|
clan_id?: string | undefined;
|
|
@@ -15505,7 +15498,7 @@ export declare const Envelope: {
|
|
|
15505
15498
|
clan_id?: string | undefined;
|
|
15506
15499
|
streaming_channel_id?: string | undefined;
|
|
15507
15500
|
streaming_user_id?: string | undefined;
|
|
15508
|
-
} & { [
|
|
15501
|
+
} & { [K_533 in Exclude<keyof I_1["streaming_leaved_event"], keyof StreamingLeavedEvent>]: never; }) | undefined;
|
|
15509
15502
|
streaming_started_event?: ({
|
|
15510
15503
|
clan_id?: string | undefined;
|
|
15511
15504
|
channel_id?: string | undefined;
|
|
@@ -15516,14 +15509,14 @@ export declare const Envelope: {
|
|
|
15516
15509
|
channel_id?: string | undefined;
|
|
15517
15510
|
streaming_url?: string | undefined;
|
|
15518
15511
|
is_streaming?: boolean | undefined;
|
|
15519
|
-
} & { [
|
|
15512
|
+
} & { [K_534 in Exclude<keyof I_1["streaming_started_event"], keyof StreamingStartedEvent>]: never; }) | undefined;
|
|
15520
15513
|
streaming_ended_event?: ({
|
|
15521
15514
|
clan_id?: string | undefined;
|
|
15522
15515
|
channel_id?: string | undefined;
|
|
15523
15516
|
} & {
|
|
15524
15517
|
clan_id?: string | undefined;
|
|
15525
15518
|
channel_id?: string | undefined;
|
|
15526
|
-
} & { [
|
|
15519
|
+
} & { [K_535 in Exclude<keyof I_1["streaming_ended_event"], keyof StreamingEndedEvent>]: never; }) | undefined;
|
|
15527
15520
|
permission_set_event?: ({
|
|
15528
15521
|
caller?: string | undefined;
|
|
15529
15522
|
role_id?: string | undefined;
|
|
@@ -15551,12 +15544,12 @@ export declare const Envelope: {
|
|
|
15551
15544
|
permission_id?: string | undefined;
|
|
15552
15545
|
slug?: string | undefined;
|
|
15553
15546
|
type?: number | undefined;
|
|
15554
|
-
} & { [
|
|
15547
|
+
} & { [K_536 in Exclude<keyof I_1["permission_set_event"]["permission_updates"][number], keyof PermissionUpdate>]: never; })[] & { [K_537 in Exclude<keyof I_1["permission_set_event"]["permission_updates"], keyof {
|
|
15555
15548
|
permission_id?: string | undefined;
|
|
15556
15549
|
slug?: string | undefined;
|
|
15557
15550
|
type?: number | undefined;
|
|
15558
15551
|
}[]>]: never; }) | undefined;
|
|
15559
|
-
} & { [
|
|
15552
|
+
} & { [K_538 in Exclude<keyof I_1["permission_set_event"], keyof PermissionSetEvent>]: never; }) | undefined;
|
|
15560
15553
|
permission_changed_event?: ({
|
|
15561
15554
|
user_id?: string | undefined;
|
|
15562
15555
|
channel_id?: string | undefined;
|
|
@@ -15590,7 +15583,7 @@ export declare const Envelope: {
|
|
|
15590
15583
|
permission_id?: string | undefined;
|
|
15591
15584
|
slug?: string | undefined;
|
|
15592
15585
|
type?: number | undefined;
|
|
15593
|
-
} & { [
|
|
15586
|
+
} & { [K_539 in Exclude<keyof I_1["permission_changed_event"]["add_permissions"][number], keyof PermissionUpdate>]: never; })[] & { [K_540 in Exclude<keyof I_1["permission_changed_event"]["add_permissions"], keyof {
|
|
15594
15587
|
permission_id?: string | undefined;
|
|
15595
15588
|
slug?: string | undefined;
|
|
15596
15589
|
type?: number | undefined;
|
|
@@ -15607,7 +15600,7 @@ export declare const Envelope: {
|
|
|
15607
15600
|
permission_id?: string | undefined;
|
|
15608
15601
|
slug?: string | undefined;
|
|
15609
15602
|
type?: number | undefined;
|
|
15610
|
-
} & { [
|
|
15603
|
+
} & { [K_541 in Exclude<keyof I_1["permission_changed_event"]["remove_permissions"][number], keyof PermissionUpdate>]: never; })[] & { [K_542 in Exclude<keyof I_1["permission_changed_event"]["remove_permissions"], keyof {
|
|
15611
15604
|
permission_id?: string | undefined;
|
|
15612
15605
|
slug?: string | undefined;
|
|
15613
15606
|
type?: number | undefined;
|
|
@@ -15624,12 +15617,12 @@ export declare const Envelope: {
|
|
|
15624
15617
|
permission_id?: string | undefined;
|
|
15625
15618
|
slug?: string | undefined;
|
|
15626
15619
|
type?: number | undefined;
|
|
15627
|
-
} & { [
|
|
15620
|
+
} & { [K_543 in Exclude<keyof I_1["permission_changed_event"]["default_permissions"][number], keyof PermissionUpdate>]: never; })[] & { [K_544 in Exclude<keyof I_1["permission_changed_event"]["default_permissions"], keyof {
|
|
15628
15621
|
permission_id?: string | undefined;
|
|
15629
15622
|
slug?: string | undefined;
|
|
15630
15623
|
type?: number | undefined;
|
|
15631
15624
|
}[]>]: never; }) | undefined;
|
|
15632
|
-
} & { [
|
|
15625
|
+
} & { [K_545 in Exclude<keyof I_1["permission_changed_event"], keyof PermissionChangedEvent>]: never; }) | undefined;
|
|
15633
15626
|
token_sent_event?: ({
|
|
15634
15627
|
sender_id?: string | undefined;
|
|
15635
15628
|
sender_name?: string | undefined;
|
|
@@ -15646,7 +15639,7 @@ export declare const Envelope: {
|
|
|
15646
15639
|
note?: string | undefined;
|
|
15647
15640
|
extra_attribute?: string | undefined;
|
|
15648
15641
|
transaction_id?: string | undefined;
|
|
15649
|
-
} & { [
|
|
15642
|
+
} & { [K_546 in Exclude<keyof I_1["token_sent_event"], keyof TokenSentEvent>]: never; }) | undefined;
|
|
15650
15643
|
message_button_clicked?: ({
|
|
15651
15644
|
message_id?: string | undefined;
|
|
15652
15645
|
channel_id?: string | undefined;
|
|
@@ -15661,7 +15654,7 @@ export declare const Envelope: {
|
|
|
15661
15654
|
sender_id?: string | undefined;
|
|
15662
15655
|
user_id?: string | undefined;
|
|
15663
15656
|
extra_data?: string | undefined;
|
|
15664
|
-
} & { [
|
|
15657
|
+
} & { [K_547 in Exclude<keyof I_1["message_button_clicked"], keyof MessageButtonClicked>]: never; }) | undefined;
|
|
15665
15658
|
unmute_event?: ({
|
|
15666
15659
|
channel_id?: string | undefined;
|
|
15667
15660
|
category_id?: string | undefined;
|
|
@@ -15670,7 +15663,7 @@ export declare const Envelope: {
|
|
|
15670
15663
|
channel_id?: string | undefined;
|
|
15671
15664
|
category_id?: string | undefined;
|
|
15672
15665
|
clan_id?: string | undefined;
|
|
15673
|
-
} & { [
|
|
15666
|
+
} & { [K_548 in Exclude<keyof I_1["unmute_event"], keyof UnmuteEvent>]: never; }) | undefined;
|
|
15674
15667
|
webrtc_signaling_fwd?: ({
|
|
15675
15668
|
receiver_id?: string | undefined;
|
|
15676
15669
|
data_type?: number | undefined;
|
|
@@ -15683,7 +15676,7 @@ export declare const Envelope: {
|
|
|
15683
15676
|
json_data?: string | undefined;
|
|
15684
15677
|
channel_id?: string | undefined;
|
|
15685
15678
|
caller_id?: string | undefined;
|
|
15686
|
-
} & { [
|
|
15679
|
+
} & { [K_549 in Exclude<keyof I_1["webrtc_signaling_fwd"], keyof WebrtcSignalingFwd>]: never; }) | undefined;
|
|
15687
15680
|
list_activity?: ({
|
|
15688
15681
|
acts?: {
|
|
15689
15682
|
user_id?: string | undefined;
|
|
@@ -15723,7 +15716,7 @@ export declare const Envelope: {
|
|
|
15723
15716
|
end_time?: Date | undefined;
|
|
15724
15717
|
application_id?: string | undefined;
|
|
15725
15718
|
status?: number | undefined;
|
|
15726
|
-
} & { [
|
|
15719
|
+
} & { [K_550 in Exclude<keyof I_1["list_activity"]["acts"][number], keyof UserActivity>]: never; })[] & { [K_551 in Exclude<keyof I_1["list_activity"]["acts"], keyof {
|
|
15727
15720
|
user_id?: string | undefined;
|
|
15728
15721
|
activity_name?: string | undefined;
|
|
15729
15722
|
activity_type?: number | undefined;
|
|
@@ -15733,7 +15726,7 @@ export declare const Envelope: {
|
|
|
15733
15726
|
application_id?: string | undefined;
|
|
15734
15727
|
status?: number | undefined;
|
|
15735
15728
|
}[]>]: never; }) | undefined;
|
|
15736
|
-
} & { [
|
|
15729
|
+
} & { [K_552 in Exclude<keyof I_1["list_activity"], "acts">]: never; }) | undefined;
|
|
15737
15730
|
dropdown_box_selected?: ({
|
|
15738
15731
|
message_id?: string | undefined;
|
|
15739
15732
|
channel_id?: string | undefined;
|
|
@@ -15747,8 +15740,8 @@ export declare const Envelope: {
|
|
|
15747
15740
|
selectbox_id?: string | undefined;
|
|
15748
15741
|
sender_id?: string | undefined;
|
|
15749
15742
|
user_id?: string | undefined;
|
|
15750
|
-
values?: (string[] & string[] & { [
|
|
15751
|
-
} & { [
|
|
15743
|
+
values?: (string[] & string[] & { [K_553 in Exclude<keyof I_1["dropdown_box_selected"]["values"], keyof string[]>]: never; }) | undefined;
|
|
15744
|
+
} & { [K_554 in Exclude<keyof I_1["dropdown_box_selected"], keyof DropdownBoxSelected>]: never; }) | undefined;
|
|
15752
15745
|
incoming_call_push?: ({
|
|
15753
15746
|
receiver_id?: string | undefined;
|
|
15754
15747
|
json_data?: string | undefined;
|
|
@@ -15759,7 +15752,7 @@ export declare const Envelope: {
|
|
|
15759
15752
|
json_data?: string | undefined;
|
|
15760
15753
|
channel_id?: string | undefined;
|
|
15761
15754
|
caller_id?: string | undefined;
|
|
15762
|
-
} & { [
|
|
15755
|
+
} & { [K_555 in Exclude<keyof I_1["incoming_call_push"], keyof IncomingCallPush>]: never; }) | undefined;
|
|
15763
15756
|
sd_topic_event?: ({
|
|
15764
15757
|
id?: string | undefined;
|
|
15765
15758
|
clan_id?: string | undefined;
|
|
@@ -15831,8 +15824,8 @@ export declare const Envelope: {
|
|
|
15831
15824
|
reference?: string | undefined;
|
|
15832
15825
|
mention?: string | undefined;
|
|
15833
15826
|
reaction?: string | undefined;
|
|
15834
|
-
repliers?: (string[] & string[] & { [
|
|
15835
|
-
} & { [
|
|
15827
|
+
repliers?: (string[] & string[] & { [K_556 in Exclude<keyof I_1["sd_topic_event"]["last_sent_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
15828
|
+
} & { [K_557 in Exclude<keyof I_1["sd_topic_event"]["last_sent_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
15836
15829
|
message?: ({
|
|
15837
15830
|
clan_id?: string | undefined;
|
|
15838
15831
|
channel_id?: string | undefined;
|
|
@@ -15889,9 +15882,8 @@ export declare const Envelope: {
|
|
|
15889
15882
|
hide_editted?: boolean | undefined;
|
|
15890
15883
|
is_public?: boolean | undefined;
|
|
15891
15884
|
topic_id?: string | undefined;
|
|
15892
|
-
} & { [
|
|
15893
|
-
} & { [
|
|
15894
|
-
follow_event?: ({} & {} & { [K_561 in Exclude<keyof I_1["follow_event"], never>]: never; }) | undefined;
|
|
15885
|
+
} & { [K_558 in Exclude<keyof I_1["sd_topic_event"]["message"], keyof ChannelMessage>]: never; }) | undefined;
|
|
15886
|
+
} & { [K_559 in Exclude<keyof I_1["sd_topic_event"], keyof SdTopicEvent>]: never; }) | undefined;
|
|
15895
15887
|
channel_app_event?: ({
|
|
15896
15888
|
user_id?: string | undefined;
|
|
15897
15889
|
username?: string | undefined;
|
|
@@ -15904,19 +15896,19 @@ export declare const Envelope: {
|
|
|
15904
15896
|
clan_id?: string | undefined;
|
|
15905
15897
|
channel_id?: string | undefined;
|
|
15906
15898
|
action?: number | undefined;
|
|
15907
|
-
} & { [
|
|
15899
|
+
} & { [K_560 in Exclude<keyof I_1["channel_app_event"], keyof ChannelAppEvent>]: never; }) | undefined;
|
|
15908
15900
|
user_status_event?: ({
|
|
15909
15901
|
user_id?: string | undefined;
|
|
15910
15902
|
custom_status?: string | undefined;
|
|
15911
15903
|
} & {
|
|
15912
15904
|
user_id?: string | undefined;
|
|
15913
15905
|
custom_status?: string | undefined;
|
|
15914
|
-
} & { [
|
|
15906
|
+
} & { [K_561 in Exclude<keyof I_1["user_status_event"], keyof UserStatusEvent>]: never; }) | undefined;
|
|
15915
15907
|
remove_friend?: ({
|
|
15916
15908
|
user_id?: string | undefined;
|
|
15917
15909
|
} & {
|
|
15918
15910
|
user_id?: string | undefined;
|
|
15919
|
-
} & { [
|
|
15911
|
+
} & { [K_562 in Exclude<keyof I_1["remove_friend"], "user_id">]: never; }) | undefined;
|
|
15920
15912
|
webhook_event?: ({
|
|
15921
15913
|
id?: string | undefined;
|
|
15922
15914
|
webhook_name?: string | undefined;
|
|
@@ -15939,7 +15931,7 @@ export declare const Envelope: {
|
|
|
15939
15931
|
update_time?: string | undefined;
|
|
15940
15932
|
avatar?: string | undefined;
|
|
15941
15933
|
status?: number | undefined;
|
|
15942
|
-
} & { [
|
|
15934
|
+
} & { [K_563 in Exclude<keyof I_1["webhook_event"], keyof Webhook>]: never; }) | undefined;
|
|
15943
15935
|
noti_user_channel?: ({
|
|
15944
15936
|
id?: string | undefined;
|
|
15945
15937
|
notification_setting_type?: number | undefined;
|
|
@@ -15952,7 +15944,7 @@ export declare const Envelope: {
|
|
|
15952
15944
|
time_mute?: Date | undefined;
|
|
15953
15945
|
active?: number | undefined;
|
|
15954
15946
|
channel_id?: string | undefined;
|
|
15955
|
-
} & { [
|
|
15947
|
+
} & { [K_564 in Exclude<keyof I_1["noti_user_channel"], keyof NotificationUserChannel>]: never; }) | undefined;
|
|
15956
15948
|
join_channel_app_data?: ({
|
|
15957
15949
|
user_id?: string | undefined;
|
|
15958
15950
|
username?: string | undefined;
|
|
@@ -15961,7 +15953,7 @@ export declare const Envelope: {
|
|
|
15961
15953
|
user_id?: string | undefined;
|
|
15962
15954
|
username?: string | undefined;
|
|
15963
15955
|
hash?: string | undefined;
|
|
15964
|
-
} & { [
|
|
15956
|
+
} & { [K_565 in Exclude<keyof I_1["join_channel_app_data"], keyof JoinChannelAppData>]: never; }) | undefined;
|
|
15965
15957
|
canvas_event?: ({
|
|
15966
15958
|
id?: string | undefined;
|
|
15967
15959
|
title?: string | undefined;
|
|
@@ -15980,7 +15972,7 @@ export declare const Envelope: {
|
|
|
15980
15972
|
is_default?: boolean | undefined;
|
|
15981
15973
|
channel_id?: string | undefined;
|
|
15982
15974
|
status?: number | undefined;
|
|
15983
|
-
} & { [
|
|
15975
|
+
} & { [K_566 in Exclude<keyof I_1["canvas_event"], keyof ChannelCanvas>]: never; }) | undefined;
|
|
15984
15976
|
unpin_message_event?: ({
|
|
15985
15977
|
id?: string | undefined;
|
|
15986
15978
|
message_id?: string | undefined;
|
|
@@ -15991,7 +15983,7 @@ export declare const Envelope: {
|
|
|
15991
15983
|
message_id?: string | undefined;
|
|
15992
15984
|
channel_id?: string | undefined;
|
|
15993
15985
|
clan_id?: string | undefined;
|
|
15994
|
-
} & { [
|
|
15986
|
+
} & { [K_567 in Exclude<keyof I_1["unpin_message_event"], keyof UnpinMessageEvent>]: never; }) | undefined;
|
|
15995
15987
|
category_event?: ({
|
|
15996
15988
|
creator_id?: string | undefined;
|
|
15997
15989
|
clan_id?: string | undefined;
|
|
@@ -16004,7 +15996,7 @@ export declare const Envelope: {
|
|
|
16004
15996
|
category_name?: string | undefined;
|
|
16005
15997
|
id?: string | undefined;
|
|
16006
15998
|
status?: number | undefined;
|
|
16007
|
-
} & { [
|
|
15999
|
+
} & { [K_568 in Exclude<keyof I_1["category_event"], keyof CategoryEvent>]: never; }) | undefined;
|
|
16008
16000
|
handle_participant_meet_state_event?: ({
|
|
16009
16001
|
clan_id?: string | undefined;
|
|
16010
16002
|
channel_id?: string | undefined;
|
|
@@ -16015,12 +16007,12 @@ export declare const Envelope: {
|
|
|
16015
16007
|
channel_id?: string | undefined;
|
|
16016
16008
|
display_name?: string | undefined;
|
|
16017
16009
|
state?: number | undefined;
|
|
16018
|
-
} & { [
|
|
16010
|
+
} & { [K_569 in Exclude<keyof I_1["handle_participant_meet_state_event"], keyof HandleParticipantMeetStateEvent>]: never; }) | undefined;
|
|
16019
16011
|
delete_account_event?: ({
|
|
16020
16012
|
user_id?: string | undefined;
|
|
16021
16013
|
} & {
|
|
16022
16014
|
user_id?: string | undefined;
|
|
16023
|
-
} & { [
|
|
16015
|
+
} & { [K_570 in Exclude<keyof I_1["delete_account_event"], "user_id">]: never; }) | undefined;
|
|
16024
16016
|
ephemeral_message_send?: ({
|
|
16025
16017
|
message?: {
|
|
16026
16018
|
clan_id?: string | undefined;
|
|
@@ -16140,7 +16132,7 @@ export declare const Envelope: {
|
|
|
16140
16132
|
create_time?: Date | undefined;
|
|
16141
16133
|
s?: number | undefined;
|
|
16142
16134
|
e?: number | undefined;
|
|
16143
|
-
} & { [
|
|
16135
|
+
} & { [K_571 in Exclude<keyof I_1["ephemeral_message_send"]["message"]["mentions"][number], keyof MessageMention>]: never; })[] & { [K_572 in Exclude<keyof I_1["ephemeral_message_send"]["message"]["mentions"], keyof {
|
|
16144
16136
|
id?: string | undefined;
|
|
16145
16137
|
user_id?: string | undefined;
|
|
16146
16138
|
username?: string | undefined;
|
|
@@ -16174,7 +16166,7 @@ export declare const Envelope: {
|
|
|
16174
16166
|
width?: number | undefined;
|
|
16175
16167
|
height?: number | undefined;
|
|
16176
16168
|
thumbnail?: string | undefined;
|
|
16177
|
-
} & { [
|
|
16169
|
+
} & { [K_573 in Exclude<keyof I_1["ephemeral_message_send"]["message"]["attachments"][number], keyof MessageAttachment>]: never; })[] & { [K_574 in Exclude<keyof I_1["ephemeral_message_send"]["message"]["attachments"], keyof {
|
|
16178
16170
|
filename?: string | undefined;
|
|
16179
16171
|
size?: number | undefined;
|
|
16180
16172
|
url?: string | undefined;
|
|
@@ -16216,7 +16208,7 @@ export declare const Envelope: {
|
|
|
16216
16208
|
mesages_sender_avatar?: string | undefined;
|
|
16217
16209
|
message_sender_clan_nick?: string | undefined;
|
|
16218
16210
|
message_sender_display_name?: string | undefined;
|
|
16219
|
-
} & { [
|
|
16211
|
+
} & { [K_575 in Exclude<keyof I_1["ephemeral_message_send"]["message"]["references"][number], keyof MessageRef>]: never; })[] & { [K_576 in Exclude<keyof I_1["ephemeral_message_send"]["message"]["references"], keyof {
|
|
16220
16212
|
message_id?: string | undefined;
|
|
16221
16213
|
message_ref_id?: string | undefined;
|
|
16222
16214
|
content?: string | undefined;
|
|
@@ -16235,25 +16227,25 @@ export declare const Envelope: {
|
|
|
16235
16227
|
is_public?: boolean | undefined;
|
|
16236
16228
|
code?: number | undefined;
|
|
16237
16229
|
topic_id?: string | undefined;
|
|
16238
|
-
} & { [
|
|
16230
|
+
} & { [K_577 in Exclude<keyof I_1["ephemeral_message_send"]["message"], keyof ChannelMessageSend>]: never; }) | undefined;
|
|
16239
16231
|
receiver_id?: string | undefined;
|
|
16240
|
-
} & { [
|
|
16232
|
+
} & { [K_578 in Exclude<keyof I_1["ephemeral_message_send"], keyof EphemeralMessageSend>]: never; }) | undefined;
|
|
16241
16233
|
block_friend?: ({
|
|
16242
16234
|
user_id?: string | undefined;
|
|
16243
16235
|
} & {
|
|
16244
16236
|
user_id?: string | undefined;
|
|
16245
|
-
} & { [
|
|
16237
|
+
} & { [K_579 in Exclude<keyof I_1["block_friend"], "user_id">]: never; }) | undefined;
|
|
16246
16238
|
voice_reaction_send?: ({
|
|
16247
16239
|
emojis?: string[] | undefined;
|
|
16248
16240
|
channel_id?: string | undefined;
|
|
16249
16241
|
sender_id?: string | undefined;
|
|
16250
16242
|
media_type?: number | undefined;
|
|
16251
16243
|
} & {
|
|
16252
|
-
emojis?: (string[] & string[] & { [
|
|
16244
|
+
emojis?: (string[] & string[] & { [K_580 in Exclude<keyof I_1["voice_reaction_send"]["emojis"], keyof string[]>]: never; }) | undefined;
|
|
16253
16245
|
channel_id?: string | undefined;
|
|
16254
16246
|
sender_id?: string | undefined;
|
|
16255
16247
|
media_type?: number | undefined;
|
|
16256
|
-
} & { [
|
|
16248
|
+
} & { [K_581 in Exclude<keyof I_1["voice_reaction_send"], keyof VoiceReactionSend>]: never; }) | undefined;
|
|
16257
16249
|
mark_as_read?: ({
|
|
16258
16250
|
channel_id?: string | undefined;
|
|
16259
16251
|
category_id?: string | undefined;
|
|
@@ -16262,7 +16254,7 @@ export declare const Envelope: {
|
|
|
16262
16254
|
channel_id?: string | undefined;
|
|
16263
16255
|
category_id?: string | undefined;
|
|
16264
16256
|
clan_id?: string | undefined;
|
|
16265
|
-
} & { [
|
|
16257
|
+
} & { [K_582 in Exclude<keyof I_1["mark_as_read"], keyof MarkAsRead>]: never; }) | undefined;
|
|
16266
16258
|
list_data_socket?: ({
|
|
16267
16259
|
api_name?: string | undefined;
|
|
16268
16260
|
list_clan_req?: {
|
|
@@ -17128,7 +17120,7 @@ export declare const Envelope: {
|
|
|
17128
17120
|
limit?: number | undefined;
|
|
17129
17121
|
state?: number | undefined;
|
|
17130
17122
|
cursor?: string | undefined;
|
|
17131
|
-
} & { [
|
|
17123
|
+
} & { [K_583 in Exclude<keyof I_1["list_data_socket"]["list_clan_req"], keyof ListClanDescRequest>]: never; }) | undefined;
|
|
17132
17124
|
clan_desc_list?: ({
|
|
17133
17125
|
clandesc?: {
|
|
17134
17126
|
creator_id?: string | undefined;
|
|
@@ -17180,7 +17172,7 @@ export declare const Envelope: {
|
|
|
17180
17172
|
welcome_channel_id?: string | undefined;
|
|
17181
17173
|
onboarding_banner?: string | undefined;
|
|
17182
17174
|
clan_order?: number | undefined;
|
|
17183
|
-
} & { [
|
|
17175
|
+
} & { [K_584 in Exclude<keyof I_1["list_data_socket"]["clan_desc_list"]["clandesc"][number], keyof import("../api/api").ClanDesc>]: never; })[] & { [K_585 in Exclude<keyof I_1["list_data_socket"]["clan_desc_list"]["clandesc"], keyof {
|
|
17184
17176
|
creator_id?: string | undefined;
|
|
17185
17177
|
clan_name?: string | undefined;
|
|
17186
17178
|
logo?: string | undefined;
|
|
@@ -17193,7 +17185,7 @@ export declare const Envelope: {
|
|
|
17193
17185
|
onboarding_banner?: string | undefined;
|
|
17194
17186
|
clan_order?: number | undefined;
|
|
17195
17187
|
}[]>]: never; }) | undefined;
|
|
17196
|
-
} & { [
|
|
17188
|
+
} & { [K_586 in Exclude<keyof I_1["list_data_socket"]["clan_desc_list"], "clandesc">]: never; }) | undefined;
|
|
17197
17189
|
list_thread_req?: ({
|
|
17198
17190
|
limit?: number | undefined;
|
|
17199
17191
|
state?: number | undefined;
|
|
@@ -17208,7 +17200,7 @@ export declare const Envelope: {
|
|
|
17208
17200
|
channel_id?: string | undefined;
|
|
17209
17201
|
thread_id?: string | undefined;
|
|
17210
17202
|
page?: number | undefined;
|
|
17211
|
-
} & { [
|
|
17203
|
+
} & { [K_587 in Exclude<keyof I_1["list_data_socket"]["list_thread_req"], keyof ListThreadRequest>]: never; }) | undefined;
|
|
17212
17204
|
channel_desc_list?: ({
|
|
17213
17205
|
channeldesc?: {
|
|
17214
17206
|
clan_id?: string | undefined;
|
|
@@ -17382,8 +17374,8 @@ export declare const Envelope: {
|
|
|
17382
17374
|
creator_id?: string | undefined;
|
|
17383
17375
|
channel_label?: string | undefined;
|
|
17384
17376
|
channel_private?: number | undefined;
|
|
17385
|
-
channel_avatar?: (string[] & string[] & { [
|
|
17386
|
-
user_id?: (string[] & string[] & { [
|
|
17377
|
+
channel_avatar?: (string[] & string[] & { [K_588 in Exclude<keyof I_1["list_data_socket"]["channel_desc_list"]["channeldesc"][number]["channel_avatar"], keyof string[]>]: never; }) | undefined;
|
|
17378
|
+
user_id?: (string[] & string[] & { [K_589 in Exclude<keyof I_1["list_data_socket"]["channel_desc_list"]["channeldesc"][number]["user_id"], keyof string[]>]: never; }) | undefined;
|
|
17387
17379
|
last_sent_message?: ({
|
|
17388
17380
|
id?: string | undefined;
|
|
17389
17381
|
timestamp_seconds?: number | undefined;
|
|
@@ -17403,8 +17395,8 @@ export declare const Envelope: {
|
|
|
17403
17395
|
reference?: string | undefined;
|
|
17404
17396
|
mention?: string | undefined;
|
|
17405
17397
|
reaction?: string | undefined;
|
|
17406
|
-
repliers?: (string[] & string[] & { [
|
|
17407
|
-
} & { [
|
|
17398
|
+
repliers?: (string[] & string[] & { [K_590 in Exclude<keyof I_1["list_data_socket"]["channel_desc_list"]["channeldesc"][number]["last_sent_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
17399
|
+
} & { [K_591 in Exclude<keyof I_1["list_data_socket"]["channel_desc_list"]["channeldesc"][number]["last_sent_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
17408
17400
|
last_seen_message?: ({
|
|
17409
17401
|
id?: string | undefined;
|
|
17410
17402
|
timestamp_seconds?: number | undefined;
|
|
@@ -17424,27 +17416,27 @@ export declare const Envelope: {
|
|
|
17424
17416
|
reference?: string | undefined;
|
|
17425
17417
|
mention?: string | undefined;
|
|
17426
17418
|
reaction?: string | undefined;
|
|
17427
|
-
repliers?: (string[] & string[] & { [
|
|
17428
|
-
} & { [
|
|
17429
|
-
is_online?: (boolean[] & boolean[] & { [
|
|
17419
|
+
repliers?: (string[] & string[] & { [K_592 in Exclude<keyof I_1["list_data_socket"]["channel_desc_list"]["channeldesc"][number]["last_seen_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
17420
|
+
} & { [K_593 in Exclude<keyof I_1["list_data_socket"]["channel_desc_list"]["channeldesc"][number]["last_seen_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
17421
|
+
is_online?: (boolean[] & boolean[] & { [K_594 in Exclude<keyof I_1["list_data_socket"]["channel_desc_list"]["channeldesc"][number]["is_online"], keyof boolean[]>]: never; }) | undefined;
|
|
17430
17422
|
meeting_code?: string | undefined;
|
|
17431
17423
|
count_mess_unread?: number | undefined;
|
|
17432
17424
|
active?: number | undefined;
|
|
17433
17425
|
last_pin_message?: string | undefined;
|
|
17434
|
-
usernames?: (string[] & string[] & { [
|
|
17426
|
+
usernames?: (string[] & string[] & { [K_595 in Exclude<keyof I_1["list_data_socket"]["channel_desc_list"]["channeldesc"][number]["usernames"], keyof string[]>]: never; }) | undefined;
|
|
17435
17427
|
creator_name?: string | undefined;
|
|
17436
17428
|
create_time_seconds?: number | undefined;
|
|
17437
17429
|
update_time_seconds?: number | undefined;
|
|
17438
|
-
metadata?: (string[] & string[] & { [
|
|
17439
|
-
about_me?: (string[] & string[] & { [
|
|
17430
|
+
metadata?: (string[] & string[] & { [K_596 in Exclude<keyof I_1["list_data_socket"]["channel_desc_list"]["channeldesc"][number]["metadata"], keyof string[]>]: never; }) | undefined;
|
|
17431
|
+
about_me?: (string[] & string[] & { [K_597 in Exclude<keyof I_1["list_data_socket"]["channel_desc_list"]["channeldesc"][number]["about_me"], keyof string[]>]: never; }) | undefined;
|
|
17440
17432
|
clan_name?: string | undefined;
|
|
17441
17433
|
app_id?: string | undefined;
|
|
17442
17434
|
is_mute?: boolean | undefined;
|
|
17443
17435
|
age_restricted?: number | undefined;
|
|
17444
17436
|
topic?: string | undefined;
|
|
17445
17437
|
e2ee?: number | undefined;
|
|
17446
|
-
display_names?: (string[] & string[] & { [
|
|
17447
|
-
} & { [
|
|
17438
|
+
display_names?: (string[] & string[] & { [K_598 in Exclude<keyof I_1["list_data_socket"]["channel_desc_list"]["channeldesc"][number]["display_names"], keyof string[]>]: never; }) | undefined;
|
|
17439
|
+
} & { [K_599 in Exclude<keyof I_1["list_data_socket"]["channel_desc_list"]["channeldesc"][number], keyof ChannelDescription1>]: never; })[] & { [K_600 in Exclude<keyof I_1["list_data_socket"]["channel_desc_list"]["channeldesc"], keyof {
|
|
17448
17440
|
clan_id?: string | undefined;
|
|
17449
17441
|
parent_id?: string | undefined;
|
|
17450
17442
|
channel_id?: string | undefined;
|
|
@@ -17501,28 +17493,28 @@ export declare const Envelope: {
|
|
|
17501
17493
|
prev_cursor?: string | undefined;
|
|
17502
17494
|
cacheable_cursor?: string | undefined;
|
|
17503
17495
|
page?: number | undefined;
|
|
17504
|
-
} & { [
|
|
17496
|
+
} & { [K_601 in Exclude<keyof I_1["list_data_socket"]["channel_desc_list"], keyof ChannelDescList>]: never; }) | undefined;
|
|
17505
17497
|
list_channel_users_uc_req?: ({
|
|
17506
17498
|
channel_id?: string | undefined;
|
|
17507
17499
|
limit?: number | undefined;
|
|
17508
17500
|
} & {
|
|
17509
17501
|
channel_id?: string | undefined;
|
|
17510
17502
|
limit?: number | undefined;
|
|
17511
|
-
} & { [
|
|
17503
|
+
} & { [K_602 in Exclude<keyof I_1["list_data_socket"]["list_channel_users_uc_req"], keyof AllUsersAddChannelRequest>]: never; }) | undefined;
|
|
17512
17504
|
channel_users_uc_list?: ({
|
|
17513
17505
|
channel_id?: string | undefined;
|
|
17514
17506
|
user_ids?: string[] | undefined;
|
|
17515
17507
|
limit?: number | undefined;
|
|
17516
17508
|
} & {
|
|
17517
17509
|
channel_id?: string | undefined;
|
|
17518
|
-
user_ids?: (string[] & string[] & { [
|
|
17510
|
+
user_ids?: (string[] & string[] & { [K_603 in Exclude<keyof I_1["list_data_socket"]["channel_users_uc_list"]["user_ids"], keyof string[]>]: never; }) | undefined;
|
|
17519
17511
|
limit?: number | undefined;
|
|
17520
|
-
} & { [
|
|
17512
|
+
} & { [K_604 in Exclude<keyof I_1["list_data_socket"]["channel_users_uc_list"], keyof AllUsersAddChannelResponse>]: never; }) | undefined;
|
|
17521
17513
|
list_channel_detail_req?: ({
|
|
17522
17514
|
channel_id?: string | undefined;
|
|
17523
17515
|
} & {
|
|
17524
17516
|
channel_id?: string | undefined;
|
|
17525
|
-
} & { [
|
|
17517
|
+
} & { [K_605 in Exclude<keyof I_1["list_data_socket"]["list_channel_detail_req"], "channel_id">]: never; }) | undefined;
|
|
17526
17518
|
channel_desc?: ({
|
|
17527
17519
|
clan_id?: string | undefined;
|
|
17528
17520
|
parent_id?: string | undefined;
|
|
@@ -17585,8 +17577,8 @@ export declare const Envelope: {
|
|
|
17585
17577
|
creator_id?: string | undefined;
|
|
17586
17578
|
channel_label?: string | undefined;
|
|
17587
17579
|
channel_private?: number | undefined;
|
|
17588
|
-
channel_avatar?: (string[] & string[] & { [
|
|
17589
|
-
user_id?: (string[] & string[] & { [
|
|
17580
|
+
channel_avatar?: (string[] & string[] & { [K_606 in Exclude<keyof I_1["list_data_socket"]["channel_desc"]["channel_avatar"], keyof string[]>]: never; }) | undefined;
|
|
17581
|
+
user_id?: (string[] & string[] & { [K_607 in Exclude<keyof I_1["list_data_socket"]["channel_desc"]["user_id"], keyof string[]>]: never; }) | undefined;
|
|
17590
17582
|
last_sent_message?: ({
|
|
17591
17583
|
id?: string | undefined;
|
|
17592
17584
|
timestamp_seconds?: number | undefined;
|
|
@@ -17606,8 +17598,8 @@ export declare const Envelope: {
|
|
|
17606
17598
|
reference?: string | undefined;
|
|
17607
17599
|
mention?: string | undefined;
|
|
17608
17600
|
reaction?: string | undefined;
|
|
17609
|
-
repliers?: (string[] & string[] & { [
|
|
17610
|
-
} & { [
|
|
17601
|
+
repliers?: (string[] & string[] & { [K_608 in Exclude<keyof I_1["list_data_socket"]["channel_desc"]["last_sent_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
17602
|
+
} & { [K_609 in Exclude<keyof I_1["list_data_socket"]["channel_desc"]["last_sent_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
17611
17603
|
last_seen_message?: ({
|
|
17612
17604
|
id?: string | undefined;
|
|
17613
17605
|
timestamp_seconds?: number | undefined;
|
|
@@ -17627,27 +17619,27 @@ export declare const Envelope: {
|
|
|
17627
17619
|
reference?: string | undefined;
|
|
17628
17620
|
mention?: string | undefined;
|
|
17629
17621
|
reaction?: string | undefined;
|
|
17630
|
-
repliers?: (string[] & string[] & { [
|
|
17631
|
-
} & { [
|
|
17632
|
-
is_online?: (boolean[] & boolean[] & { [
|
|
17622
|
+
repliers?: (string[] & string[] & { [K_610 in Exclude<keyof I_1["list_data_socket"]["channel_desc"]["last_seen_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
17623
|
+
} & { [K_611 in Exclude<keyof I_1["list_data_socket"]["channel_desc"]["last_seen_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
17624
|
+
is_online?: (boolean[] & boolean[] & { [K_612 in Exclude<keyof I_1["list_data_socket"]["channel_desc"]["is_online"], keyof boolean[]>]: never; }) | undefined;
|
|
17633
17625
|
meeting_code?: string | undefined;
|
|
17634
17626
|
count_mess_unread?: number | undefined;
|
|
17635
17627
|
active?: number | undefined;
|
|
17636
17628
|
last_pin_message?: string | undefined;
|
|
17637
|
-
usernames?: (string[] & string[] & { [
|
|
17629
|
+
usernames?: (string[] & string[] & { [K_613 in Exclude<keyof I_1["list_data_socket"]["channel_desc"]["usernames"], keyof string[]>]: never; }) | undefined;
|
|
17638
17630
|
creator_name?: string | undefined;
|
|
17639
17631
|
create_time_seconds?: number | undefined;
|
|
17640
17632
|
update_time_seconds?: number | undefined;
|
|
17641
|
-
metadata?: (string[] & string[] & { [
|
|
17642
|
-
about_me?: (string[] & string[] & { [
|
|
17633
|
+
metadata?: (string[] & string[] & { [K_614 in Exclude<keyof I_1["list_data_socket"]["channel_desc"]["metadata"], keyof string[]>]: never; }) | undefined;
|
|
17634
|
+
about_me?: (string[] & string[] & { [K_615 in Exclude<keyof I_1["list_data_socket"]["channel_desc"]["about_me"], keyof string[]>]: never; }) | undefined;
|
|
17643
17635
|
clan_name?: string | undefined;
|
|
17644
17636
|
app_id?: string | undefined;
|
|
17645
17637
|
is_mute?: boolean | undefined;
|
|
17646
17638
|
age_restricted?: number | undefined;
|
|
17647
17639
|
topic?: string | undefined;
|
|
17648
17640
|
e2ee?: number | undefined;
|
|
17649
|
-
display_names?: (string[] & string[] & { [
|
|
17650
|
-
} & { [
|
|
17641
|
+
display_names?: (string[] & string[] & { [K_616 in Exclude<keyof I_1["list_data_socket"]["channel_desc"]["display_names"], keyof string[]>]: never; }) | undefined;
|
|
17642
|
+
} & { [K_617 in Exclude<keyof I_1["list_data_socket"]["channel_desc"], keyof ChannelDescription1>]: never; }) | undefined;
|
|
17651
17643
|
list_channel_req?: ({
|
|
17652
17644
|
limit?: number | undefined;
|
|
17653
17645
|
state?: number | undefined;
|
|
@@ -17660,7 +17652,7 @@ export declare const Envelope: {
|
|
|
17660
17652
|
cursor?: string | undefined;
|
|
17661
17653
|
clan_id?: string | undefined;
|
|
17662
17654
|
channel_type?: number | undefined;
|
|
17663
|
-
} & { [
|
|
17655
|
+
} & { [K_618 in Exclude<keyof I_1["list_data_socket"]["list_channel_req"], keyof ListChannelDescsRequest>]: never; }) | undefined;
|
|
17664
17656
|
list_channel_message_req?: ({
|
|
17665
17657
|
clan_id?: string | undefined;
|
|
17666
17658
|
channel_id?: string | undefined;
|
|
@@ -17675,7 +17667,7 @@ export declare const Envelope: {
|
|
|
17675
17667
|
limit?: number | undefined;
|
|
17676
17668
|
direction?: number | undefined;
|
|
17677
17669
|
topic_id?: string | undefined;
|
|
17678
|
-
} & { [
|
|
17670
|
+
} & { [K_619 in Exclude<keyof I_1["list_data_socket"]["list_channel_message_req"], keyof ListChannelMessagesRequest>]: never; }) | undefined;
|
|
17679
17671
|
channel_message_list?: ({
|
|
17680
17672
|
messages?: {
|
|
17681
17673
|
clan_id?: string | undefined;
|
|
@@ -17813,7 +17805,7 @@ export declare const Envelope: {
|
|
|
17813
17805
|
hide_editted?: boolean | undefined;
|
|
17814
17806
|
is_public?: boolean | undefined;
|
|
17815
17807
|
topic_id?: string | undefined;
|
|
17816
|
-
} & { [
|
|
17808
|
+
} & { [K_620 in Exclude<keyof I_1["list_data_socket"]["channel_message_list"]["messages"][number], keyof ChannelMessage>]: never; })[] & { [K_621 in Exclude<keyof I_1["list_data_socket"]["channel_message_list"]["messages"], keyof {
|
|
17817
17809
|
clan_id?: string | undefined;
|
|
17818
17810
|
channel_id?: string | undefined;
|
|
17819
17811
|
message_id?: string | undefined;
|
|
@@ -17861,8 +17853,8 @@ export declare const Envelope: {
|
|
|
17861
17853
|
reference?: string | undefined;
|
|
17862
17854
|
mention?: string | undefined;
|
|
17863
17855
|
reaction?: string | undefined;
|
|
17864
|
-
repliers?: (string[] & string[] & { [
|
|
17865
|
-
} & { [
|
|
17856
|
+
repliers?: (string[] & string[] & { [K_622 in Exclude<keyof I_1["list_data_socket"]["channel_message_list"]["last_seen_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
17857
|
+
} & { [K_623 in Exclude<keyof I_1["list_data_socket"]["channel_message_list"]["last_seen_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
17866
17858
|
last_sent_message?: ({
|
|
17867
17859
|
id?: string | undefined;
|
|
17868
17860
|
timestamp_seconds?: number | undefined;
|
|
@@ -17882,9 +17874,9 @@ export declare const Envelope: {
|
|
|
17882
17874
|
reference?: string | undefined;
|
|
17883
17875
|
mention?: string | undefined;
|
|
17884
17876
|
reaction?: string | undefined;
|
|
17885
|
-
repliers?: (string[] & string[] & { [
|
|
17886
|
-
} & { [
|
|
17887
|
-
} & { [
|
|
17877
|
+
repliers?: (string[] & string[] & { [K_624 in Exclude<keyof I_1["list_data_socket"]["channel_message_list"]["last_sent_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
17878
|
+
} & { [K_625 in Exclude<keyof I_1["list_data_socket"]["channel_message_list"]["last_sent_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
17879
|
+
} & { [K_626 in Exclude<keyof I_1["list_data_socket"]["channel_message_list"], keyof ChannelMessageList>]: never; }) | undefined;
|
|
17888
17880
|
list_channel_users_req?: ({
|
|
17889
17881
|
clan_id?: string | undefined;
|
|
17890
17882
|
channel_id?: string | undefined;
|
|
@@ -17899,7 +17891,7 @@ export declare const Envelope: {
|
|
|
17899
17891
|
limit?: number | undefined;
|
|
17900
17892
|
state?: number | undefined;
|
|
17901
17893
|
cursor?: string | undefined;
|
|
17902
|
-
} & { [
|
|
17894
|
+
} & { [K_627 in Exclude<keyof I_1["list_data_socket"]["list_channel_users_req"], keyof ListChannelUsersRequest>]: never; }) | undefined;
|
|
17903
17895
|
voice_user_list?: ({
|
|
17904
17896
|
voice_channel_users?: {
|
|
17905
17897
|
id?: string | undefined;
|
|
@@ -17923,13 +17915,13 @@ export declare const Envelope: {
|
|
|
17923
17915
|
user_id?: string | undefined;
|
|
17924
17916
|
channel_id?: string | undefined;
|
|
17925
17917
|
participant?: string | undefined;
|
|
17926
|
-
} & { [
|
|
17918
|
+
} & { [K_628 in Exclude<keyof I_1["list_data_socket"]["voice_user_list"]["voice_channel_users"][number], keyof import("../api/api").VoiceChannelUser>]: never; })[] & { [K_629 in Exclude<keyof I_1["list_data_socket"]["voice_user_list"]["voice_channel_users"], keyof {
|
|
17927
17919
|
id?: string | undefined;
|
|
17928
17920
|
user_id?: string | undefined;
|
|
17929
17921
|
channel_id?: string | undefined;
|
|
17930
17922
|
participant?: string | undefined;
|
|
17931
17923
|
}[]>]: never; }) | undefined;
|
|
17932
|
-
} & { [
|
|
17924
|
+
} & { [K_630 in Exclude<keyof I_1["list_data_socket"]["voice_user_list"], "voice_channel_users">]: never; }) | undefined;
|
|
17933
17925
|
channel_user_list?: ({
|
|
17934
17926
|
channel_users?: {
|
|
17935
17927
|
user_id?: string | undefined;
|
|
@@ -17961,13 +17953,13 @@ export declare const Envelope: {
|
|
|
17961
17953
|
clan_id?: string | undefined;
|
|
17962
17954
|
} & {
|
|
17963
17955
|
user_id?: string | undefined;
|
|
17964
|
-
role_id?: (string[] & string[] & { [
|
|
17956
|
+
role_id?: (string[] & string[] & { [K_631 in Exclude<keyof I_1["list_data_socket"]["channel_user_list"]["channel_users"][number]["role_id"], keyof string[]>]: never; }) | undefined;
|
|
17965
17957
|
id?: string | undefined;
|
|
17966
17958
|
thread_id?: string | undefined;
|
|
17967
17959
|
clan_nick?: string | undefined;
|
|
17968
17960
|
clan_avatar?: string | undefined;
|
|
17969
17961
|
clan_id?: string | undefined;
|
|
17970
|
-
} & { [
|
|
17962
|
+
} & { [K_632 in Exclude<keyof I_1["list_data_socket"]["channel_user_list"]["channel_users"][number], keyof import("../api/api").ChannelUserList_ChannelUser>]: never; })[] & { [K_633 in Exclude<keyof I_1["list_data_socket"]["channel_user_list"]["channel_users"], keyof {
|
|
17971
17963
|
user_id?: string | undefined;
|
|
17972
17964
|
role_id?: string[] | undefined;
|
|
17973
17965
|
id?: string | undefined;
|
|
@@ -17978,7 +17970,7 @@ export declare const Envelope: {
|
|
|
17978
17970
|
}[]>]: never; }) | undefined;
|
|
17979
17971
|
cursor?: string | undefined;
|
|
17980
17972
|
channel_id?: string | undefined;
|
|
17981
|
-
} & { [
|
|
17973
|
+
} & { [K_634 in Exclude<keyof I_1["list_data_socket"]["channel_user_list"], keyof ChannelUserList>]: never; }) | undefined;
|
|
17982
17974
|
list_channel_attachment_req?: ({
|
|
17983
17975
|
clan_id?: string | undefined;
|
|
17984
17976
|
channel_id?: string | undefined;
|
|
@@ -17997,7 +17989,7 @@ export declare const Envelope: {
|
|
|
17997
17989
|
before?: string | undefined;
|
|
17998
17990
|
after?: string | undefined;
|
|
17999
17991
|
around?: string | undefined;
|
|
18000
|
-
} & { [
|
|
17992
|
+
} & { [K_635 in Exclude<keyof I_1["list_data_socket"]["list_channel_attachment_req"], keyof ListChannelAttachmentRequest>]: never; }) | undefined;
|
|
18001
17993
|
channel_attachment_list?: ({
|
|
18002
17994
|
attachments?: {
|
|
18003
17995
|
id?: string | undefined;
|
|
@@ -18045,7 +18037,7 @@ export declare const Envelope: {
|
|
|
18045
18037
|
message_id?: string | undefined;
|
|
18046
18038
|
width?: number | undefined;
|
|
18047
18039
|
height?: number | undefined;
|
|
18048
|
-
} & { [
|
|
18040
|
+
} & { [K_636 in Exclude<keyof I_1["list_data_socket"]["channel_attachment_list"]["attachments"][number], keyof import("../api/api").ChannelAttachment>]: never; })[] & { [K_637 in Exclude<keyof I_1["list_data_socket"]["channel_attachment_list"]["attachments"], keyof {
|
|
18049
18041
|
id?: string | undefined;
|
|
18050
18042
|
filename?: string | undefined;
|
|
18051
18043
|
filetype?: string | undefined;
|
|
@@ -18057,14 +18049,14 @@ export declare const Envelope: {
|
|
|
18057
18049
|
width?: number | undefined;
|
|
18058
18050
|
height?: number | undefined;
|
|
18059
18051
|
}[]>]: never; }) | undefined;
|
|
18060
|
-
} & { [
|
|
18052
|
+
} & { [K_638 in Exclude<keyof I_1["list_data_socket"]["channel_attachment_list"], "attachments">]: never; }) | undefined;
|
|
18061
18053
|
hashtag_dm_req?: ({
|
|
18062
18054
|
user_id?: string[] | undefined;
|
|
18063
18055
|
limit?: number | undefined;
|
|
18064
18056
|
} & {
|
|
18065
|
-
user_id?: (string[] & string[] & { [
|
|
18057
|
+
user_id?: (string[] & string[] & { [K_639 in Exclude<keyof I_1["list_data_socket"]["hashtag_dm_req"]["user_id"], keyof string[]>]: never; }) | undefined;
|
|
18066
18058
|
limit?: number | undefined;
|
|
18067
|
-
} & { [
|
|
18059
|
+
} & { [K_640 in Exclude<keyof I_1["list_data_socket"]["hashtag_dm_req"], keyof HashtagDmListRequest>]: never; }) | undefined;
|
|
18068
18060
|
hashtag_dm_list?: ({
|
|
18069
18061
|
hashtag_dm?: {
|
|
18070
18062
|
channel_id?: string | undefined;
|
|
@@ -18104,7 +18096,7 @@ export declare const Envelope: {
|
|
|
18104
18096
|
type?: number | undefined;
|
|
18105
18097
|
channel_private?: number | undefined;
|
|
18106
18098
|
parent_id?: string | undefined;
|
|
18107
|
-
} & { [
|
|
18099
|
+
} & { [K_641 in Exclude<keyof I_1["list_data_socket"]["hashtag_dm_list"]["hashtag_dm"][number], keyof import("../api/api").HashtagDm>]: never; })[] & { [K_642 in Exclude<keyof I_1["list_data_socket"]["hashtag_dm_list"]["hashtag_dm"], keyof {
|
|
18108
18100
|
channel_id?: string | undefined;
|
|
18109
18101
|
channel_label?: string | undefined;
|
|
18110
18102
|
clan_id?: string | undefined;
|
|
@@ -18114,7 +18106,7 @@ export declare const Envelope: {
|
|
|
18114
18106
|
channel_private?: number | undefined;
|
|
18115
18107
|
parent_id?: string | undefined;
|
|
18116
18108
|
}[]>]: never; }) | undefined;
|
|
18117
|
-
} & { [
|
|
18109
|
+
} & { [K_643 in Exclude<keyof I_1["list_data_socket"]["hashtag_dm_list"], "hashtag_dm">]: never; }) | undefined;
|
|
18118
18110
|
channel_setting_req?: ({
|
|
18119
18111
|
clan_id?: string | undefined;
|
|
18120
18112
|
parent_id?: string | undefined;
|
|
@@ -18137,7 +18129,7 @@ export declare const Envelope: {
|
|
|
18137
18129
|
limit?: number | undefined;
|
|
18138
18130
|
page?: number | undefined;
|
|
18139
18131
|
channel_label?: string | undefined;
|
|
18140
|
-
} & { [
|
|
18132
|
+
} & { [K_644 in Exclude<keyof I_1["list_data_socket"]["channel_setting_req"], keyof ChannelSettingListRequest>]: never; }) | undefined;
|
|
18141
18133
|
channel_setting_list?: ({
|
|
18142
18134
|
clan_id?: string | undefined;
|
|
18143
18135
|
channel_count?: number | undefined;
|
|
@@ -18226,7 +18218,7 @@ export declare const Envelope: {
|
|
|
18226
18218
|
channel_private?: number | undefined;
|
|
18227
18219
|
channel_type?: number | undefined;
|
|
18228
18220
|
active?: number | undefined;
|
|
18229
|
-
user_ids?: (string[] & string[] & { [
|
|
18221
|
+
user_ids?: (string[] & string[] & { [K_645 in Exclude<keyof I_1["list_data_socket"]["channel_setting_list"]["channel_setting_list"][number]["user_ids"], keyof string[]>]: never; }) | undefined;
|
|
18230
18222
|
message_count?: number | undefined;
|
|
18231
18223
|
last_sent_message?: ({
|
|
18232
18224
|
id?: string | undefined;
|
|
@@ -18247,9 +18239,9 @@ export declare const Envelope: {
|
|
|
18247
18239
|
reference?: string | undefined;
|
|
18248
18240
|
mention?: string | undefined;
|
|
18249
18241
|
reaction?: string | undefined;
|
|
18250
|
-
repliers?: (string[] & string[] & { [
|
|
18251
|
-
} & { [
|
|
18252
|
-
} & { [
|
|
18242
|
+
repliers?: (string[] & string[] & { [K_646 in Exclude<keyof I_1["list_data_socket"]["channel_setting_list"]["channel_setting_list"][number]["last_sent_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
18243
|
+
} & { [K_647 in Exclude<keyof I_1["list_data_socket"]["channel_setting_list"]["channel_setting_list"][number]["last_sent_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
18244
|
+
} & { [K_648 in Exclude<keyof I_1["list_data_socket"]["channel_setting_list"]["channel_setting_list"][number], keyof import("../api/api").ChannelSettingItem>]: never; })[] & { [K_649 in Exclude<keyof I_1["list_data_socket"]["channel_setting_list"]["channel_setting_list"], keyof {
|
|
18253
18245
|
id?: string | undefined;
|
|
18254
18246
|
creator_id?: string | undefined;
|
|
18255
18247
|
parent_id?: string | undefined;
|
|
@@ -18273,17 +18265,17 @@ export declare const Envelope: {
|
|
|
18273
18265
|
repliers?: string[] | undefined;
|
|
18274
18266
|
} | undefined;
|
|
18275
18267
|
}[]>]: never; }) | undefined;
|
|
18276
|
-
} & { [
|
|
18268
|
+
} & { [K_650 in Exclude<keyof I_1["list_data_socket"]["channel_setting_list"], keyof ChannelSettingListResponse>]: never; }) | undefined;
|
|
18277
18269
|
favorite_channel_req?: ({
|
|
18278
18270
|
clan_id?: string | undefined;
|
|
18279
18271
|
} & {
|
|
18280
18272
|
clan_id?: string | undefined;
|
|
18281
|
-
} & { [
|
|
18273
|
+
} & { [K_651 in Exclude<keyof I_1["list_data_socket"]["favorite_channel_req"], "clan_id">]: never; }) | undefined;
|
|
18282
18274
|
favorite_channel_list?: ({
|
|
18283
18275
|
channel_ids?: string[] | undefined;
|
|
18284
18276
|
} & {
|
|
18285
|
-
channel_ids?: (string[] & string[] & { [
|
|
18286
|
-
} & { [
|
|
18277
|
+
channel_ids?: (string[] & string[] & { [K_652 in Exclude<keyof I_1["list_data_socket"]["favorite_channel_list"]["channel_ids"], keyof string[]>]: never; }) | undefined;
|
|
18278
|
+
} & { [K_653 in Exclude<keyof I_1["list_data_socket"]["favorite_channel_list"], "channel_ids">]: never; }) | undefined;
|
|
18287
18279
|
search_thread_req?: ({
|
|
18288
18280
|
clan_id?: string | undefined;
|
|
18289
18281
|
channel_id?: string | undefined;
|
|
@@ -18292,12 +18284,12 @@ export declare const Envelope: {
|
|
|
18292
18284
|
clan_id?: string | undefined;
|
|
18293
18285
|
channel_id?: string | undefined;
|
|
18294
18286
|
label?: string | undefined;
|
|
18295
|
-
} & { [
|
|
18287
|
+
} & { [K_654 in Exclude<keyof I_1["list_data_socket"]["search_thread_req"], keyof SearchThreadRequest>]: never; }) | undefined;
|
|
18296
18288
|
notification_channel?: ({
|
|
18297
18289
|
channel_id?: string | undefined;
|
|
18298
18290
|
} & {
|
|
18299
18291
|
channel_id?: string | undefined;
|
|
18300
|
-
} & { [
|
|
18292
|
+
} & { [K_655 in Exclude<keyof I_1["list_data_socket"]["notification_channel"], "channel_id">]: never; }) | undefined;
|
|
18301
18293
|
notificaion_user_channel?: ({
|
|
18302
18294
|
id?: string | undefined;
|
|
18303
18295
|
notification_setting_type?: number | undefined;
|
|
@@ -18310,24 +18302,24 @@ export declare const Envelope: {
|
|
|
18310
18302
|
time_mute?: Date | undefined;
|
|
18311
18303
|
active?: number | undefined;
|
|
18312
18304
|
channel_id?: string | undefined;
|
|
18313
|
-
} & { [
|
|
18305
|
+
} & { [K_656 in Exclude<keyof I_1["list_data_socket"]["notificaion_user_channel"], keyof NotificationUserChannel>]: never; }) | undefined;
|
|
18314
18306
|
notification_category?: ({
|
|
18315
18307
|
category_id?: string | undefined;
|
|
18316
18308
|
} & {
|
|
18317
18309
|
category_id?: string | undefined;
|
|
18318
|
-
} & { [
|
|
18310
|
+
} & { [K_657 in Exclude<keyof I_1["list_data_socket"]["notification_category"], "category_id">]: never; }) | undefined;
|
|
18319
18311
|
notification_clan?: ({
|
|
18320
18312
|
clan_id?: string | undefined;
|
|
18321
18313
|
} & {
|
|
18322
18314
|
clan_id?: string | undefined;
|
|
18323
|
-
} & { [
|
|
18315
|
+
} & { [K_658 in Exclude<keyof I_1["list_data_socket"]["notification_clan"], "clan_id">]: never; }) | undefined;
|
|
18324
18316
|
notification_setting?: ({
|
|
18325
18317
|
id?: string | undefined;
|
|
18326
18318
|
notification_setting_type?: number | undefined;
|
|
18327
18319
|
} & {
|
|
18328
18320
|
id?: string | undefined;
|
|
18329
18321
|
notification_setting_type?: number | undefined;
|
|
18330
|
-
} & { [
|
|
18322
|
+
} & { [K_659 in Exclude<keyof I_1["list_data_socket"]["notification_setting"], keyof NotificationSetting>]: never; }) | undefined;
|
|
18331
18323
|
notification_message?: ({
|
|
18332
18324
|
id?: string | undefined;
|
|
18333
18325
|
user_id?: string | undefined;
|
|
@@ -18336,7 +18328,7 @@ export declare const Envelope: {
|
|
|
18336
18328
|
id?: string | undefined;
|
|
18337
18329
|
user_id?: string | undefined;
|
|
18338
18330
|
channel_id?: string | undefined;
|
|
18339
|
-
} & { [
|
|
18331
|
+
} & { [K_660 in Exclude<keyof I_1["list_data_socket"]["notification_message"], keyof NotifiReactMessage>]: never; }) | undefined;
|
|
18340
18332
|
noti_channel_cat_setting_list?: ({
|
|
18341
18333
|
notification_channel_category_settings_list?: {
|
|
18342
18334
|
id?: string | undefined;
|
|
@@ -18364,14 +18356,14 @@ export declare const Envelope: {
|
|
|
18364
18356
|
notification_setting_type?: number | undefined;
|
|
18365
18357
|
channel_category_title?: string | undefined;
|
|
18366
18358
|
action?: number | undefined;
|
|
18367
|
-
} & { [
|
|
18359
|
+
} & { [K_661 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_662 in Exclude<keyof I_1["list_data_socket"]["noti_channel_cat_setting_list"]["notification_channel_category_settings_list"], keyof {
|
|
18368
18360
|
id?: string | undefined;
|
|
18369
18361
|
channel_category_label?: string | undefined;
|
|
18370
18362
|
notification_setting_type?: number | undefined;
|
|
18371
18363
|
channel_category_title?: string | undefined;
|
|
18372
18364
|
action?: number | undefined;
|
|
18373
18365
|
}[]>]: never; }) | undefined;
|
|
18374
|
-
} & { [
|
|
18366
|
+
} & { [K_663 in Exclude<keyof I_1["list_data_socket"]["noti_channel_cat_setting_list"], "notification_channel_category_settings_list">]: never; }) | undefined;
|
|
18375
18367
|
list_notification_req?: ({
|
|
18376
18368
|
limit?: number | undefined;
|
|
18377
18369
|
clan_id?: string | undefined;
|
|
@@ -18384,7 +18376,7 @@ export declare const Envelope: {
|
|
|
18384
18376
|
notification_id?: string | undefined;
|
|
18385
18377
|
category?: number | undefined;
|
|
18386
18378
|
direction?: number | undefined;
|
|
18387
|
-
} & { [
|
|
18379
|
+
} & { [K_664 in Exclude<keyof I_1["list_data_socket"]["list_notification_req"], keyof ListNotificationsRequest>]: never; }) | undefined;
|
|
18388
18380
|
notification_list?: ({
|
|
18389
18381
|
notifications?: {
|
|
18390
18382
|
id?: string | undefined;
|
|
@@ -18664,8 +18656,8 @@ export declare const Envelope: {
|
|
|
18664
18656
|
creator_id?: string | undefined;
|
|
18665
18657
|
channel_label?: string | undefined;
|
|
18666
18658
|
channel_private?: number | undefined;
|
|
18667
|
-
channel_avatar?: (string[] & string[] & { [
|
|
18668
|
-
user_id?: (string[] & string[] & { [
|
|
18659
|
+
channel_avatar?: (string[] & string[] & { [K_665 in Exclude<keyof I_1["list_data_socket"]["notification_list"]["notifications"][number]["channel"]["channel_avatar"], keyof string[]>]: never; }) | undefined;
|
|
18660
|
+
user_id?: (string[] & string[] & { [K_666 in Exclude<keyof I_1["list_data_socket"]["notification_list"]["notifications"][number]["channel"]["user_id"], keyof string[]>]: never; }) | undefined;
|
|
18669
18661
|
last_sent_message?: ({
|
|
18670
18662
|
id?: string | undefined;
|
|
18671
18663
|
timestamp_seconds?: number | undefined;
|
|
@@ -18685,8 +18677,8 @@ export declare const Envelope: {
|
|
|
18685
18677
|
reference?: string | undefined;
|
|
18686
18678
|
mention?: string | undefined;
|
|
18687
18679
|
reaction?: string | undefined;
|
|
18688
|
-
repliers?: (string[] & string[] & { [
|
|
18689
|
-
} & { [
|
|
18680
|
+
repliers?: (string[] & string[] & { [K_667 in Exclude<keyof I_1["list_data_socket"]["notification_list"]["notifications"][number]["channel"]["last_sent_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
18681
|
+
} & { [K_668 in Exclude<keyof I_1["list_data_socket"]["notification_list"]["notifications"][number]["channel"]["last_sent_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
18690
18682
|
last_seen_message?: ({
|
|
18691
18683
|
id?: string | undefined;
|
|
18692
18684
|
timestamp_seconds?: number | undefined;
|
|
@@ -18706,30 +18698,30 @@ export declare const Envelope: {
|
|
|
18706
18698
|
reference?: string | undefined;
|
|
18707
18699
|
mention?: string | undefined;
|
|
18708
18700
|
reaction?: string | undefined;
|
|
18709
|
-
repliers?: (string[] & string[] & { [
|
|
18710
|
-
} & { [
|
|
18711
|
-
is_online?: (boolean[] & boolean[] & { [
|
|
18701
|
+
repliers?: (string[] & string[] & { [K_669 in Exclude<keyof I_1["list_data_socket"]["notification_list"]["notifications"][number]["channel"]["last_seen_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
18702
|
+
} & { [K_670 in Exclude<keyof I_1["list_data_socket"]["notification_list"]["notifications"][number]["channel"]["last_seen_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
18703
|
+
is_online?: (boolean[] & boolean[] & { [K_671 in Exclude<keyof I_1["list_data_socket"]["notification_list"]["notifications"][number]["channel"]["is_online"], keyof boolean[]>]: never; }) | undefined;
|
|
18712
18704
|
meeting_code?: string | undefined;
|
|
18713
18705
|
count_mess_unread?: number | undefined;
|
|
18714
18706
|
active?: number | undefined;
|
|
18715
18707
|
last_pin_message?: string | undefined;
|
|
18716
|
-
usernames?: (string[] & string[] & { [
|
|
18708
|
+
usernames?: (string[] & string[] & { [K_672 in Exclude<keyof I_1["list_data_socket"]["notification_list"]["notifications"][number]["channel"]["usernames"], keyof string[]>]: never; }) | undefined;
|
|
18717
18709
|
creator_name?: string | undefined;
|
|
18718
18710
|
create_time_seconds?: number | undefined;
|
|
18719
18711
|
update_time_seconds?: number | undefined;
|
|
18720
|
-
metadata?: (string[] & string[] & { [
|
|
18721
|
-
about_me?: (string[] & string[] & { [
|
|
18712
|
+
metadata?: (string[] & string[] & { [K_673 in Exclude<keyof I_1["list_data_socket"]["notification_list"]["notifications"][number]["channel"]["metadata"], keyof string[]>]: never; }) | undefined;
|
|
18713
|
+
about_me?: (string[] & string[] & { [K_674 in Exclude<keyof I_1["list_data_socket"]["notification_list"]["notifications"][number]["channel"]["about_me"], keyof string[]>]: never; }) | undefined;
|
|
18722
18714
|
clan_name?: string | undefined;
|
|
18723
18715
|
app_id?: string | undefined;
|
|
18724
18716
|
is_mute?: boolean | undefined;
|
|
18725
18717
|
age_restricted?: number | undefined;
|
|
18726
18718
|
topic?: string | undefined;
|
|
18727
18719
|
e2ee?: number | undefined;
|
|
18728
|
-
display_names?: (string[] & string[] & { [
|
|
18729
|
-
} & { [
|
|
18720
|
+
display_names?: (string[] & string[] & { [K_675 in Exclude<keyof I_1["list_data_socket"]["notification_list"]["notifications"][number]["channel"]["display_names"], keyof string[]>]: never; }) | undefined;
|
|
18721
|
+
} & { [K_676 in Exclude<keyof I_1["list_data_socket"]["notification_list"]["notifications"][number]["channel"], keyof ChannelDescription1>]: never; }) | undefined;
|
|
18730
18722
|
topic_id?: string | undefined;
|
|
18731
18723
|
category?: number | undefined;
|
|
18732
|
-
} & { [
|
|
18724
|
+
} & { [K_677 in Exclude<keyof I_1["list_data_socket"]["notification_list"]["notifications"][number], keyof Notification>]: never; })[] & { [K_678 in Exclude<keyof I_1["list_data_socket"]["notification_list"]["notifications"], keyof {
|
|
18733
18725
|
id?: string | undefined;
|
|
18734
18726
|
subject?: string | undefined;
|
|
18735
18727
|
content?: string | undefined;
|
|
@@ -18798,7 +18790,7 @@ export declare const Envelope: {
|
|
|
18798
18790
|
category?: number | undefined;
|
|
18799
18791
|
}[]>]: never; }) | undefined;
|
|
18800
18792
|
cacheable_cursor?: string | undefined;
|
|
18801
|
-
} & { [
|
|
18793
|
+
} & { [K_679 in Exclude<keyof I_1["list_data_socket"]["notification_list"], keyof NotificationList>]: never; }) | undefined;
|
|
18802
18794
|
sticker_list?: ({
|
|
18803
18795
|
stickers?: {
|
|
18804
18796
|
id?: string | undefined;
|
|
@@ -18850,7 +18842,7 @@ export declare const Envelope: {
|
|
|
18850
18842
|
clan_name?: string | undefined;
|
|
18851
18843
|
media_type?: number | undefined;
|
|
18852
18844
|
is_for_sale?: boolean | undefined;
|
|
18853
|
-
} & { [
|
|
18845
|
+
} & { [K_680 in Exclude<keyof I_1["list_data_socket"]["sticker_list"]["stickers"][number], keyof import("../api/api").ClanSticker>]: never; })[] & { [K_681 in Exclude<keyof I_1["list_data_socket"]["sticker_list"]["stickers"], keyof {
|
|
18854
18846
|
id?: string | undefined;
|
|
18855
18847
|
source?: string | undefined;
|
|
18856
18848
|
shortname?: string | undefined;
|
|
@@ -18863,7 +18855,7 @@ export declare const Envelope: {
|
|
|
18863
18855
|
media_type?: number | undefined;
|
|
18864
18856
|
is_for_sale?: boolean | undefined;
|
|
18865
18857
|
}[]>]: never; }) | undefined;
|
|
18866
|
-
} & { [
|
|
18858
|
+
} & { [K_682 in Exclude<keyof I_1["list_data_socket"]["sticker_list"], "stickers">]: never; }) | undefined;
|
|
18867
18859
|
emoji_recent_list?: ({
|
|
18868
18860
|
emoji_recents?: {
|
|
18869
18861
|
emoji_recents_id?: string | undefined;
|
|
@@ -18883,17 +18875,17 @@ export declare const Envelope: {
|
|
|
18883
18875
|
emoji_recents_id?: string | undefined;
|
|
18884
18876
|
emoji_id?: string | undefined;
|
|
18885
18877
|
update_time?: Date | undefined;
|
|
18886
|
-
} & { [
|
|
18878
|
+
} & { [K_683 in Exclude<keyof I_1["list_data_socket"]["emoji_recent_list"]["emoji_recents"][number], keyof import("../api/api").EmojiRecent>]: never; })[] & { [K_684 in Exclude<keyof I_1["list_data_socket"]["emoji_recent_list"]["emoji_recents"], keyof {
|
|
18887
18879
|
emoji_recents_id?: string | undefined;
|
|
18888
18880
|
emoji_id?: string | undefined;
|
|
18889
18881
|
update_time?: Date | undefined;
|
|
18890
18882
|
}[]>]: never; }) | undefined;
|
|
18891
|
-
} & { [
|
|
18883
|
+
} & { [K_685 in Exclude<keyof I_1["list_data_socket"]["emoji_recent_list"], "emoji_recents">]: never; }) | undefined;
|
|
18892
18884
|
clan_webhook_req?: ({
|
|
18893
18885
|
clan_id?: string | undefined;
|
|
18894
18886
|
} & {
|
|
18895
18887
|
clan_id?: string | undefined;
|
|
18896
|
-
} & { [
|
|
18888
|
+
} & { [K_686 in Exclude<keyof I_1["list_data_socket"]["clan_webhook_req"], "clan_id">]: never; }) | undefined;
|
|
18897
18889
|
clan_webhook_list?: ({
|
|
18898
18890
|
list_clan_webhooks?: {
|
|
18899
18891
|
id?: string | undefined;
|
|
@@ -18937,7 +18929,7 @@ export declare const Envelope: {
|
|
|
18937
18929
|
avatar?: string | undefined;
|
|
18938
18930
|
create_time?: string | undefined;
|
|
18939
18931
|
update_time?: string | undefined;
|
|
18940
|
-
} & { [
|
|
18932
|
+
} & { [K_687 in Exclude<keyof I_1["list_data_socket"]["clan_webhook_list"]["list_clan_webhooks"][number], keyof import("../api/api").ClanWebhook>]: never; })[] & { [K_688 in Exclude<keyof I_1["list_data_socket"]["clan_webhook_list"]["list_clan_webhooks"], keyof {
|
|
18941
18933
|
id?: string | undefined;
|
|
18942
18934
|
webhook_name?: string | undefined;
|
|
18943
18935
|
clan_id?: string | undefined;
|
|
@@ -18948,14 +18940,14 @@ export declare const Envelope: {
|
|
|
18948
18940
|
create_time?: string | undefined;
|
|
18949
18941
|
update_time?: string | undefined;
|
|
18950
18942
|
}[]>]: never; }) | undefined;
|
|
18951
|
-
} & { [
|
|
18943
|
+
} & { [K_689 in Exclude<keyof I_1["list_data_socket"]["clan_webhook_list"], "list_clan_webhooks">]: never; }) | undefined;
|
|
18952
18944
|
webhook_list_req?: ({
|
|
18953
18945
|
channel_id?: string | undefined;
|
|
18954
18946
|
clan_id?: string | undefined;
|
|
18955
18947
|
} & {
|
|
18956
18948
|
channel_id?: string | undefined;
|
|
18957
18949
|
clan_id?: string | undefined;
|
|
18958
|
-
} & { [
|
|
18950
|
+
} & { [K_690 in Exclude<keyof I_1["list_data_socket"]["webhook_list_req"], keyof WebhookListRequest>]: never; }) | undefined;
|
|
18959
18951
|
webhook_list?: ({
|
|
18960
18952
|
webhooks?: {
|
|
18961
18953
|
id?: string | undefined;
|
|
@@ -19003,7 +18995,7 @@ export declare const Envelope: {
|
|
|
19003
18995
|
update_time?: string | undefined;
|
|
19004
18996
|
avatar?: string | undefined;
|
|
19005
18997
|
status?: number | undefined;
|
|
19006
|
-
} & { [
|
|
18998
|
+
} & { [K_691 in Exclude<keyof I_1["list_data_socket"]["webhook_list"]["webhooks"][number], keyof Webhook>]: never; })[] & { [K_692 in Exclude<keyof I_1["list_data_socket"]["webhook_list"]["webhooks"], keyof {
|
|
19007
18999
|
id?: string | undefined;
|
|
19008
19000
|
webhook_name?: string | undefined;
|
|
19009
19001
|
channel_id?: string | undefined;
|
|
@@ -19015,12 +19007,12 @@ export declare const Envelope: {
|
|
|
19015
19007
|
avatar?: string | undefined;
|
|
19016
19008
|
status?: number | undefined;
|
|
19017
19009
|
}[]>]: never; }) | undefined;
|
|
19018
|
-
} & { [
|
|
19010
|
+
} & { [K_693 in Exclude<keyof I_1["list_data_socket"]["webhook_list"], "webhooks">]: never; }) | undefined;
|
|
19019
19011
|
permission_list_req?: ({
|
|
19020
19012
|
role_id?: string | undefined;
|
|
19021
19013
|
} & {
|
|
19022
19014
|
role_id?: string | undefined;
|
|
19023
|
-
} & { [
|
|
19015
|
+
} & { [K_694 in Exclude<keyof I_1["list_data_socket"]["permission_list_req"], "role_id">]: never; }) | undefined;
|
|
19024
19016
|
permission_list?: ({
|
|
19025
19017
|
permissions?: {
|
|
19026
19018
|
id?: string | undefined;
|
|
@@ -19057,7 +19049,7 @@ export declare const Envelope: {
|
|
|
19057
19049
|
active?: number | undefined;
|
|
19058
19050
|
scope?: number | undefined;
|
|
19059
19051
|
level?: number | undefined;
|
|
19060
|
-
} & { [
|
|
19052
|
+
} & { [K_695 in Exclude<keyof I_1["list_data_socket"]["permission_list"]["permissions"][number], keyof import("../api/api").Permission>]: never; })[] & { [K_696 in Exclude<keyof I_1["list_data_socket"]["permission_list"]["permissions"], keyof {
|
|
19061
19053
|
id?: string | undefined;
|
|
19062
19054
|
title?: string | undefined;
|
|
19063
19055
|
slug?: string | undefined;
|
|
@@ -19067,7 +19059,7 @@ export declare const Envelope: {
|
|
|
19067
19059
|
level?: number | undefined;
|
|
19068
19060
|
}[]>]: never; }) | undefined;
|
|
19069
19061
|
max_level_permission?: number | undefined;
|
|
19070
|
-
} & { [
|
|
19062
|
+
} & { [K_697 in Exclude<keyof I_1["list_data_socket"]["permission_list"], keyof PermissionList>]: never; }) | undefined;
|
|
19071
19063
|
role_user_req?: ({
|
|
19072
19064
|
role_id?: string | undefined;
|
|
19073
19065
|
limit?: number | undefined;
|
|
@@ -19076,7 +19068,7 @@ export declare const Envelope: {
|
|
|
19076
19068
|
role_id?: string | undefined;
|
|
19077
19069
|
limit?: number | undefined;
|
|
19078
19070
|
cursor?: string | undefined;
|
|
19079
|
-
} & { [
|
|
19071
|
+
} & { [K_698 in Exclude<keyof I_1["list_data_socket"]["role_user_req"], keyof ListRoleUsersRequest>]: never; }) | undefined;
|
|
19080
19072
|
role_user_list?: ({
|
|
19081
19073
|
role_users?: {
|
|
19082
19074
|
id?: string | undefined;
|
|
@@ -19113,7 +19105,7 @@ export declare const Envelope: {
|
|
|
19113
19105
|
lang_tag?: string | undefined;
|
|
19114
19106
|
location?: string | undefined;
|
|
19115
19107
|
online?: boolean | undefined;
|
|
19116
|
-
} & { [
|
|
19108
|
+
} & { [K_699 in Exclude<keyof I_1["list_data_socket"]["role_user_list"]["role_users"][number], keyof import("../api/api").RoleUserList_RoleUser>]: never; })[] & { [K_700 in Exclude<keyof I_1["list_data_socket"]["role_user_list"]["role_users"], keyof {
|
|
19117
19109
|
id?: string | undefined;
|
|
19118
19110
|
username?: string | undefined;
|
|
19119
19111
|
display_name?: string | undefined;
|
|
@@ -19123,14 +19115,14 @@ export declare const Envelope: {
|
|
|
19123
19115
|
online?: boolean | undefined;
|
|
19124
19116
|
}[]>]: never; }) | undefined;
|
|
19125
19117
|
cursor?: string | undefined;
|
|
19126
|
-
} & { [
|
|
19118
|
+
} & { [K_701 in Exclude<keyof I_1["list_data_socket"]["role_user_list"], keyof RoleUserList>]: never; }) | undefined;
|
|
19127
19119
|
permission_user_req?: ({
|
|
19128
19120
|
clan_id?: string | undefined;
|
|
19129
19121
|
channel_id?: string | undefined;
|
|
19130
19122
|
} & {
|
|
19131
19123
|
clan_id?: string | undefined;
|
|
19132
19124
|
channel_id?: string | undefined;
|
|
19133
|
-
} & { [
|
|
19125
|
+
} & { [K_702 in Exclude<keyof I_1["list_data_socket"]["permission_user_req"], keyof ListPermissionOfUsersRequest>]: never; }) | undefined;
|
|
19134
19126
|
role_list?: ({
|
|
19135
19127
|
roles?: {
|
|
19136
19128
|
id?: string | undefined;
|
|
@@ -19305,7 +19297,7 @@ export declare const Envelope: {
|
|
|
19305
19297
|
lang_tag?: string | undefined;
|
|
19306
19298
|
location?: string | undefined;
|
|
19307
19299
|
online?: boolean | undefined;
|
|
19308
|
-
} & { [
|
|
19300
|
+
} & { [K_703 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_704 in Exclude<keyof I_1["list_data_socket"]["role_list"]["roles"][number]["role_user_list"]["role_users"], keyof {
|
|
19309
19301
|
id?: string | undefined;
|
|
19310
19302
|
username?: string | undefined;
|
|
19311
19303
|
display_name?: string | undefined;
|
|
@@ -19315,7 +19307,7 @@ export declare const Envelope: {
|
|
|
19315
19307
|
online?: boolean | undefined;
|
|
19316
19308
|
}[]>]: never; }) | undefined;
|
|
19317
19309
|
cursor?: string | undefined;
|
|
19318
|
-
} & { [
|
|
19310
|
+
} & { [K_705 in Exclude<keyof I_1["list_data_socket"]["role_list"]["roles"][number]["role_user_list"], keyof RoleUserList>]: never; }) | undefined;
|
|
19319
19311
|
permission_list?: ({
|
|
19320
19312
|
permissions?: {
|
|
19321
19313
|
id?: string | undefined;
|
|
@@ -19352,7 +19344,7 @@ export declare const Envelope: {
|
|
|
19352
19344
|
active?: number | undefined;
|
|
19353
19345
|
scope?: number | undefined;
|
|
19354
19346
|
level?: number | undefined;
|
|
19355
|
-
} & { [
|
|
19347
|
+
} & { [K_706 in Exclude<keyof I_1["list_data_socket"]["role_list"]["roles"][number]["permission_list"]["permissions"][number], keyof import("../api/api").Permission>]: never; })[] & { [K_707 in Exclude<keyof I_1["list_data_socket"]["role_list"]["roles"][number]["permission_list"]["permissions"], keyof {
|
|
19356
19348
|
id?: string | undefined;
|
|
19357
19349
|
title?: string | undefined;
|
|
19358
19350
|
slug?: string | undefined;
|
|
@@ -19362,12 +19354,12 @@ export declare const Envelope: {
|
|
|
19362
19354
|
level?: number | undefined;
|
|
19363
19355
|
}[]>]: never; }) | undefined;
|
|
19364
19356
|
max_level_permission?: number | undefined;
|
|
19365
|
-
} & { [
|
|
19357
|
+
} & { [K_708 in Exclude<keyof I_1["list_data_socket"]["role_list"]["roles"][number]["permission_list"], keyof PermissionList>]: never; }) | undefined;
|
|
19366
19358
|
role_channel_active?: number | undefined;
|
|
19367
|
-
channel_ids?: (string[] & string[] & { [
|
|
19359
|
+
channel_ids?: (string[] & string[] & { [K_709 in Exclude<keyof I_1["list_data_socket"]["role_list"]["roles"][number]["channel_ids"], keyof string[]>]: never; }) | undefined;
|
|
19368
19360
|
max_level_permission?: number | undefined;
|
|
19369
19361
|
order_role?: number | undefined;
|
|
19370
|
-
} & { [
|
|
19362
|
+
} & { [K_710 in Exclude<keyof I_1["list_data_socket"]["role_list"]["roles"][number], keyof Role>]: never; })[] & { [K_711 in Exclude<keyof I_1["list_data_socket"]["role_list"]["roles"], keyof {
|
|
19371
19363
|
id?: string | undefined;
|
|
19372
19364
|
title?: string | undefined;
|
|
19373
19365
|
color?: string | undefined;
|
|
@@ -19411,7 +19403,7 @@ export declare const Envelope: {
|
|
|
19411
19403
|
next_cursor?: string | undefined;
|
|
19412
19404
|
prev_cursor?: string | undefined;
|
|
19413
19405
|
cacheable_cursor?: string | undefined;
|
|
19414
|
-
} & { [
|
|
19406
|
+
} & { [K_712 in Exclude<keyof I_1["list_data_socket"]["role_list"], keyof RoleList>]: never; }) | undefined;
|
|
19415
19407
|
role_list_event_req?: ({
|
|
19416
19408
|
clan_id?: string | undefined;
|
|
19417
19409
|
limit?: number | undefined;
|
|
@@ -19422,7 +19414,7 @@ export declare const Envelope: {
|
|
|
19422
19414
|
limit?: number | undefined;
|
|
19423
19415
|
state?: number | undefined;
|
|
19424
19416
|
cursor?: string | undefined;
|
|
19425
|
-
} & { [
|
|
19417
|
+
} & { [K_713 in Exclude<keyof I_1["list_data_socket"]["role_list_event_req"], keyof RoleListEventRequest>]: never; }) | undefined;
|
|
19426
19418
|
role_event_list?: ({
|
|
19427
19419
|
limit?: number | undefined;
|
|
19428
19420
|
state?: number | undefined;
|
|
@@ -19653,7 +19645,7 @@ export declare const Envelope: {
|
|
|
19653
19645
|
lang_tag?: string | undefined;
|
|
19654
19646
|
location?: string | undefined;
|
|
19655
19647
|
online?: boolean | undefined;
|
|
19656
|
-
} & { [
|
|
19648
|
+
} & { [K_714 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_715 in Exclude<keyof I_1["list_data_socket"]["role_event_list"]["roles"]["roles"][number]["role_user_list"]["role_users"], keyof {
|
|
19657
19649
|
id?: string | undefined;
|
|
19658
19650
|
username?: string | undefined;
|
|
19659
19651
|
display_name?: string | undefined;
|
|
@@ -19663,7 +19655,7 @@ export declare const Envelope: {
|
|
|
19663
19655
|
online?: boolean | undefined;
|
|
19664
19656
|
}[]>]: never; }) | undefined;
|
|
19665
19657
|
cursor?: string | undefined;
|
|
19666
|
-
} & { [
|
|
19658
|
+
} & { [K_716 in Exclude<keyof I_1["list_data_socket"]["role_event_list"]["roles"]["roles"][number]["role_user_list"], keyof RoleUserList>]: never; }) | undefined;
|
|
19667
19659
|
permission_list?: ({
|
|
19668
19660
|
permissions?: {
|
|
19669
19661
|
id?: string | undefined;
|
|
@@ -19700,7 +19692,7 @@ export declare const Envelope: {
|
|
|
19700
19692
|
active?: number | undefined;
|
|
19701
19693
|
scope?: number | undefined;
|
|
19702
19694
|
level?: number | undefined;
|
|
19703
|
-
} & { [
|
|
19695
|
+
} & { [K_717 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_718 in Exclude<keyof I_1["list_data_socket"]["role_event_list"]["roles"]["roles"][number]["permission_list"]["permissions"], keyof {
|
|
19704
19696
|
id?: string | undefined;
|
|
19705
19697
|
title?: string | undefined;
|
|
19706
19698
|
slug?: string | undefined;
|
|
@@ -19710,12 +19702,12 @@ export declare const Envelope: {
|
|
|
19710
19702
|
level?: number | undefined;
|
|
19711
19703
|
}[]>]: never; }) | undefined;
|
|
19712
19704
|
max_level_permission?: number | undefined;
|
|
19713
|
-
} & { [
|
|
19705
|
+
} & { [K_719 in Exclude<keyof I_1["list_data_socket"]["role_event_list"]["roles"]["roles"][number]["permission_list"], keyof PermissionList>]: never; }) | undefined;
|
|
19714
19706
|
role_channel_active?: number | undefined;
|
|
19715
|
-
channel_ids?: (string[] & string[] & { [
|
|
19707
|
+
channel_ids?: (string[] & string[] & { [K_720 in Exclude<keyof I_1["list_data_socket"]["role_event_list"]["roles"]["roles"][number]["channel_ids"], keyof string[]>]: never; }) | undefined;
|
|
19716
19708
|
max_level_permission?: number | undefined;
|
|
19717
19709
|
order_role?: number | undefined;
|
|
19718
|
-
} & { [
|
|
19710
|
+
} & { [K_721 in Exclude<keyof I_1["list_data_socket"]["role_event_list"]["roles"]["roles"][number], keyof Role>]: never; })[] & { [K_722 in Exclude<keyof I_1["list_data_socket"]["role_event_list"]["roles"]["roles"], keyof {
|
|
19719
19711
|
id?: string | undefined;
|
|
19720
19712
|
title?: string | undefined;
|
|
19721
19713
|
color?: string | undefined;
|
|
@@ -19759,15 +19751,15 @@ export declare const Envelope: {
|
|
|
19759
19751
|
next_cursor?: string | undefined;
|
|
19760
19752
|
prev_cursor?: string | undefined;
|
|
19761
19753
|
cacheable_cursor?: string | undefined;
|
|
19762
|
-
} & { [
|
|
19763
|
-
} & { [
|
|
19754
|
+
} & { [K_723 in Exclude<keyof I_1["list_data_socket"]["role_event_list"]["roles"], keyof RoleList>]: never; }) | undefined;
|
|
19755
|
+
} & { [K_724 in Exclude<keyof I_1["list_data_socket"]["role_event_list"], keyof RoleListEventResponse>]: never; }) | undefined;
|
|
19764
19756
|
user_permission_req?: ({
|
|
19765
19757
|
clan_id?: string | undefined;
|
|
19766
19758
|
channel_id?: string | undefined;
|
|
19767
19759
|
} & {
|
|
19768
19760
|
clan_id?: string | undefined;
|
|
19769
19761
|
channel_id?: string | undefined;
|
|
19770
|
-
} & { [
|
|
19762
|
+
} & { [K_725 in Exclude<keyof I_1["list_data_socket"]["user_permission_req"], keyof UserPermissionInChannelListRequest>]: never; }) | undefined;
|
|
19771
19763
|
user_permission_list?: ({
|
|
19772
19764
|
clan_id?: string | undefined;
|
|
19773
19765
|
channel_id?: string | undefined;
|
|
@@ -19822,7 +19814,7 @@ export declare const Envelope: {
|
|
|
19822
19814
|
active?: number | undefined;
|
|
19823
19815
|
scope?: number | undefined;
|
|
19824
19816
|
level?: number | undefined;
|
|
19825
|
-
} & { [
|
|
19817
|
+
} & { [K_726 in Exclude<keyof I_1["list_data_socket"]["user_permission_list"]["permissions"]["permissions"][number], keyof import("../api/api").Permission>]: never; })[] & { [K_727 in Exclude<keyof I_1["list_data_socket"]["user_permission_list"]["permissions"]["permissions"], keyof {
|
|
19826
19818
|
id?: string | undefined;
|
|
19827
19819
|
title?: string | undefined;
|
|
19828
19820
|
slug?: string | undefined;
|
|
@@ -19832,8 +19824,8 @@ export declare const Envelope: {
|
|
|
19832
19824
|
level?: number | undefined;
|
|
19833
19825
|
}[]>]: never; }) | undefined;
|
|
19834
19826
|
max_level_permission?: number | undefined;
|
|
19835
|
-
} & { [
|
|
19836
|
-
} & { [
|
|
19827
|
+
} & { [K_728 in Exclude<keyof I_1["list_data_socket"]["user_permission_list"]["permissions"], keyof PermissionList>]: never; }) | undefined;
|
|
19828
|
+
} & { [K_729 in Exclude<keyof I_1["list_data_socket"]["user_permission_list"], keyof UserPermissionInChannelListResponse>]: never; }) | undefined;
|
|
19837
19829
|
permission_role_req?: ({
|
|
19838
19830
|
role_id?: string | undefined;
|
|
19839
19831
|
channel_id?: string | undefined;
|
|
@@ -19842,7 +19834,7 @@ export declare const Envelope: {
|
|
|
19842
19834
|
role_id?: string | undefined;
|
|
19843
19835
|
channel_id?: string | undefined;
|
|
19844
19836
|
user_id?: string | undefined;
|
|
19845
|
-
} & { [
|
|
19837
|
+
} & { [K_730 in Exclude<keyof I_1["list_data_socket"]["permission_role_req"], keyof PermissionRoleChannelListEventRequest>]: never; }) | undefined;
|
|
19846
19838
|
permission_role_list?: ({
|
|
19847
19839
|
role_id?: string | undefined;
|
|
19848
19840
|
channel_id?: string | undefined;
|
|
@@ -19864,11 +19856,11 @@ export declare const Envelope: {
|
|
|
19864
19856
|
} & {
|
|
19865
19857
|
permission_id?: string | undefined;
|
|
19866
19858
|
active?: boolean | undefined;
|
|
19867
|
-
} & { [
|
|
19859
|
+
} & { [K_731 in Exclude<keyof I_1["list_data_socket"]["permission_role_list"]["permission_role_channel"][number], keyof import("../api/api").PermissionRoleChannel>]: never; })[] & { [K_732 in Exclude<keyof I_1["list_data_socket"]["permission_role_list"]["permission_role_channel"], keyof {
|
|
19868
19860
|
permission_id?: string | undefined;
|
|
19869
19861
|
active?: boolean | undefined;
|
|
19870
19862
|
}[]>]: never; }) | undefined;
|
|
19871
|
-
} & { [
|
|
19863
|
+
} & { [K_733 in Exclude<keyof I_1["list_data_socket"]["permission_role_list"], keyof PermissionRoleChannelListEventResponse>]: never; }) | undefined;
|
|
19872
19864
|
emoji_list?: ({
|
|
19873
19865
|
emoji_list?: {
|
|
19874
19866
|
id?: string | undefined;
|
|
@@ -19912,7 +19904,7 @@ export declare const Envelope: {
|
|
|
19912
19904
|
logo?: string | undefined;
|
|
19913
19905
|
clan_name?: string | undefined;
|
|
19914
19906
|
is_for_sale?: boolean | undefined;
|
|
19915
|
-
} & { [
|
|
19907
|
+
} & { [K_734 in Exclude<keyof I_1["list_data_socket"]["emoji_list"]["emoji_list"][number], keyof import("../api/api").ClanEmoji>]: never; })[] & { [K_735 in Exclude<keyof I_1["list_data_socket"]["emoji_list"]["emoji_list"], keyof {
|
|
19916
19908
|
id?: string | undefined;
|
|
19917
19909
|
src?: string | undefined;
|
|
19918
19910
|
shortname?: string | undefined;
|
|
@@ -19923,7 +19915,7 @@ export declare const Envelope: {
|
|
|
19923
19915
|
clan_name?: string | undefined;
|
|
19924
19916
|
is_for_sale?: boolean | undefined;
|
|
19925
19917
|
}[]>]: never; }) | undefined;
|
|
19926
|
-
} & { [
|
|
19918
|
+
} & { [K_736 in Exclude<keyof I_1["list_data_socket"]["emoji_list"], "emoji_list">]: never; }) | undefined;
|
|
19927
19919
|
list_friend_req?: ({
|
|
19928
19920
|
limit?: number | undefined;
|
|
19929
19921
|
state?: number | undefined;
|
|
@@ -19932,7 +19924,7 @@ export declare const Envelope: {
|
|
|
19932
19924
|
limit?: number | undefined;
|
|
19933
19925
|
state?: number | undefined;
|
|
19934
19926
|
cursor?: string | undefined;
|
|
19935
|
-
} & { [
|
|
19927
|
+
} & { [K_737 in Exclude<keyof I_1["list_data_socket"]["list_friend_req"], keyof ListFriendsRequest>]: never; }) | undefined;
|
|
19936
19928
|
friend_list?: ({
|
|
19937
19929
|
friends?: {
|
|
19938
19930
|
user?: {
|
|
@@ -20072,12 +20064,12 @@ export declare const Envelope: {
|
|
|
20072
20064
|
is_mobile?: boolean | undefined;
|
|
20073
20065
|
dob?: Date | undefined;
|
|
20074
20066
|
mezon_id?: string | undefined;
|
|
20075
|
-
list_nick_names?: (string[] & string[] & { [
|
|
20076
|
-
} & { [
|
|
20067
|
+
list_nick_names?: (string[] & string[] & { [K_738 in Exclude<keyof I_1["list_data_socket"]["friend_list"]["friends"][number]["user"]["list_nick_names"], keyof string[]>]: never; }) | undefined;
|
|
20068
|
+
} & { [K_739 in Exclude<keyof I_1["list_data_socket"]["friend_list"]["friends"][number]["user"], keyof import("../api/api").User>]: never; }) | undefined;
|
|
20077
20069
|
state?: number | undefined;
|
|
20078
20070
|
update_time?: Date | undefined;
|
|
20079
20071
|
source_id?: string | undefined;
|
|
20080
|
-
} & { [
|
|
20072
|
+
} & { [K_740 in Exclude<keyof I_1["list_data_socket"]["friend_list"]["friends"][number], keyof import("../api/api").Friend>]: never; })[] & { [K_741 in Exclude<keyof I_1["list_data_socket"]["friend_list"]["friends"], keyof {
|
|
20081
20073
|
user?: {
|
|
20082
20074
|
id?: string | undefined;
|
|
20083
20075
|
username?: string | undefined;
|
|
@@ -20108,12 +20100,12 @@ export declare const Envelope: {
|
|
|
20108
20100
|
source_id?: string | undefined;
|
|
20109
20101
|
}[]>]: never; }) | undefined;
|
|
20110
20102
|
cursor?: string | undefined;
|
|
20111
|
-
} & { [
|
|
20103
|
+
} & { [K_742 in Exclude<keyof I_1["list_data_socket"]["friend_list"], keyof FriendList>]: never; }) | undefined;
|
|
20112
20104
|
list_apps_req?: ({
|
|
20113
20105
|
clan_id?: string | undefined;
|
|
20114
20106
|
} & {
|
|
20115
20107
|
clan_id?: string | undefined;
|
|
20116
|
-
} & { [
|
|
20108
|
+
} & { [K_743 in Exclude<keyof I_1["list_data_socket"]["list_apps_req"], "clan_id">]: never; }) | undefined;
|
|
20117
20109
|
channel_apps_list?: ({
|
|
20118
20110
|
channel_apps?: {
|
|
20119
20111
|
id?: string | undefined;
|
|
@@ -20141,14 +20133,14 @@ export declare const Envelope: {
|
|
|
20141
20133
|
channel_id?: string | undefined;
|
|
20142
20134
|
app_id?: string | undefined;
|
|
20143
20135
|
app_url?: string | undefined;
|
|
20144
|
-
} & { [
|
|
20136
|
+
} & { [K_744 in Exclude<keyof I_1["list_data_socket"]["channel_apps_list"]["channel_apps"][number], keyof import("../api/api").ChannelAppResponse>]: never; })[] & { [K_745 in Exclude<keyof I_1["list_data_socket"]["channel_apps_list"]["channel_apps"], keyof {
|
|
20145
20137
|
id?: string | undefined;
|
|
20146
20138
|
clan_id?: string | undefined;
|
|
20147
20139
|
channel_id?: string | undefined;
|
|
20148
20140
|
app_id?: string | undefined;
|
|
20149
20141
|
app_url?: string | undefined;
|
|
20150
20142
|
}[]>]: never; }) | undefined;
|
|
20151
|
-
} & { [
|
|
20143
|
+
} & { [K_746 in Exclude<keyof I_1["list_data_socket"]["channel_apps_list"], "channel_apps">]: never; }) | undefined;
|
|
20152
20144
|
user_activity_list?: ({
|
|
20153
20145
|
activities?: {
|
|
20154
20146
|
user_id?: string | undefined;
|
|
@@ -20188,7 +20180,7 @@ export declare const Envelope: {
|
|
|
20188
20180
|
end_time?: Date | undefined;
|
|
20189
20181
|
application_id?: string | undefined;
|
|
20190
20182
|
status?: number | undefined;
|
|
20191
|
-
} & { [
|
|
20183
|
+
} & { [K_747 in Exclude<keyof I_1["list_data_socket"]["user_activity_list"]["activities"][number], keyof UserActivity>]: never; })[] & { [K_748 in Exclude<keyof I_1["list_data_socket"]["user_activity_list"]["activities"], keyof {
|
|
20192
20184
|
user_id?: string | undefined;
|
|
20193
20185
|
activity_name?: string | undefined;
|
|
20194
20186
|
activity_type?: number | undefined;
|
|
@@ -20198,12 +20190,12 @@ export declare const Envelope: {
|
|
|
20198
20190
|
application_id?: string | undefined;
|
|
20199
20191
|
status?: number | undefined;
|
|
20200
20192
|
}[]>]: never; }) | undefined;
|
|
20201
|
-
} & { [
|
|
20193
|
+
} & { [K_749 in Exclude<keyof I_1["list_data_socket"]["user_activity_list"], "activities">]: never; }) | undefined;
|
|
20202
20194
|
list_clan_user_req?: ({
|
|
20203
20195
|
clan_id?: string | undefined;
|
|
20204
20196
|
} & {
|
|
20205
20197
|
clan_id?: string | undefined;
|
|
20206
|
-
} & { [
|
|
20198
|
+
} & { [K_750 in Exclude<keyof I_1["list_data_socket"]["list_clan_user_req"], "clan_id">]: never; }) | undefined;
|
|
20207
20199
|
clan_user_list?: ({
|
|
20208
20200
|
clan_users?: {
|
|
20209
20201
|
user?: {
|
|
@@ -20347,13 +20339,13 @@ export declare const Envelope: {
|
|
|
20347
20339
|
is_mobile?: boolean | undefined;
|
|
20348
20340
|
dob?: Date | undefined;
|
|
20349
20341
|
mezon_id?: string | undefined;
|
|
20350
|
-
list_nick_names?: (string[] & string[] & { [
|
|
20351
|
-
} & { [
|
|
20352
|
-
role_id?: (string[] & string[] & { [
|
|
20342
|
+
list_nick_names?: (string[] & string[] & { [K_751 in Exclude<keyof I_1["list_data_socket"]["clan_user_list"]["clan_users"][number]["user"]["list_nick_names"], keyof string[]>]: never; }) | undefined;
|
|
20343
|
+
} & { [K_752 in Exclude<keyof I_1["list_data_socket"]["clan_user_list"]["clan_users"][number]["user"], keyof import("../api/api").User>]: never; }) | undefined;
|
|
20344
|
+
role_id?: (string[] & string[] & { [K_753 in Exclude<keyof I_1["list_data_socket"]["clan_user_list"]["clan_users"][number]["role_id"], keyof string[]>]: never; }) | undefined;
|
|
20353
20345
|
clan_nick?: string | undefined;
|
|
20354
20346
|
clan_avatar?: string | undefined;
|
|
20355
20347
|
clan_id?: string | undefined;
|
|
20356
|
-
} & { [
|
|
20348
|
+
} & { [K_754 in Exclude<keyof I_1["list_data_socket"]["clan_user_list"]["clan_users"][number], keyof import("../api/api").ClanUserList_ClanUser>]: never; })[] & { [K_755 in Exclude<keyof I_1["list_data_socket"]["clan_user_list"]["clan_users"], keyof {
|
|
20357
20349
|
user?: {
|
|
20358
20350
|
id?: string | undefined;
|
|
20359
20351
|
username?: string | undefined;
|
|
@@ -20386,12 +20378,12 @@ export declare const Envelope: {
|
|
|
20386
20378
|
}[]>]: never; }) | undefined;
|
|
20387
20379
|
cursor?: string | undefined;
|
|
20388
20380
|
clan_id?: string | undefined;
|
|
20389
|
-
} & { [
|
|
20381
|
+
} & { [K_756 in Exclude<keyof I_1["list_data_socket"]["clan_user_list"], keyof ClanUserList>]: never; }) | undefined;
|
|
20390
20382
|
list_event_req?: ({
|
|
20391
20383
|
clan_id?: string | undefined;
|
|
20392
20384
|
} & {
|
|
20393
20385
|
clan_id?: string | undefined;
|
|
20394
|
-
} & { [
|
|
20386
|
+
} & { [K_757 in Exclude<keyof I_1["list_data_socket"]["list_event_req"], "clan_id">]: never; }) | undefined;
|
|
20395
20387
|
event_list?: ({
|
|
20396
20388
|
events?: {
|
|
20397
20389
|
id?: string | undefined;
|
|
@@ -20489,7 +20481,7 @@ export declare const Envelope: {
|
|
|
20489
20481
|
address?: string | undefined;
|
|
20490
20482
|
start_time?: Date | undefined;
|
|
20491
20483
|
end_time?: Date | undefined;
|
|
20492
|
-
user_ids?: (string[] & string[] & { [
|
|
20484
|
+
user_ids?: (string[] & string[] & { [K_758 in Exclude<keyof I_1["list_data_socket"]["event_list"]["events"][number]["user_ids"], keyof string[]>]: never; }) | undefined;
|
|
20493
20485
|
create_time?: Date | undefined;
|
|
20494
20486
|
max_permission?: number | undefined;
|
|
20495
20487
|
channel_id?: string | undefined;
|
|
@@ -20508,8 +20500,8 @@ export declare const Envelope: {
|
|
|
20508
20500
|
external_link?: string | undefined;
|
|
20509
20501
|
creator_id?: string | undefined;
|
|
20510
20502
|
event_id?: string | undefined;
|
|
20511
|
-
} & { [
|
|
20512
|
-
} & { [
|
|
20503
|
+
} & { [K_759 in Exclude<keyof I_1["list_data_socket"]["event_list"]["events"][number]["meet_room"], keyof import("../api/api").GenerateMezonMeetResponse>]: never; }) | undefined;
|
|
20504
|
+
} & { [K_760 in Exclude<keyof I_1["list_data_socket"]["event_list"]["events"][number], keyof import("../api/api").EventManagement>]: never; })[] & { [K_761 in Exclude<keyof I_1["list_data_socket"]["event_list"]["events"], keyof {
|
|
20513
20505
|
id?: string | undefined;
|
|
20514
20506
|
title?: string | undefined;
|
|
20515
20507
|
logo?: string | undefined;
|
|
@@ -20537,7 +20529,7 @@ export declare const Envelope: {
|
|
|
20537
20529
|
event_id?: string | undefined;
|
|
20538
20530
|
} | undefined;
|
|
20539
20531
|
}[]>]: never; }) | undefined;
|
|
20540
|
-
} & { [
|
|
20532
|
+
} & { [K_762 in Exclude<keyof I_1["list_data_socket"]["event_list"], "events">]: never; }) | undefined;
|
|
20541
20533
|
list_category_req?: ({
|
|
20542
20534
|
creator_id?: string | undefined;
|
|
20543
20535
|
clan_id?: string | undefined;
|
|
@@ -20550,7 +20542,7 @@ export declare const Envelope: {
|
|
|
20550
20542
|
category_name?: string | undefined;
|
|
20551
20543
|
category_id?: string | undefined;
|
|
20552
20544
|
category_order?: number | undefined;
|
|
20553
|
-
} & { [
|
|
20545
|
+
} & { [K_763 in Exclude<keyof I_1["list_data_socket"]["list_category_req"], keyof CategoryDesc>]: never; }) | undefined;
|
|
20554
20546
|
category_list?: ({
|
|
20555
20547
|
categorydesc?: {
|
|
20556
20548
|
creator_id?: string | undefined;
|
|
@@ -20578,14 +20570,14 @@ export declare const Envelope: {
|
|
|
20578
20570
|
category_name?: string | undefined;
|
|
20579
20571
|
category_id?: string | undefined;
|
|
20580
20572
|
category_order?: number | undefined;
|
|
20581
|
-
} & { [
|
|
20573
|
+
} & { [K_764 in Exclude<keyof I_1["list_data_socket"]["category_list"]["categorydesc"][number], keyof CategoryDesc>]: never; })[] & { [K_765 in Exclude<keyof I_1["list_data_socket"]["category_list"]["categorydesc"], keyof {
|
|
20582
20574
|
creator_id?: string | undefined;
|
|
20583
20575
|
clan_id?: string | undefined;
|
|
20584
20576
|
category_name?: string | undefined;
|
|
20585
20577
|
category_id?: string | undefined;
|
|
20586
20578
|
category_order?: number | undefined;
|
|
20587
20579
|
}[]>]: never; }) | undefined;
|
|
20588
|
-
} & { [
|
|
20580
|
+
} & { [K_766 in Exclude<keyof I_1["list_data_socket"]["category_list"], "categorydesc">]: never; }) | undefined;
|
|
20589
20581
|
stream_user_list?: ({
|
|
20590
20582
|
streaming_channel_users?: {
|
|
20591
20583
|
id?: string | undefined;
|
|
@@ -20609,14 +20601,14 @@ export declare const Envelope: {
|
|
|
20609
20601
|
user_id?: string | undefined;
|
|
20610
20602
|
channel_id?: string | undefined;
|
|
20611
20603
|
participant?: string | undefined;
|
|
20612
|
-
} & { [
|
|
20604
|
+
} & { [K_767 in Exclude<keyof I_1["list_data_socket"]["stream_user_list"]["streaming_channel_users"][number], keyof import("../api/api").StreamingChannelUser>]: never; })[] & { [K_768 in Exclude<keyof I_1["list_data_socket"]["stream_user_list"]["streaming_channel_users"], keyof {
|
|
20613
20605
|
id?: string | undefined;
|
|
20614
20606
|
user_id?: string | undefined;
|
|
20615
20607
|
channel_id?: string | undefined;
|
|
20616
20608
|
participant?: string | undefined;
|
|
20617
20609
|
}[]>]: never; }) | undefined;
|
|
20618
|
-
} & { [
|
|
20619
|
-
} & { [
|
|
20610
|
+
} & { [K_769 in Exclude<keyof I_1["list_data_socket"]["stream_user_list"], "streaming_channel_users">]: never; }) | undefined;
|
|
20611
|
+
} & { [K_770 in Exclude<keyof I_1["list_data_socket"], keyof ListDataSocket>]: never; }) | undefined;
|
|
20620
20612
|
quick_menu_event?: ({
|
|
20621
20613
|
menu_name?: string | undefined;
|
|
20622
20614
|
message?: {
|
|
@@ -20737,7 +20729,7 @@ export declare const Envelope: {
|
|
|
20737
20729
|
create_time?: Date | undefined;
|
|
20738
20730
|
s?: number | undefined;
|
|
20739
20731
|
e?: number | undefined;
|
|
20740
|
-
} & { [
|
|
20732
|
+
} & { [K_771 in Exclude<keyof I_1["quick_menu_event"]["message"]["mentions"][number], keyof MessageMention>]: never; })[] & { [K_772 in Exclude<keyof I_1["quick_menu_event"]["message"]["mentions"], keyof {
|
|
20741
20733
|
id?: string | undefined;
|
|
20742
20734
|
user_id?: string | undefined;
|
|
20743
20735
|
username?: string | undefined;
|
|
@@ -20771,7 +20763,7 @@ export declare const Envelope: {
|
|
|
20771
20763
|
width?: number | undefined;
|
|
20772
20764
|
height?: number | undefined;
|
|
20773
20765
|
thumbnail?: string | undefined;
|
|
20774
|
-
} & { [
|
|
20766
|
+
} & { [K_773 in Exclude<keyof I_1["quick_menu_event"]["message"]["attachments"][number], keyof MessageAttachment>]: never; })[] & { [K_774 in Exclude<keyof I_1["quick_menu_event"]["message"]["attachments"], keyof {
|
|
20775
20767
|
filename?: string | undefined;
|
|
20776
20768
|
size?: number | undefined;
|
|
20777
20769
|
url?: string | undefined;
|
|
@@ -20813,7 +20805,7 @@ export declare const Envelope: {
|
|
|
20813
20805
|
mesages_sender_avatar?: string | undefined;
|
|
20814
20806
|
message_sender_clan_nick?: string | undefined;
|
|
20815
20807
|
message_sender_display_name?: string | undefined;
|
|
20816
|
-
} & { [
|
|
20808
|
+
} & { [K_775 in Exclude<keyof I_1["quick_menu_event"]["message"]["references"][number], keyof MessageRef>]: never; })[] & { [K_776 in Exclude<keyof I_1["quick_menu_event"]["message"]["references"], keyof {
|
|
20817
20809
|
message_id?: string | undefined;
|
|
20818
20810
|
message_ref_id?: string | undefined;
|
|
20819
20811
|
content?: string | undefined;
|
|
@@ -20832,17 +20824,9 @@ export declare const Envelope: {
|
|
|
20832
20824
|
is_public?: boolean | undefined;
|
|
20833
20825
|
code?: number | undefined;
|
|
20834
20826
|
topic_id?: string | undefined;
|
|
20835
|
-
} & { [
|
|
20836
|
-
} & { [
|
|
20837
|
-
} & { [
|
|
20838
|
-
};
|
|
20839
|
-
export declare const FollowEvent: {
|
|
20840
|
-
encode(_: FollowEvent, writer?: _m0.Writer): _m0.Writer;
|
|
20841
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): FollowEvent;
|
|
20842
|
-
fromJSON(_: any): FollowEvent;
|
|
20843
|
-
toJSON(_: FollowEvent): unknown;
|
|
20844
|
-
create<I extends {} & {} & { [K in Exclude<keyof I, never>]: never; }>(base?: I | undefined): FollowEvent;
|
|
20845
|
-
fromPartial<I_1 extends {} & {} & { [K_1 in Exclude<keyof I_1, never>]: never; }>(_: I_1): FollowEvent;
|
|
20827
|
+
} & { [K_777 in Exclude<keyof I_1["quick_menu_event"]["message"], keyof ChannelMessageSend>]: never; }) | undefined;
|
|
20828
|
+
} & { [K_778 in Exclude<keyof I_1["quick_menu_event"], keyof QuickMenuDataEvent>]: never; }) | undefined;
|
|
20829
|
+
} & { [K_779 in Exclude<keyof I_1, keyof Envelope>]: never; }>(object: I_1): Envelope;
|
|
20846
20830
|
};
|
|
20847
20831
|
export declare const ChannelCanvas: {
|
|
20848
20832
|
encode(message: ChannelCanvas, writer?: _m0.Writer): _m0.Writer;
|