mezon-js-protobuf 1.8.21 → 1.8.23
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 +18 -224
- package/dist/mezon-js-protobuf/api/api.d.ts +16 -97
- package/dist/mezon-js-protobuf/rtapi/realtime.d.ts +551 -509
- package/dist/mezon-js-protobuf.cjs.js +102 -36
- package/dist/mezon-js-protobuf.esm.mjs +102 -36
- package/package.json +1 -1
- package/rtapi/realtime.ts +101 -33
|
@@ -134,6 +134,8 @@ 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;
|
|
137
139
|
/** channel app event */
|
|
138
140
|
channel_app_event?: ChannelAppEvent | undefined;
|
|
139
141
|
/** User custom status event */
|
|
@@ -169,6 +171,8 @@ export interface Envelope {
|
|
|
169
171
|
/** quick menu event */
|
|
170
172
|
quick_menu_event?: QuickMenuDataEvent | undefined;
|
|
171
173
|
}
|
|
174
|
+
export interface FollowEvent {
|
|
175
|
+
}
|
|
172
176
|
export interface ChannelCanvas {
|
|
173
177
|
/** id */
|
|
174
178
|
id: string;
|
|
@@ -2161,6 +2165,7 @@ export declare const Envelope: {
|
|
|
2161
2165
|
topic_id?: string | undefined;
|
|
2162
2166
|
} | undefined;
|
|
2163
2167
|
} | undefined;
|
|
2168
|
+
follow_event?: {} | undefined;
|
|
2164
2169
|
channel_app_event?: {
|
|
2165
2170
|
user_id?: string | undefined;
|
|
2166
2171
|
username?: string | undefined;
|
|
@@ -2538,6 +2543,7 @@ export declare const Envelope: {
|
|
|
2538
2543
|
clan_nick?: string | undefined;
|
|
2539
2544
|
clan_avatar?: string | undefined;
|
|
2540
2545
|
clan_id?: string | undefined;
|
|
2546
|
+
added_by?: string | undefined;
|
|
2541
2547
|
}[] | undefined;
|
|
2542
2548
|
cursor?: string | undefined;
|
|
2543
2549
|
channel_id?: string | undefined;
|
|
@@ -6082,6 +6088,7 @@ export declare const Envelope: {
|
|
|
6082
6088
|
topic_id?: string | undefined;
|
|
6083
6089
|
} & { [K_168 in Exclude<keyof I["sd_topic_event"]["message"], keyof ChannelMessage>]: never; }) | undefined;
|
|
6084
6090
|
} & { [K_169 in Exclude<keyof I["sd_topic_event"], keyof SdTopicEvent>]: never; }) | undefined;
|
|
6091
|
+
follow_event?: ({} & {} & { [K_170 in Exclude<keyof I["follow_event"], never>]: never; }) | undefined;
|
|
6085
6092
|
channel_app_event?: ({
|
|
6086
6093
|
user_id?: string | undefined;
|
|
6087
6094
|
username?: string | undefined;
|
|
@@ -6094,19 +6101,19 @@ export declare const Envelope: {
|
|
|
6094
6101
|
clan_id?: string | undefined;
|
|
6095
6102
|
channel_id?: string | undefined;
|
|
6096
6103
|
action?: number | undefined;
|
|
6097
|
-
} & { [
|
|
6104
|
+
} & { [K_171 in Exclude<keyof I["channel_app_event"], keyof ChannelAppEvent>]: never; }) | undefined;
|
|
6098
6105
|
user_status_event?: ({
|
|
6099
6106
|
user_id?: string | undefined;
|
|
6100
6107
|
custom_status?: string | undefined;
|
|
6101
6108
|
} & {
|
|
6102
6109
|
user_id?: string | undefined;
|
|
6103
6110
|
custom_status?: string | undefined;
|
|
6104
|
-
} & { [
|
|
6111
|
+
} & { [K_172 in Exclude<keyof I["user_status_event"], keyof UserStatusEvent>]: never; }) | undefined;
|
|
6105
6112
|
remove_friend?: ({
|
|
6106
6113
|
user_id?: string | undefined;
|
|
6107
6114
|
} & {
|
|
6108
6115
|
user_id?: string | undefined;
|
|
6109
|
-
} & { [
|
|
6116
|
+
} & { [K_173 in Exclude<keyof I["remove_friend"], "user_id">]: never; }) | undefined;
|
|
6110
6117
|
webhook_event?: ({
|
|
6111
6118
|
id?: string | undefined;
|
|
6112
6119
|
webhook_name?: string | undefined;
|
|
@@ -6129,7 +6136,7 @@ export declare const Envelope: {
|
|
|
6129
6136
|
update_time?: string | undefined;
|
|
6130
6137
|
avatar?: string | undefined;
|
|
6131
6138
|
status?: number | undefined;
|
|
6132
|
-
} & { [
|
|
6139
|
+
} & { [K_174 in Exclude<keyof I["webhook_event"], keyof Webhook>]: never; }) | undefined;
|
|
6133
6140
|
noti_user_channel?: ({
|
|
6134
6141
|
id?: string | undefined;
|
|
6135
6142
|
notification_setting_type?: number | undefined;
|
|
@@ -6142,7 +6149,7 @@ export declare const Envelope: {
|
|
|
6142
6149
|
time_mute?: Date | undefined;
|
|
6143
6150
|
active?: number | undefined;
|
|
6144
6151
|
channel_id?: string | undefined;
|
|
6145
|
-
} & { [
|
|
6152
|
+
} & { [K_175 in Exclude<keyof I["noti_user_channel"], keyof NotificationUserChannel>]: never; }) | undefined;
|
|
6146
6153
|
join_channel_app_data?: ({
|
|
6147
6154
|
user_id?: string | undefined;
|
|
6148
6155
|
username?: string | undefined;
|
|
@@ -6151,7 +6158,7 @@ export declare const Envelope: {
|
|
|
6151
6158
|
user_id?: string | undefined;
|
|
6152
6159
|
username?: string | undefined;
|
|
6153
6160
|
hash?: string | undefined;
|
|
6154
|
-
} & { [
|
|
6161
|
+
} & { [K_176 in Exclude<keyof I["join_channel_app_data"], keyof JoinChannelAppData>]: never; }) | undefined;
|
|
6155
6162
|
canvas_event?: ({
|
|
6156
6163
|
id?: string | undefined;
|
|
6157
6164
|
title?: string | undefined;
|
|
@@ -6170,7 +6177,7 @@ export declare const Envelope: {
|
|
|
6170
6177
|
is_default?: boolean | undefined;
|
|
6171
6178
|
channel_id?: string | undefined;
|
|
6172
6179
|
status?: number | undefined;
|
|
6173
|
-
} & { [
|
|
6180
|
+
} & { [K_177 in Exclude<keyof I["canvas_event"], keyof ChannelCanvas>]: never; }) | undefined;
|
|
6174
6181
|
unpin_message_event?: ({
|
|
6175
6182
|
id?: string | undefined;
|
|
6176
6183
|
message_id?: string | undefined;
|
|
@@ -6181,7 +6188,7 @@ export declare const Envelope: {
|
|
|
6181
6188
|
message_id?: string | undefined;
|
|
6182
6189
|
channel_id?: string | undefined;
|
|
6183
6190
|
clan_id?: string | undefined;
|
|
6184
|
-
} & { [
|
|
6191
|
+
} & { [K_178 in Exclude<keyof I["unpin_message_event"], keyof UnpinMessageEvent>]: never; }) | undefined;
|
|
6185
6192
|
category_event?: ({
|
|
6186
6193
|
creator_id?: string | undefined;
|
|
6187
6194
|
clan_id?: string | undefined;
|
|
@@ -6194,7 +6201,7 @@ export declare const Envelope: {
|
|
|
6194
6201
|
category_name?: string | undefined;
|
|
6195
6202
|
id?: string | undefined;
|
|
6196
6203
|
status?: number | undefined;
|
|
6197
|
-
} & { [
|
|
6204
|
+
} & { [K_179 in Exclude<keyof I["category_event"], keyof CategoryEvent>]: never; }) | undefined;
|
|
6198
6205
|
handle_participant_meet_state_event?: ({
|
|
6199
6206
|
clan_id?: string | undefined;
|
|
6200
6207
|
channel_id?: string | undefined;
|
|
@@ -6205,12 +6212,12 @@ export declare const Envelope: {
|
|
|
6205
6212
|
channel_id?: string | undefined;
|
|
6206
6213
|
display_name?: string | undefined;
|
|
6207
6214
|
state?: number | undefined;
|
|
6208
|
-
} & { [
|
|
6215
|
+
} & { [K_180 in Exclude<keyof I["handle_participant_meet_state_event"], keyof HandleParticipantMeetStateEvent>]: never; }) | undefined;
|
|
6209
6216
|
delete_account_event?: ({
|
|
6210
6217
|
user_id?: string | undefined;
|
|
6211
6218
|
} & {
|
|
6212
6219
|
user_id?: string | undefined;
|
|
6213
|
-
} & { [
|
|
6220
|
+
} & { [K_181 in Exclude<keyof I["delete_account_event"], "user_id">]: never; }) | undefined;
|
|
6214
6221
|
ephemeral_message_send?: ({
|
|
6215
6222
|
message?: {
|
|
6216
6223
|
clan_id?: string | undefined;
|
|
@@ -6330,7 +6337,7 @@ export declare const Envelope: {
|
|
|
6330
6337
|
create_time?: Date | undefined;
|
|
6331
6338
|
s?: number | undefined;
|
|
6332
6339
|
e?: number | undefined;
|
|
6333
|
-
} & { [
|
|
6340
|
+
} & { [K_182 in Exclude<keyof I["ephemeral_message_send"]["message"]["mentions"][number], keyof MessageMention>]: never; })[] & { [K_183 in Exclude<keyof I["ephemeral_message_send"]["message"]["mentions"], keyof {
|
|
6334
6341
|
id?: string | undefined;
|
|
6335
6342
|
user_id?: string | undefined;
|
|
6336
6343
|
username?: string | undefined;
|
|
@@ -6364,7 +6371,7 @@ export declare const Envelope: {
|
|
|
6364
6371
|
width?: number | undefined;
|
|
6365
6372
|
height?: number | undefined;
|
|
6366
6373
|
thumbnail?: string | undefined;
|
|
6367
|
-
} & { [
|
|
6374
|
+
} & { [K_184 in Exclude<keyof I["ephemeral_message_send"]["message"]["attachments"][number], keyof MessageAttachment>]: never; })[] & { [K_185 in Exclude<keyof I["ephemeral_message_send"]["message"]["attachments"], keyof {
|
|
6368
6375
|
filename?: string | undefined;
|
|
6369
6376
|
size?: number | undefined;
|
|
6370
6377
|
url?: string | undefined;
|
|
@@ -6406,7 +6413,7 @@ export declare const Envelope: {
|
|
|
6406
6413
|
mesages_sender_avatar?: string | undefined;
|
|
6407
6414
|
message_sender_clan_nick?: string | undefined;
|
|
6408
6415
|
message_sender_display_name?: string | undefined;
|
|
6409
|
-
} & { [
|
|
6416
|
+
} & { [K_186 in Exclude<keyof I["ephemeral_message_send"]["message"]["references"][number], keyof MessageRef>]: never; })[] & { [K_187 in Exclude<keyof I["ephemeral_message_send"]["message"]["references"], keyof {
|
|
6410
6417
|
message_id?: string | undefined;
|
|
6411
6418
|
message_ref_id?: string | undefined;
|
|
6412
6419
|
content?: string | undefined;
|
|
@@ -6425,25 +6432,25 @@ export declare const Envelope: {
|
|
|
6425
6432
|
is_public?: boolean | undefined;
|
|
6426
6433
|
code?: number | undefined;
|
|
6427
6434
|
topic_id?: string | undefined;
|
|
6428
|
-
} & { [
|
|
6435
|
+
} & { [K_188 in Exclude<keyof I["ephemeral_message_send"]["message"], keyof ChannelMessageSend>]: never; }) | undefined;
|
|
6429
6436
|
receiver_id?: string | undefined;
|
|
6430
|
-
} & { [
|
|
6437
|
+
} & { [K_189 in Exclude<keyof I["ephemeral_message_send"], keyof EphemeralMessageSend>]: never; }) | undefined;
|
|
6431
6438
|
block_friend?: ({
|
|
6432
6439
|
user_id?: string | undefined;
|
|
6433
6440
|
} & {
|
|
6434
6441
|
user_id?: string | undefined;
|
|
6435
|
-
} & { [
|
|
6442
|
+
} & { [K_190 in Exclude<keyof I["block_friend"], "user_id">]: never; }) | undefined;
|
|
6436
6443
|
voice_reaction_send?: ({
|
|
6437
6444
|
emojis?: string[] | undefined;
|
|
6438
6445
|
channel_id?: string | undefined;
|
|
6439
6446
|
sender_id?: string | undefined;
|
|
6440
6447
|
media_type?: number | undefined;
|
|
6441
6448
|
} & {
|
|
6442
|
-
emojis?: (string[] & string[] & { [
|
|
6449
|
+
emojis?: (string[] & string[] & { [K_191 in Exclude<keyof I["voice_reaction_send"]["emojis"], keyof string[]>]: never; }) | undefined;
|
|
6443
6450
|
channel_id?: string | undefined;
|
|
6444
6451
|
sender_id?: string | undefined;
|
|
6445
6452
|
media_type?: number | undefined;
|
|
6446
|
-
} & { [
|
|
6453
|
+
} & { [K_192 in Exclude<keyof I["voice_reaction_send"], keyof VoiceReactionSend>]: never; }) | undefined;
|
|
6447
6454
|
mark_as_read?: ({
|
|
6448
6455
|
channel_id?: string | undefined;
|
|
6449
6456
|
category_id?: string | undefined;
|
|
@@ -6452,7 +6459,7 @@ export declare const Envelope: {
|
|
|
6452
6459
|
channel_id?: string | undefined;
|
|
6453
6460
|
category_id?: string | undefined;
|
|
6454
6461
|
clan_id?: string | undefined;
|
|
6455
|
-
} & { [
|
|
6462
|
+
} & { [K_193 in Exclude<keyof I["mark_as_read"], keyof MarkAsRead>]: never; }) | undefined;
|
|
6456
6463
|
list_data_socket?: ({
|
|
6457
6464
|
api_name?: string | undefined;
|
|
6458
6465
|
list_clan_req?: {
|
|
@@ -6700,6 +6707,7 @@ export declare const Envelope: {
|
|
|
6700
6707
|
clan_nick?: string | undefined;
|
|
6701
6708
|
clan_avatar?: string | undefined;
|
|
6702
6709
|
clan_id?: string | undefined;
|
|
6710
|
+
added_by?: string | undefined;
|
|
6703
6711
|
}[] | undefined;
|
|
6704
6712
|
cursor?: string | undefined;
|
|
6705
6713
|
channel_id?: string | undefined;
|
|
@@ -7318,7 +7326,7 @@ export declare const Envelope: {
|
|
|
7318
7326
|
limit?: number | undefined;
|
|
7319
7327
|
state?: number | undefined;
|
|
7320
7328
|
cursor?: string | undefined;
|
|
7321
|
-
} & { [
|
|
7329
|
+
} & { [K_194 in Exclude<keyof I["list_data_socket"]["list_clan_req"], keyof ListClanDescRequest>]: never; }) | undefined;
|
|
7322
7330
|
clan_desc_list?: ({
|
|
7323
7331
|
clandesc?: {
|
|
7324
7332
|
creator_id?: string | undefined;
|
|
@@ -7370,7 +7378,7 @@ export declare const Envelope: {
|
|
|
7370
7378
|
welcome_channel_id?: string | undefined;
|
|
7371
7379
|
onboarding_banner?: string | undefined;
|
|
7372
7380
|
clan_order?: number | undefined;
|
|
7373
|
-
} & { [
|
|
7381
|
+
} & { [K_195 in Exclude<keyof I["list_data_socket"]["clan_desc_list"]["clandesc"][number], keyof import("../api/api").ClanDesc>]: never; })[] & { [K_196 in Exclude<keyof I["list_data_socket"]["clan_desc_list"]["clandesc"], keyof {
|
|
7374
7382
|
creator_id?: string | undefined;
|
|
7375
7383
|
clan_name?: string | undefined;
|
|
7376
7384
|
logo?: string | undefined;
|
|
@@ -7383,7 +7391,7 @@ export declare const Envelope: {
|
|
|
7383
7391
|
onboarding_banner?: string | undefined;
|
|
7384
7392
|
clan_order?: number | undefined;
|
|
7385
7393
|
}[]>]: never; }) | undefined;
|
|
7386
|
-
} & { [
|
|
7394
|
+
} & { [K_197 in Exclude<keyof I["list_data_socket"]["clan_desc_list"], "clandesc">]: never; }) | undefined;
|
|
7387
7395
|
list_thread_req?: ({
|
|
7388
7396
|
limit?: number | undefined;
|
|
7389
7397
|
state?: number | undefined;
|
|
@@ -7398,7 +7406,7 @@ export declare const Envelope: {
|
|
|
7398
7406
|
channel_id?: string | undefined;
|
|
7399
7407
|
thread_id?: string | undefined;
|
|
7400
7408
|
page?: number | undefined;
|
|
7401
|
-
} & { [
|
|
7409
|
+
} & { [K_198 in Exclude<keyof I["list_data_socket"]["list_thread_req"], keyof ListThreadRequest>]: never; }) | undefined;
|
|
7402
7410
|
channel_desc_list?: ({
|
|
7403
7411
|
channeldesc?: {
|
|
7404
7412
|
clan_id?: string | undefined;
|
|
@@ -7572,8 +7580,8 @@ export declare const Envelope: {
|
|
|
7572
7580
|
creator_id?: string | undefined;
|
|
7573
7581
|
channel_label?: string | undefined;
|
|
7574
7582
|
channel_private?: number | undefined;
|
|
7575
|
-
channel_avatar?: (string[] & string[] & { [
|
|
7576
|
-
user_id?: (string[] & string[] & { [
|
|
7583
|
+
channel_avatar?: (string[] & string[] & { [K_199 in Exclude<keyof I["list_data_socket"]["channel_desc_list"]["channeldesc"][number]["channel_avatar"], keyof string[]>]: never; }) | undefined;
|
|
7584
|
+
user_id?: (string[] & string[] & { [K_200 in Exclude<keyof I["list_data_socket"]["channel_desc_list"]["channeldesc"][number]["user_id"], keyof string[]>]: never; }) | undefined;
|
|
7577
7585
|
last_sent_message?: ({
|
|
7578
7586
|
id?: string | undefined;
|
|
7579
7587
|
timestamp_seconds?: number | undefined;
|
|
@@ -7593,8 +7601,8 @@ export declare const Envelope: {
|
|
|
7593
7601
|
reference?: string | undefined;
|
|
7594
7602
|
mention?: string | undefined;
|
|
7595
7603
|
reaction?: string | undefined;
|
|
7596
|
-
repliers?: (string[] & string[] & { [
|
|
7597
|
-
} & { [
|
|
7604
|
+
repliers?: (string[] & string[] & { [K_201 in Exclude<keyof I["list_data_socket"]["channel_desc_list"]["channeldesc"][number]["last_sent_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
7605
|
+
} & { [K_202 in Exclude<keyof I["list_data_socket"]["channel_desc_list"]["channeldesc"][number]["last_sent_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
7598
7606
|
last_seen_message?: ({
|
|
7599
7607
|
id?: string | undefined;
|
|
7600
7608
|
timestamp_seconds?: number | undefined;
|
|
@@ -7614,27 +7622,27 @@ export declare const Envelope: {
|
|
|
7614
7622
|
reference?: string | undefined;
|
|
7615
7623
|
mention?: string | undefined;
|
|
7616
7624
|
reaction?: string | undefined;
|
|
7617
|
-
repliers?: (string[] & string[] & { [
|
|
7618
|
-
} & { [
|
|
7619
|
-
is_online?: (boolean[] & boolean[] & { [
|
|
7625
|
+
repliers?: (string[] & string[] & { [K_203 in Exclude<keyof I["list_data_socket"]["channel_desc_list"]["channeldesc"][number]["last_seen_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
7626
|
+
} & { [K_204 in Exclude<keyof I["list_data_socket"]["channel_desc_list"]["channeldesc"][number]["last_seen_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
7627
|
+
is_online?: (boolean[] & boolean[] & { [K_205 in Exclude<keyof I["list_data_socket"]["channel_desc_list"]["channeldesc"][number]["is_online"], keyof boolean[]>]: never; }) | undefined;
|
|
7620
7628
|
meeting_code?: string | undefined;
|
|
7621
7629
|
count_mess_unread?: number | undefined;
|
|
7622
7630
|
active?: number | undefined;
|
|
7623
7631
|
last_pin_message?: string | undefined;
|
|
7624
|
-
usernames?: (string[] & string[] & { [
|
|
7632
|
+
usernames?: (string[] & string[] & { [K_206 in Exclude<keyof I["list_data_socket"]["channel_desc_list"]["channeldesc"][number]["usernames"], keyof string[]>]: never; }) | undefined;
|
|
7625
7633
|
creator_name?: string | undefined;
|
|
7626
7634
|
create_time_seconds?: number | undefined;
|
|
7627
7635
|
update_time_seconds?: number | undefined;
|
|
7628
|
-
metadata?: (string[] & string[] & { [
|
|
7629
|
-
about_me?: (string[] & string[] & { [
|
|
7636
|
+
metadata?: (string[] & string[] & { [K_207 in Exclude<keyof I["list_data_socket"]["channel_desc_list"]["channeldesc"][number]["metadata"], keyof string[]>]: never; }) | undefined;
|
|
7637
|
+
about_me?: (string[] & string[] & { [K_208 in Exclude<keyof I["list_data_socket"]["channel_desc_list"]["channeldesc"][number]["about_me"], keyof string[]>]: never; }) | undefined;
|
|
7630
7638
|
clan_name?: string | undefined;
|
|
7631
7639
|
app_id?: string | undefined;
|
|
7632
7640
|
is_mute?: boolean | undefined;
|
|
7633
7641
|
age_restricted?: number | undefined;
|
|
7634
7642
|
topic?: string | undefined;
|
|
7635
7643
|
e2ee?: number | undefined;
|
|
7636
|
-
display_names?: (string[] & string[] & { [
|
|
7637
|
-
} & { [
|
|
7644
|
+
display_names?: (string[] & string[] & { [K_209 in Exclude<keyof I["list_data_socket"]["channel_desc_list"]["channeldesc"][number]["display_names"], keyof string[]>]: never; }) | undefined;
|
|
7645
|
+
} & { [K_210 in Exclude<keyof I["list_data_socket"]["channel_desc_list"]["channeldesc"][number], keyof ChannelDescription1>]: never; })[] & { [K_211 in Exclude<keyof I["list_data_socket"]["channel_desc_list"]["channeldesc"], keyof {
|
|
7638
7646
|
clan_id?: string | undefined;
|
|
7639
7647
|
parent_id?: string | undefined;
|
|
7640
7648
|
channel_id?: string | undefined;
|
|
@@ -7691,28 +7699,28 @@ export declare const Envelope: {
|
|
|
7691
7699
|
prev_cursor?: string | undefined;
|
|
7692
7700
|
cacheable_cursor?: string | undefined;
|
|
7693
7701
|
page?: number | undefined;
|
|
7694
|
-
} & { [
|
|
7702
|
+
} & { [K_212 in Exclude<keyof I["list_data_socket"]["channel_desc_list"], keyof ChannelDescList>]: never; }) | undefined;
|
|
7695
7703
|
list_channel_users_uc_req?: ({
|
|
7696
7704
|
channel_id?: string | undefined;
|
|
7697
7705
|
limit?: number | undefined;
|
|
7698
7706
|
} & {
|
|
7699
7707
|
channel_id?: string | undefined;
|
|
7700
7708
|
limit?: number | undefined;
|
|
7701
|
-
} & { [
|
|
7709
|
+
} & { [K_213 in Exclude<keyof I["list_data_socket"]["list_channel_users_uc_req"], keyof AllUsersAddChannelRequest>]: never; }) | undefined;
|
|
7702
7710
|
channel_users_uc_list?: ({
|
|
7703
7711
|
channel_id?: string | undefined;
|
|
7704
7712
|
user_ids?: string[] | undefined;
|
|
7705
7713
|
limit?: number | undefined;
|
|
7706
7714
|
} & {
|
|
7707
7715
|
channel_id?: string | undefined;
|
|
7708
|
-
user_ids?: (string[] & string[] & { [
|
|
7716
|
+
user_ids?: (string[] & string[] & { [K_214 in Exclude<keyof I["list_data_socket"]["channel_users_uc_list"]["user_ids"], keyof string[]>]: never; }) | undefined;
|
|
7709
7717
|
limit?: number | undefined;
|
|
7710
|
-
} & { [
|
|
7718
|
+
} & { [K_215 in Exclude<keyof I["list_data_socket"]["channel_users_uc_list"], keyof AllUsersAddChannelResponse>]: never; }) | undefined;
|
|
7711
7719
|
list_channel_detail_req?: ({
|
|
7712
7720
|
channel_id?: string | undefined;
|
|
7713
7721
|
} & {
|
|
7714
7722
|
channel_id?: string | undefined;
|
|
7715
|
-
} & { [
|
|
7723
|
+
} & { [K_216 in Exclude<keyof I["list_data_socket"]["list_channel_detail_req"], "channel_id">]: never; }) | undefined;
|
|
7716
7724
|
channel_desc?: ({
|
|
7717
7725
|
clan_id?: string | undefined;
|
|
7718
7726
|
parent_id?: string | undefined;
|
|
@@ -7775,8 +7783,8 @@ export declare const Envelope: {
|
|
|
7775
7783
|
creator_id?: string | undefined;
|
|
7776
7784
|
channel_label?: string | undefined;
|
|
7777
7785
|
channel_private?: number | undefined;
|
|
7778
|
-
channel_avatar?: (string[] & string[] & { [
|
|
7779
|
-
user_id?: (string[] & string[] & { [
|
|
7786
|
+
channel_avatar?: (string[] & string[] & { [K_217 in Exclude<keyof I["list_data_socket"]["channel_desc"]["channel_avatar"], keyof string[]>]: never; }) | undefined;
|
|
7787
|
+
user_id?: (string[] & string[] & { [K_218 in Exclude<keyof I["list_data_socket"]["channel_desc"]["user_id"], keyof string[]>]: never; }) | undefined;
|
|
7780
7788
|
last_sent_message?: ({
|
|
7781
7789
|
id?: string | undefined;
|
|
7782
7790
|
timestamp_seconds?: number | undefined;
|
|
@@ -7796,8 +7804,8 @@ export declare const Envelope: {
|
|
|
7796
7804
|
reference?: string | undefined;
|
|
7797
7805
|
mention?: string | undefined;
|
|
7798
7806
|
reaction?: string | undefined;
|
|
7799
|
-
repliers?: (string[] & string[] & { [
|
|
7800
|
-
} & { [
|
|
7807
|
+
repliers?: (string[] & string[] & { [K_219 in Exclude<keyof I["list_data_socket"]["channel_desc"]["last_sent_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
7808
|
+
} & { [K_220 in Exclude<keyof I["list_data_socket"]["channel_desc"]["last_sent_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
7801
7809
|
last_seen_message?: ({
|
|
7802
7810
|
id?: string | undefined;
|
|
7803
7811
|
timestamp_seconds?: number | undefined;
|
|
@@ -7817,27 +7825,27 @@ export declare const Envelope: {
|
|
|
7817
7825
|
reference?: string | undefined;
|
|
7818
7826
|
mention?: string | undefined;
|
|
7819
7827
|
reaction?: string | undefined;
|
|
7820
|
-
repliers?: (string[] & string[] & { [
|
|
7821
|
-
} & { [
|
|
7822
|
-
is_online?: (boolean[] & boolean[] & { [
|
|
7828
|
+
repliers?: (string[] & string[] & { [K_221 in Exclude<keyof I["list_data_socket"]["channel_desc"]["last_seen_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
7829
|
+
} & { [K_222 in Exclude<keyof I["list_data_socket"]["channel_desc"]["last_seen_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
7830
|
+
is_online?: (boolean[] & boolean[] & { [K_223 in Exclude<keyof I["list_data_socket"]["channel_desc"]["is_online"], keyof boolean[]>]: never; }) | undefined;
|
|
7823
7831
|
meeting_code?: string | undefined;
|
|
7824
7832
|
count_mess_unread?: number | undefined;
|
|
7825
7833
|
active?: number | undefined;
|
|
7826
7834
|
last_pin_message?: string | undefined;
|
|
7827
|
-
usernames?: (string[] & string[] & { [
|
|
7835
|
+
usernames?: (string[] & string[] & { [K_224 in Exclude<keyof I["list_data_socket"]["channel_desc"]["usernames"], keyof string[]>]: never; }) | undefined;
|
|
7828
7836
|
creator_name?: string | undefined;
|
|
7829
7837
|
create_time_seconds?: number | undefined;
|
|
7830
7838
|
update_time_seconds?: number | undefined;
|
|
7831
|
-
metadata?: (string[] & string[] & { [
|
|
7832
|
-
about_me?: (string[] & string[] & { [
|
|
7839
|
+
metadata?: (string[] & string[] & { [K_225 in Exclude<keyof I["list_data_socket"]["channel_desc"]["metadata"], keyof string[]>]: never; }) | undefined;
|
|
7840
|
+
about_me?: (string[] & string[] & { [K_226 in Exclude<keyof I["list_data_socket"]["channel_desc"]["about_me"], keyof string[]>]: never; }) | undefined;
|
|
7833
7841
|
clan_name?: string | undefined;
|
|
7834
7842
|
app_id?: string | undefined;
|
|
7835
7843
|
is_mute?: boolean | undefined;
|
|
7836
7844
|
age_restricted?: number | undefined;
|
|
7837
7845
|
topic?: string | undefined;
|
|
7838
7846
|
e2ee?: number | undefined;
|
|
7839
|
-
display_names?: (string[] & string[] & { [
|
|
7840
|
-
} & { [
|
|
7847
|
+
display_names?: (string[] & string[] & { [K_227 in Exclude<keyof I["list_data_socket"]["channel_desc"]["display_names"], keyof string[]>]: never; }) | undefined;
|
|
7848
|
+
} & { [K_228 in Exclude<keyof I["list_data_socket"]["channel_desc"], keyof ChannelDescription1>]: never; }) | undefined;
|
|
7841
7849
|
list_channel_req?: ({
|
|
7842
7850
|
limit?: number | undefined;
|
|
7843
7851
|
state?: number | undefined;
|
|
@@ -7850,7 +7858,7 @@ export declare const Envelope: {
|
|
|
7850
7858
|
cursor?: string | undefined;
|
|
7851
7859
|
clan_id?: string | undefined;
|
|
7852
7860
|
channel_type?: number | undefined;
|
|
7853
|
-
} & { [
|
|
7861
|
+
} & { [K_229 in Exclude<keyof I["list_data_socket"]["list_channel_req"], keyof ListChannelDescsRequest>]: never; }) | undefined;
|
|
7854
7862
|
list_channel_message_req?: ({
|
|
7855
7863
|
clan_id?: string | undefined;
|
|
7856
7864
|
channel_id?: string | undefined;
|
|
@@ -7865,7 +7873,7 @@ export declare const Envelope: {
|
|
|
7865
7873
|
limit?: number | undefined;
|
|
7866
7874
|
direction?: number | undefined;
|
|
7867
7875
|
topic_id?: string | undefined;
|
|
7868
|
-
} & { [
|
|
7876
|
+
} & { [K_230 in Exclude<keyof I["list_data_socket"]["list_channel_message_req"], keyof ListChannelMessagesRequest>]: never; }) | undefined;
|
|
7869
7877
|
channel_message_list?: ({
|
|
7870
7878
|
messages?: {
|
|
7871
7879
|
clan_id?: string | undefined;
|
|
@@ -8003,7 +8011,7 @@ export declare const Envelope: {
|
|
|
8003
8011
|
hide_editted?: boolean | undefined;
|
|
8004
8012
|
is_public?: boolean | undefined;
|
|
8005
8013
|
topic_id?: string | undefined;
|
|
8006
|
-
} & { [
|
|
8014
|
+
} & { [K_231 in Exclude<keyof I["list_data_socket"]["channel_message_list"]["messages"][number], keyof ChannelMessage>]: never; })[] & { [K_232 in Exclude<keyof I["list_data_socket"]["channel_message_list"]["messages"], keyof {
|
|
8007
8015
|
clan_id?: string | undefined;
|
|
8008
8016
|
channel_id?: string | undefined;
|
|
8009
8017
|
message_id?: string | undefined;
|
|
@@ -8051,8 +8059,8 @@ export declare const Envelope: {
|
|
|
8051
8059
|
reference?: string | undefined;
|
|
8052
8060
|
mention?: string | undefined;
|
|
8053
8061
|
reaction?: string | undefined;
|
|
8054
|
-
repliers?: (string[] & string[] & { [
|
|
8055
|
-
} & { [
|
|
8062
|
+
repliers?: (string[] & string[] & { [K_233 in Exclude<keyof I["list_data_socket"]["channel_message_list"]["last_seen_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
8063
|
+
} & { [K_234 in Exclude<keyof I["list_data_socket"]["channel_message_list"]["last_seen_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
8056
8064
|
last_sent_message?: ({
|
|
8057
8065
|
id?: string | undefined;
|
|
8058
8066
|
timestamp_seconds?: number | undefined;
|
|
@@ -8072,9 +8080,9 @@ export declare const Envelope: {
|
|
|
8072
8080
|
reference?: string | undefined;
|
|
8073
8081
|
mention?: string | undefined;
|
|
8074
8082
|
reaction?: string | undefined;
|
|
8075
|
-
repliers?: (string[] & string[] & { [
|
|
8076
|
-
} & { [
|
|
8077
|
-
} & { [
|
|
8083
|
+
repliers?: (string[] & string[] & { [K_235 in Exclude<keyof I["list_data_socket"]["channel_message_list"]["last_sent_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
8084
|
+
} & { [K_236 in Exclude<keyof I["list_data_socket"]["channel_message_list"]["last_sent_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
8085
|
+
} & { [K_237 in Exclude<keyof I["list_data_socket"]["channel_message_list"], keyof ChannelMessageList>]: never; }) | undefined;
|
|
8078
8086
|
list_channel_users_req?: ({
|
|
8079
8087
|
clan_id?: string | undefined;
|
|
8080
8088
|
channel_id?: string | undefined;
|
|
@@ -8089,7 +8097,7 @@ export declare const Envelope: {
|
|
|
8089
8097
|
limit?: number | undefined;
|
|
8090
8098
|
state?: number | undefined;
|
|
8091
8099
|
cursor?: string | undefined;
|
|
8092
|
-
} & { [
|
|
8100
|
+
} & { [K_238 in Exclude<keyof I["list_data_socket"]["list_channel_users_req"], keyof ListChannelUsersRequest>]: never; }) | undefined;
|
|
8093
8101
|
voice_user_list?: ({
|
|
8094
8102
|
voice_channel_users?: {
|
|
8095
8103
|
id?: string | undefined;
|
|
@@ -8113,13 +8121,13 @@ export declare const Envelope: {
|
|
|
8113
8121
|
user_id?: string | undefined;
|
|
8114
8122
|
channel_id?: string | undefined;
|
|
8115
8123
|
participant?: string | undefined;
|
|
8116
|
-
} & { [
|
|
8124
|
+
} & { [K_239 in Exclude<keyof I["list_data_socket"]["voice_user_list"]["voice_channel_users"][number], keyof import("../api/api").VoiceChannelUser>]: never; })[] & { [K_240 in Exclude<keyof I["list_data_socket"]["voice_user_list"]["voice_channel_users"], keyof {
|
|
8117
8125
|
id?: string | undefined;
|
|
8118
8126
|
user_id?: string | undefined;
|
|
8119
8127
|
channel_id?: string | undefined;
|
|
8120
8128
|
participant?: string | undefined;
|
|
8121
8129
|
}[]>]: never; }) | undefined;
|
|
8122
|
-
} & { [
|
|
8130
|
+
} & { [K_241 in Exclude<keyof I["list_data_socket"]["voice_user_list"], "voice_channel_users">]: never; }) | undefined;
|
|
8123
8131
|
channel_user_list?: ({
|
|
8124
8132
|
channel_users?: {
|
|
8125
8133
|
user_id?: string | undefined;
|
|
@@ -8129,6 +8137,7 @@ export declare const Envelope: {
|
|
|
8129
8137
|
clan_nick?: string | undefined;
|
|
8130
8138
|
clan_avatar?: string | undefined;
|
|
8131
8139
|
clan_id?: string | undefined;
|
|
8140
|
+
added_by?: string | undefined;
|
|
8132
8141
|
}[] | undefined;
|
|
8133
8142
|
cursor?: string | undefined;
|
|
8134
8143
|
channel_id?: string | undefined;
|
|
@@ -8141,6 +8150,7 @@ export declare const Envelope: {
|
|
|
8141
8150
|
clan_nick?: string | undefined;
|
|
8142
8151
|
clan_avatar?: string | undefined;
|
|
8143
8152
|
clan_id?: string | undefined;
|
|
8153
|
+
added_by?: string | undefined;
|
|
8144
8154
|
}[] & ({
|
|
8145
8155
|
user_id?: string | undefined;
|
|
8146
8156
|
role_id?: string[] | undefined;
|
|
@@ -8149,15 +8159,17 @@ export declare const Envelope: {
|
|
|
8149
8159
|
clan_nick?: string | undefined;
|
|
8150
8160
|
clan_avatar?: string | undefined;
|
|
8151
8161
|
clan_id?: string | undefined;
|
|
8162
|
+
added_by?: string | undefined;
|
|
8152
8163
|
} & {
|
|
8153
8164
|
user_id?: string | undefined;
|
|
8154
|
-
role_id?: (string[] & string[] & { [
|
|
8165
|
+
role_id?: (string[] & string[] & { [K_242 in Exclude<keyof I["list_data_socket"]["channel_user_list"]["channel_users"][number]["role_id"], keyof string[]>]: never; }) | undefined;
|
|
8155
8166
|
id?: string | undefined;
|
|
8156
8167
|
thread_id?: string | undefined;
|
|
8157
8168
|
clan_nick?: string | undefined;
|
|
8158
8169
|
clan_avatar?: string | undefined;
|
|
8159
8170
|
clan_id?: string | undefined;
|
|
8160
|
-
|
|
8171
|
+
added_by?: string | undefined;
|
|
8172
|
+
} & { [K_243 in Exclude<keyof I["list_data_socket"]["channel_user_list"]["channel_users"][number], keyof import("../api/api").ChannelUserList_ChannelUser>]: never; })[] & { [K_244 in Exclude<keyof I["list_data_socket"]["channel_user_list"]["channel_users"], keyof {
|
|
8161
8173
|
user_id?: string | undefined;
|
|
8162
8174
|
role_id?: string[] | undefined;
|
|
8163
8175
|
id?: string | undefined;
|
|
@@ -8165,10 +8177,11 @@ export declare const Envelope: {
|
|
|
8165
8177
|
clan_nick?: string | undefined;
|
|
8166
8178
|
clan_avatar?: string | undefined;
|
|
8167
8179
|
clan_id?: string | undefined;
|
|
8180
|
+
added_by?: string | undefined;
|
|
8168
8181
|
}[]>]: never; }) | undefined;
|
|
8169
8182
|
cursor?: string | undefined;
|
|
8170
8183
|
channel_id?: string | undefined;
|
|
8171
|
-
} & { [
|
|
8184
|
+
} & { [K_245 in Exclude<keyof I["list_data_socket"]["channel_user_list"], keyof ChannelUserList>]: never; }) | undefined;
|
|
8172
8185
|
list_channel_attachment_req?: ({
|
|
8173
8186
|
clan_id?: string | undefined;
|
|
8174
8187
|
channel_id?: string | undefined;
|
|
@@ -8187,7 +8200,7 @@ export declare const Envelope: {
|
|
|
8187
8200
|
before?: string | undefined;
|
|
8188
8201
|
after?: string | undefined;
|
|
8189
8202
|
around?: string | undefined;
|
|
8190
|
-
} & { [
|
|
8203
|
+
} & { [K_246 in Exclude<keyof I["list_data_socket"]["list_channel_attachment_req"], keyof ListChannelAttachmentRequest>]: never; }) | undefined;
|
|
8191
8204
|
channel_attachment_list?: ({
|
|
8192
8205
|
attachments?: {
|
|
8193
8206
|
id?: string | undefined;
|
|
@@ -8235,7 +8248,7 @@ export declare const Envelope: {
|
|
|
8235
8248
|
message_id?: string | undefined;
|
|
8236
8249
|
width?: number | undefined;
|
|
8237
8250
|
height?: number | undefined;
|
|
8238
|
-
} & { [
|
|
8251
|
+
} & { [K_247 in Exclude<keyof I["list_data_socket"]["channel_attachment_list"]["attachments"][number], keyof import("../api/api").ChannelAttachment>]: never; })[] & { [K_248 in Exclude<keyof I["list_data_socket"]["channel_attachment_list"]["attachments"], keyof {
|
|
8239
8252
|
id?: string | undefined;
|
|
8240
8253
|
filename?: string | undefined;
|
|
8241
8254
|
filetype?: string | undefined;
|
|
@@ -8247,14 +8260,14 @@ export declare const Envelope: {
|
|
|
8247
8260
|
width?: number | undefined;
|
|
8248
8261
|
height?: number | undefined;
|
|
8249
8262
|
}[]>]: never; }) | undefined;
|
|
8250
|
-
} & { [
|
|
8263
|
+
} & { [K_249 in Exclude<keyof I["list_data_socket"]["channel_attachment_list"], "attachments">]: never; }) | undefined;
|
|
8251
8264
|
hashtag_dm_req?: ({
|
|
8252
8265
|
user_id?: string[] | undefined;
|
|
8253
8266
|
limit?: number | undefined;
|
|
8254
8267
|
} & {
|
|
8255
|
-
user_id?: (string[] & string[] & { [
|
|
8268
|
+
user_id?: (string[] & string[] & { [K_250 in Exclude<keyof I["list_data_socket"]["hashtag_dm_req"]["user_id"], keyof string[]>]: never; }) | undefined;
|
|
8256
8269
|
limit?: number | undefined;
|
|
8257
|
-
} & { [
|
|
8270
|
+
} & { [K_251 in Exclude<keyof I["list_data_socket"]["hashtag_dm_req"], keyof HashtagDmListRequest>]: never; }) | undefined;
|
|
8258
8271
|
hashtag_dm_list?: ({
|
|
8259
8272
|
hashtag_dm?: {
|
|
8260
8273
|
channel_id?: string | undefined;
|
|
@@ -8294,7 +8307,7 @@ export declare const Envelope: {
|
|
|
8294
8307
|
type?: number | undefined;
|
|
8295
8308
|
channel_private?: number | undefined;
|
|
8296
8309
|
parent_id?: string | undefined;
|
|
8297
|
-
} & { [
|
|
8310
|
+
} & { [K_252 in Exclude<keyof I["list_data_socket"]["hashtag_dm_list"]["hashtag_dm"][number], keyof import("../api/api").HashtagDm>]: never; })[] & { [K_253 in Exclude<keyof I["list_data_socket"]["hashtag_dm_list"]["hashtag_dm"], keyof {
|
|
8298
8311
|
channel_id?: string | undefined;
|
|
8299
8312
|
channel_label?: string | undefined;
|
|
8300
8313
|
clan_id?: string | undefined;
|
|
@@ -8304,7 +8317,7 @@ export declare const Envelope: {
|
|
|
8304
8317
|
channel_private?: number | undefined;
|
|
8305
8318
|
parent_id?: string | undefined;
|
|
8306
8319
|
}[]>]: never; }) | undefined;
|
|
8307
|
-
} & { [
|
|
8320
|
+
} & { [K_254 in Exclude<keyof I["list_data_socket"]["hashtag_dm_list"], "hashtag_dm">]: never; }) | undefined;
|
|
8308
8321
|
channel_setting_req?: ({
|
|
8309
8322
|
clan_id?: string | undefined;
|
|
8310
8323
|
parent_id?: string | undefined;
|
|
@@ -8327,7 +8340,7 @@ export declare const Envelope: {
|
|
|
8327
8340
|
limit?: number | undefined;
|
|
8328
8341
|
page?: number | undefined;
|
|
8329
8342
|
channel_label?: string | undefined;
|
|
8330
|
-
} & { [
|
|
8343
|
+
} & { [K_255 in Exclude<keyof I["list_data_socket"]["channel_setting_req"], keyof ChannelSettingListRequest>]: never; }) | undefined;
|
|
8331
8344
|
channel_setting_list?: ({
|
|
8332
8345
|
clan_id?: string | undefined;
|
|
8333
8346
|
channel_count?: number | undefined;
|
|
@@ -8416,7 +8429,7 @@ export declare const Envelope: {
|
|
|
8416
8429
|
channel_private?: number | undefined;
|
|
8417
8430
|
channel_type?: number | undefined;
|
|
8418
8431
|
active?: number | undefined;
|
|
8419
|
-
user_ids?: (string[] & string[] & { [
|
|
8432
|
+
user_ids?: (string[] & string[] & { [K_256 in Exclude<keyof I["list_data_socket"]["channel_setting_list"]["channel_setting_list"][number]["user_ids"], keyof string[]>]: never; }) | undefined;
|
|
8420
8433
|
message_count?: number | undefined;
|
|
8421
8434
|
last_sent_message?: ({
|
|
8422
8435
|
id?: string | undefined;
|
|
@@ -8437,9 +8450,9 @@ export declare const Envelope: {
|
|
|
8437
8450
|
reference?: string | undefined;
|
|
8438
8451
|
mention?: string | undefined;
|
|
8439
8452
|
reaction?: string | undefined;
|
|
8440
|
-
repliers?: (string[] & string[] & { [
|
|
8441
|
-
} & { [
|
|
8442
|
-
} & { [
|
|
8453
|
+
repliers?: (string[] & string[] & { [K_257 in Exclude<keyof I["list_data_socket"]["channel_setting_list"]["channel_setting_list"][number]["last_sent_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
8454
|
+
} & { [K_258 in Exclude<keyof I["list_data_socket"]["channel_setting_list"]["channel_setting_list"][number]["last_sent_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
8455
|
+
} & { [K_259 in Exclude<keyof I["list_data_socket"]["channel_setting_list"]["channel_setting_list"][number], keyof import("../api/api").ChannelSettingItem>]: never; })[] & { [K_260 in Exclude<keyof I["list_data_socket"]["channel_setting_list"]["channel_setting_list"], keyof {
|
|
8443
8456
|
id?: string | undefined;
|
|
8444
8457
|
creator_id?: string | undefined;
|
|
8445
8458
|
parent_id?: string | undefined;
|
|
@@ -8463,17 +8476,17 @@ export declare const Envelope: {
|
|
|
8463
8476
|
repliers?: string[] | undefined;
|
|
8464
8477
|
} | undefined;
|
|
8465
8478
|
}[]>]: never; }) | undefined;
|
|
8466
|
-
} & { [
|
|
8479
|
+
} & { [K_261 in Exclude<keyof I["list_data_socket"]["channel_setting_list"], keyof ChannelSettingListResponse>]: never; }) | undefined;
|
|
8467
8480
|
favorite_channel_req?: ({
|
|
8468
8481
|
clan_id?: string | undefined;
|
|
8469
8482
|
} & {
|
|
8470
8483
|
clan_id?: string | undefined;
|
|
8471
|
-
} & { [
|
|
8484
|
+
} & { [K_262 in Exclude<keyof I["list_data_socket"]["favorite_channel_req"], "clan_id">]: never; }) | undefined;
|
|
8472
8485
|
favorite_channel_list?: ({
|
|
8473
8486
|
channel_ids?: string[] | undefined;
|
|
8474
8487
|
} & {
|
|
8475
|
-
channel_ids?: (string[] & string[] & { [
|
|
8476
|
-
} & { [
|
|
8488
|
+
channel_ids?: (string[] & string[] & { [K_263 in Exclude<keyof I["list_data_socket"]["favorite_channel_list"]["channel_ids"], keyof string[]>]: never; }) | undefined;
|
|
8489
|
+
} & { [K_264 in Exclude<keyof I["list_data_socket"]["favorite_channel_list"], "channel_ids">]: never; }) | undefined;
|
|
8477
8490
|
search_thread_req?: ({
|
|
8478
8491
|
clan_id?: string | undefined;
|
|
8479
8492
|
channel_id?: string | undefined;
|
|
@@ -8482,12 +8495,12 @@ export declare const Envelope: {
|
|
|
8482
8495
|
clan_id?: string | undefined;
|
|
8483
8496
|
channel_id?: string | undefined;
|
|
8484
8497
|
label?: string | undefined;
|
|
8485
|
-
} & { [
|
|
8498
|
+
} & { [K_265 in Exclude<keyof I["list_data_socket"]["search_thread_req"], keyof SearchThreadRequest>]: never; }) | undefined;
|
|
8486
8499
|
notification_channel?: ({
|
|
8487
8500
|
channel_id?: string | undefined;
|
|
8488
8501
|
} & {
|
|
8489
8502
|
channel_id?: string | undefined;
|
|
8490
|
-
} & { [
|
|
8503
|
+
} & { [K_266 in Exclude<keyof I["list_data_socket"]["notification_channel"], "channel_id">]: never; }) | undefined;
|
|
8491
8504
|
notificaion_user_channel?: ({
|
|
8492
8505
|
id?: string | undefined;
|
|
8493
8506
|
notification_setting_type?: number | undefined;
|
|
@@ -8500,24 +8513,24 @@ export declare const Envelope: {
|
|
|
8500
8513
|
time_mute?: Date | undefined;
|
|
8501
8514
|
active?: number | undefined;
|
|
8502
8515
|
channel_id?: string | undefined;
|
|
8503
|
-
} & { [
|
|
8516
|
+
} & { [K_267 in Exclude<keyof I["list_data_socket"]["notificaion_user_channel"], keyof NotificationUserChannel>]: never; }) | undefined;
|
|
8504
8517
|
notification_category?: ({
|
|
8505
8518
|
category_id?: string | undefined;
|
|
8506
8519
|
} & {
|
|
8507
8520
|
category_id?: string | undefined;
|
|
8508
|
-
} & { [
|
|
8521
|
+
} & { [K_268 in Exclude<keyof I["list_data_socket"]["notification_category"], "category_id">]: never; }) | undefined;
|
|
8509
8522
|
notification_clan?: ({
|
|
8510
8523
|
clan_id?: string | undefined;
|
|
8511
8524
|
} & {
|
|
8512
8525
|
clan_id?: string | undefined;
|
|
8513
|
-
} & { [
|
|
8526
|
+
} & { [K_269 in Exclude<keyof I["list_data_socket"]["notification_clan"], "clan_id">]: never; }) | undefined;
|
|
8514
8527
|
notification_setting?: ({
|
|
8515
8528
|
id?: string | undefined;
|
|
8516
8529
|
notification_setting_type?: number | undefined;
|
|
8517
8530
|
} & {
|
|
8518
8531
|
id?: string | undefined;
|
|
8519
8532
|
notification_setting_type?: number | undefined;
|
|
8520
|
-
} & { [
|
|
8533
|
+
} & { [K_270 in Exclude<keyof I["list_data_socket"]["notification_setting"], keyof NotificationSetting>]: never; }) | undefined;
|
|
8521
8534
|
notification_message?: ({
|
|
8522
8535
|
id?: string | undefined;
|
|
8523
8536
|
user_id?: string | undefined;
|
|
@@ -8526,7 +8539,7 @@ export declare const Envelope: {
|
|
|
8526
8539
|
id?: string | undefined;
|
|
8527
8540
|
user_id?: string | undefined;
|
|
8528
8541
|
channel_id?: string | undefined;
|
|
8529
|
-
} & { [
|
|
8542
|
+
} & { [K_271 in Exclude<keyof I["list_data_socket"]["notification_message"], keyof NotifiReactMessage>]: never; }) | undefined;
|
|
8530
8543
|
noti_channel_cat_setting_list?: ({
|
|
8531
8544
|
notification_channel_category_settings_list?: {
|
|
8532
8545
|
id?: string | undefined;
|
|
@@ -8554,14 +8567,14 @@ export declare const Envelope: {
|
|
|
8554
8567
|
notification_setting_type?: number | undefined;
|
|
8555
8568
|
channel_category_title?: string | undefined;
|
|
8556
8569
|
action?: number | undefined;
|
|
8557
|
-
} & { [
|
|
8570
|
+
} & { [K_272 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_273 in Exclude<keyof I["list_data_socket"]["noti_channel_cat_setting_list"]["notification_channel_category_settings_list"], keyof {
|
|
8558
8571
|
id?: string | undefined;
|
|
8559
8572
|
channel_category_label?: string | undefined;
|
|
8560
8573
|
notification_setting_type?: number | undefined;
|
|
8561
8574
|
channel_category_title?: string | undefined;
|
|
8562
8575
|
action?: number | undefined;
|
|
8563
8576
|
}[]>]: never; }) | undefined;
|
|
8564
|
-
} & { [
|
|
8577
|
+
} & { [K_274 in Exclude<keyof I["list_data_socket"]["noti_channel_cat_setting_list"], "notification_channel_category_settings_list">]: never; }) | undefined;
|
|
8565
8578
|
list_notification_req?: ({
|
|
8566
8579
|
limit?: number | undefined;
|
|
8567
8580
|
clan_id?: string | undefined;
|
|
@@ -8574,7 +8587,7 @@ export declare const Envelope: {
|
|
|
8574
8587
|
notification_id?: string | undefined;
|
|
8575
8588
|
category?: number | undefined;
|
|
8576
8589
|
direction?: number | undefined;
|
|
8577
|
-
} & { [
|
|
8590
|
+
} & { [K_275 in Exclude<keyof I["list_data_socket"]["list_notification_req"], keyof ListNotificationsRequest>]: never; }) | undefined;
|
|
8578
8591
|
notification_list?: ({
|
|
8579
8592
|
notifications?: {
|
|
8580
8593
|
id?: string | undefined;
|
|
@@ -8854,8 +8867,8 @@ export declare const Envelope: {
|
|
|
8854
8867
|
creator_id?: string | undefined;
|
|
8855
8868
|
channel_label?: string | undefined;
|
|
8856
8869
|
channel_private?: number | undefined;
|
|
8857
|
-
channel_avatar?: (string[] & string[] & { [
|
|
8858
|
-
user_id?: (string[] & string[] & { [
|
|
8870
|
+
channel_avatar?: (string[] & string[] & { [K_276 in Exclude<keyof I["list_data_socket"]["notification_list"]["notifications"][number]["channel"]["channel_avatar"], keyof string[]>]: never; }) | undefined;
|
|
8871
|
+
user_id?: (string[] & string[] & { [K_277 in Exclude<keyof I["list_data_socket"]["notification_list"]["notifications"][number]["channel"]["user_id"], keyof string[]>]: never; }) | undefined;
|
|
8859
8872
|
last_sent_message?: ({
|
|
8860
8873
|
id?: string | undefined;
|
|
8861
8874
|
timestamp_seconds?: number | undefined;
|
|
@@ -8875,8 +8888,8 @@ export declare const Envelope: {
|
|
|
8875
8888
|
reference?: string | undefined;
|
|
8876
8889
|
mention?: string | undefined;
|
|
8877
8890
|
reaction?: string | undefined;
|
|
8878
|
-
repliers?: (string[] & string[] & { [
|
|
8879
|
-
} & { [
|
|
8891
|
+
repliers?: (string[] & string[] & { [K_278 in Exclude<keyof I["list_data_socket"]["notification_list"]["notifications"][number]["channel"]["last_sent_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
8892
|
+
} & { [K_279 in Exclude<keyof I["list_data_socket"]["notification_list"]["notifications"][number]["channel"]["last_sent_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
8880
8893
|
last_seen_message?: ({
|
|
8881
8894
|
id?: string | undefined;
|
|
8882
8895
|
timestamp_seconds?: number | undefined;
|
|
@@ -8896,30 +8909,30 @@ export declare const Envelope: {
|
|
|
8896
8909
|
reference?: string | undefined;
|
|
8897
8910
|
mention?: string | undefined;
|
|
8898
8911
|
reaction?: string | undefined;
|
|
8899
|
-
repliers?: (string[] & string[] & { [
|
|
8900
|
-
} & { [
|
|
8901
|
-
is_online?: (boolean[] & boolean[] & { [
|
|
8912
|
+
repliers?: (string[] & string[] & { [K_280 in Exclude<keyof I["list_data_socket"]["notification_list"]["notifications"][number]["channel"]["last_seen_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
8913
|
+
} & { [K_281 in Exclude<keyof I["list_data_socket"]["notification_list"]["notifications"][number]["channel"]["last_seen_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
8914
|
+
is_online?: (boolean[] & boolean[] & { [K_282 in Exclude<keyof I["list_data_socket"]["notification_list"]["notifications"][number]["channel"]["is_online"], keyof boolean[]>]: never; }) | undefined;
|
|
8902
8915
|
meeting_code?: string | undefined;
|
|
8903
8916
|
count_mess_unread?: number | undefined;
|
|
8904
8917
|
active?: number | undefined;
|
|
8905
8918
|
last_pin_message?: string | undefined;
|
|
8906
|
-
usernames?: (string[] & string[] & { [
|
|
8919
|
+
usernames?: (string[] & string[] & { [K_283 in Exclude<keyof I["list_data_socket"]["notification_list"]["notifications"][number]["channel"]["usernames"], keyof string[]>]: never; }) | undefined;
|
|
8907
8920
|
creator_name?: string | undefined;
|
|
8908
8921
|
create_time_seconds?: number | undefined;
|
|
8909
8922
|
update_time_seconds?: number | undefined;
|
|
8910
|
-
metadata?: (string[] & string[] & { [
|
|
8911
|
-
about_me?: (string[] & string[] & { [
|
|
8923
|
+
metadata?: (string[] & string[] & { [K_284 in Exclude<keyof I["list_data_socket"]["notification_list"]["notifications"][number]["channel"]["metadata"], keyof string[]>]: never; }) | undefined;
|
|
8924
|
+
about_me?: (string[] & string[] & { [K_285 in Exclude<keyof I["list_data_socket"]["notification_list"]["notifications"][number]["channel"]["about_me"], keyof string[]>]: never; }) | undefined;
|
|
8912
8925
|
clan_name?: string | undefined;
|
|
8913
8926
|
app_id?: string | undefined;
|
|
8914
8927
|
is_mute?: boolean | undefined;
|
|
8915
8928
|
age_restricted?: number | undefined;
|
|
8916
8929
|
topic?: string | undefined;
|
|
8917
8930
|
e2ee?: number | undefined;
|
|
8918
|
-
display_names?: (string[] & string[] & { [
|
|
8919
|
-
} & { [
|
|
8931
|
+
display_names?: (string[] & string[] & { [K_286 in Exclude<keyof I["list_data_socket"]["notification_list"]["notifications"][number]["channel"]["display_names"], keyof string[]>]: never; }) | undefined;
|
|
8932
|
+
} & { [K_287 in Exclude<keyof I["list_data_socket"]["notification_list"]["notifications"][number]["channel"], keyof ChannelDescription1>]: never; }) | undefined;
|
|
8920
8933
|
topic_id?: string | undefined;
|
|
8921
8934
|
category?: number | undefined;
|
|
8922
|
-
} & { [
|
|
8935
|
+
} & { [K_288 in Exclude<keyof I["list_data_socket"]["notification_list"]["notifications"][number], keyof Notification>]: never; })[] & { [K_289 in Exclude<keyof I["list_data_socket"]["notification_list"]["notifications"], keyof {
|
|
8923
8936
|
id?: string | undefined;
|
|
8924
8937
|
subject?: string | undefined;
|
|
8925
8938
|
content?: string | undefined;
|
|
@@ -8988,7 +9001,7 @@ export declare const Envelope: {
|
|
|
8988
9001
|
category?: number | undefined;
|
|
8989
9002
|
}[]>]: never; }) | undefined;
|
|
8990
9003
|
cacheable_cursor?: string | undefined;
|
|
8991
|
-
} & { [
|
|
9004
|
+
} & { [K_290 in Exclude<keyof I["list_data_socket"]["notification_list"], keyof NotificationList>]: never; }) | undefined;
|
|
8992
9005
|
sticker_list?: ({
|
|
8993
9006
|
stickers?: {
|
|
8994
9007
|
id?: string | undefined;
|
|
@@ -9040,7 +9053,7 @@ export declare const Envelope: {
|
|
|
9040
9053
|
clan_name?: string | undefined;
|
|
9041
9054
|
media_type?: number | undefined;
|
|
9042
9055
|
is_for_sale?: boolean | undefined;
|
|
9043
|
-
} & { [
|
|
9056
|
+
} & { [K_291 in Exclude<keyof I["list_data_socket"]["sticker_list"]["stickers"][number], keyof import("../api/api").ClanSticker>]: never; })[] & { [K_292 in Exclude<keyof I["list_data_socket"]["sticker_list"]["stickers"], keyof {
|
|
9044
9057
|
id?: string | undefined;
|
|
9045
9058
|
source?: string | undefined;
|
|
9046
9059
|
shortname?: string | undefined;
|
|
@@ -9053,7 +9066,7 @@ export declare const Envelope: {
|
|
|
9053
9066
|
media_type?: number | undefined;
|
|
9054
9067
|
is_for_sale?: boolean | undefined;
|
|
9055
9068
|
}[]>]: never; }) | undefined;
|
|
9056
|
-
} & { [
|
|
9069
|
+
} & { [K_293 in Exclude<keyof I["list_data_socket"]["sticker_list"], "stickers">]: never; }) | undefined;
|
|
9057
9070
|
emoji_recent_list?: ({
|
|
9058
9071
|
emoji_recents?: {
|
|
9059
9072
|
emoji_recents_id?: string | undefined;
|
|
@@ -9073,17 +9086,17 @@ export declare const Envelope: {
|
|
|
9073
9086
|
emoji_recents_id?: string | undefined;
|
|
9074
9087
|
emoji_id?: string | undefined;
|
|
9075
9088
|
update_time?: Date | undefined;
|
|
9076
|
-
} & { [
|
|
9089
|
+
} & { [K_294 in Exclude<keyof I["list_data_socket"]["emoji_recent_list"]["emoji_recents"][number], keyof import("../api/api").EmojiRecent>]: never; })[] & { [K_295 in Exclude<keyof I["list_data_socket"]["emoji_recent_list"]["emoji_recents"], keyof {
|
|
9077
9090
|
emoji_recents_id?: string | undefined;
|
|
9078
9091
|
emoji_id?: string | undefined;
|
|
9079
9092
|
update_time?: Date | undefined;
|
|
9080
9093
|
}[]>]: never; }) | undefined;
|
|
9081
|
-
} & { [
|
|
9094
|
+
} & { [K_296 in Exclude<keyof I["list_data_socket"]["emoji_recent_list"], "emoji_recents">]: never; }) | undefined;
|
|
9082
9095
|
clan_webhook_req?: ({
|
|
9083
9096
|
clan_id?: string | undefined;
|
|
9084
9097
|
} & {
|
|
9085
9098
|
clan_id?: string | undefined;
|
|
9086
|
-
} & { [
|
|
9099
|
+
} & { [K_297 in Exclude<keyof I["list_data_socket"]["clan_webhook_req"], "clan_id">]: never; }) | undefined;
|
|
9087
9100
|
clan_webhook_list?: ({
|
|
9088
9101
|
list_clan_webhooks?: {
|
|
9089
9102
|
id?: string | undefined;
|
|
@@ -9127,7 +9140,7 @@ export declare const Envelope: {
|
|
|
9127
9140
|
avatar?: string | undefined;
|
|
9128
9141
|
create_time?: string | undefined;
|
|
9129
9142
|
update_time?: string | undefined;
|
|
9130
|
-
} & { [
|
|
9143
|
+
} & { [K_298 in Exclude<keyof I["list_data_socket"]["clan_webhook_list"]["list_clan_webhooks"][number], keyof import("../api/api").ClanWebhook>]: never; })[] & { [K_299 in Exclude<keyof I["list_data_socket"]["clan_webhook_list"]["list_clan_webhooks"], keyof {
|
|
9131
9144
|
id?: string | undefined;
|
|
9132
9145
|
webhook_name?: string | undefined;
|
|
9133
9146
|
clan_id?: string | undefined;
|
|
@@ -9138,14 +9151,14 @@ export declare const Envelope: {
|
|
|
9138
9151
|
create_time?: string | undefined;
|
|
9139
9152
|
update_time?: string | undefined;
|
|
9140
9153
|
}[]>]: never; }) | undefined;
|
|
9141
|
-
} & { [
|
|
9154
|
+
} & { [K_300 in Exclude<keyof I["list_data_socket"]["clan_webhook_list"], "list_clan_webhooks">]: never; }) | undefined;
|
|
9142
9155
|
webhook_list_req?: ({
|
|
9143
9156
|
channel_id?: string | undefined;
|
|
9144
9157
|
clan_id?: string | undefined;
|
|
9145
9158
|
} & {
|
|
9146
9159
|
channel_id?: string | undefined;
|
|
9147
9160
|
clan_id?: string | undefined;
|
|
9148
|
-
} & { [
|
|
9161
|
+
} & { [K_301 in Exclude<keyof I["list_data_socket"]["webhook_list_req"], keyof WebhookListRequest>]: never; }) | undefined;
|
|
9149
9162
|
webhook_list?: ({
|
|
9150
9163
|
webhooks?: {
|
|
9151
9164
|
id?: string | undefined;
|
|
@@ -9193,7 +9206,7 @@ export declare const Envelope: {
|
|
|
9193
9206
|
update_time?: string | undefined;
|
|
9194
9207
|
avatar?: string | undefined;
|
|
9195
9208
|
status?: number | undefined;
|
|
9196
|
-
} & { [
|
|
9209
|
+
} & { [K_302 in Exclude<keyof I["list_data_socket"]["webhook_list"]["webhooks"][number], keyof Webhook>]: never; })[] & { [K_303 in Exclude<keyof I["list_data_socket"]["webhook_list"]["webhooks"], keyof {
|
|
9197
9210
|
id?: string | undefined;
|
|
9198
9211
|
webhook_name?: string | undefined;
|
|
9199
9212
|
channel_id?: string | undefined;
|
|
@@ -9205,12 +9218,12 @@ export declare const Envelope: {
|
|
|
9205
9218
|
avatar?: string | undefined;
|
|
9206
9219
|
status?: number | undefined;
|
|
9207
9220
|
}[]>]: never; }) | undefined;
|
|
9208
|
-
} & { [
|
|
9221
|
+
} & { [K_304 in Exclude<keyof I["list_data_socket"]["webhook_list"], "webhooks">]: never; }) | undefined;
|
|
9209
9222
|
permission_list_req?: ({
|
|
9210
9223
|
role_id?: string | undefined;
|
|
9211
9224
|
} & {
|
|
9212
9225
|
role_id?: string | undefined;
|
|
9213
|
-
} & { [
|
|
9226
|
+
} & { [K_305 in Exclude<keyof I["list_data_socket"]["permission_list_req"], "role_id">]: never; }) | undefined;
|
|
9214
9227
|
permission_list?: ({
|
|
9215
9228
|
permissions?: {
|
|
9216
9229
|
id?: string | undefined;
|
|
@@ -9247,7 +9260,7 @@ export declare const Envelope: {
|
|
|
9247
9260
|
active?: number | undefined;
|
|
9248
9261
|
scope?: number | undefined;
|
|
9249
9262
|
level?: number | undefined;
|
|
9250
|
-
} & { [
|
|
9263
|
+
} & { [K_306 in Exclude<keyof I["list_data_socket"]["permission_list"]["permissions"][number], keyof import("../api/api").Permission>]: never; })[] & { [K_307 in Exclude<keyof I["list_data_socket"]["permission_list"]["permissions"], keyof {
|
|
9251
9264
|
id?: string | undefined;
|
|
9252
9265
|
title?: string | undefined;
|
|
9253
9266
|
slug?: string | undefined;
|
|
@@ -9257,7 +9270,7 @@ export declare const Envelope: {
|
|
|
9257
9270
|
level?: number | undefined;
|
|
9258
9271
|
}[]>]: never; }) | undefined;
|
|
9259
9272
|
max_level_permission?: number | undefined;
|
|
9260
|
-
} & { [
|
|
9273
|
+
} & { [K_308 in Exclude<keyof I["list_data_socket"]["permission_list"], keyof PermissionList>]: never; }) | undefined;
|
|
9261
9274
|
role_user_req?: ({
|
|
9262
9275
|
role_id?: string | undefined;
|
|
9263
9276
|
limit?: number | undefined;
|
|
@@ -9266,7 +9279,7 @@ export declare const Envelope: {
|
|
|
9266
9279
|
role_id?: string | undefined;
|
|
9267
9280
|
limit?: number | undefined;
|
|
9268
9281
|
cursor?: string | undefined;
|
|
9269
|
-
} & { [
|
|
9282
|
+
} & { [K_309 in Exclude<keyof I["list_data_socket"]["role_user_req"], keyof ListRoleUsersRequest>]: never; }) | undefined;
|
|
9270
9283
|
role_user_list?: ({
|
|
9271
9284
|
role_users?: {
|
|
9272
9285
|
id?: string | undefined;
|
|
@@ -9303,7 +9316,7 @@ export declare const Envelope: {
|
|
|
9303
9316
|
lang_tag?: string | undefined;
|
|
9304
9317
|
location?: string | undefined;
|
|
9305
9318
|
online?: boolean | undefined;
|
|
9306
|
-
} & { [
|
|
9319
|
+
} & { [K_310 in Exclude<keyof I["list_data_socket"]["role_user_list"]["role_users"][number], keyof import("../api/api").RoleUserList_RoleUser>]: never; })[] & { [K_311 in Exclude<keyof I["list_data_socket"]["role_user_list"]["role_users"], keyof {
|
|
9307
9320
|
id?: string | undefined;
|
|
9308
9321
|
username?: string | undefined;
|
|
9309
9322
|
display_name?: string | undefined;
|
|
@@ -9313,14 +9326,14 @@ export declare const Envelope: {
|
|
|
9313
9326
|
online?: boolean | undefined;
|
|
9314
9327
|
}[]>]: never; }) | undefined;
|
|
9315
9328
|
cursor?: string | undefined;
|
|
9316
|
-
} & { [
|
|
9329
|
+
} & { [K_312 in Exclude<keyof I["list_data_socket"]["role_user_list"], keyof RoleUserList>]: never; }) | undefined;
|
|
9317
9330
|
permission_user_req?: ({
|
|
9318
9331
|
clan_id?: string | undefined;
|
|
9319
9332
|
channel_id?: string | undefined;
|
|
9320
9333
|
} & {
|
|
9321
9334
|
clan_id?: string | undefined;
|
|
9322
9335
|
channel_id?: string | undefined;
|
|
9323
|
-
} & { [
|
|
9336
|
+
} & { [K_313 in Exclude<keyof I["list_data_socket"]["permission_user_req"], keyof ListPermissionOfUsersRequest>]: never; }) | undefined;
|
|
9324
9337
|
role_list?: ({
|
|
9325
9338
|
roles?: {
|
|
9326
9339
|
id?: string | undefined;
|
|
@@ -9495,7 +9508,7 @@ export declare const Envelope: {
|
|
|
9495
9508
|
lang_tag?: string | undefined;
|
|
9496
9509
|
location?: string | undefined;
|
|
9497
9510
|
online?: boolean | undefined;
|
|
9498
|
-
} & { [
|
|
9511
|
+
} & { [K_314 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_315 in Exclude<keyof I["list_data_socket"]["role_list"]["roles"][number]["role_user_list"]["role_users"], keyof {
|
|
9499
9512
|
id?: string | undefined;
|
|
9500
9513
|
username?: string | undefined;
|
|
9501
9514
|
display_name?: string | undefined;
|
|
@@ -9505,7 +9518,7 @@ export declare const Envelope: {
|
|
|
9505
9518
|
online?: boolean | undefined;
|
|
9506
9519
|
}[]>]: never; }) | undefined;
|
|
9507
9520
|
cursor?: string | undefined;
|
|
9508
|
-
} & { [
|
|
9521
|
+
} & { [K_316 in Exclude<keyof I["list_data_socket"]["role_list"]["roles"][number]["role_user_list"], keyof RoleUserList>]: never; }) | undefined;
|
|
9509
9522
|
permission_list?: ({
|
|
9510
9523
|
permissions?: {
|
|
9511
9524
|
id?: string | undefined;
|
|
@@ -9542,7 +9555,7 @@ export declare const Envelope: {
|
|
|
9542
9555
|
active?: number | undefined;
|
|
9543
9556
|
scope?: number | undefined;
|
|
9544
9557
|
level?: number | undefined;
|
|
9545
|
-
} & { [
|
|
9558
|
+
} & { [K_317 in Exclude<keyof I["list_data_socket"]["role_list"]["roles"][number]["permission_list"]["permissions"][number], keyof import("../api/api").Permission>]: never; })[] & { [K_318 in Exclude<keyof I["list_data_socket"]["role_list"]["roles"][number]["permission_list"]["permissions"], keyof {
|
|
9546
9559
|
id?: string | undefined;
|
|
9547
9560
|
title?: string | undefined;
|
|
9548
9561
|
slug?: string | undefined;
|
|
@@ -9552,12 +9565,12 @@ export declare const Envelope: {
|
|
|
9552
9565
|
level?: number | undefined;
|
|
9553
9566
|
}[]>]: never; }) | undefined;
|
|
9554
9567
|
max_level_permission?: number | undefined;
|
|
9555
|
-
} & { [
|
|
9568
|
+
} & { [K_319 in Exclude<keyof I["list_data_socket"]["role_list"]["roles"][number]["permission_list"], keyof PermissionList>]: never; }) | undefined;
|
|
9556
9569
|
role_channel_active?: number | undefined;
|
|
9557
|
-
channel_ids?: (string[] & string[] & { [
|
|
9570
|
+
channel_ids?: (string[] & string[] & { [K_320 in Exclude<keyof I["list_data_socket"]["role_list"]["roles"][number]["channel_ids"], keyof string[]>]: never; }) | undefined;
|
|
9558
9571
|
max_level_permission?: number | undefined;
|
|
9559
9572
|
order_role?: number | undefined;
|
|
9560
|
-
} & { [
|
|
9573
|
+
} & { [K_321 in Exclude<keyof I["list_data_socket"]["role_list"]["roles"][number], keyof Role>]: never; })[] & { [K_322 in Exclude<keyof I["list_data_socket"]["role_list"]["roles"], keyof {
|
|
9561
9574
|
id?: string | undefined;
|
|
9562
9575
|
title?: string | undefined;
|
|
9563
9576
|
color?: string | undefined;
|
|
@@ -9601,7 +9614,7 @@ export declare const Envelope: {
|
|
|
9601
9614
|
next_cursor?: string | undefined;
|
|
9602
9615
|
prev_cursor?: string | undefined;
|
|
9603
9616
|
cacheable_cursor?: string | undefined;
|
|
9604
|
-
} & { [
|
|
9617
|
+
} & { [K_323 in Exclude<keyof I["list_data_socket"]["role_list"], keyof RoleList>]: never; }) | undefined;
|
|
9605
9618
|
role_list_event_req?: ({
|
|
9606
9619
|
clan_id?: string | undefined;
|
|
9607
9620
|
limit?: number | undefined;
|
|
@@ -9612,7 +9625,7 @@ export declare const Envelope: {
|
|
|
9612
9625
|
limit?: number | undefined;
|
|
9613
9626
|
state?: number | undefined;
|
|
9614
9627
|
cursor?: string | undefined;
|
|
9615
|
-
} & { [
|
|
9628
|
+
} & { [K_324 in Exclude<keyof I["list_data_socket"]["role_list_event_req"], keyof RoleListEventRequest>]: never; }) | undefined;
|
|
9616
9629
|
role_event_list?: ({
|
|
9617
9630
|
limit?: number | undefined;
|
|
9618
9631
|
state?: number | undefined;
|
|
@@ -9843,7 +9856,7 @@ export declare const Envelope: {
|
|
|
9843
9856
|
lang_tag?: string | undefined;
|
|
9844
9857
|
location?: string | undefined;
|
|
9845
9858
|
online?: boolean | undefined;
|
|
9846
|
-
} & { [
|
|
9859
|
+
} & { [K_325 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_326 in Exclude<keyof I["list_data_socket"]["role_event_list"]["roles"]["roles"][number]["role_user_list"]["role_users"], keyof {
|
|
9847
9860
|
id?: string | undefined;
|
|
9848
9861
|
username?: string | undefined;
|
|
9849
9862
|
display_name?: string | undefined;
|
|
@@ -9853,7 +9866,7 @@ export declare const Envelope: {
|
|
|
9853
9866
|
online?: boolean | undefined;
|
|
9854
9867
|
}[]>]: never; }) | undefined;
|
|
9855
9868
|
cursor?: string | undefined;
|
|
9856
|
-
} & { [
|
|
9869
|
+
} & { [K_327 in Exclude<keyof I["list_data_socket"]["role_event_list"]["roles"]["roles"][number]["role_user_list"], keyof RoleUserList>]: never; }) | undefined;
|
|
9857
9870
|
permission_list?: ({
|
|
9858
9871
|
permissions?: {
|
|
9859
9872
|
id?: string | undefined;
|
|
@@ -9890,7 +9903,7 @@ export declare const Envelope: {
|
|
|
9890
9903
|
active?: number | undefined;
|
|
9891
9904
|
scope?: number | undefined;
|
|
9892
9905
|
level?: number | undefined;
|
|
9893
|
-
} & { [
|
|
9906
|
+
} & { [K_328 in Exclude<keyof I["list_data_socket"]["role_event_list"]["roles"]["roles"][number]["permission_list"]["permissions"][number], keyof import("../api/api").Permission>]: never; })[] & { [K_329 in Exclude<keyof I["list_data_socket"]["role_event_list"]["roles"]["roles"][number]["permission_list"]["permissions"], keyof {
|
|
9894
9907
|
id?: string | undefined;
|
|
9895
9908
|
title?: string | undefined;
|
|
9896
9909
|
slug?: string | undefined;
|
|
@@ -9900,12 +9913,12 @@ export declare const Envelope: {
|
|
|
9900
9913
|
level?: number | undefined;
|
|
9901
9914
|
}[]>]: never; }) | undefined;
|
|
9902
9915
|
max_level_permission?: number | undefined;
|
|
9903
|
-
} & { [
|
|
9916
|
+
} & { [K_330 in Exclude<keyof I["list_data_socket"]["role_event_list"]["roles"]["roles"][number]["permission_list"], keyof PermissionList>]: never; }) | undefined;
|
|
9904
9917
|
role_channel_active?: number | undefined;
|
|
9905
|
-
channel_ids?: (string[] & string[] & { [
|
|
9918
|
+
channel_ids?: (string[] & string[] & { [K_331 in Exclude<keyof I["list_data_socket"]["role_event_list"]["roles"]["roles"][number]["channel_ids"], keyof string[]>]: never; }) | undefined;
|
|
9906
9919
|
max_level_permission?: number | undefined;
|
|
9907
9920
|
order_role?: number | undefined;
|
|
9908
|
-
} & { [
|
|
9921
|
+
} & { [K_332 in Exclude<keyof I["list_data_socket"]["role_event_list"]["roles"]["roles"][number], keyof Role>]: never; })[] & { [K_333 in Exclude<keyof I["list_data_socket"]["role_event_list"]["roles"]["roles"], keyof {
|
|
9909
9922
|
id?: string | undefined;
|
|
9910
9923
|
title?: string | undefined;
|
|
9911
9924
|
color?: string | undefined;
|
|
@@ -9949,15 +9962,15 @@ export declare const Envelope: {
|
|
|
9949
9962
|
next_cursor?: string | undefined;
|
|
9950
9963
|
prev_cursor?: string | undefined;
|
|
9951
9964
|
cacheable_cursor?: string | undefined;
|
|
9952
|
-
} & { [
|
|
9953
|
-
} & { [
|
|
9965
|
+
} & { [K_334 in Exclude<keyof I["list_data_socket"]["role_event_list"]["roles"], keyof RoleList>]: never; }) | undefined;
|
|
9966
|
+
} & { [K_335 in Exclude<keyof I["list_data_socket"]["role_event_list"], keyof RoleListEventResponse>]: never; }) | undefined;
|
|
9954
9967
|
user_permission_req?: ({
|
|
9955
9968
|
clan_id?: string | undefined;
|
|
9956
9969
|
channel_id?: string | undefined;
|
|
9957
9970
|
} & {
|
|
9958
9971
|
clan_id?: string | undefined;
|
|
9959
9972
|
channel_id?: string | undefined;
|
|
9960
|
-
} & { [
|
|
9973
|
+
} & { [K_336 in Exclude<keyof I["list_data_socket"]["user_permission_req"], keyof UserPermissionInChannelListRequest>]: never; }) | undefined;
|
|
9961
9974
|
user_permission_list?: ({
|
|
9962
9975
|
clan_id?: string | undefined;
|
|
9963
9976
|
channel_id?: string | undefined;
|
|
@@ -10012,7 +10025,7 @@ export declare const Envelope: {
|
|
|
10012
10025
|
active?: number | undefined;
|
|
10013
10026
|
scope?: number | undefined;
|
|
10014
10027
|
level?: number | undefined;
|
|
10015
|
-
} & { [
|
|
10028
|
+
} & { [K_337 in Exclude<keyof I["list_data_socket"]["user_permission_list"]["permissions"]["permissions"][number], keyof import("../api/api").Permission>]: never; })[] & { [K_338 in Exclude<keyof I["list_data_socket"]["user_permission_list"]["permissions"]["permissions"], keyof {
|
|
10016
10029
|
id?: string | undefined;
|
|
10017
10030
|
title?: string | undefined;
|
|
10018
10031
|
slug?: string | undefined;
|
|
@@ -10022,8 +10035,8 @@ export declare const Envelope: {
|
|
|
10022
10035
|
level?: number | undefined;
|
|
10023
10036
|
}[]>]: never; }) | undefined;
|
|
10024
10037
|
max_level_permission?: number | undefined;
|
|
10025
|
-
} & { [
|
|
10026
|
-
} & { [
|
|
10038
|
+
} & { [K_339 in Exclude<keyof I["list_data_socket"]["user_permission_list"]["permissions"], keyof PermissionList>]: never; }) | undefined;
|
|
10039
|
+
} & { [K_340 in Exclude<keyof I["list_data_socket"]["user_permission_list"], keyof UserPermissionInChannelListResponse>]: never; }) | undefined;
|
|
10027
10040
|
permission_role_req?: ({
|
|
10028
10041
|
role_id?: string | undefined;
|
|
10029
10042
|
channel_id?: string | undefined;
|
|
@@ -10032,7 +10045,7 @@ export declare const Envelope: {
|
|
|
10032
10045
|
role_id?: string | undefined;
|
|
10033
10046
|
channel_id?: string | undefined;
|
|
10034
10047
|
user_id?: string | undefined;
|
|
10035
|
-
} & { [
|
|
10048
|
+
} & { [K_341 in Exclude<keyof I["list_data_socket"]["permission_role_req"], keyof PermissionRoleChannelListEventRequest>]: never; }) | undefined;
|
|
10036
10049
|
permission_role_list?: ({
|
|
10037
10050
|
role_id?: string | undefined;
|
|
10038
10051
|
channel_id?: string | undefined;
|
|
@@ -10054,11 +10067,11 @@ export declare const Envelope: {
|
|
|
10054
10067
|
} & {
|
|
10055
10068
|
permission_id?: string | undefined;
|
|
10056
10069
|
active?: boolean | undefined;
|
|
10057
|
-
} & { [
|
|
10070
|
+
} & { [K_342 in Exclude<keyof I["list_data_socket"]["permission_role_list"]["permission_role_channel"][number], keyof import("../api/api").PermissionRoleChannel>]: never; })[] & { [K_343 in Exclude<keyof I["list_data_socket"]["permission_role_list"]["permission_role_channel"], keyof {
|
|
10058
10071
|
permission_id?: string | undefined;
|
|
10059
10072
|
active?: boolean | undefined;
|
|
10060
10073
|
}[]>]: never; }) | undefined;
|
|
10061
|
-
} & { [
|
|
10074
|
+
} & { [K_344 in Exclude<keyof I["list_data_socket"]["permission_role_list"], keyof PermissionRoleChannelListEventResponse>]: never; }) | undefined;
|
|
10062
10075
|
emoji_list?: ({
|
|
10063
10076
|
emoji_list?: {
|
|
10064
10077
|
id?: string | undefined;
|
|
@@ -10102,7 +10115,7 @@ export declare const Envelope: {
|
|
|
10102
10115
|
logo?: string | undefined;
|
|
10103
10116
|
clan_name?: string | undefined;
|
|
10104
10117
|
is_for_sale?: boolean | undefined;
|
|
10105
|
-
} & { [
|
|
10118
|
+
} & { [K_345 in Exclude<keyof I["list_data_socket"]["emoji_list"]["emoji_list"][number], keyof import("../api/api").ClanEmoji>]: never; })[] & { [K_346 in Exclude<keyof I["list_data_socket"]["emoji_list"]["emoji_list"], keyof {
|
|
10106
10119
|
id?: string | undefined;
|
|
10107
10120
|
src?: string | undefined;
|
|
10108
10121
|
shortname?: string | undefined;
|
|
@@ -10113,7 +10126,7 @@ export declare const Envelope: {
|
|
|
10113
10126
|
clan_name?: string | undefined;
|
|
10114
10127
|
is_for_sale?: boolean | undefined;
|
|
10115
10128
|
}[]>]: never; }) | undefined;
|
|
10116
|
-
} & { [
|
|
10129
|
+
} & { [K_347 in Exclude<keyof I["list_data_socket"]["emoji_list"], "emoji_list">]: never; }) | undefined;
|
|
10117
10130
|
list_friend_req?: ({
|
|
10118
10131
|
limit?: number | undefined;
|
|
10119
10132
|
state?: number | undefined;
|
|
@@ -10122,7 +10135,7 @@ export declare const Envelope: {
|
|
|
10122
10135
|
limit?: number | undefined;
|
|
10123
10136
|
state?: number | undefined;
|
|
10124
10137
|
cursor?: string | undefined;
|
|
10125
|
-
} & { [
|
|
10138
|
+
} & { [K_348 in Exclude<keyof I["list_data_socket"]["list_friend_req"], keyof ListFriendsRequest>]: never; }) | undefined;
|
|
10126
10139
|
friend_list?: ({
|
|
10127
10140
|
friends?: {
|
|
10128
10141
|
user?: {
|
|
@@ -10262,12 +10275,12 @@ export declare const Envelope: {
|
|
|
10262
10275
|
is_mobile?: boolean | undefined;
|
|
10263
10276
|
dob?: Date | undefined;
|
|
10264
10277
|
mezon_id?: string | undefined;
|
|
10265
|
-
list_nick_names?: (string[] & string[] & { [
|
|
10266
|
-
} & { [
|
|
10278
|
+
list_nick_names?: (string[] & string[] & { [K_349 in Exclude<keyof I["list_data_socket"]["friend_list"]["friends"][number]["user"]["list_nick_names"], keyof string[]>]: never; }) | undefined;
|
|
10279
|
+
} & { [K_350 in Exclude<keyof I["list_data_socket"]["friend_list"]["friends"][number]["user"], keyof import("../api/api").User>]: never; }) | undefined;
|
|
10267
10280
|
state?: number | undefined;
|
|
10268
10281
|
update_time?: Date | undefined;
|
|
10269
10282
|
source_id?: string | undefined;
|
|
10270
|
-
} & { [
|
|
10283
|
+
} & { [K_351 in Exclude<keyof I["list_data_socket"]["friend_list"]["friends"][number], keyof import("../api/api").Friend>]: never; })[] & { [K_352 in Exclude<keyof I["list_data_socket"]["friend_list"]["friends"], keyof {
|
|
10271
10284
|
user?: {
|
|
10272
10285
|
id?: string | undefined;
|
|
10273
10286
|
username?: string | undefined;
|
|
@@ -10298,12 +10311,12 @@ export declare const Envelope: {
|
|
|
10298
10311
|
source_id?: string | undefined;
|
|
10299
10312
|
}[]>]: never; }) | undefined;
|
|
10300
10313
|
cursor?: string | undefined;
|
|
10301
|
-
} & { [
|
|
10314
|
+
} & { [K_353 in Exclude<keyof I["list_data_socket"]["friend_list"], keyof FriendList>]: never; }) | undefined;
|
|
10302
10315
|
list_apps_req?: ({
|
|
10303
10316
|
clan_id?: string | undefined;
|
|
10304
10317
|
} & {
|
|
10305
10318
|
clan_id?: string | undefined;
|
|
10306
|
-
} & { [
|
|
10319
|
+
} & { [K_354 in Exclude<keyof I["list_data_socket"]["list_apps_req"], "clan_id">]: never; }) | undefined;
|
|
10307
10320
|
channel_apps_list?: ({
|
|
10308
10321
|
channel_apps?: {
|
|
10309
10322
|
id?: string | undefined;
|
|
@@ -10331,14 +10344,14 @@ export declare const Envelope: {
|
|
|
10331
10344
|
channel_id?: string | undefined;
|
|
10332
10345
|
app_id?: string | undefined;
|
|
10333
10346
|
app_url?: string | undefined;
|
|
10334
|
-
} & { [
|
|
10347
|
+
} & { [K_355 in Exclude<keyof I["list_data_socket"]["channel_apps_list"]["channel_apps"][number], keyof import("../api/api").ChannelAppResponse>]: never; })[] & { [K_356 in Exclude<keyof I["list_data_socket"]["channel_apps_list"]["channel_apps"], keyof {
|
|
10335
10348
|
id?: string | undefined;
|
|
10336
10349
|
clan_id?: string | undefined;
|
|
10337
10350
|
channel_id?: string | undefined;
|
|
10338
10351
|
app_id?: string | undefined;
|
|
10339
10352
|
app_url?: string | undefined;
|
|
10340
10353
|
}[]>]: never; }) | undefined;
|
|
10341
|
-
} & { [
|
|
10354
|
+
} & { [K_357 in Exclude<keyof I["list_data_socket"]["channel_apps_list"], "channel_apps">]: never; }) | undefined;
|
|
10342
10355
|
user_activity_list?: ({
|
|
10343
10356
|
activities?: {
|
|
10344
10357
|
user_id?: string | undefined;
|
|
@@ -10378,7 +10391,7 @@ export declare const Envelope: {
|
|
|
10378
10391
|
end_time?: Date | undefined;
|
|
10379
10392
|
application_id?: string | undefined;
|
|
10380
10393
|
status?: number | undefined;
|
|
10381
|
-
} & { [
|
|
10394
|
+
} & { [K_358 in Exclude<keyof I["list_data_socket"]["user_activity_list"]["activities"][number], keyof UserActivity>]: never; })[] & { [K_359 in Exclude<keyof I["list_data_socket"]["user_activity_list"]["activities"], keyof {
|
|
10382
10395
|
user_id?: string | undefined;
|
|
10383
10396
|
activity_name?: string | undefined;
|
|
10384
10397
|
activity_type?: number | undefined;
|
|
@@ -10388,12 +10401,12 @@ export declare const Envelope: {
|
|
|
10388
10401
|
application_id?: string | undefined;
|
|
10389
10402
|
status?: number | undefined;
|
|
10390
10403
|
}[]>]: never; }) | undefined;
|
|
10391
|
-
} & { [
|
|
10404
|
+
} & { [K_360 in Exclude<keyof I["list_data_socket"]["user_activity_list"], "activities">]: never; }) | undefined;
|
|
10392
10405
|
list_clan_user_req?: ({
|
|
10393
10406
|
clan_id?: string | undefined;
|
|
10394
10407
|
} & {
|
|
10395
10408
|
clan_id?: string | undefined;
|
|
10396
|
-
} & { [
|
|
10409
|
+
} & { [K_361 in Exclude<keyof I["list_data_socket"]["list_clan_user_req"], "clan_id">]: never; }) | undefined;
|
|
10397
10410
|
clan_user_list?: ({
|
|
10398
10411
|
clan_users?: {
|
|
10399
10412
|
user?: {
|
|
@@ -10537,13 +10550,13 @@ export declare const Envelope: {
|
|
|
10537
10550
|
is_mobile?: boolean | undefined;
|
|
10538
10551
|
dob?: Date | undefined;
|
|
10539
10552
|
mezon_id?: string | undefined;
|
|
10540
|
-
list_nick_names?: (string[] & string[] & { [
|
|
10541
|
-
} & { [
|
|
10542
|
-
role_id?: (string[] & string[] & { [
|
|
10553
|
+
list_nick_names?: (string[] & string[] & { [K_362 in Exclude<keyof I["list_data_socket"]["clan_user_list"]["clan_users"][number]["user"]["list_nick_names"], keyof string[]>]: never; }) | undefined;
|
|
10554
|
+
} & { [K_363 in Exclude<keyof I["list_data_socket"]["clan_user_list"]["clan_users"][number]["user"], keyof import("../api/api").User>]: never; }) | undefined;
|
|
10555
|
+
role_id?: (string[] & string[] & { [K_364 in Exclude<keyof I["list_data_socket"]["clan_user_list"]["clan_users"][number]["role_id"], keyof string[]>]: never; }) | undefined;
|
|
10543
10556
|
clan_nick?: string | undefined;
|
|
10544
10557
|
clan_avatar?: string | undefined;
|
|
10545
10558
|
clan_id?: string | undefined;
|
|
10546
|
-
} & { [
|
|
10559
|
+
} & { [K_365 in Exclude<keyof I["list_data_socket"]["clan_user_list"]["clan_users"][number], keyof import("../api/api").ClanUserList_ClanUser>]: never; })[] & { [K_366 in Exclude<keyof I["list_data_socket"]["clan_user_list"]["clan_users"], keyof {
|
|
10547
10560
|
user?: {
|
|
10548
10561
|
id?: string | undefined;
|
|
10549
10562
|
username?: string | undefined;
|
|
@@ -10576,12 +10589,12 @@ export declare const Envelope: {
|
|
|
10576
10589
|
}[]>]: never; }) | undefined;
|
|
10577
10590
|
cursor?: string | undefined;
|
|
10578
10591
|
clan_id?: string | undefined;
|
|
10579
|
-
} & { [
|
|
10592
|
+
} & { [K_367 in Exclude<keyof I["list_data_socket"]["clan_user_list"], keyof ClanUserList>]: never; }) | undefined;
|
|
10580
10593
|
list_event_req?: ({
|
|
10581
10594
|
clan_id?: string | undefined;
|
|
10582
10595
|
} & {
|
|
10583
10596
|
clan_id?: string | undefined;
|
|
10584
|
-
} & { [
|
|
10597
|
+
} & { [K_368 in Exclude<keyof I["list_data_socket"]["list_event_req"], "clan_id">]: never; }) | undefined;
|
|
10585
10598
|
event_list?: ({
|
|
10586
10599
|
events?: {
|
|
10587
10600
|
id?: string | undefined;
|
|
@@ -10679,7 +10692,7 @@ export declare const Envelope: {
|
|
|
10679
10692
|
address?: string | undefined;
|
|
10680
10693
|
start_time?: Date | undefined;
|
|
10681
10694
|
end_time?: Date | undefined;
|
|
10682
|
-
user_ids?: (string[] & string[] & { [
|
|
10695
|
+
user_ids?: (string[] & string[] & { [K_369 in Exclude<keyof I["list_data_socket"]["event_list"]["events"][number]["user_ids"], keyof string[]>]: never; }) | undefined;
|
|
10683
10696
|
create_time?: Date | undefined;
|
|
10684
10697
|
max_permission?: number | undefined;
|
|
10685
10698
|
channel_id?: string | undefined;
|
|
@@ -10698,8 +10711,8 @@ export declare const Envelope: {
|
|
|
10698
10711
|
external_link?: string | undefined;
|
|
10699
10712
|
creator_id?: string | undefined;
|
|
10700
10713
|
event_id?: string | undefined;
|
|
10701
|
-
} & { [
|
|
10702
|
-
} & { [
|
|
10714
|
+
} & { [K_370 in Exclude<keyof I["list_data_socket"]["event_list"]["events"][number]["meet_room"], keyof import("../api/api").GenerateMezonMeetResponse>]: never; }) | undefined;
|
|
10715
|
+
} & { [K_371 in Exclude<keyof I["list_data_socket"]["event_list"]["events"][number], keyof import("../api/api").EventManagement>]: never; })[] & { [K_372 in Exclude<keyof I["list_data_socket"]["event_list"]["events"], keyof {
|
|
10703
10716
|
id?: string | undefined;
|
|
10704
10717
|
title?: string | undefined;
|
|
10705
10718
|
logo?: string | undefined;
|
|
@@ -10727,7 +10740,7 @@ export declare const Envelope: {
|
|
|
10727
10740
|
event_id?: string | undefined;
|
|
10728
10741
|
} | undefined;
|
|
10729
10742
|
}[]>]: never; }) | undefined;
|
|
10730
|
-
} & { [
|
|
10743
|
+
} & { [K_373 in Exclude<keyof I["list_data_socket"]["event_list"], "events">]: never; }) | undefined;
|
|
10731
10744
|
list_category_req?: ({
|
|
10732
10745
|
creator_id?: string | undefined;
|
|
10733
10746
|
clan_id?: string | undefined;
|
|
@@ -10740,7 +10753,7 @@ export declare const Envelope: {
|
|
|
10740
10753
|
category_name?: string | undefined;
|
|
10741
10754
|
category_id?: string | undefined;
|
|
10742
10755
|
category_order?: number | undefined;
|
|
10743
|
-
} & { [
|
|
10756
|
+
} & { [K_374 in Exclude<keyof I["list_data_socket"]["list_category_req"], keyof CategoryDesc>]: never; }) | undefined;
|
|
10744
10757
|
category_list?: ({
|
|
10745
10758
|
categorydesc?: {
|
|
10746
10759
|
creator_id?: string | undefined;
|
|
@@ -10768,14 +10781,14 @@ export declare const Envelope: {
|
|
|
10768
10781
|
category_name?: string | undefined;
|
|
10769
10782
|
category_id?: string | undefined;
|
|
10770
10783
|
category_order?: number | undefined;
|
|
10771
|
-
} & { [
|
|
10784
|
+
} & { [K_375 in Exclude<keyof I["list_data_socket"]["category_list"]["categorydesc"][number], keyof CategoryDesc>]: never; })[] & { [K_376 in Exclude<keyof I["list_data_socket"]["category_list"]["categorydesc"], keyof {
|
|
10772
10785
|
creator_id?: string | undefined;
|
|
10773
10786
|
clan_id?: string | undefined;
|
|
10774
10787
|
category_name?: string | undefined;
|
|
10775
10788
|
category_id?: string | undefined;
|
|
10776
10789
|
category_order?: number | undefined;
|
|
10777
10790
|
}[]>]: never; }) | undefined;
|
|
10778
|
-
} & { [
|
|
10791
|
+
} & { [K_377 in Exclude<keyof I["list_data_socket"]["category_list"], "categorydesc">]: never; }) | undefined;
|
|
10779
10792
|
stream_user_list?: ({
|
|
10780
10793
|
streaming_channel_users?: {
|
|
10781
10794
|
id?: string | undefined;
|
|
@@ -10799,14 +10812,14 @@ export declare const Envelope: {
|
|
|
10799
10812
|
user_id?: string | undefined;
|
|
10800
10813
|
channel_id?: string | undefined;
|
|
10801
10814
|
participant?: string | undefined;
|
|
10802
|
-
} & { [
|
|
10815
|
+
} & { [K_378 in Exclude<keyof I["list_data_socket"]["stream_user_list"]["streaming_channel_users"][number], keyof import("../api/api").StreamingChannelUser>]: never; })[] & { [K_379 in Exclude<keyof I["list_data_socket"]["stream_user_list"]["streaming_channel_users"], keyof {
|
|
10803
10816
|
id?: string | undefined;
|
|
10804
10817
|
user_id?: string | undefined;
|
|
10805
10818
|
channel_id?: string | undefined;
|
|
10806
10819
|
participant?: string | undefined;
|
|
10807
10820
|
}[]>]: never; }) | undefined;
|
|
10808
|
-
} & { [
|
|
10809
|
-
} & { [
|
|
10821
|
+
} & { [K_380 in Exclude<keyof I["list_data_socket"]["stream_user_list"], "streaming_channel_users">]: never; }) | undefined;
|
|
10822
|
+
} & { [K_381 in Exclude<keyof I["list_data_socket"], keyof ListDataSocket>]: never; }) | undefined;
|
|
10810
10823
|
quick_menu_event?: ({
|
|
10811
10824
|
menu_name?: string | undefined;
|
|
10812
10825
|
message?: {
|
|
@@ -10927,7 +10940,7 @@ export declare const Envelope: {
|
|
|
10927
10940
|
create_time?: Date | undefined;
|
|
10928
10941
|
s?: number | undefined;
|
|
10929
10942
|
e?: number | undefined;
|
|
10930
|
-
} & { [
|
|
10943
|
+
} & { [K_382 in Exclude<keyof I["quick_menu_event"]["message"]["mentions"][number], keyof MessageMention>]: never; })[] & { [K_383 in Exclude<keyof I["quick_menu_event"]["message"]["mentions"], keyof {
|
|
10931
10944
|
id?: string | undefined;
|
|
10932
10945
|
user_id?: string | undefined;
|
|
10933
10946
|
username?: string | undefined;
|
|
@@ -10961,7 +10974,7 @@ export declare const Envelope: {
|
|
|
10961
10974
|
width?: number | undefined;
|
|
10962
10975
|
height?: number | undefined;
|
|
10963
10976
|
thumbnail?: string | undefined;
|
|
10964
|
-
} & { [
|
|
10977
|
+
} & { [K_384 in Exclude<keyof I["quick_menu_event"]["message"]["attachments"][number], keyof MessageAttachment>]: never; })[] & { [K_385 in Exclude<keyof I["quick_menu_event"]["message"]["attachments"], keyof {
|
|
10965
10978
|
filename?: string | undefined;
|
|
10966
10979
|
size?: number | undefined;
|
|
10967
10980
|
url?: string | undefined;
|
|
@@ -11003,7 +11016,7 @@ export declare const Envelope: {
|
|
|
11003
11016
|
mesages_sender_avatar?: string | undefined;
|
|
11004
11017
|
message_sender_clan_nick?: string | undefined;
|
|
11005
11018
|
message_sender_display_name?: string | undefined;
|
|
11006
|
-
} & { [
|
|
11019
|
+
} & { [K_386 in Exclude<keyof I["quick_menu_event"]["message"]["references"][number], keyof MessageRef>]: never; })[] & { [K_387 in Exclude<keyof I["quick_menu_event"]["message"]["references"], keyof {
|
|
11007
11020
|
message_id?: string | undefined;
|
|
11008
11021
|
message_ref_id?: string | undefined;
|
|
11009
11022
|
content?: string | undefined;
|
|
@@ -11022,9 +11035,9 @@ export declare const Envelope: {
|
|
|
11022
11035
|
is_public?: boolean | undefined;
|
|
11023
11036
|
code?: number | undefined;
|
|
11024
11037
|
topic_id?: string | undefined;
|
|
11025
|
-
} & { [
|
|
11026
|
-
} & { [
|
|
11027
|
-
} & { [
|
|
11038
|
+
} & { [K_388 in Exclude<keyof I["quick_menu_event"]["message"], keyof ChannelMessageSend>]: never; }) | undefined;
|
|
11039
|
+
} & { [K_389 in Exclude<keyof I["quick_menu_event"], keyof QuickMenuDataEvent>]: never; }) | undefined;
|
|
11040
|
+
} & { [K_390 in Exclude<keyof I, keyof Envelope>]: never; }>(base?: I | undefined): Envelope;
|
|
11028
11041
|
fromPartial<I_1 extends {
|
|
11029
11042
|
cid?: string | undefined;
|
|
11030
11043
|
channel?: {
|
|
@@ -11963,6 +11976,7 @@ export declare const Envelope: {
|
|
|
11963
11976
|
topic_id?: string | undefined;
|
|
11964
11977
|
} | undefined;
|
|
11965
11978
|
} | undefined;
|
|
11979
|
+
follow_event?: {} | undefined;
|
|
11966
11980
|
channel_app_event?: {
|
|
11967
11981
|
user_id?: string | undefined;
|
|
11968
11982
|
username?: string | undefined;
|
|
@@ -12340,6 +12354,7 @@ export declare const Envelope: {
|
|
|
12340
12354
|
clan_nick?: string | undefined;
|
|
12341
12355
|
clan_avatar?: string | undefined;
|
|
12342
12356
|
clan_id?: string | undefined;
|
|
12357
|
+
added_by?: string | undefined;
|
|
12343
12358
|
}[] | undefined;
|
|
12344
12359
|
cursor?: string | undefined;
|
|
12345
12360
|
channel_id?: string | undefined;
|
|
@@ -13046,7 +13061,7 @@ export declare const Envelope: {
|
|
|
13046
13061
|
status?: string | undefined;
|
|
13047
13062
|
is_mobile?: boolean | undefined;
|
|
13048
13063
|
metadata?: string | undefined;
|
|
13049
|
-
} & { [
|
|
13064
|
+
} & { [K_391 in Exclude<keyof I_1["channel"]["presences"][number], keyof UserPresence>]: never; })[] & { [K_392 in Exclude<keyof I_1["channel"]["presences"], keyof {
|
|
13050
13065
|
user_id?: string | undefined;
|
|
13051
13066
|
session_id?: string | undefined;
|
|
13052
13067
|
username?: string | undefined;
|
|
@@ -13071,16 +13086,16 @@ export declare const Envelope: {
|
|
|
13071
13086
|
status?: string | undefined;
|
|
13072
13087
|
is_mobile?: boolean | undefined;
|
|
13073
13088
|
metadata?: string | undefined;
|
|
13074
|
-
} & { [
|
|
13089
|
+
} & { [K_393 in Exclude<keyof I_1["channel"]["self"], keyof UserPresence>]: never; }) | undefined;
|
|
13075
13090
|
chanel_label?: string | undefined;
|
|
13076
13091
|
clan_logo?: string | undefined;
|
|
13077
13092
|
category_name?: string | undefined;
|
|
13078
|
-
} & { [
|
|
13093
|
+
} & { [K_394 in Exclude<keyof I_1["channel"], keyof Channel>]: never; }) | undefined;
|
|
13079
13094
|
clan_join?: ({
|
|
13080
13095
|
clan_id?: string | undefined;
|
|
13081
13096
|
} & {
|
|
13082
13097
|
clan_id?: string | undefined;
|
|
13083
|
-
} & { [
|
|
13098
|
+
} & { [K_395 in Exclude<keyof I_1["clan_join"], "clan_id">]: never; }) | undefined;
|
|
13084
13099
|
channel_join?: ({
|
|
13085
13100
|
clan_id?: string | undefined;
|
|
13086
13101
|
channel_id?: string | undefined;
|
|
@@ -13091,7 +13106,7 @@ export declare const Envelope: {
|
|
|
13091
13106
|
channel_id?: string | undefined;
|
|
13092
13107
|
channel_type?: number | undefined;
|
|
13093
13108
|
is_public?: boolean | undefined;
|
|
13094
|
-
} & { [
|
|
13109
|
+
} & { [K_396 in Exclude<keyof I_1["channel_join"], keyof ChannelJoin>]: never; }) | undefined;
|
|
13095
13110
|
channel_leave?: ({
|
|
13096
13111
|
clan_id?: string | undefined;
|
|
13097
13112
|
channel_id?: string | undefined;
|
|
@@ -13102,7 +13117,7 @@ export declare const Envelope: {
|
|
|
13102
13117
|
channel_id?: string | undefined;
|
|
13103
13118
|
channel_type?: number | undefined;
|
|
13104
13119
|
is_public?: boolean | undefined;
|
|
13105
|
-
} & { [
|
|
13120
|
+
} & { [K_397 in Exclude<keyof I_1["channel_leave"], keyof ChannelLeave>]: never; }) | undefined;
|
|
13106
13121
|
channel_message?: ({
|
|
13107
13122
|
clan_id?: string | undefined;
|
|
13108
13123
|
channel_id?: string | undefined;
|
|
@@ -13159,7 +13174,7 @@ export declare const Envelope: {
|
|
|
13159
13174
|
hide_editted?: boolean | undefined;
|
|
13160
13175
|
is_public?: boolean | undefined;
|
|
13161
13176
|
topic_id?: string | undefined;
|
|
13162
|
-
} & { [
|
|
13177
|
+
} & { [K_398 in Exclude<keyof I_1["channel_message"], keyof ChannelMessage>]: never; }) | undefined;
|
|
13163
13178
|
channel_message_ack?: ({
|
|
13164
13179
|
channel_id?: string | undefined;
|
|
13165
13180
|
message_id?: string | undefined;
|
|
@@ -13180,7 +13195,7 @@ export declare const Envelope: {
|
|
|
13180
13195
|
persistent?: boolean | undefined;
|
|
13181
13196
|
clan_logo?: string | undefined;
|
|
13182
13197
|
category_name?: string | undefined;
|
|
13183
|
-
} & { [
|
|
13198
|
+
} & { [K_399 in Exclude<keyof I_1["channel_message_ack"], keyof ChannelMessageAck>]: never; }) | undefined;
|
|
13184
13199
|
channel_message_send?: ({
|
|
13185
13200
|
clan_id?: string | undefined;
|
|
13186
13201
|
channel_id?: string | undefined;
|
|
@@ -13254,7 +13269,7 @@ export declare const Envelope: {
|
|
|
13254
13269
|
create_time?: Date | undefined;
|
|
13255
13270
|
s?: number | undefined;
|
|
13256
13271
|
e?: number | undefined;
|
|
13257
|
-
} & { [
|
|
13272
|
+
} & { [K_400 in Exclude<keyof I_1["channel_message_send"]["mentions"][number], keyof MessageMention>]: never; })[] & { [K_401 in Exclude<keyof I_1["channel_message_send"]["mentions"], keyof {
|
|
13258
13273
|
id?: string | undefined;
|
|
13259
13274
|
user_id?: string | undefined;
|
|
13260
13275
|
username?: string | undefined;
|
|
@@ -13288,7 +13303,7 @@ export declare const Envelope: {
|
|
|
13288
13303
|
width?: number | undefined;
|
|
13289
13304
|
height?: number | undefined;
|
|
13290
13305
|
thumbnail?: string | undefined;
|
|
13291
|
-
} & { [
|
|
13306
|
+
} & { [K_402 in Exclude<keyof I_1["channel_message_send"]["attachments"][number], keyof MessageAttachment>]: never; })[] & { [K_403 in Exclude<keyof I_1["channel_message_send"]["attachments"], keyof {
|
|
13292
13307
|
filename?: string | undefined;
|
|
13293
13308
|
size?: number | undefined;
|
|
13294
13309
|
url?: string | undefined;
|
|
@@ -13330,7 +13345,7 @@ export declare const Envelope: {
|
|
|
13330
13345
|
mesages_sender_avatar?: string | undefined;
|
|
13331
13346
|
message_sender_clan_nick?: string | undefined;
|
|
13332
13347
|
message_sender_display_name?: string | undefined;
|
|
13333
|
-
} & { [
|
|
13348
|
+
} & { [K_404 in Exclude<keyof I_1["channel_message_send"]["references"][number], keyof MessageRef>]: never; })[] & { [K_405 in Exclude<keyof I_1["channel_message_send"]["references"], keyof {
|
|
13334
13349
|
message_id?: string | undefined;
|
|
13335
13350
|
message_ref_id?: string | undefined;
|
|
13336
13351
|
content?: string | undefined;
|
|
@@ -13349,7 +13364,7 @@ export declare const Envelope: {
|
|
|
13349
13364
|
is_public?: boolean | undefined;
|
|
13350
13365
|
code?: number | undefined;
|
|
13351
13366
|
topic_id?: string | undefined;
|
|
13352
|
-
} & { [
|
|
13367
|
+
} & { [K_406 in Exclude<keyof I_1["channel_message_send"], keyof ChannelMessageSend>]: never; }) | undefined;
|
|
13353
13368
|
channel_message_update?: ({
|
|
13354
13369
|
clan_id?: string | undefined;
|
|
13355
13370
|
channel_id?: string | undefined;
|
|
@@ -13411,7 +13426,7 @@ export declare const Envelope: {
|
|
|
13411
13426
|
create_time?: Date | undefined;
|
|
13412
13427
|
s?: number | undefined;
|
|
13413
13428
|
e?: number | undefined;
|
|
13414
|
-
} & { [
|
|
13429
|
+
} & { [K_407 in Exclude<keyof I_1["channel_message_update"]["mentions"][number], keyof MessageMention>]: never; })[] & { [K_408 in Exclude<keyof I_1["channel_message_update"]["mentions"], keyof {
|
|
13415
13430
|
id?: string | undefined;
|
|
13416
13431
|
user_id?: string | undefined;
|
|
13417
13432
|
username?: string | undefined;
|
|
@@ -13445,7 +13460,7 @@ export declare const Envelope: {
|
|
|
13445
13460
|
width?: number | undefined;
|
|
13446
13461
|
height?: number | undefined;
|
|
13447
13462
|
thumbnail?: string | undefined;
|
|
13448
|
-
} & { [
|
|
13463
|
+
} & { [K_409 in Exclude<keyof I_1["channel_message_update"]["attachments"][number], keyof MessageAttachment>]: never; })[] & { [K_410 in Exclude<keyof I_1["channel_message_update"]["attachments"], keyof {
|
|
13449
13464
|
filename?: string | undefined;
|
|
13450
13465
|
size?: number | undefined;
|
|
13451
13466
|
url?: string | undefined;
|
|
@@ -13459,7 +13474,7 @@ export declare const Envelope: {
|
|
|
13459
13474
|
hide_editted?: boolean | undefined;
|
|
13460
13475
|
topic_id?: string | undefined;
|
|
13461
13476
|
is_update_msg_topic?: boolean | undefined;
|
|
13462
|
-
} & { [
|
|
13477
|
+
} & { [K_411 in Exclude<keyof I_1["channel_message_update"], keyof ChannelMessageUpdate>]: never; }) | undefined;
|
|
13463
13478
|
channel_message_remove?: ({
|
|
13464
13479
|
clan_id?: string | undefined;
|
|
13465
13480
|
channel_id?: string | undefined;
|
|
@@ -13476,7 +13491,7 @@ export declare const Envelope: {
|
|
|
13476
13491
|
is_public?: boolean | undefined;
|
|
13477
13492
|
has_attachment?: boolean | undefined;
|
|
13478
13493
|
topic_id?: string | undefined;
|
|
13479
|
-
} & { [
|
|
13494
|
+
} & { [K_412 in Exclude<keyof I_1["channel_message_remove"], keyof ChannelMessageRemove>]: never; }) | undefined;
|
|
13480
13495
|
channel_presence_event?: ({
|
|
13481
13496
|
channel_id?: string | undefined;
|
|
13482
13497
|
joins?: {
|
|
@@ -13526,7 +13541,7 @@ export declare const Envelope: {
|
|
|
13526
13541
|
status?: string | undefined;
|
|
13527
13542
|
is_mobile?: boolean | undefined;
|
|
13528
13543
|
metadata?: string | undefined;
|
|
13529
|
-
} & { [
|
|
13544
|
+
} & { [K_413 in Exclude<keyof I_1["channel_presence_event"]["joins"][number], keyof UserPresence>]: never; })[] & { [K_414 in Exclude<keyof I_1["channel_presence_event"]["joins"], keyof {
|
|
13530
13545
|
user_id?: string | undefined;
|
|
13531
13546
|
session_id?: string | undefined;
|
|
13532
13547
|
username?: string | undefined;
|
|
@@ -13559,7 +13574,7 @@ export declare const Envelope: {
|
|
|
13559
13574
|
status?: string | undefined;
|
|
13560
13575
|
is_mobile?: boolean | undefined;
|
|
13561
13576
|
metadata?: string | undefined;
|
|
13562
|
-
} & { [
|
|
13577
|
+
} & { [K_415 in Exclude<keyof I_1["channel_presence_event"]["leaves"][number], keyof UserPresence>]: never; })[] & { [K_416 in Exclude<keyof I_1["channel_presence_event"]["leaves"], keyof {
|
|
13563
13578
|
user_id?: string | undefined;
|
|
13564
13579
|
session_id?: string | undefined;
|
|
13565
13580
|
username?: string | undefined;
|
|
@@ -13571,7 +13586,7 @@ export declare const Envelope: {
|
|
|
13571
13586
|
clan_logo?: string | undefined;
|
|
13572
13587
|
category_name?: string | undefined;
|
|
13573
13588
|
mode?: number | undefined;
|
|
13574
|
-
} & { [
|
|
13589
|
+
} & { [K_417 in Exclude<keyof I_1["channel_presence_event"], keyof ChannelPresenceEvent>]: never; }) | undefined;
|
|
13575
13590
|
error?: ({
|
|
13576
13591
|
code?: number | undefined;
|
|
13577
13592
|
message?: string | undefined;
|
|
@@ -13585,8 +13600,8 @@ export declare const Envelope: {
|
|
|
13585
13600
|
[x: string]: string | undefined;
|
|
13586
13601
|
} & {
|
|
13587
13602
|
[x: string]: string | undefined;
|
|
13588
|
-
} & { [
|
|
13589
|
-
} & { [
|
|
13603
|
+
} & { [K_418 in Exclude<keyof I_1["error"]["context"], string | number>]: never; }) | undefined;
|
|
13604
|
+
} & { [K_419 in Exclude<keyof I_1["error"], keyof Error>]: never; }) | undefined;
|
|
13590
13605
|
notifications?: ({
|
|
13591
13606
|
notifications?: {
|
|
13592
13607
|
id?: string | undefined;
|
|
@@ -13865,8 +13880,8 @@ export declare const Envelope: {
|
|
|
13865
13880
|
creator_id?: string | undefined;
|
|
13866
13881
|
channel_label?: string | undefined;
|
|
13867
13882
|
channel_private?: number | undefined;
|
|
13868
|
-
channel_avatar?: (string[] & string[] & { [
|
|
13869
|
-
user_id?: (string[] & string[] & { [
|
|
13883
|
+
channel_avatar?: (string[] & string[] & { [K_420 in Exclude<keyof I_1["notifications"]["notifications"][number]["channel"]["channel_avatar"], keyof string[]>]: never; }) | undefined;
|
|
13884
|
+
user_id?: (string[] & string[] & { [K_421 in Exclude<keyof I_1["notifications"]["notifications"][number]["channel"]["user_id"], keyof string[]>]: never; }) | undefined;
|
|
13870
13885
|
last_sent_message?: ({
|
|
13871
13886
|
id?: string | undefined;
|
|
13872
13887
|
timestamp_seconds?: number | undefined;
|
|
@@ -13886,8 +13901,8 @@ export declare const Envelope: {
|
|
|
13886
13901
|
reference?: string | undefined;
|
|
13887
13902
|
mention?: string | undefined;
|
|
13888
13903
|
reaction?: string | undefined;
|
|
13889
|
-
repliers?: (string[] & string[] & { [
|
|
13890
|
-
} & { [
|
|
13904
|
+
repliers?: (string[] & string[] & { [K_422 in Exclude<keyof I_1["notifications"]["notifications"][number]["channel"]["last_sent_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
13905
|
+
} & { [K_423 in Exclude<keyof I_1["notifications"]["notifications"][number]["channel"]["last_sent_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
13891
13906
|
last_seen_message?: ({
|
|
13892
13907
|
id?: string | undefined;
|
|
13893
13908
|
timestamp_seconds?: number | undefined;
|
|
@@ -13907,30 +13922,30 @@ export declare const Envelope: {
|
|
|
13907
13922
|
reference?: string | undefined;
|
|
13908
13923
|
mention?: string | undefined;
|
|
13909
13924
|
reaction?: string | undefined;
|
|
13910
|
-
repliers?: (string[] & string[] & { [
|
|
13911
|
-
} & { [
|
|
13912
|
-
is_online?: (boolean[] & boolean[] & { [
|
|
13925
|
+
repliers?: (string[] & string[] & { [K_424 in Exclude<keyof I_1["notifications"]["notifications"][number]["channel"]["last_seen_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
13926
|
+
} & { [K_425 in Exclude<keyof I_1["notifications"]["notifications"][number]["channel"]["last_seen_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
13927
|
+
is_online?: (boolean[] & boolean[] & { [K_426 in Exclude<keyof I_1["notifications"]["notifications"][number]["channel"]["is_online"], keyof boolean[]>]: never; }) | undefined;
|
|
13913
13928
|
meeting_code?: string | undefined;
|
|
13914
13929
|
count_mess_unread?: number | undefined;
|
|
13915
13930
|
active?: number | undefined;
|
|
13916
13931
|
last_pin_message?: string | undefined;
|
|
13917
|
-
usernames?: (string[] & string[] & { [
|
|
13932
|
+
usernames?: (string[] & string[] & { [K_427 in Exclude<keyof I_1["notifications"]["notifications"][number]["channel"]["usernames"], keyof string[]>]: never; }) | undefined;
|
|
13918
13933
|
creator_name?: string | undefined;
|
|
13919
13934
|
create_time_seconds?: number | undefined;
|
|
13920
13935
|
update_time_seconds?: number | undefined;
|
|
13921
|
-
metadata?: (string[] & string[] & { [
|
|
13922
|
-
about_me?: (string[] & string[] & { [
|
|
13936
|
+
metadata?: (string[] & string[] & { [K_428 in Exclude<keyof I_1["notifications"]["notifications"][number]["channel"]["metadata"], keyof string[]>]: never; }) | undefined;
|
|
13937
|
+
about_me?: (string[] & string[] & { [K_429 in Exclude<keyof I_1["notifications"]["notifications"][number]["channel"]["about_me"], keyof string[]>]: never; }) | undefined;
|
|
13923
13938
|
clan_name?: string | undefined;
|
|
13924
13939
|
app_id?: string | undefined;
|
|
13925
13940
|
is_mute?: boolean | undefined;
|
|
13926
13941
|
age_restricted?: number | undefined;
|
|
13927
13942
|
topic?: string | undefined;
|
|
13928
13943
|
e2ee?: number | undefined;
|
|
13929
|
-
display_names?: (string[] & string[] & { [
|
|
13930
|
-
} & { [
|
|
13944
|
+
display_names?: (string[] & string[] & { [K_430 in Exclude<keyof I_1["notifications"]["notifications"][number]["channel"]["display_names"], keyof string[]>]: never; }) | undefined;
|
|
13945
|
+
} & { [K_431 in Exclude<keyof I_1["notifications"]["notifications"][number]["channel"], keyof ChannelDescription1>]: never; }) | undefined;
|
|
13931
13946
|
topic_id?: string | undefined;
|
|
13932
13947
|
category?: number | undefined;
|
|
13933
|
-
} & { [
|
|
13948
|
+
} & { [K_432 in Exclude<keyof I_1["notifications"]["notifications"][number], keyof Notification>]: never; })[] & { [K_433 in Exclude<keyof I_1["notifications"]["notifications"], keyof {
|
|
13934
13949
|
id?: string | undefined;
|
|
13935
13950
|
subject?: string | undefined;
|
|
13936
13951
|
content?: string | undefined;
|
|
@@ -13998,7 +14013,7 @@ export declare const Envelope: {
|
|
|
13998
14013
|
topic_id?: string | undefined;
|
|
13999
14014
|
category?: number | undefined;
|
|
14000
14015
|
}[]>]: never; }) | undefined;
|
|
14001
|
-
} & { [
|
|
14016
|
+
} & { [K_434 in Exclude<keyof I_1["notifications"], "notifications">]: never; }) | undefined;
|
|
14002
14017
|
rpc?: ({
|
|
14003
14018
|
id?: string | undefined;
|
|
14004
14019
|
payload?: string | undefined;
|
|
@@ -14007,7 +14022,7 @@ export declare const Envelope: {
|
|
|
14007
14022
|
id?: string | undefined;
|
|
14008
14023
|
payload?: string | undefined;
|
|
14009
14024
|
http_key?: string | undefined;
|
|
14010
|
-
} & { [
|
|
14025
|
+
} & { [K_435 in Exclude<keyof I_1["rpc"], keyof Rpc>]: never; }) | undefined;
|
|
14011
14026
|
status?: ({
|
|
14012
14027
|
presences?: {
|
|
14013
14028
|
user_id?: string | undefined;
|
|
@@ -14043,7 +14058,7 @@ export declare const Envelope: {
|
|
|
14043
14058
|
status?: string | undefined;
|
|
14044
14059
|
is_mobile?: boolean | undefined;
|
|
14045
14060
|
metadata?: string | undefined;
|
|
14046
|
-
} & { [
|
|
14061
|
+
} & { [K_436 in Exclude<keyof I_1["status"]["presences"][number], keyof UserPresence>]: never; })[] & { [K_437 in Exclude<keyof I_1["status"]["presences"], keyof {
|
|
14047
14062
|
user_id?: string | undefined;
|
|
14048
14063
|
session_id?: string | undefined;
|
|
14049
14064
|
username?: string | undefined;
|
|
@@ -14052,14 +14067,14 @@ export declare const Envelope: {
|
|
|
14052
14067
|
is_mobile?: boolean | undefined;
|
|
14053
14068
|
metadata?: string | undefined;
|
|
14054
14069
|
}[]>]: never; }) | undefined;
|
|
14055
|
-
} & { [
|
|
14070
|
+
} & { [K_438 in Exclude<keyof I_1["status"], "presences">]: never; }) | undefined;
|
|
14056
14071
|
status_follow?: ({
|
|
14057
14072
|
user_ids?: string[] | undefined;
|
|
14058
14073
|
usernames?: string[] | undefined;
|
|
14059
14074
|
} & {
|
|
14060
|
-
user_ids?: (string[] & string[] & { [
|
|
14061
|
-
usernames?: (string[] & string[] & { [
|
|
14062
|
-
} & { [
|
|
14075
|
+
user_ids?: (string[] & string[] & { [K_439 in Exclude<keyof I_1["status_follow"]["user_ids"], keyof string[]>]: never; }) | undefined;
|
|
14076
|
+
usernames?: (string[] & string[] & { [K_440 in Exclude<keyof I_1["status_follow"]["usernames"], keyof string[]>]: never; }) | undefined;
|
|
14077
|
+
} & { [K_441 in Exclude<keyof I_1["status_follow"], keyof StatusFollow>]: never; }) | undefined;
|
|
14063
14078
|
status_presence_event?: ({
|
|
14064
14079
|
joins?: {
|
|
14065
14080
|
user_id?: string | undefined;
|
|
@@ -14104,7 +14119,7 @@ export declare const Envelope: {
|
|
|
14104
14119
|
status?: string | undefined;
|
|
14105
14120
|
is_mobile?: boolean | undefined;
|
|
14106
14121
|
metadata?: string | undefined;
|
|
14107
|
-
} & { [
|
|
14122
|
+
} & { [K_442 in Exclude<keyof I_1["status_presence_event"]["joins"][number], keyof UserPresence>]: never; })[] & { [K_443 in Exclude<keyof I_1["status_presence_event"]["joins"], keyof {
|
|
14108
14123
|
user_id?: string | undefined;
|
|
14109
14124
|
session_id?: string | undefined;
|
|
14110
14125
|
username?: string | undefined;
|
|
@@ -14137,7 +14152,7 @@ export declare const Envelope: {
|
|
|
14137
14152
|
status?: string | undefined;
|
|
14138
14153
|
is_mobile?: boolean | undefined;
|
|
14139
14154
|
metadata?: string | undefined;
|
|
14140
|
-
} & { [
|
|
14155
|
+
} & { [K_444 in Exclude<keyof I_1["status_presence_event"]["leaves"][number], keyof UserPresence>]: never; })[] & { [K_445 in Exclude<keyof I_1["status_presence_event"]["leaves"], keyof {
|
|
14141
14156
|
user_id?: string | undefined;
|
|
14142
14157
|
session_id?: string | undefined;
|
|
14143
14158
|
username?: string | undefined;
|
|
@@ -14146,17 +14161,17 @@ export declare const Envelope: {
|
|
|
14146
14161
|
is_mobile?: boolean | undefined;
|
|
14147
14162
|
metadata?: string | undefined;
|
|
14148
14163
|
}[]>]: never; }) | undefined;
|
|
14149
|
-
} & { [
|
|
14164
|
+
} & { [K_446 in Exclude<keyof I_1["status_presence_event"], keyof StatusPresenceEvent>]: never; }) | undefined;
|
|
14150
14165
|
status_unfollow?: ({
|
|
14151
14166
|
user_ids?: string[] | undefined;
|
|
14152
14167
|
} & {
|
|
14153
|
-
user_ids?: (string[] & string[] & { [
|
|
14154
|
-
} & { [
|
|
14168
|
+
user_ids?: (string[] & string[] & { [K_447 in Exclude<keyof I_1["status_unfollow"]["user_ids"], keyof string[]>]: never; }) | undefined;
|
|
14169
|
+
} & { [K_448 in Exclude<keyof I_1["status_unfollow"], "user_ids">]: never; }) | undefined;
|
|
14155
14170
|
status_update?: ({
|
|
14156
14171
|
status?: string | undefined;
|
|
14157
14172
|
} & {
|
|
14158
14173
|
status?: string | undefined;
|
|
14159
|
-
} & { [
|
|
14174
|
+
} & { [K_449 in Exclude<keyof I_1["status_update"], "status">]: never; }) | undefined;
|
|
14160
14175
|
stream_data?: ({
|
|
14161
14176
|
stream?: {
|
|
14162
14177
|
mode?: number | undefined;
|
|
@@ -14186,7 +14201,7 @@ export declare const Envelope: {
|
|
|
14186
14201
|
channel_id?: string | undefined;
|
|
14187
14202
|
clan_id?: string | undefined;
|
|
14188
14203
|
label?: string | undefined;
|
|
14189
|
-
} & { [
|
|
14204
|
+
} & { [K_450 in Exclude<keyof I_1["stream_data"]["stream"], keyof Stream>]: never; }) | undefined;
|
|
14190
14205
|
sender?: ({
|
|
14191
14206
|
user_id?: string | undefined;
|
|
14192
14207
|
session_id?: string | undefined;
|
|
@@ -14203,10 +14218,10 @@ export declare const Envelope: {
|
|
|
14203
14218
|
status?: string | undefined;
|
|
14204
14219
|
is_mobile?: boolean | undefined;
|
|
14205
14220
|
metadata?: string | undefined;
|
|
14206
|
-
} & { [
|
|
14221
|
+
} & { [K_451 in Exclude<keyof I_1["stream_data"]["sender"], keyof UserPresence>]: never; }) | undefined;
|
|
14207
14222
|
data?: string | undefined;
|
|
14208
14223
|
reliable?: boolean | undefined;
|
|
14209
|
-
} & { [
|
|
14224
|
+
} & { [K_452 in Exclude<keyof I_1["stream_data"], keyof StreamData>]: never; }) | undefined;
|
|
14210
14225
|
stream_presence_event?: ({
|
|
14211
14226
|
stream?: {
|
|
14212
14227
|
mode?: number | undefined;
|
|
@@ -14243,7 +14258,7 @@ export declare const Envelope: {
|
|
|
14243
14258
|
channel_id?: string | undefined;
|
|
14244
14259
|
clan_id?: string | undefined;
|
|
14245
14260
|
label?: string | undefined;
|
|
14246
|
-
} & { [
|
|
14261
|
+
} & { [K_453 in Exclude<keyof I_1["stream_presence_event"]["stream"], keyof Stream>]: never; }) | undefined;
|
|
14247
14262
|
joins?: ({
|
|
14248
14263
|
user_id?: string | undefined;
|
|
14249
14264
|
session_id?: string | undefined;
|
|
@@ -14268,7 +14283,7 @@ export declare const Envelope: {
|
|
|
14268
14283
|
status?: string | undefined;
|
|
14269
14284
|
is_mobile?: boolean | undefined;
|
|
14270
14285
|
metadata?: string | undefined;
|
|
14271
|
-
} & { [
|
|
14286
|
+
} & { [K_454 in Exclude<keyof I_1["stream_presence_event"]["joins"][number], keyof UserPresence>]: never; })[] & { [K_455 in Exclude<keyof I_1["stream_presence_event"]["joins"], keyof {
|
|
14272
14287
|
user_id?: string | undefined;
|
|
14273
14288
|
session_id?: string | undefined;
|
|
14274
14289
|
username?: string | undefined;
|
|
@@ -14301,7 +14316,7 @@ export declare const Envelope: {
|
|
|
14301
14316
|
status?: string | undefined;
|
|
14302
14317
|
is_mobile?: boolean | undefined;
|
|
14303
14318
|
metadata?: string | undefined;
|
|
14304
|
-
} & { [
|
|
14319
|
+
} & { [K_456 in Exclude<keyof I_1["stream_presence_event"]["leaves"][number], keyof UserPresence>]: never; })[] & { [K_457 in Exclude<keyof I_1["stream_presence_event"]["leaves"], keyof {
|
|
14305
14320
|
user_id?: string | undefined;
|
|
14306
14321
|
session_id?: string | undefined;
|
|
14307
14322
|
username?: string | undefined;
|
|
@@ -14310,9 +14325,9 @@ export declare const Envelope: {
|
|
|
14310
14325
|
is_mobile?: boolean | undefined;
|
|
14311
14326
|
metadata?: string | undefined;
|
|
14312
14327
|
}[]>]: never; }) | undefined;
|
|
14313
|
-
} & { [
|
|
14314
|
-
ping?: ({} & {} & { [
|
|
14315
|
-
pong?: ({} & {} & { [
|
|
14328
|
+
} & { [K_458 in Exclude<keyof I_1["stream_presence_event"], keyof StreamPresenceEvent>]: never; }) | undefined;
|
|
14329
|
+
ping?: ({} & {} & { [K_459 in Exclude<keyof I_1["ping"], never>]: never; }) | undefined;
|
|
14330
|
+
pong?: ({} & {} & { [K_460 in Exclude<keyof I_1["pong"], never>]: never; }) | undefined;
|
|
14316
14331
|
message_typing_event?: ({
|
|
14317
14332
|
clan_id?: string | undefined;
|
|
14318
14333
|
channel_id?: string | undefined;
|
|
@@ -14329,7 +14344,7 @@ export declare const Envelope: {
|
|
|
14329
14344
|
is_public?: boolean | undefined;
|
|
14330
14345
|
sender_username?: string | undefined;
|
|
14331
14346
|
sender_display_name?: string | undefined;
|
|
14332
|
-
} & { [
|
|
14347
|
+
} & { [K_461 in Exclude<keyof I_1["message_typing_event"], keyof MessageTypingEvent>]: never; }) | undefined;
|
|
14333
14348
|
last_seen_message_event?: ({
|
|
14334
14349
|
clan_id?: string | undefined;
|
|
14335
14350
|
channel_id?: string | undefined;
|
|
@@ -14344,7 +14359,7 @@ export declare const Envelope: {
|
|
|
14344
14359
|
mode?: number | undefined;
|
|
14345
14360
|
timestamp_seconds?: number | undefined;
|
|
14346
14361
|
badge_count?: number | undefined;
|
|
14347
|
-
} & { [
|
|
14362
|
+
} & { [K_462 in Exclude<keyof I_1["last_seen_message_event"], keyof LastSeenMessageEvent>]: never; }) | undefined;
|
|
14348
14363
|
message_reaction_event?: ({
|
|
14349
14364
|
id?: string | undefined;
|
|
14350
14365
|
emoji_id?: string | undefined;
|
|
@@ -14379,7 +14394,7 @@ export declare const Envelope: {
|
|
|
14379
14394
|
is_public?: boolean | undefined;
|
|
14380
14395
|
topic_id?: string | undefined;
|
|
14381
14396
|
emoji_recent_id?: string | undefined;
|
|
14382
|
-
} & { [
|
|
14397
|
+
} & { [K_463 in Exclude<keyof I_1["message_reaction_event"], keyof MessageReaction>]: never; }) | undefined;
|
|
14383
14398
|
voice_joined_event?: ({
|
|
14384
14399
|
clan_id?: string | undefined;
|
|
14385
14400
|
clan_name?: string | undefined;
|
|
@@ -14398,7 +14413,7 @@ export declare const Envelope: {
|
|
|
14398
14413
|
voice_channel_label?: string | undefined;
|
|
14399
14414
|
voice_channel_id?: string | undefined;
|
|
14400
14415
|
last_screenshot?: string | undefined;
|
|
14401
|
-
} & { [
|
|
14416
|
+
} & { [K_464 in Exclude<keyof I_1["voice_joined_event"], keyof VoiceJoinedEvent>]: never; }) | undefined;
|
|
14402
14417
|
voice_leaved_event?: ({
|
|
14403
14418
|
id?: string | undefined;
|
|
14404
14419
|
clan_id?: string | undefined;
|
|
@@ -14409,7 +14424,7 @@ export declare const Envelope: {
|
|
|
14409
14424
|
clan_id?: string | undefined;
|
|
14410
14425
|
voice_channel_id?: string | undefined;
|
|
14411
14426
|
voice_user_id?: string | undefined;
|
|
14412
|
-
} & { [
|
|
14427
|
+
} & { [K_465 in Exclude<keyof I_1["voice_leaved_event"], keyof VoiceLeavedEvent>]: never; }) | undefined;
|
|
14413
14428
|
voice_started_event?: ({
|
|
14414
14429
|
id?: string | undefined;
|
|
14415
14430
|
clan_id?: string | undefined;
|
|
@@ -14418,7 +14433,7 @@ export declare const Envelope: {
|
|
|
14418
14433
|
id?: string | undefined;
|
|
14419
14434
|
clan_id?: string | undefined;
|
|
14420
14435
|
voice_channel_id?: string | undefined;
|
|
14421
|
-
} & { [
|
|
14436
|
+
} & { [K_466 in Exclude<keyof I_1["voice_started_event"], keyof VoiceStartedEvent>]: never; }) | undefined;
|
|
14422
14437
|
voice_ended_event?: ({
|
|
14423
14438
|
id?: string | undefined;
|
|
14424
14439
|
clan_id?: string | undefined;
|
|
@@ -14427,7 +14442,7 @@ export declare const Envelope: {
|
|
|
14427
14442
|
id?: string | undefined;
|
|
14428
14443
|
clan_id?: string | undefined;
|
|
14429
14444
|
voice_channel_id?: string | undefined;
|
|
14430
|
-
} & { [
|
|
14445
|
+
} & { [K_467 in Exclude<keyof I_1["voice_ended_event"], keyof VoiceEndedEvent>]: never; }) | undefined;
|
|
14431
14446
|
channel_created_event?: ({
|
|
14432
14447
|
clan_id?: string | undefined;
|
|
14433
14448
|
category_id?: string | undefined;
|
|
@@ -14452,7 +14467,7 @@ export declare const Envelope: {
|
|
|
14452
14467
|
status?: number | undefined;
|
|
14453
14468
|
app_id?: string | undefined;
|
|
14454
14469
|
clan_name?: string | undefined;
|
|
14455
|
-
} & { [
|
|
14470
|
+
} & { [K_468 in Exclude<keyof I_1["channel_created_event"], keyof ChannelCreatedEvent>]: never; }) | undefined;
|
|
14456
14471
|
channel_deleted_event?: ({
|
|
14457
14472
|
clan_id?: string | undefined;
|
|
14458
14473
|
category_id?: string | undefined;
|
|
@@ -14465,7 +14480,7 @@ export declare const Envelope: {
|
|
|
14465
14480
|
parent_id?: string | undefined;
|
|
14466
14481
|
channel_id?: string | undefined;
|
|
14467
14482
|
deletor?: string | undefined;
|
|
14468
|
-
} & { [
|
|
14483
|
+
} & { [K_469 in Exclude<keyof I_1["channel_deleted_event"], keyof ChannelDeletedEvent>]: never; }) | undefined;
|
|
14469
14484
|
channel_updated_event?: ({
|
|
14470
14485
|
clan_id?: string | undefined;
|
|
14471
14486
|
category_id?: string | undefined;
|
|
@@ -14502,7 +14517,7 @@ export declare const Envelope: {
|
|
|
14502
14517
|
age_restricted?: number | undefined;
|
|
14503
14518
|
active?: number | undefined;
|
|
14504
14519
|
count_mess_unread?: number | undefined;
|
|
14505
|
-
} & { [
|
|
14520
|
+
} & { [K_470 in Exclude<keyof I_1["channel_updated_event"], keyof ChannelUpdatedEvent>]: never; }) | undefined;
|
|
14506
14521
|
last_pin_message_event?: ({
|
|
14507
14522
|
clan_id?: string | undefined;
|
|
14508
14523
|
channel_id?: string | undefined;
|
|
@@ -14533,7 +14548,7 @@ export declare const Envelope: {
|
|
|
14533
14548
|
message_content?: string | undefined;
|
|
14534
14549
|
message_attachment?: string | undefined;
|
|
14535
14550
|
message_created_time?: string | undefined;
|
|
14536
|
-
} & { [
|
|
14551
|
+
} & { [K_471 in Exclude<keyof I_1["last_pin_message_event"], keyof LastPinMessageEvent>]: never; }) | undefined;
|
|
14537
14552
|
custom_status_event?: ({
|
|
14538
14553
|
clan_id?: string | undefined;
|
|
14539
14554
|
user_id?: string | undefined;
|
|
@@ -14548,7 +14563,7 @@ export declare const Envelope: {
|
|
|
14548
14563
|
status?: string | undefined;
|
|
14549
14564
|
time_reset?: number | undefined;
|
|
14550
14565
|
no_clear?: boolean | undefined;
|
|
14551
|
-
} & { [
|
|
14566
|
+
} & { [K_472 in Exclude<keyof I_1["custom_status_event"], keyof CustomStatusEvent>]: never; }) | undefined;
|
|
14552
14567
|
user_channel_added_event?: ({
|
|
14553
14568
|
channel_desc?: {
|
|
14554
14569
|
clan_id?: string | undefined;
|
|
@@ -14718,8 +14733,8 @@ export declare const Envelope: {
|
|
|
14718
14733
|
creator_id?: string | undefined;
|
|
14719
14734
|
channel_label?: string | undefined;
|
|
14720
14735
|
channel_private?: number | undefined;
|
|
14721
|
-
channel_avatar?: (string[] & string[] & { [
|
|
14722
|
-
user_id?: (string[] & string[] & { [
|
|
14736
|
+
channel_avatar?: (string[] & string[] & { [K_473 in Exclude<keyof I_1["user_channel_added_event"]["channel_desc"]["channel_avatar"], keyof string[]>]: never; }) | undefined;
|
|
14737
|
+
user_id?: (string[] & string[] & { [K_474 in Exclude<keyof I_1["user_channel_added_event"]["channel_desc"]["user_id"], keyof string[]>]: never; }) | undefined;
|
|
14723
14738
|
last_sent_message?: ({
|
|
14724
14739
|
id?: string | undefined;
|
|
14725
14740
|
timestamp_seconds?: number | undefined;
|
|
@@ -14739,8 +14754,8 @@ export declare const Envelope: {
|
|
|
14739
14754
|
reference?: string | undefined;
|
|
14740
14755
|
mention?: string | undefined;
|
|
14741
14756
|
reaction?: string | undefined;
|
|
14742
|
-
repliers?: (string[] & string[] & { [
|
|
14743
|
-
} & { [
|
|
14757
|
+
repliers?: (string[] & string[] & { [K_475 in Exclude<keyof I_1["user_channel_added_event"]["channel_desc"]["last_sent_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
14758
|
+
} & { [K_476 in Exclude<keyof I_1["user_channel_added_event"]["channel_desc"]["last_sent_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
14744
14759
|
last_seen_message?: ({
|
|
14745
14760
|
id?: string | undefined;
|
|
14746
14761
|
timestamp_seconds?: number | undefined;
|
|
@@ -14760,27 +14775,27 @@ export declare const Envelope: {
|
|
|
14760
14775
|
reference?: string | undefined;
|
|
14761
14776
|
mention?: string | undefined;
|
|
14762
14777
|
reaction?: string | undefined;
|
|
14763
|
-
repliers?: (string[] & string[] & { [
|
|
14764
|
-
} & { [
|
|
14765
|
-
is_online?: (boolean[] & boolean[] & { [
|
|
14778
|
+
repliers?: (string[] & string[] & { [K_477 in Exclude<keyof I_1["user_channel_added_event"]["channel_desc"]["last_seen_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
14779
|
+
} & { [K_478 in Exclude<keyof I_1["user_channel_added_event"]["channel_desc"]["last_seen_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
14780
|
+
is_online?: (boolean[] & boolean[] & { [K_479 in Exclude<keyof I_1["user_channel_added_event"]["channel_desc"]["is_online"], keyof boolean[]>]: never; }) | undefined;
|
|
14766
14781
|
meeting_code?: string | undefined;
|
|
14767
14782
|
count_mess_unread?: number | undefined;
|
|
14768
14783
|
active?: number | undefined;
|
|
14769
14784
|
last_pin_message?: string | undefined;
|
|
14770
|
-
usernames?: (string[] & string[] & { [
|
|
14785
|
+
usernames?: (string[] & string[] & { [K_480 in Exclude<keyof I_1["user_channel_added_event"]["channel_desc"]["usernames"], keyof string[]>]: never; }) | undefined;
|
|
14771
14786
|
creator_name?: string | undefined;
|
|
14772
14787
|
create_time_seconds?: number | undefined;
|
|
14773
14788
|
update_time_seconds?: number | undefined;
|
|
14774
|
-
metadata?: (string[] & string[] & { [
|
|
14775
|
-
about_me?: (string[] & string[] & { [
|
|
14789
|
+
metadata?: (string[] & string[] & { [K_481 in Exclude<keyof I_1["user_channel_added_event"]["channel_desc"]["metadata"], keyof string[]>]: never; }) | undefined;
|
|
14790
|
+
about_me?: (string[] & string[] & { [K_482 in Exclude<keyof I_1["user_channel_added_event"]["channel_desc"]["about_me"], keyof string[]>]: never; }) | undefined;
|
|
14776
14791
|
clan_name?: string | undefined;
|
|
14777
14792
|
app_id?: string | undefined;
|
|
14778
14793
|
is_mute?: boolean | undefined;
|
|
14779
14794
|
age_restricted?: number | undefined;
|
|
14780
14795
|
topic?: string | undefined;
|
|
14781
14796
|
e2ee?: number | undefined;
|
|
14782
|
-
display_names?: (string[] & string[] & { [
|
|
14783
|
-
} & { [
|
|
14797
|
+
display_names?: (string[] & string[] & { [K_483 in Exclude<keyof I_1["user_channel_added_event"]["channel_desc"]["display_names"], keyof string[]>]: never; }) | undefined;
|
|
14798
|
+
} & { [K_484 in Exclude<keyof I_1["user_channel_added_event"]["channel_desc"], keyof ChannelDescription1>]: never; }) | undefined;
|
|
14784
14799
|
users?: ({
|
|
14785
14800
|
user_id?: string | undefined;
|
|
14786
14801
|
username?: string | undefined;
|
|
@@ -14847,7 +14862,7 @@ export declare const Envelope: {
|
|
|
14847
14862
|
device_id?: string | undefined;
|
|
14848
14863
|
token_id?: string | undefined;
|
|
14849
14864
|
platform?: string | undefined;
|
|
14850
|
-
} & { [
|
|
14865
|
+
} & { [K_485 in Exclude<keyof I_1["user_channel_added_event"]["users"][number]["fcm_tokens"][number], keyof FCMTokens>]: never; })[] & { [K_486 in Exclude<keyof I_1["user_channel_added_event"]["users"][number]["fcm_tokens"], keyof {
|
|
14851
14866
|
device_id?: string | undefined;
|
|
14852
14867
|
token_id?: string | undefined;
|
|
14853
14868
|
platform?: string | undefined;
|
|
@@ -14855,14 +14870,14 @@ export declare const Envelope: {
|
|
|
14855
14870
|
online?: boolean | undefined;
|
|
14856
14871
|
metadata?: string | undefined;
|
|
14857
14872
|
is_disabled?: boolean | undefined;
|
|
14858
|
-
joined_clans?: (string[] & string[] & { [
|
|
14873
|
+
joined_clans?: (string[] & string[] & { [K_487 in Exclude<keyof I_1["user_channel_added_event"]["users"][number]["joined_clans"], keyof string[]>]: never; }) | undefined;
|
|
14859
14874
|
pubkey?: string | undefined;
|
|
14860
14875
|
mezon_id?: string | undefined;
|
|
14861
14876
|
app_token?: string | undefined;
|
|
14862
14877
|
app_url?: string | undefined;
|
|
14863
14878
|
is_bot?: boolean | undefined;
|
|
14864
14879
|
voip_token?: string | undefined;
|
|
14865
|
-
} & { [
|
|
14880
|
+
} & { [K_488 in Exclude<keyof I_1["user_channel_added_event"]["users"][number], keyof UserProfileRedis>]: never; })[] & { [K_489 in Exclude<keyof I_1["user_channel_added_event"]["users"], keyof {
|
|
14866
14881
|
user_id?: string | undefined;
|
|
14867
14882
|
username?: string | undefined;
|
|
14868
14883
|
avatar?: string | undefined;
|
|
@@ -14931,7 +14946,7 @@ export declare const Envelope: {
|
|
|
14931
14946
|
device_id?: string | undefined;
|
|
14932
14947
|
token_id?: string | undefined;
|
|
14933
14948
|
platform?: string | undefined;
|
|
14934
|
-
} & { [
|
|
14949
|
+
} & { [K_490 in Exclude<keyof I_1["user_channel_added_event"]["caller"]["fcm_tokens"][number], keyof FCMTokens>]: never; })[] & { [K_491 in Exclude<keyof I_1["user_channel_added_event"]["caller"]["fcm_tokens"], keyof {
|
|
14935
14950
|
device_id?: string | undefined;
|
|
14936
14951
|
token_id?: string | undefined;
|
|
14937
14952
|
platform?: string | undefined;
|
|
@@ -14939,17 +14954,17 @@ export declare const Envelope: {
|
|
|
14939
14954
|
online?: boolean | undefined;
|
|
14940
14955
|
metadata?: string | undefined;
|
|
14941
14956
|
is_disabled?: boolean | undefined;
|
|
14942
|
-
joined_clans?: (string[] & string[] & { [
|
|
14957
|
+
joined_clans?: (string[] & string[] & { [K_492 in Exclude<keyof I_1["user_channel_added_event"]["caller"]["joined_clans"], keyof string[]>]: never; }) | undefined;
|
|
14943
14958
|
pubkey?: string | undefined;
|
|
14944
14959
|
mezon_id?: string | undefined;
|
|
14945
14960
|
app_token?: string | undefined;
|
|
14946
14961
|
app_url?: string | undefined;
|
|
14947
14962
|
is_bot?: boolean | undefined;
|
|
14948
14963
|
voip_token?: string | undefined;
|
|
14949
|
-
} & { [
|
|
14964
|
+
} & { [K_493 in Exclude<keyof I_1["user_channel_added_event"]["caller"], keyof UserProfileRedis>]: never; }) | undefined;
|
|
14950
14965
|
create_time_second?: number | undefined;
|
|
14951
14966
|
active?: number | undefined;
|
|
14952
|
-
} & { [
|
|
14967
|
+
} & { [K_494 in Exclude<keyof I_1["user_channel_added_event"], keyof UserChannelAdded>]: never; }) | undefined;
|
|
14953
14968
|
user_channel_removed_event?: ({
|
|
14954
14969
|
channel_id?: string | undefined;
|
|
14955
14970
|
user_ids?: string[] | undefined;
|
|
@@ -14958,18 +14973,18 @@ export declare const Envelope: {
|
|
|
14958
14973
|
badge_counts?: number[] | undefined;
|
|
14959
14974
|
} & {
|
|
14960
14975
|
channel_id?: string | undefined;
|
|
14961
|
-
user_ids?: (string[] & string[] & { [
|
|
14976
|
+
user_ids?: (string[] & string[] & { [K_495 in Exclude<keyof I_1["user_channel_removed_event"]["user_ids"], keyof string[]>]: never; }) | undefined;
|
|
14962
14977
|
channel_type?: number | undefined;
|
|
14963
14978
|
clan_id?: string | undefined;
|
|
14964
|
-
badge_counts?: (number[] & number[] & { [
|
|
14965
|
-
} & { [
|
|
14979
|
+
badge_counts?: (number[] & number[] & { [K_496 in Exclude<keyof I_1["user_channel_removed_event"]["badge_counts"], keyof number[]>]: never; }) | undefined;
|
|
14980
|
+
} & { [K_497 in Exclude<keyof I_1["user_channel_removed_event"], keyof UserChannelRemoved>]: never; }) | undefined;
|
|
14966
14981
|
user_clan_removed_event?: ({
|
|
14967
14982
|
clan_id?: string | undefined;
|
|
14968
14983
|
user_ids?: string[] | undefined;
|
|
14969
14984
|
} & {
|
|
14970
14985
|
clan_id?: string | undefined;
|
|
14971
|
-
user_ids?: (string[] & string[] & { [
|
|
14972
|
-
} & { [
|
|
14986
|
+
user_ids?: (string[] & string[] & { [K_498 in Exclude<keyof I_1["user_clan_removed_event"]["user_ids"], keyof string[]>]: never; }) | undefined;
|
|
14987
|
+
} & { [K_499 in Exclude<keyof I_1["user_clan_removed_event"], keyof UserClanRemoved>]: never; }) | undefined;
|
|
14973
14988
|
clan_updated_event?: ({
|
|
14974
14989
|
clan_id?: string | undefined;
|
|
14975
14990
|
clan_name?: string | undefined;
|
|
@@ -14988,7 +15003,7 @@ export declare const Envelope: {
|
|
|
14988
15003
|
is_onboarding?: boolean | undefined;
|
|
14989
15004
|
welcome_channel_id?: string | undefined;
|
|
14990
15005
|
onboarding_banner?: string | undefined;
|
|
14991
|
-
} & { [
|
|
15006
|
+
} & { [K_500 in Exclude<keyof I_1["clan_updated_event"], keyof ClanUpdatedEvent>]: never; }) | undefined;
|
|
14992
15007
|
clan_profile_updated_event?: ({
|
|
14993
15008
|
user_id?: string | undefined;
|
|
14994
15009
|
clan_nick?: string | undefined;
|
|
@@ -14999,7 +15014,7 @@ export declare const Envelope: {
|
|
|
14999
15014
|
clan_nick?: string | undefined;
|
|
15000
15015
|
clan_avatar?: string | undefined;
|
|
15001
15016
|
clan_id?: string | undefined;
|
|
15002
|
-
} & { [
|
|
15017
|
+
} & { [K_501 in Exclude<keyof I_1["clan_profile_updated_event"], keyof ClanProfileUpdatedEvent>]: never; }) | undefined;
|
|
15003
15018
|
check_name_existed_event?: ({
|
|
15004
15019
|
name?: string | undefined;
|
|
15005
15020
|
condition_id?: string | undefined;
|
|
@@ -15010,7 +15025,7 @@ export declare const Envelope: {
|
|
|
15010
15025
|
condition_id?: string | undefined;
|
|
15011
15026
|
exist?: boolean | undefined;
|
|
15012
15027
|
type?: number | undefined;
|
|
15013
|
-
} & { [
|
|
15028
|
+
} & { [K_502 in Exclude<keyof I_1["check_name_existed_event"], keyof CheckNameExistedEvent>]: never; }) | undefined;
|
|
15014
15029
|
user_profile_updated_event?: ({
|
|
15015
15030
|
user_id?: string | undefined;
|
|
15016
15031
|
display_name?: string | undefined;
|
|
@@ -15027,7 +15042,7 @@ export declare const Envelope: {
|
|
|
15027
15042
|
channel_id?: string | undefined;
|
|
15028
15043
|
clan_id?: string | undefined;
|
|
15029
15044
|
encrypt_private_key?: string | undefined;
|
|
15030
|
-
} & { [
|
|
15045
|
+
} & { [K_503 in Exclude<keyof I_1["user_profile_updated_event"], keyof UserProfileUpdatedEvent>]: never; }) | undefined;
|
|
15031
15046
|
add_clan_user_event?: ({
|
|
15032
15047
|
clan_id?: string | undefined;
|
|
15033
15048
|
user?: {
|
|
@@ -15100,7 +15115,7 @@ export declare const Envelope: {
|
|
|
15100
15115
|
device_id?: string | undefined;
|
|
15101
15116
|
token_id?: string | undefined;
|
|
15102
15117
|
platform?: string | undefined;
|
|
15103
|
-
} & { [
|
|
15118
|
+
} & { [K_504 in Exclude<keyof I_1["add_clan_user_event"]["user"]["fcm_tokens"][number], keyof FCMTokens>]: never; })[] & { [K_505 in Exclude<keyof I_1["add_clan_user_event"]["user"]["fcm_tokens"], keyof {
|
|
15104
15119
|
device_id?: string | undefined;
|
|
15105
15120
|
token_id?: string | undefined;
|
|
15106
15121
|
platform?: string | undefined;
|
|
@@ -15108,16 +15123,16 @@ export declare const Envelope: {
|
|
|
15108
15123
|
online?: boolean | undefined;
|
|
15109
15124
|
metadata?: string | undefined;
|
|
15110
15125
|
is_disabled?: boolean | undefined;
|
|
15111
|
-
joined_clans?: (string[] & string[] & { [
|
|
15126
|
+
joined_clans?: (string[] & string[] & { [K_506 in Exclude<keyof I_1["add_clan_user_event"]["user"]["joined_clans"], keyof string[]>]: never; }) | undefined;
|
|
15112
15127
|
pubkey?: string | undefined;
|
|
15113
15128
|
mezon_id?: string | undefined;
|
|
15114
15129
|
app_token?: string | undefined;
|
|
15115
15130
|
app_url?: string | undefined;
|
|
15116
15131
|
is_bot?: boolean | undefined;
|
|
15117
15132
|
voip_token?: string | undefined;
|
|
15118
|
-
} & { [
|
|
15133
|
+
} & { [K_507 in Exclude<keyof I_1["add_clan_user_event"]["user"], keyof UserProfileRedis>]: never; }) | undefined;
|
|
15119
15134
|
invitor?: string | undefined;
|
|
15120
|
-
} & { [
|
|
15135
|
+
} & { [K_508 in Exclude<keyof I_1["add_clan_user_event"], keyof AddClanUserEvent>]: never; }) | undefined;
|
|
15121
15136
|
clan_event_created?: ({
|
|
15122
15137
|
title?: string | undefined;
|
|
15123
15138
|
logo?: string | undefined;
|
|
@@ -15171,8 +15186,8 @@ export declare const Envelope: {
|
|
|
15171
15186
|
external_link?: string | undefined;
|
|
15172
15187
|
creator_id?: string | undefined;
|
|
15173
15188
|
event_id?: string | undefined;
|
|
15174
|
-
} & { [
|
|
15175
|
-
} & { [
|
|
15189
|
+
} & { [K_509 in Exclude<keyof I_1["clan_event_created"]["meet_room"], keyof import("../api/api").GenerateMezonMeetResponse>]: never; }) | undefined;
|
|
15190
|
+
} & { [K_510 in Exclude<keyof I_1["clan_event_created"], keyof CreateEventRequest>]: never; }) | undefined;
|
|
15176
15191
|
role_assign_event?: ({
|
|
15177
15192
|
ClanId?: string | undefined;
|
|
15178
15193
|
role_id?: string | undefined;
|
|
@@ -15181,16 +15196,16 @@ export declare const Envelope: {
|
|
|
15181
15196
|
} & {
|
|
15182
15197
|
ClanId?: string | undefined;
|
|
15183
15198
|
role_id?: string | undefined;
|
|
15184
|
-
user_ids_assigned?: (string[] & string[] & { [
|
|
15185
|
-
user_ids_removed?: (string[] & string[] & { [
|
|
15186
|
-
} & { [
|
|
15199
|
+
user_ids_assigned?: (string[] & string[] & { [K_511 in Exclude<keyof I_1["role_assign_event"]["user_ids_assigned"], keyof string[]>]: never; }) | undefined;
|
|
15200
|
+
user_ids_removed?: (string[] & string[] & { [K_512 in Exclude<keyof I_1["role_assign_event"]["user_ids_removed"], keyof string[]>]: never; }) | undefined;
|
|
15201
|
+
} & { [K_513 in Exclude<keyof I_1["role_assign_event"], keyof RoleAssignedEvent>]: never; }) | undefined;
|
|
15187
15202
|
clan_deleted_event?: ({
|
|
15188
15203
|
clan_id?: string | undefined;
|
|
15189
15204
|
deletor?: string | undefined;
|
|
15190
15205
|
} & {
|
|
15191
15206
|
clan_id?: string | undefined;
|
|
15192
15207
|
deletor?: string | undefined;
|
|
15193
|
-
} & { [
|
|
15208
|
+
} & { [K_514 in Exclude<keyof I_1["clan_deleted_event"], keyof ClanDeletedEvent>]: never; }) | undefined;
|
|
15194
15209
|
give_coffee_event?: ({
|
|
15195
15210
|
sender_id?: string | undefined;
|
|
15196
15211
|
receiver_id?: string | undefined;
|
|
@@ -15205,7 +15220,7 @@ export declare const Envelope: {
|
|
|
15205
15220
|
message_ref_id?: string | undefined;
|
|
15206
15221
|
channel_id?: string | undefined;
|
|
15207
15222
|
clan_id?: string | undefined;
|
|
15208
|
-
} & { [
|
|
15223
|
+
} & { [K_515 in Exclude<keyof I_1["give_coffee_event"], keyof GiveCoffeeEvent>]: never; }) | undefined;
|
|
15209
15224
|
sticker_create_event?: ({
|
|
15210
15225
|
clan_id?: string | undefined;
|
|
15211
15226
|
source?: string | undefined;
|
|
@@ -15224,7 +15239,7 @@ export declare const Envelope: {
|
|
|
15224
15239
|
sticker_id?: string | undefined;
|
|
15225
15240
|
logo?: string | undefined;
|
|
15226
15241
|
clan_name?: string | undefined;
|
|
15227
|
-
} & { [
|
|
15242
|
+
} & { [K_516 in Exclude<keyof I_1["sticker_create_event"], keyof StickerCreateEvent>]: never; }) | undefined;
|
|
15228
15243
|
sticker_update_event?: ({
|
|
15229
15244
|
shortname?: string | undefined;
|
|
15230
15245
|
sticker_id?: string | undefined;
|
|
@@ -15233,14 +15248,14 @@ export declare const Envelope: {
|
|
|
15233
15248
|
shortname?: string | undefined;
|
|
15234
15249
|
sticker_id?: string | undefined;
|
|
15235
15250
|
user_id?: string | undefined;
|
|
15236
|
-
} & { [
|
|
15251
|
+
} & { [K_517 in Exclude<keyof I_1["sticker_update_event"], keyof StickerUpdateEvent>]: never; }) | undefined;
|
|
15237
15252
|
sticker_delete_event?: ({
|
|
15238
15253
|
sticker_id?: string | undefined;
|
|
15239
15254
|
user_id?: string | undefined;
|
|
15240
15255
|
} & {
|
|
15241
15256
|
sticker_id?: string | undefined;
|
|
15242
15257
|
user_id?: string | undefined;
|
|
15243
|
-
} & { [
|
|
15258
|
+
} & { [K_518 in Exclude<keyof I_1["sticker_delete_event"], keyof StickerDeleteEvent>]: never; }) | undefined;
|
|
15244
15259
|
role_event?: ({
|
|
15245
15260
|
role?: {
|
|
15246
15261
|
id?: string | undefined;
|
|
@@ -15378,7 +15393,7 @@ export declare const Envelope: {
|
|
|
15378
15393
|
lang_tag?: string | undefined;
|
|
15379
15394
|
location?: string | undefined;
|
|
15380
15395
|
online?: boolean | undefined;
|
|
15381
|
-
} & { [
|
|
15396
|
+
} & { [K_519 in Exclude<keyof I_1["role_event"]["role"]["role_user_list"]["role_users"][number], keyof import("../api/api").RoleUserList_RoleUser>]: never; })[] & { [K_520 in Exclude<keyof I_1["role_event"]["role"]["role_user_list"]["role_users"], keyof {
|
|
15382
15397
|
id?: string | undefined;
|
|
15383
15398
|
username?: string | undefined;
|
|
15384
15399
|
display_name?: string | undefined;
|
|
@@ -15388,7 +15403,7 @@ export declare const Envelope: {
|
|
|
15388
15403
|
online?: boolean | undefined;
|
|
15389
15404
|
}[]>]: never; }) | undefined;
|
|
15390
15405
|
cursor?: string | undefined;
|
|
15391
|
-
} & { [
|
|
15406
|
+
} & { [K_521 in Exclude<keyof I_1["role_event"]["role"]["role_user_list"], keyof RoleUserList>]: never; }) | undefined;
|
|
15392
15407
|
permission_list?: ({
|
|
15393
15408
|
permissions?: {
|
|
15394
15409
|
id?: string | undefined;
|
|
@@ -15425,7 +15440,7 @@ export declare const Envelope: {
|
|
|
15425
15440
|
active?: number | undefined;
|
|
15426
15441
|
scope?: number | undefined;
|
|
15427
15442
|
level?: number | undefined;
|
|
15428
|
-
} & { [
|
|
15443
|
+
} & { [K_522 in Exclude<keyof I_1["role_event"]["role"]["permission_list"]["permissions"][number], keyof import("../api/api").Permission>]: never; })[] & { [K_523 in Exclude<keyof I_1["role_event"]["role"]["permission_list"]["permissions"], keyof {
|
|
15429
15444
|
id?: string | undefined;
|
|
15430
15445
|
title?: string | undefined;
|
|
15431
15446
|
slug?: string | undefined;
|
|
@@ -15435,19 +15450,19 @@ export declare const Envelope: {
|
|
|
15435
15450
|
level?: number | undefined;
|
|
15436
15451
|
}[]>]: never; }) | undefined;
|
|
15437
15452
|
max_level_permission?: number | undefined;
|
|
15438
|
-
} & { [
|
|
15453
|
+
} & { [K_524 in Exclude<keyof I_1["role_event"]["role"]["permission_list"], keyof PermissionList>]: never; }) | undefined;
|
|
15439
15454
|
role_channel_active?: number | undefined;
|
|
15440
|
-
channel_ids?: (string[] & string[] & { [
|
|
15455
|
+
channel_ids?: (string[] & string[] & { [K_525 in Exclude<keyof I_1["role_event"]["role"]["channel_ids"], keyof string[]>]: never; }) | undefined;
|
|
15441
15456
|
max_level_permission?: number | undefined;
|
|
15442
15457
|
order_role?: number | undefined;
|
|
15443
|
-
} & { [
|
|
15458
|
+
} & { [K_526 in Exclude<keyof I_1["role_event"]["role"], keyof Role>]: never; }) | undefined;
|
|
15444
15459
|
status?: number | undefined;
|
|
15445
15460
|
user_id?: string | undefined;
|
|
15446
|
-
user_add_ids?: (string[] & string[] & { [
|
|
15447
|
-
user_remove_ids?: (string[] & string[] & { [
|
|
15448
|
-
active_permission_ids?: (string[] & string[] & { [
|
|
15449
|
-
remove_permission_ids?: (string[] & string[] & { [
|
|
15450
|
-
} & { [
|
|
15461
|
+
user_add_ids?: (string[] & string[] & { [K_527 in Exclude<keyof I_1["role_event"]["user_add_ids"], keyof string[]>]: never; }) | undefined;
|
|
15462
|
+
user_remove_ids?: (string[] & string[] & { [K_528 in Exclude<keyof I_1["role_event"]["user_remove_ids"], keyof string[]>]: never; }) | undefined;
|
|
15463
|
+
active_permission_ids?: (string[] & string[] & { [K_529 in Exclude<keyof I_1["role_event"]["active_permission_ids"], keyof string[]>]: never; }) | undefined;
|
|
15464
|
+
remove_permission_ids?: (string[] & string[] & { [K_530 in Exclude<keyof I_1["role_event"]["remove_permission_ids"], keyof string[]>]: never; }) | undefined;
|
|
15465
|
+
} & { [K_531 in Exclude<keyof I_1["role_event"], keyof RoleEvent>]: never; }) | undefined;
|
|
15451
15466
|
event_emoji?: ({
|
|
15452
15467
|
id?: string | undefined;
|
|
15453
15468
|
clan_id?: string | undefined;
|
|
@@ -15470,7 +15485,7 @@ export declare const Envelope: {
|
|
|
15470
15485
|
logo?: string | undefined;
|
|
15471
15486
|
clan_name?: string | undefined;
|
|
15472
15487
|
is_for_sale?: boolean | undefined;
|
|
15473
|
-
} & { [
|
|
15488
|
+
} & { [K_532 in Exclude<keyof I_1["event_emoji"], keyof EventEmoji>]: never; }) | undefined;
|
|
15474
15489
|
streaming_joined_event?: ({
|
|
15475
15490
|
clan_id?: string | undefined;
|
|
15476
15491
|
clan_name?: string | undefined;
|
|
@@ -15487,7 +15502,7 @@ export declare const Envelope: {
|
|
|
15487
15502
|
user_id?: string | undefined;
|
|
15488
15503
|
streaming_channel_label?: string | undefined;
|
|
15489
15504
|
streaming_channel_id?: string | undefined;
|
|
15490
|
-
} & { [
|
|
15505
|
+
} & { [K_533 in Exclude<keyof I_1["streaming_joined_event"], keyof StreamingJoinedEvent>]: never; }) | undefined;
|
|
15491
15506
|
streaming_leaved_event?: ({
|
|
15492
15507
|
id?: string | undefined;
|
|
15493
15508
|
clan_id?: string | undefined;
|
|
@@ -15498,7 +15513,7 @@ export declare const Envelope: {
|
|
|
15498
15513
|
clan_id?: string | undefined;
|
|
15499
15514
|
streaming_channel_id?: string | undefined;
|
|
15500
15515
|
streaming_user_id?: string | undefined;
|
|
15501
|
-
} & { [
|
|
15516
|
+
} & { [K_534 in Exclude<keyof I_1["streaming_leaved_event"], keyof StreamingLeavedEvent>]: never; }) | undefined;
|
|
15502
15517
|
streaming_started_event?: ({
|
|
15503
15518
|
clan_id?: string | undefined;
|
|
15504
15519
|
channel_id?: string | undefined;
|
|
@@ -15509,14 +15524,14 @@ export declare const Envelope: {
|
|
|
15509
15524
|
channel_id?: string | undefined;
|
|
15510
15525
|
streaming_url?: string | undefined;
|
|
15511
15526
|
is_streaming?: boolean | undefined;
|
|
15512
|
-
} & { [
|
|
15527
|
+
} & { [K_535 in Exclude<keyof I_1["streaming_started_event"], keyof StreamingStartedEvent>]: never; }) | undefined;
|
|
15513
15528
|
streaming_ended_event?: ({
|
|
15514
15529
|
clan_id?: string | undefined;
|
|
15515
15530
|
channel_id?: string | undefined;
|
|
15516
15531
|
} & {
|
|
15517
15532
|
clan_id?: string | undefined;
|
|
15518
15533
|
channel_id?: string | undefined;
|
|
15519
|
-
} & { [
|
|
15534
|
+
} & { [K_536 in Exclude<keyof I_1["streaming_ended_event"], keyof StreamingEndedEvent>]: never; }) | undefined;
|
|
15520
15535
|
permission_set_event?: ({
|
|
15521
15536
|
caller?: string | undefined;
|
|
15522
15537
|
role_id?: string | undefined;
|
|
@@ -15544,12 +15559,12 @@ export declare const Envelope: {
|
|
|
15544
15559
|
permission_id?: string | undefined;
|
|
15545
15560
|
slug?: string | undefined;
|
|
15546
15561
|
type?: number | undefined;
|
|
15547
|
-
} & { [
|
|
15562
|
+
} & { [K_537 in Exclude<keyof I_1["permission_set_event"]["permission_updates"][number], keyof PermissionUpdate>]: never; })[] & { [K_538 in Exclude<keyof I_1["permission_set_event"]["permission_updates"], keyof {
|
|
15548
15563
|
permission_id?: string | undefined;
|
|
15549
15564
|
slug?: string | undefined;
|
|
15550
15565
|
type?: number | undefined;
|
|
15551
15566
|
}[]>]: never; }) | undefined;
|
|
15552
|
-
} & { [
|
|
15567
|
+
} & { [K_539 in Exclude<keyof I_1["permission_set_event"], keyof PermissionSetEvent>]: never; }) | undefined;
|
|
15553
15568
|
permission_changed_event?: ({
|
|
15554
15569
|
user_id?: string | undefined;
|
|
15555
15570
|
channel_id?: string | undefined;
|
|
@@ -15583,7 +15598,7 @@ export declare const Envelope: {
|
|
|
15583
15598
|
permission_id?: string | undefined;
|
|
15584
15599
|
slug?: string | undefined;
|
|
15585
15600
|
type?: number | undefined;
|
|
15586
|
-
} & { [
|
|
15601
|
+
} & { [K_540 in Exclude<keyof I_1["permission_changed_event"]["add_permissions"][number], keyof PermissionUpdate>]: never; })[] & { [K_541 in Exclude<keyof I_1["permission_changed_event"]["add_permissions"], keyof {
|
|
15587
15602
|
permission_id?: string | undefined;
|
|
15588
15603
|
slug?: string | undefined;
|
|
15589
15604
|
type?: number | undefined;
|
|
@@ -15600,7 +15615,7 @@ export declare const Envelope: {
|
|
|
15600
15615
|
permission_id?: string | undefined;
|
|
15601
15616
|
slug?: string | undefined;
|
|
15602
15617
|
type?: number | undefined;
|
|
15603
|
-
} & { [
|
|
15618
|
+
} & { [K_542 in Exclude<keyof I_1["permission_changed_event"]["remove_permissions"][number], keyof PermissionUpdate>]: never; })[] & { [K_543 in Exclude<keyof I_1["permission_changed_event"]["remove_permissions"], keyof {
|
|
15604
15619
|
permission_id?: string | undefined;
|
|
15605
15620
|
slug?: string | undefined;
|
|
15606
15621
|
type?: number | undefined;
|
|
@@ -15617,12 +15632,12 @@ export declare const Envelope: {
|
|
|
15617
15632
|
permission_id?: string | undefined;
|
|
15618
15633
|
slug?: string | undefined;
|
|
15619
15634
|
type?: number | undefined;
|
|
15620
|
-
} & { [
|
|
15635
|
+
} & { [K_544 in Exclude<keyof I_1["permission_changed_event"]["default_permissions"][number], keyof PermissionUpdate>]: never; })[] & { [K_545 in Exclude<keyof I_1["permission_changed_event"]["default_permissions"], keyof {
|
|
15621
15636
|
permission_id?: string | undefined;
|
|
15622
15637
|
slug?: string | undefined;
|
|
15623
15638
|
type?: number | undefined;
|
|
15624
15639
|
}[]>]: never; }) | undefined;
|
|
15625
|
-
} & { [
|
|
15640
|
+
} & { [K_546 in Exclude<keyof I_1["permission_changed_event"], keyof PermissionChangedEvent>]: never; }) | undefined;
|
|
15626
15641
|
token_sent_event?: ({
|
|
15627
15642
|
sender_id?: string | undefined;
|
|
15628
15643
|
sender_name?: string | undefined;
|
|
@@ -15639,7 +15654,7 @@ export declare const Envelope: {
|
|
|
15639
15654
|
note?: string | undefined;
|
|
15640
15655
|
extra_attribute?: string | undefined;
|
|
15641
15656
|
transaction_id?: string | undefined;
|
|
15642
|
-
} & { [
|
|
15657
|
+
} & { [K_547 in Exclude<keyof I_1["token_sent_event"], keyof TokenSentEvent>]: never; }) | undefined;
|
|
15643
15658
|
message_button_clicked?: ({
|
|
15644
15659
|
message_id?: string | undefined;
|
|
15645
15660
|
channel_id?: string | undefined;
|
|
@@ -15654,7 +15669,7 @@ export declare const Envelope: {
|
|
|
15654
15669
|
sender_id?: string | undefined;
|
|
15655
15670
|
user_id?: string | undefined;
|
|
15656
15671
|
extra_data?: string | undefined;
|
|
15657
|
-
} & { [
|
|
15672
|
+
} & { [K_548 in Exclude<keyof I_1["message_button_clicked"], keyof MessageButtonClicked>]: never; }) | undefined;
|
|
15658
15673
|
unmute_event?: ({
|
|
15659
15674
|
channel_id?: string | undefined;
|
|
15660
15675
|
category_id?: string | undefined;
|
|
@@ -15663,7 +15678,7 @@ export declare const Envelope: {
|
|
|
15663
15678
|
channel_id?: string | undefined;
|
|
15664
15679
|
category_id?: string | undefined;
|
|
15665
15680
|
clan_id?: string | undefined;
|
|
15666
|
-
} & { [
|
|
15681
|
+
} & { [K_549 in Exclude<keyof I_1["unmute_event"], keyof UnmuteEvent>]: never; }) | undefined;
|
|
15667
15682
|
webrtc_signaling_fwd?: ({
|
|
15668
15683
|
receiver_id?: string | undefined;
|
|
15669
15684
|
data_type?: number | undefined;
|
|
@@ -15676,7 +15691,7 @@ export declare const Envelope: {
|
|
|
15676
15691
|
json_data?: string | undefined;
|
|
15677
15692
|
channel_id?: string | undefined;
|
|
15678
15693
|
caller_id?: string | undefined;
|
|
15679
|
-
} & { [
|
|
15694
|
+
} & { [K_550 in Exclude<keyof I_1["webrtc_signaling_fwd"], keyof WebrtcSignalingFwd>]: never; }) | undefined;
|
|
15680
15695
|
list_activity?: ({
|
|
15681
15696
|
acts?: {
|
|
15682
15697
|
user_id?: string | undefined;
|
|
@@ -15716,7 +15731,7 @@ export declare const Envelope: {
|
|
|
15716
15731
|
end_time?: Date | undefined;
|
|
15717
15732
|
application_id?: string | undefined;
|
|
15718
15733
|
status?: number | undefined;
|
|
15719
|
-
} & { [
|
|
15734
|
+
} & { [K_551 in Exclude<keyof I_1["list_activity"]["acts"][number], keyof UserActivity>]: never; })[] & { [K_552 in Exclude<keyof I_1["list_activity"]["acts"], keyof {
|
|
15720
15735
|
user_id?: string | undefined;
|
|
15721
15736
|
activity_name?: string | undefined;
|
|
15722
15737
|
activity_type?: number | undefined;
|
|
@@ -15726,7 +15741,7 @@ export declare const Envelope: {
|
|
|
15726
15741
|
application_id?: string | undefined;
|
|
15727
15742
|
status?: number | undefined;
|
|
15728
15743
|
}[]>]: never; }) | undefined;
|
|
15729
|
-
} & { [
|
|
15744
|
+
} & { [K_553 in Exclude<keyof I_1["list_activity"], "acts">]: never; }) | undefined;
|
|
15730
15745
|
dropdown_box_selected?: ({
|
|
15731
15746
|
message_id?: string | undefined;
|
|
15732
15747
|
channel_id?: string | undefined;
|
|
@@ -15740,8 +15755,8 @@ export declare const Envelope: {
|
|
|
15740
15755
|
selectbox_id?: string | undefined;
|
|
15741
15756
|
sender_id?: string | undefined;
|
|
15742
15757
|
user_id?: string | undefined;
|
|
15743
|
-
values?: (string[] & string[] & { [
|
|
15744
|
-
} & { [
|
|
15758
|
+
values?: (string[] & string[] & { [K_554 in Exclude<keyof I_1["dropdown_box_selected"]["values"], keyof string[]>]: never; }) | undefined;
|
|
15759
|
+
} & { [K_555 in Exclude<keyof I_1["dropdown_box_selected"], keyof DropdownBoxSelected>]: never; }) | undefined;
|
|
15745
15760
|
incoming_call_push?: ({
|
|
15746
15761
|
receiver_id?: string | undefined;
|
|
15747
15762
|
json_data?: string | undefined;
|
|
@@ -15752,7 +15767,7 @@ export declare const Envelope: {
|
|
|
15752
15767
|
json_data?: string | undefined;
|
|
15753
15768
|
channel_id?: string | undefined;
|
|
15754
15769
|
caller_id?: string | undefined;
|
|
15755
|
-
} & { [
|
|
15770
|
+
} & { [K_556 in Exclude<keyof I_1["incoming_call_push"], keyof IncomingCallPush>]: never; }) | undefined;
|
|
15756
15771
|
sd_topic_event?: ({
|
|
15757
15772
|
id?: string | undefined;
|
|
15758
15773
|
clan_id?: string | undefined;
|
|
@@ -15824,8 +15839,8 @@ export declare const Envelope: {
|
|
|
15824
15839
|
reference?: string | undefined;
|
|
15825
15840
|
mention?: string | undefined;
|
|
15826
15841
|
reaction?: string | undefined;
|
|
15827
|
-
repliers?: (string[] & string[] & { [
|
|
15828
|
-
} & { [
|
|
15842
|
+
repliers?: (string[] & string[] & { [K_557 in Exclude<keyof I_1["sd_topic_event"]["last_sent_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
15843
|
+
} & { [K_558 in Exclude<keyof I_1["sd_topic_event"]["last_sent_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
15829
15844
|
message?: ({
|
|
15830
15845
|
clan_id?: string | undefined;
|
|
15831
15846
|
channel_id?: string | undefined;
|
|
@@ -15882,8 +15897,9 @@ export declare const Envelope: {
|
|
|
15882
15897
|
hide_editted?: boolean | undefined;
|
|
15883
15898
|
is_public?: boolean | undefined;
|
|
15884
15899
|
topic_id?: string | undefined;
|
|
15885
|
-
} & { [
|
|
15886
|
-
} & { [
|
|
15900
|
+
} & { [K_559 in Exclude<keyof I_1["sd_topic_event"]["message"], keyof ChannelMessage>]: never; }) | undefined;
|
|
15901
|
+
} & { [K_560 in Exclude<keyof I_1["sd_topic_event"], keyof SdTopicEvent>]: never; }) | undefined;
|
|
15902
|
+
follow_event?: ({} & {} & { [K_561 in Exclude<keyof I_1["follow_event"], never>]: never; }) | undefined;
|
|
15887
15903
|
channel_app_event?: ({
|
|
15888
15904
|
user_id?: string | undefined;
|
|
15889
15905
|
username?: string | undefined;
|
|
@@ -15896,19 +15912,19 @@ export declare const Envelope: {
|
|
|
15896
15912
|
clan_id?: string | undefined;
|
|
15897
15913
|
channel_id?: string | undefined;
|
|
15898
15914
|
action?: number | undefined;
|
|
15899
|
-
} & { [
|
|
15915
|
+
} & { [K_562 in Exclude<keyof I_1["channel_app_event"], keyof ChannelAppEvent>]: never; }) | undefined;
|
|
15900
15916
|
user_status_event?: ({
|
|
15901
15917
|
user_id?: string | undefined;
|
|
15902
15918
|
custom_status?: string | undefined;
|
|
15903
15919
|
} & {
|
|
15904
15920
|
user_id?: string | undefined;
|
|
15905
15921
|
custom_status?: string | undefined;
|
|
15906
|
-
} & { [
|
|
15922
|
+
} & { [K_563 in Exclude<keyof I_1["user_status_event"], keyof UserStatusEvent>]: never; }) | undefined;
|
|
15907
15923
|
remove_friend?: ({
|
|
15908
15924
|
user_id?: string | undefined;
|
|
15909
15925
|
} & {
|
|
15910
15926
|
user_id?: string | undefined;
|
|
15911
|
-
} & { [
|
|
15927
|
+
} & { [K_564 in Exclude<keyof I_1["remove_friend"], "user_id">]: never; }) | undefined;
|
|
15912
15928
|
webhook_event?: ({
|
|
15913
15929
|
id?: string | undefined;
|
|
15914
15930
|
webhook_name?: string | undefined;
|
|
@@ -15931,7 +15947,7 @@ export declare const Envelope: {
|
|
|
15931
15947
|
update_time?: string | undefined;
|
|
15932
15948
|
avatar?: string | undefined;
|
|
15933
15949
|
status?: number | undefined;
|
|
15934
|
-
} & { [
|
|
15950
|
+
} & { [K_565 in Exclude<keyof I_1["webhook_event"], keyof Webhook>]: never; }) | undefined;
|
|
15935
15951
|
noti_user_channel?: ({
|
|
15936
15952
|
id?: string | undefined;
|
|
15937
15953
|
notification_setting_type?: number | undefined;
|
|
@@ -15944,7 +15960,7 @@ export declare const Envelope: {
|
|
|
15944
15960
|
time_mute?: Date | undefined;
|
|
15945
15961
|
active?: number | undefined;
|
|
15946
15962
|
channel_id?: string | undefined;
|
|
15947
|
-
} & { [
|
|
15963
|
+
} & { [K_566 in Exclude<keyof I_1["noti_user_channel"], keyof NotificationUserChannel>]: never; }) | undefined;
|
|
15948
15964
|
join_channel_app_data?: ({
|
|
15949
15965
|
user_id?: string | undefined;
|
|
15950
15966
|
username?: string | undefined;
|
|
@@ -15953,7 +15969,7 @@ export declare const Envelope: {
|
|
|
15953
15969
|
user_id?: string | undefined;
|
|
15954
15970
|
username?: string | undefined;
|
|
15955
15971
|
hash?: string | undefined;
|
|
15956
|
-
} & { [
|
|
15972
|
+
} & { [K_567 in Exclude<keyof I_1["join_channel_app_data"], keyof JoinChannelAppData>]: never; }) | undefined;
|
|
15957
15973
|
canvas_event?: ({
|
|
15958
15974
|
id?: string | undefined;
|
|
15959
15975
|
title?: string | undefined;
|
|
@@ -15972,7 +15988,7 @@ export declare const Envelope: {
|
|
|
15972
15988
|
is_default?: boolean | undefined;
|
|
15973
15989
|
channel_id?: string | undefined;
|
|
15974
15990
|
status?: number | undefined;
|
|
15975
|
-
} & { [
|
|
15991
|
+
} & { [K_568 in Exclude<keyof I_1["canvas_event"], keyof ChannelCanvas>]: never; }) | undefined;
|
|
15976
15992
|
unpin_message_event?: ({
|
|
15977
15993
|
id?: string | undefined;
|
|
15978
15994
|
message_id?: string | undefined;
|
|
@@ -15983,7 +15999,7 @@ export declare const Envelope: {
|
|
|
15983
15999
|
message_id?: string | undefined;
|
|
15984
16000
|
channel_id?: string | undefined;
|
|
15985
16001
|
clan_id?: string | undefined;
|
|
15986
|
-
} & { [
|
|
16002
|
+
} & { [K_569 in Exclude<keyof I_1["unpin_message_event"], keyof UnpinMessageEvent>]: never; }) | undefined;
|
|
15987
16003
|
category_event?: ({
|
|
15988
16004
|
creator_id?: string | undefined;
|
|
15989
16005
|
clan_id?: string | undefined;
|
|
@@ -15996,7 +16012,7 @@ export declare const Envelope: {
|
|
|
15996
16012
|
category_name?: string | undefined;
|
|
15997
16013
|
id?: string | undefined;
|
|
15998
16014
|
status?: number | undefined;
|
|
15999
|
-
} & { [
|
|
16015
|
+
} & { [K_570 in Exclude<keyof I_1["category_event"], keyof CategoryEvent>]: never; }) | undefined;
|
|
16000
16016
|
handle_participant_meet_state_event?: ({
|
|
16001
16017
|
clan_id?: string | undefined;
|
|
16002
16018
|
channel_id?: string | undefined;
|
|
@@ -16007,12 +16023,12 @@ export declare const Envelope: {
|
|
|
16007
16023
|
channel_id?: string | undefined;
|
|
16008
16024
|
display_name?: string | undefined;
|
|
16009
16025
|
state?: number | undefined;
|
|
16010
|
-
} & { [
|
|
16026
|
+
} & { [K_571 in Exclude<keyof I_1["handle_participant_meet_state_event"], keyof HandleParticipantMeetStateEvent>]: never; }) | undefined;
|
|
16011
16027
|
delete_account_event?: ({
|
|
16012
16028
|
user_id?: string | undefined;
|
|
16013
16029
|
} & {
|
|
16014
16030
|
user_id?: string | undefined;
|
|
16015
|
-
} & { [
|
|
16031
|
+
} & { [K_572 in Exclude<keyof I_1["delete_account_event"], "user_id">]: never; }) | undefined;
|
|
16016
16032
|
ephemeral_message_send?: ({
|
|
16017
16033
|
message?: {
|
|
16018
16034
|
clan_id?: string | undefined;
|
|
@@ -16132,7 +16148,7 @@ export declare const Envelope: {
|
|
|
16132
16148
|
create_time?: Date | undefined;
|
|
16133
16149
|
s?: number | undefined;
|
|
16134
16150
|
e?: number | undefined;
|
|
16135
|
-
} & { [
|
|
16151
|
+
} & { [K_573 in Exclude<keyof I_1["ephemeral_message_send"]["message"]["mentions"][number], keyof MessageMention>]: never; })[] & { [K_574 in Exclude<keyof I_1["ephemeral_message_send"]["message"]["mentions"], keyof {
|
|
16136
16152
|
id?: string | undefined;
|
|
16137
16153
|
user_id?: string | undefined;
|
|
16138
16154
|
username?: string | undefined;
|
|
@@ -16166,7 +16182,7 @@ export declare const Envelope: {
|
|
|
16166
16182
|
width?: number | undefined;
|
|
16167
16183
|
height?: number | undefined;
|
|
16168
16184
|
thumbnail?: string | undefined;
|
|
16169
|
-
} & { [
|
|
16185
|
+
} & { [K_575 in Exclude<keyof I_1["ephemeral_message_send"]["message"]["attachments"][number], keyof MessageAttachment>]: never; })[] & { [K_576 in Exclude<keyof I_1["ephemeral_message_send"]["message"]["attachments"], keyof {
|
|
16170
16186
|
filename?: string | undefined;
|
|
16171
16187
|
size?: number | undefined;
|
|
16172
16188
|
url?: string | undefined;
|
|
@@ -16208,7 +16224,7 @@ export declare const Envelope: {
|
|
|
16208
16224
|
mesages_sender_avatar?: string | undefined;
|
|
16209
16225
|
message_sender_clan_nick?: string | undefined;
|
|
16210
16226
|
message_sender_display_name?: string | undefined;
|
|
16211
|
-
} & { [
|
|
16227
|
+
} & { [K_577 in Exclude<keyof I_1["ephemeral_message_send"]["message"]["references"][number], keyof MessageRef>]: never; })[] & { [K_578 in Exclude<keyof I_1["ephemeral_message_send"]["message"]["references"], keyof {
|
|
16212
16228
|
message_id?: string | undefined;
|
|
16213
16229
|
message_ref_id?: string | undefined;
|
|
16214
16230
|
content?: string | undefined;
|
|
@@ -16227,25 +16243,25 @@ export declare const Envelope: {
|
|
|
16227
16243
|
is_public?: boolean | undefined;
|
|
16228
16244
|
code?: number | undefined;
|
|
16229
16245
|
topic_id?: string | undefined;
|
|
16230
|
-
} & { [
|
|
16246
|
+
} & { [K_579 in Exclude<keyof I_1["ephemeral_message_send"]["message"], keyof ChannelMessageSend>]: never; }) | undefined;
|
|
16231
16247
|
receiver_id?: string | undefined;
|
|
16232
|
-
} & { [
|
|
16248
|
+
} & { [K_580 in Exclude<keyof I_1["ephemeral_message_send"], keyof EphemeralMessageSend>]: never; }) | undefined;
|
|
16233
16249
|
block_friend?: ({
|
|
16234
16250
|
user_id?: string | undefined;
|
|
16235
16251
|
} & {
|
|
16236
16252
|
user_id?: string | undefined;
|
|
16237
|
-
} & { [
|
|
16253
|
+
} & { [K_581 in Exclude<keyof I_1["block_friend"], "user_id">]: never; }) | undefined;
|
|
16238
16254
|
voice_reaction_send?: ({
|
|
16239
16255
|
emojis?: string[] | undefined;
|
|
16240
16256
|
channel_id?: string | undefined;
|
|
16241
16257
|
sender_id?: string | undefined;
|
|
16242
16258
|
media_type?: number | undefined;
|
|
16243
16259
|
} & {
|
|
16244
|
-
emojis?: (string[] & string[] & { [
|
|
16260
|
+
emojis?: (string[] & string[] & { [K_582 in Exclude<keyof I_1["voice_reaction_send"]["emojis"], keyof string[]>]: never; }) | undefined;
|
|
16245
16261
|
channel_id?: string | undefined;
|
|
16246
16262
|
sender_id?: string | undefined;
|
|
16247
16263
|
media_type?: number | undefined;
|
|
16248
|
-
} & { [
|
|
16264
|
+
} & { [K_583 in Exclude<keyof I_1["voice_reaction_send"], keyof VoiceReactionSend>]: never; }) | undefined;
|
|
16249
16265
|
mark_as_read?: ({
|
|
16250
16266
|
channel_id?: string | undefined;
|
|
16251
16267
|
category_id?: string | undefined;
|
|
@@ -16254,7 +16270,7 @@ export declare const Envelope: {
|
|
|
16254
16270
|
channel_id?: string | undefined;
|
|
16255
16271
|
category_id?: string | undefined;
|
|
16256
16272
|
clan_id?: string | undefined;
|
|
16257
|
-
} & { [
|
|
16273
|
+
} & { [K_584 in Exclude<keyof I_1["mark_as_read"], keyof MarkAsRead>]: never; }) | undefined;
|
|
16258
16274
|
list_data_socket?: ({
|
|
16259
16275
|
api_name?: string | undefined;
|
|
16260
16276
|
list_clan_req?: {
|
|
@@ -16502,6 +16518,7 @@ export declare const Envelope: {
|
|
|
16502
16518
|
clan_nick?: string | undefined;
|
|
16503
16519
|
clan_avatar?: string | undefined;
|
|
16504
16520
|
clan_id?: string | undefined;
|
|
16521
|
+
added_by?: string | undefined;
|
|
16505
16522
|
}[] | undefined;
|
|
16506
16523
|
cursor?: string | undefined;
|
|
16507
16524
|
channel_id?: string | undefined;
|
|
@@ -17120,7 +17137,7 @@ export declare const Envelope: {
|
|
|
17120
17137
|
limit?: number | undefined;
|
|
17121
17138
|
state?: number | undefined;
|
|
17122
17139
|
cursor?: string | undefined;
|
|
17123
|
-
} & { [
|
|
17140
|
+
} & { [K_585 in Exclude<keyof I_1["list_data_socket"]["list_clan_req"], keyof ListClanDescRequest>]: never; }) | undefined;
|
|
17124
17141
|
clan_desc_list?: ({
|
|
17125
17142
|
clandesc?: {
|
|
17126
17143
|
creator_id?: string | undefined;
|
|
@@ -17172,7 +17189,7 @@ export declare const Envelope: {
|
|
|
17172
17189
|
welcome_channel_id?: string | undefined;
|
|
17173
17190
|
onboarding_banner?: string | undefined;
|
|
17174
17191
|
clan_order?: number | undefined;
|
|
17175
|
-
} & { [
|
|
17192
|
+
} & { [K_586 in Exclude<keyof I_1["list_data_socket"]["clan_desc_list"]["clandesc"][number], keyof import("../api/api").ClanDesc>]: never; })[] & { [K_587 in Exclude<keyof I_1["list_data_socket"]["clan_desc_list"]["clandesc"], keyof {
|
|
17176
17193
|
creator_id?: string | undefined;
|
|
17177
17194
|
clan_name?: string | undefined;
|
|
17178
17195
|
logo?: string | undefined;
|
|
@@ -17185,7 +17202,7 @@ export declare const Envelope: {
|
|
|
17185
17202
|
onboarding_banner?: string | undefined;
|
|
17186
17203
|
clan_order?: number | undefined;
|
|
17187
17204
|
}[]>]: never; }) | undefined;
|
|
17188
|
-
} & { [
|
|
17205
|
+
} & { [K_588 in Exclude<keyof I_1["list_data_socket"]["clan_desc_list"], "clandesc">]: never; }) | undefined;
|
|
17189
17206
|
list_thread_req?: ({
|
|
17190
17207
|
limit?: number | undefined;
|
|
17191
17208
|
state?: number | undefined;
|
|
@@ -17200,7 +17217,7 @@ export declare const Envelope: {
|
|
|
17200
17217
|
channel_id?: string | undefined;
|
|
17201
17218
|
thread_id?: string | undefined;
|
|
17202
17219
|
page?: number | undefined;
|
|
17203
|
-
} & { [
|
|
17220
|
+
} & { [K_589 in Exclude<keyof I_1["list_data_socket"]["list_thread_req"], keyof ListThreadRequest>]: never; }) | undefined;
|
|
17204
17221
|
channel_desc_list?: ({
|
|
17205
17222
|
channeldesc?: {
|
|
17206
17223
|
clan_id?: string | undefined;
|
|
@@ -17374,8 +17391,8 @@ export declare const Envelope: {
|
|
|
17374
17391
|
creator_id?: string | undefined;
|
|
17375
17392
|
channel_label?: string | undefined;
|
|
17376
17393
|
channel_private?: number | undefined;
|
|
17377
|
-
channel_avatar?: (string[] & string[] & { [
|
|
17378
|
-
user_id?: (string[] & string[] & { [
|
|
17394
|
+
channel_avatar?: (string[] & string[] & { [K_590 in Exclude<keyof I_1["list_data_socket"]["channel_desc_list"]["channeldesc"][number]["channel_avatar"], keyof string[]>]: never; }) | undefined;
|
|
17395
|
+
user_id?: (string[] & string[] & { [K_591 in Exclude<keyof I_1["list_data_socket"]["channel_desc_list"]["channeldesc"][number]["user_id"], keyof string[]>]: never; }) | undefined;
|
|
17379
17396
|
last_sent_message?: ({
|
|
17380
17397
|
id?: string | undefined;
|
|
17381
17398
|
timestamp_seconds?: number | undefined;
|
|
@@ -17395,8 +17412,8 @@ export declare const Envelope: {
|
|
|
17395
17412
|
reference?: string | undefined;
|
|
17396
17413
|
mention?: string | undefined;
|
|
17397
17414
|
reaction?: string | undefined;
|
|
17398
|
-
repliers?: (string[] & string[] & { [
|
|
17399
|
-
} & { [
|
|
17415
|
+
repliers?: (string[] & string[] & { [K_592 in Exclude<keyof I_1["list_data_socket"]["channel_desc_list"]["channeldesc"][number]["last_sent_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
17416
|
+
} & { [K_593 in Exclude<keyof I_1["list_data_socket"]["channel_desc_list"]["channeldesc"][number]["last_sent_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
17400
17417
|
last_seen_message?: ({
|
|
17401
17418
|
id?: string | undefined;
|
|
17402
17419
|
timestamp_seconds?: number | undefined;
|
|
@@ -17416,27 +17433,27 @@ export declare const Envelope: {
|
|
|
17416
17433
|
reference?: string | undefined;
|
|
17417
17434
|
mention?: string | undefined;
|
|
17418
17435
|
reaction?: string | undefined;
|
|
17419
|
-
repliers?: (string[] & string[] & { [
|
|
17420
|
-
} & { [
|
|
17421
|
-
is_online?: (boolean[] & boolean[] & { [
|
|
17436
|
+
repliers?: (string[] & string[] & { [K_594 in Exclude<keyof I_1["list_data_socket"]["channel_desc_list"]["channeldesc"][number]["last_seen_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
17437
|
+
} & { [K_595 in Exclude<keyof I_1["list_data_socket"]["channel_desc_list"]["channeldesc"][number]["last_seen_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
17438
|
+
is_online?: (boolean[] & boolean[] & { [K_596 in Exclude<keyof I_1["list_data_socket"]["channel_desc_list"]["channeldesc"][number]["is_online"], keyof boolean[]>]: never; }) | undefined;
|
|
17422
17439
|
meeting_code?: string | undefined;
|
|
17423
17440
|
count_mess_unread?: number | undefined;
|
|
17424
17441
|
active?: number | undefined;
|
|
17425
17442
|
last_pin_message?: string | undefined;
|
|
17426
|
-
usernames?: (string[] & string[] & { [
|
|
17443
|
+
usernames?: (string[] & string[] & { [K_597 in Exclude<keyof I_1["list_data_socket"]["channel_desc_list"]["channeldesc"][number]["usernames"], keyof string[]>]: never; }) | undefined;
|
|
17427
17444
|
creator_name?: string | undefined;
|
|
17428
17445
|
create_time_seconds?: number | undefined;
|
|
17429
17446
|
update_time_seconds?: number | undefined;
|
|
17430
|
-
metadata?: (string[] & string[] & { [
|
|
17431
|
-
about_me?: (string[] & string[] & { [
|
|
17447
|
+
metadata?: (string[] & string[] & { [K_598 in Exclude<keyof I_1["list_data_socket"]["channel_desc_list"]["channeldesc"][number]["metadata"], keyof string[]>]: never; }) | undefined;
|
|
17448
|
+
about_me?: (string[] & string[] & { [K_599 in Exclude<keyof I_1["list_data_socket"]["channel_desc_list"]["channeldesc"][number]["about_me"], keyof string[]>]: never; }) | undefined;
|
|
17432
17449
|
clan_name?: string | undefined;
|
|
17433
17450
|
app_id?: string | undefined;
|
|
17434
17451
|
is_mute?: boolean | undefined;
|
|
17435
17452
|
age_restricted?: number | undefined;
|
|
17436
17453
|
topic?: string | undefined;
|
|
17437
17454
|
e2ee?: number | undefined;
|
|
17438
|
-
display_names?: (string[] & string[] & { [
|
|
17439
|
-
} & { [
|
|
17455
|
+
display_names?: (string[] & string[] & { [K_600 in Exclude<keyof I_1["list_data_socket"]["channel_desc_list"]["channeldesc"][number]["display_names"], keyof string[]>]: never; }) | undefined;
|
|
17456
|
+
} & { [K_601 in Exclude<keyof I_1["list_data_socket"]["channel_desc_list"]["channeldesc"][number], keyof ChannelDescription1>]: never; })[] & { [K_602 in Exclude<keyof I_1["list_data_socket"]["channel_desc_list"]["channeldesc"], keyof {
|
|
17440
17457
|
clan_id?: string | undefined;
|
|
17441
17458
|
parent_id?: string | undefined;
|
|
17442
17459
|
channel_id?: string | undefined;
|
|
@@ -17493,28 +17510,28 @@ export declare const Envelope: {
|
|
|
17493
17510
|
prev_cursor?: string | undefined;
|
|
17494
17511
|
cacheable_cursor?: string | undefined;
|
|
17495
17512
|
page?: number | undefined;
|
|
17496
|
-
} & { [
|
|
17513
|
+
} & { [K_603 in Exclude<keyof I_1["list_data_socket"]["channel_desc_list"], keyof ChannelDescList>]: never; }) | undefined;
|
|
17497
17514
|
list_channel_users_uc_req?: ({
|
|
17498
17515
|
channel_id?: string | undefined;
|
|
17499
17516
|
limit?: number | undefined;
|
|
17500
17517
|
} & {
|
|
17501
17518
|
channel_id?: string | undefined;
|
|
17502
17519
|
limit?: number | undefined;
|
|
17503
|
-
} & { [
|
|
17520
|
+
} & { [K_604 in Exclude<keyof I_1["list_data_socket"]["list_channel_users_uc_req"], keyof AllUsersAddChannelRequest>]: never; }) | undefined;
|
|
17504
17521
|
channel_users_uc_list?: ({
|
|
17505
17522
|
channel_id?: string | undefined;
|
|
17506
17523
|
user_ids?: string[] | undefined;
|
|
17507
17524
|
limit?: number | undefined;
|
|
17508
17525
|
} & {
|
|
17509
17526
|
channel_id?: string | undefined;
|
|
17510
|
-
user_ids?: (string[] & string[] & { [
|
|
17527
|
+
user_ids?: (string[] & string[] & { [K_605 in Exclude<keyof I_1["list_data_socket"]["channel_users_uc_list"]["user_ids"], keyof string[]>]: never; }) | undefined;
|
|
17511
17528
|
limit?: number | undefined;
|
|
17512
|
-
} & { [
|
|
17529
|
+
} & { [K_606 in Exclude<keyof I_1["list_data_socket"]["channel_users_uc_list"], keyof AllUsersAddChannelResponse>]: never; }) | undefined;
|
|
17513
17530
|
list_channel_detail_req?: ({
|
|
17514
17531
|
channel_id?: string | undefined;
|
|
17515
17532
|
} & {
|
|
17516
17533
|
channel_id?: string | undefined;
|
|
17517
|
-
} & { [
|
|
17534
|
+
} & { [K_607 in Exclude<keyof I_1["list_data_socket"]["list_channel_detail_req"], "channel_id">]: never; }) | undefined;
|
|
17518
17535
|
channel_desc?: ({
|
|
17519
17536
|
clan_id?: string | undefined;
|
|
17520
17537
|
parent_id?: string | undefined;
|
|
@@ -17577,8 +17594,8 @@ export declare const Envelope: {
|
|
|
17577
17594
|
creator_id?: string | undefined;
|
|
17578
17595
|
channel_label?: string | undefined;
|
|
17579
17596
|
channel_private?: number | undefined;
|
|
17580
|
-
channel_avatar?: (string[] & string[] & { [
|
|
17581
|
-
user_id?: (string[] & string[] & { [
|
|
17597
|
+
channel_avatar?: (string[] & string[] & { [K_608 in Exclude<keyof I_1["list_data_socket"]["channel_desc"]["channel_avatar"], keyof string[]>]: never; }) | undefined;
|
|
17598
|
+
user_id?: (string[] & string[] & { [K_609 in Exclude<keyof I_1["list_data_socket"]["channel_desc"]["user_id"], keyof string[]>]: never; }) | undefined;
|
|
17582
17599
|
last_sent_message?: ({
|
|
17583
17600
|
id?: string | undefined;
|
|
17584
17601
|
timestamp_seconds?: number | undefined;
|
|
@@ -17598,8 +17615,8 @@ export declare const Envelope: {
|
|
|
17598
17615
|
reference?: string | undefined;
|
|
17599
17616
|
mention?: string | undefined;
|
|
17600
17617
|
reaction?: string | undefined;
|
|
17601
|
-
repliers?: (string[] & string[] & { [
|
|
17602
|
-
} & { [
|
|
17618
|
+
repliers?: (string[] & string[] & { [K_610 in Exclude<keyof I_1["list_data_socket"]["channel_desc"]["last_sent_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
17619
|
+
} & { [K_611 in Exclude<keyof I_1["list_data_socket"]["channel_desc"]["last_sent_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
17603
17620
|
last_seen_message?: ({
|
|
17604
17621
|
id?: string | undefined;
|
|
17605
17622
|
timestamp_seconds?: number | undefined;
|
|
@@ -17619,27 +17636,27 @@ export declare const Envelope: {
|
|
|
17619
17636
|
reference?: string | undefined;
|
|
17620
17637
|
mention?: string | undefined;
|
|
17621
17638
|
reaction?: string | undefined;
|
|
17622
|
-
repliers?: (string[] & string[] & { [
|
|
17623
|
-
} & { [
|
|
17624
|
-
is_online?: (boolean[] & boolean[] & { [
|
|
17639
|
+
repliers?: (string[] & string[] & { [K_612 in Exclude<keyof I_1["list_data_socket"]["channel_desc"]["last_seen_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
17640
|
+
} & { [K_613 in Exclude<keyof I_1["list_data_socket"]["channel_desc"]["last_seen_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
17641
|
+
is_online?: (boolean[] & boolean[] & { [K_614 in Exclude<keyof I_1["list_data_socket"]["channel_desc"]["is_online"], keyof boolean[]>]: never; }) | undefined;
|
|
17625
17642
|
meeting_code?: string | undefined;
|
|
17626
17643
|
count_mess_unread?: number | undefined;
|
|
17627
17644
|
active?: number | undefined;
|
|
17628
17645
|
last_pin_message?: string | undefined;
|
|
17629
|
-
usernames?: (string[] & string[] & { [
|
|
17646
|
+
usernames?: (string[] & string[] & { [K_615 in Exclude<keyof I_1["list_data_socket"]["channel_desc"]["usernames"], keyof string[]>]: never; }) | undefined;
|
|
17630
17647
|
creator_name?: string | undefined;
|
|
17631
17648
|
create_time_seconds?: number | undefined;
|
|
17632
17649
|
update_time_seconds?: number | undefined;
|
|
17633
|
-
metadata?: (string[] & string[] & { [
|
|
17634
|
-
about_me?: (string[] & string[] & { [
|
|
17650
|
+
metadata?: (string[] & string[] & { [K_616 in Exclude<keyof I_1["list_data_socket"]["channel_desc"]["metadata"], keyof string[]>]: never; }) | undefined;
|
|
17651
|
+
about_me?: (string[] & string[] & { [K_617 in Exclude<keyof I_1["list_data_socket"]["channel_desc"]["about_me"], keyof string[]>]: never; }) | undefined;
|
|
17635
17652
|
clan_name?: string | undefined;
|
|
17636
17653
|
app_id?: string | undefined;
|
|
17637
17654
|
is_mute?: boolean | undefined;
|
|
17638
17655
|
age_restricted?: number | undefined;
|
|
17639
17656
|
topic?: string | undefined;
|
|
17640
17657
|
e2ee?: number | undefined;
|
|
17641
|
-
display_names?: (string[] & string[] & { [
|
|
17642
|
-
} & { [
|
|
17658
|
+
display_names?: (string[] & string[] & { [K_618 in Exclude<keyof I_1["list_data_socket"]["channel_desc"]["display_names"], keyof string[]>]: never; }) | undefined;
|
|
17659
|
+
} & { [K_619 in Exclude<keyof I_1["list_data_socket"]["channel_desc"], keyof ChannelDescription1>]: never; }) | undefined;
|
|
17643
17660
|
list_channel_req?: ({
|
|
17644
17661
|
limit?: number | undefined;
|
|
17645
17662
|
state?: number | undefined;
|
|
@@ -17652,7 +17669,7 @@ export declare const Envelope: {
|
|
|
17652
17669
|
cursor?: string | undefined;
|
|
17653
17670
|
clan_id?: string | undefined;
|
|
17654
17671
|
channel_type?: number | undefined;
|
|
17655
|
-
} & { [
|
|
17672
|
+
} & { [K_620 in Exclude<keyof I_1["list_data_socket"]["list_channel_req"], keyof ListChannelDescsRequest>]: never; }) | undefined;
|
|
17656
17673
|
list_channel_message_req?: ({
|
|
17657
17674
|
clan_id?: string | undefined;
|
|
17658
17675
|
channel_id?: string | undefined;
|
|
@@ -17667,7 +17684,7 @@ export declare const Envelope: {
|
|
|
17667
17684
|
limit?: number | undefined;
|
|
17668
17685
|
direction?: number | undefined;
|
|
17669
17686
|
topic_id?: string | undefined;
|
|
17670
|
-
} & { [
|
|
17687
|
+
} & { [K_621 in Exclude<keyof I_1["list_data_socket"]["list_channel_message_req"], keyof ListChannelMessagesRequest>]: never; }) | undefined;
|
|
17671
17688
|
channel_message_list?: ({
|
|
17672
17689
|
messages?: {
|
|
17673
17690
|
clan_id?: string | undefined;
|
|
@@ -17805,7 +17822,7 @@ export declare const Envelope: {
|
|
|
17805
17822
|
hide_editted?: boolean | undefined;
|
|
17806
17823
|
is_public?: boolean | undefined;
|
|
17807
17824
|
topic_id?: string | undefined;
|
|
17808
|
-
} & { [
|
|
17825
|
+
} & { [K_622 in Exclude<keyof I_1["list_data_socket"]["channel_message_list"]["messages"][number], keyof ChannelMessage>]: never; })[] & { [K_623 in Exclude<keyof I_1["list_data_socket"]["channel_message_list"]["messages"], keyof {
|
|
17809
17826
|
clan_id?: string | undefined;
|
|
17810
17827
|
channel_id?: string | undefined;
|
|
17811
17828
|
message_id?: string | undefined;
|
|
@@ -17853,8 +17870,8 @@ export declare const Envelope: {
|
|
|
17853
17870
|
reference?: string | undefined;
|
|
17854
17871
|
mention?: string | undefined;
|
|
17855
17872
|
reaction?: string | undefined;
|
|
17856
|
-
repliers?: (string[] & string[] & { [
|
|
17857
|
-
} & { [
|
|
17873
|
+
repliers?: (string[] & string[] & { [K_624 in Exclude<keyof I_1["list_data_socket"]["channel_message_list"]["last_seen_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
17874
|
+
} & { [K_625 in Exclude<keyof I_1["list_data_socket"]["channel_message_list"]["last_seen_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
17858
17875
|
last_sent_message?: ({
|
|
17859
17876
|
id?: string | undefined;
|
|
17860
17877
|
timestamp_seconds?: number | undefined;
|
|
@@ -17874,9 +17891,9 @@ export declare const Envelope: {
|
|
|
17874
17891
|
reference?: string | undefined;
|
|
17875
17892
|
mention?: string | undefined;
|
|
17876
17893
|
reaction?: string | undefined;
|
|
17877
|
-
repliers?: (string[] & string[] & { [
|
|
17878
|
-
} & { [
|
|
17879
|
-
} & { [
|
|
17894
|
+
repliers?: (string[] & string[] & { [K_626 in Exclude<keyof I_1["list_data_socket"]["channel_message_list"]["last_sent_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
17895
|
+
} & { [K_627 in Exclude<keyof I_1["list_data_socket"]["channel_message_list"]["last_sent_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
17896
|
+
} & { [K_628 in Exclude<keyof I_1["list_data_socket"]["channel_message_list"], keyof ChannelMessageList>]: never; }) | undefined;
|
|
17880
17897
|
list_channel_users_req?: ({
|
|
17881
17898
|
clan_id?: string | undefined;
|
|
17882
17899
|
channel_id?: string | undefined;
|
|
@@ -17891,7 +17908,7 @@ export declare const Envelope: {
|
|
|
17891
17908
|
limit?: number | undefined;
|
|
17892
17909
|
state?: number | undefined;
|
|
17893
17910
|
cursor?: string | undefined;
|
|
17894
|
-
} & { [
|
|
17911
|
+
} & { [K_629 in Exclude<keyof I_1["list_data_socket"]["list_channel_users_req"], keyof ListChannelUsersRequest>]: never; }) | undefined;
|
|
17895
17912
|
voice_user_list?: ({
|
|
17896
17913
|
voice_channel_users?: {
|
|
17897
17914
|
id?: string | undefined;
|
|
@@ -17915,13 +17932,13 @@ export declare const Envelope: {
|
|
|
17915
17932
|
user_id?: string | undefined;
|
|
17916
17933
|
channel_id?: string | undefined;
|
|
17917
17934
|
participant?: string | undefined;
|
|
17918
|
-
} & { [
|
|
17935
|
+
} & { [K_630 in Exclude<keyof I_1["list_data_socket"]["voice_user_list"]["voice_channel_users"][number], keyof import("../api/api").VoiceChannelUser>]: never; })[] & { [K_631 in Exclude<keyof I_1["list_data_socket"]["voice_user_list"]["voice_channel_users"], keyof {
|
|
17919
17936
|
id?: string | undefined;
|
|
17920
17937
|
user_id?: string | undefined;
|
|
17921
17938
|
channel_id?: string | undefined;
|
|
17922
17939
|
participant?: string | undefined;
|
|
17923
17940
|
}[]>]: never; }) | undefined;
|
|
17924
|
-
} & { [
|
|
17941
|
+
} & { [K_632 in Exclude<keyof I_1["list_data_socket"]["voice_user_list"], "voice_channel_users">]: never; }) | undefined;
|
|
17925
17942
|
channel_user_list?: ({
|
|
17926
17943
|
channel_users?: {
|
|
17927
17944
|
user_id?: string | undefined;
|
|
@@ -17931,6 +17948,7 @@ export declare const Envelope: {
|
|
|
17931
17948
|
clan_nick?: string | undefined;
|
|
17932
17949
|
clan_avatar?: string | undefined;
|
|
17933
17950
|
clan_id?: string | undefined;
|
|
17951
|
+
added_by?: string | undefined;
|
|
17934
17952
|
}[] | undefined;
|
|
17935
17953
|
cursor?: string | undefined;
|
|
17936
17954
|
channel_id?: string | undefined;
|
|
@@ -17943,6 +17961,7 @@ export declare const Envelope: {
|
|
|
17943
17961
|
clan_nick?: string | undefined;
|
|
17944
17962
|
clan_avatar?: string | undefined;
|
|
17945
17963
|
clan_id?: string | undefined;
|
|
17964
|
+
added_by?: string | undefined;
|
|
17946
17965
|
}[] & ({
|
|
17947
17966
|
user_id?: string | undefined;
|
|
17948
17967
|
role_id?: string[] | undefined;
|
|
@@ -17951,15 +17970,17 @@ export declare const Envelope: {
|
|
|
17951
17970
|
clan_nick?: string | undefined;
|
|
17952
17971
|
clan_avatar?: string | undefined;
|
|
17953
17972
|
clan_id?: string | undefined;
|
|
17973
|
+
added_by?: string | undefined;
|
|
17954
17974
|
} & {
|
|
17955
17975
|
user_id?: string | undefined;
|
|
17956
|
-
role_id?: (string[] & string[] & { [
|
|
17976
|
+
role_id?: (string[] & string[] & { [K_633 in Exclude<keyof I_1["list_data_socket"]["channel_user_list"]["channel_users"][number]["role_id"], keyof string[]>]: never; }) | undefined;
|
|
17957
17977
|
id?: string | undefined;
|
|
17958
17978
|
thread_id?: string | undefined;
|
|
17959
17979
|
clan_nick?: string | undefined;
|
|
17960
17980
|
clan_avatar?: string | undefined;
|
|
17961
17981
|
clan_id?: string | undefined;
|
|
17962
|
-
|
|
17982
|
+
added_by?: string | undefined;
|
|
17983
|
+
} & { [K_634 in Exclude<keyof I_1["list_data_socket"]["channel_user_list"]["channel_users"][number], keyof import("../api/api").ChannelUserList_ChannelUser>]: never; })[] & { [K_635 in Exclude<keyof I_1["list_data_socket"]["channel_user_list"]["channel_users"], keyof {
|
|
17963
17984
|
user_id?: string | undefined;
|
|
17964
17985
|
role_id?: string[] | undefined;
|
|
17965
17986
|
id?: string | undefined;
|
|
@@ -17967,10 +17988,11 @@ export declare const Envelope: {
|
|
|
17967
17988
|
clan_nick?: string | undefined;
|
|
17968
17989
|
clan_avatar?: string | undefined;
|
|
17969
17990
|
clan_id?: string | undefined;
|
|
17991
|
+
added_by?: string | undefined;
|
|
17970
17992
|
}[]>]: never; }) | undefined;
|
|
17971
17993
|
cursor?: string | undefined;
|
|
17972
17994
|
channel_id?: string | undefined;
|
|
17973
|
-
} & { [
|
|
17995
|
+
} & { [K_636 in Exclude<keyof I_1["list_data_socket"]["channel_user_list"], keyof ChannelUserList>]: never; }) | undefined;
|
|
17974
17996
|
list_channel_attachment_req?: ({
|
|
17975
17997
|
clan_id?: string | undefined;
|
|
17976
17998
|
channel_id?: string | undefined;
|
|
@@ -17989,7 +18011,7 @@ export declare const Envelope: {
|
|
|
17989
18011
|
before?: string | undefined;
|
|
17990
18012
|
after?: string | undefined;
|
|
17991
18013
|
around?: string | undefined;
|
|
17992
|
-
} & { [
|
|
18014
|
+
} & { [K_637 in Exclude<keyof I_1["list_data_socket"]["list_channel_attachment_req"], keyof ListChannelAttachmentRequest>]: never; }) | undefined;
|
|
17993
18015
|
channel_attachment_list?: ({
|
|
17994
18016
|
attachments?: {
|
|
17995
18017
|
id?: string | undefined;
|
|
@@ -18037,7 +18059,7 @@ export declare const Envelope: {
|
|
|
18037
18059
|
message_id?: string | undefined;
|
|
18038
18060
|
width?: number | undefined;
|
|
18039
18061
|
height?: number | undefined;
|
|
18040
|
-
} & { [
|
|
18062
|
+
} & { [K_638 in Exclude<keyof I_1["list_data_socket"]["channel_attachment_list"]["attachments"][number], keyof import("../api/api").ChannelAttachment>]: never; })[] & { [K_639 in Exclude<keyof I_1["list_data_socket"]["channel_attachment_list"]["attachments"], keyof {
|
|
18041
18063
|
id?: string | undefined;
|
|
18042
18064
|
filename?: string | undefined;
|
|
18043
18065
|
filetype?: string | undefined;
|
|
@@ -18049,14 +18071,14 @@ export declare const Envelope: {
|
|
|
18049
18071
|
width?: number | undefined;
|
|
18050
18072
|
height?: number | undefined;
|
|
18051
18073
|
}[]>]: never; }) | undefined;
|
|
18052
|
-
} & { [
|
|
18074
|
+
} & { [K_640 in Exclude<keyof I_1["list_data_socket"]["channel_attachment_list"], "attachments">]: never; }) | undefined;
|
|
18053
18075
|
hashtag_dm_req?: ({
|
|
18054
18076
|
user_id?: string[] | undefined;
|
|
18055
18077
|
limit?: number | undefined;
|
|
18056
18078
|
} & {
|
|
18057
|
-
user_id?: (string[] & string[] & { [
|
|
18079
|
+
user_id?: (string[] & string[] & { [K_641 in Exclude<keyof I_1["list_data_socket"]["hashtag_dm_req"]["user_id"], keyof string[]>]: never; }) | undefined;
|
|
18058
18080
|
limit?: number | undefined;
|
|
18059
|
-
} & { [
|
|
18081
|
+
} & { [K_642 in Exclude<keyof I_1["list_data_socket"]["hashtag_dm_req"], keyof HashtagDmListRequest>]: never; }) | undefined;
|
|
18060
18082
|
hashtag_dm_list?: ({
|
|
18061
18083
|
hashtag_dm?: {
|
|
18062
18084
|
channel_id?: string | undefined;
|
|
@@ -18096,7 +18118,7 @@ export declare const Envelope: {
|
|
|
18096
18118
|
type?: number | undefined;
|
|
18097
18119
|
channel_private?: number | undefined;
|
|
18098
18120
|
parent_id?: string | undefined;
|
|
18099
|
-
} & { [
|
|
18121
|
+
} & { [K_643 in Exclude<keyof I_1["list_data_socket"]["hashtag_dm_list"]["hashtag_dm"][number], keyof import("../api/api").HashtagDm>]: never; })[] & { [K_644 in Exclude<keyof I_1["list_data_socket"]["hashtag_dm_list"]["hashtag_dm"], keyof {
|
|
18100
18122
|
channel_id?: string | undefined;
|
|
18101
18123
|
channel_label?: string | undefined;
|
|
18102
18124
|
clan_id?: string | undefined;
|
|
@@ -18106,7 +18128,7 @@ export declare const Envelope: {
|
|
|
18106
18128
|
channel_private?: number | undefined;
|
|
18107
18129
|
parent_id?: string | undefined;
|
|
18108
18130
|
}[]>]: never; }) | undefined;
|
|
18109
|
-
} & { [
|
|
18131
|
+
} & { [K_645 in Exclude<keyof I_1["list_data_socket"]["hashtag_dm_list"], "hashtag_dm">]: never; }) | undefined;
|
|
18110
18132
|
channel_setting_req?: ({
|
|
18111
18133
|
clan_id?: string | undefined;
|
|
18112
18134
|
parent_id?: string | undefined;
|
|
@@ -18129,7 +18151,7 @@ export declare const Envelope: {
|
|
|
18129
18151
|
limit?: number | undefined;
|
|
18130
18152
|
page?: number | undefined;
|
|
18131
18153
|
channel_label?: string | undefined;
|
|
18132
|
-
} & { [
|
|
18154
|
+
} & { [K_646 in Exclude<keyof I_1["list_data_socket"]["channel_setting_req"], keyof ChannelSettingListRequest>]: never; }) | undefined;
|
|
18133
18155
|
channel_setting_list?: ({
|
|
18134
18156
|
clan_id?: string | undefined;
|
|
18135
18157
|
channel_count?: number | undefined;
|
|
@@ -18218,7 +18240,7 @@ export declare const Envelope: {
|
|
|
18218
18240
|
channel_private?: number | undefined;
|
|
18219
18241
|
channel_type?: number | undefined;
|
|
18220
18242
|
active?: number | undefined;
|
|
18221
|
-
user_ids?: (string[] & string[] & { [
|
|
18243
|
+
user_ids?: (string[] & string[] & { [K_647 in Exclude<keyof I_1["list_data_socket"]["channel_setting_list"]["channel_setting_list"][number]["user_ids"], keyof string[]>]: never; }) | undefined;
|
|
18222
18244
|
message_count?: number | undefined;
|
|
18223
18245
|
last_sent_message?: ({
|
|
18224
18246
|
id?: string | undefined;
|
|
@@ -18239,9 +18261,9 @@ export declare const Envelope: {
|
|
|
18239
18261
|
reference?: string | undefined;
|
|
18240
18262
|
mention?: string | undefined;
|
|
18241
18263
|
reaction?: string | undefined;
|
|
18242
|
-
repliers?: (string[] & string[] & { [
|
|
18243
|
-
} & { [
|
|
18244
|
-
} & { [
|
|
18264
|
+
repliers?: (string[] & string[] & { [K_648 in Exclude<keyof I_1["list_data_socket"]["channel_setting_list"]["channel_setting_list"][number]["last_sent_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
18265
|
+
} & { [K_649 in Exclude<keyof I_1["list_data_socket"]["channel_setting_list"]["channel_setting_list"][number]["last_sent_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
18266
|
+
} & { [K_650 in Exclude<keyof I_1["list_data_socket"]["channel_setting_list"]["channel_setting_list"][number], keyof import("../api/api").ChannelSettingItem>]: never; })[] & { [K_651 in Exclude<keyof I_1["list_data_socket"]["channel_setting_list"]["channel_setting_list"], keyof {
|
|
18245
18267
|
id?: string | undefined;
|
|
18246
18268
|
creator_id?: string | undefined;
|
|
18247
18269
|
parent_id?: string | undefined;
|
|
@@ -18265,17 +18287,17 @@ export declare const Envelope: {
|
|
|
18265
18287
|
repliers?: string[] | undefined;
|
|
18266
18288
|
} | undefined;
|
|
18267
18289
|
}[]>]: never; }) | undefined;
|
|
18268
|
-
} & { [
|
|
18290
|
+
} & { [K_652 in Exclude<keyof I_1["list_data_socket"]["channel_setting_list"], keyof ChannelSettingListResponse>]: never; }) | undefined;
|
|
18269
18291
|
favorite_channel_req?: ({
|
|
18270
18292
|
clan_id?: string | undefined;
|
|
18271
18293
|
} & {
|
|
18272
18294
|
clan_id?: string | undefined;
|
|
18273
|
-
} & { [
|
|
18295
|
+
} & { [K_653 in Exclude<keyof I_1["list_data_socket"]["favorite_channel_req"], "clan_id">]: never; }) | undefined;
|
|
18274
18296
|
favorite_channel_list?: ({
|
|
18275
18297
|
channel_ids?: string[] | undefined;
|
|
18276
18298
|
} & {
|
|
18277
|
-
channel_ids?: (string[] & string[] & { [
|
|
18278
|
-
} & { [
|
|
18299
|
+
channel_ids?: (string[] & string[] & { [K_654 in Exclude<keyof I_1["list_data_socket"]["favorite_channel_list"]["channel_ids"], keyof string[]>]: never; }) | undefined;
|
|
18300
|
+
} & { [K_655 in Exclude<keyof I_1["list_data_socket"]["favorite_channel_list"], "channel_ids">]: never; }) | undefined;
|
|
18279
18301
|
search_thread_req?: ({
|
|
18280
18302
|
clan_id?: string | undefined;
|
|
18281
18303
|
channel_id?: string | undefined;
|
|
@@ -18284,12 +18306,12 @@ export declare const Envelope: {
|
|
|
18284
18306
|
clan_id?: string | undefined;
|
|
18285
18307
|
channel_id?: string | undefined;
|
|
18286
18308
|
label?: string | undefined;
|
|
18287
|
-
} & { [
|
|
18309
|
+
} & { [K_656 in Exclude<keyof I_1["list_data_socket"]["search_thread_req"], keyof SearchThreadRequest>]: never; }) | undefined;
|
|
18288
18310
|
notification_channel?: ({
|
|
18289
18311
|
channel_id?: string | undefined;
|
|
18290
18312
|
} & {
|
|
18291
18313
|
channel_id?: string | undefined;
|
|
18292
|
-
} & { [
|
|
18314
|
+
} & { [K_657 in Exclude<keyof I_1["list_data_socket"]["notification_channel"], "channel_id">]: never; }) | undefined;
|
|
18293
18315
|
notificaion_user_channel?: ({
|
|
18294
18316
|
id?: string | undefined;
|
|
18295
18317
|
notification_setting_type?: number | undefined;
|
|
@@ -18302,24 +18324,24 @@ export declare const Envelope: {
|
|
|
18302
18324
|
time_mute?: Date | undefined;
|
|
18303
18325
|
active?: number | undefined;
|
|
18304
18326
|
channel_id?: string | undefined;
|
|
18305
|
-
} & { [
|
|
18327
|
+
} & { [K_658 in Exclude<keyof I_1["list_data_socket"]["notificaion_user_channel"], keyof NotificationUserChannel>]: never; }) | undefined;
|
|
18306
18328
|
notification_category?: ({
|
|
18307
18329
|
category_id?: string | undefined;
|
|
18308
18330
|
} & {
|
|
18309
18331
|
category_id?: string | undefined;
|
|
18310
|
-
} & { [
|
|
18332
|
+
} & { [K_659 in Exclude<keyof I_1["list_data_socket"]["notification_category"], "category_id">]: never; }) | undefined;
|
|
18311
18333
|
notification_clan?: ({
|
|
18312
18334
|
clan_id?: string | undefined;
|
|
18313
18335
|
} & {
|
|
18314
18336
|
clan_id?: string | undefined;
|
|
18315
|
-
} & { [
|
|
18337
|
+
} & { [K_660 in Exclude<keyof I_1["list_data_socket"]["notification_clan"], "clan_id">]: never; }) | undefined;
|
|
18316
18338
|
notification_setting?: ({
|
|
18317
18339
|
id?: string | undefined;
|
|
18318
18340
|
notification_setting_type?: number | undefined;
|
|
18319
18341
|
} & {
|
|
18320
18342
|
id?: string | undefined;
|
|
18321
18343
|
notification_setting_type?: number | undefined;
|
|
18322
|
-
} & { [
|
|
18344
|
+
} & { [K_661 in Exclude<keyof I_1["list_data_socket"]["notification_setting"], keyof NotificationSetting>]: never; }) | undefined;
|
|
18323
18345
|
notification_message?: ({
|
|
18324
18346
|
id?: string | undefined;
|
|
18325
18347
|
user_id?: string | undefined;
|
|
@@ -18328,7 +18350,7 @@ export declare const Envelope: {
|
|
|
18328
18350
|
id?: string | undefined;
|
|
18329
18351
|
user_id?: string | undefined;
|
|
18330
18352
|
channel_id?: string | undefined;
|
|
18331
|
-
} & { [
|
|
18353
|
+
} & { [K_662 in Exclude<keyof I_1["list_data_socket"]["notification_message"], keyof NotifiReactMessage>]: never; }) | undefined;
|
|
18332
18354
|
noti_channel_cat_setting_list?: ({
|
|
18333
18355
|
notification_channel_category_settings_list?: {
|
|
18334
18356
|
id?: string | undefined;
|
|
@@ -18356,14 +18378,14 @@ export declare const Envelope: {
|
|
|
18356
18378
|
notification_setting_type?: number | undefined;
|
|
18357
18379
|
channel_category_title?: string | undefined;
|
|
18358
18380
|
action?: number | undefined;
|
|
18359
|
-
} & { [
|
|
18381
|
+
} & { [K_663 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_664 in Exclude<keyof I_1["list_data_socket"]["noti_channel_cat_setting_list"]["notification_channel_category_settings_list"], keyof {
|
|
18360
18382
|
id?: string | undefined;
|
|
18361
18383
|
channel_category_label?: string | undefined;
|
|
18362
18384
|
notification_setting_type?: number | undefined;
|
|
18363
18385
|
channel_category_title?: string | undefined;
|
|
18364
18386
|
action?: number | undefined;
|
|
18365
18387
|
}[]>]: never; }) | undefined;
|
|
18366
|
-
} & { [
|
|
18388
|
+
} & { [K_665 in Exclude<keyof I_1["list_data_socket"]["noti_channel_cat_setting_list"], "notification_channel_category_settings_list">]: never; }) | undefined;
|
|
18367
18389
|
list_notification_req?: ({
|
|
18368
18390
|
limit?: number | undefined;
|
|
18369
18391
|
clan_id?: string | undefined;
|
|
@@ -18376,7 +18398,7 @@ export declare const Envelope: {
|
|
|
18376
18398
|
notification_id?: string | undefined;
|
|
18377
18399
|
category?: number | undefined;
|
|
18378
18400
|
direction?: number | undefined;
|
|
18379
|
-
} & { [
|
|
18401
|
+
} & { [K_666 in Exclude<keyof I_1["list_data_socket"]["list_notification_req"], keyof ListNotificationsRequest>]: never; }) | undefined;
|
|
18380
18402
|
notification_list?: ({
|
|
18381
18403
|
notifications?: {
|
|
18382
18404
|
id?: string | undefined;
|
|
@@ -18656,8 +18678,8 @@ export declare const Envelope: {
|
|
|
18656
18678
|
creator_id?: string | undefined;
|
|
18657
18679
|
channel_label?: string | undefined;
|
|
18658
18680
|
channel_private?: number | undefined;
|
|
18659
|
-
channel_avatar?: (string[] & string[] & { [
|
|
18660
|
-
user_id?: (string[] & string[] & { [
|
|
18681
|
+
channel_avatar?: (string[] & string[] & { [K_667 in Exclude<keyof I_1["list_data_socket"]["notification_list"]["notifications"][number]["channel"]["channel_avatar"], keyof string[]>]: never; }) | undefined;
|
|
18682
|
+
user_id?: (string[] & string[] & { [K_668 in Exclude<keyof I_1["list_data_socket"]["notification_list"]["notifications"][number]["channel"]["user_id"], keyof string[]>]: never; }) | undefined;
|
|
18661
18683
|
last_sent_message?: ({
|
|
18662
18684
|
id?: string | undefined;
|
|
18663
18685
|
timestamp_seconds?: number | undefined;
|
|
@@ -18677,8 +18699,8 @@ export declare const Envelope: {
|
|
|
18677
18699
|
reference?: string | undefined;
|
|
18678
18700
|
mention?: string | undefined;
|
|
18679
18701
|
reaction?: string | undefined;
|
|
18680
|
-
repliers?: (string[] & string[] & { [
|
|
18681
|
-
} & { [
|
|
18702
|
+
repliers?: (string[] & string[] & { [K_669 in Exclude<keyof I_1["list_data_socket"]["notification_list"]["notifications"][number]["channel"]["last_sent_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
18703
|
+
} & { [K_670 in Exclude<keyof I_1["list_data_socket"]["notification_list"]["notifications"][number]["channel"]["last_sent_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
18682
18704
|
last_seen_message?: ({
|
|
18683
18705
|
id?: string | undefined;
|
|
18684
18706
|
timestamp_seconds?: number | undefined;
|
|
@@ -18698,30 +18720,30 @@ export declare const Envelope: {
|
|
|
18698
18720
|
reference?: string | undefined;
|
|
18699
18721
|
mention?: string | undefined;
|
|
18700
18722
|
reaction?: string | undefined;
|
|
18701
|
-
repliers?: (string[] & string[] & { [
|
|
18702
|
-
} & { [
|
|
18703
|
-
is_online?: (boolean[] & boolean[] & { [
|
|
18723
|
+
repliers?: (string[] & string[] & { [K_671 in Exclude<keyof I_1["list_data_socket"]["notification_list"]["notifications"][number]["channel"]["last_seen_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
18724
|
+
} & { [K_672 in Exclude<keyof I_1["list_data_socket"]["notification_list"]["notifications"][number]["channel"]["last_seen_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
18725
|
+
is_online?: (boolean[] & boolean[] & { [K_673 in Exclude<keyof I_1["list_data_socket"]["notification_list"]["notifications"][number]["channel"]["is_online"], keyof boolean[]>]: never; }) | undefined;
|
|
18704
18726
|
meeting_code?: string | undefined;
|
|
18705
18727
|
count_mess_unread?: number | undefined;
|
|
18706
18728
|
active?: number | undefined;
|
|
18707
18729
|
last_pin_message?: string | undefined;
|
|
18708
|
-
usernames?: (string[] & string[] & { [
|
|
18730
|
+
usernames?: (string[] & string[] & { [K_674 in Exclude<keyof I_1["list_data_socket"]["notification_list"]["notifications"][number]["channel"]["usernames"], keyof string[]>]: never; }) | undefined;
|
|
18709
18731
|
creator_name?: string | undefined;
|
|
18710
18732
|
create_time_seconds?: number | undefined;
|
|
18711
18733
|
update_time_seconds?: number | undefined;
|
|
18712
|
-
metadata?: (string[] & string[] & { [
|
|
18713
|
-
about_me?: (string[] & string[] & { [
|
|
18734
|
+
metadata?: (string[] & string[] & { [K_675 in Exclude<keyof I_1["list_data_socket"]["notification_list"]["notifications"][number]["channel"]["metadata"], keyof string[]>]: never; }) | undefined;
|
|
18735
|
+
about_me?: (string[] & string[] & { [K_676 in Exclude<keyof I_1["list_data_socket"]["notification_list"]["notifications"][number]["channel"]["about_me"], keyof string[]>]: never; }) | undefined;
|
|
18714
18736
|
clan_name?: string | undefined;
|
|
18715
18737
|
app_id?: string | undefined;
|
|
18716
18738
|
is_mute?: boolean | undefined;
|
|
18717
18739
|
age_restricted?: number | undefined;
|
|
18718
18740
|
topic?: string | undefined;
|
|
18719
18741
|
e2ee?: number | undefined;
|
|
18720
|
-
display_names?: (string[] & string[] & { [
|
|
18721
|
-
} & { [
|
|
18742
|
+
display_names?: (string[] & string[] & { [K_677 in Exclude<keyof I_1["list_data_socket"]["notification_list"]["notifications"][number]["channel"]["display_names"], keyof string[]>]: never; }) | undefined;
|
|
18743
|
+
} & { [K_678 in Exclude<keyof I_1["list_data_socket"]["notification_list"]["notifications"][number]["channel"], keyof ChannelDescription1>]: never; }) | undefined;
|
|
18722
18744
|
topic_id?: string | undefined;
|
|
18723
18745
|
category?: number | undefined;
|
|
18724
|
-
} & { [
|
|
18746
|
+
} & { [K_679 in Exclude<keyof I_1["list_data_socket"]["notification_list"]["notifications"][number], keyof Notification>]: never; })[] & { [K_680 in Exclude<keyof I_1["list_data_socket"]["notification_list"]["notifications"], keyof {
|
|
18725
18747
|
id?: string | undefined;
|
|
18726
18748
|
subject?: string | undefined;
|
|
18727
18749
|
content?: string | undefined;
|
|
@@ -18790,7 +18812,7 @@ export declare const Envelope: {
|
|
|
18790
18812
|
category?: number | undefined;
|
|
18791
18813
|
}[]>]: never; }) | undefined;
|
|
18792
18814
|
cacheable_cursor?: string | undefined;
|
|
18793
|
-
} & { [
|
|
18815
|
+
} & { [K_681 in Exclude<keyof I_1["list_data_socket"]["notification_list"], keyof NotificationList>]: never; }) | undefined;
|
|
18794
18816
|
sticker_list?: ({
|
|
18795
18817
|
stickers?: {
|
|
18796
18818
|
id?: string | undefined;
|
|
@@ -18842,7 +18864,7 @@ export declare const Envelope: {
|
|
|
18842
18864
|
clan_name?: string | undefined;
|
|
18843
18865
|
media_type?: number | undefined;
|
|
18844
18866
|
is_for_sale?: boolean | undefined;
|
|
18845
|
-
} & { [
|
|
18867
|
+
} & { [K_682 in Exclude<keyof I_1["list_data_socket"]["sticker_list"]["stickers"][number], keyof import("../api/api").ClanSticker>]: never; })[] & { [K_683 in Exclude<keyof I_1["list_data_socket"]["sticker_list"]["stickers"], keyof {
|
|
18846
18868
|
id?: string | undefined;
|
|
18847
18869
|
source?: string | undefined;
|
|
18848
18870
|
shortname?: string | undefined;
|
|
@@ -18855,7 +18877,7 @@ export declare const Envelope: {
|
|
|
18855
18877
|
media_type?: number | undefined;
|
|
18856
18878
|
is_for_sale?: boolean | undefined;
|
|
18857
18879
|
}[]>]: never; }) | undefined;
|
|
18858
|
-
} & { [
|
|
18880
|
+
} & { [K_684 in Exclude<keyof I_1["list_data_socket"]["sticker_list"], "stickers">]: never; }) | undefined;
|
|
18859
18881
|
emoji_recent_list?: ({
|
|
18860
18882
|
emoji_recents?: {
|
|
18861
18883
|
emoji_recents_id?: string | undefined;
|
|
@@ -18875,17 +18897,17 @@ export declare const Envelope: {
|
|
|
18875
18897
|
emoji_recents_id?: string | undefined;
|
|
18876
18898
|
emoji_id?: string | undefined;
|
|
18877
18899
|
update_time?: Date | undefined;
|
|
18878
|
-
} & { [
|
|
18900
|
+
} & { [K_685 in Exclude<keyof I_1["list_data_socket"]["emoji_recent_list"]["emoji_recents"][number], keyof import("../api/api").EmojiRecent>]: never; })[] & { [K_686 in Exclude<keyof I_1["list_data_socket"]["emoji_recent_list"]["emoji_recents"], keyof {
|
|
18879
18901
|
emoji_recents_id?: string | undefined;
|
|
18880
18902
|
emoji_id?: string | undefined;
|
|
18881
18903
|
update_time?: Date | undefined;
|
|
18882
18904
|
}[]>]: never; }) | undefined;
|
|
18883
|
-
} & { [
|
|
18905
|
+
} & { [K_687 in Exclude<keyof I_1["list_data_socket"]["emoji_recent_list"], "emoji_recents">]: never; }) | undefined;
|
|
18884
18906
|
clan_webhook_req?: ({
|
|
18885
18907
|
clan_id?: string | undefined;
|
|
18886
18908
|
} & {
|
|
18887
18909
|
clan_id?: string | undefined;
|
|
18888
|
-
} & { [
|
|
18910
|
+
} & { [K_688 in Exclude<keyof I_1["list_data_socket"]["clan_webhook_req"], "clan_id">]: never; }) | undefined;
|
|
18889
18911
|
clan_webhook_list?: ({
|
|
18890
18912
|
list_clan_webhooks?: {
|
|
18891
18913
|
id?: string | undefined;
|
|
@@ -18929,7 +18951,7 @@ export declare const Envelope: {
|
|
|
18929
18951
|
avatar?: string | undefined;
|
|
18930
18952
|
create_time?: string | undefined;
|
|
18931
18953
|
update_time?: string | undefined;
|
|
18932
|
-
} & { [
|
|
18954
|
+
} & { [K_689 in Exclude<keyof I_1["list_data_socket"]["clan_webhook_list"]["list_clan_webhooks"][number], keyof import("../api/api").ClanWebhook>]: never; })[] & { [K_690 in Exclude<keyof I_1["list_data_socket"]["clan_webhook_list"]["list_clan_webhooks"], keyof {
|
|
18933
18955
|
id?: string | undefined;
|
|
18934
18956
|
webhook_name?: string | undefined;
|
|
18935
18957
|
clan_id?: string | undefined;
|
|
@@ -18940,14 +18962,14 @@ export declare const Envelope: {
|
|
|
18940
18962
|
create_time?: string | undefined;
|
|
18941
18963
|
update_time?: string | undefined;
|
|
18942
18964
|
}[]>]: never; }) | undefined;
|
|
18943
|
-
} & { [
|
|
18965
|
+
} & { [K_691 in Exclude<keyof I_1["list_data_socket"]["clan_webhook_list"], "list_clan_webhooks">]: never; }) | undefined;
|
|
18944
18966
|
webhook_list_req?: ({
|
|
18945
18967
|
channel_id?: string | undefined;
|
|
18946
18968
|
clan_id?: string | undefined;
|
|
18947
18969
|
} & {
|
|
18948
18970
|
channel_id?: string | undefined;
|
|
18949
18971
|
clan_id?: string | undefined;
|
|
18950
|
-
} & { [
|
|
18972
|
+
} & { [K_692 in Exclude<keyof I_1["list_data_socket"]["webhook_list_req"], keyof WebhookListRequest>]: never; }) | undefined;
|
|
18951
18973
|
webhook_list?: ({
|
|
18952
18974
|
webhooks?: {
|
|
18953
18975
|
id?: string | undefined;
|
|
@@ -18995,7 +19017,7 @@ export declare const Envelope: {
|
|
|
18995
19017
|
update_time?: string | undefined;
|
|
18996
19018
|
avatar?: string | undefined;
|
|
18997
19019
|
status?: number | undefined;
|
|
18998
|
-
} & { [
|
|
19020
|
+
} & { [K_693 in Exclude<keyof I_1["list_data_socket"]["webhook_list"]["webhooks"][number], keyof Webhook>]: never; })[] & { [K_694 in Exclude<keyof I_1["list_data_socket"]["webhook_list"]["webhooks"], keyof {
|
|
18999
19021
|
id?: string | undefined;
|
|
19000
19022
|
webhook_name?: string | undefined;
|
|
19001
19023
|
channel_id?: string | undefined;
|
|
@@ -19007,12 +19029,12 @@ export declare const Envelope: {
|
|
|
19007
19029
|
avatar?: string | undefined;
|
|
19008
19030
|
status?: number | undefined;
|
|
19009
19031
|
}[]>]: never; }) | undefined;
|
|
19010
|
-
} & { [
|
|
19032
|
+
} & { [K_695 in Exclude<keyof I_1["list_data_socket"]["webhook_list"], "webhooks">]: never; }) | undefined;
|
|
19011
19033
|
permission_list_req?: ({
|
|
19012
19034
|
role_id?: string | undefined;
|
|
19013
19035
|
} & {
|
|
19014
19036
|
role_id?: string | undefined;
|
|
19015
|
-
} & { [
|
|
19037
|
+
} & { [K_696 in Exclude<keyof I_1["list_data_socket"]["permission_list_req"], "role_id">]: never; }) | undefined;
|
|
19016
19038
|
permission_list?: ({
|
|
19017
19039
|
permissions?: {
|
|
19018
19040
|
id?: string | undefined;
|
|
@@ -19049,7 +19071,7 @@ export declare const Envelope: {
|
|
|
19049
19071
|
active?: number | undefined;
|
|
19050
19072
|
scope?: number | undefined;
|
|
19051
19073
|
level?: number | undefined;
|
|
19052
|
-
} & { [
|
|
19074
|
+
} & { [K_697 in Exclude<keyof I_1["list_data_socket"]["permission_list"]["permissions"][number], keyof import("../api/api").Permission>]: never; })[] & { [K_698 in Exclude<keyof I_1["list_data_socket"]["permission_list"]["permissions"], keyof {
|
|
19053
19075
|
id?: string | undefined;
|
|
19054
19076
|
title?: string | undefined;
|
|
19055
19077
|
slug?: string | undefined;
|
|
@@ -19059,7 +19081,7 @@ export declare const Envelope: {
|
|
|
19059
19081
|
level?: number | undefined;
|
|
19060
19082
|
}[]>]: never; }) | undefined;
|
|
19061
19083
|
max_level_permission?: number | undefined;
|
|
19062
|
-
} & { [
|
|
19084
|
+
} & { [K_699 in Exclude<keyof I_1["list_data_socket"]["permission_list"], keyof PermissionList>]: never; }) | undefined;
|
|
19063
19085
|
role_user_req?: ({
|
|
19064
19086
|
role_id?: string | undefined;
|
|
19065
19087
|
limit?: number | undefined;
|
|
@@ -19068,7 +19090,7 @@ export declare const Envelope: {
|
|
|
19068
19090
|
role_id?: string | undefined;
|
|
19069
19091
|
limit?: number | undefined;
|
|
19070
19092
|
cursor?: string | undefined;
|
|
19071
|
-
} & { [
|
|
19093
|
+
} & { [K_700 in Exclude<keyof I_1["list_data_socket"]["role_user_req"], keyof ListRoleUsersRequest>]: never; }) | undefined;
|
|
19072
19094
|
role_user_list?: ({
|
|
19073
19095
|
role_users?: {
|
|
19074
19096
|
id?: string | undefined;
|
|
@@ -19105,7 +19127,7 @@ export declare const Envelope: {
|
|
|
19105
19127
|
lang_tag?: string | undefined;
|
|
19106
19128
|
location?: string | undefined;
|
|
19107
19129
|
online?: boolean | undefined;
|
|
19108
|
-
} & { [
|
|
19130
|
+
} & { [K_701 in Exclude<keyof I_1["list_data_socket"]["role_user_list"]["role_users"][number], keyof import("../api/api").RoleUserList_RoleUser>]: never; })[] & { [K_702 in Exclude<keyof I_1["list_data_socket"]["role_user_list"]["role_users"], keyof {
|
|
19109
19131
|
id?: string | undefined;
|
|
19110
19132
|
username?: string | undefined;
|
|
19111
19133
|
display_name?: string | undefined;
|
|
@@ -19115,14 +19137,14 @@ export declare const Envelope: {
|
|
|
19115
19137
|
online?: boolean | undefined;
|
|
19116
19138
|
}[]>]: never; }) | undefined;
|
|
19117
19139
|
cursor?: string | undefined;
|
|
19118
|
-
} & { [
|
|
19140
|
+
} & { [K_703 in Exclude<keyof I_1["list_data_socket"]["role_user_list"], keyof RoleUserList>]: never; }) | undefined;
|
|
19119
19141
|
permission_user_req?: ({
|
|
19120
19142
|
clan_id?: string | undefined;
|
|
19121
19143
|
channel_id?: string | undefined;
|
|
19122
19144
|
} & {
|
|
19123
19145
|
clan_id?: string | undefined;
|
|
19124
19146
|
channel_id?: string | undefined;
|
|
19125
|
-
} & { [
|
|
19147
|
+
} & { [K_704 in Exclude<keyof I_1["list_data_socket"]["permission_user_req"], keyof ListPermissionOfUsersRequest>]: never; }) | undefined;
|
|
19126
19148
|
role_list?: ({
|
|
19127
19149
|
roles?: {
|
|
19128
19150
|
id?: string | undefined;
|
|
@@ -19297,7 +19319,7 @@ export declare const Envelope: {
|
|
|
19297
19319
|
lang_tag?: string | undefined;
|
|
19298
19320
|
location?: string | undefined;
|
|
19299
19321
|
online?: boolean | undefined;
|
|
19300
|
-
} & { [
|
|
19322
|
+
} & { [K_705 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_706 in Exclude<keyof I_1["list_data_socket"]["role_list"]["roles"][number]["role_user_list"]["role_users"], keyof {
|
|
19301
19323
|
id?: string | undefined;
|
|
19302
19324
|
username?: string | undefined;
|
|
19303
19325
|
display_name?: string | undefined;
|
|
@@ -19307,7 +19329,7 @@ export declare const Envelope: {
|
|
|
19307
19329
|
online?: boolean | undefined;
|
|
19308
19330
|
}[]>]: never; }) | undefined;
|
|
19309
19331
|
cursor?: string | undefined;
|
|
19310
|
-
} & { [
|
|
19332
|
+
} & { [K_707 in Exclude<keyof I_1["list_data_socket"]["role_list"]["roles"][number]["role_user_list"], keyof RoleUserList>]: never; }) | undefined;
|
|
19311
19333
|
permission_list?: ({
|
|
19312
19334
|
permissions?: {
|
|
19313
19335
|
id?: string | undefined;
|
|
@@ -19344,7 +19366,7 @@ export declare const Envelope: {
|
|
|
19344
19366
|
active?: number | undefined;
|
|
19345
19367
|
scope?: number | undefined;
|
|
19346
19368
|
level?: number | undefined;
|
|
19347
|
-
} & { [
|
|
19369
|
+
} & { [K_708 in Exclude<keyof I_1["list_data_socket"]["role_list"]["roles"][number]["permission_list"]["permissions"][number], keyof import("../api/api").Permission>]: never; })[] & { [K_709 in Exclude<keyof I_1["list_data_socket"]["role_list"]["roles"][number]["permission_list"]["permissions"], keyof {
|
|
19348
19370
|
id?: string | undefined;
|
|
19349
19371
|
title?: string | undefined;
|
|
19350
19372
|
slug?: string | undefined;
|
|
@@ -19354,12 +19376,12 @@ export declare const Envelope: {
|
|
|
19354
19376
|
level?: number | undefined;
|
|
19355
19377
|
}[]>]: never; }) | undefined;
|
|
19356
19378
|
max_level_permission?: number | undefined;
|
|
19357
|
-
} & { [
|
|
19379
|
+
} & { [K_710 in Exclude<keyof I_1["list_data_socket"]["role_list"]["roles"][number]["permission_list"], keyof PermissionList>]: never; }) | undefined;
|
|
19358
19380
|
role_channel_active?: number | undefined;
|
|
19359
|
-
channel_ids?: (string[] & string[] & { [
|
|
19381
|
+
channel_ids?: (string[] & string[] & { [K_711 in Exclude<keyof I_1["list_data_socket"]["role_list"]["roles"][number]["channel_ids"], keyof string[]>]: never; }) | undefined;
|
|
19360
19382
|
max_level_permission?: number | undefined;
|
|
19361
19383
|
order_role?: number | undefined;
|
|
19362
|
-
} & { [
|
|
19384
|
+
} & { [K_712 in Exclude<keyof I_1["list_data_socket"]["role_list"]["roles"][number], keyof Role>]: never; })[] & { [K_713 in Exclude<keyof I_1["list_data_socket"]["role_list"]["roles"], keyof {
|
|
19363
19385
|
id?: string | undefined;
|
|
19364
19386
|
title?: string | undefined;
|
|
19365
19387
|
color?: string | undefined;
|
|
@@ -19403,7 +19425,7 @@ export declare const Envelope: {
|
|
|
19403
19425
|
next_cursor?: string | undefined;
|
|
19404
19426
|
prev_cursor?: string | undefined;
|
|
19405
19427
|
cacheable_cursor?: string | undefined;
|
|
19406
|
-
} & { [
|
|
19428
|
+
} & { [K_714 in Exclude<keyof I_1["list_data_socket"]["role_list"], keyof RoleList>]: never; }) | undefined;
|
|
19407
19429
|
role_list_event_req?: ({
|
|
19408
19430
|
clan_id?: string | undefined;
|
|
19409
19431
|
limit?: number | undefined;
|
|
@@ -19414,7 +19436,7 @@ export declare const Envelope: {
|
|
|
19414
19436
|
limit?: number | undefined;
|
|
19415
19437
|
state?: number | undefined;
|
|
19416
19438
|
cursor?: string | undefined;
|
|
19417
|
-
} & { [
|
|
19439
|
+
} & { [K_715 in Exclude<keyof I_1["list_data_socket"]["role_list_event_req"], keyof RoleListEventRequest>]: never; }) | undefined;
|
|
19418
19440
|
role_event_list?: ({
|
|
19419
19441
|
limit?: number | undefined;
|
|
19420
19442
|
state?: number | undefined;
|
|
@@ -19645,7 +19667,7 @@ export declare const Envelope: {
|
|
|
19645
19667
|
lang_tag?: string | undefined;
|
|
19646
19668
|
location?: string | undefined;
|
|
19647
19669
|
online?: boolean | undefined;
|
|
19648
|
-
} & { [
|
|
19670
|
+
} & { [K_716 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_717 in Exclude<keyof I_1["list_data_socket"]["role_event_list"]["roles"]["roles"][number]["role_user_list"]["role_users"], keyof {
|
|
19649
19671
|
id?: string | undefined;
|
|
19650
19672
|
username?: string | undefined;
|
|
19651
19673
|
display_name?: string | undefined;
|
|
@@ -19655,7 +19677,7 @@ export declare const Envelope: {
|
|
|
19655
19677
|
online?: boolean | undefined;
|
|
19656
19678
|
}[]>]: never; }) | undefined;
|
|
19657
19679
|
cursor?: string | undefined;
|
|
19658
|
-
} & { [
|
|
19680
|
+
} & { [K_718 in Exclude<keyof I_1["list_data_socket"]["role_event_list"]["roles"]["roles"][number]["role_user_list"], keyof RoleUserList>]: never; }) | undefined;
|
|
19659
19681
|
permission_list?: ({
|
|
19660
19682
|
permissions?: {
|
|
19661
19683
|
id?: string | undefined;
|
|
@@ -19692,7 +19714,7 @@ export declare const Envelope: {
|
|
|
19692
19714
|
active?: number | undefined;
|
|
19693
19715
|
scope?: number | undefined;
|
|
19694
19716
|
level?: number | undefined;
|
|
19695
|
-
} & { [
|
|
19717
|
+
} & { [K_719 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_720 in Exclude<keyof I_1["list_data_socket"]["role_event_list"]["roles"]["roles"][number]["permission_list"]["permissions"], keyof {
|
|
19696
19718
|
id?: string | undefined;
|
|
19697
19719
|
title?: string | undefined;
|
|
19698
19720
|
slug?: string | undefined;
|
|
@@ -19702,12 +19724,12 @@ export declare const Envelope: {
|
|
|
19702
19724
|
level?: number | undefined;
|
|
19703
19725
|
}[]>]: never; }) | undefined;
|
|
19704
19726
|
max_level_permission?: number | undefined;
|
|
19705
|
-
} & { [
|
|
19727
|
+
} & { [K_721 in Exclude<keyof I_1["list_data_socket"]["role_event_list"]["roles"]["roles"][number]["permission_list"], keyof PermissionList>]: never; }) | undefined;
|
|
19706
19728
|
role_channel_active?: number | undefined;
|
|
19707
|
-
channel_ids?: (string[] & string[] & { [
|
|
19729
|
+
channel_ids?: (string[] & string[] & { [K_722 in Exclude<keyof I_1["list_data_socket"]["role_event_list"]["roles"]["roles"][number]["channel_ids"], keyof string[]>]: never; }) | undefined;
|
|
19708
19730
|
max_level_permission?: number | undefined;
|
|
19709
19731
|
order_role?: number | undefined;
|
|
19710
|
-
} & { [
|
|
19732
|
+
} & { [K_723 in Exclude<keyof I_1["list_data_socket"]["role_event_list"]["roles"]["roles"][number], keyof Role>]: never; })[] & { [K_724 in Exclude<keyof I_1["list_data_socket"]["role_event_list"]["roles"]["roles"], keyof {
|
|
19711
19733
|
id?: string | undefined;
|
|
19712
19734
|
title?: string | undefined;
|
|
19713
19735
|
color?: string | undefined;
|
|
@@ -19751,15 +19773,15 @@ export declare const Envelope: {
|
|
|
19751
19773
|
next_cursor?: string | undefined;
|
|
19752
19774
|
prev_cursor?: string | undefined;
|
|
19753
19775
|
cacheable_cursor?: string | undefined;
|
|
19754
|
-
} & { [
|
|
19755
|
-
} & { [
|
|
19776
|
+
} & { [K_725 in Exclude<keyof I_1["list_data_socket"]["role_event_list"]["roles"], keyof RoleList>]: never; }) | undefined;
|
|
19777
|
+
} & { [K_726 in Exclude<keyof I_1["list_data_socket"]["role_event_list"], keyof RoleListEventResponse>]: never; }) | undefined;
|
|
19756
19778
|
user_permission_req?: ({
|
|
19757
19779
|
clan_id?: string | undefined;
|
|
19758
19780
|
channel_id?: string | undefined;
|
|
19759
19781
|
} & {
|
|
19760
19782
|
clan_id?: string | undefined;
|
|
19761
19783
|
channel_id?: string | undefined;
|
|
19762
|
-
} & { [
|
|
19784
|
+
} & { [K_727 in Exclude<keyof I_1["list_data_socket"]["user_permission_req"], keyof UserPermissionInChannelListRequest>]: never; }) | undefined;
|
|
19763
19785
|
user_permission_list?: ({
|
|
19764
19786
|
clan_id?: string | undefined;
|
|
19765
19787
|
channel_id?: string | undefined;
|
|
@@ -19814,7 +19836,7 @@ export declare const Envelope: {
|
|
|
19814
19836
|
active?: number | undefined;
|
|
19815
19837
|
scope?: number | undefined;
|
|
19816
19838
|
level?: number | undefined;
|
|
19817
|
-
} & { [
|
|
19839
|
+
} & { [K_728 in Exclude<keyof I_1["list_data_socket"]["user_permission_list"]["permissions"]["permissions"][number], keyof import("../api/api").Permission>]: never; })[] & { [K_729 in Exclude<keyof I_1["list_data_socket"]["user_permission_list"]["permissions"]["permissions"], keyof {
|
|
19818
19840
|
id?: string | undefined;
|
|
19819
19841
|
title?: string | undefined;
|
|
19820
19842
|
slug?: string | undefined;
|
|
@@ -19824,8 +19846,8 @@ export declare const Envelope: {
|
|
|
19824
19846
|
level?: number | undefined;
|
|
19825
19847
|
}[]>]: never; }) | undefined;
|
|
19826
19848
|
max_level_permission?: number | undefined;
|
|
19827
|
-
} & { [
|
|
19828
|
-
} & { [
|
|
19849
|
+
} & { [K_730 in Exclude<keyof I_1["list_data_socket"]["user_permission_list"]["permissions"], keyof PermissionList>]: never; }) | undefined;
|
|
19850
|
+
} & { [K_731 in Exclude<keyof I_1["list_data_socket"]["user_permission_list"], keyof UserPermissionInChannelListResponse>]: never; }) | undefined;
|
|
19829
19851
|
permission_role_req?: ({
|
|
19830
19852
|
role_id?: string | undefined;
|
|
19831
19853
|
channel_id?: string | undefined;
|
|
@@ -19834,7 +19856,7 @@ export declare const Envelope: {
|
|
|
19834
19856
|
role_id?: string | undefined;
|
|
19835
19857
|
channel_id?: string | undefined;
|
|
19836
19858
|
user_id?: string | undefined;
|
|
19837
|
-
} & { [
|
|
19859
|
+
} & { [K_732 in Exclude<keyof I_1["list_data_socket"]["permission_role_req"], keyof PermissionRoleChannelListEventRequest>]: never; }) | undefined;
|
|
19838
19860
|
permission_role_list?: ({
|
|
19839
19861
|
role_id?: string | undefined;
|
|
19840
19862
|
channel_id?: string | undefined;
|
|
@@ -19856,11 +19878,11 @@ export declare const Envelope: {
|
|
|
19856
19878
|
} & {
|
|
19857
19879
|
permission_id?: string | undefined;
|
|
19858
19880
|
active?: boolean | undefined;
|
|
19859
|
-
} & { [
|
|
19881
|
+
} & { [K_733 in Exclude<keyof I_1["list_data_socket"]["permission_role_list"]["permission_role_channel"][number], keyof import("../api/api").PermissionRoleChannel>]: never; })[] & { [K_734 in Exclude<keyof I_1["list_data_socket"]["permission_role_list"]["permission_role_channel"], keyof {
|
|
19860
19882
|
permission_id?: string | undefined;
|
|
19861
19883
|
active?: boolean | undefined;
|
|
19862
19884
|
}[]>]: never; }) | undefined;
|
|
19863
|
-
} & { [
|
|
19885
|
+
} & { [K_735 in Exclude<keyof I_1["list_data_socket"]["permission_role_list"], keyof PermissionRoleChannelListEventResponse>]: never; }) | undefined;
|
|
19864
19886
|
emoji_list?: ({
|
|
19865
19887
|
emoji_list?: {
|
|
19866
19888
|
id?: string | undefined;
|
|
@@ -19904,7 +19926,7 @@ export declare const Envelope: {
|
|
|
19904
19926
|
logo?: string | undefined;
|
|
19905
19927
|
clan_name?: string | undefined;
|
|
19906
19928
|
is_for_sale?: boolean | undefined;
|
|
19907
|
-
} & { [
|
|
19929
|
+
} & { [K_736 in Exclude<keyof I_1["list_data_socket"]["emoji_list"]["emoji_list"][number], keyof import("../api/api").ClanEmoji>]: never; })[] & { [K_737 in Exclude<keyof I_1["list_data_socket"]["emoji_list"]["emoji_list"], keyof {
|
|
19908
19930
|
id?: string | undefined;
|
|
19909
19931
|
src?: string | undefined;
|
|
19910
19932
|
shortname?: string | undefined;
|
|
@@ -19915,7 +19937,7 @@ export declare const Envelope: {
|
|
|
19915
19937
|
clan_name?: string | undefined;
|
|
19916
19938
|
is_for_sale?: boolean | undefined;
|
|
19917
19939
|
}[]>]: never; }) | undefined;
|
|
19918
|
-
} & { [
|
|
19940
|
+
} & { [K_738 in Exclude<keyof I_1["list_data_socket"]["emoji_list"], "emoji_list">]: never; }) | undefined;
|
|
19919
19941
|
list_friend_req?: ({
|
|
19920
19942
|
limit?: number | undefined;
|
|
19921
19943
|
state?: number | undefined;
|
|
@@ -19924,7 +19946,7 @@ export declare const Envelope: {
|
|
|
19924
19946
|
limit?: number | undefined;
|
|
19925
19947
|
state?: number | undefined;
|
|
19926
19948
|
cursor?: string | undefined;
|
|
19927
|
-
} & { [
|
|
19949
|
+
} & { [K_739 in Exclude<keyof I_1["list_data_socket"]["list_friend_req"], keyof ListFriendsRequest>]: never; }) | undefined;
|
|
19928
19950
|
friend_list?: ({
|
|
19929
19951
|
friends?: {
|
|
19930
19952
|
user?: {
|
|
@@ -20064,12 +20086,12 @@ export declare const Envelope: {
|
|
|
20064
20086
|
is_mobile?: boolean | undefined;
|
|
20065
20087
|
dob?: Date | undefined;
|
|
20066
20088
|
mezon_id?: string | undefined;
|
|
20067
|
-
list_nick_names?: (string[] & string[] & { [
|
|
20068
|
-
} & { [
|
|
20089
|
+
list_nick_names?: (string[] & string[] & { [K_740 in Exclude<keyof I_1["list_data_socket"]["friend_list"]["friends"][number]["user"]["list_nick_names"], keyof string[]>]: never; }) | undefined;
|
|
20090
|
+
} & { [K_741 in Exclude<keyof I_1["list_data_socket"]["friend_list"]["friends"][number]["user"], keyof import("../api/api").User>]: never; }) | undefined;
|
|
20069
20091
|
state?: number | undefined;
|
|
20070
20092
|
update_time?: Date | undefined;
|
|
20071
20093
|
source_id?: string | undefined;
|
|
20072
|
-
} & { [
|
|
20094
|
+
} & { [K_742 in Exclude<keyof I_1["list_data_socket"]["friend_list"]["friends"][number], keyof import("../api/api").Friend>]: never; })[] & { [K_743 in Exclude<keyof I_1["list_data_socket"]["friend_list"]["friends"], keyof {
|
|
20073
20095
|
user?: {
|
|
20074
20096
|
id?: string | undefined;
|
|
20075
20097
|
username?: string | undefined;
|
|
@@ -20100,12 +20122,12 @@ export declare const Envelope: {
|
|
|
20100
20122
|
source_id?: string | undefined;
|
|
20101
20123
|
}[]>]: never; }) | undefined;
|
|
20102
20124
|
cursor?: string | undefined;
|
|
20103
|
-
} & { [
|
|
20125
|
+
} & { [K_744 in Exclude<keyof I_1["list_data_socket"]["friend_list"], keyof FriendList>]: never; }) | undefined;
|
|
20104
20126
|
list_apps_req?: ({
|
|
20105
20127
|
clan_id?: string | undefined;
|
|
20106
20128
|
} & {
|
|
20107
20129
|
clan_id?: string | undefined;
|
|
20108
|
-
} & { [
|
|
20130
|
+
} & { [K_745 in Exclude<keyof I_1["list_data_socket"]["list_apps_req"], "clan_id">]: never; }) | undefined;
|
|
20109
20131
|
channel_apps_list?: ({
|
|
20110
20132
|
channel_apps?: {
|
|
20111
20133
|
id?: string | undefined;
|
|
@@ -20133,14 +20155,14 @@ export declare const Envelope: {
|
|
|
20133
20155
|
channel_id?: string | undefined;
|
|
20134
20156
|
app_id?: string | undefined;
|
|
20135
20157
|
app_url?: string | undefined;
|
|
20136
|
-
} & { [
|
|
20158
|
+
} & { [K_746 in Exclude<keyof I_1["list_data_socket"]["channel_apps_list"]["channel_apps"][number], keyof import("../api/api").ChannelAppResponse>]: never; })[] & { [K_747 in Exclude<keyof I_1["list_data_socket"]["channel_apps_list"]["channel_apps"], keyof {
|
|
20137
20159
|
id?: string | undefined;
|
|
20138
20160
|
clan_id?: string | undefined;
|
|
20139
20161
|
channel_id?: string | undefined;
|
|
20140
20162
|
app_id?: string | undefined;
|
|
20141
20163
|
app_url?: string | undefined;
|
|
20142
20164
|
}[]>]: never; }) | undefined;
|
|
20143
|
-
} & { [
|
|
20165
|
+
} & { [K_748 in Exclude<keyof I_1["list_data_socket"]["channel_apps_list"], "channel_apps">]: never; }) | undefined;
|
|
20144
20166
|
user_activity_list?: ({
|
|
20145
20167
|
activities?: {
|
|
20146
20168
|
user_id?: string | undefined;
|
|
@@ -20180,7 +20202,7 @@ export declare const Envelope: {
|
|
|
20180
20202
|
end_time?: Date | undefined;
|
|
20181
20203
|
application_id?: string | undefined;
|
|
20182
20204
|
status?: number | undefined;
|
|
20183
|
-
} & { [
|
|
20205
|
+
} & { [K_749 in Exclude<keyof I_1["list_data_socket"]["user_activity_list"]["activities"][number], keyof UserActivity>]: never; })[] & { [K_750 in Exclude<keyof I_1["list_data_socket"]["user_activity_list"]["activities"], keyof {
|
|
20184
20206
|
user_id?: string | undefined;
|
|
20185
20207
|
activity_name?: string | undefined;
|
|
20186
20208
|
activity_type?: number | undefined;
|
|
@@ -20190,12 +20212,12 @@ export declare const Envelope: {
|
|
|
20190
20212
|
application_id?: string | undefined;
|
|
20191
20213
|
status?: number | undefined;
|
|
20192
20214
|
}[]>]: never; }) | undefined;
|
|
20193
|
-
} & { [
|
|
20215
|
+
} & { [K_751 in Exclude<keyof I_1["list_data_socket"]["user_activity_list"], "activities">]: never; }) | undefined;
|
|
20194
20216
|
list_clan_user_req?: ({
|
|
20195
20217
|
clan_id?: string | undefined;
|
|
20196
20218
|
} & {
|
|
20197
20219
|
clan_id?: string | undefined;
|
|
20198
|
-
} & { [
|
|
20220
|
+
} & { [K_752 in Exclude<keyof I_1["list_data_socket"]["list_clan_user_req"], "clan_id">]: never; }) | undefined;
|
|
20199
20221
|
clan_user_list?: ({
|
|
20200
20222
|
clan_users?: {
|
|
20201
20223
|
user?: {
|
|
@@ -20339,13 +20361,13 @@ export declare const Envelope: {
|
|
|
20339
20361
|
is_mobile?: boolean | undefined;
|
|
20340
20362
|
dob?: Date | undefined;
|
|
20341
20363
|
mezon_id?: string | undefined;
|
|
20342
|
-
list_nick_names?: (string[] & string[] & { [
|
|
20343
|
-
} & { [
|
|
20344
|
-
role_id?: (string[] & string[] & { [
|
|
20364
|
+
list_nick_names?: (string[] & string[] & { [K_753 in Exclude<keyof I_1["list_data_socket"]["clan_user_list"]["clan_users"][number]["user"]["list_nick_names"], keyof string[]>]: never; }) | undefined;
|
|
20365
|
+
} & { [K_754 in Exclude<keyof I_1["list_data_socket"]["clan_user_list"]["clan_users"][number]["user"], keyof import("../api/api").User>]: never; }) | undefined;
|
|
20366
|
+
role_id?: (string[] & string[] & { [K_755 in Exclude<keyof I_1["list_data_socket"]["clan_user_list"]["clan_users"][number]["role_id"], keyof string[]>]: never; }) | undefined;
|
|
20345
20367
|
clan_nick?: string | undefined;
|
|
20346
20368
|
clan_avatar?: string | undefined;
|
|
20347
20369
|
clan_id?: string | undefined;
|
|
20348
|
-
} & { [
|
|
20370
|
+
} & { [K_756 in Exclude<keyof I_1["list_data_socket"]["clan_user_list"]["clan_users"][number], keyof import("../api/api").ClanUserList_ClanUser>]: never; })[] & { [K_757 in Exclude<keyof I_1["list_data_socket"]["clan_user_list"]["clan_users"], keyof {
|
|
20349
20371
|
user?: {
|
|
20350
20372
|
id?: string | undefined;
|
|
20351
20373
|
username?: string | undefined;
|
|
@@ -20378,12 +20400,12 @@ export declare const Envelope: {
|
|
|
20378
20400
|
}[]>]: never; }) | undefined;
|
|
20379
20401
|
cursor?: string | undefined;
|
|
20380
20402
|
clan_id?: string | undefined;
|
|
20381
|
-
} & { [
|
|
20403
|
+
} & { [K_758 in Exclude<keyof I_1["list_data_socket"]["clan_user_list"], keyof ClanUserList>]: never; }) | undefined;
|
|
20382
20404
|
list_event_req?: ({
|
|
20383
20405
|
clan_id?: string | undefined;
|
|
20384
20406
|
} & {
|
|
20385
20407
|
clan_id?: string | undefined;
|
|
20386
|
-
} & { [
|
|
20408
|
+
} & { [K_759 in Exclude<keyof I_1["list_data_socket"]["list_event_req"], "clan_id">]: never; }) | undefined;
|
|
20387
20409
|
event_list?: ({
|
|
20388
20410
|
events?: {
|
|
20389
20411
|
id?: string | undefined;
|
|
@@ -20481,7 +20503,7 @@ export declare const Envelope: {
|
|
|
20481
20503
|
address?: string | undefined;
|
|
20482
20504
|
start_time?: Date | undefined;
|
|
20483
20505
|
end_time?: Date | undefined;
|
|
20484
|
-
user_ids?: (string[] & string[] & { [
|
|
20506
|
+
user_ids?: (string[] & string[] & { [K_760 in Exclude<keyof I_1["list_data_socket"]["event_list"]["events"][number]["user_ids"], keyof string[]>]: never; }) | undefined;
|
|
20485
20507
|
create_time?: Date | undefined;
|
|
20486
20508
|
max_permission?: number | undefined;
|
|
20487
20509
|
channel_id?: string | undefined;
|
|
@@ -20500,8 +20522,8 @@ export declare const Envelope: {
|
|
|
20500
20522
|
external_link?: string | undefined;
|
|
20501
20523
|
creator_id?: string | undefined;
|
|
20502
20524
|
event_id?: string | undefined;
|
|
20503
|
-
} & { [
|
|
20504
|
-
} & { [
|
|
20525
|
+
} & { [K_761 in Exclude<keyof I_1["list_data_socket"]["event_list"]["events"][number]["meet_room"], keyof import("../api/api").GenerateMezonMeetResponse>]: never; }) | undefined;
|
|
20526
|
+
} & { [K_762 in Exclude<keyof I_1["list_data_socket"]["event_list"]["events"][number], keyof import("../api/api").EventManagement>]: never; })[] & { [K_763 in Exclude<keyof I_1["list_data_socket"]["event_list"]["events"], keyof {
|
|
20505
20527
|
id?: string | undefined;
|
|
20506
20528
|
title?: string | undefined;
|
|
20507
20529
|
logo?: string | undefined;
|
|
@@ -20529,7 +20551,7 @@ export declare const Envelope: {
|
|
|
20529
20551
|
event_id?: string | undefined;
|
|
20530
20552
|
} | undefined;
|
|
20531
20553
|
}[]>]: never; }) | undefined;
|
|
20532
|
-
} & { [
|
|
20554
|
+
} & { [K_764 in Exclude<keyof I_1["list_data_socket"]["event_list"], "events">]: never; }) | undefined;
|
|
20533
20555
|
list_category_req?: ({
|
|
20534
20556
|
creator_id?: string | undefined;
|
|
20535
20557
|
clan_id?: string | undefined;
|
|
@@ -20542,7 +20564,7 @@ export declare const Envelope: {
|
|
|
20542
20564
|
category_name?: string | undefined;
|
|
20543
20565
|
category_id?: string | undefined;
|
|
20544
20566
|
category_order?: number | undefined;
|
|
20545
|
-
} & { [
|
|
20567
|
+
} & { [K_765 in Exclude<keyof I_1["list_data_socket"]["list_category_req"], keyof CategoryDesc>]: never; }) | undefined;
|
|
20546
20568
|
category_list?: ({
|
|
20547
20569
|
categorydesc?: {
|
|
20548
20570
|
creator_id?: string | undefined;
|
|
@@ -20570,14 +20592,14 @@ export declare const Envelope: {
|
|
|
20570
20592
|
category_name?: string | undefined;
|
|
20571
20593
|
category_id?: string | undefined;
|
|
20572
20594
|
category_order?: number | undefined;
|
|
20573
|
-
} & { [
|
|
20595
|
+
} & { [K_766 in Exclude<keyof I_1["list_data_socket"]["category_list"]["categorydesc"][number], keyof CategoryDesc>]: never; })[] & { [K_767 in Exclude<keyof I_1["list_data_socket"]["category_list"]["categorydesc"], keyof {
|
|
20574
20596
|
creator_id?: string | undefined;
|
|
20575
20597
|
clan_id?: string | undefined;
|
|
20576
20598
|
category_name?: string | undefined;
|
|
20577
20599
|
category_id?: string | undefined;
|
|
20578
20600
|
category_order?: number | undefined;
|
|
20579
20601
|
}[]>]: never; }) | undefined;
|
|
20580
|
-
} & { [
|
|
20602
|
+
} & { [K_768 in Exclude<keyof I_1["list_data_socket"]["category_list"], "categorydesc">]: never; }) | undefined;
|
|
20581
20603
|
stream_user_list?: ({
|
|
20582
20604
|
streaming_channel_users?: {
|
|
20583
20605
|
id?: string | undefined;
|
|
@@ -20601,14 +20623,14 @@ export declare const Envelope: {
|
|
|
20601
20623
|
user_id?: string | undefined;
|
|
20602
20624
|
channel_id?: string | undefined;
|
|
20603
20625
|
participant?: string | undefined;
|
|
20604
|
-
} & { [
|
|
20626
|
+
} & { [K_769 in Exclude<keyof I_1["list_data_socket"]["stream_user_list"]["streaming_channel_users"][number], keyof import("../api/api").StreamingChannelUser>]: never; })[] & { [K_770 in Exclude<keyof I_1["list_data_socket"]["stream_user_list"]["streaming_channel_users"], keyof {
|
|
20605
20627
|
id?: string | undefined;
|
|
20606
20628
|
user_id?: string | undefined;
|
|
20607
20629
|
channel_id?: string | undefined;
|
|
20608
20630
|
participant?: string | undefined;
|
|
20609
20631
|
}[]>]: never; }) | undefined;
|
|
20610
|
-
} & { [
|
|
20611
|
-
} & { [
|
|
20632
|
+
} & { [K_771 in Exclude<keyof I_1["list_data_socket"]["stream_user_list"], "streaming_channel_users">]: never; }) | undefined;
|
|
20633
|
+
} & { [K_772 in Exclude<keyof I_1["list_data_socket"], keyof ListDataSocket>]: never; }) | undefined;
|
|
20612
20634
|
quick_menu_event?: ({
|
|
20613
20635
|
menu_name?: string | undefined;
|
|
20614
20636
|
message?: {
|
|
@@ -20729,7 +20751,7 @@ export declare const Envelope: {
|
|
|
20729
20751
|
create_time?: Date | undefined;
|
|
20730
20752
|
s?: number | undefined;
|
|
20731
20753
|
e?: number | undefined;
|
|
20732
|
-
} & { [
|
|
20754
|
+
} & { [K_773 in Exclude<keyof I_1["quick_menu_event"]["message"]["mentions"][number], keyof MessageMention>]: never; })[] & { [K_774 in Exclude<keyof I_1["quick_menu_event"]["message"]["mentions"], keyof {
|
|
20733
20755
|
id?: string | undefined;
|
|
20734
20756
|
user_id?: string | undefined;
|
|
20735
20757
|
username?: string | undefined;
|
|
@@ -20763,7 +20785,7 @@ export declare const Envelope: {
|
|
|
20763
20785
|
width?: number | undefined;
|
|
20764
20786
|
height?: number | undefined;
|
|
20765
20787
|
thumbnail?: string | undefined;
|
|
20766
|
-
} & { [
|
|
20788
|
+
} & { [K_775 in Exclude<keyof I_1["quick_menu_event"]["message"]["attachments"][number], keyof MessageAttachment>]: never; })[] & { [K_776 in Exclude<keyof I_1["quick_menu_event"]["message"]["attachments"], keyof {
|
|
20767
20789
|
filename?: string | undefined;
|
|
20768
20790
|
size?: number | undefined;
|
|
20769
20791
|
url?: string | undefined;
|
|
@@ -20805,7 +20827,7 @@ export declare const Envelope: {
|
|
|
20805
20827
|
mesages_sender_avatar?: string | undefined;
|
|
20806
20828
|
message_sender_clan_nick?: string | undefined;
|
|
20807
20829
|
message_sender_display_name?: string | undefined;
|
|
20808
|
-
} & { [
|
|
20830
|
+
} & { [K_777 in Exclude<keyof I_1["quick_menu_event"]["message"]["references"][number], keyof MessageRef>]: never; })[] & { [K_778 in Exclude<keyof I_1["quick_menu_event"]["message"]["references"], keyof {
|
|
20809
20831
|
message_id?: string | undefined;
|
|
20810
20832
|
message_ref_id?: string | undefined;
|
|
20811
20833
|
content?: string | undefined;
|
|
@@ -20824,9 +20846,17 @@ export declare const Envelope: {
|
|
|
20824
20846
|
is_public?: boolean | undefined;
|
|
20825
20847
|
code?: number | undefined;
|
|
20826
20848
|
topic_id?: string | undefined;
|
|
20827
|
-
} & { [
|
|
20828
|
-
} & { [
|
|
20829
|
-
} & { [
|
|
20849
|
+
} & { [K_779 in Exclude<keyof I_1["quick_menu_event"]["message"], keyof ChannelMessageSend>]: never; }) | undefined;
|
|
20850
|
+
} & { [K_780 in Exclude<keyof I_1["quick_menu_event"], keyof QuickMenuDataEvent>]: never; }) | undefined;
|
|
20851
|
+
} & { [K_781 in Exclude<keyof I_1, keyof Envelope>]: never; }>(object: I_1): Envelope;
|
|
20852
|
+
};
|
|
20853
|
+
export declare const FollowEvent: {
|
|
20854
|
+
encode(_: FollowEvent, writer?: _m0.Writer): _m0.Writer;
|
|
20855
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): FollowEvent;
|
|
20856
|
+
fromJSON(_: any): FollowEvent;
|
|
20857
|
+
toJSON(_: FollowEvent): unknown;
|
|
20858
|
+
create<I extends {} & {} & { [K in Exclude<keyof I, never>]: never; }>(base?: I | undefined): FollowEvent;
|
|
20859
|
+
fromPartial<I_1 extends {} & {} & { [K_1 in Exclude<keyof I_1, never>]: never; }>(_: I_1): FollowEvent;
|
|
20830
20860
|
};
|
|
20831
20861
|
export declare const ChannelCanvas: {
|
|
20832
20862
|
encode(message: ChannelCanvas, writer?: _m0.Writer): _m0.Writer;
|
|
@@ -28536,6 +28566,7 @@ export declare const ListDataSocket: {
|
|
|
28536
28566
|
clan_nick?: string | undefined;
|
|
28537
28567
|
clan_avatar?: string | undefined;
|
|
28538
28568
|
clan_id?: string | undefined;
|
|
28569
|
+
added_by?: string | undefined;
|
|
28539
28570
|
}[] | undefined;
|
|
28540
28571
|
cursor?: string | undefined;
|
|
28541
28572
|
channel_id?: string | undefined;
|
|
@@ -29965,6 +29996,7 @@ export declare const ListDataSocket: {
|
|
|
29965
29996
|
clan_nick?: string | undefined;
|
|
29966
29997
|
clan_avatar?: string | undefined;
|
|
29967
29998
|
clan_id?: string | undefined;
|
|
29999
|
+
added_by?: string | undefined;
|
|
29968
30000
|
}[] | undefined;
|
|
29969
30001
|
cursor?: string | undefined;
|
|
29970
30002
|
channel_id?: string | undefined;
|
|
@@ -29977,6 +30009,7 @@ export declare const ListDataSocket: {
|
|
|
29977
30009
|
clan_nick?: string | undefined;
|
|
29978
30010
|
clan_avatar?: string | undefined;
|
|
29979
30011
|
clan_id?: string | undefined;
|
|
30012
|
+
added_by?: string | undefined;
|
|
29980
30013
|
}[] & ({
|
|
29981
30014
|
user_id?: string | undefined;
|
|
29982
30015
|
role_id?: string[] | undefined;
|
|
@@ -29985,6 +30018,7 @@ export declare const ListDataSocket: {
|
|
|
29985
30018
|
clan_nick?: string | undefined;
|
|
29986
30019
|
clan_avatar?: string | undefined;
|
|
29987
30020
|
clan_id?: string | undefined;
|
|
30021
|
+
added_by?: string | undefined;
|
|
29988
30022
|
} & {
|
|
29989
30023
|
user_id?: string | undefined;
|
|
29990
30024
|
role_id?: (string[] & string[] & { [K_48 in Exclude<keyof I["channel_user_list"]["channel_users"][number]["role_id"], keyof string[]>]: never; }) | undefined;
|
|
@@ -29993,6 +30027,7 @@ export declare const ListDataSocket: {
|
|
|
29993
30027
|
clan_nick?: string | undefined;
|
|
29994
30028
|
clan_avatar?: string | undefined;
|
|
29995
30029
|
clan_id?: string | undefined;
|
|
30030
|
+
added_by?: string | undefined;
|
|
29996
30031
|
} & { [K_49 in Exclude<keyof I["channel_user_list"]["channel_users"][number], keyof import("../api/api").ChannelUserList_ChannelUser>]: never; })[] & { [K_50 in Exclude<keyof I["channel_user_list"]["channel_users"], keyof {
|
|
29997
30032
|
user_id?: string | undefined;
|
|
29998
30033
|
role_id?: string[] | undefined;
|
|
@@ -30001,6 +30036,7 @@ export declare const ListDataSocket: {
|
|
|
30001
30036
|
clan_nick?: string | undefined;
|
|
30002
30037
|
clan_avatar?: string | undefined;
|
|
30003
30038
|
clan_id?: string | undefined;
|
|
30039
|
+
added_by?: string | undefined;
|
|
30004
30040
|
}[]>]: never; }) | undefined;
|
|
30005
30041
|
cursor?: string | undefined;
|
|
30006
30042
|
channel_id?: string | undefined;
|
|
@@ -32890,6 +32926,7 @@ export declare const ListDataSocket: {
|
|
|
32890
32926
|
clan_nick?: string | undefined;
|
|
32891
32927
|
clan_avatar?: string | undefined;
|
|
32892
32928
|
clan_id?: string | undefined;
|
|
32929
|
+
added_by?: string | undefined;
|
|
32893
32930
|
}[] | undefined;
|
|
32894
32931
|
cursor?: string | undefined;
|
|
32895
32932
|
channel_id?: string | undefined;
|
|
@@ -34319,6 +34356,7 @@ export declare const ListDataSocket: {
|
|
|
34319
34356
|
clan_nick?: string | undefined;
|
|
34320
34357
|
clan_avatar?: string | undefined;
|
|
34321
34358
|
clan_id?: string | undefined;
|
|
34359
|
+
added_by?: string | undefined;
|
|
34322
34360
|
}[] | undefined;
|
|
34323
34361
|
cursor?: string | undefined;
|
|
34324
34362
|
channel_id?: string | undefined;
|
|
@@ -34331,6 +34369,7 @@ export declare const ListDataSocket: {
|
|
|
34331
34369
|
clan_nick?: string | undefined;
|
|
34332
34370
|
clan_avatar?: string | undefined;
|
|
34333
34371
|
clan_id?: string | undefined;
|
|
34372
|
+
added_by?: string | undefined;
|
|
34334
34373
|
}[] & ({
|
|
34335
34374
|
user_id?: string | undefined;
|
|
34336
34375
|
role_id?: string[] | undefined;
|
|
@@ -34339,6 +34378,7 @@ export declare const ListDataSocket: {
|
|
|
34339
34378
|
clan_nick?: string | undefined;
|
|
34340
34379
|
clan_avatar?: string | undefined;
|
|
34341
34380
|
clan_id?: string | undefined;
|
|
34381
|
+
added_by?: string | undefined;
|
|
34342
34382
|
} & {
|
|
34343
34383
|
user_id?: string | undefined;
|
|
34344
34384
|
role_id?: (string[] & string[] & { [K_236 in Exclude<keyof I_1["channel_user_list"]["channel_users"][number]["role_id"], keyof string[]>]: never; }) | undefined;
|
|
@@ -34347,6 +34387,7 @@ export declare const ListDataSocket: {
|
|
|
34347
34387
|
clan_nick?: string | undefined;
|
|
34348
34388
|
clan_avatar?: string | undefined;
|
|
34349
34389
|
clan_id?: string | undefined;
|
|
34390
|
+
added_by?: string | undefined;
|
|
34350
34391
|
} & { [K_237 in Exclude<keyof I_1["channel_user_list"]["channel_users"][number], keyof import("../api/api").ChannelUserList_ChannelUser>]: never; })[] & { [K_238 in Exclude<keyof I_1["channel_user_list"]["channel_users"], keyof {
|
|
34351
34392
|
user_id?: string | undefined;
|
|
34352
34393
|
role_id?: string[] | undefined;
|
|
@@ -34355,6 +34396,7 @@ export declare const ListDataSocket: {
|
|
|
34355
34396
|
clan_nick?: string | undefined;
|
|
34356
34397
|
clan_avatar?: string | undefined;
|
|
34357
34398
|
clan_id?: string | undefined;
|
|
34399
|
+
added_by?: string | undefined;
|
|
34358
34400
|
}[]>]: never; }) | undefined;
|
|
34359
34401
|
cursor?: string | undefined;
|
|
34360
34402
|
channel_id?: string | undefined;
|