mezon-js-protobuf 1.8.26 → 1.8.27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/api/api.ts +140 -0
- package/dist/mezon-js-protobuf/api/api.d.ts +43 -0
- package/dist/mezon-js-protobuf/rtapi/realtime.d.ts +369 -331
- package/dist/mezon-js-protobuf.cjs.js +68 -2
- package/dist/mezon-js-protobuf.esm.mjs +68 -2
- package/package.json +1 -1
- package/rtapi/realtime.ts +85 -1
|
@@ -170,6 +170,8 @@ export interface Envelope {
|
|
|
170
170
|
list_data_socket?: ListDataSocket | undefined;
|
|
171
171
|
/** quick menu event */
|
|
172
172
|
quick_menu_event?: QuickMenuDataEvent | undefined;
|
|
173
|
+
/** unblock friend */
|
|
174
|
+
un_block_friend?: UnblockFriend | undefined;
|
|
173
175
|
}
|
|
174
176
|
export interface FollowEvent {
|
|
175
177
|
}
|
|
@@ -525,6 +527,10 @@ export interface BlockFriend {
|
|
|
525
527
|
/** */
|
|
526
528
|
user_id: string;
|
|
527
529
|
}
|
|
530
|
+
export interface UnblockFriend {
|
|
531
|
+
/** */
|
|
532
|
+
user_id: string;
|
|
533
|
+
}
|
|
528
534
|
/** Application-level heartbeat and connection check. */
|
|
529
535
|
export interface Ping {
|
|
530
536
|
}
|
|
@@ -3216,6 +3222,9 @@ export declare const Envelope: {
|
|
|
3216
3222
|
topic_id?: string | undefined;
|
|
3217
3223
|
} | undefined;
|
|
3218
3224
|
} | undefined;
|
|
3225
|
+
un_block_friend?: {
|
|
3226
|
+
user_id?: string | undefined;
|
|
3227
|
+
} | undefined;
|
|
3219
3228
|
} & {
|
|
3220
3229
|
cid?: string | undefined;
|
|
3221
3230
|
channel?: ({
|
|
@@ -11076,7 +11085,12 @@ export declare const Envelope: {
|
|
|
11076
11085
|
topic_id?: string | undefined;
|
|
11077
11086
|
} & { [K_390 in Exclude<keyof I["quick_menu_event"]["message"], keyof ChannelMessageSend>]: never; }) | undefined;
|
|
11078
11087
|
} & { [K_391 in Exclude<keyof I["quick_menu_event"], keyof QuickMenuDataEvent>]: never; }) | undefined;
|
|
11079
|
-
|
|
11088
|
+
un_block_friend?: ({
|
|
11089
|
+
user_id?: string | undefined;
|
|
11090
|
+
} & {
|
|
11091
|
+
user_id?: string | undefined;
|
|
11092
|
+
} & { [K_392 in Exclude<keyof I["un_block_friend"], "user_id">]: never; }) | undefined;
|
|
11093
|
+
} & { [K_393 in Exclude<keyof I, keyof Envelope>]: never; }>(base?: I | undefined): Envelope;
|
|
11080
11094
|
fromPartial<I_1 extends {
|
|
11081
11095
|
cid?: string | undefined;
|
|
11082
11096
|
channel?: {
|
|
@@ -13056,6 +13070,9 @@ export declare const Envelope: {
|
|
|
13056
13070
|
topic_id?: string | undefined;
|
|
13057
13071
|
} | undefined;
|
|
13058
13072
|
} | undefined;
|
|
13073
|
+
un_block_friend?: {
|
|
13074
|
+
user_id?: string | undefined;
|
|
13075
|
+
} | undefined;
|
|
13059
13076
|
} & {
|
|
13060
13077
|
cid?: string | undefined;
|
|
13061
13078
|
channel?: ({
|
|
@@ -13107,7 +13124,7 @@ export declare const Envelope: {
|
|
|
13107
13124
|
status?: string | undefined;
|
|
13108
13125
|
is_mobile?: boolean | undefined;
|
|
13109
13126
|
metadata?: string | undefined;
|
|
13110
|
-
} & { [
|
|
13127
|
+
} & { [K_394 in Exclude<keyof I_1["channel"]["presences"][number], keyof UserPresence>]: never; })[] & { [K_395 in Exclude<keyof I_1["channel"]["presences"], keyof {
|
|
13111
13128
|
user_id?: string | undefined;
|
|
13112
13129
|
session_id?: string | undefined;
|
|
13113
13130
|
username?: string | undefined;
|
|
@@ -13132,16 +13149,16 @@ export declare const Envelope: {
|
|
|
13132
13149
|
status?: string | undefined;
|
|
13133
13150
|
is_mobile?: boolean | undefined;
|
|
13134
13151
|
metadata?: string | undefined;
|
|
13135
|
-
} & { [
|
|
13152
|
+
} & { [K_396 in Exclude<keyof I_1["channel"]["self"], keyof UserPresence>]: never; }) | undefined;
|
|
13136
13153
|
chanel_label?: string | undefined;
|
|
13137
13154
|
clan_logo?: string | undefined;
|
|
13138
13155
|
category_name?: string | undefined;
|
|
13139
|
-
} & { [
|
|
13156
|
+
} & { [K_397 in Exclude<keyof I_1["channel"], keyof Channel>]: never; }) | undefined;
|
|
13140
13157
|
clan_join?: ({
|
|
13141
13158
|
clan_id?: string | undefined;
|
|
13142
13159
|
} & {
|
|
13143
13160
|
clan_id?: string | undefined;
|
|
13144
|
-
} & { [
|
|
13161
|
+
} & { [K_398 in Exclude<keyof I_1["clan_join"], "clan_id">]: never; }) | undefined;
|
|
13145
13162
|
channel_join?: ({
|
|
13146
13163
|
clan_id?: string | undefined;
|
|
13147
13164
|
channel_id?: string | undefined;
|
|
@@ -13152,7 +13169,7 @@ export declare const Envelope: {
|
|
|
13152
13169
|
channel_id?: string | undefined;
|
|
13153
13170
|
channel_type?: number | undefined;
|
|
13154
13171
|
is_public?: boolean | undefined;
|
|
13155
|
-
} & { [
|
|
13172
|
+
} & { [K_399 in Exclude<keyof I_1["channel_join"], keyof ChannelJoin>]: never; }) | undefined;
|
|
13156
13173
|
channel_leave?: ({
|
|
13157
13174
|
clan_id?: string | undefined;
|
|
13158
13175
|
channel_id?: string | undefined;
|
|
@@ -13163,7 +13180,7 @@ export declare const Envelope: {
|
|
|
13163
13180
|
channel_id?: string | undefined;
|
|
13164
13181
|
channel_type?: number | undefined;
|
|
13165
13182
|
is_public?: boolean | undefined;
|
|
13166
|
-
} & { [
|
|
13183
|
+
} & { [K_400 in Exclude<keyof I_1["channel_leave"], keyof ChannelLeave>]: never; }) | undefined;
|
|
13167
13184
|
channel_message?: ({
|
|
13168
13185
|
clan_id?: string | undefined;
|
|
13169
13186
|
channel_id?: string | undefined;
|
|
@@ -13220,7 +13237,7 @@ export declare const Envelope: {
|
|
|
13220
13237
|
hide_editted?: boolean | undefined;
|
|
13221
13238
|
is_public?: boolean | undefined;
|
|
13222
13239
|
topic_id?: string | undefined;
|
|
13223
|
-
} & { [
|
|
13240
|
+
} & { [K_401 in Exclude<keyof I_1["channel_message"], keyof ChannelMessage>]: never; }) | undefined;
|
|
13224
13241
|
channel_message_ack?: ({
|
|
13225
13242
|
channel_id?: string | undefined;
|
|
13226
13243
|
message_id?: string | undefined;
|
|
@@ -13241,7 +13258,7 @@ export declare const Envelope: {
|
|
|
13241
13258
|
persistent?: boolean | undefined;
|
|
13242
13259
|
clan_logo?: string | undefined;
|
|
13243
13260
|
category_name?: string | undefined;
|
|
13244
|
-
} & { [
|
|
13261
|
+
} & { [K_402 in Exclude<keyof I_1["channel_message_ack"], keyof ChannelMessageAck>]: never; }) | undefined;
|
|
13245
13262
|
channel_message_send?: ({
|
|
13246
13263
|
clan_id?: string | undefined;
|
|
13247
13264
|
channel_id?: string | undefined;
|
|
@@ -13315,7 +13332,7 @@ export declare const Envelope: {
|
|
|
13315
13332
|
create_time?: Date | undefined;
|
|
13316
13333
|
s?: number | undefined;
|
|
13317
13334
|
e?: number | undefined;
|
|
13318
|
-
} & { [
|
|
13335
|
+
} & { [K_403 in Exclude<keyof I_1["channel_message_send"]["mentions"][number], keyof MessageMention>]: never; })[] & { [K_404 in Exclude<keyof I_1["channel_message_send"]["mentions"], keyof {
|
|
13319
13336
|
id?: string | undefined;
|
|
13320
13337
|
user_id?: string | undefined;
|
|
13321
13338
|
username?: string | undefined;
|
|
@@ -13349,7 +13366,7 @@ export declare const Envelope: {
|
|
|
13349
13366
|
width?: number | undefined;
|
|
13350
13367
|
height?: number | undefined;
|
|
13351
13368
|
thumbnail?: string | undefined;
|
|
13352
|
-
} & { [
|
|
13369
|
+
} & { [K_405 in Exclude<keyof I_1["channel_message_send"]["attachments"][number], keyof MessageAttachment>]: never; })[] & { [K_406 in Exclude<keyof I_1["channel_message_send"]["attachments"], keyof {
|
|
13353
13370
|
filename?: string | undefined;
|
|
13354
13371
|
size?: number | undefined;
|
|
13355
13372
|
url?: string | undefined;
|
|
@@ -13391,7 +13408,7 @@ export declare const Envelope: {
|
|
|
13391
13408
|
mesages_sender_avatar?: string | undefined;
|
|
13392
13409
|
message_sender_clan_nick?: string | undefined;
|
|
13393
13410
|
message_sender_display_name?: string | undefined;
|
|
13394
|
-
} & { [
|
|
13411
|
+
} & { [K_407 in Exclude<keyof I_1["channel_message_send"]["references"][number], keyof MessageRef>]: never; })[] & { [K_408 in Exclude<keyof I_1["channel_message_send"]["references"], keyof {
|
|
13395
13412
|
message_id?: string | undefined;
|
|
13396
13413
|
message_ref_id?: string | undefined;
|
|
13397
13414
|
content?: string | undefined;
|
|
@@ -13410,7 +13427,7 @@ export declare const Envelope: {
|
|
|
13410
13427
|
is_public?: boolean | undefined;
|
|
13411
13428
|
code?: number | undefined;
|
|
13412
13429
|
topic_id?: string | undefined;
|
|
13413
|
-
} & { [
|
|
13430
|
+
} & { [K_409 in Exclude<keyof I_1["channel_message_send"], keyof ChannelMessageSend>]: never; }) | undefined;
|
|
13414
13431
|
channel_message_update?: ({
|
|
13415
13432
|
clan_id?: string | undefined;
|
|
13416
13433
|
channel_id?: string | undefined;
|
|
@@ -13473,7 +13490,7 @@ export declare const Envelope: {
|
|
|
13473
13490
|
create_time?: Date | undefined;
|
|
13474
13491
|
s?: number | undefined;
|
|
13475
13492
|
e?: number | undefined;
|
|
13476
|
-
} & { [
|
|
13493
|
+
} & { [K_410 in Exclude<keyof I_1["channel_message_update"]["mentions"][number], keyof MessageMention>]: never; })[] & { [K_411 in Exclude<keyof I_1["channel_message_update"]["mentions"], keyof {
|
|
13477
13494
|
id?: string | undefined;
|
|
13478
13495
|
user_id?: string | undefined;
|
|
13479
13496
|
username?: string | undefined;
|
|
@@ -13507,7 +13524,7 @@ export declare const Envelope: {
|
|
|
13507
13524
|
width?: number | undefined;
|
|
13508
13525
|
height?: number | undefined;
|
|
13509
13526
|
thumbnail?: string | undefined;
|
|
13510
|
-
} & { [
|
|
13527
|
+
} & { [K_412 in Exclude<keyof I_1["channel_message_update"]["attachments"][number], keyof MessageAttachment>]: never; })[] & { [K_413 in Exclude<keyof I_1["channel_message_update"]["attachments"], keyof {
|
|
13511
13528
|
filename?: string | undefined;
|
|
13512
13529
|
size?: number | undefined;
|
|
13513
13530
|
url?: string | undefined;
|
|
@@ -13522,7 +13539,7 @@ export declare const Envelope: {
|
|
|
13522
13539
|
topic_id?: string | undefined;
|
|
13523
13540
|
is_update_msg_topic?: boolean | undefined;
|
|
13524
13541
|
old_mentions?: string | undefined;
|
|
13525
|
-
} & { [
|
|
13542
|
+
} & { [K_414 in Exclude<keyof I_1["channel_message_update"], keyof ChannelMessageUpdate>]: never; }) | undefined;
|
|
13526
13543
|
channel_message_remove?: ({
|
|
13527
13544
|
clan_id?: string | undefined;
|
|
13528
13545
|
channel_id?: string | undefined;
|
|
@@ -13543,7 +13560,7 @@ export declare const Envelope: {
|
|
|
13543
13560
|
topic_id?: string | undefined;
|
|
13544
13561
|
mentions?: string | undefined;
|
|
13545
13562
|
references?: string | undefined;
|
|
13546
|
-
} & { [
|
|
13563
|
+
} & { [K_415 in Exclude<keyof I_1["channel_message_remove"], keyof ChannelMessageRemove>]: never; }) | undefined;
|
|
13547
13564
|
channel_presence_event?: ({
|
|
13548
13565
|
channel_id?: string | undefined;
|
|
13549
13566
|
joins?: {
|
|
@@ -13593,7 +13610,7 @@ export declare const Envelope: {
|
|
|
13593
13610
|
status?: string | undefined;
|
|
13594
13611
|
is_mobile?: boolean | undefined;
|
|
13595
13612
|
metadata?: string | undefined;
|
|
13596
|
-
} & { [
|
|
13613
|
+
} & { [K_416 in Exclude<keyof I_1["channel_presence_event"]["joins"][number], keyof UserPresence>]: never; })[] & { [K_417 in Exclude<keyof I_1["channel_presence_event"]["joins"], keyof {
|
|
13597
13614
|
user_id?: string | undefined;
|
|
13598
13615
|
session_id?: string | undefined;
|
|
13599
13616
|
username?: string | undefined;
|
|
@@ -13626,7 +13643,7 @@ export declare const Envelope: {
|
|
|
13626
13643
|
status?: string | undefined;
|
|
13627
13644
|
is_mobile?: boolean | undefined;
|
|
13628
13645
|
metadata?: string | undefined;
|
|
13629
|
-
} & { [
|
|
13646
|
+
} & { [K_418 in Exclude<keyof I_1["channel_presence_event"]["leaves"][number], keyof UserPresence>]: never; })[] & { [K_419 in Exclude<keyof I_1["channel_presence_event"]["leaves"], keyof {
|
|
13630
13647
|
user_id?: string | undefined;
|
|
13631
13648
|
session_id?: string | undefined;
|
|
13632
13649
|
username?: string | undefined;
|
|
@@ -13638,7 +13655,7 @@ export declare const Envelope: {
|
|
|
13638
13655
|
clan_logo?: string | undefined;
|
|
13639
13656
|
category_name?: string | undefined;
|
|
13640
13657
|
mode?: number | undefined;
|
|
13641
|
-
} & { [
|
|
13658
|
+
} & { [K_420 in Exclude<keyof I_1["channel_presence_event"], keyof ChannelPresenceEvent>]: never; }) | undefined;
|
|
13642
13659
|
error?: ({
|
|
13643
13660
|
code?: number | undefined;
|
|
13644
13661
|
message?: string | undefined;
|
|
@@ -13652,8 +13669,8 @@ export declare const Envelope: {
|
|
|
13652
13669
|
[x: string]: string | undefined;
|
|
13653
13670
|
} & {
|
|
13654
13671
|
[x: string]: string | undefined;
|
|
13655
|
-
} & { [
|
|
13656
|
-
} & { [
|
|
13672
|
+
} & { [K_421 in Exclude<keyof I_1["error"]["context"], string | number>]: never; }) | undefined;
|
|
13673
|
+
} & { [K_422 in Exclude<keyof I_1["error"], keyof Error>]: never; }) | undefined;
|
|
13657
13674
|
notifications?: ({
|
|
13658
13675
|
notifications?: {
|
|
13659
13676
|
id?: string | undefined;
|
|
@@ -13932,8 +13949,8 @@ export declare const Envelope: {
|
|
|
13932
13949
|
creator_id?: string | undefined;
|
|
13933
13950
|
channel_label?: string | undefined;
|
|
13934
13951
|
channel_private?: number | undefined;
|
|
13935
|
-
channel_avatar?: (string[] & string[] & { [
|
|
13936
|
-
user_id?: (string[] & string[] & { [
|
|
13952
|
+
channel_avatar?: (string[] & string[] & { [K_423 in Exclude<keyof I_1["notifications"]["notifications"][number]["channel"]["channel_avatar"], keyof string[]>]: never; }) | undefined;
|
|
13953
|
+
user_id?: (string[] & string[] & { [K_424 in Exclude<keyof I_1["notifications"]["notifications"][number]["channel"]["user_id"], keyof string[]>]: never; }) | undefined;
|
|
13937
13954
|
last_sent_message?: ({
|
|
13938
13955
|
id?: string | undefined;
|
|
13939
13956
|
timestamp_seconds?: number | undefined;
|
|
@@ -13953,8 +13970,8 @@ export declare const Envelope: {
|
|
|
13953
13970
|
reference?: string | undefined;
|
|
13954
13971
|
mention?: string | undefined;
|
|
13955
13972
|
reaction?: string | undefined;
|
|
13956
|
-
repliers?: (string[] & string[] & { [
|
|
13957
|
-
} & { [
|
|
13973
|
+
repliers?: (string[] & string[] & { [K_425 in Exclude<keyof I_1["notifications"]["notifications"][number]["channel"]["last_sent_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
13974
|
+
} & { [K_426 in Exclude<keyof I_1["notifications"]["notifications"][number]["channel"]["last_sent_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
13958
13975
|
last_seen_message?: ({
|
|
13959
13976
|
id?: string | undefined;
|
|
13960
13977
|
timestamp_seconds?: number | undefined;
|
|
@@ -13974,30 +13991,30 @@ export declare const Envelope: {
|
|
|
13974
13991
|
reference?: string | undefined;
|
|
13975
13992
|
mention?: string | undefined;
|
|
13976
13993
|
reaction?: string | undefined;
|
|
13977
|
-
repliers?: (string[] & string[] & { [
|
|
13978
|
-
} & { [
|
|
13979
|
-
is_online?: (boolean[] & boolean[] & { [
|
|
13994
|
+
repliers?: (string[] & string[] & { [K_427 in Exclude<keyof I_1["notifications"]["notifications"][number]["channel"]["last_seen_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
13995
|
+
} & { [K_428 in Exclude<keyof I_1["notifications"]["notifications"][number]["channel"]["last_seen_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
13996
|
+
is_online?: (boolean[] & boolean[] & { [K_429 in Exclude<keyof I_1["notifications"]["notifications"][number]["channel"]["is_online"], keyof boolean[]>]: never; }) | undefined;
|
|
13980
13997
|
meeting_code?: string | undefined;
|
|
13981
13998
|
count_mess_unread?: number | undefined;
|
|
13982
13999
|
active?: number | undefined;
|
|
13983
14000
|
last_pin_message?: string | undefined;
|
|
13984
|
-
usernames?: (string[] & string[] & { [
|
|
14001
|
+
usernames?: (string[] & string[] & { [K_430 in Exclude<keyof I_1["notifications"]["notifications"][number]["channel"]["usernames"], keyof string[]>]: never; }) | undefined;
|
|
13985
14002
|
creator_name?: string | undefined;
|
|
13986
14003
|
create_time_seconds?: number | undefined;
|
|
13987
14004
|
update_time_seconds?: number | undefined;
|
|
13988
|
-
metadata?: (string[] & string[] & { [
|
|
13989
|
-
about_me?: (string[] & string[] & { [
|
|
14005
|
+
metadata?: (string[] & string[] & { [K_431 in Exclude<keyof I_1["notifications"]["notifications"][number]["channel"]["metadata"], keyof string[]>]: never; }) | undefined;
|
|
14006
|
+
about_me?: (string[] & string[] & { [K_432 in Exclude<keyof I_1["notifications"]["notifications"][number]["channel"]["about_me"], keyof string[]>]: never; }) | undefined;
|
|
13990
14007
|
clan_name?: string | undefined;
|
|
13991
14008
|
app_id?: string | undefined;
|
|
13992
14009
|
is_mute?: boolean | undefined;
|
|
13993
14010
|
age_restricted?: number | undefined;
|
|
13994
14011
|
topic?: string | undefined;
|
|
13995
14012
|
e2ee?: number | undefined;
|
|
13996
|
-
display_names?: (string[] & string[] & { [
|
|
13997
|
-
} & { [
|
|
14013
|
+
display_names?: (string[] & string[] & { [K_433 in Exclude<keyof I_1["notifications"]["notifications"][number]["channel"]["display_names"], keyof string[]>]: never; }) | undefined;
|
|
14014
|
+
} & { [K_434 in Exclude<keyof I_1["notifications"]["notifications"][number]["channel"], keyof ChannelDescription1>]: never; }) | undefined;
|
|
13998
14015
|
topic_id?: string | undefined;
|
|
13999
14016
|
category?: number | undefined;
|
|
14000
|
-
} & { [
|
|
14017
|
+
} & { [K_435 in Exclude<keyof I_1["notifications"]["notifications"][number], keyof Notification>]: never; })[] & { [K_436 in Exclude<keyof I_1["notifications"]["notifications"], keyof {
|
|
14001
14018
|
id?: string | undefined;
|
|
14002
14019
|
subject?: string | undefined;
|
|
14003
14020
|
content?: string | undefined;
|
|
@@ -14065,7 +14082,7 @@ export declare const Envelope: {
|
|
|
14065
14082
|
topic_id?: string | undefined;
|
|
14066
14083
|
category?: number | undefined;
|
|
14067
14084
|
}[]>]: never; }) | undefined;
|
|
14068
|
-
} & { [
|
|
14085
|
+
} & { [K_437 in Exclude<keyof I_1["notifications"], "notifications">]: never; }) | undefined;
|
|
14069
14086
|
rpc?: ({
|
|
14070
14087
|
id?: string | undefined;
|
|
14071
14088
|
payload?: string | undefined;
|
|
@@ -14074,7 +14091,7 @@ export declare const Envelope: {
|
|
|
14074
14091
|
id?: string | undefined;
|
|
14075
14092
|
payload?: string | undefined;
|
|
14076
14093
|
http_key?: string | undefined;
|
|
14077
|
-
} & { [
|
|
14094
|
+
} & { [K_438 in Exclude<keyof I_1["rpc"], keyof Rpc>]: never; }) | undefined;
|
|
14078
14095
|
status?: ({
|
|
14079
14096
|
presences?: {
|
|
14080
14097
|
user_id?: string | undefined;
|
|
@@ -14110,7 +14127,7 @@ export declare const Envelope: {
|
|
|
14110
14127
|
status?: string | undefined;
|
|
14111
14128
|
is_mobile?: boolean | undefined;
|
|
14112
14129
|
metadata?: string | undefined;
|
|
14113
|
-
} & { [
|
|
14130
|
+
} & { [K_439 in Exclude<keyof I_1["status"]["presences"][number], keyof UserPresence>]: never; })[] & { [K_440 in Exclude<keyof I_1["status"]["presences"], keyof {
|
|
14114
14131
|
user_id?: string | undefined;
|
|
14115
14132
|
session_id?: string | undefined;
|
|
14116
14133
|
username?: string | undefined;
|
|
@@ -14119,14 +14136,14 @@ export declare const Envelope: {
|
|
|
14119
14136
|
is_mobile?: boolean | undefined;
|
|
14120
14137
|
metadata?: string | undefined;
|
|
14121
14138
|
}[]>]: never; }) | undefined;
|
|
14122
|
-
} & { [
|
|
14139
|
+
} & { [K_441 in Exclude<keyof I_1["status"], "presences">]: never; }) | undefined;
|
|
14123
14140
|
status_follow?: ({
|
|
14124
14141
|
user_ids?: string[] | undefined;
|
|
14125
14142
|
usernames?: string[] | undefined;
|
|
14126
14143
|
} & {
|
|
14127
|
-
user_ids?: (string[] & string[] & { [
|
|
14128
|
-
usernames?: (string[] & string[] & { [
|
|
14129
|
-
} & { [
|
|
14144
|
+
user_ids?: (string[] & string[] & { [K_442 in Exclude<keyof I_1["status_follow"]["user_ids"], keyof string[]>]: never; }) | undefined;
|
|
14145
|
+
usernames?: (string[] & string[] & { [K_443 in Exclude<keyof I_1["status_follow"]["usernames"], keyof string[]>]: never; }) | undefined;
|
|
14146
|
+
} & { [K_444 in Exclude<keyof I_1["status_follow"], keyof StatusFollow>]: never; }) | undefined;
|
|
14130
14147
|
status_presence_event?: ({
|
|
14131
14148
|
joins?: {
|
|
14132
14149
|
user_id?: string | undefined;
|
|
@@ -14171,7 +14188,7 @@ export declare const Envelope: {
|
|
|
14171
14188
|
status?: string | undefined;
|
|
14172
14189
|
is_mobile?: boolean | undefined;
|
|
14173
14190
|
metadata?: string | undefined;
|
|
14174
|
-
} & { [
|
|
14191
|
+
} & { [K_445 in Exclude<keyof I_1["status_presence_event"]["joins"][number], keyof UserPresence>]: never; })[] & { [K_446 in Exclude<keyof I_1["status_presence_event"]["joins"], keyof {
|
|
14175
14192
|
user_id?: string | undefined;
|
|
14176
14193
|
session_id?: string | undefined;
|
|
14177
14194
|
username?: string | undefined;
|
|
@@ -14204,7 +14221,7 @@ export declare const Envelope: {
|
|
|
14204
14221
|
status?: string | undefined;
|
|
14205
14222
|
is_mobile?: boolean | undefined;
|
|
14206
14223
|
metadata?: string | undefined;
|
|
14207
|
-
} & { [
|
|
14224
|
+
} & { [K_447 in Exclude<keyof I_1["status_presence_event"]["leaves"][number], keyof UserPresence>]: never; })[] & { [K_448 in Exclude<keyof I_1["status_presence_event"]["leaves"], keyof {
|
|
14208
14225
|
user_id?: string | undefined;
|
|
14209
14226
|
session_id?: string | undefined;
|
|
14210
14227
|
username?: string | undefined;
|
|
@@ -14213,17 +14230,17 @@ export declare const Envelope: {
|
|
|
14213
14230
|
is_mobile?: boolean | undefined;
|
|
14214
14231
|
metadata?: string | undefined;
|
|
14215
14232
|
}[]>]: never; }) | undefined;
|
|
14216
|
-
} & { [
|
|
14233
|
+
} & { [K_449 in Exclude<keyof I_1["status_presence_event"], keyof StatusPresenceEvent>]: never; }) | undefined;
|
|
14217
14234
|
status_unfollow?: ({
|
|
14218
14235
|
user_ids?: string[] | undefined;
|
|
14219
14236
|
} & {
|
|
14220
|
-
user_ids?: (string[] & string[] & { [
|
|
14221
|
-
} & { [
|
|
14237
|
+
user_ids?: (string[] & string[] & { [K_450 in Exclude<keyof I_1["status_unfollow"]["user_ids"], keyof string[]>]: never; }) | undefined;
|
|
14238
|
+
} & { [K_451 in Exclude<keyof I_1["status_unfollow"], "user_ids">]: never; }) | undefined;
|
|
14222
14239
|
status_update?: ({
|
|
14223
14240
|
status?: string | undefined;
|
|
14224
14241
|
} & {
|
|
14225
14242
|
status?: string | undefined;
|
|
14226
|
-
} & { [
|
|
14243
|
+
} & { [K_452 in Exclude<keyof I_1["status_update"], "status">]: never; }) | undefined;
|
|
14227
14244
|
stream_data?: ({
|
|
14228
14245
|
stream?: {
|
|
14229
14246
|
mode?: number | undefined;
|
|
@@ -14253,7 +14270,7 @@ export declare const Envelope: {
|
|
|
14253
14270
|
channel_id?: string | undefined;
|
|
14254
14271
|
clan_id?: string | undefined;
|
|
14255
14272
|
label?: string | undefined;
|
|
14256
|
-
} & { [
|
|
14273
|
+
} & { [K_453 in Exclude<keyof I_1["stream_data"]["stream"], keyof Stream>]: never; }) | undefined;
|
|
14257
14274
|
sender?: ({
|
|
14258
14275
|
user_id?: string | undefined;
|
|
14259
14276
|
session_id?: string | undefined;
|
|
@@ -14270,10 +14287,10 @@ export declare const Envelope: {
|
|
|
14270
14287
|
status?: string | undefined;
|
|
14271
14288
|
is_mobile?: boolean | undefined;
|
|
14272
14289
|
metadata?: string | undefined;
|
|
14273
|
-
} & { [
|
|
14290
|
+
} & { [K_454 in Exclude<keyof I_1["stream_data"]["sender"], keyof UserPresence>]: never; }) | undefined;
|
|
14274
14291
|
data?: string | undefined;
|
|
14275
14292
|
reliable?: boolean | undefined;
|
|
14276
|
-
} & { [
|
|
14293
|
+
} & { [K_455 in Exclude<keyof I_1["stream_data"], keyof StreamData>]: never; }) | undefined;
|
|
14277
14294
|
stream_presence_event?: ({
|
|
14278
14295
|
stream?: {
|
|
14279
14296
|
mode?: number | undefined;
|
|
@@ -14310,7 +14327,7 @@ export declare const Envelope: {
|
|
|
14310
14327
|
channel_id?: string | undefined;
|
|
14311
14328
|
clan_id?: string | undefined;
|
|
14312
14329
|
label?: string | undefined;
|
|
14313
|
-
} & { [
|
|
14330
|
+
} & { [K_456 in Exclude<keyof I_1["stream_presence_event"]["stream"], keyof Stream>]: never; }) | undefined;
|
|
14314
14331
|
joins?: ({
|
|
14315
14332
|
user_id?: string | undefined;
|
|
14316
14333
|
session_id?: string | undefined;
|
|
@@ -14335,7 +14352,7 @@ export declare const Envelope: {
|
|
|
14335
14352
|
status?: string | undefined;
|
|
14336
14353
|
is_mobile?: boolean | undefined;
|
|
14337
14354
|
metadata?: string | undefined;
|
|
14338
|
-
} & { [
|
|
14355
|
+
} & { [K_457 in Exclude<keyof I_1["stream_presence_event"]["joins"][number], keyof UserPresence>]: never; })[] & { [K_458 in Exclude<keyof I_1["stream_presence_event"]["joins"], keyof {
|
|
14339
14356
|
user_id?: string | undefined;
|
|
14340
14357
|
session_id?: string | undefined;
|
|
14341
14358
|
username?: string | undefined;
|
|
@@ -14368,7 +14385,7 @@ export declare const Envelope: {
|
|
|
14368
14385
|
status?: string | undefined;
|
|
14369
14386
|
is_mobile?: boolean | undefined;
|
|
14370
14387
|
metadata?: string | undefined;
|
|
14371
|
-
} & { [
|
|
14388
|
+
} & { [K_459 in Exclude<keyof I_1["stream_presence_event"]["leaves"][number], keyof UserPresence>]: never; })[] & { [K_460 in Exclude<keyof I_1["stream_presence_event"]["leaves"], keyof {
|
|
14372
14389
|
user_id?: string | undefined;
|
|
14373
14390
|
session_id?: string | undefined;
|
|
14374
14391
|
username?: string | undefined;
|
|
@@ -14377,9 +14394,9 @@ export declare const Envelope: {
|
|
|
14377
14394
|
is_mobile?: boolean | undefined;
|
|
14378
14395
|
metadata?: string | undefined;
|
|
14379
14396
|
}[]>]: never; }) | undefined;
|
|
14380
|
-
} & { [
|
|
14381
|
-
ping?: ({} & {} & { [
|
|
14382
|
-
pong?: ({} & {} & { [
|
|
14397
|
+
} & { [K_461 in Exclude<keyof I_1["stream_presence_event"], keyof StreamPresenceEvent>]: never; }) | undefined;
|
|
14398
|
+
ping?: ({} & {} & { [K_462 in Exclude<keyof I_1["ping"], never>]: never; }) | undefined;
|
|
14399
|
+
pong?: ({} & {} & { [K_463 in Exclude<keyof I_1["pong"], never>]: never; }) | undefined;
|
|
14383
14400
|
message_typing_event?: ({
|
|
14384
14401
|
clan_id?: string | undefined;
|
|
14385
14402
|
channel_id?: string | undefined;
|
|
@@ -14396,7 +14413,7 @@ export declare const Envelope: {
|
|
|
14396
14413
|
is_public?: boolean | undefined;
|
|
14397
14414
|
sender_username?: string | undefined;
|
|
14398
14415
|
sender_display_name?: string | undefined;
|
|
14399
|
-
} & { [
|
|
14416
|
+
} & { [K_464 in Exclude<keyof I_1["message_typing_event"], keyof MessageTypingEvent>]: never; }) | undefined;
|
|
14400
14417
|
last_seen_message_event?: ({
|
|
14401
14418
|
clan_id?: string | undefined;
|
|
14402
14419
|
channel_id?: string | undefined;
|
|
@@ -14411,7 +14428,7 @@ export declare const Envelope: {
|
|
|
14411
14428
|
mode?: number | undefined;
|
|
14412
14429
|
timestamp_seconds?: number | undefined;
|
|
14413
14430
|
badge_count?: number | undefined;
|
|
14414
|
-
} & { [
|
|
14431
|
+
} & { [K_465 in Exclude<keyof I_1["last_seen_message_event"], keyof LastSeenMessageEvent>]: never; }) | undefined;
|
|
14415
14432
|
message_reaction_event?: ({
|
|
14416
14433
|
id?: string | undefined;
|
|
14417
14434
|
emoji_id?: string | undefined;
|
|
@@ -14446,7 +14463,7 @@ export declare const Envelope: {
|
|
|
14446
14463
|
is_public?: boolean | undefined;
|
|
14447
14464
|
topic_id?: string | undefined;
|
|
14448
14465
|
emoji_recent_id?: string | undefined;
|
|
14449
|
-
} & { [
|
|
14466
|
+
} & { [K_466 in Exclude<keyof I_1["message_reaction_event"], keyof MessageReaction>]: never; }) | undefined;
|
|
14450
14467
|
voice_joined_event?: ({
|
|
14451
14468
|
clan_id?: string | undefined;
|
|
14452
14469
|
clan_name?: string | undefined;
|
|
@@ -14465,7 +14482,7 @@ export declare const Envelope: {
|
|
|
14465
14482
|
voice_channel_label?: string | undefined;
|
|
14466
14483
|
voice_channel_id?: string | undefined;
|
|
14467
14484
|
last_screenshot?: string | undefined;
|
|
14468
|
-
} & { [
|
|
14485
|
+
} & { [K_467 in Exclude<keyof I_1["voice_joined_event"], keyof VoiceJoinedEvent>]: never; }) | undefined;
|
|
14469
14486
|
voice_leaved_event?: ({
|
|
14470
14487
|
id?: string | undefined;
|
|
14471
14488
|
clan_id?: string | undefined;
|
|
@@ -14476,7 +14493,7 @@ export declare const Envelope: {
|
|
|
14476
14493
|
clan_id?: string | undefined;
|
|
14477
14494
|
voice_channel_id?: string | undefined;
|
|
14478
14495
|
voice_user_id?: string | undefined;
|
|
14479
|
-
} & { [
|
|
14496
|
+
} & { [K_468 in Exclude<keyof I_1["voice_leaved_event"], keyof VoiceLeavedEvent>]: never; }) | undefined;
|
|
14480
14497
|
voice_started_event?: ({
|
|
14481
14498
|
id?: string | undefined;
|
|
14482
14499
|
clan_id?: string | undefined;
|
|
@@ -14485,7 +14502,7 @@ export declare const Envelope: {
|
|
|
14485
14502
|
id?: string | undefined;
|
|
14486
14503
|
clan_id?: string | undefined;
|
|
14487
14504
|
voice_channel_id?: string | undefined;
|
|
14488
|
-
} & { [
|
|
14505
|
+
} & { [K_469 in Exclude<keyof I_1["voice_started_event"], keyof VoiceStartedEvent>]: never; }) | undefined;
|
|
14489
14506
|
voice_ended_event?: ({
|
|
14490
14507
|
id?: string | undefined;
|
|
14491
14508
|
clan_id?: string | undefined;
|
|
@@ -14494,7 +14511,7 @@ export declare const Envelope: {
|
|
|
14494
14511
|
id?: string | undefined;
|
|
14495
14512
|
clan_id?: string | undefined;
|
|
14496
14513
|
voice_channel_id?: string | undefined;
|
|
14497
|
-
} & { [
|
|
14514
|
+
} & { [K_470 in Exclude<keyof I_1["voice_ended_event"], keyof VoiceEndedEvent>]: never; }) | undefined;
|
|
14498
14515
|
channel_created_event?: ({
|
|
14499
14516
|
clan_id?: string | undefined;
|
|
14500
14517
|
category_id?: string | undefined;
|
|
@@ -14519,7 +14536,7 @@ export declare const Envelope: {
|
|
|
14519
14536
|
status?: number | undefined;
|
|
14520
14537
|
app_id?: string | undefined;
|
|
14521
14538
|
clan_name?: string | undefined;
|
|
14522
|
-
} & { [
|
|
14539
|
+
} & { [K_471 in Exclude<keyof I_1["channel_created_event"], keyof ChannelCreatedEvent>]: never; }) | undefined;
|
|
14523
14540
|
channel_deleted_event?: ({
|
|
14524
14541
|
clan_id?: string | undefined;
|
|
14525
14542
|
category_id?: string | undefined;
|
|
@@ -14532,7 +14549,7 @@ export declare const Envelope: {
|
|
|
14532
14549
|
parent_id?: string | undefined;
|
|
14533
14550
|
channel_id?: string | undefined;
|
|
14534
14551
|
deletor?: string | undefined;
|
|
14535
|
-
} & { [
|
|
14552
|
+
} & { [K_472 in Exclude<keyof I_1["channel_deleted_event"], keyof ChannelDeletedEvent>]: never; }) | undefined;
|
|
14536
14553
|
channel_updated_event?: ({
|
|
14537
14554
|
clan_id?: string | undefined;
|
|
14538
14555
|
category_id?: string | undefined;
|
|
@@ -14571,9 +14588,9 @@ export declare const Envelope: {
|
|
|
14571
14588
|
age_restricted?: number | undefined;
|
|
14572
14589
|
active?: number | undefined;
|
|
14573
14590
|
count_mess_unread?: number | undefined;
|
|
14574
|
-
user_ids?: (string[] & string[] & { [
|
|
14575
|
-
role_ids?: (string[] & string[] & { [
|
|
14576
|
-
} & { [
|
|
14591
|
+
user_ids?: (string[] & string[] & { [K_473 in Exclude<keyof I_1["channel_updated_event"]["user_ids"], keyof string[]>]: never; }) | undefined;
|
|
14592
|
+
role_ids?: (string[] & string[] & { [K_474 in Exclude<keyof I_1["channel_updated_event"]["role_ids"], keyof string[]>]: never; }) | undefined;
|
|
14593
|
+
} & { [K_475 in Exclude<keyof I_1["channel_updated_event"], keyof ChannelUpdatedEvent>]: never; }) | undefined;
|
|
14577
14594
|
last_pin_message_event?: ({
|
|
14578
14595
|
clan_id?: string | undefined;
|
|
14579
14596
|
channel_id?: string | undefined;
|
|
@@ -14604,7 +14621,7 @@ export declare const Envelope: {
|
|
|
14604
14621
|
message_content?: string | undefined;
|
|
14605
14622
|
message_attachment?: string | undefined;
|
|
14606
14623
|
message_created_time?: string | undefined;
|
|
14607
|
-
} & { [
|
|
14624
|
+
} & { [K_476 in Exclude<keyof I_1["last_pin_message_event"], keyof LastPinMessageEvent>]: never; }) | undefined;
|
|
14608
14625
|
custom_status_event?: ({
|
|
14609
14626
|
clan_id?: string | undefined;
|
|
14610
14627
|
user_id?: string | undefined;
|
|
@@ -14619,7 +14636,7 @@ export declare const Envelope: {
|
|
|
14619
14636
|
status?: string | undefined;
|
|
14620
14637
|
time_reset?: number | undefined;
|
|
14621
14638
|
no_clear?: boolean | undefined;
|
|
14622
|
-
} & { [
|
|
14639
|
+
} & { [K_477 in Exclude<keyof I_1["custom_status_event"], keyof CustomStatusEvent>]: never; }) | undefined;
|
|
14623
14640
|
user_channel_added_event?: ({
|
|
14624
14641
|
channel_desc?: {
|
|
14625
14642
|
clan_id?: string | undefined;
|
|
@@ -14789,8 +14806,8 @@ export declare const Envelope: {
|
|
|
14789
14806
|
creator_id?: string | undefined;
|
|
14790
14807
|
channel_label?: string | undefined;
|
|
14791
14808
|
channel_private?: number | undefined;
|
|
14792
|
-
channel_avatar?: (string[] & string[] & { [
|
|
14793
|
-
user_id?: (string[] & string[] & { [
|
|
14809
|
+
channel_avatar?: (string[] & string[] & { [K_478 in Exclude<keyof I_1["user_channel_added_event"]["channel_desc"]["channel_avatar"], keyof string[]>]: never; }) | undefined;
|
|
14810
|
+
user_id?: (string[] & string[] & { [K_479 in Exclude<keyof I_1["user_channel_added_event"]["channel_desc"]["user_id"], keyof string[]>]: never; }) | undefined;
|
|
14794
14811
|
last_sent_message?: ({
|
|
14795
14812
|
id?: string | undefined;
|
|
14796
14813
|
timestamp_seconds?: number | undefined;
|
|
@@ -14810,8 +14827,8 @@ export declare const Envelope: {
|
|
|
14810
14827
|
reference?: string | undefined;
|
|
14811
14828
|
mention?: string | undefined;
|
|
14812
14829
|
reaction?: string | undefined;
|
|
14813
|
-
repliers?: (string[] & string[] & { [
|
|
14814
|
-
} & { [
|
|
14830
|
+
repliers?: (string[] & string[] & { [K_480 in Exclude<keyof I_1["user_channel_added_event"]["channel_desc"]["last_sent_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
14831
|
+
} & { [K_481 in Exclude<keyof I_1["user_channel_added_event"]["channel_desc"]["last_sent_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
14815
14832
|
last_seen_message?: ({
|
|
14816
14833
|
id?: string | undefined;
|
|
14817
14834
|
timestamp_seconds?: number | undefined;
|
|
@@ -14831,27 +14848,27 @@ export declare const Envelope: {
|
|
|
14831
14848
|
reference?: string | undefined;
|
|
14832
14849
|
mention?: string | undefined;
|
|
14833
14850
|
reaction?: string | undefined;
|
|
14834
|
-
repliers?: (string[] & string[] & { [
|
|
14835
|
-
} & { [
|
|
14836
|
-
is_online?: (boolean[] & boolean[] & { [
|
|
14851
|
+
repliers?: (string[] & string[] & { [K_482 in Exclude<keyof I_1["user_channel_added_event"]["channel_desc"]["last_seen_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
14852
|
+
} & { [K_483 in Exclude<keyof I_1["user_channel_added_event"]["channel_desc"]["last_seen_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
14853
|
+
is_online?: (boolean[] & boolean[] & { [K_484 in Exclude<keyof I_1["user_channel_added_event"]["channel_desc"]["is_online"], keyof boolean[]>]: never; }) | undefined;
|
|
14837
14854
|
meeting_code?: string | undefined;
|
|
14838
14855
|
count_mess_unread?: number | undefined;
|
|
14839
14856
|
active?: number | undefined;
|
|
14840
14857
|
last_pin_message?: string | undefined;
|
|
14841
|
-
usernames?: (string[] & string[] & { [
|
|
14858
|
+
usernames?: (string[] & string[] & { [K_485 in Exclude<keyof I_1["user_channel_added_event"]["channel_desc"]["usernames"], keyof string[]>]: never; }) | undefined;
|
|
14842
14859
|
creator_name?: string | undefined;
|
|
14843
14860
|
create_time_seconds?: number | undefined;
|
|
14844
14861
|
update_time_seconds?: number | undefined;
|
|
14845
|
-
metadata?: (string[] & string[] & { [
|
|
14846
|
-
about_me?: (string[] & string[] & { [
|
|
14862
|
+
metadata?: (string[] & string[] & { [K_486 in Exclude<keyof I_1["user_channel_added_event"]["channel_desc"]["metadata"], keyof string[]>]: never; }) | undefined;
|
|
14863
|
+
about_me?: (string[] & string[] & { [K_487 in Exclude<keyof I_1["user_channel_added_event"]["channel_desc"]["about_me"], keyof string[]>]: never; }) | undefined;
|
|
14847
14864
|
clan_name?: string | undefined;
|
|
14848
14865
|
app_id?: string | undefined;
|
|
14849
14866
|
is_mute?: boolean | undefined;
|
|
14850
14867
|
age_restricted?: number | undefined;
|
|
14851
14868
|
topic?: string | undefined;
|
|
14852
14869
|
e2ee?: number | undefined;
|
|
14853
|
-
display_names?: (string[] & string[] & { [
|
|
14854
|
-
} & { [
|
|
14870
|
+
display_names?: (string[] & string[] & { [K_488 in Exclude<keyof I_1["user_channel_added_event"]["channel_desc"]["display_names"], keyof string[]>]: never; }) | undefined;
|
|
14871
|
+
} & { [K_489 in Exclude<keyof I_1["user_channel_added_event"]["channel_desc"], keyof ChannelDescription1>]: never; }) | undefined;
|
|
14855
14872
|
users?: ({
|
|
14856
14873
|
user_id?: string | undefined;
|
|
14857
14874
|
username?: string | undefined;
|
|
@@ -14918,7 +14935,7 @@ export declare const Envelope: {
|
|
|
14918
14935
|
device_id?: string | undefined;
|
|
14919
14936
|
token_id?: string | undefined;
|
|
14920
14937
|
platform?: string | undefined;
|
|
14921
|
-
} & { [
|
|
14938
|
+
} & { [K_490 in Exclude<keyof I_1["user_channel_added_event"]["users"][number]["fcm_tokens"][number], keyof FCMTokens>]: never; })[] & { [K_491 in Exclude<keyof I_1["user_channel_added_event"]["users"][number]["fcm_tokens"], keyof {
|
|
14922
14939
|
device_id?: string | undefined;
|
|
14923
14940
|
token_id?: string | undefined;
|
|
14924
14941
|
platform?: string | undefined;
|
|
@@ -14926,14 +14943,14 @@ export declare const Envelope: {
|
|
|
14926
14943
|
online?: boolean | undefined;
|
|
14927
14944
|
metadata?: string | undefined;
|
|
14928
14945
|
is_disabled?: boolean | undefined;
|
|
14929
|
-
joined_clans?: (string[] & string[] & { [
|
|
14946
|
+
joined_clans?: (string[] & string[] & { [K_492 in Exclude<keyof I_1["user_channel_added_event"]["users"][number]["joined_clans"], keyof string[]>]: never; }) | undefined;
|
|
14930
14947
|
pubkey?: string | undefined;
|
|
14931
14948
|
mezon_id?: string | undefined;
|
|
14932
14949
|
app_token?: string | undefined;
|
|
14933
14950
|
app_url?: string | undefined;
|
|
14934
14951
|
is_bot?: boolean | undefined;
|
|
14935
14952
|
voip_token?: string | undefined;
|
|
14936
|
-
} & { [
|
|
14953
|
+
} & { [K_493 in Exclude<keyof I_1["user_channel_added_event"]["users"][number], keyof UserProfileRedis>]: never; })[] & { [K_494 in Exclude<keyof I_1["user_channel_added_event"]["users"], keyof {
|
|
14937
14954
|
user_id?: string | undefined;
|
|
14938
14955
|
username?: string | undefined;
|
|
14939
14956
|
avatar?: string | undefined;
|
|
@@ -15002,7 +15019,7 @@ export declare const Envelope: {
|
|
|
15002
15019
|
device_id?: string | undefined;
|
|
15003
15020
|
token_id?: string | undefined;
|
|
15004
15021
|
platform?: string | undefined;
|
|
15005
|
-
} & { [
|
|
15022
|
+
} & { [K_495 in Exclude<keyof I_1["user_channel_added_event"]["caller"]["fcm_tokens"][number], keyof FCMTokens>]: never; })[] & { [K_496 in Exclude<keyof I_1["user_channel_added_event"]["caller"]["fcm_tokens"], keyof {
|
|
15006
15023
|
device_id?: string | undefined;
|
|
15007
15024
|
token_id?: string | undefined;
|
|
15008
15025
|
platform?: string | undefined;
|
|
@@ -15010,17 +15027,17 @@ export declare const Envelope: {
|
|
|
15010
15027
|
online?: boolean | undefined;
|
|
15011
15028
|
metadata?: string | undefined;
|
|
15012
15029
|
is_disabled?: boolean | undefined;
|
|
15013
|
-
joined_clans?: (string[] & string[] & { [
|
|
15030
|
+
joined_clans?: (string[] & string[] & { [K_497 in Exclude<keyof I_1["user_channel_added_event"]["caller"]["joined_clans"], keyof string[]>]: never; }) | undefined;
|
|
15014
15031
|
pubkey?: string | undefined;
|
|
15015
15032
|
mezon_id?: string | undefined;
|
|
15016
15033
|
app_token?: string | undefined;
|
|
15017
15034
|
app_url?: string | undefined;
|
|
15018
15035
|
is_bot?: boolean | undefined;
|
|
15019
15036
|
voip_token?: string | undefined;
|
|
15020
|
-
} & { [
|
|
15037
|
+
} & { [K_498 in Exclude<keyof I_1["user_channel_added_event"]["caller"], keyof UserProfileRedis>]: never; }) | undefined;
|
|
15021
15038
|
create_time_second?: number | undefined;
|
|
15022
15039
|
active?: number | undefined;
|
|
15023
|
-
} & { [
|
|
15040
|
+
} & { [K_499 in Exclude<keyof I_1["user_channel_added_event"], keyof UserChannelAdded>]: never; }) | undefined;
|
|
15024
15041
|
user_channel_removed_event?: ({
|
|
15025
15042
|
channel_id?: string | undefined;
|
|
15026
15043
|
user_ids?: string[] | undefined;
|
|
@@ -15029,18 +15046,18 @@ export declare const Envelope: {
|
|
|
15029
15046
|
badge_counts?: number[] | undefined;
|
|
15030
15047
|
} & {
|
|
15031
15048
|
channel_id?: string | undefined;
|
|
15032
|
-
user_ids?: (string[] & string[] & { [
|
|
15049
|
+
user_ids?: (string[] & string[] & { [K_500 in Exclude<keyof I_1["user_channel_removed_event"]["user_ids"], keyof string[]>]: never; }) | undefined;
|
|
15033
15050
|
channel_type?: number | undefined;
|
|
15034
15051
|
clan_id?: string | undefined;
|
|
15035
|
-
badge_counts?: (number[] & number[] & { [
|
|
15036
|
-
} & { [
|
|
15052
|
+
badge_counts?: (number[] & number[] & { [K_501 in Exclude<keyof I_1["user_channel_removed_event"]["badge_counts"], keyof number[]>]: never; }) | undefined;
|
|
15053
|
+
} & { [K_502 in Exclude<keyof I_1["user_channel_removed_event"], keyof UserChannelRemoved>]: never; }) | undefined;
|
|
15037
15054
|
user_clan_removed_event?: ({
|
|
15038
15055
|
clan_id?: string | undefined;
|
|
15039
15056
|
user_ids?: string[] | undefined;
|
|
15040
15057
|
} & {
|
|
15041
15058
|
clan_id?: string | undefined;
|
|
15042
|
-
user_ids?: (string[] & string[] & { [
|
|
15043
|
-
} & { [
|
|
15059
|
+
user_ids?: (string[] & string[] & { [K_503 in Exclude<keyof I_1["user_clan_removed_event"]["user_ids"], keyof string[]>]: never; }) | undefined;
|
|
15060
|
+
} & { [K_504 in Exclude<keyof I_1["user_clan_removed_event"], keyof UserClanRemoved>]: never; }) | undefined;
|
|
15044
15061
|
clan_updated_event?: ({
|
|
15045
15062
|
clan_id?: string | undefined;
|
|
15046
15063
|
clan_name?: string | undefined;
|
|
@@ -15059,7 +15076,7 @@ export declare const Envelope: {
|
|
|
15059
15076
|
is_onboarding?: boolean | undefined;
|
|
15060
15077
|
welcome_channel_id?: string | undefined;
|
|
15061
15078
|
onboarding_banner?: string | undefined;
|
|
15062
|
-
} & { [
|
|
15079
|
+
} & { [K_505 in Exclude<keyof I_1["clan_updated_event"], keyof ClanUpdatedEvent>]: never; }) | undefined;
|
|
15063
15080
|
clan_profile_updated_event?: ({
|
|
15064
15081
|
user_id?: string | undefined;
|
|
15065
15082
|
clan_nick?: string | undefined;
|
|
@@ -15070,7 +15087,7 @@ export declare const Envelope: {
|
|
|
15070
15087
|
clan_nick?: string | undefined;
|
|
15071
15088
|
clan_avatar?: string | undefined;
|
|
15072
15089
|
clan_id?: string | undefined;
|
|
15073
|
-
} & { [
|
|
15090
|
+
} & { [K_506 in Exclude<keyof I_1["clan_profile_updated_event"], keyof ClanProfileUpdatedEvent>]: never; }) | undefined;
|
|
15074
15091
|
check_name_existed_event?: ({
|
|
15075
15092
|
name?: string | undefined;
|
|
15076
15093
|
condition_id?: string | undefined;
|
|
@@ -15081,7 +15098,7 @@ export declare const Envelope: {
|
|
|
15081
15098
|
condition_id?: string | undefined;
|
|
15082
15099
|
exist?: boolean | undefined;
|
|
15083
15100
|
type?: number | undefined;
|
|
15084
|
-
} & { [
|
|
15101
|
+
} & { [K_507 in Exclude<keyof I_1["check_name_existed_event"], keyof CheckNameExistedEvent>]: never; }) | undefined;
|
|
15085
15102
|
user_profile_updated_event?: ({
|
|
15086
15103
|
user_id?: string | undefined;
|
|
15087
15104
|
display_name?: string | undefined;
|
|
@@ -15098,7 +15115,7 @@ export declare const Envelope: {
|
|
|
15098
15115
|
channel_id?: string | undefined;
|
|
15099
15116
|
clan_id?: string | undefined;
|
|
15100
15117
|
encrypt_private_key?: string | undefined;
|
|
15101
|
-
} & { [
|
|
15118
|
+
} & { [K_508 in Exclude<keyof I_1["user_profile_updated_event"], keyof UserProfileUpdatedEvent>]: never; }) | undefined;
|
|
15102
15119
|
add_clan_user_event?: ({
|
|
15103
15120
|
clan_id?: string | undefined;
|
|
15104
15121
|
user?: {
|
|
@@ -15171,7 +15188,7 @@ export declare const Envelope: {
|
|
|
15171
15188
|
device_id?: string | undefined;
|
|
15172
15189
|
token_id?: string | undefined;
|
|
15173
15190
|
platform?: string | undefined;
|
|
15174
|
-
} & { [
|
|
15191
|
+
} & { [K_509 in Exclude<keyof I_1["add_clan_user_event"]["user"]["fcm_tokens"][number], keyof FCMTokens>]: never; })[] & { [K_510 in Exclude<keyof I_1["add_clan_user_event"]["user"]["fcm_tokens"], keyof {
|
|
15175
15192
|
device_id?: string | undefined;
|
|
15176
15193
|
token_id?: string | undefined;
|
|
15177
15194
|
platform?: string | undefined;
|
|
@@ -15179,16 +15196,16 @@ export declare const Envelope: {
|
|
|
15179
15196
|
online?: boolean | undefined;
|
|
15180
15197
|
metadata?: string | undefined;
|
|
15181
15198
|
is_disabled?: boolean | undefined;
|
|
15182
|
-
joined_clans?: (string[] & string[] & { [
|
|
15199
|
+
joined_clans?: (string[] & string[] & { [K_511 in Exclude<keyof I_1["add_clan_user_event"]["user"]["joined_clans"], keyof string[]>]: never; }) | undefined;
|
|
15183
15200
|
pubkey?: string | undefined;
|
|
15184
15201
|
mezon_id?: string | undefined;
|
|
15185
15202
|
app_token?: string | undefined;
|
|
15186
15203
|
app_url?: string | undefined;
|
|
15187
15204
|
is_bot?: boolean | undefined;
|
|
15188
15205
|
voip_token?: string | undefined;
|
|
15189
|
-
} & { [
|
|
15206
|
+
} & { [K_512 in Exclude<keyof I_1["add_clan_user_event"]["user"], keyof UserProfileRedis>]: never; }) | undefined;
|
|
15190
15207
|
invitor?: string | undefined;
|
|
15191
|
-
} & { [
|
|
15208
|
+
} & { [K_513 in Exclude<keyof I_1["add_clan_user_event"], keyof AddClanUserEvent>]: never; }) | undefined;
|
|
15192
15209
|
clan_event_created?: ({
|
|
15193
15210
|
title?: string | undefined;
|
|
15194
15211
|
logo?: string | undefined;
|
|
@@ -15242,8 +15259,8 @@ export declare const Envelope: {
|
|
|
15242
15259
|
external_link?: string | undefined;
|
|
15243
15260
|
creator_id?: string | undefined;
|
|
15244
15261
|
event_id?: string | undefined;
|
|
15245
|
-
} & { [
|
|
15246
|
-
} & { [
|
|
15262
|
+
} & { [K_514 in Exclude<keyof I_1["clan_event_created"]["meet_room"], keyof import("../api/api").GenerateMezonMeetResponse>]: never; }) | undefined;
|
|
15263
|
+
} & { [K_515 in Exclude<keyof I_1["clan_event_created"], keyof CreateEventRequest>]: never; }) | undefined;
|
|
15247
15264
|
role_assign_event?: ({
|
|
15248
15265
|
ClanId?: string | undefined;
|
|
15249
15266
|
role_id?: string | undefined;
|
|
@@ -15252,16 +15269,16 @@ export declare const Envelope: {
|
|
|
15252
15269
|
} & {
|
|
15253
15270
|
ClanId?: string | undefined;
|
|
15254
15271
|
role_id?: string | undefined;
|
|
15255
|
-
user_ids_assigned?: (string[] & string[] & { [
|
|
15256
|
-
user_ids_removed?: (string[] & string[] & { [
|
|
15257
|
-
} & { [
|
|
15272
|
+
user_ids_assigned?: (string[] & string[] & { [K_516 in Exclude<keyof I_1["role_assign_event"]["user_ids_assigned"], keyof string[]>]: never; }) | undefined;
|
|
15273
|
+
user_ids_removed?: (string[] & string[] & { [K_517 in Exclude<keyof I_1["role_assign_event"]["user_ids_removed"], keyof string[]>]: never; }) | undefined;
|
|
15274
|
+
} & { [K_518 in Exclude<keyof I_1["role_assign_event"], keyof RoleAssignedEvent>]: never; }) | undefined;
|
|
15258
15275
|
clan_deleted_event?: ({
|
|
15259
15276
|
clan_id?: string | undefined;
|
|
15260
15277
|
deletor?: string | undefined;
|
|
15261
15278
|
} & {
|
|
15262
15279
|
clan_id?: string | undefined;
|
|
15263
15280
|
deletor?: string | undefined;
|
|
15264
|
-
} & { [
|
|
15281
|
+
} & { [K_519 in Exclude<keyof I_1["clan_deleted_event"], keyof ClanDeletedEvent>]: never; }) | undefined;
|
|
15265
15282
|
give_coffee_event?: ({
|
|
15266
15283
|
sender_id?: string | undefined;
|
|
15267
15284
|
receiver_id?: string | undefined;
|
|
@@ -15276,7 +15293,7 @@ export declare const Envelope: {
|
|
|
15276
15293
|
message_ref_id?: string | undefined;
|
|
15277
15294
|
channel_id?: string | undefined;
|
|
15278
15295
|
clan_id?: string | undefined;
|
|
15279
|
-
} & { [
|
|
15296
|
+
} & { [K_520 in Exclude<keyof I_1["give_coffee_event"], keyof GiveCoffeeEvent>]: never; }) | undefined;
|
|
15280
15297
|
sticker_create_event?: ({
|
|
15281
15298
|
clan_id?: string | undefined;
|
|
15282
15299
|
source?: string | undefined;
|
|
@@ -15295,7 +15312,7 @@ export declare const Envelope: {
|
|
|
15295
15312
|
sticker_id?: string | undefined;
|
|
15296
15313
|
logo?: string | undefined;
|
|
15297
15314
|
clan_name?: string | undefined;
|
|
15298
|
-
} & { [
|
|
15315
|
+
} & { [K_521 in Exclude<keyof I_1["sticker_create_event"], keyof StickerCreateEvent>]: never; }) | undefined;
|
|
15299
15316
|
sticker_update_event?: ({
|
|
15300
15317
|
shortname?: string | undefined;
|
|
15301
15318
|
sticker_id?: string | undefined;
|
|
@@ -15304,14 +15321,14 @@ export declare const Envelope: {
|
|
|
15304
15321
|
shortname?: string | undefined;
|
|
15305
15322
|
sticker_id?: string | undefined;
|
|
15306
15323
|
user_id?: string | undefined;
|
|
15307
|
-
} & { [
|
|
15324
|
+
} & { [K_522 in Exclude<keyof I_1["sticker_update_event"], keyof StickerUpdateEvent>]: never; }) | undefined;
|
|
15308
15325
|
sticker_delete_event?: ({
|
|
15309
15326
|
sticker_id?: string | undefined;
|
|
15310
15327
|
user_id?: string | undefined;
|
|
15311
15328
|
} & {
|
|
15312
15329
|
sticker_id?: string | undefined;
|
|
15313
15330
|
user_id?: string | undefined;
|
|
15314
|
-
} & { [
|
|
15331
|
+
} & { [K_523 in Exclude<keyof I_1["sticker_delete_event"], keyof StickerDeleteEvent>]: never; }) | undefined;
|
|
15315
15332
|
role_event?: ({
|
|
15316
15333
|
role?: {
|
|
15317
15334
|
id?: string | undefined;
|
|
@@ -15449,7 +15466,7 @@ export declare const Envelope: {
|
|
|
15449
15466
|
lang_tag?: string | undefined;
|
|
15450
15467
|
location?: string | undefined;
|
|
15451
15468
|
online?: boolean | undefined;
|
|
15452
|
-
} & { [
|
|
15469
|
+
} & { [K_524 in Exclude<keyof I_1["role_event"]["role"]["role_user_list"]["role_users"][number], keyof import("../api/api").RoleUserList_RoleUser>]: never; })[] & { [K_525 in Exclude<keyof I_1["role_event"]["role"]["role_user_list"]["role_users"], keyof {
|
|
15453
15470
|
id?: string | undefined;
|
|
15454
15471
|
username?: string | undefined;
|
|
15455
15472
|
display_name?: string | undefined;
|
|
@@ -15459,7 +15476,7 @@ export declare const Envelope: {
|
|
|
15459
15476
|
online?: boolean | undefined;
|
|
15460
15477
|
}[]>]: never; }) | undefined;
|
|
15461
15478
|
cursor?: string | undefined;
|
|
15462
|
-
} & { [
|
|
15479
|
+
} & { [K_526 in Exclude<keyof I_1["role_event"]["role"]["role_user_list"], keyof RoleUserList>]: never; }) | undefined;
|
|
15463
15480
|
permission_list?: ({
|
|
15464
15481
|
permissions?: {
|
|
15465
15482
|
id?: string | undefined;
|
|
@@ -15496,7 +15513,7 @@ export declare const Envelope: {
|
|
|
15496
15513
|
active?: number | undefined;
|
|
15497
15514
|
scope?: number | undefined;
|
|
15498
15515
|
level?: number | undefined;
|
|
15499
|
-
} & { [
|
|
15516
|
+
} & { [K_527 in Exclude<keyof I_1["role_event"]["role"]["permission_list"]["permissions"][number], keyof import("../api/api").Permission>]: never; })[] & { [K_528 in Exclude<keyof I_1["role_event"]["role"]["permission_list"]["permissions"], keyof {
|
|
15500
15517
|
id?: string | undefined;
|
|
15501
15518
|
title?: string | undefined;
|
|
15502
15519
|
slug?: string | undefined;
|
|
@@ -15506,19 +15523,19 @@ export declare const Envelope: {
|
|
|
15506
15523
|
level?: number | undefined;
|
|
15507
15524
|
}[]>]: never; }) | undefined;
|
|
15508
15525
|
max_level_permission?: number | undefined;
|
|
15509
|
-
} & { [
|
|
15526
|
+
} & { [K_529 in Exclude<keyof I_1["role_event"]["role"]["permission_list"], keyof PermissionList>]: never; }) | undefined;
|
|
15510
15527
|
role_channel_active?: number | undefined;
|
|
15511
|
-
channel_ids?: (string[] & string[] & { [
|
|
15528
|
+
channel_ids?: (string[] & string[] & { [K_530 in Exclude<keyof I_1["role_event"]["role"]["channel_ids"], keyof string[]>]: never; }) | undefined;
|
|
15512
15529
|
max_level_permission?: number | undefined;
|
|
15513
15530
|
order_role?: number | undefined;
|
|
15514
|
-
} & { [
|
|
15531
|
+
} & { [K_531 in Exclude<keyof I_1["role_event"]["role"], keyof Role>]: never; }) | undefined;
|
|
15515
15532
|
status?: number | undefined;
|
|
15516
15533
|
user_id?: string | undefined;
|
|
15517
|
-
user_add_ids?: (string[] & string[] & { [
|
|
15518
|
-
user_remove_ids?: (string[] & string[] & { [
|
|
15519
|
-
active_permission_ids?: (string[] & string[] & { [
|
|
15520
|
-
remove_permission_ids?: (string[] & string[] & { [
|
|
15521
|
-
} & { [
|
|
15534
|
+
user_add_ids?: (string[] & string[] & { [K_532 in Exclude<keyof I_1["role_event"]["user_add_ids"], keyof string[]>]: never; }) | undefined;
|
|
15535
|
+
user_remove_ids?: (string[] & string[] & { [K_533 in Exclude<keyof I_1["role_event"]["user_remove_ids"], keyof string[]>]: never; }) | undefined;
|
|
15536
|
+
active_permission_ids?: (string[] & string[] & { [K_534 in Exclude<keyof I_1["role_event"]["active_permission_ids"], keyof string[]>]: never; }) | undefined;
|
|
15537
|
+
remove_permission_ids?: (string[] & string[] & { [K_535 in Exclude<keyof I_1["role_event"]["remove_permission_ids"], keyof string[]>]: never; }) | undefined;
|
|
15538
|
+
} & { [K_536 in Exclude<keyof I_1["role_event"], keyof RoleEvent>]: never; }) | undefined;
|
|
15522
15539
|
event_emoji?: ({
|
|
15523
15540
|
id?: string | undefined;
|
|
15524
15541
|
clan_id?: string | undefined;
|
|
@@ -15541,7 +15558,7 @@ export declare const Envelope: {
|
|
|
15541
15558
|
logo?: string | undefined;
|
|
15542
15559
|
clan_name?: string | undefined;
|
|
15543
15560
|
is_for_sale?: boolean | undefined;
|
|
15544
|
-
} & { [
|
|
15561
|
+
} & { [K_537 in Exclude<keyof I_1["event_emoji"], keyof EventEmoji>]: never; }) | undefined;
|
|
15545
15562
|
streaming_joined_event?: ({
|
|
15546
15563
|
clan_id?: string | undefined;
|
|
15547
15564
|
clan_name?: string | undefined;
|
|
@@ -15558,7 +15575,7 @@ export declare const Envelope: {
|
|
|
15558
15575
|
user_id?: string | undefined;
|
|
15559
15576
|
streaming_channel_label?: string | undefined;
|
|
15560
15577
|
streaming_channel_id?: string | undefined;
|
|
15561
|
-
} & { [
|
|
15578
|
+
} & { [K_538 in Exclude<keyof I_1["streaming_joined_event"], keyof StreamingJoinedEvent>]: never; }) | undefined;
|
|
15562
15579
|
streaming_leaved_event?: ({
|
|
15563
15580
|
id?: string | undefined;
|
|
15564
15581
|
clan_id?: string | undefined;
|
|
@@ -15569,7 +15586,7 @@ export declare const Envelope: {
|
|
|
15569
15586
|
clan_id?: string | undefined;
|
|
15570
15587
|
streaming_channel_id?: string | undefined;
|
|
15571
15588
|
streaming_user_id?: string | undefined;
|
|
15572
|
-
} & { [
|
|
15589
|
+
} & { [K_539 in Exclude<keyof I_1["streaming_leaved_event"], keyof StreamingLeavedEvent>]: never; }) | undefined;
|
|
15573
15590
|
streaming_started_event?: ({
|
|
15574
15591
|
clan_id?: string | undefined;
|
|
15575
15592
|
channel_id?: string | undefined;
|
|
@@ -15580,14 +15597,14 @@ export declare const Envelope: {
|
|
|
15580
15597
|
channel_id?: string | undefined;
|
|
15581
15598
|
streaming_url?: string | undefined;
|
|
15582
15599
|
is_streaming?: boolean | undefined;
|
|
15583
|
-
} & { [
|
|
15600
|
+
} & { [K_540 in Exclude<keyof I_1["streaming_started_event"], keyof StreamingStartedEvent>]: never; }) | undefined;
|
|
15584
15601
|
streaming_ended_event?: ({
|
|
15585
15602
|
clan_id?: string | undefined;
|
|
15586
15603
|
channel_id?: string | undefined;
|
|
15587
15604
|
} & {
|
|
15588
15605
|
clan_id?: string | undefined;
|
|
15589
15606
|
channel_id?: string | undefined;
|
|
15590
|
-
} & { [
|
|
15607
|
+
} & { [K_541 in Exclude<keyof I_1["streaming_ended_event"], keyof StreamingEndedEvent>]: never; }) | undefined;
|
|
15591
15608
|
permission_set_event?: ({
|
|
15592
15609
|
caller?: string | undefined;
|
|
15593
15610
|
role_id?: string | undefined;
|
|
@@ -15615,12 +15632,12 @@ export declare const Envelope: {
|
|
|
15615
15632
|
permission_id?: string | undefined;
|
|
15616
15633
|
slug?: string | undefined;
|
|
15617
15634
|
type?: number | undefined;
|
|
15618
|
-
} & { [
|
|
15635
|
+
} & { [K_542 in Exclude<keyof I_1["permission_set_event"]["permission_updates"][number], keyof PermissionUpdate>]: never; })[] & { [K_543 in Exclude<keyof I_1["permission_set_event"]["permission_updates"], keyof {
|
|
15619
15636
|
permission_id?: string | undefined;
|
|
15620
15637
|
slug?: string | undefined;
|
|
15621
15638
|
type?: number | undefined;
|
|
15622
15639
|
}[]>]: never; }) | undefined;
|
|
15623
|
-
} & { [
|
|
15640
|
+
} & { [K_544 in Exclude<keyof I_1["permission_set_event"], keyof PermissionSetEvent>]: never; }) | undefined;
|
|
15624
15641
|
permission_changed_event?: ({
|
|
15625
15642
|
user_id?: string | undefined;
|
|
15626
15643
|
channel_id?: string | undefined;
|
|
@@ -15654,7 +15671,7 @@ export declare const Envelope: {
|
|
|
15654
15671
|
permission_id?: string | undefined;
|
|
15655
15672
|
slug?: string | undefined;
|
|
15656
15673
|
type?: number | undefined;
|
|
15657
|
-
} & { [
|
|
15674
|
+
} & { [K_545 in Exclude<keyof I_1["permission_changed_event"]["add_permissions"][number], keyof PermissionUpdate>]: never; })[] & { [K_546 in Exclude<keyof I_1["permission_changed_event"]["add_permissions"], keyof {
|
|
15658
15675
|
permission_id?: string | undefined;
|
|
15659
15676
|
slug?: string | undefined;
|
|
15660
15677
|
type?: number | undefined;
|
|
@@ -15671,7 +15688,7 @@ export declare const Envelope: {
|
|
|
15671
15688
|
permission_id?: string | undefined;
|
|
15672
15689
|
slug?: string | undefined;
|
|
15673
15690
|
type?: number | undefined;
|
|
15674
|
-
} & { [
|
|
15691
|
+
} & { [K_547 in Exclude<keyof I_1["permission_changed_event"]["remove_permissions"][number], keyof PermissionUpdate>]: never; })[] & { [K_548 in Exclude<keyof I_1["permission_changed_event"]["remove_permissions"], keyof {
|
|
15675
15692
|
permission_id?: string | undefined;
|
|
15676
15693
|
slug?: string | undefined;
|
|
15677
15694
|
type?: number | undefined;
|
|
@@ -15688,12 +15705,12 @@ export declare const Envelope: {
|
|
|
15688
15705
|
permission_id?: string | undefined;
|
|
15689
15706
|
slug?: string | undefined;
|
|
15690
15707
|
type?: number | undefined;
|
|
15691
|
-
} & { [
|
|
15708
|
+
} & { [K_549 in Exclude<keyof I_1["permission_changed_event"]["default_permissions"][number], keyof PermissionUpdate>]: never; })[] & { [K_550 in Exclude<keyof I_1["permission_changed_event"]["default_permissions"], keyof {
|
|
15692
15709
|
permission_id?: string | undefined;
|
|
15693
15710
|
slug?: string | undefined;
|
|
15694
15711
|
type?: number | undefined;
|
|
15695
15712
|
}[]>]: never; }) | undefined;
|
|
15696
|
-
} & { [
|
|
15713
|
+
} & { [K_551 in Exclude<keyof I_1["permission_changed_event"], keyof PermissionChangedEvent>]: never; }) | undefined;
|
|
15697
15714
|
token_sent_event?: ({
|
|
15698
15715
|
sender_id?: string | undefined;
|
|
15699
15716
|
sender_name?: string | undefined;
|
|
@@ -15710,7 +15727,7 @@ export declare const Envelope: {
|
|
|
15710
15727
|
note?: string | undefined;
|
|
15711
15728
|
extra_attribute?: string | undefined;
|
|
15712
15729
|
transaction_id?: string | undefined;
|
|
15713
|
-
} & { [
|
|
15730
|
+
} & { [K_552 in Exclude<keyof I_1["token_sent_event"], keyof TokenSentEvent>]: never; }) | undefined;
|
|
15714
15731
|
message_button_clicked?: ({
|
|
15715
15732
|
message_id?: string | undefined;
|
|
15716
15733
|
channel_id?: string | undefined;
|
|
@@ -15725,7 +15742,7 @@ export declare const Envelope: {
|
|
|
15725
15742
|
sender_id?: string | undefined;
|
|
15726
15743
|
user_id?: string | undefined;
|
|
15727
15744
|
extra_data?: string | undefined;
|
|
15728
|
-
} & { [
|
|
15745
|
+
} & { [K_553 in Exclude<keyof I_1["message_button_clicked"], keyof MessageButtonClicked>]: never; }) | undefined;
|
|
15729
15746
|
unmute_event?: ({
|
|
15730
15747
|
channel_id?: string | undefined;
|
|
15731
15748
|
category_id?: string | undefined;
|
|
@@ -15734,7 +15751,7 @@ export declare const Envelope: {
|
|
|
15734
15751
|
channel_id?: string | undefined;
|
|
15735
15752
|
category_id?: string | undefined;
|
|
15736
15753
|
clan_id?: string | undefined;
|
|
15737
|
-
} & { [
|
|
15754
|
+
} & { [K_554 in Exclude<keyof I_1["unmute_event"], keyof UnmuteEvent>]: never; }) | undefined;
|
|
15738
15755
|
webrtc_signaling_fwd?: ({
|
|
15739
15756
|
receiver_id?: string | undefined;
|
|
15740
15757
|
data_type?: number | undefined;
|
|
@@ -15747,7 +15764,7 @@ export declare const Envelope: {
|
|
|
15747
15764
|
json_data?: string | undefined;
|
|
15748
15765
|
channel_id?: string | undefined;
|
|
15749
15766
|
caller_id?: string | undefined;
|
|
15750
|
-
} & { [
|
|
15767
|
+
} & { [K_555 in Exclude<keyof I_1["webrtc_signaling_fwd"], keyof WebrtcSignalingFwd>]: never; }) | undefined;
|
|
15751
15768
|
list_activity?: ({
|
|
15752
15769
|
acts?: {
|
|
15753
15770
|
user_id?: string | undefined;
|
|
@@ -15787,7 +15804,7 @@ export declare const Envelope: {
|
|
|
15787
15804
|
end_time?: Date | undefined;
|
|
15788
15805
|
application_id?: string | undefined;
|
|
15789
15806
|
status?: number | undefined;
|
|
15790
|
-
} & { [
|
|
15807
|
+
} & { [K_556 in Exclude<keyof I_1["list_activity"]["acts"][number], keyof UserActivity>]: never; })[] & { [K_557 in Exclude<keyof I_1["list_activity"]["acts"], keyof {
|
|
15791
15808
|
user_id?: string | undefined;
|
|
15792
15809
|
activity_name?: string | undefined;
|
|
15793
15810
|
activity_type?: number | undefined;
|
|
@@ -15797,7 +15814,7 @@ export declare const Envelope: {
|
|
|
15797
15814
|
application_id?: string | undefined;
|
|
15798
15815
|
status?: number | undefined;
|
|
15799
15816
|
}[]>]: never; }) | undefined;
|
|
15800
|
-
} & { [
|
|
15817
|
+
} & { [K_558 in Exclude<keyof I_1["list_activity"], "acts">]: never; }) | undefined;
|
|
15801
15818
|
dropdown_box_selected?: ({
|
|
15802
15819
|
message_id?: string | undefined;
|
|
15803
15820
|
channel_id?: string | undefined;
|
|
@@ -15811,8 +15828,8 @@ export declare const Envelope: {
|
|
|
15811
15828
|
selectbox_id?: string | undefined;
|
|
15812
15829
|
sender_id?: string | undefined;
|
|
15813
15830
|
user_id?: string | undefined;
|
|
15814
|
-
values?: (string[] & string[] & { [
|
|
15815
|
-
} & { [
|
|
15831
|
+
values?: (string[] & string[] & { [K_559 in Exclude<keyof I_1["dropdown_box_selected"]["values"], keyof string[]>]: never; }) | undefined;
|
|
15832
|
+
} & { [K_560 in Exclude<keyof I_1["dropdown_box_selected"], keyof DropdownBoxSelected>]: never; }) | undefined;
|
|
15816
15833
|
incoming_call_push?: ({
|
|
15817
15834
|
receiver_id?: string | undefined;
|
|
15818
15835
|
json_data?: string | undefined;
|
|
@@ -15823,7 +15840,7 @@ export declare const Envelope: {
|
|
|
15823
15840
|
json_data?: string | undefined;
|
|
15824
15841
|
channel_id?: string | undefined;
|
|
15825
15842
|
caller_id?: string | undefined;
|
|
15826
|
-
} & { [
|
|
15843
|
+
} & { [K_561 in Exclude<keyof I_1["incoming_call_push"], keyof IncomingCallPush>]: never; }) | undefined;
|
|
15827
15844
|
sd_topic_event?: ({
|
|
15828
15845
|
id?: string | undefined;
|
|
15829
15846
|
clan_id?: string | undefined;
|
|
@@ -15895,8 +15912,8 @@ export declare const Envelope: {
|
|
|
15895
15912
|
reference?: string | undefined;
|
|
15896
15913
|
mention?: string | undefined;
|
|
15897
15914
|
reaction?: string | undefined;
|
|
15898
|
-
repliers?: (string[] & string[] & { [
|
|
15899
|
-
} & { [
|
|
15915
|
+
repliers?: (string[] & string[] & { [K_562 in Exclude<keyof I_1["sd_topic_event"]["last_sent_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
15916
|
+
} & { [K_563 in Exclude<keyof I_1["sd_topic_event"]["last_sent_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
15900
15917
|
message?: ({
|
|
15901
15918
|
clan_id?: string | undefined;
|
|
15902
15919
|
channel_id?: string | undefined;
|
|
@@ -15953,9 +15970,9 @@ export declare const Envelope: {
|
|
|
15953
15970
|
hide_editted?: boolean | undefined;
|
|
15954
15971
|
is_public?: boolean | undefined;
|
|
15955
15972
|
topic_id?: string | undefined;
|
|
15956
|
-
} & { [
|
|
15957
|
-
} & { [
|
|
15958
|
-
follow_event?: ({} & {} & { [
|
|
15973
|
+
} & { [K_564 in Exclude<keyof I_1["sd_topic_event"]["message"], keyof ChannelMessage>]: never; }) | undefined;
|
|
15974
|
+
} & { [K_565 in Exclude<keyof I_1["sd_topic_event"], keyof SdTopicEvent>]: never; }) | undefined;
|
|
15975
|
+
follow_event?: ({} & {} & { [K_566 in Exclude<keyof I_1["follow_event"], never>]: never; }) | undefined;
|
|
15959
15976
|
channel_app_event?: ({
|
|
15960
15977
|
user_id?: string | undefined;
|
|
15961
15978
|
username?: string | undefined;
|
|
@@ -15968,19 +15985,19 @@ export declare const Envelope: {
|
|
|
15968
15985
|
clan_id?: string | undefined;
|
|
15969
15986
|
channel_id?: string | undefined;
|
|
15970
15987
|
action?: number | undefined;
|
|
15971
|
-
} & { [
|
|
15988
|
+
} & { [K_567 in Exclude<keyof I_1["channel_app_event"], keyof ChannelAppEvent>]: never; }) | undefined;
|
|
15972
15989
|
user_status_event?: ({
|
|
15973
15990
|
user_id?: string | undefined;
|
|
15974
15991
|
custom_status?: string | undefined;
|
|
15975
15992
|
} & {
|
|
15976
15993
|
user_id?: string | undefined;
|
|
15977
15994
|
custom_status?: string | undefined;
|
|
15978
|
-
} & { [
|
|
15995
|
+
} & { [K_568 in Exclude<keyof I_1["user_status_event"], keyof UserStatusEvent>]: never; }) | undefined;
|
|
15979
15996
|
remove_friend?: ({
|
|
15980
15997
|
user_id?: string | undefined;
|
|
15981
15998
|
} & {
|
|
15982
15999
|
user_id?: string | undefined;
|
|
15983
|
-
} & { [
|
|
16000
|
+
} & { [K_569 in Exclude<keyof I_1["remove_friend"], "user_id">]: never; }) | undefined;
|
|
15984
16001
|
webhook_event?: ({
|
|
15985
16002
|
id?: string | undefined;
|
|
15986
16003
|
webhook_name?: string | undefined;
|
|
@@ -16003,7 +16020,7 @@ export declare const Envelope: {
|
|
|
16003
16020
|
update_time?: string | undefined;
|
|
16004
16021
|
avatar?: string | undefined;
|
|
16005
16022
|
status?: number | undefined;
|
|
16006
|
-
} & { [
|
|
16023
|
+
} & { [K_570 in Exclude<keyof I_1["webhook_event"], keyof Webhook>]: never; }) | undefined;
|
|
16007
16024
|
noti_user_channel?: ({
|
|
16008
16025
|
id?: string | undefined;
|
|
16009
16026
|
notification_setting_type?: number | undefined;
|
|
@@ -16016,7 +16033,7 @@ export declare const Envelope: {
|
|
|
16016
16033
|
time_mute?: Date | undefined;
|
|
16017
16034
|
active?: number | undefined;
|
|
16018
16035
|
channel_id?: string | undefined;
|
|
16019
|
-
} & { [
|
|
16036
|
+
} & { [K_571 in Exclude<keyof I_1["noti_user_channel"], keyof NotificationUserChannel>]: never; }) | undefined;
|
|
16020
16037
|
join_channel_app_data?: ({
|
|
16021
16038
|
user_id?: string | undefined;
|
|
16022
16039
|
username?: string | undefined;
|
|
@@ -16025,7 +16042,7 @@ export declare const Envelope: {
|
|
|
16025
16042
|
user_id?: string | undefined;
|
|
16026
16043
|
username?: string | undefined;
|
|
16027
16044
|
hash?: string | undefined;
|
|
16028
|
-
} & { [
|
|
16045
|
+
} & { [K_572 in Exclude<keyof I_1["join_channel_app_data"], keyof JoinChannelAppData>]: never; }) | undefined;
|
|
16029
16046
|
canvas_event?: ({
|
|
16030
16047
|
id?: string | undefined;
|
|
16031
16048
|
title?: string | undefined;
|
|
@@ -16044,7 +16061,7 @@ export declare const Envelope: {
|
|
|
16044
16061
|
is_default?: boolean | undefined;
|
|
16045
16062
|
channel_id?: string | undefined;
|
|
16046
16063
|
status?: number | undefined;
|
|
16047
|
-
} & { [
|
|
16064
|
+
} & { [K_573 in Exclude<keyof I_1["canvas_event"], keyof ChannelCanvas>]: never; }) | undefined;
|
|
16048
16065
|
unpin_message_event?: ({
|
|
16049
16066
|
id?: string | undefined;
|
|
16050
16067
|
message_id?: string | undefined;
|
|
@@ -16055,7 +16072,7 @@ export declare const Envelope: {
|
|
|
16055
16072
|
message_id?: string | undefined;
|
|
16056
16073
|
channel_id?: string | undefined;
|
|
16057
16074
|
clan_id?: string | undefined;
|
|
16058
|
-
} & { [
|
|
16075
|
+
} & { [K_574 in Exclude<keyof I_1["unpin_message_event"], keyof UnpinMessageEvent>]: never; }) | undefined;
|
|
16059
16076
|
category_event?: ({
|
|
16060
16077
|
creator_id?: string | undefined;
|
|
16061
16078
|
clan_id?: string | undefined;
|
|
@@ -16068,7 +16085,7 @@ export declare const Envelope: {
|
|
|
16068
16085
|
category_name?: string | undefined;
|
|
16069
16086
|
id?: string | undefined;
|
|
16070
16087
|
status?: number | undefined;
|
|
16071
|
-
} & { [
|
|
16088
|
+
} & { [K_575 in Exclude<keyof I_1["category_event"], keyof CategoryEvent>]: never; }) | undefined;
|
|
16072
16089
|
handle_participant_meet_state_event?: ({
|
|
16073
16090
|
clan_id?: string | undefined;
|
|
16074
16091
|
channel_id?: string | undefined;
|
|
@@ -16079,12 +16096,12 @@ export declare const Envelope: {
|
|
|
16079
16096
|
channel_id?: string | undefined;
|
|
16080
16097
|
display_name?: string | undefined;
|
|
16081
16098
|
state?: number | undefined;
|
|
16082
|
-
} & { [
|
|
16099
|
+
} & { [K_576 in Exclude<keyof I_1["handle_participant_meet_state_event"], keyof HandleParticipantMeetStateEvent>]: never; }) | undefined;
|
|
16083
16100
|
delete_account_event?: ({
|
|
16084
16101
|
user_id?: string | undefined;
|
|
16085
16102
|
} & {
|
|
16086
16103
|
user_id?: string | undefined;
|
|
16087
|
-
} & { [
|
|
16104
|
+
} & { [K_577 in Exclude<keyof I_1["delete_account_event"], "user_id">]: never; }) | undefined;
|
|
16088
16105
|
ephemeral_message_send?: ({
|
|
16089
16106
|
message?: {
|
|
16090
16107
|
clan_id?: string | undefined;
|
|
@@ -16204,7 +16221,7 @@ export declare const Envelope: {
|
|
|
16204
16221
|
create_time?: Date | undefined;
|
|
16205
16222
|
s?: number | undefined;
|
|
16206
16223
|
e?: number | undefined;
|
|
16207
|
-
} & { [
|
|
16224
|
+
} & { [K_578 in Exclude<keyof I_1["ephemeral_message_send"]["message"]["mentions"][number], keyof MessageMention>]: never; })[] & { [K_579 in Exclude<keyof I_1["ephemeral_message_send"]["message"]["mentions"], keyof {
|
|
16208
16225
|
id?: string | undefined;
|
|
16209
16226
|
user_id?: string | undefined;
|
|
16210
16227
|
username?: string | undefined;
|
|
@@ -16238,7 +16255,7 @@ export declare const Envelope: {
|
|
|
16238
16255
|
width?: number | undefined;
|
|
16239
16256
|
height?: number | undefined;
|
|
16240
16257
|
thumbnail?: string | undefined;
|
|
16241
|
-
} & { [
|
|
16258
|
+
} & { [K_580 in Exclude<keyof I_1["ephemeral_message_send"]["message"]["attachments"][number], keyof MessageAttachment>]: never; })[] & { [K_581 in Exclude<keyof I_1["ephemeral_message_send"]["message"]["attachments"], keyof {
|
|
16242
16259
|
filename?: string | undefined;
|
|
16243
16260
|
size?: number | undefined;
|
|
16244
16261
|
url?: string | undefined;
|
|
@@ -16280,7 +16297,7 @@ export declare const Envelope: {
|
|
|
16280
16297
|
mesages_sender_avatar?: string | undefined;
|
|
16281
16298
|
message_sender_clan_nick?: string | undefined;
|
|
16282
16299
|
message_sender_display_name?: string | undefined;
|
|
16283
|
-
} & { [
|
|
16300
|
+
} & { [K_582 in Exclude<keyof I_1["ephemeral_message_send"]["message"]["references"][number], keyof MessageRef>]: never; })[] & { [K_583 in Exclude<keyof I_1["ephemeral_message_send"]["message"]["references"], keyof {
|
|
16284
16301
|
message_id?: string | undefined;
|
|
16285
16302
|
message_ref_id?: string | undefined;
|
|
16286
16303
|
content?: string | undefined;
|
|
@@ -16299,25 +16316,25 @@ export declare const Envelope: {
|
|
|
16299
16316
|
is_public?: boolean | undefined;
|
|
16300
16317
|
code?: number | undefined;
|
|
16301
16318
|
topic_id?: string | undefined;
|
|
16302
|
-
} & { [
|
|
16319
|
+
} & { [K_584 in Exclude<keyof I_1["ephemeral_message_send"]["message"], keyof ChannelMessageSend>]: never; }) | undefined;
|
|
16303
16320
|
receiver_id?: string | undefined;
|
|
16304
|
-
} & { [
|
|
16321
|
+
} & { [K_585 in Exclude<keyof I_1["ephemeral_message_send"], keyof EphemeralMessageSend>]: never; }) | undefined;
|
|
16305
16322
|
block_friend?: ({
|
|
16306
16323
|
user_id?: string | undefined;
|
|
16307
16324
|
} & {
|
|
16308
16325
|
user_id?: string | undefined;
|
|
16309
|
-
} & { [
|
|
16326
|
+
} & { [K_586 in Exclude<keyof I_1["block_friend"], "user_id">]: never; }) | undefined;
|
|
16310
16327
|
voice_reaction_send?: ({
|
|
16311
16328
|
emojis?: string[] | undefined;
|
|
16312
16329
|
channel_id?: string | undefined;
|
|
16313
16330
|
sender_id?: string | undefined;
|
|
16314
16331
|
media_type?: number | undefined;
|
|
16315
16332
|
} & {
|
|
16316
|
-
emojis?: (string[] & string[] & { [
|
|
16333
|
+
emojis?: (string[] & string[] & { [K_587 in Exclude<keyof I_1["voice_reaction_send"]["emojis"], keyof string[]>]: never; }) | undefined;
|
|
16317
16334
|
channel_id?: string | undefined;
|
|
16318
16335
|
sender_id?: string | undefined;
|
|
16319
16336
|
media_type?: number | undefined;
|
|
16320
|
-
} & { [
|
|
16337
|
+
} & { [K_588 in Exclude<keyof I_1["voice_reaction_send"], keyof VoiceReactionSend>]: never; }) | undefined;
|
|
16321
16338
|
mark_as_read?: ({
|
|
16322
16339
|
channel_id?: string | undefined;
|
|
16323
16340
|
category_id?: string | undefined;
|
|
@@ -16326,7 +16343,7 @@ export declare const Envelope: {
|
|
|
16326
16343
|
channel_id?: string | undefined;
|
|
16327
16344
|
category_id?: string | undefined;
|
|
16328
16345
|
clan_id?: string | undefined;
|
|
16329
|
-
} & { [
|
|
16346
|
+
} & { [K_589 in Exclude<keyof I_1["mark_as_read"], keyof MarkAsRead>]: never; }) | undefined;
|
|
16330
16347
|
list_data_socket?: ({
|
|
16331
16348
|
api_name?: string | undefined;
|
|
16332
16349
|
list_clan_req?: {
|
|
@@ -17195,7 +17212,7 @@ export declare const Envelope: {
|
|
|
17195
17212
|
limit?: number | undefined;
|
|
17196
17213
|
state?: number | undefined;
|
|
17197
17214
|
cursor?: string | undefined;
|
|
17198
|
-
} & { [
|
|
17215
|
+
} & { [K_590 in Exclude<keyof I_1["list_data_socket"]["list_clan_req"], keyof ListClanDescRequest>]: never; }) | undefined;
|
|
17199
17216
|
clan_desc_list?: ({
|
|
17200
17217
|
clandesc?: {
|
|
17201
17218
|
creator_id?: string | undefined;
|
|
@@ -17255,7 +17272,7 @@ export declare const Envelope: {
|
|
|
17255
17272
|
clan_order?: number | undefined;
|
|
17256
17273
|
is_community?: boolean | undefined;
|
|
17257
17274
|
community_banner?: string | undefined;
|
|
17258
|
-
} & { [
|
|
17275
|
+
} & { [K_591 in Exclude<keyof I_1["list_data_socket"]["clan_desc_list"]["clandesc"][number], keyof import("../api/api").ClanDesc>]: never; })[] & { [K_592 in Exclude<keyof I_1["list_data_socket"]["clan_desc_list"]["clandesc"], keyof {
|
|
17259
17276
|
creator_id?: string | undefined;
|
|
17260
17277
|
clan_name?: string | undefined;
|
|
17261
17278
|
logo?: string | undefined;
|
|
@@ -17270,7 +17287,7 @@ export declare const Envelope: {
|
|
|
17270
17287
|
is_community?: boolean | undefined;
|
|
17271
17288
|
community_banner?: string | undefined;
|
|
17272
17289
|
}[]>]: never; }) | undefined;
|
|
17273
|
-
} & { [
|
|
17290
|
+
} & { [K_593 in Exclude<keyof I_1["list_data_socket"]["clan_desc_list"], "clandesc">]: never; }) | undefined;
|
|
17274
17291
|
list_thread_req?: ({
|
|
17275
17292
|
limit?: number | undefined;
|
|
17276
17293
|
state?: number | undefined;
|
|
@@ -17285,7 +17302,7 @@ export declare const Envelope: {
|
|
|
17285
17302
|
channel_id?: string | undefined;
|
|
17286
17303
|
thread_id?: string | undefined;
|
|
17287
17304
|
page?: number | undefined;
|
|
17288
|
-
} & { [
|
|
17305
|
+
} & { [K_594 in Exclude<keyof I_1["list_data_socket"]["list_thread_req"], keyof ListThreadRequest>]: never; }) | undefined;
|
|
17289
17306
|
channel_desc_list?: ({
|
|
17290
17307
|
channeldesc?: {
|
|
17291
17308
|
clan_id?: string | undefined;
|
|
@@ -17459,8 +17476,8 @@ export declare const Envelope: {
|
|
|
17459
17476
|
creator_id?: string | undefined;
|
|
17460
17477
|
channel_label?: string | undefined;
|
|
17461
17478
|
channel_private?: number | undefined;
|
|
17462
|
-
channel_avatar?: (string[] & string[] & { [
|
|
17463
|
-
user_id?: (string[] & string[] & { [
|
|
17479
|
+
channel_avatar?: (string[] & string[] & { [K_595 in Exclude<keyof I_1["list_data_socket"]["channel_desc_list"]["channeldesc"][number]["channel_avatar"], keyof string[]>]: never; }) | undefined;
|
|
17480
|
+
user_id?: (string[] & string[] & { [K_596 in Exclude<keyof I_1["list_data_socket"]["channel_desc_list"]["channeldesc"][number]["user_id"], keyof string[]>]: never; }) | undefined;
|
|
17464
17481
|
last_sent_message?: ({
|
|
17465
17482
|
id?: string | undefined;
|
|
17466
17483
|
timestamp_seconds?: number | undefined;
|
|
@@ -17480,8 +17497,8 @@ export declare const Envelope: {
|
|
|
17480
17497
|
reference?: string | undefined;
|
|
17481
17498
|
mention?: string | undefined;
|
|
17482
17499
|
reaction?: string | undefined;
|
|
17483
|
-
repliers?: (string[] & string[] & { [
|
|
17484
|
-
} & { [
|
|
17500
|
+
repliers?: (string[] & string[] & { [K_597 in Exclude<keyof I_1["list_data_socket"]["channel_desc_list"]["channeldesc"][number]["last_sent_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
17501
|
+
} & { [K_598 in Exclude<keyof I_1["list_data_socket"]["channel_desc_list"]["channeldesc"][number]["last_sent_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
17485
17502
|
last_seen_message?: ({
|
|
17486
17503
|
id?: string | undefined;
|
|
17487
17504
|
timestamp_seconds?: number | undefined;
|
|
@@ -17501,27 +17518,27 @@ export declare const Envelope: {
|
|
|
17501
17518
|
reference?: string | undefined;
|
|
17502
17519
|
mention?: string | undefined;
|
|
17503
17520
|
reaction?: string | undefined;
|
|
17504
|
-
repliers?: (string[] & string[] & { [
|
|
17505
|
-
} & { [
|
|
17506
|
-
is_online?: (boolean[] & boolean[] & { [
|
|
17521
|
+
repliers?: (string[] & string[] & { [K_599 in Exclude<keyof I_1["list_data_socket"]["channel_desc_list"]["channeldesc"][number]["last_seen_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
17522
|
+
} & { [K_600 in Exclude<keyof I_1["list_data_socket"]["channel_desc_list"]["channeldesc"][number]["last_seen_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
17523
|
+
is_online?: (boolean[] & boolean[] & { [K_601 in Exclude<keyof I_1["list_data_socket"]["channel_desc_list"]["channeldesc"][number]["is_online"], keyof boolean[]>]: never; }) | undefined;
|
|
17507
17524
|
meeting_code?: string | undefined;
|
|
17508
17525
|
count_mess_unread?: number | undefined;
|
|
17509
17526
|
active?: number | undefined;
|
|
17510
17527
|
last_pin_message?: string | undefined;
|
|
17511
|
-
usernames?: (string[] & string[] & { [
|
|
17528
|
+
usernames?: (string[] & string[] & { [K_602 in Exclude<keyof I_1["list_data_socket"]["channel_desc_list"]["channeldesc"][number]["usernames"], keyof string[]>]: never; }) | undefined;
|
|
17512
17529
|
creator_name?: string | undefined;
|
|
17513
17530
|
create_time_seconds?: number | undefined;
|
|
17514
17531
|
update_time_seconds?: number | undefined;
|
|
17515
|
-
metadata?: (string[] & string[] & { [
|
|
17516
|
-
about_me?: (string[] & string[] & { [
|
|
17532
|
+
metadata?: (string[] & string[] & { [K_603 in Exclude<keyof I_1["list_data_socket"]["channel_desc_list"]["channeldesc"][number]["metadata"], keyof string[]>]: never; }) | undefined;
|
|
17533
|
+
about_me?: (string[] & string[] & { [K_604 in Exclude<keyof I_1["list_data_socket"]["channel_desc_list"]["channeldesc"][number]["about_me"], keyof string[]>]: never; }) | undefined;
|
|
17517
17534
|
clan_name?: string | undefined;
|
|
17518
17535
|
app_id?: string | undefined;
|
|
17519
17536
|
is_mute?: boolean | undefined;
|
|
17520
17537
|
age_restricted?: number | undefined;
|
|
17521
17538
|
topic?: string | undefined;
|
|
17522
17539
|
e2ee?: number | undefined;
|
|
17523
|
-
display_names?: (string[] & string[] & { [
|
|
17524
|
-
} & { [
|
|
17540
|
+
display_names?: (string[] & string[] & { [K_605 in Exclude<keyof I_1["list_data_socket"]["channel_desc_list"]["channeldesc"][number]["display_names"], keyof string[]>]: never; }) | undefined;
|
|
17541
|
+
} & { [K_606 in Exclude<keyof I_1["list_data_socket"]["channel_desc_list"]["channeldesc"][number], keyof ChannelDescription1>]: never; })[] & { [K_607 in Exclude<keyof I_1["list_data_socket"]["channel_desc_list"]["channeldesc"], keyof {
|
|
17525
17542
|
clan_id?: string | undefined;
|
|
17526
17543
|
parent_id?: string | undefined;
|
|
17527
17544
|
channel_id?: string | undefined;
|
|
@@ -17578,28 +17595,28 @@ export declare const Envelope: {
|
|
|
17578
17595
|
prev_cursor?: string | undefined;
|
|
17579
17596
|
cacheable_cursor?: string | undefined;
|
|
17580
17597
|
page?: number | undefined;
|
|
17581
|
-
} & { [
|
|
17598
|
+
} & { [K_608 in Exclude<keyof I_1["list_data_socket"]["channel_desc_list"], keyof ChannelDescList>]: never; }) | undefined;
|
|
17582
17599
|
list_channel_users_uc_req?: ({
|
|
17583
17600
|
channel_id?: string | undefined;
|
|
17584
17601
|
limit?: number | undefined;
|
|
17585
17602
|
} & {
|
|
17586
17603
|
channel_id?: string | undefined;
|
|
17587
17604
|
limit?: number | undefined;
|
|
17588
|
-
} & { [
|
|
17605
|
+
} & { [K_609 in Exclude<keyof I_1["list_data_socket"]["list_channel_users_uc_req"], keyof AllUsersAddChannelRequest>]: never; }) | undefined;
|
|
17589
17606
|
channel_users_uc_list?: ({
|
|
17590
17607
|
channel_id?: string | undefined;
|
|
17591
17608
|
user_ids?: string[] | undefined;
|
|
17592
17609
|
limit?: number | undefined;
|
|
17593
17610
|
} & {
|
|
17594
17611
|
channel_id?: string | undefined;
|
|
17595
|
-
user_ids?: (string[] & string[] & { [
|
|
17612
|
+
user_ids?: (string[] & string[] & { [K_610 in Exclude<keyof I_1["list_data_socket"]["channel_users_uc_list"]["user_ids"], keyof string[]>]: never; }) | undefined;
|
|
17596
17613
|
limit?: number | undefined;
|
|
17597
|
-
} & { [
|
|
17614
|
+
} & { [K_611 in Exclude<keyof I_1["list_data_socket"]["channel_users_uc_list"], keyof AllUsersAddChannelResponse>]: never; }) | undefined;
|
|
17598
17615
|
list_channel_detail_req?: ({
|
|
17599
17616
|
channel_id?: string | undefined;
|
|
17600
17617
|
} & {
|
|
17601
17618
|
channel_id?: string | undefined;
|
|
17602
|
-
} & { [
|
|
17619
|
+
} & { [K_612 in Exclude<keyof I_1["list_data_socket"]["list_channel_detail_req"], "channel_id">]: never; }) | undefined;
|
|
17603
17620
|
channel_desc?: ({
|
|
17604
17621
|
clan_id?: string | undefined;
|
|
17605
17622
|
parent_id?: string | undefined;
|
|
@@ -17662,8 +17679,8 @@ export declare const Envelope: {
|
|
|
17662
17679
|
creator_id?: string | undefined;
|
|
17663
17680
|
channel_label?: string | undefined;
|
|
17664
17681
|
channel_private?: number | undefined;
|
|
17665
|
-
channel_avatar?: (string[] & string[] & { [
|
|
17666
|
-
user_id?: (string[] & string[] & { [
|
|
17682
|
+
channel_avatar?: (string[] & string[] & { [K_613 in Exclude<keyof I_1["list_data_socket"]["channel_desc"]["channel_avatar"], keyof string[]>]: never; }) | undefined;
|
|
17683
|
+
user_id?: (string[] & string[] & { [K_614 in Exclude<keyof I_1["list_data_socket"]["channel_desc"]["user_id"], keyof string[]>]: never; }) | undefined;
|
|
17667
17684
|
last_sent_message?: ({
|
|
17668
17685
|
id?: string | undefined;
|
|
17669
17686
|
timestamp_seconds?: number | undefined;
|
|
@@ -17683,8 +17700,8 @@ export declare const Envelope: {
|
|
|
17683
17700
|
reference?: string | undefined;
|
|
17684
17701
|
mention?: string | undefined;
|
|
17685
17702
|
reaction?: string | undefined;
|
|
17686
|
-
repliers?: (string[] & string[] & { [
|
|
17687
|
-
} & { [
|
|
17703
|
+
repliers?: (string[] & string[] & { [K_615 in Exclude<keyof I_1["list_data_socket"]["channel_desc"]["last_sent_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
17704
|
+
} & { [K_616 in Exclude<keyof I_1["list_data_socket"]["channel_desc"]["last_sent_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
17688
17705
|
last_seen_message?: ({
|
|
17689
17706
|
id?: string | undefined;
|
|
17690
17707
|
timestamp_seconds?: number | undefined;
|
|
@@ -17704,27 +17721,27 @@ export declare const Envelope: {
|
|
|
17704
17721
|
reference?: string | undefined;
|
|
17705
17722
|
mention?: string | undefined;
|
|
17706
17723
|
reaction?: string | undefined;
|
|
17707
|
-
repliers?: (string[] & string[] & { [
|
|
17708
|
-
} & { [
|
|
17709
|
-
is_online?: (boolean[] & boolean[] & { [
|
|
17724
|
+
repliers?: (string[] & string[] & { [K_617 in Exclude<keyof I_1["list_data_socket"]["channel_desc"]["last_seen_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
17725
|
+
} & { [K_618 in Exclude<keyof I_1["list_data_socket"]["channel_desc"]["last_seen_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
17726
|
+
is_online?: (boolean[] & boolean[] & { [K_619 in Exclude<keyof I_1["list_data_socket"]["channel_desc"]["is_online"], keyof boolean[]>]: never; }) | undefined;
|
|
17710
17727
|
meeting_code?: string | undefined;
|
|
17711
17728
|
count_mess_unread?: number | undefined;
|
|
17712
17729
|
active?: number | undefined;
|
|
17713
17730
|
last_pin_message?: string | undefined;
|
|
17714
|
-
usernames?: (string[] & string[] & { [
|
|
17731
|
+
usernames?: (string[] & string[] & { [K_620 in Exclude<keyof I_1["list_data_socket"]["channel_desc"]["usernames"], keyof string[]>]: never; }) | undefined;
|
|
17715
17732
|
creator_name?: string | undefined;
|
|
17716
17733
|
create_time_seconds?: number | undefined;
|
|
17717
17734
|
update_time_seconds?: number | undefined;
|
|
17718
|
-
metadata?: (string[] & string[] & { [
|
|
17719
|
-
about_me?: (string[] & string[] & { [
|
|
17735
|
+
metadata?: (string[] & string[] & { [K_621 in Exclude<keyof I_1["list_data_socket"]["channel_desc"]["metadata"], keyof string[]>]: never; }) | undefined;
|
|
17736
|
+
about_me?: (string[] & string[] & { [K_622 in Exclude<keyof I_1["list_data_socket"]["channel_desc"]["about_me"], keyof string[]>]: never; }) | undefined;
|
|
17720
17737
|
clan_name?: string | undefined;
|
|
17721
17738
|
app_id?: string | undefined;
|
|
17722
17739
|
is_mute?: boolean | undefined;
|
|
17723
17740
|
age_restricted?: number | undefined;
|
|
17724
17741
|
topic?: string | undefined;
|
|
17725
17742
|
e2ee?: number | undefined;
|
|
17726
|
-
display_names?: (string[] & string[] & { [
|
|
17727
|
-
} & { [
|
|
17743
|
+
display_names?: (string[] & string[] & { [K_623 in Exclude<keyof I_1["list_data_socket"]["channel_desc"]["display_names"], keyof string[]>]: never; }) | undefined;
|
|
17744
|
+
} & { [K_624 in Exclude<keyof I_1["list_data_socket"]["channel_desc"], keyof ChannelDescription1>]: never; }) | undefined;
|
|
17728
17745
|
list_channel_req?: ({
|
|
17729
17746
|
limit?: number | undefined;
|
|
17730
17747
|
state?: number | undefined;
|
|
@@ -17737,7 +17754,7 @@ export declare const Envelope: {
|
|
|
17737
17754
|
cursor?: string | undefined;
|
|
17738
17755
|
clan_id?: string | undefined;
|
|
17739
17756
|
channel_type?: number | undefined;
|
|
17740
|
-
} & { [
|
|
17757
|
+
} & { [K_625 in Exclude<keyof I_1["list_data_socket"]["list_channel_req"], keyof ListChannelDescsRequest>]: never; }) | undefined;
|
|
17741
17758
|
list_channel_message_req?: ({
|
|
17742
17759
|
clan_id?: string | undefined;
|
|
17743
17760
|
channel_id?: string | undefined;
|
|
@@ -17752,7 +17769,7 @@ export declare const Envelope: {
|
|
|
17752
17769
|
limit?: number | undefined;
|
|
17753
17770
|
direction?: number | undefined;
|
|
17754
17771
|
topic_id?: string | undefined;
|
|
17755
|
-
} & { [
|
|
17772
|
+
} & { [K_626 in Exclude<keyof I_1["list_data_socket"]["list_channel_message_req"], keyof ListChannelMessagesRequest>]: never; }) | undefined;
|
|
17756
17773
|
channel_message_list?: ({
|
|
17757
17774
|
messages?: {
|
|
17758
17775
|
clan_id?: string | undefined;
|
|
@@ -17890,7 +17907,7 @@ export declare const Envelope: {
|
|
|
17890
17907
|
hide_editted?: boolean | undefined;
|
|
17891
17908
|
is_public?: boolean | undefined;
|
|
17892
17909
|
topic_id?: string | undefined;
|
|
17893
|
-
} & { [
|
|
17910
|
+
} & { [K_627 in Exclude<keyof I_1["list_data_socket"]["channel_message_list"]["messages"][number], keyof ChannelMessage>]: never; })[] & { [K_628 in Exclude<keyof I_1["list_data_socket"]["channel_message_list"]["messages"], keyof {
|
|
17894
17911
|
clan_id?: string | undefined;
|
|
17895
17912
|
channel_id?: string | undefined;
|
|
17896
17913
|
message_id?: string | undefined;
|
|
@@ -17938,8 +17955,8 @@ export declare const Envelope: {
|
|
|
17938
17955
|
reference?: string | undefined;
|
|
17939
17956
|
mention?: string | undefined;
|
|
17940
17957
|
reaction?: string | undefined;
|
|
17941
|
-
repliers?: (string[] & string[] & { [
|
|
17942
|
-
} & { [
|
|
17958
|
+
repliers?: (string[] & string[] & { [K_629 in Exclude<keyof I_1["list_data_socket"]["channel_message_list"]["last_seen_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
17959
|
+
} & { [K_630 in Exclude<keyof I_1["list_data_socket"]["channel_message_list"]["last_seen_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
17943
17960
|
last_sent_message?: ({
|
|
17944
17961
|
id?: string | undefined;
|
|
17945
17962
|
timestamp_seconds?: number | undefined;
|
|
@@ -17959,9 +17976,9 @@ export declare const Envelope: {
|
|
|
17959
17976
|
reference?: string | undefined;
|
|
17960
17977
|
mention?: string | undefined;
|
|
17961
17978
|
reaction?: string | undefined;
|
|
17962
|
-
repliers?: (string[] & string[] & { [
|
|
17963
|
-
} & { [
|
|
17964
|
-
} & { [
|
|
17979
|
+
repliers?: (string[] & string[] & { [K_631 in Exclude<keyof I_1["list_data_socket"]["channel_message_list"]["last_sent_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
17980
|
+
} & { [K_632 in Exclude<keyof I_1["list_data_socket"]["channel_message_list"]["last_sent_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
17981
|
+
} & { [K_633 in Exclude<keyof I_1["list_data_socket"]["channel_message_list"], keyof ChannelMessageList>]: never; }) | undefined;
|
|
17965
17982
|
list_channel_users_req?: ({
|
|
17966
17983
|
clan_id?: string | undefined;
|
|
17967
17984
|
channel_id?: string | undefined;
|
|
@@ -17976,7 +17993,7 @@ export declare const Envelope: {
|
|
|
17976
17993
|
limit?: number | undefined;
|
|
17977
17994
|
state?: number | undefined;
|
|
17978
17995
|
cursor?: string | undefined;
|
|
17979
|
-
} & { [
|
|
17996
|
+
} & { [K_634 in Exclude<keyof I_1["list_data_socket"]["list_channel_users_req"], keyof ListChannelUsersRequest>]: never; }) | undefined;
|
|
17980
17997
|
voice_user_list?: ({
|
|
17981
17998
|
voice_channel_users?: {
|
|
17982
17999
|
id?: string | undefined;
|
|
@@ -18000,13 +18017,13 @@ export declare const Envelope: {
|
|
|
18000
18017
|
user_id?: string | undefined;
|
|
18001
18018
|
channel_id?: string | undefined;
|
|
18002
18019
|
participant?: string | undefined;
|
|
18003
|
-
} & { [
|
|
18020
|
+
} & { [K_635 in Exclude<keyof I_1["list_data_socket"]["voice_user_list"]["voice_channel_users"][number], keyof import("../api/api").VoiceChannelUser>]: never; })[] & { [K_636 in Exclude<keyof I_1["list_data_socket"]["voice_user_list"]["voice_channel_users"], keyof {
|
|
18004
18021
|
id?: string | undefined;
|
|
18005
18022
|
user_id?: string | undefined;
|
|
18006
18023
|
channel_id?: string | undefined;
|
|
18007
18024
|
participant?: string | undefined;
|
|
18008
18025
|
}[]>]: never; }) | undefined;
|
|
18009
|
-
} & { [
|
|
18026
|
+
} & { [K_637 in Exclude<keyof I_1["list_data_socket"]["voice_user_list"], "voice_channel_users">]: never; }) | undefined;
|
|
18010
18027
|
channel_user_list?: ({
|
|
18011
18028
|
channel_users?: {
|
|
18012
18029
|
user_id?: string | undefined;
|
|
@@ -18041,14 +18058,14 @@ export declare const Envelope: {
|
|
|
18041
18058
|
added_by?: string | undefined;
|
|
18042
18059
|
} & {
|
|
18043
18060
|
user_id?: string | undefined;
|
|
18044
|
-
role_id?: (string[] & string[] & { [
|
|
18061
|
+
role_id?: (string[] & string[] & { [K_638 in Exclude<keyof I_1["list_data_socket"]["channel_user_list"]["channel_users"][number]["role_id"], keyof string[]>]: never; }) | undefined;
|
|
18045
18062
|
id?: string | undefined;
|
|
18046
18063
|
thread_id?: string | undefined;
|
|
18047
18064
|
clan_nick?: string | undefined;
|
|
18048
18065
|
clan_avatar?: string | undefined;
|
|
18049
18066
|
clan_id?: string | undefined;
|
|
18050
18067
|
added_by?: string | undefined;
|
|
18051
|
-
} & { [
|
|
18068
|
+
} & { [K_639 in Exclude<keyof I_1["list_data_socket"]["channel_user_list"]["channel_users"][number], keyof import("../api/api").ChannelUserList_ChannelUser>]: never; })[] & { [K_640 in Exclude<keyof I_1["list_data_socket"]["channel_user_list"]["channel_users"], keyof {
|
|
18052
18069
|
user_id?: string | undefined;
|
|
18053
18070
|
role_id?: string[] | undefined;
|
|
18054
18071
|
id?: string | undefined;
|
|
@@ -18060,7 +18077,7 @@ export declare const Envelope: {
|
|
|
18060
18077
|
}[]>]: never; }) | undefined;
|
|
18061
18078
|
cursor?: string | undefined;
|
|
18062
18079
|
channel_id?: string | undefined;
|
|
18063
|
-
} & { [
|
|
18080
|
+
} & { [K_641 in Exclude<keyof I_1["list_data_socket"]["channel_user_list"], keyof ChannelUserList>]: never; }) | undefined;
|
|
18064
18081
|
list_channel_attachment_req?: ({
|
|
18065
18082
|
clan_id?: string | undefined;
|
|
18066
18083
|
channel_id?: string | undefined;
|
|
@@ -18079,7 +18096,7 @@ export declare const Envelope: {
|
|
|
18079
18096
|
before?: string | undefined;
|
|
18080
18097
|
after?: string | undefined;
|
|
18081
18098
|
around?: string | undefined;
|
|
18082
|
-
} & { [
|
|
18099
|
+
} & { [K_642 in Exclude<keyof I_1["list_data_socket"]["list_channel_attachment_req"], keyof ListChannelAttachmentRequest>]: never; }) | undefined;
|
|
18083
18100
|
channel_attachment_list?: ({
|
|
18084
18101
|
attachments?: {
|
|
18085
18102
|
id?: string | undefined;
|
|
@@ -18127,7 +18144,7 @@ export declare const Envelope: {
|
|
|
18127
18144
|
message_id?: string | undefined;
|
|
18128
18145
|
width?: number | undefined;
|
|
18129
18146
|
height?: number | undefined;
|
|
18130
|
-
} & { [
|
|
18147
|
+
} & { [K_643 in Exclude<keyof I_1["list_data_socket"]["channel_attachment_list"]["attachments"][number], keyof import("../api/api").ChannelAttachment>]: never; })[] & { [K_644 in Exclude<keyof I_1["list_data_socket"]["channel_attachment_list"]["attachments"], keyof {
|
|
18131
18148
|
id?: string | undefined;
|
|
18132
18149
|
filename?: string | undefined;
|
|
18133
18150
|
filetype?: string | undefined;
|
|
@@ -18139,14 +18156,14 @@ export declare const Envelope: {
|
|
|
18139
18156
|
width?: number | undefined;
|
|
18140
18157
|
height?: number | undefined;
|
|
18141
18158
|
}[]>]: never; }) | undefined;
|
|
18142
|
-
} & { [
|
|
18159
|
+
} & { [K_645 in Exclude<keyof I_1["list_data_socket"]["channel_attachment_list"], "attachments">]: never; }) | undefined;
|
|
18143
18160
|
hashtag_dm_req?: ({
|
|
18144
18161
|
user_id?: string[] | undefined;
|
|
18145
18162
|
limit?: number | undefined;
|
|
18146
18163
|
} & {
|
|
18147
|
-
user_id?: (string[] & string[] & { [
|
|
18164
|
+
user_id?: (string[] & string[] & { [K_646 in Exclude<keyof I_1["list_data_socket"]["hashtag_dm_req"]["user_id"], keyof string[]>]: never; }) | undefined;
|
|
18148
18165
|
limit?: number | undefined;
|
|
18149
|
-
} & { [
|
|
18166
|
+
} & { [K_647 in Exclude<keyof I_1["list_data_socket"]["hashtag_dm_req"], keyof HashtagDmListRequest>]: never; }) | undefined;
|
|
18150
18167
|
hashtag_dm_list?: ({
|
|
18151
18168
|
hashtag_dm?: {
|
|
18152
18169
|
channel_id?: string | undefined;
|
|
@@ -18186,7 +18203,7 @@ export declare const Envelope: {
|
|
|
18186
18203
|
type?: number | undefined;
|
|
18187
18204
|
channel_private?: number | undefined;
|
|
18188
18205
|
parent_id?: string | undefined;
|
|
18189
|
-
} & { [
|
|
18206
|
+
} & { [K_648 in Exclude<keyof I_1["list_data_socket"]["hashtag_dm_list"]["hashtag_dm"][number], keyof import("../api/api").HashtagDm>]: never; })[] & { [K_649 in Exclude<keyof I_1["list_data_socket"]["hashtag_dm_list"]["hashtag_dm"], keyof {
|
|
18190
18207
|
channel_id?: string | undefined;
|
|
18191
18208
|
channel_label?: string | undefined;
|
|
18192
18209
|
clan_id?: string | undefined;
|
|
@@ -18196,7 +18213,7 @@ export declare const Envelope: {
|
|
|
18196
18213
|
channel_private?: number | undefined;
|
|
18197
18214
|
parent_id?: string | undefined;
|
|
18198
18215
|
}[]>]: never; }) | undefined;
|
|
18199
|
-
} & { [
|
|
18216
|
+
} & { [K_650 in Exclude<keyof I_1["list_data_socket"]["hashtag_dm_list"], "hashtag_dm">]: never; }) | undefined;
|
|
18200
18217
|
channel_setting_req?: ({
|
|
18201
18218
|
clan_id?: string | undefined;
|
|
18202
18219
|
parent_id?: string | undefined;
|
|
@@ -18219,7 +18236,7 @@ export declare const Envelope: {
|
|
|
18219
18236
|
limit?: number | undefined;
|
|
18220
18237
|
page?: number | undefined;
|
|
18221
18238
|
channel_label?: string | undefined;
|
|
18222
|
-
} & { [
|
|
18239
|
+
} & { [K_651 in Exclude<keyof I_1["list_data_socket"]["channel_setting_req"], keyof ChannelSettingListRequest>]: never; }) | undefined;
|
|
18223
18240
|
channel_setting_list?: ({
|
|
18224
18241
|
clan_id?: string | undefined;
|
|
18225
18242
|
channel_count?: number | undefined;
|
|
@@ -18308,7 +18325,7 @@ export declare const Envelope: {
|
|
|
18308
18325
|
channel_private?: number | undefined;
|
|
18309
18326
|
channel_type?: number | undefined;
|
|
18310
18327
|
active?: number | undefined;
|
|
18311
|
-
user_ids?: (string[] & string[] & { [
|
|
18328
|
+
user_ids?: (string[] & string[] & { [K_652 in Exclude<keyof I_1["list_data_socket"]["channel_setting_list"]["channel_setting_list"][number]["user_ids"], keyof string[]>]: never; }) | undefined;
|
|
18312
18329
|
message_count?: number | undefined;
|
|
18313
18330
|
last_sent_message?: ({
|
|
18314
18331
|
id?: string | undefined;
|
|
@@ -18329,9 +18346,9 @@ export declare const Envelope: {
|
|
|
18329
18346
|
reference?: string | undefined;
|
|
18330
18347
|
mention?: string | undefined;
|
|
18331
18348
|
reaction?: string | undefined;
|
|
18332
|
-
repliers?: (string[] & string[] & { [
|
|
18333
|
-
} & { [
|
|
18334
|
-
} & { [
|
|
18349
|
+
repliers?: (string[] & string[] & { [K_653 in Exclude<keyof I_1["list_data_socket"]["channel_setting_list"]["channel_setting_list"][number]["last_sent_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
18350
|
+
} & { [K_654 in Exclude<keyof I_1["list_data_socket"]["channel_setting_list"]["channel_setting_list"][number]["last_sent_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
18351
|
+
} & { [K_655 in Exclude<keyof I_1["list_data_socket"]["channel_setting_list"]["channel_setting_list"][number], keyof import("../api/api").ChannelSettingItem>]: never; })[] & { [K_656 in Exclude<keyof I_1["list_data_socket"]["channel_setting_list"]["channel_setting_list"], keyof {
|
|
18335
18352
|
id?: string | undefined;
|
|
18336
18353
|
creator_id?: string | undefined;
|
|
18337
18354
|
parent_id?: string | undefined;
|
|
@@ -18355,17 +18372,17 @@ export declare const Envelope: {
|
|
|
18355
18372
|
repliers?: string[] | undefined;
|
|
18356
18373
|
} | undefined;
|
|
18357
18374
|
}[]>]: never; }) | undefined;
|
|
18358
|
-
} & { [
|
|
18375
|
+
} & { [K_657 in Exclude<keyof I_1["list_data_socket"]["channel_setting_list"], keyof ChannelSettingListResponse>]: never; }) | undefined;
|
|
18359
18376
|
favorite_channel_req?: ({
|
|
18360
18377
|
clan_id?: string | undefined;
|
|
18361
18378
|
} & {
|
|
18362
18379
|
clan_id?: string | undefined;
|
|
18363
|
-
} & { [
|
|
18380
|
+
} & { [K_658 in Exclude<keyof I_1["list_data_socket"]["favorite_channel_req"], "clan_id">]: never; }) | undefined;
|
|
18364
18381
|
favorite_channel_list?: ({
|
|
18365
18382
|
channel_ids?: string[] | undefined;
|
|
18366
18383
|
} & {
|
|
18367
|
-
channel_ids?: (string[] & string[] & { [
|
|
18368
|
-
} & { [
|
|
18384
|
+
channel_ids?: (string[] & string[] & { [K_659 in Exclude<keyof I_1["list_data_socket"]["favorite_channel_list"]["channel_ids"], keyof string[]>]: never; }) | undefined;
|
|
18385
|
+
} & { [K_660 in Exclude<keyof I_1["list_data_socket"]["favorite_channel_list"], "channel_ids">]: never; }) | undefined;
|
|
18369
18386
|
search_thread_req?: ({
|
|
18370
18387
|
clan_id?: string | undefined;
|
|
18371
18388
|
channel_id?: string | undefined;
|
|
@@ -18374,12 +18391,12 @@ export declare const Envelope: {
|
|
|
18374
18391
|
clan_id?: string | undefined;
|
|
18375
18392
|
channel_id?: string | undefined;
|
|
18376
18393
|
label?: string | undefined;
|
|
18377
|
-
} & { [
|
|
18394
|
+
} & { [K_661 in Exclude<keyof I_1["list_data_socket"]["search_thread_req"], keyof SearchThreadRequest>]: never; }) | undefined;
|
|
18378
18395
|
notification_channel?: ({
|
|
18379
18396
|
channel_id?: string | undefined;
|
|
18380
18397
|
} & {
|
|
18381
18398
|
channel_id?: string | undefined;
|
|
18382
|
-
} & { [
|
|
18399
|
+
} & { [K_662 in Exclude<keyof I_1["list_data_socket"]["notification_channel"], "channel_id">]: never; }) | undefined;
|
|
18383
18400
|
notificaion_user_channel?: ({
|
|
18384
18401
|
id?: string | undefined;
|
|
18385
18402
|
notification_setting_type?: number | undefined;
|
|
@@ -18392,24 +18409,24 @@ export declare const Envelope: {
|
|
|
18392
18409
|
time_mute?: Date | undefined;
|
|
18393
18410
|
active?: number | undefined;
|
|
18394
18411
|
channel_id?: string | undefined;
|
|
18395
|
-
} & { [
|
|
18412
|
+
} & { [K_663 in Exclude<keyof I_1["list_data_socket"]["notificaion_user_channel"], keyof NotificationUserChannel>]: never; }) | undefined;
|
|
18396
18413
|
notification_category?: ({
|
|
18397
18414
|
category_id?: string | undefined;
|
|
18398
18415
|
} & {
|
|
18399
18416
|
category_id?: string | undefined;
|
|
18400
|
-
} & { [
|
|
18417
|
+
} & { [K_664 in Exclude<keyof I_1["list_data_socket"]["notification_category"], "category_id">]: never; }) | undefined;
|
|
18401
18418
|
notification_clan?: ({
|
|
18402
18419
|
clan_id?: string | undefined;
|
|
18403
18420
|
} & {
|
|
18404
18421
|
clan_id?: string | undefined;
|
|
18405
|
-
} & { [
|
|
18422
|
+
} & { [K_665 in Exclude<keyof I_1["list_data_socket"]["notification_clan"], "clan_id">]: never; }) | undefined;
|
|
18406
18423
|
notification_setting?: ({
|
|
18407
18424
|
id?: string | undefined;
|
|
18408
18425
|
notification_setting_type?: number | undefined;
|
|
18409
18426
|
} & {
|
|
18410
18427
|
id?: string | undefined;
|
|
18411
18428
|
notification_setting_type?: number | undefined;
|
|
18412
|
-
} & { [
|
|
18429
|
+
} & { [K_666 in Exclude<keyof I_1["list_data_socket"]["notification_setting"], keyof NotificationSetting>]: never; }) | undefined;
|
|
18413
18430
|
notification_message?: ({
|
|
18414
18431
|
id?: string | undefined;
|
|
18415
18432
|
user_id?: string | undefined;
|
|
@@ -18418,7 +18435,7 @@ export declare const Envelope: {
|
|
|
18418
18435
|
id?: string | undefined;
|
|
18419
18436
|
user_id?: string | undefined;
|
|
18420
18437
|
channel_id?: string | undefined;
|
|
18421
|
-
} & { [
|
|
18438
|
+
} & { [K_667 in Exclude<keyof I_1["list_data_socket"]["notification_message"], keyof NotifiReactMessage>]: never; }) | undefined;
|
|
18422
18439
|
noti_channel_cat_setting_list?: ({
|
|
18423
18440
|
notification_channel_category_settings_list?: {
|
|
18424
18441
|
id?: string | undefined;
|
|
@@ -18446,14 +18463,14 @@ export declare const Envelope: {
|
|
|
18446
18463
|
notification_setting_type?: number | undefined;
|
|
18447
18464
|
channel_category_title?: string | undefined;
|
|
18448
18465
|
action?: number | undefined;
|
|
18449
|
-
} & { [
|
|
18466
|
+
} & { [K_668 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_669 in Exclude<keyof I_1["list_data_socket"]["noti_channel_cat_setting_list"]["notification_channel_category_settings_list"], keyof {
|
|
18450
18467
|
id?: string | undefined;
|
|
18451
18468
|
channel_category_label?: string | undefined;
|
|
18452
18469
|
notification_setting_type?: number | undefined;
|
|
18453
18470
|
channel_category_title?: string | undefined;
|
|
18454
18471
|
action?: number | undefined;
|
|
18455
18472
|
}[]>]: never; }) | undefined;
|
|
18456
|
-
} & { [
|
|
18473
|
+
} & { [K_670 in Exclude<keyof I_1["list_data_socket"]["noti_channel_cat_setting_list"], "notification_channel_category_settings_list">]: never; }) | undefined;
|
|
18457
18474
|
list_notification_req?: ({
|
|
18458
18475
|
limit?: number | undefined;
|
|
18459
18476
|
clan_id?: string | undefined;
|
|
@@ -18466,7 +18483,7 @@ export declare const Envelope: {
|
|
|
18466
18483
|
notification_id?: string | undefined;
|
|
18467
18484
|
category?: number | undefined;
|
|
18468
18485
|
direction?: number | undefined;
|
|
18469
|
-
} & { [
|
|
18486
|
+
} & { [K_671 in Exclude<keyof I_1["list_data_socket"]["list_notification_req"], keyof ListNotificationsRequest>]: never; }) | undefined;
|
|
18470
18487
|
notification_list?: ({
|
|
18471
18488
|
notifications?: {
|
|
18472
18489
|
id?: string | undefined;
|
|
@@ -18746,8 +18763,8 @@ export declare const Envelope: {
|
|
|
18746
18763
|
creator_id?: string | undefined;
|
|
18747
18764
|
channel_label?: string | undefined;
|
|
18748
18765
|
channel_private?: number | undefined;
|
|
18749
|
-
channel_avatar?: (string[] & string[] & { [
|
|
18750
|
-
user_id?: (string[] & string[] & { [
|
|
18766
|
+
channel_avatar?: (string[] & string[] & { [K_672 in Exclude<keyof I_1["list_data_socket"]["notification_list"]["notifications"][number]["channel"]["channel_avatar"], keyof string[]>]: never; }) | undefined;
|
|
18767
|
+
user_id?: (string[] & string[] & { [K_673 in Exclude<keyof I_1["list_data_socket"]["notification_list"]["notifications"][number]["channel"]["user_id"], keyof string[]>]: never; }) | undefined;
|
|
18751
18768
|
last_sent_message?: ({
|
|
18752
18769
|
id?: string | undefined;
|
|
18753
18770
|
timestamp_seconds?: number | undefined;
|
|
@@ -18767,8 +18784,8 @@ export declare const Envelope: {
|
|
|
18767
18784
|
reference?: string | undefined;
|
|
18768
18785
|
mention?: string | undefined;
|
|
18769
18786
|
reaction?: string | undefined;
|
|
18770
|
-
repliers?: (string[] & string[] & { [
|
|
18771
|
-
} & { [
|
|
18787
|
+
repliers?: (string[] & string[] & { [K_674 in Exclude<keyof I_1["list_data_socket"]["notification_list"]["notifications"][number]["channel"]["last_sent_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
18788
|
+
} & { [K_675 in Exclude<keyof I_1["list_data_socket"]["notification_list"]["notifications"][number]["channel"]["last_sent_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
18772
18789
|
last_seen_message?: ({
|
|
18773
18790
|
id?: string | undefined;
|
|
18774
18791
|
timestamp_seconds?: number | undefined;
|
|
@@ -18788,30 +18805,30 @@ export declare const Envelope: {
|
|
|
18788
18805
|
reference?: string | undefined;
|
|
18789
18806
|
mention?: string | undefined;
|
|
18790
18807
|
reaction?: string | undefined;
|
|
18791
|
-
repliers?: (string[] & string[] & { [
|
|
18792
|
-
} & { [
|
|
18793
|
-
is_online?: (boolean[] & boolean[] & { [
|
|
18808
|
+
repliers?: (string[] & string[] & { [K_676 in Exclude<keyof I_1["list_data_socket"]["notification_list"]["notifications"][number]["channel"]["last_seen_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
18809
|
+
} & { [K_677 in Exclude<keyof I_1["list_data_socket"]["notification_list"]["notifications"][number]["channel"]["last_seen_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
18810
|
+
is_online?: (boolean[] & boolean[] & { [K_678 in Exclude<keyof I_1["list_data_socket"]["notification_list"]["notifications"][number]["channel"]["is_online"], keyof boolean[]>]: never; }) | undefined;
|
|
18794
18811
|
meeting_code?: string | undefined;
|
|
18795
18812
|
count_mess_unread?: number | undefined;
|
|
18796
18813
|
active?: number | undefined;
|
|
18797
18814
|
last_pin_message?: string | undefined;
|
|
18798
|
-
usernames?: (string[] & string[] & { [
|
|
18815
|
+
usernames?: (string[] & string[] & { [K_679 in Exclude<keyof I_1["list_data_socket"]["notification_list"]["notifications"][number]["channel"]["usernames"], keyof string[]>]: never; }) | undefined;
|
|
18799
18816
|
creator_name?: string | undefined;
|
|
18800
18817
|
create_time_seconds?: number | undefined;
|
|
18801
18818
|
update_time_seconds?: number | undefined;
|
|
18802
|
-
metadata?: (string[] & string[] & { [
|
|
18803
|
-
about_me?: (string[] & string[] & { [
|
|
18819
|
+
metadata?: (string[] & string[] & { [K_680 in Exclude<keyof I_1["list_data_socket"]["notification_list"]["notifications"][number]["channel"]["metadata"], keyof string[]>]: never; }) | undefined;
|
|
18820
|
+
about_me?: (string[] & string[] & { [K_681 in Exclude<keyof I_1["list_data_socket"]["notification_list"]["notifications"][number]["channel"]["about_me"], keyof string[]>]: never; }) | undefined;
|
|
18804
18821
|
clan_name?: string | undefined;
|
|
18805
18822
|
app_id?: string | undefined;
|
|
18806
18823
|
is_mute?: boolean | undefined;
|
|
18807
18824
|
age_restricted?: number | undefined;
|
|
18808
18825
|
topic?: string | undefined;
|
|
18809
18826
|
e2ee?: number | undefined;
|
|
18810
|
-
display_names?: (string[] & string[] & { [
|
|
18811
|
-
} & { [
|
|
18827
|
+
display_names?: (string[] & string[] & { [K_682 in Exclude<keyof I_1["list_data_socket"]["notification_list"]["notifications"][number]["channel"]["display_names"], keyof string[]>]: never; }) | undefined;
|
|
18828
|
+
} & { [K_683 in Exclude<keyof I_1["list_data_socket"]["notification_list"]["notifications"][number]["channel"], keyof ChannelDescription1>]: never; }) | undefined;
|
|
18812
18829
|
topic_id?: string | undefined;
|
|
18813
18830
|
category?: number | undefined;
|
|
18814
|
-
} & { [
|
|
18831
|
+
} & { [K_684 in Exclude<keyof I_1["list_data_socket"]["notification_list"]["notifications"][number], keyof Notification>]: never; })[] & { [K_685 in Exclude<keyof I_1["list_data_socket"]["notification_list"]["notifications"], keyof {
|
|
18815
18832
|
id?: string | undefined;
|
|
18816
18833
|
subject?: string | undefined;
|
|
18817
18834
|
content?: string | undefined;
|
|
@@ -18880,7 +18897,7 @@ export declare const Envelope: {
|
|
|
18880
18897
|
category?: number | undefined;
|
|
18881
18898
|
}[]>]: never; }) | undefined;
|
|
18882
18899
|
cacheable_cursor?: string | undefined;
|
|
18883
|
-
} & { [
|
|
18900
|
+
} & { [K_686 in Exclude<keyof I_1["list_data_socket"]["notification_list"], keyof NotificationList>]: never; }) | undefined;
|
|
18884
18901
|
sticker_list?: ({
|
|
18885
18902
|
stickers?: {
|
|
18886
18903
|
id?: string | undefined;
|
|
@@ -18932,7 +18949,7 @@ export declare const Envelope: {
|
|
|
18932
18949
|
clan_name?: string | undefined;
|
|
18933
18950
|
media_type?: number | undefined;
|
|
18934
18951
|
is_for_sale?: boolean | undefined;
|
|
18935
|
-
} & { [
|
|
18952
|
+
} & { [K_687 in Exclude<keyof I_1["list_data_socket"]["sticker_list"]["stickers"][number], keyof import("../api/api").ClanSticker>]: never; })[] & { [K_688 in Exclude<keyof I_1["list_data_socket"]["sticker_list"]["stickers"], keyof {
|
|
18936
18953
|
id?: string | undefined;
|
|
18937
18954
|
source?: string | undefined;
|
|
18938
18955
|
shortname?: string | undefined;
|
|
@@ -18945,7 +18962,7 @@ export declare const Envelope: {
|
|
|
18945
18962
|
media_type?: number | undefined;
|
|
18946
18963
|
is_for_sale?: boolean | undefined;
|
|
18947
18964
|
}[]>]: never; }) | undefined;
|
|
18948
|
-
} & { [
|
|
18965
|
+
} & { [K_689 in Exclude<keyof I_1["list_data_socket"]["sticker_list"], "stickers">]: never; }) | undefined;
|
|
18949
18966
|
emoji_recent_list?: ({
|
|
18950
18967
|
emoji_recents?: {
|
|
18951
18968
|
emoji_recents_id?: string | undefined;
|
|
@@ -18965,17 +18982,17 @@ export declare const Envelope: {
|
|
|
18965
18982
|
emoji_recents_id?: string | undefined;
|
|
18966
18983
|
emoji_id?: string | undefined;
|
|
18967
18984
|
update_time?: Date | undefined;
|
|
18968
|
-
} & { [
|
|
18985
|
+
} & { [K_690 in Exclude<keyof I_1["list_data_socket"]["emoji_recent_list"]["emoji_recents"][number], keyof import("../api/api").EmojiRecent>]: never; })[] & { [K_691 in Exclude<keyof I_1["list_data_socket"]["emoji_recent_list"]["emoji_recents"], keyof {
|
|
18969
18986
|
emoji_recents_id?: string | undefined;
|
|
18970
18987
|
emoji_id?: string | undefined;
|
|
18971
18988
|
update_time?: Date | undefined;
|
|
18972
18989
|
}[]>]: never; }) | undefined;
|
|
18973
|
-
} & { [
|
|
18990
|
+
} & { [K_692 in Exclude<keyof I_1["list_data_socket"]["emoji_recent_list"], "emoji_recents">]: never; }) | undefined;
|
|
18974
18991
|
clan_webhook_req?: ({
|
|
18975
18992
|
clan_id?: string | undefined;
|
|
18976
18993
|
} & {
|
|
18977
18994
|
clan_id?: string | undefined;
|
|
18978
|
-
} & { [
|
|
18995
|
+
} & { [K_693 in Exclude<keyof I_1["list_data_socket"]["clan_webhook_req"], "clan_id">]: never; }) | undefined;
|
|
18979
18996
|
clan_webhook_list?: ({
|
|
18980
18997
|
list_clan_webhooks?: {
|
|
18981
18998
|
id?: string | undefined;
|
|
@@ -19019,7 +19036,7 @@ export declare const Envelope: {
|
|
|
19019
19036
|
avatar?: string | undefined;
|
|
19020
19037
|
create_time?: string | undefined;
|
|
19021
19038
|
update_time?: string | undefined;
|
|
19022
|
-
} & { [
|
|
19039
|
+
} & { [K_694 in Exclude<keyof I_1["list_data_socket"]["clan_webhook_list"]["list_clan_webhooks"][number], keyof import("../api/api").ClanWebhook>]: never; })[] & { [K_695 in Exclude<keyof I_1["list_data_socket"]["clan_webhook_list"]["list_clan_webhooks"], keyof {
|
|
19023
19040
|
id?: string | undefined;
|
|
19024
19041
|
webhook_name?: string | undefined;
|
|
19025
19042
|
clan_id?: string | undefined;
|
|
@@ -19030,14 +19047,14 @@ export declare const Envelope: {
|
|
|
19030
19047
|
create_time?: string | undefined;
|
|
19031
19048
|
update_time?: string | undefined;
|
|
19032
19049
|
}[]>]: never; }) | undefined;
|
|
19033
|
-
} & { [
|
|
19050
|
+
} & { [K_696 in Exclude<keyof I_1["list_data_socket"]["clan_webhook_list"], "list_clan_webhooks">]: never; }) | undefined;
|
|
19034
19051
|
webhook_list_req?: ({
|
|
19035
19052
|
channel_id?: string | undefined;
|
|
19036
19053
|
clan_id?: string | undefined;
|
|
19037
19054
|
} & {
|
|
19038
19055
|
channel_id?: string | undefined;
|
|
19039
19056
|
clan_id?: string | undefined;
|
|
19040
|
-
} & { [
|
|
19057
|
+
} & { [K_697 in Exclude<keyof I_1["list_data_socket"]["webhook_list_req"], keyof WebhookListRequest>]: never; }) | undefined;
|
|
19041
19058
|
webhook_list?: ({
|
|
19042
19059
|
webhooks?: {
|
|
19043
19060
|
id?: string | undefined;
|
|
@@ -19085,7 +19102,7 @@ export declare const Envelope: {
|
|
|
19085
19102
|
update_time?: string | undefined;
|
|
19086
19103
|
avatar?: string | undefined;
|
|
19087
19104
|
status?: number | undefined;
|
|
19088
|
-
} & { [
|
|
19105
|
+
} & { [K_698 in Exclude<keyof I_1["list_data_socket"]["webhook_list"]["webhooks"][number], keyof Webhook>]: never; })[] & { [K_699 in Exclude<keyof I_1["list_data_socket"]["webhook_list"]["webhooks"], keyof {
|
|
19089
19106
|
id?: string | undefined;
|
|
19090
19107
|
webhook_name?: string | undefined;
|
|
19091
19108
|
channel_id?: string | undefined;
|
|
@@ -19097,12 +19114,12 @@ export declare const Envelope: {
|
|
|
19097
19114
|
avatar?: string | undefined;
|
|
19098
19115
|
status?: number | undefined;
|
|
19099
19116
|
}[]>]: never; }) | undefined;
|
|
19100
|
-
} & { [
|
|
19117
|
+
} & { [K_700 in Exclude<keyof I_1["list_data_socket"]["webhook_list"], "webhooks">]: never; }) | undefined;
|
|
19101
19118
|
permission_list_req?: ({
|
|
19102
19119
|
role_id?: string | undefined;
|
|
19103
19120
|
} & {
|
|
19104
19121
|
role_id?: string | undefined;
|
|
19105
|
-
} & { [
|
|
19122
|
+
} & { [K_701 in Exclude<keyof I_1["list_data_socket"]["permission_list_req"], "role_id">]: never; }) | undefined;
|
|
19106
19123
|
permission_list?: ({
|
|
19107
19124
|
permissions?: {
|
|
19108
19125
|
id?: string | undefined;
|
|
@@ -19139,7 +19156,7 @@ export declare const Envelope: {
|
|
|
19139
19156
|
active?: number | undefined;
|
|
19140
19157
|
scope?: number | undefined;
|
|
19141
19158
|
level?: number | undefined;
|
|
19142
|
-
} & { [
|
|
19159
|
+
} & { [K_702 in Exclude<keyof I_1["list_data_socket"]["permission_list"]["permissions"][number], keyof import("../api/api").Permission>]: never; })[] & { [K_703 in Exclude<keyof I_1["list_data_socket"]["permission_list"]["permissions"], keyof {
|
|
19143
19160
|
id?: string | undefined;
|
|
19144
19161
|
title?: string | undefined;
|
|
19145
19162
|
slug?: string | undefined;
|
|
@@ -19149,7 +19166,7 @@ export declare const Envelope: {
|
|
|
19149
19166
|
level?: number | undefined;
|
|
19150
19167
|
}[]>]: never; }) | undefined;
|
|
19151
19168
|
max_level_permission?: number | undefined;
|
|
19152
|
-
} & { [
|
|
19169
|
+
} & { [K_704 in Exclude<keyof I_1["list_data_socket"]["permission_list"], keyof PermissionList>]: never; }) | undefined;
|
|
19153
19170
|
role_user_req?: ({
|
|
19154
19171
|
role_id?: string | undefined;
|
|
19155
19172
|
limit?: number | undefined;
|
|
@@ -19158,7 +19175,7 @@ export declare const Envelope: {
|
|
|
19158
19175
|
role_id?: string | undefined;
|
|
19159
19176
|
limit?: number | undefined;
|
|
19160
19177
|
cursor?: string | undefined;
|
|
19161
|
-
} & { [
|
|
19178
|
+
} & { [K_705 in Exclude<keyof I_1["list_data_socket"]["role_user_req"], keyof ListRoleUsersRequest>]: never; }) | undefined;
|
|
19162
19179
|
role_user_list?: ({
|
|
19163
19180
|
role_users?: {
|
|
19164
19181
|
id?: string | undefined;
|
|
@@ -19195,7 +19212,7 @@ export declare const Envelope: {
|
|
|
19195
19212
|
lang_tag?: string | undefined;
|
|
19196
19213
|
location?: string | undefined;
|
|
19197
19214
|
online?: boolean | undefined;
|
|
19198
|
-
} & { [
|
|
19215
|
+
} & { [K_706 in Exclude<keyof I_1["list_data_socket"]["role_user_list"]["role_users"][number], keyof import("../api/api").RoleUserList_RoleUser>]: never; })[] & { [K_707 in Exclude<keyof I_1["list_data_socket"]["role_user_list"]["role_users"], keyof {
|
|
19199
19216
|
id?: string | undefined;
|
|
19200
19217
|
username?: string | undefined;
|
|
19201
19218
|
display_name?: string | undefined;
|
|
@@ -19205,14 +19222,14 @@ export declare const Envelope: {
|
|
|
19205
19222
|
online?: boolean | undefined;
|
|
19206
19223
|
}[]>]: never; }) | undefined;
|
|
19207
19224
|
cursor?: string | undefined;
|
|
19208
|
-
} & { [
|
|
19225
|
+
} & { [K_708 in Exclude<keyof I_1["list_data_socket"]["role_user_list"], keyof RoleUserList>]: never; }) | undefined;
|
|
19209
19226
|
permission_user_req?: ({
|
|
19210
19227
|
clan_id?: string | undefined;
|
|
19211
19228
|
channel_id?: string | undefined;
|
|
19212
19229
|
} & {
|
|
19213
19230
|
clan_id?: string | undefined;
|
|
19214
19231
|
channel_id?: string | undefined;
|
|
19215
|
-
} & { [
|
|
19232
|
+
} & { [K_709 in Exclude<keyof I_1["list_data_socket"]["permission_user_req"], keyof ListPermissionOfUsersRequest>]: never; }) | undefined;
|
|
19216
19233
|
role_list?: ({
|
|
19217
19234
|
roles?: {
|
|
19218
19235
|
id?: string | undefined;
|
|
@@ -19387,7 +19404,7 @@ export declare const Envelope: {
|
|
|
19387
19404
|
lang_tag?: string | undefined;
|
|
19388
19405
|
location?: string | undefined;
|
|
19389
19406
|
online?: boolean | undefined;
|
|
19390
|
-
} & { [
|
|
19407
|
+
} & { [K_710 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_711 in Exclude<keyof I_1["list_data_socket"]["role_list"]["roles"][number]["role_user_list"]["role_users"], keyof {
|
|
19391
19408
|
id?: string | undefined;
|
|
19392
19409
|
username?: string | undefined;
|
|
19393
19410
|
display_name?: string | undefined;
|
|
@@ -19397,7 +19414,7 @@ export declare const Envelope: {
|
|
|
19397
19414
|
online?: boolean | undefined;
|
|
19398
19415
|
}[]>]: never; }) | undefined;
|
|
19399
19416
|
cursor?: string | undefined;
|
|
19400
|
-
} & { [
|
|
19417
|
+
} & { [K_712 in Exclude<keyof I_1["list_data_socket"]["role_list"]["roles"][number]["role_user_list"], keyof RoleUserList>]: never; }) | undefined;
|
|
19401
19418
|
permission_list?: ({
|
|
19402
19419
|
permissions?: {
|
|
19403
19420
|
id?: string | undefined;
|
|
@@ -19434,7 +19451,7 @@ export declare const Envelope: {
|
|
|
19434
19451
|
active?: number | undefined;
|
|
19435
19452
|
scope?: number | undefined;
|
|
19436
19453
|
level?: number | undefined;
|
|
19437
|
-
} & { [
|
|
19454
|
+
} & { [K_713 in Exclude<keyof I_1["list_data_socket"]["role_list"]["roles"][number]["permission_list"]["permissions"][number], keyof import("../api/api").Permission>]: never; })[] & { [K_714 in Exclude<keyof I_1["list_data_socket"]["role_list"]["roles"][number]["permission_list"]["permissions"], keyof {
|
|
19438
19455
|
id?: string | undefined;
|
|
19439
19456
|
title?: string | undefined;
|
|
19440
19457
|
slug?: string | undefined;
|
|
@@ -19444,12 +19461,12 @@ export declare const Envelope: {
|
|
|
19444
19461
|
level?: number | undefined;
|
|
19445
19462
|
}[]>]: never; }) | undefined;
|
|
19446
19463
|
max_level_permission?: number | undefined;
|
|
19447
|
-
} & { [
|
|
19464
|
+
} & { [K_715 in Exclude<keyof I_1["list_data_socket"]["role_list"]["roles"][number]["permission_list"], keyof PermissionList>]: never; }) | undefined;
|
|
19448
19465
|
role_channel_active?: number | undefined;
|
|
19449
|
-
channel_ids?: (string[] & string[] & { [
|
|
19466
|
+
channel_ids?: (string[] & string[] & { [K_716 in Exclude<keyof I_1["list_data_socket"]["role_list"]["roles"][number]["channel_ids"], keyof string[]>]: never; }) | undefined;
|
|
19450
19467
|
max_level_permission?: number | undefined;
|
|
19451
19468
|
order_role?: number | undefined;
|
|
19452
|
-
} & { [
|
|
19469
|
+
} & { [K_717 in Exclude<keyof I_1["list_data_socket"]["role_list"]["roles"][number], keyof Role>]: never; })[] & { [K_718 in Exclude<keyof I_1["list_data_socket"]["role_list"]["roles"], keyof {
|
|
19453
19470
|
id?: string | undefined;
|
|
19454
19471
|
title?: string | undefined;
|
|
19455
19472
|
color?: string | undefined;
|
|
@@ -19493,7 +19510,7 @@ export declare const Envelope: {
|
|
|
19493
19510
|
next_cursor?: string | undefined;
|
|
19494
19511
|
prev_cursor?: string | undefined;
|
|
19495
19512
|
cacheable_cursor?: string | undefined;
|
|
19496
|
-
} & { [
|
|
19513
|
+
} & { [K_719 in Exclude<keyof I_1["list_data_socket"]["role_list"], keyof RoleList>]: never; }) | undefined;
|
|
19497
19514
|
role_list_event_req?: ({
|
|
19498
19515
|
clan_id?: string | undefined;
|
|
19499
19516
|
limit?: number | undefined;
|
|
@@ -19504,7 +19521,7 @@ export declare const Envelope: {
|
|
|
19504
19521
|
limit?: number | undefined;
|
|
19505
19522
|
state?: number | undefined;
|
|
19506
19523
|
cursor?: string | undefined;
|
|
19507
|
-
} & { [
|
|
19524
|
+
} & { [K_720 in Exclude<keyof I_1["list_data_socket"]["role_list_event_req"], keyof RoleListEventRequest>]: never; }) | undefined;
|
|
19508
19525
|
role_event_list?: ({
|
|
19509
19526
|
limit?: number | undefined;
|
|
19510
19527
|
state?: number | undefined;
|
|
@@ -19735,7 +19752,7 @@ export declare const Envelope: {
|
|
|
19735
19752
|
lang_tag?: string | undefined;
|
|
19736
19753
|
location?: string | undefined;
|
|
19737
19754
|
online?: boolean | undefined;
|
|
19738
|
-
} & { [
|
|
19755
|
+
} & { [K_721 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_722 in Exclude<keyof I_1["list_data_socket"]["role_event_list"]["roles"]["roles"][number]["role_user_list"]["role_users"], keyof {
|
|
19739
19756
|
id?: string | undefined;
|
|
19740
19757
|
username?: string | undefined;
|
|
19741
19758
|
display_name?: string | undefined;
|
|
@@ -19745,7 +19762,7 @@ export declare const Envelope: {
|
|
|
19745
19762
|
online?: boolean | undefined;
|
|
19746
19763
|
}[]>]: never; }) | undefined;
|
|
19747
19764
|
cursor?: string | undefined;
|
|
19748
|
-
} & { [
|
|
19765
|
+
} & { [K_723 in Exclude<keyof I_1["list_data_socket"]["role_event_list"]["roles"]["roles"][number]["role_user_list"], keyof RoleUserList>]: never; }) | undefined;
|
|
19749
19766
|
permission_list?: ({
|
|
19750
19767
|
permissions?: {
|
|
19751
19768
|
id?: string | undefined;
|
|
@@ -19782,7 +19799,7 @@ export declare const Envelope: {
|
|
|
19782
19799
|
active?: number | undefined;
|
|
19783
19800
|
scope?: number | undefined;
|
|
19784
19801
|
level?: number | undefined;
|
|
19785
|
-
} & { [
|
|
19802
|
+
} & { [K_724 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_725 in Exclude<keyof I_1["list_data_socket"]["role_event_list"]["roles"]["roles"][number]["permission_list"]["permissions"], keyof {
|
|
19786
19803
|
id?: string | undefined;
|
|
19787
19804
|
title?: string | undefined;
|
|
19788
19805
|
slug?: string | undefined;
|
|
@@ -19792,12 +19809,12 @@ export declare const Envelope: {
|
|
|
19792
19809
|
level?: number | undefined;
|
|
19793
19810
|
}[]>]: never; }) | undefined;
|
|
19794
19811
|
max_level_permission?: number | undefined;
|
|
19795
|
-
} & { [
|
|
19812
|
+
} & { [K_726 in Exclude<keyof I_1["list_data_socket"]["role_event_list"]["roles"]["roles"][number]["permission_list"], keyof PermissionList>]: never; }) | undefined;
|
|
19796
19813
|
role_channel_active?: number | undefined;
|
|
19797
|
-
channel_ids?: (string[] & string[] & { [
|
|
19814
|
+
channel_ids?: (string[] & string[] & { [K_727 in Exclude<keyof I_1["list_data_socket"]["role_event_list"]["roles"]["roles"][number]["channel_ids"], keyof string[]>]: never; }) | undefined;
|
|
19798
19815
|
max_level_permission?: number | undefined;
|
|
19799
19816
|
order_role?: number | undefined;
|
|
19800
|
-
} & { [
|
|
19817
|
+
} & { [K_728 in Exclude<keyof I_1["list_data_socket"]["role_event_list"]["roles"]["roles"][number], keyof Role>]: never; })[] & { [K_729 in Exclude<keyof I_1["list_data_socket"]["role_event_list"]["roles"]["roles"], keyof {
|
|
19801
19818
|
id?: string | undefined;
|
|
19802
19819
|
title?: string | undefined;
|
|
19803
19820
|
color?: string | undefined;
|
|
@@ -19841,15 +19858,15 @@ export declare const Envelope: {
|
|
|
19841
19858
|
next_cursor?: string | undefined;
|
|
19842
19859
|
prev_cursor?: string | undefined;
|
|
19843
19860
|
cacheable_cursor?: string | undefined;
|
|
19844
|
-
} & { [
|
|
19845
|
-
} & { [
|
|
19861
|
+
} & { [K_730 in Exclude<keyof I_1["list_data_socket"]["role_event_list"]["roles"], keyof RoleList>]: never; }) | undefined;
|
|
19862
|
+
} & { [K_731 in Exclude<keyof I_1["list_data_socket"]["role_event_list"], keyof RoleListEventResponse>]: never; }) | undefined;
|
|
19846
19863
|
user_permission_req?: ({
|
|
19847
19864
|
clan_id?: string | undefined;
|
|
19848
19865
|
channel_id?: string | undefined;
|
|
19849
19866
|
} & {
|
|
19850
19867
|
clan_id?: string | undefined;
|
|
19851
19868
|
channel_id?: string | undefined;
|
|
19852
|
-
} & { [
|
|
19869
|
+
} & { [K_732 in Exclude<keyof I_1["list_data_socket"]["user_permission_req"], keyof UserPermissionInChannelListRequest>]: never; }) | undefined;
|
|
19853
19870
|
user_permission_list?: ({
|
|
19854
19871
|
clan_id?: string | undefined;
|
|
19855
19872
|
channel_id?: string | undefined;
|
|
@@ -19904,7 +19921,7 @@ export declare const Envelope: {
|
|
|
19904
19921
|
active?: number | undefined;
|
|
19905
19922
|
scope?: number | undefined;
|
|
19906
19923
|
level?: number | undefined;
|
|
19907
|
-
} & { [
|
|
19924
|
+
} & { [K_733 in Exclude<keyof I_1["list_data_socket"]["user_permission_list"]["permissions"]["permissions"][number], keyof import("../api/api").Permission>]: never; })[] & { [K_734 in Exclude<keyof I_1["list_data_socket"]["user_permission_list"]["permissions"]["permissions"], keyof {
|
|
19908
19925
|
id?: string | undefined;
|
|
19909
19926
|
title?: string | undefined;
|
|
19910
19927
|
slug?: string | undefined;
|
|
@@ -19914,8 +19931,8 @@ export declare const Envelope: {
|
|
|
19914
19931
|
level?: number | undefined;
|
|
19915
19932
|
}[]>]: never; }) | undefined;
|
|
19916
19933
|
max_level_permission?: number | undefined;
|
|
19917
|
-
} & { [
|
|
19918
|
-
} & { [
|
|
19934
|
+
} & { [K_735 in Exclude<keyof I_1["list_data_socket"]["user_permission_list"]["permissions"], keyof PermissionList>]: never; }) | undefined;
|
|
19935
|
+
} & { [K_736 in Exclude<keyof I_1["list_data_socket"]["user_permission_list"], keyof UserPermissionInChannelListResponse>]: never; }) | undefined;
|
|
19919
19936
|
permission_role_req?: ({
|
|
19920
19937
|
role_id?: string | undefined;
|
|
19921
19938
|
channel_id?: string | undefined;
|
|
@@ -19924,7 +19941,7 @@ export declare const Envelope: {
|
|
|
19924
19941
|
role_id?: string | undefined;
|
|
19925
19942
|
channel_id?: string | undefined;
|
|
19926
19943
|
user_id?: string | undefined;
|
|
19927
|
-
} & { [
|
|
19944
|
+
} & { [K_737 in Exclude<keyof I_1["list_data_socket"]["permission_role_req"], keyof PermissionRoleChannelListEventRequest>]: never; }) | undefined;
|
|
19928
19945
|
permission_role_list?: ({
|
|
19929
19946
|
role_id?: string | undefined;
|
|
19930
19947
|
channel_id?: string | undefined;
|
|
@@ -19946,11 +19963,11 @@ export declare const Envelope: {
|
|
|
19946
19963
|
} & {
|
|
19947
19964
|
permission_id?: string | undefined;
|
|
19948
19965
|
active?: boolean | undefined;
|
|
19949
|
-
} & { [
|
|
19966
|
+
} & { [K_738 in Exclude<keyof I_1["list_data_socket"]["permission_role_list"]["permission_role_channel"][number], keyof import("../api/api").PermissionRoleChannel>]: never; })[] & { [K_739 in Exclude<keyof I_1["list_data_socket"]["permission_role_list"]["permission_role_channel"], keyof {
|
|
19950
19967
|
permission_id?: string | undefined;
|
|
19951
19968
|
active?: boolean | undefined;
|
|
19952
19969
|
}[]>]: never; }) | undefined;
|
|
19953
|
-
} & { [
|
|
19970
|
+
} & { [K_740 in Exclude<keyof I_1["list_data_socket"]["permission_role_list"], keyof PermissionRoleChannelListEventResponse>]: never; }) | undefined;
|
|
19954
19971
|
emoji_list?: ({
|
|
19955
19972
|
emoji_list?: {
|
|
19956
19973
|
id?: string | undefined;
|
|
@@ -19994,7 +20011,7 @@ export declare const Envelope: {
|
|
|
19994
20011
|
logo?: string | undefined;
|
|
19995
20012
|
clan_name?: string | undefined;
|
|
19996
20013
|
is_for_sale?: boolean | undefined;
|
|
19997
|
-
} & { [
|
|
20014
|
+
} & { [K_741 in Exclude<keyof I_1["list_data_socket"]["emoji_list"]["emoji_list"][number], keyof import("../api/api").ClanEmoji>]: never; })[] & { [K_742 in Exclude<keyof I_1["list_data_socket"]["emoji_list"]["emoji_list"], keyof {
|
|
19998
20015
|
id?: string | undefined;
|
|
19999
20016
|
src?: string | undefined;
|
|
20000
20017
|
shortname?: string | undefined;
|
|
@@ -20005,7 +20022,7 @@ export declare const Envelope: {
|
|
|
20005
20022
|
clan_name?: string | undefined;
|
|
20006
20023
|
is_for_sale?: boolean | undefined;
|
|
20007
20024
|
}[]>]: never; }) | undefined;
|
|
20008
|
-
} & { [
|
|
20025
|
+
} & { [K_743 in Exclude<keyof I_1["list_data_socket"]["emoji_list"], "emoji_list">]: never; }) | undefined;
|
|
20009
20026
|
list_friend_req?: ({
|
|
20010
20027
|
limit?: number | undefined;
|
|
20011
20028
|
state?: number | undefined;
|
|
@@ -20014,7 +20031,7 @@ export declare const Envelope: {
|
|
|
20014
20031
|
limit?: number | undefined;
|
|
20015
20032
|
state?: number | undefined;
|
|
20016
20033
|
cursor?: string | undefined;
|
|
20017
|
-
} & { [
|
|
20034
|
+
} & { [K_744 in Exclude<keyof I_1["list_data_socket"]["list_friend_req"], keyof ListFriendsRequest>]: never; }) | undefined;
|
|
20018
20035
|
friend_list?: ({
|
|
20019
20036
|
friends?: {
|
|
20020
20037
|
user?: {
|
|
@@ -20154,12 +20171,12 @@ export declare const Envelope: {
|
|
|
20154
20171
|
is_mobile?: boolean | undefined;
|
|
20155
20172
|
dob?: Date | undefined;
|
|
20156
20173
|
mezon_id?: string | undefined;
|
|
20157
|
-
list_nick_names?: (string[] & string[] & { [
|
|
20158
|
-
} & { [
|
|
20174
|
+
list_nick_names?: (string[] & string[] & { [K_745 in Exclude<keyof I_1["list_data_socket"]["friend_list"]["friends"][number]["user"]["list_nick_names"], keyof string[]>]: never; }) | undefined;
|
|
20175
|
+
} & { [K_746 in Exclude<keyof I_1["list_data_socket"]["friend_list"]["friends"][number]["user"], keyof import("../api/api").User>]: never; }) | undefined;
|
|
20159
20176
|
state?: number | undefined;
|
|
20160
20177
|
update_time?: Date | undefined;
|
|
20161
20178
|
source_id?: string | undefined;
|
|
20162
|
-
} & { [
|
|
20179
|
+
} & { [K_747 in Exclude<keyof I_1["list_data_socket"]["friend_list"]["friends"][number], keyof import("../api/api").Friend>]: never; })[] & { [K_748 in Exclude<keyof I_1["list_data_socket"]["friend_list"]["friends"], keyof {
|
|
20163
20180
|
user?: {
|
|
20164
20181
|
id?: string | undefined;
|
|
20165
20182
|
username?: string | undefined;
|
|
@@ -20190,12 +20207,12 @@ export declare const Envelope: {
|
|
|
20190
20207
|
source_id?: string | undefined;
|
|
20191
20208
|
}[]>]: never; }) | undefined;
|
|
20192
20209
|
cursor?: string | undefined;
|
|
20193
|
-
} & { [
|
|
20210
|
+
} & { [K_749 in Exclude<keyof I_1["list_data_socket"]["friend_list"], keyof FriendList>]: never; }) | undefined;
|
|
20194
20211
|
list_apps_req?: ({
|
|
20195
20212
|
clan_id?: string | undefined;
|
|
20196
20213
|
} & {
|
|
20197
20214
|
clan_id?: string | undefined;
|
|
20198
|
-
} & { [
|
|
20215
|
+
} & { [K_750 in Exclude<keyof I_1["list_data_socket"]["list_apps_req"], "clan_id">]: never; }) | undefined;
|
|
20199
20216
|
channel_apps_list?: ({
|
|
20200
20217
|
channel_apps?: {
|
|
20201
20218
|
id?: string | undefined;
|
|
@@ -20223,14 +20240,14 @@ export declare const Envelope: {
|
|
|
20223
20240
|
channel_id?: string | undefined;
|
|
20224
20241
|
app_id?: string | undefined;
|
|
20225
20242
|
app_url?: string | undefined;
|
|
20226
|
-
} & { [
|
|
20243
|
+
} & { [K_751 in Exclude<keyof I_1["list_data_socket"]["channel_apps_list"]["channel_apps"][number], keyof import("../api/api").ChannelAppResponse>]: never; })[] & { [K_752 in Exclude<keyof I_1["list_data_socket"]["channel_apps_list"]["channel_apps"], keyof {
|
|
20227
20244
|
id?: string | undefined;
|
|
20228
20245
|
clan_id?: string | undefined;
|
|
20229
20246
|
channel_id?: string | undefined;
|
|
20230
20247
|
app_id?: string | undefined;
|
|
20231
20248
|
app_url?: string | undefined;
|
|
20232
20249
|
}[]>]: never; }) | undefined;
|
|
20233
|
-
} & { [
|
|
20250
|
+
} & { [K_753 in Exclude<keyof I_1["list_data_socket"]["channel_apps_list"], "channel_apps">]: never; }) | undefined;
|
|
20234
20251
|
user_activity_list?: ({
|
|
20235
20252
|
activities?: {
|
|
20236
20253
|
user_id?: string | undefined;
|
|
@@ -20270,7 +20287,7 @@ export declare const Envelope: {
|
|
|
20270
20287
|
end_time?: Date | undefined;
|
|
20271
20288
|
application_id?: string | undefined;
|
|
20272
20289
|
status?: number | undefined;
|
|
20273
|
-
} & { [
|
|
20290
|
+
} & { [K_754 in Exclude<keyof I_1["list_data_socket"]["user_activity_list"]["activities"][number], keyof UserActivity>]: never; })[] & { [K_755 in Exclude<keyof I_1["list_data_socket"]["user_activity_list"]["activities"], keyof {
|
|
20274
20291
|
user_id?: string | undefined;
|
|
20275
20292
|
activity_name?: string | undefined;
|
|
20276
20293
|
activity_type?: number | undefined;
|
|
@@ -20280,12 +20297,12 @@ export declare const Envelope: {
|
|
|
20280
20297
|
application_id?: string | undefined;
|
|
20281
20298
|
status?: number | undefined;
|
|
20282
20299
|
}[]>]: never; }) | undefined;
|
|
20283
|
-
} & { [
|
|
20300
|
+
} & { [K_756 in Exclude<keyof I_1["list_data_socket"]["user_activity_list"], "activities">]: never; }) | undefined;
|
|
20284
20301
|
list_clan_user_req?: ({
|
|
20285
20302
|
clan_id?: string | undefined;
|
|
20286
20303
|
} & {
|
|
20287
20304
|
clan_id?: string | undefined;
|
|
20288
|
-
} & { [
|
|
20305
|
+
} & { [K_757 in Exclude<keyof I_1["list_data_socket"]["list_clan_user_req"], "clan_id">]: never; }) | undefined;
|
|
20289
20306
|
clan_user_list?: ({
|
|
20290
20307
|
clan_users?: {
|
|
20291
20308
|
user?: {
|
|
@@ -20429,13 +20446,13 @@ export declare const Envelope: {
|
|
|
20429
20446
|
is_mobile?: boolean | undefined;
|
|
20430
20447
|
dob?: Date | undefined;
|
|
20431
20448
|
mezon_id?: string | undefined;
|
|
20432
|
-
list_nick_names?: (string[] & string[] & { [
|
|
20433
|
-
} & { [
|
|
20434
|
-
role_id?: (string[] & string[] & { [
|
|
20449
|
+
list_nick_names?: (string[] & string[] & { [K_758 in Exclude<keyof I_1["list_data_socket"]["clan_user_list"]["clan_users"][number]["user"]["list_nick_names"], keyof string[]>]: never; }) | undefined;
|
|
20450
|
+
} & { [K_759 in Exclude<keyof I_1["list_data_socket"]["clan_user_list"]["clan_users"][number]["user"], keyof import("../api/api").User>]: never; }) | undefined;
|
|
20451
|
+
role_id?: (string[] & string[] & { [K_760 in Exclude<keyof I_1["list_data_socket"]["clan_user_list"]["clan_users"][number]["role_id"], keyof string[]>]: never; }) | undefined;
|
|
20435
20452
|
clan_nick?: string | undefined;
|
|
20436
20453
|
clan_avatar?: string | undefined;
|
|
20437
20454
|
clan_id?: string | undefined;
|
|
20438
|
-
} & { [
|
|
20455
|
+
} & { [K_761 in Exclude<keyof I_1["list_data_socket"]["clan_user_list"]["clan_users"][number], keyof import("../api/api").ClanUserList_ClanUser>]: never; })[] & { [K_762 in Exclude<keyof I_1["list_data_socket"]["clan_user_list"]["clan_users"], keyof {
|
|
20439
20456
|
user?: {
|
|
20440
20457
|
id?: string | undefined;
|
|
20441
20458
|
username?: string | undefined;
|
|
@@ -20468,12 +20485,12 @@ export declare const Envelope: {
|
|
|
20468
20485
|
}[]>]: never; }) | undefined;
|
|
20469
20486
|
cursor?: string | undefined;
|
|
20470
20487
|
clan_id?: string | undefined;
|
|
20471
|
-
} & { [
|
|
20488
|
+
} & { [K_763 in Exclude<keyof I_1["list_data_socket"]["clan_user_list"], keyof ClanUserList>]: never; }) | undefined;
|
|
20472
20489
|
list_event_req?: ({
|
|
20473
20490
|
clan_id?: string | undefined;
|
|
20474
20491
|
} & {
|
|
20475
20492
|
clan_id?: string | undefined;
|
|
20476
|
-
} & { [
|
|
20493
|
+
} & { [K_764 in Exclude<keyof I_1["list_data_socket"]["list_event_req"], "clan_id">]: never; }) | undefined;
|
|
20477
20494
|
event_list?: ({
|
|
20478
20495
|
events?: {
|
|
20479
20496
|
id?: string | undefined;
|
|
@@ -20571,7 +20588,7 @@ export declare const Envelope: {
|
|
|
20571
20588
|
address?: string | undefined;
|
|
20572
20589
|
start_time?: Date | undefined;
|
|
20573
20590
|
end_time?: Date | undefined;
|
|
20574
|
-
user_ids?: (string[] & string[] & { [
|
|
20591
|
+
user_ids?: (string[] & string[] & { [K_765 in Exclude<keyof I_1["list_data_socket"]["event_list"]["events"][number]["user_ids"], keyof string[]>]: never; }) | undefined;
|
|
20575
20592
|
create_time?: Date | undefined;
|
|
20576
20593
|
max_permission?: number | undefined;
|
|
20577
20594
|
channel_id?: string | undefined;
|
|
@@ -20590,8 +20607,8 @@ export declare const Envelope: {
|
|
|
20590
20607
|
external_link?: string | undefined;
|
|
20591
20608
|
creator_id?: string | undefined;
|
|
20592
20609
|
event_id?: string | undefined;
|
|
20593
|
-
} & { [
|
|
20594
|
-
} & { [
|
|
20610
|
+
} & { [K_766 in Exclude<keyof I_1["list_data_socket"]["event_list"]["events"][number]["meet_room"], keyof import("../api/api").GenerateMezonMeetResponse>]: never; }) | undefined;
|
|
20611
|
+
} & { [K_767 in Exclude<keyof I_1["list_data_socket"]["event_list"]["events"][number], keyof import("../api/api").EventManagement>]: never; })[] & { [K_768 in Exclude<keyof I_1["list_data_socket"]["event_list"]["events"], keyof {
|
|
20595
20612
|
id?: string | undefined;
|
|
20596
20613
|
title?: string | undefined;
|
|
20597
20614
|
logo?: string | undefined;
|
|
@@ -20619,7 +20636,7 @@ export declare const Envelope: {
|
|
|
20619
20636
|
event_id?: string | undefined;
|
|
20620
20637
|
} | undefined;
|
|
20621
20638
|
}[]>]: never; }) | undefined;
|
|
20622
|
-
} & { [
|
|
20639
|
+
} & { [K_769 in Exclude<keyof I_1["list_data_socket"]["event_list"], "events">]: never; }) | undefined;
|
|
20623
20640
|
list_category_req?: ({
|
|
20624
20641
|
creator_id?: string | undefined;
|
|
20625
20642
|
clan_id?: string | undefined;
|
|
@@ -20632,7 +20649,7 @@ export declare const Envelope: {
|
|
|
20632
20649
|
category_name?: string | undefined;
|
|
20633
20650
|
category_id?: string | undefined;
|
|
20634
20651
|
category_order?: number | undefined;
|
|
20635
|
-
} & { [
|
|
20652
|
+
} & { [K_770 in Exclude<keyof I_1["list_data_socket"]["list_category_req"], keyof CategoryDesc>]: never; }) | undefined;
|
|
20636
20653
|
category_list?: ({
|
|
20637
20654
|
categorydesc?: {
|
|
20638
20655
|
creator_id?: string | undefined;
|
|
@@ -20660,14 +20677,14 @@ export declare const Envelope: {
|
|
|
20660
20677
|
category_name?: string | undefined;
|
|
20661
20678
|
category_id?: string | undefined;
|
|
20662
20679
|
category_order?: number | undefined;
|
|
20663
|
-
} & { [
|
|
20680
|
+
} & { [K_771 in Exclude<keyof I_1["list_data_socket"]["category_list"]["categorydesc"][number], keyof CategoryDesc>]: never; })[] & { [K_772 in Exclude<keyof I_1["list_data_socket"]["category_list"]["categorydesc"], keyof {
|
|
20664
20681
|
creator_id?: string | undefined;
|
|
20665
20682
|
clan_id?: string | undefined;
|
|
20666
20683
|
category_name?: string | undefined;
|
|
20667
20684
|
category_id?: string | undefined;
|
|
20668
20685
|
category_order?: number | undefined;
|
|
20669
20686
|
}[]>]: never; }) | undefined;
|
|
20670
|
-
} & { [
|
|
20687
|
+
} & { [K_773 in Exclude<keyof I_1["list_data_socket"]["category_list"], "categorydesc">]: never; }) | undefined;
|
|
20671
20688
|
stream_user_list?: ({
|
|
20672
20689
|
streaming_channel_users?: {
|
|
20673
20690
|
id?: string | undefined;
|
|
@@ -20691,14 +20708,14 @@ export declare const Envelope: {
|
|
|
20691
20708
|
user_id?: string | undefined;
|
|
20692
20709
|
channel_id?: string | undefined;
|
|
20693
20710
|
participant?: string | undefined;
|
|
20694
|
-
} & { [
|
|
20711
|
+
} & { [K_774 in Exclude<keyof I_1["list_data_socket"]["stream_user_list"]["streaming_channel_users"][number], keyof import("../api/api").StreamingChannelUser>]: never; })[] & { [K_775 in Exclude<keyof I_1["list_data_socket"]["stream_user_list"]["streaming_channel_users"], keyof {
|
|
20695
20712
|
id?: string | undefined;
|
|
20696
20713
|
user_id?: string | undefined;
|
|
20697
20714
|
channel_id?: string | undefined;
|
|
20698
20715
|
participant?: string | undefined;
|
|
20699
20716
|
}[]>]: never; }) | undefined;
|
|
20700
|
-
} & { [
|
|
20701
|
-
} & { [
|
|
20717
|
+
} & { [K_776 in Exclude<keyof I_1["list_data_socket"]["stream_user_list"], "streaming_channel_users">]: never; }) | undefined;
|
|
20718
|
+
} & { [K_777 in Exclude<keyof I_1["list_data_socket"], keyof ListDataSocket>]: never; }) | undefined;
|
|
20702
20719
|
quick_menu_event?: ({
|
|
20703
20720
|
menu_name?: string | undefined;
|
|
20704
20721
|
message?: {
|
|
@@ -20819,7 +20836,7 @@ export declare const Envelope: {
|
|
|
20819
20836
|
create_time?: Date | undefined;
|
|
20820
20837
|
s?: number | undefined;
|
|
20821
20838
|
e?: number | undefined;
|
|
20822
|
-
} & { [
|
|
20839
|
+
} & { [K_778 in Exclude<keyof I_1["quick_menu_event"]["message"]["mentions"][number], keyof MessageMention>]: never; })[] & { [K_779 in Exclude<keyof I_1["quick_menu_event"]["message"]["mentions"], keyof {
|
|
20823
20840
|
id?: string | undefined;
|
|
20824
20841
|
user_id?: string | undefined;
|
|
20825
20842
|
username?: string | undefined;
|
|
@@ -20853,7 +20870,7 @@ export declare const Envelope: {
|
|
|
20853
20870
|
width?: number | undefined;
|
|
20854
20871
|
height?: number | undefined;
|
|
20855
20872
|
thumbnail?: string | undefined;
|
|
20856
|
-
} & { [
|
|
20873
|
+
} & { [K_780 in Exclude<keyof I_1["quick_menu_event"]["message"]["attachments"][number], keyof MessageAttachment>]: never; })[] & { [K_781 in Exclude<keyof I_1["quick_menu_event"]["message"]["attachments"], keyof {
|
|
20857
20874
|
filename?: string | undefined;
|
|
20858
20875
|
size?: number | undefined;
|
|
20859
20876
|
url?: string | undefined;
|
|
@@ -20895,7 +20912,7 @@ export declare const Envelope: {
|
|
|
20895
20912
|
mesages_sender_avatar?: string | undefined;
|
|
20896
20913
|
message_sender_clan_nick?: string | undefined;
|
|
20897
20914
|
message_sender_display_name?: string | undefined;
|
|
20898
|
-
} & { [
|
|
20915
|
+
} & { [K_782 in Exclude<keyof I_1["quick_menu_event"]["message"]["references"][number], keyof MessageRef>]: never; })[] & { [K_783 in Exclude<keyof I_1["quick_menu_event"]["message"]["references"], keyof {
|
|
20899
20916
|
message_id?: string | undefined;
|
|
20900
20917
|
message_ref_id?: string | undefined;
|
|
20901
20918
|
content?: string | undefined;
|
|
@@ -20914,9 +20931,14 @@ export declare const Envelope: {
|
|
|
20914
20931
|
is_public?: boolean | undefined;
|
|
20915
20932
|
code?: number | undefined;
|
|
20916
20933
|
topic_id?: string | undefined;
|
|
20917
|
-
} & { [
|
|
20918
|
-
} & { [
|
|
20919
|
-
|
|
20934
|
+
} & { [K_784 in Exclude<keyof I_1["quick_menu_event"]["message"], keyof ChannelMessageSend>]: never; }) | undefined;
|
|
20935
|
+
} & { [K_785 in Exclude<keyof I_1["quick_menu_event"], keyof QuickMenuDataEvent>]: never; }) | undefined;
|
|
20936
|
+
un_block_friend?: ({
|
|
20937
|
+
user_id?: string | undefined;
|
|
20938
|
+
} & {
|
|
20939
|
+
user_id?: string | undefined;
|
|
20940
|
+
} & { [K_786 in Exclude<keyof I_1["un_block_friend"], "user_id">]: never; }) | undefined;
|
|
20941
|
+
} & { [K_787 in Exclude<keyof I_1, keyof Envelope>]: never; }>(object: I_1): Envelope;
|
|
20920
20942
|
};
|
|
20921
20943
|
export declare const FollowEvent: {
|
|
20922
20944
|
encode(_: FollowEvent, writer?: _m0.Writer): _m0.Writer;
|
|
@@ -24444,6 +24466,22 @@ export declare const BlockFriend: {
|
|
|
24444
24466
|
user_id?: string | undefined;
|
|
24445
24467
|
} & { [K_1 in Exclude<keyof I_1, "user_id">]: never; }>(object: I_1): BlockFriend;
|
|
24446
24468
|
};
|
|
24469
|
+
export declare const UnblockFriend: {
|
|
24470
|
+
encode(message: UnblockFriend, writer?: _m0.Writer): _m0.Writer;
|
|
24471
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): UnblockFriend;
|
|
24472
|
+
fromJSON(object: any): UnblockFriend;
|
|
24473
|
+
toJSON(message: UnblockFriend): unknown;
|
|
24474
|
+
create<I extends {
|
|
24475
|
+
user_id?: string | undefined;
|
|
24476
|
+
} & {
|
|
24477
|
+
user_id?: string | undefined;
|
|
24478
|
+
} & { [K in Exclude<keyof I, "user_id">]: never; }>(base?: I | undefined): UnblockFriend;
|
|
24479
|
+
fromPartial<I_1 extends {
|
|
24480
|
+
user_id?: string | undefined;
|
|
24481
|
+
} & {
|
|
24482
|
+
user_id?: string | undefined;
|
|
24483
|
+
} & { [K_1 in Exclude<keyof I_1, "user_id">]: never; }>(object: I_1): UnblockFriend;
|
|
24484
|
+
};
|
|
24447
24485
|
export declare const Ping: {
|
|
24448
24486
|
encode(_: Ping, writer?: _m0.Writer): _m0.Writer;
|
|
24449
24487
|
decode(input: _m0.Reader | Uint8Array, length?: number): Ping;
|