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