mezon-js-protobuf 1.8.42 → 1.8.43
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/api/api.ts +18 -0
- package/dist/mezon-js-protobuf/api/api.d.ts +16 -0
- package/dist/mezon-js-protobuf/rtapi/realtime.d.ts +236 -210
- package/dist/mezon-js-protobuf.cjs.js +26 -11
- package/dist/mezon-js-protobuf.esm.mjs +26 -11
- package/package.json +1 -1
- package/rtapi/realtime.ts +10 -10
|
@@ -921,8 +921,8 @@ export interface UserPresence {
|
|
|
921
921
|
status: string | undefined;
|
|
922
922
|
/** */
|
|
923
923
|
is_mobile: boolean;
|
|
924
|
-
/**
|
|
925
|
-
|
|
924
|
+
/** user_status */
|
|
925
|
+
user_status: string;
|
|
926
926
|
}
|
|
927
927
|
/** A custom status presence */
|
|
928
928
|
export interface CustomStatusEvent {
|
|
@@ -1294,7 +1294,7 @@ export declare const Envelope: {
|
|
|
1294
1294
|
persistence?: boolean | undefined;
|
|
1295
1295
|
status?: string | undefined;
|
|
1296
1296
|
is_mobile?: boolean | undefined;
|
|
1297
|
-
|
|
1297
|
+
user_status?: string | undefined;
|
|
1298
1298
|
}[] | undefined;
|
|
1299
1299
|
self?: {
|
|
1300
1300
|
user_id?: string | undefined;
|
|
@@ -1303,7 +1303,7 @@ export declare const Envelope: {
|
|
|
1303
1303
|
persistence?: boolean | undefined;
|
|
1304
1304
|
status?: string | undefined;
|
|
1305
1305
|
is_mobile?: boolean | undefined;
|
|
1306
|
-
|
|
1306
|
+
user_status?: string | undefined;
|
|
1307
1307
|
} | undefined;
|
|
1308
1308
|
chanel_label?: string | undefined;
|
|
1309
1309
|
clan_logo?: string | undefined;
|
|
@@ -1458,7 +1458,7 @@ export declare const Envelope: {
|
|
|
1458
1458
|
persistence?: boolean | undefined;
|
|
1459
1459
|
status?: string | undefined;
|
|
1460
1460
|
is_mobile?: boolean | undefined;
|
|
1461
|
-
|
|
1461
|
+
user_status?: string | undefined;
|
|
1462
1462
|
}[] | undefined;
|
|
1463
1463
|
leaves?: {
|
|
1464
1464
|
user_id?: string | undefined;
|
|
@@ -1467,7 +1467,7 @@ export declare const Envelope: {
|
|
|
1467
1467
|
persistence?: boolean | undefined;
|
|
1468
1468
|
status?: string | undefined;
|
|
1469
1469
|
is_mobile?: boolean | undefined;
|
|
1470
|
-
|
|
1470
|
+
user_status?: string | undefined;
|
|
1471
1471
|
}[] | undefined;
|
|
1472
1472
|
clan_logo?: string | undefined;
|
|
1473
1473
|
category_name?: string | undefined;
|
|
@@ -1563,7 +1563,7 @@ export declare const Envelope: {
|
|
|
1563
1563
|
persistence?: boolean | undefined;
|
|
1564
1564
|
status?: string | undefined;
|
|
1565
1565
|
is_mobile?: boolean | undefined;
|
|
1566
|
-
|
|
1566
|
+
user_status?: string | undefined;
|
|
1567
1567
|
}[] | undefined;
|
|
1568
1568
|
} | undefined;
|
|
1569
1569
|
status_follow?: {
|
|
@@ -1578,7 +1578,7 @@ export declare const Envelope: {
|
|
|
1578
1578
|
persistence?: boolean | undefined;
|
|
1579
1579
|
status?: string | undefined;
|
|
1580
1580
|
is_mobile?: boolean | undefined;
|
|
1581
|
-
|
|
1581
|
+
user_status?: string | undefined;
|
|
1582
1582
|
}[] | undefined;
|
|
1583
1583
|
leaves?: {
|
|
1584
1584
|
user_id?: string | undefined;
|
|
@@ -1587,7 +1587,7 @@ export declare const Envelope: {
|
|
|
1587
1587
|
persistence?: boolean | undefined;
|
|
1588
1588
|
status?: string | undefined;
|
|
1589
1589
|
is_mobile?: boolean | undefined;
|
|
1590
|
-
|
|
1590
|
+
user_status?: string | undefined;
|
|
1591
1591
|
}[] | undefined;
|
|
1592
1592
|
} | undefined;
|
|
1593
1593
|
status_unfollow?: {
|
|
@@ -1610,7 +1610,7 @@ export declare const Envelope: {
|
|
|
1610
1610
|
persistence?: boolean | undefined;
|
|
1611
1611
|
status?: string | undefined;
|
|
1612
1612
|
is_mobile?: boolean | undefined;
|
|
1613
|
-
|
|
1613
|
+
user_status?: string | undefined;
|
|
1614
1614
|
} | undefined;
|
|
1615
1615
|
data?: string | undefined;
|
|
1616
1616
|
reliable?: boolean | undefined;
|
|
@@ -1629,7 +1629,7 @@ export declare const Envelope: {
|
|
|
1629
1629
|
persistence?: boolean | undefined;
|
|
1630
1630
|
status?: string | undefined;
|
|
1631
1631
|
is_mobile?: boolean | undefined;
|
|
1632
|
-
|
|
1632
|
+
user_status?: string | undefined;
|
|
1633
1633
|
}[] | undefined;
|
|
1634
1634
|
leaves?: {
|
|
1635
1635
|
user_id?: string | undefined;
|
|
@@ -1638,7 +1638,7 @@ export declare const Envelope: {
|
|
|
1638
1638
|
persistence?: boolean | undefined;
|
|
1639
1639
|
status?: string | undefined;
|
|
1640
1640
|
is_mobile?: boolean | undefined;
|
|
1641
|
-
|
|
1641
|
+
user_status?: string | undefined;
|
|
1642
1642
|
}[] | undefined;
|
|
1643
1643
|
} | undefined;
|
|
1644
1644
|
ping?: {} | undefined;
|
|
@@ -2390,6 +2390,7 @@ export declare const Envelope: {
|
|
|
2390
2390
|
about?: string | undefined;
|
|
2391
2391
|
short_url?: string | undefined;
|
|
2392
2392
|
prevent_anonymous?: boolean | undefined;
|
|
2393
|
+
has_unread_message?: boolean | undefined;
|
|
2393
2394
|
}[] | undefined;
|
|
2394
2395
|
} | undefined;
|
|
2395
2396
|
list_thread_req?: {
|
|
@@ -3305,7 +3306,7 @@ export declare const Envelope: {
|
|
|
3305
3306
|
persistence?: boolean | undefined;
|
|
3306
3307
|
status?: string | undefined;
|
|
3307
3308
|
is_mobile?: boolean | undefined;
|
|
3308
|
-
|
|
3309
|
+
user_status?: string | undefined;
|
|
3309
3310
|
}[] | undefined;
|
|
3310
3311
|
self?: {
|
|
3311
3312
|
user_id?: string | undefined;
|
|
@@ -3314,7 +3315,7 @@ export declare const Envelope: {
|
|
|
3314
3315
|
persistence?: boolean | undefined;
|
|
3315
3316
|
status?: string | undefined;
|
|
3316
3317
|
is_mobile?: boolean | undefined;
|
|
3317
|
-
|
|
3318
|
+
user_status?: string | undefined;
|
|
3318
3319
|
} | undefined;
|
|
3319
3320
|
chanel_label?: string | undefined;
|
|
3320
3321
|
clan_logo?: string | undefined;
|
|
@@ -3328,7 +3329,7 @@ export declare const Envelope: {
|
|
|
3328
3329
|
persistence?: boolean | undefined;
|
|
3329
3330
|
status?: string | undefined;
|
|
3330
3331
|
is_mobile?: boolean | undefined;
|
|
3331
|
-
|
|
3332
|
+
user_status?: string | undefined;
|
|
3332
3333
|
}[] & ({
|
|
3333
3334
|
user_id?: string | undefined;
|
|
3334
3335
|
session_id?: string | undefined;
|
|
@@ -3336,7 +3337,7 @@ export declare const Envelope: {
|
|
|
3336
3337
|
persistence?: boolean | undefined;
|
|
3337
3338
|
status?: string | undefined;
|
|
3338
3339
|
is_mobile?: boolean | undefined;
|
|
3339
|
-
|
|
3340
|
+
user_status?: string | undefined;
|
|
3340
3341
|
} & {
|
|
3341
3342
|
user_id?: string | undefined;
|
|
3342
3343
|
session_id?: string | undefined;
|
|
@@ -3344,7 +3345,7 @@ export declare const Envelope: {
|
|
|
3344
3345
|
persistence?: boolean | undefined;
|
|
3345
3346
|
status?: string | undefined;
|
|
3346
3347
|
is_mobile?: boolean | undefined;
|
|
3347
|
-
|
|
3348
|
+
user_status?: string | undefined;
|
|
3348
3349
|
} & { [K in Exclude<keyof I["channel"]["presences"][number], keyof UserPresence>]: never; })[] & { [K_1 in Exclude<keyof I["channel"]["presences"], keyof {
|
|
3349
3350
|
user_id?: string | undefined;
|
|
3350
3351
|
session_id?: string | undefined;
|
|
@@ -3352,7 +3353,7 @@ export declare const Envelope: {
|
|
|
3352
3353
|
persistence?: boolean | undefined;
|
|
3353
3354
|
status?: string | undefined;
|
|
3354
3355
|
is_mobile?: boolean | undefined;
|
|
3355
|
-
|
|
3356
|
+
user_status?: string | undefined;
|
|
3356
3357
|
}[]>]: never; }) | undefined;
|
|
3357
3358
|
self?: ({
|
|
3358
3359
|
user_id?: string | undefined;
|
|
@@ -3361,7 +3362,7 @@ export declare const Envelope: {
|
|
|
3361
3362
|
persistence?: boolean | undefined;
|
|
3362
3363
|
status?: string | undefined;
|
|
3363
3364
|
is_mobile?: boolean | undefined;
|
|
3364
|
-
|
|
3365
|
+
user_status?: string | undefined;
|
|
3365
3366
|
} & {
|
|
3366
3367
|
user_id?: string | undefined;
|
|
3367
3368
|
session_id?: string | undefined;
|
|
@@ -3369,7 +3370,7 @@ export declare const Envelope: {
|
|
|
3369
3370
|
persistence?: boolean | undefined;
|
|
3370
3371
|
status?: string | undefined;
|
|
3371
3372
|
is_mobile?: boolean | undefined;
|
|
3372
|
-
|
|
3373
|
+
user_status?: string | undefined;
|
|
3373
3374
|
} & { [K_2 in Exclude<keyof I["channel"]["self"], keyof UserPresence>]: never; }) | undefined;
|
|
3374
3375
|
chanel_label?: string | undefined;
|
|
3375
3376
|
clan_logo?: string | undefined;
|
|
@@ -3791,7 +3792,7 @@ export declare const Envelope: {
|
|
|
3791
3792
|
persistence?: boolean | undefined;
|
|
3792
3793
|
status?: string | undefined;
|
|
3793
3794
|
is_mobile?: boolean | undefined;
|
|
3794
|
-
|
|
3795
|
+
user_status?: string | undefined;
|
|
3795
3796
|
}[] | undefined;
|
|
3796
3797
|
leaves?: {
|
|
3797
3798
|
user_id?: string | undefined;
|
|
@@ -3800,7 +3801,7 @@ export declare const Envelope: {
|
|
|
3800
3801
|
persistence?: boolean | undefined;
|
|
3801
3802
|
status?: string | undefined;
|
|
3802
3803
|
is_mobile?: boolean | undefined;
|
|
3803
|
-
|
|
3804
|
+
user_status?: string | undefined;
|
|
3804
3805
|
}[] | undefined;
|
|
3805
3806
|
clan_logo?: string | undefined;
|
|
3806
3807
|
category_name?: string | undefined;
|
|
@@ -3814,7 +3815,7 @@ export declare const Envelope: {
|
|
|
3814
3815
|
persistence?: boolean | undefined;
|
|
3815
3816
|
status?: string | undefined;
|
|
3816
3817
|
is_mobile?: boolean | undefined;
|
|
3817
|
-
|
|
3818
|
+
user_status?: string | undefined;
|
|
3818
3819
|
}[] & ({
|
|
3819
3820
|
user_id?: string | undefined;
|
|
3820
3821
|
session_id?: string | undefined;
|
|
@@ -3822,7 +3823,7 @@ export declare const Envelope: {
|
|
|
3822
3823
|
persistence?: boolean | undefined;
|
|
3823
3824
|
status?: string | undefined;
|
|
3824
3825
|
is_mobile?: boolean | undefined;
|
|
3825
|
-
|
|
3826
|
+
user_status?: string | undefined;
|
|
3826
3827
|
} & {
|
|
3827
3828
|
user_id?: string | undefined;
|
|
3828
3829
|
session_id?: string | undefined;
|
|
@@ -3830,7 +3831,7 @@ export declare const Envelope: {
|
|
|
3830
3831
|
persistence?: boolean | undefined;
|
|
3831
3832
|
status?: string | undefined;
|
|
3832
3833
|
is_mobile?: boolean | undefined;
|
|
3833
|
-
|
|
3834
|
+
user_status?: string | undefined;
|
|
3834
3835
|
} & { [K_22 in Exclude<keyof I["channel_presence_event"]["joins"][number], keyof UserPresence>]: never; })[] & { [K_23 in Exclude<keyof I["channel_presence_event"]["joins"], keyof {
|
|
3835
3836
|
user_id?: string | undefined;
|
|
3836
3837
|
session_id?: string | undefined;
|
|
@@ -3838,7 +3839,7 @@ export declare const Envelope: {
|
|
|
3838
3839
|
persistence?: boolean | undefined;
|
|
3839
3840
|
status?: string | undefined;
|
|
3840
3841
|
is_mobile?: boolean | undefined;
|
|
3841
|
-
|
|
3842
|
+
user_status?: string | undefined;
|
|
3842
3843
|
}[]>]: never; }) | undefined;
|
|
3843
3844
|
leaves?: ({
|
|
3844
3845
|
user_id?: string | undefined;
|
|
@@ -3847,7 +3848,7 @@ export declare const Envelope: {
|
|
|
3847
3848
|
persistence?: boolean | undefined;
|
|
3848
3849
|
status?: string | undefined;
|
|
3849
3850
|
is_mobile?: boolean | undefined;
|
|
3850
|
-
|
|
3851
|
+
user_status?: string | undefined;
|
|
3851
3852
|
}[] & ({
|
|
3852
3853
|
user_id?: string | undefined;
|
|
3853
3854
|
session_id?: string | undefined;
|
|
@@ -3855,7 +3856,7 @@ export declare const Envelope: {
|
|
|
3855
3856
|
persistence?: boolean | undefined;
|
|
3856
3857
|
status?: string | undefined;
|
|
3857
3858
|
is_mobile?: boolean | undefined;
|
|
3858
|
-
|
|
3859
|
+
user_status?: string | undefined;
|
|
3859
3860
|
} & {
|
|
3860
3861
|
user_id?: string | undefined;
|
|
3861
3862
|
session_id?: string | undefined;
|
|
@@ -3863,7 +3864,7 @@ export declare const Envelope: {
|
|
|
3863
3864
|
persistence?: boolean | undefined;
|
|
3864
3865
|
status?: string | undefined;
|
|
3865
3866
|
is_mobile?: boolean | undefined;
|
|
3866
|
-
|
|
3867
|
+
user_status?: string | undefined;
|
|
3867
3868
|
} & { [K_24 in Exclude<keyof I["channel_presence_event"]["leaves"][number], keyof UserPresence>]: never; })[] & { [K_25 in Exclude<keyof I["channel_presence_event"]["leaves"], keyof {
|
|
3868
3869
|
user_id?: string | undefined;
|
|
3869
3870
|
session_id?: string | undefined;
|
|
@@ -3871,7 +3872,7 @@ export declare const Envelope: {
|
|
|
3871
3872
|
persistence?: boolean | undefined;
|
|
3872
3873
|
status?: string | undefined;
|
|
3873
3874
|
is_mobile?: boolean | undefined;
|
|
3874
|
-
|
|
3875
|
+
user_status?: string | undefined;
|
|
3875
3876
|
}[]>]: never; }) | undefined;
|
|
3876
3877
|
clan_logo?: string | undefined;
|
|
3877
3878
|
category_name?: string | undefined;
|
|
@@ -4321,7 +4322,7 @@ export declare const Envelope: {
|
|
|
4321
4322
|
persistence?: boolean | undefined;
|
|
4322
4323
|
status?: string | undefined;
|
|
4323
4324
|
is_mobile?: boolean | undefined;
|
|
4324
|
-
|
|
4325
|
+
user_status?: string | undefined;
|
|
4325
4326
|
}[] | undefined;
|
|
4326
4327
|
} & {
|
|
4327
4328
|
presences?: ({
|
|
@@ -4331,7 +4332,7 @@ export declare const Envelope: {
|
|
|
4331
4332
|
persistence?: boolean | undefined;
|
|
4332
4333
|
status?: string | undefined;
|
|
4333
4334
|
is_mobile?: boolean | undefined;
|
|
4334
|
-
|
|
4335
|
+
user_status?: string | undefined;
|
|
4335
4336
|
}[] & ({
|
|
4336
4337
|
user_id?: string | undefined;
|
|
4337
4338
|
session_id?: string | undefined;
|
|
@@ -4339,7 +4340,7 @@ export declare const Envelope: {
|
|
|
4339
4340
|
persistence?: boolean | undefined;
|
|
4340
4341
|
status?: string | undefined;
|
|
4341
4342
|
is_mobile?: boolean | undefined;
|
|
4342
|
-
|
|
4343
|
+
user_status?: string | undefined;
|
|
4343
4344
|
} & {
|
|
4344
4345
|
user_id?: string | undefined;
|
|
4345
4346
|
session_id?: string | undefined;
|
|
@@ -4347,7 +4348,7 @@ export declare const Envelope: {
|
|
|
4347
4348
|
persistence?: boolean | undefined;
|
|
4348
4349
|
status?: string | undefined;
|
|
4349
4350
|
is_mobile?: boolean | undefined;
|
|
4350
|
-
|
|
4351
|
+
user_status?: string | undefined;
|
|
4351
4352
|
} & { [K_43 in Exclude<keyof I["status"]["presences"][number], keyof UserPresence>]: never; })[] & { [K_44 in Exclude<keyof I["status"]["presences"], keyof {
|
|
4352
4353
|
user_id?: string | undefined;
|
|
4353
4354
|
session_id?: string | undefined;
|
|
@@ -4355,7 +4356,7 @@ export declare const Envelope: {
|
|
|
4355
4356
|
persistence?: boolean | undefined;
|
|
4356
4357
|
status?: string | undefined;
|
|
4357
4358
|
is_mobile?: boolean | undefined;
|
|
4358
|
-
|
|
4359
|
+
user_status?: string | undefined;
|
|
4359
4360
|
}[]>]: never; }) | undefined;
|
|
4360
4361
|
} & { [K_45 in Exclude<keyof I["status"], "presences">]: never; }) | undefined;
|
|
4361
4362
|
status_follow?: ({
|
|
@@ -4373,7 +4374,7 @@ export declare const Envelope: {
|
|
|
4373
4374
|
persistence?: boolean | undefined;
|
|
4374
4375
|
status?: string | undefined;
|
|
4375
4376
|
is_mobile?: boolean | undefined;
|
|
4376
|
-
|
|
4377
|
+
user_status?: string | undefined;
|
|
4377
4378
|
}[] | undefined;
|
|
4378
4379
|
leaves?: {
|
|
4379
4380
|
user_id?: string | undefined;
|
|
@@ -4382,7 +4383,7 @@ export declare const Envelope: {
|
|
|
4382
4383
|
persistence?: boolean | undefined;
|
|
4383
4384
|
status?: string | undefined;
|
|
4384
4385
|
is_mobile?: boolean | undefined;
|
|
4385
|
-
|
|
4386
|
+
user_status?: string | undefined;
|
|
4386
4387
|
}[] | undefined;
|
|
4387
4388
|
} & {
|
|
4388
4389
|
joins?: ({
|
|
@@ -4392,7 +4393,7 @@ export declare const Envelope: {
|
|
|
4392
4393
|
persistence?: boolean | undefined;
|
|
4393
4394
|
status?: string | undefined;
|
|
4394
4395
|
is_mobile?: boolean | undefined;
|
|
4395
|
-
|
|
4396
|
+
user_status?: string | undefined;
|
|
4396
4397
|
}[] & ({
|
|
4397
4398
|
user_id?: string | undefined;
|
|
4398
4399
|
session_id?: string | undefined;
|
|
@@ -4400,7 +4401,7 @@ export declare const Envelope: {
|
|
|
4400
4401
|
persistence?: boolean | undefined;
|
|
4401
4402
|
status?: string | undefined;
|
|
4402
4403
|
is_mobile?: boolean | undefined;
|
|
4403
|
-
|
|
4404
|
+
user_status?: string | undefined;
|
|
4404
4405
|
} & {
|
|
4405
4406
|
user_id?: string | undefined;
|
|
4406
4407
|
session_id?: string | undefined;
|
|
@@ -4408,7 +4409,7 @@ export declare const Envelope: {
|
|
|
4408
4409
|
persistence?: boolean | undefined;
|
|
4409
4410
|
status?: string | undefined;
|
|
4410
4411
|
is_mobile?: boolean | undefined;
|
|
4411
|
-
|
|
4412
|
+
user_status?: string | undefined;
|
|
4412
4413
|
} & { [K_49 in Exclude<keyof I["status_presence_event"]["joins"][number], keyof UserPresence>]: never; })[] & { [K_50 in Exclude<keyof I["status_presence_event"]["joins"], keyof {
|
|
4413
4414
|
user_id?: string | undefined;
|
|
4414
4415
|
session_id?: string | undefined;
|
|
@@ -4416,7 +4417,7 @@ export declare const Envelope: {
|
|
|
4416
4417
|
persistence?: boolean | undefined;
|
|
4417
4418
|
status?: string | undefined;
|
|
4418
4419
|
is_mobile?: boolean | undefined;
|
|
4419
|
-
|
|
4420
|
+
user_status?: string | undefined;
|
|
4420
4421
|
}[]>]: never; }) | undefined;
|
|
4421
4422
|
leaves?: ({
|
|
4422
4423
|
user_id?: string | undefined;
|
|
@@ -4425,7 +4426,7 @@ export declare const Envelope: {
|
|
|
4425
4426
|
persistence?: boolean | undefined;
|
|
4426
4427
|
status?: string | undefined;
|
|
4427
4428
|
is_mobile?: boolean | undefined;
|
|
4428
|
-
|
|
4429
|
+
user_status?: string | undefined;
|
|
4429
4430
|
}[] & ({
|
|
4430
4431
|
user_id?: string | undefined;
|
|
4431
4432
|
session_id?: string | undefined;
|
|
@@ -4433,7 +4434,7 @@ export declare const Envelope: {
|
|
|
4433
4434
|
persistence?: boolean | undefined;
|
|
4434
4435
|
status?: string | undefined;
|
|
4435
4436
|
is_mobile?: boolean | undefined;
|
|
4436
|
-
|
|
4437
|
+
user_status?: string | undefined;
|
|
4437
4438
|
} & {
|
|
4438
4439
|
user_id?: string | undefined;
|
|
4439
4440
|
session_id?: string | undefined;
|
|
@@ -4441,7 +4442,7 @@ export declare const Envelope: {
|
|
|
4441
4442
|
persistence?: boolean | undefined;
|
|
4442
4443
|
status?: string | undefined;
|
|
4443
4444
|
is_mobile?: boolean | undefined;
|
|
4444
|
-
|
|
4445
|
+
user_status?: string | undefined;
|
|
4445
4446
|
} & { [K_51 in Exclude<keyof I["status_presence_event"]["leaves"][number], keyof UserPresence>]: never; })[] & { [K_52 in Exclude<keyof I["status_presence_event"]["leaves"], keyof {
|
|
4446
4447
|
user_id?: string | undefined;
|
|
4447
4448
|
session_id?: string | undefined;
|
|
@@ -4449,7 +4450,7 @@ export declare const Envelope: {
|
|
|
4449
4450
|
persistence?: boolean | undefined;
|
|
4450
4451
|
status?: string | undefined;
|
|
4451
4452
|
is_mobile?: boolean | undefined;
|
|
4452
|
-
|
|
4453
|
+
user_status?: string | undefined;
|
|
4453
4454
|
}[]>]: never; }) | undefined;
|
|
4454
4455
|
} & { [K_53 in Exclude<keyof I["status_presence_event"], keyof StatusPresenceEvent>]: never; }) | undefined;
|
|
4455
4456
|
status_unfollow?: ({
|
|
@@ -4476,7 +4477,7 @@ export declare const Envelope: {
|
|
|
4476
4477
|
persistence?: boolean | undefined;
|
|
4477
4478
|
status?: string | undefined;
|
|
4478
4479
|
is_mobile?: boolean | undefined;
|
|
4479
|
-
|
|
4480
|
+
user_status?: string | undefined;
|
|
4480
4481
|
} | undefined;
|
|
4481
4482
|
data?: string | undefined;
|
|
4482
4483
|
reliable?: boolean | undefined;
|
|
@@ -4499,7 +4500,7 @@ export declare const Envelope: {
|
|
|
4499
4500
|
persistence?: boolean | undefined;
|
|
4500
4501
|
status?: string | undefined;
|
|
4501
4502
|
is_mobile?: boolean | undefined;
|
|
4502
|
-
|
|
4503
|
+
user_status?: string | undefined;
|
|
4503
4504
|
} & {
|
|
4504
4505
|
user_id?: string | undefined;
|
|
4505
4506
|
session_id?: string | undefined;
|
|
@@ -4507,7 +4508,7 @@ export declare const Envelope: {
|
|
|
4507
4508
|
persistence?: boolean | undefined;
|
|
4508
4509
|
status?: string | undefined;
|
|
4509
4510
|
is_mobile?: boolean | undefined;
|
|
4510
|
-
|
|
4511
|
+
user_status?: string | undefined;
|
|
4511
4512
|
} & { [K_58 in Exclude<keyof I["stream_data"]["sender"], keyof UserPresence>]: never; }) | undefined;
|
|
4512
4513
|
data?: string | undefined;
|
|
4513
4514
|
reliable?: boolean | undefined;
|
|
@@ -4526,7 +4527,7 @@ export declare const Envelope: {
|
|
|
4526
4527
|
persistence?: boolean | undefined;
|
|
4527
4528
|
status?: string | undefined;
|
|
4528
4529
|
is_mobile?: boolean | undefined;
|
|
4529
|
-
|
|
4530
|
+
user_status?: string | undefined;
|
|
4530
4531
|
}[] | undefined;
|
|
4531
4532
|
leaves?: {
|
|
4532
4533
|
user_id?: string | undefined;
|
|
@@ -4535,7 +4536,7 @@ export declare const Envelope: {
|
|
|
4535
4536
|
persistence?: boolean | undefined;
|
|
4536
4537
|
status?: string | undefined;
|
|
4537
4538
|
is_mobile?: boolean | undefined;
|
|
4538
|
-
|
|
4539
|
+
user_status?: string | undefined;
|
|
4539
4540
|
}[] | undefined;
|
|
4540
4541
|
} & {
|
|
4541
4542
|
stream?: ({
|
|
@@ -4556,7 +4557,7 @@ export declare const Envelope: {
|
|
|
4556
4557
|
persistence?: boolean | undefined;
|
|
4557
4558
|
status?: string | undefined;
|
|
4558
4559
|
is_mobile?: boolean | undefined;
|
|
4559
|
-
|
|
4560
|
+
user_status?: string | undefined;
|
|
4560
4561
|
}[] & ({
|
|
4561
4562
|
user_id?: string | undefined;
|
|
4562
4563
|
session_id?: string | undefined;
|
|
@@ -4564,7 +4565,7 @@ export declare const Envelope: {
|
|
|
4564
4565
|
persistence?: boolean | undefined;
|
|
4565
4566
|
status?: string | undefined;
|
|
4566
4567
|
is_mobile?: boolean | undefined;
|
|
4567
|
-
|
|
4568
|
+
user_status?: string | undefined;
|
|
4568
4569
|
} & {
|
|
4569
4570
|
user_id?: string | undefined;
|
|
4570
4571
|
session_id?: string | undefined;
|
|
@@ -4572,7 +4573,7 @@ export declare const Envelope: {
|
|
|
4572
4573
|
persistence?: boolean | undefined;
|
|
4573
4574
|
status?: string | undefined;
|
|
4574
4575
|
is_mobile?: boolean | undefined;
|
|
4575
|
-
|
|
4576
|
+
user_status?: string | undefined;
|
|
4576
4577
|
} & { [K_61 in Exclude<keyof I["stream_presence_event"]["joins"][number], keyof UserPresence>]: never; })[] & { [K_62 in Exclude<keyof I["stream_presence_event"]["joins"], keyof {
|
|
4577
4578
|
user_id?: string | undefined;
|
|
4578
4579
|
session_id?: string | undefined;
|
|
@@ -4580,7 +4581,7 @@ export declare const Envelope: {
|
|
|
4580
4581
|
persistence?: boolean | undefined;
|
|
4581
4582
|
status?: string | undefined;
|
|
4582
4583
|
is_mobile?: boolean | undefined;
|
|
4583
|
-
|
|
4584
|
+
user_status?: string | undefined;
|
|
4584
4585
|
}[]>]: never; }) | undefined;
|
|
4585
4586
|
leaves?: ({
|
|
4586
4587
|
user_id?: string | undefined;
|
|
@@ -4589,7 +4590,7 @@ export declare const Envelope: {
|
|
|
4589
4590
|
persistence?: boolean | undefined;
|
|
4590
4591
|
status?: string | undefined;
|
|
4591
4592
|
is_mobile?: boolean | undefined;
|
|
4592
|
-
|
|
4593
|
+
user_status?: string | undefined;
|
|
4593
4594
|
}[] & ({
|
|
4594
4595
|
user_id?: string | undefined;
|
|
4595
4596
|
session_id?: string | undefined;
|
|
@@ -4597,7 +4598,7 @@ export declare const Envelope: {
|
|
|
4597
4598
|
persistence?: boolean | undefined;
|
|
4598
4599
|
status?: string | undefined;
|
|
4599
4600
|
is_mobile?: boolean | undefined;
|
|
4600
|
-
|
|
4601
|
+
user_status?: string | undefined;
|
|
4601
4602
|
} & {
|
|
4602
4603
|
user_id?: string | undefined;
|
|
4603
4604
|
session_id?: string | undefined;
|
|
@@ -4605,7 +4606,7 @@ export declare const Envelope: {
|
|
|
4605
4606
|
persistence?: boolean | undefined;
|
|
4606
4607
|
status?: string | undefined;
|
|
4607
4608
|
is_mobile?: boolean | undefined;
|
|
4608
|
-
|
|
4609
|
+
user_status?: string | undefined;
|
|
4609
4610
|
} & { [K_63 in Exclude<keyof I["stream_presence_event"]["leaves"][number], keyof UserPresence>]: never; })[] & { [K_64 in Exclude<keyof I["stream_presence_event"]["leaves"], keyof {
|
|
4610
4611
|
user_id?: string | undefined;
|
|
4611
4612
|
session_id?: string | undefined;
|
|
@@ -4613,7 +4614,7 @@ export declare const Envelope: {
|
|
|
4613
4614
|
persistence?: boolean | undefined;
|
|
4614
4615
|
status?: string | undefined;
|
|
4615
4616
|
is_mobile?: boolean | undefined;
|
|
4616
|
-
|
|
4617
|
+
user_status?: string | undefined;
|
|
4617
4618
|
}[]>]: never; }) | undefined;
|
|
4618
4619
|
} & { [K_65 in Exclude<keyof I["stream_presence_event"], keyof StreamPresenceEvent>]: never; }) | undefined;
|
|
4619
4620
|
ping?: ({} & {} & { [K_66 in Exclude<keyof I["ping"], never>]: never; }) | undefined;
|
|
@@ -6605,6 +6606,7 @@ export declare const Envelope: {
|
|
|
6605
6606
|
about?: string | undefined;
|
|
6606
6607
|
short_url?: string | undefined;
|
|
6607
6608
|
prevent_anonymous?: boolean | undefined;
|
|
6609
|
+
has_unread_message?: boolean | undefined;
|
|
6608
6610
|
}[] | undefined;
|
|
6609
6611
|
} | undefined;
|
|
6610
6612
|
list_thread_req?: {
|
|
@@ -7471,6 +7473,7 @@ export declare const Envelope: {
|
|
|
7471
7473
|
about?: string | undefined;
|
|
7472
7474
|
short_url?: string | undefined;
|
|
7473
7475
|
prevent_anonymous?: boolean | undefined;
|
|
7476
|
+
has_unread_message?: boolean | undefined;
|
|
7474
7477
|
}[] | undefined;
|
|
7475
7478
|
} & {
|
|
7476
7479
|
clandesc?: ({
|
|
@@ -7491,6 +7494,7 @@ export declare const Envelope: {
|
|
|
7491
7494
|
about?: string | undefined;
|
|
7492
7495
|
short_url?: string | undefined;
|
|
7493
7496
|
prevent_anonymous?: boolean | undefined;
|
|
7497
|
+
has_unread_message?: boolean | undefined;
|
|
7494
7498
|
}[] & ({
|
|
7495
7499
|
creator_id?: string | undefined;
|
|
7496
7500
|
clan_name?: string | undefined;
|
|
@@ -7509,6 +7513,7 @@ export declare const Envelope: {
|
|
|
7509
7513
|
about?: string | undefined;
|
|
7510
7514
|
short_url?: string | undefined;
|
|
7511
7515
|
prevent_anonymous?: boolean | undefined;
|
|
7516
|
+
has_unread_message?: boolean | undefined;
|
|
7512
7517
|
} & {
|
|
7513
7518
|
creator_id?: string | undefined;
|
|
7514
7519
|
clan_name?: string | undefined;
|
|
@@ -7527,6 +7532,7 @@ export declare const Envelope: {
|
|
|
7527
7532
|
about?: string | undefined;
|
|
7528
7533
|
short_url?: string | undefined;
|
|
7529
7534
|
prevent_anonymous?: boolean | undefined;
|
|
7535
|
+
has_unread_message?: boolean | undefined;
|
|
7530
7536
|
} & { [K_193 in Exclude<keyof I["list_data_socket"]["clan_desc_list"]["clandesc"][number], keyof import("../api/api").ClanDesc>]: never; })[] & { [K_194 in Exclude<keyof I["list_data_socket"]["clan_desc_list"]["clandesc"], keyof {
|
|
7531
7537
|
creator_id?: string | undefined;
|
|
7532
7538
|
clan_name?: string | undefined;
|
|
@@ -7545,6 +7551,7 @@ export declare const Envelope: {
|
|
|
7545
7551
|
about?: string | undefined;
|
|
7546
7552
|
short_url?: string | undefined;
|
|
7547
7553
|
prevent_anonymous?: boolean | undefined;
|
|
7554
|
+
has_unread_message?: boolean | undefined;
|
|
7548
7555
|
}[]>]: never; }) | undefined;
|
|
7549
7556
|
} & { [K_195 in Exclude<keyof I["list_data_socket"]["clan_desc_list"], "clandesc">]: never; }) | undefined;
|
|
7550
7557
|
list_thread_req?: ({
|
|
@@ -11221,7 +11228,7 @@ export declare const Envelope: {
|
|
|
11221
11228
|
persistence?: boolean | undefined;
|
|
11222
11229
|
status?: string | undefined;
|
|
11223
11230
|
is_mobile?: boolean | undefined;
|
|
11224
|
-
|
|
11231
|
+
user_status?: string | undefined;
|
|
11225
11232
|
}[] | undefined;
|
|
11226
11233
|
self?: {
|
|
11227
11234
|
user_id?: string | undefined;
|
|
@@ -11230,7 +11237,7 @@ export declare const Envelope: {
|
|
|
11230
11237
|
persistence?: boolean | undefined;
|
|
11231
11238
|
status?: string | undefined;
|
|
11232
11239
|
is_mobile?: boolean | undefined;
|
|
11233
|
-
|
|
11240
|
+
user_status?: string | undefined;
|
|
11234
11241
|
} | undefined;
|
|
11235
11242
|
chanel_label?: string | undefined;
|
|
11236
11243
|
clan_logo?: string | undefined;
|
|
@@ -11385,7 +11392,7 @@ export declare const Envelope: {
|
|
|
11385
11392
|
persistence?: boolean | undefined;
|
|
11386
11393
|
status?: string | undefined;
|
|
11387
11394
|
is_mobile?: boolean | undefined;
|
|
11388
|
-
|
|
11395
|
+
user_status?: string | undefined;
|
|
11389
11396
|
}[] | undefined;
|
|
11390
11397
|
leaves?: {
|
|
11391
11398
|
user_id?: string | undefined;
|
|
@@ -11394,7 +11401,7 @@ export declare const Envelope: {
|
|
|
11394
11401
|
persistence?: boolean | undefined;
|
|
11395
11402
|
status?: string | undefined;
|
|
11396
11403
|
is_mobile?: boolean | undefined;
|
|
11397
|
-
|
|
11404
|
+
user_status?: string | undefined;
|
|
11398
11405
|
}[] | undefined;
|
|
11399
11406
|
clan_logo?: string | undefined;
|
|
11400
11407
|
category_name?: string | undefined;
|
|
@@ -11490,7 +11497,7 @@ export declare const Envelope: {
|
|
|
11490
11497
|
persistence?: boolean | undefined;
|
|
11491
11498
|
status?: string | undefined;
|
|
11492
11499
|
is_mobile?: boolean | undefined;
|
|
11493
|
-
|
|
11500
|
+
user_status?: string | undefined;
|
|
11494
11501
|
}[] | undefined;
|
|
11495
11502
|
} | undefined;
|
|
11496
11503
|
status_follow?: {
|
|
@@ -11505,7 +11512,7 @@ export declare const Envelope: {
|
|
|
11505
11512
|
persistence?: boolean | undefined;
|
|
11506
11513
|
status?: string | undefined;
|
|
11507
11514
|
is_mobile?: boolean | undefined;
|
|
11508
|
-
|
|
11515
|
+
user_status?: string | undefined;
|
|
11509
11516
|
}[] | undefined;
|
|
11510
11517
|
leaves?: {
|
|
11511
11518
|
user_id?: string | undefined;
|
|
@@ -11514,7 +11521,7 @@ export declare const Envelope: {
|
|
|
11514
11521
|
persistence?: boolean | undefined;
|
|
11515
11522
|
status?: string | undefined;
|
|
11516
11523
|
is_mobile?: boolean | undefined;
|
|
11517
|
-
|
|
11524
|
+
user_status?: string | undefined;
|
|
11518
11525
|
}[] | undefined;
|
|
11519
11526
|
} | undefined;
|
|
11520
11527
|
status_unfollow?: {
|
|
@@ -11537,7 +11544,7 @@ export declare const Envelope: {
|
|
|
11537
11544
|
persistence?: boolean | undefined;
|
|
11538
11545
|
status?: string | undefined;
|
|
11539
11546
|
is_mobile?: boolean | undefined;
|
|
11540
|
-
|
|
11547
|
+
user_status?: string | undefined;
|
|
11541
11548
|
} | undefined;
|
|
11542
11549
|
data?: string | undefined;
|
|
11543
11550
|
reliable?: boolean | undefined;
|
|
@@ -11556,7 +11563,7 @@ export declare const Envelope: {
|
|
|
11556
11563
|
persistence?: boolean | undefined;
|
|
11557
11564
|
status?: string | undefined;
|
|
11558
11565
|
is_mobile?: boolean | undefined;
|
|
11559
|
-
|
|
11566
|
+
user_status?: string | undefined;
|
|
11560
11567
|
}[] | undefined;
|
|
11561
11568
|
leaves?: {
|
|
11562
11569
|
user_id?: string | undefined;
|
|
@@ -11565,7 +11572,7 @@ export declare const Envelope: {
|
|
|
11565
11572
|
persistence?: boolean | undefined;
|
|
11566
11573
|
status?: string | undefined;
|
|
11567
11574
|
is_mobile?: boolean | undefined;
|
|
11568
|
-
|
|
11575
|
+
user_status?: string | undefined;
|
|
11569
11576
|
}[] | undefined;
|
|
11570
11577
|
} | undefined;
|
|
11571
11578
|
ping?: {} | undefined;
|
|
@@ -12317,6 +12324,7 @@ export declare const Envelope: {
|
|
|
12317
12324
|
about?: string | undefined;
|
|
12318
12325
|
short_url?: string | undefined;
|
|
12319
12326
|
prevent_anonymous?: boolean | undefined;
|
|
12327
|
+
has_unread_message?: boolean | undefined;
|
|
12320
12328
|
}[] | undefined;
|
|
12321
12329
|
} | undefined;
|
|
12322
12330
|
list_thread_req?: {
|
|
@@ -13232,7 +13240,7 @@ export declare const Envelope: {
|
|
|
13232
13240
|
persistence?: boolean | undefined;
|
|
13233
13241
|
status?: string | undefined;
|
|
13234
13242
|
is_mobile?: boolean | undefined;
|
|
13235
|
-
|
|
13243
|
+
user_status?: string | undefined;
|
|
13236
13244
|
}[] | undefined;
|
|
13237
13245
|
self?: {
|
|
13238
13246
|
user_id?: string | undefined;
|
|
@@ -13241,7 +13249,7 @@ export declare const Envelope: {
|
|
|
13241
13249
|
persistence?: boolean | undefined;
|
|
13242
13250
|
status?: string | undefined;
|
|
13243
13251
|
is_mobile?: boolean | undefined;
|
|
13244
|
-
|
|
13252
|
+
user_status?: string | undefined;
|
|
13245
13253
|
} | undefined;
|
|
13246
13254
|
chanel_label?: string | undefined;
|
|
13247
13255
|
clan_logo?: string | undefined;
|
|
@@ -13255,7 +13263,7 @@ export declare const Envelope: {
|
|
|
13255
13263
|
persistence?: boolean | undefined;
|
|
13256
13264
|
status?: string | undefined;
|
|
13257
13265
|
is_mobile?: boolean | undefined;
|
|
13258
|
-
|
|
13266
|
+
user_status?: string | undefined;
|
|
13259
13267
|
}[] & ({
|
|
13260
13268
|
user_id?: string | undefined;
|
|
13261
13269
|
session_id?: string | undefined;
|
|
@@ -13263,7 +13271,7 @@ export declare const Envelope: {
|
|
|
13263
13271
|
persistence?: boolean | undefined;
|
|
13264
13272
|
status?: string | undefined;
|
|
13265
13273
|
is_mobile?: boolean | undefined;
|
|
13266
|
-
|
|
13274
|
+
user_status?: string | undefined;
|
|
13267
13275
|
} & {
|
|
13268
13276
|
user_id?: string | undefined;
|
|
13269
13277
|
session_id?: string | undefined;
|
|
@@ -13271,7 +13279,7 @@ export declare const Envelope: {
|
|
|
13271
13279
|
persistence?: boolean | undefined;
|
|
13272
13280
|
status?: string | undefined;
|
|
13273
13281
|
is_mobile?: boolean | undefined;
|
|
13274
|
-
|
|
13282
|
+
user_status?: string | undefined;
|
|
13275
13283
|
} & { [K_391 in Exclude<keyof I_1["channel"]["presences"][number], keyof UserPresence>]: never; })[] & { [K_392 in Exclude<keyof I_1["channel"]["presences"], keyof {
|
|
13276
13284
|
user_id?: string | undefined;
|
|
13277
13285
|
session_id?: string | undefined;
|
|
@@ -13279,7 +13287,7 @@ export declare const Envelope: {
|
|
|
13279
13287
|
persistence?: boolean | undefined;
|
|
13280
13288
|
status?: string | undefined;
|
|
13281
13289
|
is_mobile?: boolean | undefined;
|
|
13282
|
-
|
|
13290
|
+
user_status?: string | undefined;
|
|
13283
13291
|
}[]>]: never; }) | undefined;
|
|
13284
13292
|
self?: ({
|
|
13285
13293
|
user_id?: string | undefined;
|
|
@@ -13288,7 +13296,7 @@ export declare const Envelope: {
|
|
|
13288
13296
|
persistence?: boolean | undefined;
|
|
13289
13297
|
status?: string | undefined;
|
|
13290
13298
|
is_mobile?: boolean | undefined;
|
|
13291
|
-
|
|
13299
|
+
user_status?: string | undefined;
|
|
13292
13300
|
} & {
|
|
13293
13301
|
user_id?: string | undefined;
|
|
13294
13302
|
session_id?: string | undefined;
|
|
@@ -13296,7 +13304,7 @@ export declare const Envelope: {
|
|
|
13296
13304
|
persistence?: boolean | undefined;
|
|
13297
13305
|
status?: string | undefined;
|
|
13298
13306
|
is_mobile?: boolean | undefined;
|
|
13299
|
-
|
|
13307
|
+
user_status?: string | undefined;
|
|
13300
13308
|
} & { [K_393 in Exclude<keyof I_1["channel"]["self"], keyof UserPresence>]: never; }) | undefined;
|
|
13301
13309
|
chanel_label?: string | undefined;
|
|
13302
13310
|
clan_logo?: string | undefined;
|
|
@@ -13718,7 +13726,7 @@ export declare const Envelope: {
|
|
|
13718
13726
|
persistence?: boolean | undefined;
|
|
13719
13727
|
status?: string | undefined;
|
|
13720
13728
|
is_mobile?: boolean | undefined;
|
|
13721
|
-
|
|
13729
|
+
user_status?: string | undefined;
|
|
13722
13730
|
}[] | undefined;
|
|
13723
13731
|
leaves?: {
|
|
13724
13732
|
user_id?: string | undefined;
|
|
@@ -13727,7 +13735,7 @@ export declare const Envelope: {
|
|
|
13727
13735
|
persistence?: boolean | undefined;
|
|
13728
13736
|
status?: string | undefined;
|
|
13729
13737
|
is_mobile?: boolean | undefined;
|
|
13730
|
-
|
|
13738
|
+
user_status?: string | undefined;
|
|
13731
13739
|
}[] | undefined;
|
|
13732
13740
|
clan_logo?: string | undefined;
|
|
13733
13741
|
category_name?: string | undefined;
|
|
@@ -13741,7 +13749,7 @@ export declare const Envelope: {
|
|
|
13741
13749
|
persistence?: boolean | undefined;
|
|
13742
13750
|
status?: string | undefined;
|
|
13743
13751
|
is_mobile?: boolean | undefined;
|
|
13744
|
-
|
|
13752
|
+
user_status?: string | undefined;
|
|
13745
13753
|
}[] & ({
|
|
13746
13754
|
user_id?: string | undefined;
|
|
13747
13755
|
session_id?: string | undefined;
|
|
@@ -13749,7 +13757,7 @@ export declare const Envelope: {
|
|
|
13749
13757
|
persistence?: boolean | undefined;
|
|
13750
13758
|
status?: string | undefined;
|
|
13751
13759
|
is_mobile?: boolean | undefined;
|
|
13752
|
-
|
|
13760
|
+
user_status?: string | undefined;
|
|
13753
13761
|
} & {
|
|
13754
13762
|
user_id?: string | undefined;
|
|
13755
13763
|
session_id?: string | undefined;
|
|
@@ -13757,7 +13765,7 @@ export declare const Envelope: {
|
|
|
13757
13765
|
persistence?: boolean | undefined;
|
|
13758
13766
|
status?: string | undefined;
|
|
13759
13767
|
is_mobile?: boolean | undefined;
|
|
13760
|
-
|
|
13768
|
+
user_status?: string | undefined;
|
|
13761
13769
|
} & { [K_413 in Exclude<keyof I_1["channel_presence_event"]["joins"][number], keyof UserPresence>]: never; })[] & { [K_414 in Exclude<keyof I_1["channel_presence_event"]["joins"], keyof {
|
|
13762
13770
|
user_id?: string | undefined;
|
|
13763
13771
|
session_id?: string | undefined;
|
|
@@ -13765,7 +13773,7 @@ export declare const Envelope: {
|
|
|
13765
13773
|
persistence?: boolean | undefined;
|
|
13766
13774
|
status?: string | undefined;
|
|
13767
13775
|
is_mobile?: boolean | undefined;
|
|
13768
|
-
|
|
13776
|
+
user_status?: string | undefined;
|
|
13769
13777
|
}[]>]: never; }) | undefined;
|
|
13770
13778
|
leaves?: ({
|
|
13771
13779
|
user_id?: string | undefined;
|
|
@@ -13774,7 +13782,7 @@ export declare const Envelope: {
|
|
|
13774
13782
|
persistence?: boolean | undefined;
|
|
13775
13783
|
status?: string | undefined;
|
|
13776
13784
|
is_mobile?: boolean | undefined;
|
|
13777
|
-
|
|
13785
|
+
user_status?: string | undefined;
|
|
13778
13786
|
}[] & ({
|
|
13779
13787
|
user_id?: string | undefined;
|
|
13780
13788
|
session_id?: string | undefined;
|
|
@@ -13782,7 +13790,7 @@ export declare const Envelope: {
|
|
|
13782
13790
|
persistence?: boolean | undefined;
|
|
13783
13791
|
status?: string | undefined;
|
|
13784
13792
|
is_mobile?: boolean | undefined;
|
|
13785
|
-
|
|
13793
|
+
user_status?: string | undefined;
|
|
13786
13794
|
} & {
|
|
13787
13795
|
user_id?: string | undefined;
|
|
13788
13796
|
session_id?: string | undefined;
|
|
@@ -13790,7 +13798,7 @@ export declare const Envelope: {
|
|
|
13790
13798
|
persistence?: boolean | undefined;
|
|
13791
13799
|
status?: string | undefined;
|
|
13792
13800
|
is_mobile?: boolean | undefined;
|
|
13793
|
-
|
|
13801
|
+
user_status?: string | undefined;
|
|
13794
13802
|
} & { [K_415 in Exclude<keyof I_1["channel_presence_event"]["leaves"][number], keyof UserPresence>]: never; })[] & { [K_416 in Exclude<keyof I_1["channel_presence_event"]["leaves"], keyof {
|
|
13795
13803
|
user_id?: string | undefined;
|
|
13796
13804
|
session_id?: string | undefined;
|
|
@@ -13798,7 +13806,7 @@ export declare const Envelope: {
|
|
|
13798
13806
|
persistence?: boolean | undefined;
|
|
13799
13807
|
status?: string | undefined;
|
|
13800
13808
|
is_mobile?: boolean | undefined;
|
|
13801
|
-
|
|
13809
|
+
user_status?: string | undefined;
|
|
13802
13810
|
}[]>]: never; }) | undefined;
|
|
13803
13811
|
clan_logo?: string | undefined;
|
|
13804
13812
|
category_name?: string | undefined;
|
|
@@ -14248,7 +14256,7 @@ export declare const Envelope: {
|
|
|
14248
14256
|
persistence?: boolean | undefined;
|
|
14249
14257
|
status?: string | undefined;
|
|
14250
14258
|
is_mobile?: boolean | undefined;
|
|
14251
|
-
|
|
14259
|
+
user_status?: string | undefined;
|
|
14252
14260
|
}[] | undefined;
|
|
14253
14261
|
} & {
|
|
14254
14262
|
presences?: ({
|
|
@@ -14258,7 +14266,7 @@ export declare const Envelope: {
|
|
|
14258
14266
|
persistence?: boolean | undefined;
|
|
14259
14267
|
status?: string | undefined;
|
|
14260
14268
|
is_mobile?: boolean | undefined;
|
|
14261
|
-
|
|
14269
|
+
user_status?: string | undefined;
|
|
14262
14270
|
}[] & ({
|
|
14263
14271
|
user_id?: string | undefined;
|
|
14264
14272
|
session_id?: string | undefined;
|
|
@@ -14266,7 +14274,7 @@ export declare const Envelope: {
|
|
|
14266
14274
|
persistence?: boolean | undefined;
|
|
14267
14275
|
status?: string | undefined;
|
|
14268
14276
|
is_mobile?: boolean | undefined;
|
|
14269
|
-
|
|
14277
|
+
user_status?: string | undefined;
|
|
14270
14278
|
} & {
|
|
14271
14279
|
user_id?: string | undefined;
|
|
14272
14280
|
session_id?: string | undefined;
|
|
@@ -14274,7 +14282,7 @@ export declare const Envelope: {
|
|
|
14274
14282
|
persistence?: boolean | undefined;
|
|
14275
14283
|
status?: string | undefined;
|
|
14276
14284
|
is_mobile?: boolean | undefined;
|
|
14277
|
-
|
|
14285
|
+
user_status?: string | undefined;
|
|
14278
14286
|
} & { [K_434 in Exclude<keyof I_1["status"]["presences"][number], keyof UserPresence>]: never; })[] & { [K_435 in Exclude<keyof I_1["status"]["presences"], keyof {
|
|
14279
14287
|
user_id?: string | undefined;
|
|
14280
14288
|
session_id?: string | undefined;
|
|
@@ -14282,7 +14290,7 @@ export declare const Envelope: {
|
|
|
14282
14290
|
persistence?: boolean | undefined;
|
|
14283
14291
|
status?: string | undefined;
|
|
14284
14292
|
is_mobile?: boolean | undefined;
|
|
14285
|
-
|
|
14293
|
+
user_status?: string | undefined;
|
|
14286
14294
|
}[]>]: never; }) | undefined;
|
|
14287
14295
|
} & { [K_436 in Exclude<keyof I_1["status"], "presences">]: never; }) | undefined;
|
|
14288
14296
|
status_follow?: ({
|
|
@@ -14300,7 +14308,7 @@ export declare const Envelope: {
|
|
|
14300
14308
|
persistence?: boolean | undefined;
|
|
14301
14309
|
status?: string | undefined;
|
|
14302
14310
|
is_mobile?: boolean | undefined;
|
|
14303
|
-
|
|
14311
|
+
user_status?: string | undefined;
|
|
14304
14312
|
}[] | undefined;
|
|
14305
14313
|
leaves?: {
|
|
14306
14314
|
user_id?: string | undefined;
|
|
@@ -14309,7 +14317,7 @@ export declare const Envelope: {
|
|
|
14309
14317
|
persistence?: boolean | undefined;
|
|
14310
14318
|
status?: string | undefined;
|
|
14311
14319
|
is_mobile?: boolean | undefined;
|
|
14312
|
-
|
|
14320
|
+
user_status?: string | undefined;
|
|
14313
14321
|
}[] | undefined;
|
|
14314
14322
|
} & {
|
|
14315
14323
|
joins?: ({
|
|
@@ -14319,7 +14327,7 @@ export declare const Envelope: {
|
|
|
14319
14327
|
persistence?: boolean | undefined;
|
|
14320
14328
|
status?: string | undefined;
|
|
14321
14329
|
is_mobile?: boolean | undefined;
|
|
14322
|
-
|
|
14330
|
+
user_status?: string | undefined;
|
|
14323
14331
|
}[] & ({
|
|
14324
14332
|
user_id?: string | undefined;
|
|
14325
14333
|
session_id?: string | undefined;
|
|
@@ -14327,7 +14335,7 @@ export declare const Envelope: {
|
|
|
14327
14335
|
persistence?: boolean | undefined;
|
|
14328
14336
|
status?: string | undefined;
|
|
14329
14337
|
is_mobile?: boolean | undefined;
|
|
14330
|
-
|
|
14338
|
+
user_status?: string | undefined;
|
|
14331
14339
|
} & {
|
|
14332
14340
|
user_id?: string | undefined;
|
|
14333
14341
|
session_id?: string | undefined;
|
|
@@ -14335,7 +14343,7 @@ export declare const Envelope: {
|
|
|
14335
14343
|
persistence?: boolean | undefined;
|
|
14336
14344
|
status?: string | undefined;
|
|
14337
14345
|
is_mobile?: boolean | undefined;
|
|
14338
|
-
|
|
14346
|
+
user_status?: string | undefined;
|
|
14339
14347
|
} & { [K_440 in Exclude<keyof I_1["status_presence_event"]["joins"][number], keyof UserPresence>]: never; })[] & { [K_441 in Exclude<keyof I_1["status_presence_event"]["joins"], keyof {
|
|
14340
14348
|
user_id?: string | undefined;
|
|
14341
14349
|
session_id?: string | undefined;
|
|
@@ -14343,7 +14351,7 @@ export declare const Envelope: {
|
|
|
14343
14351
|
persistence?: boolean | undefined;
|
|
14344
14352
|
status?: string | undefined;
|
|
14345
14353
|
is_mobile?: boolean | undefined;
|
|
14346
|
-
|
|
14354
|
+
user_status?: string | undefined;
|
|
14347
14355
|
}[]>]: never; }) | undefined;
|
|
14348
14356
|
leaves?: ({
|
|
14349
14357
|
user_id?: string | undefined;
|
|
@@ -14352,7 +14360,7 @@ export declare const Envelope: {
|
|
|
14352
14360
|
persistence?: boolean | undefined;
|
|
14353
14361
|
status?: string | undefined;
|
|
14354
14362
|
is_mobile?: boolean | undefined;
|
|
14355
|
-
|
|
14363
|
+
user_status?: string | undefined;
|
|
14356
14364
|
}[] & ({
|
|
14357
14365
|
user_id?: string | undefined;
|
|
14358
14366
|
session_id?: string | undefined;
|
|
@@ -14360,7 +14368,7 @@ export declare const Envelope: {
|
|
|
14360
14368
|
persistence?: boolean | undefined;
|
|
14361
14369
|
status?: string | undefined;
|
|
14362
14370
|
is_mobile?: boolean | undefined;
|
|
14363
|
-
|
|
14371
|
+
user_status?: string | undefined;
|
|
14364
14372
|
} & {
|
|
14365
14373
|
user_id?: string | undefined;
|
|
14366
14374
|
session_id?: string | undefined;
|
|
@@ -14368,7 +14376,7 @@ export declare const Envelope: {
|
|
|
14368
14376
|
persistence?: boolean | undefined;
|
|
14369
14377
|
status?: string | undefined;
|
|
14370
14378
|
is_mobile?: boolean | undefined;
|
|
14371
|
-
|
|
14379
|
+
user_status?: string | undefined;
|
|
14372
14380
|
} & { [K_442 in Exclude<keyof I_1["status_presence_event"]["leaves"][number], keyof UserPresence>]: never; })[] & { [K_443 in Exclude<keyof I_1["status_presence_event"]["leaves"], keyof {
|
|
14373
14381
|
user_id?: string | undefined;
|
|
14374
14382
|
session_id?: string | undefined;
|
|
@@ -14376,7 +14384,7 @@ export declare const Envelope: {
|
|
|
14376
14384
|
persistence?: boolean | undefined;
|
|
14377
14385
|
status?: string | undefined;
|
|
14378
14386
|
is_mobile?: boolean | undefined;
|
|
14379
|
-
|
|
14387
|
+
user_status?: string | undefined;
|
|
14380
14388
|
}[]>]: never; }) | undefined;
|
|
14381
14389
|
} & { [K_444 in Exclude<keyof I_1["status_presence_event"], keyof StatusPresenceEvent>]: never; }) | undefined;
|
|
14382
14390
|
status_unfollow?: ({
|
|
@@ -14403,7 +14411,7 @@ export declare const Envelope: {
|
|
|
14403
14411
|
persistence?: boolean | undefined;
|
|
14404
14412
|
status?: string | undefined;
|
|
14405
14413
|
is_mobile?: boolean | undefined;
|
|
14406
|
-
|
|
14414
|
+
user_status?: string | undefined;
|
|
14407
14415
|
} | undefined;
|
|
14408
14416
|
data?: string | undefined;
|
|
14409
14417
|
reliable?: boolean | undefined;
|
|
@@ -14426,7 +14434,7 @@ export declare const Envelope: {
|
|
|
14426
14434
|
persistence?: boolean | undefined;
|
|
14427
14435
|
status?: string | undefined;
|
|
14428
14436
|
is_mobile?: boolean | undefined;
|
|
14429
|
-
|
|
14437
|
+
user_status?: string | undefined;
|
|
14430
14438
|
} & {
|
|
14431
14439
|
user_id?: string | undefined;
|
|
14432
14440
|
session_id?: string | undefined;
|
|
@@ -14434,7 +14442,7 @@ export declare const Envelope: {
|
|
|
14434
14442
|
persistence?: boolean | undefined;
|
|
14435
14443
|
status?: string | undefined;
|
|
14436
14444
|
is_mobile?: boolean | undefined;
|
|
14437
|
-
|
|
14445
|
+
user_status?: string | undefined;
|
|
14438
14446
|
} & { [K_449 in Exclude<keyof I_1["stream_data"]["sender"], keyof UserPresence>]: never; }) | undefined;
|
|
14439
14447
|
data?: string | undefined;
|
|
14440
14448
|
reliable?: boolean | undefined;
|
|
@@ -14453,7 +14461,7 @@ export declare const Envelope: {
|
|
|
14453
14461
|
persistence?: boolean | undefined;
|
|
14454
14462
|
status?: string | undefined;
|
|
14455
14463
|
is_mobile?: boolean | undefined;
|
|
14456
|
-
|
|
14464
|
+
user_status?: string | undefined;
|
|
14457
14465
|
}[] | undefined;
|
|
14458
14466
|
leaves?: {
|
|
14459
14467
|
user_id?: string | undefined;
|
|
@@ -14462,7 +14470,7 @@ export declare const Envelope: {
|
|
|
14462
14470
|
persistence?: boolean | undefined;
|
|
14463
14471
|
status?: string | undefined;
|
|
14464
14472
|
is_mobile?: boolean | undefined;
|
|
14465
|
-
|
|
14473
|
+
user_status?: string | undefined;
|
|
14466
14474
|
}[] | undefined;
|
|
14467
14475
|
} & {
|
|
14468
14476
|
stream?: ({
|
|
@@ -14483,7 +14491,7 @@ export declare const Envelope: {
|
|
|
14483
14491
|
persistence?: boolean | undefined;
|
|
14484
14492
|
status?: string | undefined;
|
|
14485
14493
|
is_mobile?: boolean | undefined;
|
|
14486
|
-
|
|
14494
|
+
user_status?: string | undefined;
|
|
14487
14495
|
}[] & ({
|
|
14488
14496
|
user_id?: string | undefined;
|
|
14489
14497
|
session_id?: string | undefined;
|
|
@@ -14491,7 +14499,7 @@ export declare const Envelope: {
|
|
|
14491
14499
|
persistence?: boolean | undefined;
|
|
14492
14500
|
status?: string | undefined;
|
|
14493
14501
|
is_mobile?: boolean | undefined;
|
|
14494
|
-
|
|
14502
|
+
user_status?: string | undefined;
|
|
14495
14503
|
} & {
|
|
14496
14504
|
user_id?: string | undefined;
|
|
14497
14505
|
session_id?: string | undefined;
|
|
@@ -14499,7 +14507,7 @@ export declare const Envelope: {
|
|
|
14499
14507
|
persistence?: boolean | undefined;
|
|
14500
14508
|
status?: string | undefined;
|
|
14501
14509
|
is_mobile?: boolean | undefined;
|
|
14502
|
-
|
|
14510
|
+
user_status?: string | undefined;
|
|
14503
14511
|
} & { [K_452 in Exclude<keyof I_1["stream_presence_event"]["joins"][number], keyof UserPresence>]: never; })[] & { [K_453 in Exclude<keyof I_1["stream_presence_event"]["joins"], keyof {
|
|
14504
14512
|
user_id?: string | undefined;
|
|
14505
14513
|
session_id?: string | undefined;
|
|
@@ -14507,7 +14515,7 @@ export declare const Envelope: {
|
|
|
14507
14515
|
persistence?: boolean | undefined;
|
|
14508
14516
|
status?: string | undefined;
|
|
14509
14517
|
is_mobile?: boolean | undefined;
|
|
14510
|
-
|
|
14518
|
+
user_status?: string | undefined;
|
|
14511
14519
|
}[]>]: never; }) | undefined;
|
|
14512
14520
|
leaves?: ({
|
|
14513
14521
|
user_id?: string | undefined;
|
|
@@ -14516,7 +14524,7 @@ export declare const Envelope: {
|
|
|
14516
14524
|
persistence?: boolean | undefined;
|
|
14517
14525
|
status?: string | undefined;
|
|
14518
14526
|
is_mobile?: boolean | undefined;
|
|
14519
|
-
|
|
14527
|
+
user_status?: string | undefined;
|
|
14520
14528
|
}[] & ({
|
|
14521
14529
|
user_id?: string | undefined;
|
|
14522
14530
|
session_id?: string | undefined;
|
|
@@ -14524,7 +14532,7 @@ export declare const Envelope: {
|
|
|
14524
14532
|
persistence?: boolean | undefined;
|
|
14525
14533
|
status?: string | undefined;
|
|
14526
14534
|
is_mobile?: boolean | undefined;
|
|
14527
|
-
|
|
14535
|
+
user_status?: string | undefined;
|
|
14528
14536
|
} & {
|
|
14529
14537
|
user_id?: string | undefined;
|
|
14530
14538
|
session_id?: string | undefined;
|
|
@@ -14532,7 +14540,7 @@ export declare const Envelope: {
|
|
|
14532
14540
|
persistence?: boolean | undefined;
|
|
14533
14541
|
status?: string | undefined;
|
|
14534
14542
|
is_mobile?: boolean | undefined;
|
|
14535
|
-
|
|
14543
|
+
user_status?: string | undefined;
|
|
14536
14544
|
} & { [K_454 in Exclude<keyof I_1["stream_presence_event"]["leaves"][number], keyof UserPresence>]: never; })[] & { [K_455 in Exclude<keyof I_1["stream_presence_event"]["leaves"], keyof {
|
|
14537
14545
|
user_id?: string | undefined;
|
|
14538
14546
|
session_id?: string | undefined;
|
|
@@ -14540,7 +14548,7 @@ export declare const Envelope: {
|
|
|
14540
14548
|
persistence?: boolean | undefined;
|
|
14541
14549
|
status?: string | undefined;
|
|
14542
14550
|
is_mobile?: boolean | undefined;
|
|
14543
|
-
|
|
14551
|
+
user_status?: string | undefined;
|
|
14544
14552
|
}[]>]: never; }) | undefined;
|
|
14545
14553
|
} & { [K_456 in Exclude<keyof I_1["stream_presence_event"], keyof StreamPresenceEvent>]: never; }) | undefined;
|
|
14546
14554
|
ping?: ({} & {} & { [K_457 in Exclude<keyof I_1["ping"], never>]: never; }) | undefined;
|
|
@@ -16532,6 +16540,7 @@ export declare const Envelope: {
|
|
|
16532
16540
|
about?: string | undefined;
|
|
16533
16541
|
short_url?: string | undefined;
|
|
16534
16542
|
prevent_anonymous?: boolean | undefined;
|
|
16543
|
+
has_unread_message?: boolean | undefined;
|
|
16535
16544
|
}[] | undefined;
|
|
16536
16545
|
} | undefined;
|
|
16537
16546
|
list_thread_req?: {
|
|
@@ -17398,6 +17407,7 @@ export declare const Envelope: {
|
|
|
17398
17407
|
about?: string | undefined;
|
|
17399
17408
|
short_url?: string | undefined;
|
|
17400
17409
|
prevent_anonymous?: boolean | undefined;
|
|
17410
|
+
has_unread_message?: boolean | undefined;
|
|
17401
17411
|
}[] | undefined;
|
|
17402
17412
|
} & {
|
|
17403
17413
|
clandesc?: ({
|
|
@@ -17418,6 +17428,7 @@ export declare const Envelope: {
|
|
|
17418
17428
|
about?: string | undefined;
|
|
17419
17429
|
short_url?: string | undefined;
|
|
17420
17430
|
prevent_anonymous?: boolean | undefined;
|
|
17431
|
+
has_unread_message?: boolean | undefined;
|
|
17421
17432
|
}[] & ({
|
|
17422
17433
|
creator_id?: string | undefined;
|
|
17423
17434
|
clan_name?: string | undefined;
|
|
@@ -17436,6 +17447,7 @@ export declare const Envelope: {
|
|
|
17436
17447
|
about?: string | undefined;
|
|
17437
17448
|
short_url?: string | undefined;
|
|
17438
17449
|
prevent_anonymous?: boolean | undefined;
|
|
17450
|
+
has_unread_message?: boolean | undefined;
|
|
17439
17451
|
} & {
|
|
17440
17452
|
creator_id?: string | undefined;
|
|
17441
17453
|
clan_name?: string | undefined;
|
|
@@ -17454,6 +17466,7 @@ export declare const Envelope: {
|
|
|
17454
17466
|
about?: string | undefined;
|
|
17455
17467
|
short_url?: string | undefined;
|
|
17456
17468
|
prevent_anonymous?: boolean | undefined;
|
|
17469
|
+
has_unread_message?: boolean | undefined;
|
|
17457
17470
|
} & { [K_584 in Exclude<keyof I_1["list_data_socket"]["clan_desc_list"]["clandesc"][number], keyof import("../api/api").ClanDesc>]: never; })[] & { [K_585 in Exclude<keyof I_1["list_data_socket"]["clan_desc_list"]["clandesc"], keyof {
|
|
17458
17471
|
creator_id?: string | undefined;
|
|
17459
17472
|
clan_name?: string | undefined;
|
|
@@ -17472,6 +17485,7 @@ export declare const Envelope: {
|
|
|
17472
17485
|
about?: string | undefined;
|
|
17473
17486
|
short_url?: string | undefined;
|
|
17474
17487
|
prevent_anonymous?: boolean | undefined;
|
|
17488
|
+
has_unread_message?: boolean | undefined;
|
|
17475
17489
|
}[]>]: never; }) | undefined;
|
|
17476
17490
|
} & { [K_586 in Exclude<keyof I_1["list_data_socket"]["clan_desc_list"], "clandesc">]: never; }) | undefined;
|
|
17477
17491
|
list_thread_req?: ({
|
|
@@ -21726,7 +21740,7 @@ export declare const Channel: {
|
|
|
21726
21740
|
persistence?: boolean | undefined;
|
|
21727
21741
|
status?: string | undefined;
|
|
21728
21742
|
is_mobile?: boolean | undefined;
|
|
21729
|
-
|
|
21743
|
+
user_status?: string | undefined;
|
|
21730
21744
|
}[] | undefined;
|
|
21731
21745
|
self?: {
|
|
21732
21746
|
user_id?: string | undefined;
|
|
@@ -21735,7 +21749,7 @@ export declare const Channel: {
|
|
|
21735
21749
|
persistence?: boolean | undefined;
|
|
21736
21750
|
status?: string | undefined;
|
|
21737
21751
|
is_mobile?: boolean | undefined;
|
|
21738
|
-
|
|
21752
|
+
user_status?: string | undefined;
|
|
21739
21753
|
} | undefined;
|
|
21740
21754
|
chanel_label?: string | undefined;
|
|
21741
21755
|
clan_logo?: string | undefined;
|
|
@@ -21749,7 +21763,7 @@ export declare const Channel: {
|
|
|
21749
21763
|
persistence?: boolean | undefined;
|
|
21750
21764
|
status?: string | undefined;
|
|
21751
21765
|
is_mobile?: boolean | undefined;
|
|
21752
|
-
|
|
21766
|
+
user_status?: string | undefined;
|
|
21753
21767
|
}[] & ({
|
|
21754
21768
|
user_id?: string | undefined;
|
|
21755
21769
|
session_id?: string | undefined;
|
|
@@ -21757,7 +21771,7 @@ export declare const Channel: {
|
|
|
21757
21771
|
persistence?: boolean | undefined;
|
|
21758
21772
|
status?: string | undefined;
|
|
21759
21773
|
is_mobile?: boolean | undefined;
|
|
21760
|
-
|
|
21774
|
+
user_status?: string | undefined;
|
|
21761
21775
|
} & {
|
|
21762
21776
|
user_id?: string | undefined;
|
|
21763
21777
|
session_id?: string | undefined;
|
|
@@ -21765,7 +21779,7 @@ export declare const Channel: {
|
|
|
21765
21779
|
persistence?: boolean | undefined;
|
|
21766
21780
|
status?: string | undefined;
|
|
21767
21781
|
is_mobile?: boolean | undefined;
|
|
21768
|
-
|
|
21782
|
+
user_status?: string | undefined;
|
|
21769
21783
|
} & { [K in Exclude<keyof I["presences"][number], keyof UserPresence>]: never; })[] & { [K_1 in Exclude<keyof I["presences"], keyof {
|
|
21770
21784
|
user_id?: string | undefined;
|
|
21771
21785
|
session_id?: string | undefined;
|
|
@@ -21773,7 +21787,7 @@ export declare const Channel: {
|
|
|
21773
21787
|
persistence?: boolean | undefined;
|
|
21774
21788
|
status?: string | undefined;
|
|
21775
21789
|
is_mobile?: boolean | undefined;
|
|
21776
|
-
|
|
21790
|
+
user_status?: string | undefined;
|
|
21777
21791
|
}[]>]: never; }) | undefined;
|
|
21778
21792
|
self?: ({
|
|
21779
21793
|
user_id?: string | undefined;
|
|
@@ -21782,7 +21796,7 @@ export declare const Channel: {
|
|
|
21782
21796
|
persistence?: boolean | undefined;
|
|
21783
21797
|
status?: string | undefined;
|
|
21784
21798
|
is_mobile?: boolean | undefined;
|
|
21785
|
-
|
|
21799
|
+
user_status?: string | undefined;
|
|
21786
21800
|
} & {
|
|
21787
21801
|
user_id?: string | undefined;
|
|
21788
21802
|
session_id?: string | undefined;
|
|
@@ -21790,7 +21804,7 @@ export declare const Channel: {
|
|
|
21790
21804
|
persistence?: boolean | undefined;
|
|
21791
21805
|
status?: string | undefined;
|
|
21792
21806
|
is_mobile?: boolean | undefined;
|
|
21793
|
-
|
|
21807
|
+
user_status?: string | undefined;
|
|
21794
21808
|
} & { [K_2 in Exclude<keyof I["self"], keyof UserPresence>]: never; }) | undefined;
|
|
21795
21809
|
chanel_label?: string | undefined;
|
|
21796
21810
|
clan_logo?: string | undefined;
|
|
@@ -21805,7 +21819,7 @@ export declare const Channel: {
|
|
|
21805
21819
|
persistence?: boolean | undefined;
|
|
21806
21820
|
status?: string | undefined;
|
|
21807
21821
|
is_mobile?: boolean | undefined;
|
|
21808
|
-
|
|
21822
|
+
user_status?: string | undefined;
|
|
21809
21823
|
}[] | undefined;
|
|
21810
21824
|
self?: {
|
|
21811
21825
|
user_id?: string | undefined;
|
|
@@ -21814,7 +21828,7 @@ export declare const Channel: {
|
|
|
21814
21828
|
persistence?: boolean | undefined;
|
|
21815
21829
|
status?: string | undefined;
|
|
21816
21830
|
is_mobile?: boolean | undefined;
|
|
21817
|
-
|
|
21831
|
+
user_status?: string | undefined;
|
|
21818
21832
|
} | undefined;
|
|
21819
21833
|
chanel_label?: string | undefined;
|
|
21820
21834
|
clan_logo?: string | undefined;
|
|
@@ -21828,7 +21842,7 @@ export declare const Channel: {
|
|
|
21828
21842
|
persistence?: boolean | undefined;
|
|
21829
21843
|
status?: string | undefined;
|
|
21830
21844
|
is_mobile?: boolean | undefined;
|
|
21831
|
-
|
|
21845
|
+
user_status?: string | undefined;
|
|
21832
21846
|
}[] & ({
|
|
21833
21847
|
user_id?: string | undefined;
|
|
21834
21848
|
session_id?: string | undefined;
|
|
@@ -21836,7 +21850,7 @@ export declare const Channel: {
|
|
|
21836
21850
|
persistence?: boolean | undefined;
|
|
21837
21851
|
status?: string | undefined;
|
|
21838
21852
|
is_mobile?: boolean | undefined;
|
|
21839
|
-
|
|
21853
|
+
user_status?: string | undefined;
|
|
21840
21854
|
} & {
|
|
21841
21855
|
user_id?: string | undefined;
|
|
21842
21856
|
session_id?: string | undefined;
|
|
@@ -21844,7 +21858,7 @@ export declare const Channel: {
|
|
|
21844
21858
|
persistence?: boolean | undefined;
|
|
21845
21859
|
status?: string | undefined;
|
|
21846
21860
|
is_mobile?: boolean | undefined;
|
|
21847
|
-
|
|
21861
|
+
user_status?: string | undefined;
|
|
21848
21862
|
} & { [K_4 in Exclude<keyof I_1["presences"][number], keyof UserPresence>]: never; })[] & { [K_5 in Exclude<keyof I_1["presences"], keyof {
|
|
21849
21863
|
user_id?: string | undefined;
|
|
21850
21864
|
session_id?: string | undefined;
|
|
@@ -21852,7 +21866,7 @@ export declare const Channel: {
|
|
|
21852
21866
|
persistence?: boolean | undefined;
|
|
21853
21867
|
status?: string | undefined;
|
|
21854
21868
|
is_mobile?: boolean | undefined;
|
|
21855
|
-
|
|
21869
|
+
user_status?: string | undefined;
|
|
21856
21870
|
}[]>]: never; }) | undefined;
|
|
21857
21871
|
self?: ({
|
|
21858
21872
|
user_id?: string | undefined;
|
|
@@ -21861,7 +21875,7 @@ export declare const Channel: {
|
|
|
21861
21875
|
persistence?: boolean | undefined;
|
|
21862
21876
|
status?: string | undefined;
|
|
21863
21877
|
is_mobile?: boolean | undefined;
|
|
21864
|
-
|
|
21878
|
+
user_status?: string | undefined;
|
|
21865
21879
|
} & {
|
|
21866
21880
|
user_id?: string | undefined;
|
|
21867
21881
|
session_id?: string | undefined;
|
|
@@ -21869,7 +21883,7 @@ export declare const Channel: {
|
|
|
21869
21883
|
persistence?: boolean | undefined;
|
|
21870
21884
|
status?: string | undefined;
|
|
21871
21885
|
is_mobile?: boolean | undefined;
|
|
21872
|
-
|
|
21886
|
+
user_status?: string | undefined;
|
|
21873
21887
|
} & { [K_6 in Exclude<keyof I_1["self"], keyof UserPresence>]: never; }) | undefined;
|
|
21874
21888
|
chanel_label?: string | undefined;
|
|
21875
21889
|
clan_logo?: string | undefined;
|
|
@@ -23564,7 +23578,7 @@ export declare const ChannelPresenceEvent: {
|
|
|
23564
23578
|
persistence?: boolean | undefined;
|
|
23565
23579
|
status?: string | undefined;
|
|
23566
23580
|
is_mobile?: boolean | undefined;
|
|
23567
|
-
|
|
23581
|
+
user_status?: string | undefined;
|
|
23568
23582
|
}[] | undefined;
|
|
23569
23583
|
leaves?: {
|
|
23570
23584
|
user_id?: string | undefined;
|
|
@@ -23573,7 +23587,7 @@ export declare const ChannelPresenceEvent: {
|
|
|
23573
23587
|
persistence?: boolean | undefined;
|
|
23574
23588
|
status?: string | undefined;
|
|
23575
23589
|
is_mobile?: boolean | undefined;
|
|
23576
|
-
|
|
23590
|
+
user_status?: string | undefined;
|
|
23577
23591
|
}[] | undefined;
|
|
23578
23592
|
clan_logo?: string | undefined;
|
|
23579
23593
|
category_name?: string | undefined;
|
|
@@ -23587,7 +23601,7 @@ export declare const ChannelPresenceEvent: {
|
|
|
23587
23601
|
persistence?: boolean | undefined;
|
|
23588
23602
|
status?: string | undefined;
|
|
23589
23603
|
is_mobile?: boolean | undefined;
|
|
23590
|
-
|
|
23604
|
+
user_status?: string | undefined;
|
|
23591
23605
|
}[] & ({
|
|
23592
23606
|
user_id?: string | undefined;
|
|
23593
23607
|
session_id?: string | undefined;
|
|
@@ -23595,7 +23609,7 @@ export declare const ChannelPresenceEvent: {
|
|
|
23595
23609
|
persistence?: boolean | undefined;
|
|
23596
23610
|
status?: string | undefined;
|
|
23597
23611
|
is_mobile?: boolean | undefined;
|
|
23598
|
-
|
|
23612
|
+
user_status?: string | undefined;
|
|
23599
23613
|
} & {
|
|
23600
23614
|
user_id?: string | undefined;
|
|
23601
23615
|
session_id?: string | undefined;
|
|
@@ -23603,7 +23617,7 @@ export declare const ChannelPresenceEvent: {
|
|
|
23603
23617
|
persistence?: boolean | undefined;
|
|
23604
23618
|
status?: string | undefined;
|
|
23605
23619
|
is_mobile?: boolean | undefined;
|
|
23606
|
-
|
|
23620
|
+
user_status?: string | undefined;
|
|
23607
23621
|
} & { [K in Exclude<keyof I["joins"][number], keyof UserPresence>]: never; })[] & { [K_1 in Exclude<keyof I["joins"], keyof {
|
|
23608
23622
|
user_id?: string | undefined;
|
|
23609
23623
|
session_id?: string | undefined;
|
|
@@ -23611,7 +23625,7 @@ export declare const ChannelPresenceEvent: {
|
|
|
23611
23625
|
persistence?: boolean | undefined;
|
|
23612
23626
|
status?: string | undefined;
|
|
23613
23627
|
is_mobile?: boolean | undefined;
|
|
23614
|
-
|
|
23628
|
+
user_status?: string | undefined;
|
|
23615
23629
|
}[]>]: never; }) | undefined;
|
|
23616
23630
|
leaves?: ({
|
|
23617
23631
|
user_id?: string | undefined;
|
|
@@ -23620,7 +23634,7 @@ export declare const ChannelPresenceEvent: {
|
|
|
23620
23634
|
persistence?: boolean | undefined;
|
|
23621
23635
|
status?: string | undefined;
|
|
23622
23636
|
is_mobile?: boolean | undefined;
|
|
23623
|
-
|
|
23637
|
+
user_status?: string | undefined;
|
|
23624
23638
|
}[] & ({
|
|
23625
23639
|
user_id?: string | undefined;
|
|
23626
23640
|
session_id?: string | undefined;
|
|
@@ -23628,7 +23642,7 @@ export declare const ChannelPresenceEvent: {
|
|
|
23628
23642
|
persistence?: boolean | undefined;
|
|
23629
23643
|
status?: string | undefined;
|
|
23630
23644
|
is_mobile?: boolean | undefined;
|
|
23631
|
-
|
|
23645
|
+
user_status?: string | undefined;
|
|
23632
23646
|
} & {
|
|
23633
23647
|
user_id?: string | undefined;
|
|
23634
23648
|
session_id?: string | undefined;
|
|
@@ -23636,7 +23650,7 @@ export declare const ChannelPresenceEvent: {
|
|
|
23636
23650
|
persistence?: boolean | undefined;
|
|
23637
23651
|
status?: string | undefined;
|
|
23638
23652
|
is_mobile?: boolean | undefined;
|
|
23639
|
-
|
|
23653
|
+
user_status?: string | undefined;
|
|
23640
23654
|
} & { [K_2 in Exclude<keyof I["leaves"][number], keyof UserPresence>]: never; })[] & { [K_3 in Exclude<keyof I["leaves"], keyof {
|
|
23641
23655
|
user_id?: string | undefined;
|
|
23642
23656
|
session_id?: string | undefined;
|
|
@@ -23644,7 +23658,7 @@ export declare const ChannelPresenceEvent: {
|
|
|
23644
23658
|
persistence?: boolean | undefined;
|
|
23645
23659
|
status?: string | undefined;
|
|
23646
23660
|
is_mobile?: boolean | undefined;
|
|
23647
|
-
|
|
23661
|
+
user_status?: string | undefined;
|
|
23648
23662
|
}[]>]: never; }) | undefined;
|
|
23649
23663
|
clan_logo?: string | undefined;
|
|
23650
23664
|
category_name?: string | undefined;
|
|
@@ -23659,7 +23673,7 @@ export declare const ChannelPresenceEvent: {
|
|
|
23659
23673
|
persistence?: boolean | undefined;
|
|
23660
23674
|
status?: string | undefined;
|
|
23661
23675
|
is_mobile?: boolean | undefined;
|
|
23662
|
-
|
|
23676
|
+
user_status?: string | undefined;
|
|
23663
23677
|
}[] | undefined;
|
|
23664
23678
|
leaves?: {
|
|
23665
23679
|
user_id?: string | undefined;
|
|
@@ -23668,7 +23682,7 @@ export declare const ChannelPresenceEvent: {
|
|
|
23668
23682
|
persistence?: boolean | undefined;
|
|
23669
23683
|
status?: string | undefined;
|
|
23670
23684
|
is_mobile?: boolean | undefined;
|
|
23671
|
-
|
|
23685
|
+
user_status?: string | undefined;
|
|
23672
23686
|
}[] | undefined;
|
|
23673
23687
|
clan_logo?: string | undefined;
|
|
23674
23688
|
category_name?: string | undefined;
|
|
@@ -23682,7 +23696,7 @@ export declare const ChannelPresenceEvent: {
|
|
|
23682
23696
|
persistence?: boolean | undefined;
|
|
23683
23697
|
status?: string | undefined;
|
|
23684
23698
|
is_mobile?: boolean | undefined;
|
|
23685
|
-
|
|
23699
|
+
user_status?: string | undefined;
|
|
23686
23700
|
}[] & ({
|
|
23687
23701
|
user_id?: string | undefined;
|
|
23688
23702
|
session_id?: string | undefined;
|
|
@@ -23690,7 +23704,7 @@ export declare const ChannelPresenceEvent: {
|
|
|
23690
23704
|
persistence?: boolean | undefined;
|
|
23691
23705
|
status?: string | undefined;
|
|
23692
23706
|
is_mobile?: boolean | undefined;
|
|
23693
|
-
|
|
23707
|
+
user_status?: string | undefined;
|
|
23694
23708
|
} & {
|
|
23695
23709
|
user_id?: string | undefined;
|
|
23696
23710
|
session_id?: string | undefined;
|
|
@@ -23698,7 +23712,7 @@ export declare const ChannelPresenceEvent: {
|
|
|
23698
23712
|
persistence?: boolean | undefined;
|
|
23699
23713
|
status?: string | undefined;
|
|
23700
23714
|
is_mobile?: boolean | undefined;
|
|
23701
|
-
|
|
23715
|
+
user_status?: string | undefined;
|
|
23702
23716
|
} & { [K_5 in Exclude<keyof I_1["joins"][number], keyof UserPresence>]: never; })[] & { [K_6 in Exclude<keyof I_1["joins"], keyof {
|
|
23703
23717
|
user_id?: string | undefined;
|
|
23704
23718
|
session_id?: string | undefined;
|
|
@@ -23706,7 +23720,7 @@ export declare const ChannelPresenceEvent: {
|
|
|
23706
23720
|
persistence?: boolean | undefined;
|
|
23707
23721
|
status?: string | undefined;
|
|
23708
23722
|
is_mobile?: boolean | undefined;
|
|
23709
|
-
|
|
23723
|
+
user_status?: string | undefined;
|
|
23710
23724
|
}[]>]: never; }) | undefined;
|
|
23711
23725
|
leaves?: ({
|
|
23712
23726
|
user_id?: string | undefined;
|
|
@@ -23715,7 +23729,7 @@ export declare const ChannelPresenceEvent: {
|
|
|
23715
23729
|
persistence?: boolean | undefined;
|
|
23716
23730
|
status?: string | undefined;
|
|
23717
23731
|
is_mobile?: boolean | undefined;
|
|
23718
|
-
|
|
23732
|
+
user_status?: string | undefined;
|
|
23719
23733
|
}[] & ({
|
|
23720
23734
|
user_id?: string | undefined;
|
|
23721
23735
|
session_id?: string | undefined;
|
|
@@ -23723,7 +23737,7 @@ export declare const ChannelPresenceEvent: {
|
|
|
23723
23737
|
persistence?: boolean | undefined;
|
|
23724
23738
|
status?: string | undefined;
|
|
23725
23739
|
is_mobile?: boolean | undefined;
|
|
23726
|
-
|
|
23740
|
+
user_status?: string | undefined;
|
|
23727
23741
|
} & {
|
|
23728
23742
|
user_id?: string | undefined;
|
|
23729
23743
|
session_id?: string | undefined;
|
|
@@ -23731,7 +23745,7 @@ export declare const ChannelPresenceEvent: {
|
|
|
23731
23745
|
persistence?: boolean | undefined;
|
|
23732
23746
|
status?: string | undefined;
|
|
23733
23747
|
is_mobile?: boolean | undefined;
|
|
23734
|
-
|
|
23748
|
+
user_status?: string | undefined;
|
|
23735
23749
|
} & { [K_7 in Exclude<keyof I_1["leaves"][number], keyof UserPresence>]: never; })[] & { [K_8 in Exclude<keyof I_1["leaves"], keyof {
|
|
23736
23750
|
user_id?: string | undefined;
|
|
23737
23751
|
session_id?: string | undefined;
|
|
@@ -23739,7 +23753,7 @@ export declare const ChannelPresenceEvent: {
|
|
|
23739
23753
|
persistence?: boolean | undefined;
|
|
23740
23754
|
status?: string | undefined;
|
|
23741
23755
|
is_mobile?: boolean | undefined;
|
|
23742
|
-
|
|
23756
|
+
user_status?: string | undefined;
|
|
23743
23757
|
}[]>]: never; }) | undefined;
|
|
23744
23758
|
clan_logo?: string | undefined;
|
|
23745
23759
|
category_name?: string | undefined;
|
|
@@ -24737,7 +24751,7 @@ export declare const Status: {
|
|
|
24737
24751
|
persistence?: boolean | undefined;
|
|
24738
24752
|
status?: string | undefined;
|
|
24739
24753
|
is_mobile?: boolean | undefined;
|
|
24740
|
-
|
|
24754
|
+
user_status?: string | undefined;
|
|
24741
24755
|
}[] | undefined;
|
|
24742
24756
|
} & {
|
|
24743
24757
|
presences?: ({
|
|
@@ -24747,7 +24761,7 @@ export declare const Status: {
|
|
|
24747
24761
|
persistence?: boolean | undefined;
|
|
24748
24762
|
status?: string | undefined;
|
|
24749
24763
|
is_mobile?: boolean | undefined;
|
|
24750
|
-
|
|
24764
|
+
user_status?: string | undefined;
|
|
24751
24765
|
}[] & ({
|
|
24752
24766
|
user_id?: string | undefined;
|
|
24753
24767
|
session_id?: string | undefined;
|
|
@@ -24755,7 +24769,7 @@ export declare const Status: {
|
|
|
24755
24769
|
persistence?: boolean | undefined;
|
|
24756
24770
|
status?: string | undefined;
|
|
24757
24771
|
is_mobile?: boolean | undefined;
|
|
24758
|
-
|
|
24772
|
+
user_status?: string | undefined;
|
|
24759
24773
|
} & {
|
|
24760
24774
|
user_id?: string | undefined;
|
|
24761
24775
|
session_id?: string | undefined;
|
|
@@ -24763,7 +24777,7 @@ export declare const Status: {
|
|
|
24763
24777
|
persistence?: boolean | undefined;
|
|
24764
24778
|
status?: string | undefined;
|
|
24765
24779
|
is_mobile?: boolean | undefined;
|
|
24766
|
-
|
|
24780
|
+
user_status?: string | undefined;
|
|
24767
24781
|
} & { [K in Exclude<keyof I["presences"][number], keyof UserPresence>]: never; })[] & { [K_1 in Exclude<keyof I["presences"], keyof {
|
|
24768
24782
|
user_id?: string | undefined;
|
|
24769
24783
|
session_id?: string | undefined;
|
|
@@ -24771,7 +24785,7 @@ export declare const Status: {
|
|
|
24771
24785
|
persistence?: boolean | undefined;
|
|
24772
24786
|
status?: string | undefined;
|
|
24773
24787
|
is_mobile?: boolean | undefined;
|
|
24774
|
-
|
|
24788
|
+
user_status?: string | undefined;
|
|
24775
24789
|
}[]>]: never; }) | undefined;
|
|
24776
24790
|
} & { [K_2 in Exclude<keyof I, "presences">]: never; }>(base?: I | undefined): Status;
|
|
24777
24791
|
fromPartial<I_1 extends {
|
|
@@ -24782,7 +24796,7 @@ export declare const Status: {
|
|
|
24782
24796
|
persistence?: boolean | undefined;
|
|
24783
24797
|
status?: string | undefined;
|
|
24784
24798
|
is_mobile?: boolean | undefined;
|
|
24785
|
-
|
|
24799
|
+
user_status?: string | undefined;
|
|
24786
24800
|
}[] | undefined;
|
|
24787
24801
|
} & {
|
|
24788
24802
|
presences?: ({
|
|
@@ -24792,7 +24806,7 @@ export declare const Status: {
|
|
|
24792
24806
|
persistence?: boolean | undefined;
|
|
24793
24807
|
status?: string | undefined;
|
|
24794
24808
|
is_mobile?: boolean | undefined;
|
|
24795
|
-
|
|
24809
|
+
user_status?: string | undefined;
|
|
24796
24810
|
}[] & ({
|
|
24797
24811
|
user_id?: string | undefined;
|
|
24798
24812
|
session_id?: string | undefined;
|
|
@@ -24800,7 +24814,7 @@ export declare const Status: {
|
|
|
24800
24814
|
persistence?: boolean | undefined;
|
|
24801
24815
|
status?: string | undefined;
|
|
24802
24816
|
is_mobile?: boolean | undefined;
|
|
24803
|
-
|
|
24817
|
+
user_status?: string | undefined;
|
|
24804
24818
|
} & {
|
|
24805
24819
|
user_id?: string | undefined;
|
|
24806
24820
|
session_id?: string | undefined;
|
|
@@ -24808,7 +24822,7 @@ export declare const Status: {
|
|
|
24808
24822
|
persistence?: boolean | undefined;
|
|
24809
24823
|
status?: string | undefined;
|
|
24810
24824
|
is_mobile?: boolean | undefined;
|
|
24811
|
-
|
|
24825
|
+
user_status?: string | undefined;
|
|
24812
24826
|
} & { [K_3 in Exclude<keyof I_1["presences"][number], keyof UserPresence>]: never; })[] & { [K_4 in Exclude<keyof I_1["presences"], keyof {
|
|
24813
24827
|
user_id?: string | undefined;
|
|
24814
24828
|
session_id?: string | undefined;
|
|
@@ -24816,7 +24830,7 @@ export declare const Status: {
|
|
|
24816
24830
|
persistence?: boolean | undefined;
|
|
24817
24831
|
status?: string | undefined;
|
|
24818
24832
|
is_mobile?: boolean | undefined;
|
|
24819
|
-
|
|
24833
|
+
user_status?: string | undefined;
|
|
24820
24834
|
}[]>]: never; }) | undefined;
|
|
24821
24835
|
} & { [K_5 in Exclude<keyof I_1, "presences">]: never; }>(object: I_1): Status;
|
|
24822
24836
|
};
|
|
@@ -24853,7 +24867,7 @@ export declare const StatusPresenceEvent: {
|
|
|
24853
24867
|
persistence?: boolean | undefined;
|
|
24854
24868
|
status?: string | undefined;
|
|
24855
24869
|
is_mobile?: boolean | undefined;
|
|
24856
|
-
|
|
24870
|
+
user_status?: string | undefined;
|
|
24857
24871
|
}[] | undefined;
|
|
24858
24872
|
leaves?: {
|
|
24859
24873
|
user_id?: string | undefined;
|
|
@@ -24862,7 +24876,7 @@ export declare const StatusPresenceEvent: {
|
|
|
24862
24876
|
persistence?: boolean | undefined;
|
|
24863
24877
|
status?: string | undefined;
|
|
24864
24878
|
is_mobile?: boolean | undefined;
|
|
24865
|
-
|
|
24879
|
+
user_status?: string | undefined;
|
|
24866
24880
|
}[] | undefined;
|
|
24867
24881
|
} & {
|
|
24868
24882
|
joins?: ({
|
|
@@ -24872,7 +24886,7 @@ export declare const StatusPresenceEvent: {
|
|
|
24872
24886
|
persistence?: boolean | undefined;
|
|
24873
24887
|
status?: string | undefined;
|
|
24874
24888
|
is_mobile?: boolean | undefined;
|
|
24875
|
-
|
|
24889
|
+
user_status?: string | undefined;
|
|
24876
24890
|
}[] & ({
|
|
24877
24891
|
user_id?: string | undefined;
|
|
24878
24892
|
session_id?: string | undefined;
|
|
@@ -24880,7 +24894,7 @@ export declare const StatusPresenceEvent: {
|
|
|
24880
24894
|
persistence?: boolean | undefined;
|
|
24881
24895
|
status?: string | undefined;
|
|
24882
24896
|
is_mobile?: boolean | undefined;
|
|
24883
|
-
|
|
24897
|
+
user_status?: string | undefined;
|
|
24884
24898
|
} & {
|
|
24885
24899
|
user_id?: string | undefined;
|
|
24886
24900
|
session_id?: string | undefined;
|
|
@@ -24888,7 +24902,7 @@ export declare const StatusPresenceEvent: {
|
|
|
24888
24902
|
persistence?: boolean | undefined;
|
|
24889
24903
|
status?: string | undefined;
|
|
24890
24904
|
is_mobile?: boolean | undefined;
|
|
24891
|
-
|
|
24905
|
+
user_status?: string | undefined;
|
|
24892
24906
|
} & { [K in Exclude<keyof I["joins"][number], keyof UserPresence>]: never; })[] & { [K_1 in Exclude<keyof I["joins"], keyof {
|
|
24893
24907
|
user_id?: string | undefined;
|
|
24894
24908
|
session_id?: string | undefined;
|
|
@@ -24896,7 +24910,7 @@ export declare const StatusPresenceEvent: {
|
|
|
24896
24910
|
persistence?: boolean | undefined;
|
|
24897
24911
|
status?: string | undefined;
|
|
24898
24912
|
is_mobile?: boolean | undefined;
|
|
24899
|
-
|
|
24913
|
+
user_status?: string | undefined;
|
|
24900
24914
|
}[]>]: never; }) | undefined;
|
|
24901
24915
|
leaves?: ({
|
|
24902
24916
|
user_id?: string | undefined;
|
|
@@ -24905,7 +24919,7 @@ export declare const StatusPresenceEvent: {
|
|
|
24905
24919
|
persistence?: boolean | undefined;
|
|
24906
24920
|
status?: string | undefined;
|
|
24907
24921
|
is_mobile?: boolean | undefined;
|
|
24908
|
-
|
|
24922
|
+
user_status?: string | undefined;
|
|
24909
24923
|
}[] & ({
|
|
24910
24924
|
user_id?: string | undefined;
|
|
24911
24925
|
session_id?: string | undefined;
|
|
@@ -24913,7 +24927,7 @@ export declare const StatusPresenceEvent: {
|
|
|
24913
24927
|
persistence?: boolean | undefined;
|
|
24914
24928
|
status?: string | undefined;
|
|
24915
24929
|
is_mobile?: boolean | undefined;
|
|
24916
|
-
|
|
24930
|
+
user_status?: string | undefined;
|
|
24917
24931
|
} & {
|
|
24918
24932
|
user_id?: string | undefined;
|
|
24919
24933
|
session_id?: string | undefined;
|
|
@@ -24921,7 +24935,7 @@ export declare const StatusPresenceEvent: {
|
|
|
24921
24935
|
persistence?: boolean | undefined;
|
|
24922
24936
|
status?: string | undefined;
|
|
24923
24937
|
is_mobile?: boolean | undefined;
|
|
24924
|
-
|
|
24938
|
+
user_status?: string | undefined;
|
|
24925
24939
|
} & { [K_2 in Exclude<keyof I["leaves"][number], keyof UserPresence>]: never; })[] & { [K_3 in Exclude<keyof I["leaves"], keyof {
|
|
24926
24940
|
user_id?: string | undefined;
|
|
24927
24941
|
session_id?: string | undefined;
|
|
@@ -24929,7 +24943,7 @@ export declare const StatusPresenceEvent: {
|
|
|
24929
24943
|
persistence?: boolean | undefined;
|
|
24930
24944
|
status?: string | undefined;
|
|
24931
24945
|
is_mobile?: boolean | undefined;
|
|
24932
|
-
|
|
24946
|
+
user_status?: string | undefined;
|
|
24933
24947
|
}[]>]: never; }) | undefined;
|
|
24934
24948
|
} & { [K_4 in Exclude<keyof I, keyof StatusPresenceEvent>]: never; }>(base?: I | undefined): StatusPresenceEvent;
|
|
24935
24949
|
fromPartial<I_1 extends {
|
|
@@ -24940,7 +24954,7 @@ export declare const StatusPresenceEvent: {
|
|
|
24940
24954
|
persistence?: boolean | undefined;
|
|
24941
24955
|
status?: string | undefined;
|
|
24942
24956
|
is_mobile?: boolean | undefined;
|
|
24943
|
-
|
|
24957
|
+
user_status?: string | undefined;
|
|
24944
24958
|
}[] | undefined;
|
|
24945
24959
|
leaves?: {
|
|
24946
24960
|
user_id?: string | undefined;
|
|
@@ -24949,7 +24963,7 @@ export declare const StatusPresenceEvent: {
|
|
|
24949
24963
|
persistence?: boolean | undefined;
|
|
24950
24964
|
status?: string | undefined;
|
|
24951
24965
|
is_mobile?: boolean | undefined;
|
|
24952
|
-
|
|
24966
|
+
user_status?: string | undefined;
|
|
24953
24967
|
}[] | undefined;
|
|
24954
24968
|
} & {
|
|
24955
24969
|
joins?: ({
|
|
@@ -24959,7 +24973,7 @@ export declare const StatusPresenceEvent: {
|
|
|
24959
24973
|
persistence?: boolean | undefined;
|
|
24960
24974
|
status?: string | undefined;
|
|
24961
24975
|
is_mobile?: boolean | undefined;
|
|
24962
|
-
|
|
24976
|
+
user_status?: string | undefined;
|
|
24963
24977
|
}[] & ({
|
|
24964
24978
|
user_id?: string | undefined;
|
|
24965
24979
|
session_id?: string | undefined;
|
|
@@ -24967,7 +24981,7 @@ export declare const StatusPresenceEvent: {
|
|
|
24967
24981
|
persistence?: boolean | undefined;
|
|
24968
24982
|
status?: string | undefined;
|
|
24969
24983
|
is_mobile?: boolean | undefined;
|
|
24970
|
-
|
|
24984
|
+
user_status?: string | undefined;
|
|
24971
24985
|
} & {
|
|
24972
24986
|
user_id?: string | undefined;
|
|
24973
24987
|
session_id?: string | undefined;
|
|
@@ -24975,7 +24989,7 @@ export declare const StatusPresenceEvent: {
|
|
|
24975
24989
|
persistence?: boolean | undefined;
|
|
24976
24990
|
status?: string | undefined;
|
|
24977
24991
|
is_mobile?: boolean | undefined;
|
|
24978
|
-
|
|
24992
|
+
user_status?: string | undefined;
|
|
24979
24993
|
} & { [K_5 in Exclude<keyof I_1["joins"][number], keyof UserPresence>]: never; })[] & { [K_6 in Exclude<keyof I_1["joins"], keyof {
|
|
24980
24994
|
user_id?: string | undefined;
|
|
24981
24995
|
session_id?: string | undefined;
|
|
@@ -24983,7 +24997,7 @@ export declare const StatusPresenceEvent: {
|
|
|
24983
24997
|
persistence?: boolean | undefined;
|
|
24984
24998
|
status?: string | undefined;
|
|
24985
24999
|
is_mobile?: boolean | undefined;
|
|
24986
|
-
|
|
25000
|
+
user_status?: string | undefined;
|
|
24987
25001
|
}[]>]: never; }) | undefined;
|
|
24988
25002
|
leaves?: ({
|
|
24989
25003
|
user_id?: string | undefined;
|
|
@@ -24992,7 +25006,7 @@ export declare const StatusPresenceEvent: {
|
|
|
24992
25006
|
persistence?: boolean | undefined;
|
|
24993
25007
|
status?: string | undefined;
|
|
24994
25008
|
is_mobile?: boolean | undefined;
|
|
24995
|
-
|
|
25009
|
+
user_status?: string | undefined;
|
|
24996
25010
|
}[] & ({
|
|
24997
25011
|
user_id?: string | undefined;
|
|
24998
25012
|
session_id?: string | undefined;
|
|
@@ -25000,7 +25014,7 @@ export declare const StatusPresenceEvent: {
|
|
|
25000
25014
|
persistence?: boolean | undefined;
|
|
25001
25015
|
status?: string | undefined;
|
|
25002
25016
|
is_mobile?: boolean | undefined;
|
|
25003
|
-
|
|
25017
|
+
user_status?: string | undefined;
|
|
25004
25018
|
} & {
|
|
25005
25019
|
user_id?: string | undefined;
|
|
25006
25020
|
session_id?: string | undefined;
|
|
@@ -25008,7 +25022,7 @@ export declare const StatusPresenceEvent: {
|
|
|
25008
25022
|
persistence?: boolean | undefined;
|
|
25009
25023
|
status?: string | undefined;
|
|
25010
25024
|
is_mobile?: boolean | undefined;
|
|
25011
|
-
|
|
25025
|
+
user_status?: string | undefined;
|
|
25012
25026
|
} & { [K_7 in Exclude<keyof I_1["leaves"][number], keyof UserPresence>]: never; })[] & { [K_8 in Exclude<keyof I_1["leaves"], keyof {
|
|
25013
25027
|
user_id?: string | undefined;
|
|
25014
25028
|
session_id?: string | undefined;
|
|
@@ -25016,7 +25030,7 @@ export declare const StatusPresenceEvent: {
|
|
|
25016
25030
|
persistence?: boolean | undefined;
|
|
25017
25031
|
status?: string | undefined;
|
|
25018
25032
|
is_mobile?: boolean | undefined;
|
|
25019
|
-
|
|
25033
|
+
user_status?: string | undefined;
|
|
25020
25034
|
}[]>]: never; }) | undefined;
|
|
25021
25035
|
} & { [K_9 in Exclude<keyof I_1, keyof StatusPresenceEvent>]: never; }>(object: I_1): StatusPresenceEvent;
|
|
25022
25036
|
};
|
|
@@ -26219,7 +26233,7 @@ export declare const StreamData: {
|
|
|
26219
26233
|
persistence?: boolean | undefined;
|
|
26220
26234
|
status?: string | undefined;
|
|
26221
26235
|
is_mobile?: boolean | undefined;
|
|
26222
|
-
|
|
26236
|
+
user_status?: string | undefined;
|
|
26223
26237
|
} | undefined;
|
|
26224
26238
|
data?: string | undefined;
|
|
26225
26239
|
reliable?: boolean | undefined;
|
|
@@ -26242,7 +26256,7 @@ export declare const StreamData: {
|
|
|
26242
26256
|
persistence?: boolean | undefined;
|
|
26243
26257
|
status?: string | undefined;
|
|
26244
26258
|
is_mobile?: boolean | undefined;
|
|
26245
|
-
|
|
26259
|
+
user_status?: string | undefined;
|
|
26246
26260
|
} & {
|
|
26247
26261
|
user_id?: string | undefined;
|
|
26248
26262
|
session_id?: string | undefined;
|
|
@@ -26250,7 +26264,7 @@ export declare const StreamData: {
|
|
|
26250
26264
|
persistence?: boolean | undefined;
|
|
26251
26265
|
status?: string | undefined;
|
|
26252
26266
|
is_mobile?: boolean | undefined;
|
|
26253
|
-
|
|
26267
|
+
user_status?: string | undefined;
|
|
26254
26268
|
} & { [K_1 in Exclude<keyof I["sender"], keyof UserPresence>]: never; }) | undefined;
|
|
26255
26269
|
data?: string | undefined;
|
|
26256
26270
|
reliable?: boolean | undefined;
|
|
@@ -26269,7 +26283,7 @@ export declare const StreamData: {
|
|
|
26269
26283
|
persistence?: boolean | undefined;
|
|
26270
26284
|
status?: string | undefined;
|
|
26271
26285
|
is_mobile?: boolean | undefined;
|
|
26272
|
-
|
|
26286
|
+
user_status?: string | undefined;
|
|
26273
26287
|
} | undefined;
|
|
26274
26288
|
data?: string | undefined;
|
|
26275
26289
|
reliable?: boolean | undefined;
|
|
@@ -26292,7 +26306,7 @@ export declare const StreamData: {
|
|
|
26292
26306
|
persistence?: boolean | undefined;
|
|
26293
26307
|
status?: string | undefined;
|
|
26294
26308
|
is_mobile?: boolean | undefined;
|
|
26295
|
-
|
|
26309
|
+
user_status?: string | undefined;
|
|
26296
26310
|
} & {
|
|
26297
26311
|
user_id?: string | undefined;
|
|
26298
26312
|
session_id?: string | undefined;
|
|
@@ -26300,7 +26314,7 @@ export declare const StreamData: {
|
|
|
26300
26314
|
persistence?: boolean | undefined;
|
|
26301
26315
|
status?: string | undefined;
|
|
26302
26316
|
is_mobile?: boolean | undefined;
|
|
26303
|
-
|
|
26317
|
+
user_status?: string | undefined;
|
|
26304
26318
|
} & { [K_4 in Exclude<keyof I_1["sender"], keyof UserPresence>]: never; }) | undefined;
|
|
26305
26319
|
data?: string | undefined;
|
|
26306
26320
|
reliable?: boolean | undefined;
|
|
@@ -26325,7 +26339,7 @@ export declare const StreamPresenceEvent: {
|
|
|
26325
26339
|
persistence?: boolean | undefined;
|
|
26326
26340
|
status?: string | undefined;
|
|
26327
26341
|
is_mobile?: boolean | undefined;
|
|
26328
|
-
|
|
26342
|
+
user_status?: string | undefined;
|
|
26329
26343
|
}[] | undefined;
|
|
26330
26344
|
leaves?: {
|
|
26331
26345
|
user_id?: string | undefined;
|
|
@@ -26334,7 +26348,7 @@ export declare const StreamPresenceEvent: {
|
|
|
26334
26348
|
persistence?: boolean | undefined;
|
|
26335
26349
|
status?: string | undefined;
|
|
26336
26350
|
is_mobile?: boolean | undefined;
|
|
26337
|
-
|
|
26351
|
+
user_status?: string | undefined;
|
|
26338
26352
|
}[] | undefined;
|
|
26339
26353
|
} & {
|
|
26340
26354
|
stream?: ({
|
|
@@ -26355,7 +26369,7 @@ export declare const StreamPresenceEvent: {
|
|
|
26355
26369
|
persistence?: boolean | undefined;
|
|
26356
26370
|
status?: string | undefined;
|
|
26357
26371
|
is_mobile?: boolean | undefined;
|
|
26358
|
-
|
|
26372
|
+
user_status?: string | undefined;
|
|
26359
26373
|
}[] & ({
|
|
26360
26374
|
user_id?: string | undefined;
|
|
26361
26375
|
session_id?: string | undefined;
|
|
@@ -26363,7 +26377,7 @@ export declare const StreamPresenceEvent: {
|
|
|
26363
26377
|
persistence?: boolean | undefined;
|
|
26364
26378
|
status?: string | undefined;
|
|
26365
26379
|
is_mobile?: boolean | undefined;
|
|
26366
|
-
|
|
26380
|
+
user_status?: string | undefined;
|
|
26367
26381
|
} & {
|
|
26368
26382
|
user_id?: string | undefined;
|
|
26369
26383
|
session_id?: string | undefined;
|
|
@@ -26371,7 +26385,7 @@ export declare const StreamPresenceEvent: {
|
|
|
26371
26385
|
persistence?: boolean | undefined;
|
|
26372
26386
|
status?: string | undefined;
|
|
26373
26387
|
is_mobile?: boolean | undefined;
|
|
26374
|
-
|
|
26388
|
+
user_status?: string | undefined;
|
|
26375
26389
|
} & { [K_1 in Exclude<keyof I["joins"][number], keyof UserPresence>]: never; })[] & { [K_2 in Exclude<keyof I["joins"], keyof {
|
|
26376
26390
|
user_id?: string | undefined;
|
|
26377
26391
|
session_id?: string | undefined;
|
|
@@ -26379,7 +26393,7 @@ export declare const StreamPresenceEvent: {
|
|
|
26379
26393
|
persistence?: boolean | undefined;
|
|
26380
26394
|
status?: string | undefined;
|
|
26381
26395
|
is_mobile?: boolean | undefined;
|
|
26382
|
-
|
|
26396
|
+
user_status?: string | undefined;
|
|
26383
26397
|
}[]>]: never; }) | undefined;
|
|
26384
26398
|
leaves?: ({
|
|
26385
26399
|
user_id?: string | undefined;
|
|
@@ -26388,7 +26402,7 @@ export declare const StreamPresenceEvent: {
|
|
|
26388
26402
|
persistence?: boolean | undefined;
|
|
26389
26403
|
status?: string | undefined;
|
|
26390
26404
|
is_mobile?: boolean | undefined;
|
|
26391
|
-
|
|
26405
|
+
user_status?: string | undefined;
|
|
26392
26406
|
}[] & ({
|
|
26393
26407
|
user_id?: string | undefined;
|
|
26394
26408
|
session_id?: string | undefined;
|
|
@@ -26396,7 +26410,7 @@ export declare const StreamPresenceEvent: {
|
|
|
26396
26410
|
persistence?: boolean | undefined;
|
|
26397
26411
|
status?: string | undefined;
|
|
26398
26412
|
is_mobile?: boolean | undefined;
|
|
26399
|
-
|
|
26413
|
+
user_status?: string | undefined;
|
|
26400
26414
|
} & {
|
|
26401
26415
|
user_id?: string | undefined;
|
|
26402
26416
|
session_id?: string | undefined;
|
|
@@ -26404,7 +26418,7 @@ export declare const StreamPresenceEvent: {
|
|
|
26404
26418
|
persistence?: boolean | undefined;
|
|
26405
26419
|
status?: string | undefined;
|
|
26406
26420
|
is_mobile?: boolean | undefined;
|
|
26407
|
-
|
|
26421
|
+
user_status?: string | undefined;
|
|
26408
26422
|
} & { [K_3 in Exclude<keyof I["leaves"][number], keyof UserPresence>]: never; })[] & { [K_4 in Exclude<keyof I["leaves"], keyof {
|
|
26409
26423
|
user_id?: string | undefined;
|
|
26410
26424
|
session_id?: string | undefined;
|
|
@@ -26412,7 +26426,7 @@ export declare const StreamPresenceEvent: {
|
|
|
26412
26426
|
persistence?: boolean | undefined;
|
|
26413
26427
|
status?: string | undefined;
|
|
26414
26428
|
is_mobile?: boolean | undefined;
|
|
26415
|
-
|
|
26429
|
+
user_status?: string | undefined;
|
|
26416
26430
|
}[]>]: never; }) | undefined;
|
|
26417
26431
|
} & { [K_5 in Exclude<keyof I, keyof StreamPresenceEvent>]: never; }>(base?: I | undefined): StreamPresenceEvent;
|
|
26418
26432
|
fromPartial<I_1 extends {
|
|
@@ -26429,7 +26443,7 @@ export declare const StreamPresenceEvent: {
|
|
|
26429
26443
|
persistence?: boolean | undefined;
|
|
26430
26444
|
status?: string | undefined;
|
|
26431
26445
|
is_mobile?: boolean | undefined;
|
|
26432
|
-
|
|
26446
|
+
user_status?: string | undefined;
|
|
26433
26447
|
}[] | undefined;
|
|
26434
26448
|
leaves?: {
|
|
26435
26449
|
user_id?: string | undefined;
|
|
@@ -26438,7 +26452,7 @@ export declare const StreamPresenceEvent: {
|
|
|
26438
26452
|
persistence?: boolean | undefined;
|
|
26439
26453
|
status?: string | undefined;
|
|
26440
26454
|
is_mobile?: boolean | undefined;
|
|
26441
|
-
|
|
26455
|
+
user_status?: string | undefined;
|
|
26442
26456
|
}[] | undefined;
|
|
26443
26457
|
} & {
|
|
26444
26458
|
stream?: ({
|
|
@@ -26459,7 +26473,7 @@ export declare const StreamPresenceEvent: {
|
|
|
26459
26473
|
persistence?: boolean | undefined;
|
|
26460
26474
|
status?: string | undefined;
|
|
26461
26475
|
is_mobile?: boolean | undefined;
|
|
26462
|
-
|
|
26476
|
+
user_status?: string | undefined;
|
|
26463
26477
|
}[] & ({
|
|
26464
26478
|
user_id?: string | undefined;
|
|
26465
26479
|
session_id?: string | undefined;
|
|
@@ -26467,7 +26481,7 @@ export declare const StreamPresenceEvent: {
|
|
|
26467
26481
|
persistence?: boolean | undefined;
|
|
26468
26482
|
status?: string | undefined;
|
|
26469
26483
|
is_mobile?: boolean | undefined;
|
|
26470
|
-
|
|
26484
|
+
user_status?: string | undefined;
|
|
26471
26485
|
} & {
|
|
26472
26486
|
user_id?: string | undefined;
|
|
26473
26487
|
session_id?: string | undefined;
|
|
@@ -26475,7 +26489,7 @@ export declare const StreamPresenceEvent: {
|
|
|
26475
26489
|
persistence?: boolean | undefined;
|
|
26476
26490
|
status?: string | undefined;
|
|
26477
26491
|
is_mobile?: boolean | undefined;
|
|
26478
|
-
|
|
26492
|
+
user_status?: string | undefined;
|
|
26479
26493
|
} & { [K_7 in Exclude<keyof I_1["joins"][number], keyof UserPresence>]: never; })[] & { [K_8 in Exclude<keyof I_1["joins"], keyof {
|
|
26480
26494
|
user_id?: string | undefined;
|
|
26481
26495
|
session_id?: string | undefined;
|
|
@@ -26483,7 +26497,7 @@ export declare const StreamPresenceEvent: {
|
|
|
26483
26497
|
persistence?: boolean | undefined;
|
|
26484
26498
|
status?: string | undefined;
|
|
26485
26499
|
is_mobile?: boolean | undefined;
|
|
26486
|
-
|
|
26500
|
+
user_status?: string | undefined;
|
|
26487
26501
|
}[]>]: never; }) | undefined;
|
|
26488
26502
|
leaves?: ({
|
|
26489
26503
|
user_id?: string | undefined;
|
|
@@ -26492,7 +26506,7 @@ export declare const StreamPresenceEvent: {
|
|
|
26492
26506
|
persistence?: boolean | undefined;
|
|
26493
26507
|
status?: string | undefined;
|
|
26494
26508
|
is_mobile?: boolean | undefined;
|
|
26495
|
-
|
|
26509
|
+
user_status?: string | undefined;
|
|
26496
26510
|
}[] & ({
|
|
26497
26511
|
user_id?: string | undefined;
|
|
26498
26512
|
session_id?: string | undefined;
|
|
@@ -26500,7 +26514,7 @@ export declare const StreamPresenceEvent: {
|
|
|
26500
26514
|
persistence?: boolean | undefined;
|
|
26501
26515
|
status?: string | undefined;
|
|
26502
26516
|
is_mobile?: boolean | undefined;
|
|
26503
|
-
|
|
26517
|
+
user_status?: string | undefined;
|
|
26504
26518
|
} & {
|
|
26505
26519
|
user_id?: string | undefined;
|
|
26506
26520
|
session_id?: string | undefined;
|
|
@@ -26508,7 +26522,7 @@ export declare const StreamPresenceEvent: {
|
|
|
26508
26522
|
persistence?: boolean | undefined;
|
|
26509
26523
|
status?: string | undefined;
|
|
26510
26524
|
is_mobile?: boolean | undefined;
|
|
26511
|
-
|
|
26525
|
+
user_status?: string | undefined;
|
|
26512
26526
|
} & { [K_9 in Exclude<keyof I_1["leaves"][number], keyof UserPresence>]: never; })[] & { [K_10 in Exclude<keyof I_1["leaves"], keyof {
|
|
26513
26527
|
user_id?: string | undefined;
|
|
26514
26528
|
session_id?: string | undefined;
|
|
@@ -26516,7 +26530,7 @@ export declare const StreamPresenceEvent: {
|
|
|
26516
26530
|
persistence?: boolean | undefined;
|
|
26517
26531
|
status?: string | undefined;
|
|
26518
26532
|
is_mobile?: boolean | undefined;
|
|
26519
|
-
|
|
26533
|
+
user_status?: string | undefined;
|
|
26520
26534
|
}[]>]: never; }) | undefined;
|
|
26521
26535
|
} & { [K_11 in Exclude<keyof I_1, keyof StreamPresenceEvent>]: never; }>(object: I_1): StreamPresenceEvent;
|
|
26522
26536
|
};
|
|
@@ -26532,7 +26546,7 @@ export declare const UserPresence: {
|
|
|
26532
26546
|
persistence?: boolean | undefined;
|
|
26533
26547
|
status?: string | undefined;
|
|
26534
26548
|
is_mobile?: boolean | undefined;
|
|
26535
|
-
|
|
26549
|
+
user_status?: string | undefined;
|
|
26536
26550
|
} & {
|
|
26537
26551
|
user_id?: string | undefined;
|
|
26538
26552
|
session_id?: string | undefined;
|
|
@@ -26540,7 +26554,7 @@ export declare const UserPresence: {
|
|
|
26540
26554
|
persistence?: boolean | undefined;
|
|
26541
26555
|
status?: string | undefined;
|
|
26542
26556
|
is_mobile?: boolean | undefined;
|
|
26543
|
-
|
|
26557
|
+
user_status?: string | undefined;
|
|
26544
26558
|
} & { [K in Exclude<keyof I, keyof UserPresence>]: never; }>(base?: I | undefined): UserPresence;
|
|
26545
26559
|
fromPartial<I_1 extends {
|
|
26546
26560
|
user_id?: string | undefined;
|
|
@@ -26549,7 +26563,7 @@ export declare const UserPresence: {
|
|
|
26549
26563
|
persistence?: boolean | undefined;
|
|
26550
26564
|
status?: string | undefined;
|
|
26551
26565
|
is_mobile?: boolean | undefined;
|
|
26552
|
-
|
|
26566
|
+
user_status?: string | undefined;
|
|
26553
26567
|
} & {
|
|
26554
26568
|
user_id?: string | undefined;
|
|
26555
26569
|
session_id?: string | undefined;
|
|
@@ -26557,7 +26571,7 @@ export declare const UserPresence: {
|
|
|
26557
26571
|
persistence?: boolean | undefined;
|
|
26558
26572
|
status?: string | undefined;
|
|
26559
26573
|
is_mobile?: boolean | undefined;
|
|
26560
|
-
|
|
26574
|
+
user_status?: string | undefined;
|
|
26561
26575
|
} & { [K_1 in Exclude<keyof I_1, keyof UserPresence>]: never; }>(object: I_1): UserPresence;
|
|
26562
26576
|
};
|
|
26563
26577
|
export declare const CustomStatusEvent: {
|
|
@@ -28721,6 +28735,7 @@ export declare const ListDataSocket: {
|
|
|
28721
28735
|
about?: string | undefined;
|
|
28722
28736
|
short_url?: string | undefined;
|
|
28723
28737
|
prevent_anonymous?: boolean | undefined;
|
|
28738
|
+
has_unread_message?: boolean | undefined;
|
|
28724
28739
|
}[] | undefined;
|
|
28725
28740
|
} | undefined;
|
|
28726
28741
|
list_thread_req?: {
|
|
@@ -29587,6 +29602,7 @@ export declare const ListDataSocket: {
|
|
|
29587
29602
|
about?: string | undefined;
|
|
29588
29603
|
short_url?: string | undefined;
|
|
29589
29604
|
prevent_anonymous?: boolean | undefined;
|
|
29605
|
+
has_unread_message?: boolean | undefined;
|
|
29590
29606
|
}[] | undefined;
|
|
29591
29607
|
} & {
|
|
29592
29608
|
clandesc?: ({
|
|
@@ -29607,6 +29623,7 @@ export declare const ListDataSocket: {
|
|
|
29607
29623
|
about?: string | undefined;
|
|
29608
29624
|
short_url?: string | undefined;
|
|
29609
29625
|
prevent_anonymous?: boolean | undefined;
|
|
29626
|
+
has_unread_message?: boolean | undefined;
|
|
29610
29627
|
}[] & ({
|
|
29611
29628
|
creator_id?: string | undefined;
|
|
29612
29629
|
clan_name?: string | undefined;
|
|
@@ -29625,6 +29642,7 @@ export declare const ListDataSocket: {
|
|
|
29625
29642
|
about?: string | undefined;
|
|
29626
29643
|
short_url?: string | undefined;
|
|
29627
29644
|
prevent_anonymous?: boolean | undefined;
|
|
29645
|
+
has_unread_message?: boolean | undefined;
|
|
29628
29646
|
} & {
|
|
29629
29647
|
creator_id?: string | undefined;
|
|
29630
29648
|
clan_name?: string | undefined;
|
|
@@ -29643,6 +29661,7 @@ export declare const ListDataSocket: {
|
|
|
29643
29661
|
about?: string | undefined;
|
|
29644
29662
|
short_url?: string | undefined;
|
|
29645
29663
|
prevent_anonymous?: boolean | undefined;
|
|
29664
|
+
has_unread_message?: boolean | undefined;
|
|
29646
29665
|
} & { [K_1 in Exclude<keyof I["clan_desc_list"]["clandesc"][number], keyof import("../api/api").ClanDesc>]: never; })[] & { [K_2 in Exclude<keyof I["clan_desc_list"]["clandesc"], keyof {
|
|
29647
29666
|
creator_id?: string | undefined;
|
|
29648
29667
|
clan_name?: string | undefined;
|
|
@@ -29661,6 +29680,7 @@ export declare const ListDataSocket: {
|
|
|
29661
29680
|
about?: string | undefined;
|
|
29662
29681
|
short_url?: string | undefined;
|
|
29663
29682
|
prevent_anonymous?: boolean | undefined;
|
|
29683
|
+
has_unread_message?: boolean | undefined;
|
|
29664
29684
|
}[]>]: never; }) | undefined;
|
|
29665
29685
|
} & { [K_3 in Exclude<keyof I["clan_desc_list"], "clandesc">]: never; }) | undefined;
|
|
29666
29686
|
list_thread_req?: ({
|
|
@@ -33096,6 +33116,7 @@ export declare const ListDataSocket: {
|
|
|
33096
33116
|
about?: string | undefined;
|
|
33097
33117
|
short_url?: string | undefined;
|
|
33098
33118
|
prevent_anonymous?: boolean | undefined;
|
|
33119
|
+
has_unread_message?: boolean | undefined;
|
|
33099
33120
|
}[] | undefined;
|
|
33100
33121
|
} | undefined;
|
|
33101
33122
|
list_thread_req?: {
|
|
@@ -33962,6 +33983,7 @@ export declare const ListDataSocket: {
|
|
|
33962
33983
|
about?: string | undefined;
|
|
33963
33984
|
short_url?: string | undefined;
|
|
33964
33985
|
prevent_anonymous?: boolean | undefined;
|
|
33986
|
+
has_unread_message?: boolean | undefined;
|
|
33965
33987
|
}[] | undefined;
|
|
33966
33988
|
} & {
|
|
33967
33989
|
clandesc?: ({
|
|
@@ -33982,6 +34004,7 @@ export declare const ListDataSocket: {
|
|
|
33982
34004
|
about?: string | undefined;
|
|
33983
34005
|
short_url?: string | undefined;
|
|
33984
34006
|
prevent_anonymous?: boolean | undefined;
|
|
34007
|
+
has_unread_message?: boolean | undefined;
|
|
33985
34008
|
}[] & ({
|
|
33986
34009
|
creator_id?: string | undefined;
|
|
33987
34010
|
clan_name?: string | undefined;
|
|
@@ -34000,6 +34023,7 @@ export declare const ListDataSocket: {
|
|
|
34000
34023
|
about?: string | undefined;
|
|
34001
34024
|
short_url?: string | undefined;
|
|
34002
34025
|
prevent_anonymous?: boolean | undefined;
|
|
34026
|
+
has_unread_message?: boolean | undefined;
|
|
34003
34027
|
} & {
|
|
34004
34028
|
creator_id?: string | undefined;
|
|
34005
34029
|
clan_name?: string | undefined;
|
|
@@ -34018,6 +34042,7 @@ export declare const ListDataSocket: {
|
|
|
34018
34042
|
about?: string | undefined;
|
|
34019
34043
|
short_url?: string | undefined;
|
|
34020
34044
|
prevent_anonymous?: boolean | undefined;
|
|
34045
|
+
has_unread_message?: boolean | undefined;
|
|
34021
34046
|
} & { [K_187 in Exclude<keyof I_1["clan_desc_list"]["clandesc"][number], keyof import("../api/api").ClanDesc>]: never; })[] & { [K_188 in Exclude<keyof I_1["clan_desc_list"]["clandesc"], keyof {
|
|
34022
34047
|
creator_id?: string | undefined;
|
|
34023
34048
|
clan_name?: string | undefined;
|
|
@@ -34036,6 +34061,7 @@ export declare const ListDataSocket: {
|
|
|
34036
34061
|
about?: string | undefined;
|
|
34037
34062
|
short_url?: string | undefined;
|
|
34038
34063
|
prevent_anonymous?: boolean | undefined;
|
|
34064
|
+
has_unread_message?: boolean | undefined;
|
|
34039
34065
|
}[]>]: never; }) | undefined;
|
|
34040
34066
|
} & { [K_189 in Exclude<keyof I_1["clan_desc_list"], "clandesc">]: never; }) | undefined;
|
|
34041
34067
|
list_thread_req?: ({
|