mezon-js-protobuf 1.8.48 → 1.8.50
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 +144 -1
- package/dist/mezon-js-protobuf/api/api.d.ts +55 -0
- package/dist/mezon-js-protobuf/rtapi/realtime.d.ts +416 -541
- package/dist/mezon-js-protobuf.cjs.js +139 -40
- package/dist/mezon-js-protobuf.esm.mjs +139 -40
- package/package.json +1 -1
- package/rtapi/realtime.ts +127 -35
|
@@ -178,9 +178,16 @@ export interface Envelope {
|
|
|
178
178
|
transfer_ownership_event?: TransferOwnershipEvent | undefined;
|
|
179
179
|
/** Add friend event */
|
|
180
180
|
add_friend?: AddFriend | undefined;
|
|
181
|
+
/** Ban channel user */
|
|
182
|
+
ban_user_event?: BannedUserEvent | undefined;
|
|
181
183
|
}
|
|
182
184
|
export interface FollowEvent {
|
|
183
185
|
}
|
|
186
|
+
export interface BannedUserEvent {
|
|
187
|
+
user_ids: string[];
|
|
188
|
+
action: number;
|
|
189
|
+
banner_id: string;
|
|
190
|
+
}
|
|
184
191
|
export interface ChannelCanvas {
|
|
185
192
|
/** id */
|
|
186
193
|
id: string;
|
|
@@ -927,8 +934,6 @@ export interface UserPresence {
|
|
|
927
934
|
session_id: string;
|
|
928
935
|
/** The username for display purposes. */
|
|
929
936
|
username: string;
|
|
930
|
-
/** Whether this presence generates persistent data/messages, if applicable for the stream type. */
|
|
931
|
-
persistence: boolean;
|
|
932
937
|
/** A user-set status message for this stream, if applicable. */
|
|
933
938
|
status: string | undefined;
|
|
934
939
|
/** */
|
|
@@ -1305,7 +1310,6 @@ export declare const Envelope: {
|
|
|
1305
1310
|
user_id?: string | undefined;
|
|
1306
1311
|
session_id?: string | undefined;
|
|
1307
1312
|
username?: string | undefined;
|
|
1308
|
-
persistence?: boolean | undefined;
|
|
1309
1313
|
status?: string | undefined;
|
|
1310
1314
|
is_mobile?: boolean | undefined;
|
|
1311
1315
|
user_status?: string | undefined;
|
|
@@ -1314,7 +1318,6 @@ export declare const Envelope: {
|
|
|
1314
1318
|
user_id?: string | undefined;
|
|
1315
1319
|
session_id?: string | undefined;
|
|
1316
1320
|
username?: string | undefined;
|
|
1317
|
-
persistence?: boolean | undefined;
|
|
1318
1321
|
status?: string | undefined;
|
|
1319
1322
|
is_mobile?: boolean | undefined;
|
|
1320
1323
|
user_status?: string | undefined;
|
|
@@ -1469,7 +1472,6 @@ export declare const Envelope: {
|
|
|
1469
1472
|
user_id?: string | undefined;
|
|
1470
1473
|
session_id?: string | undefined;
|
|
1471
1474
|
username?: string | undefined;
|
|
1472
|
-
persistence?: boolean | undefined;
|
|
1473
1475
|
status?: string | undefined;
|
|
1474
1476
|
is_mobile?: boolean | undefined;
|
|
1475
1477
|
user_status?: string | undefined;
|
|
@@ -1478,7 +1480,6 @@ export declare const Envelope: {
|
|
|
1478
1480
|
user_id?: string | undefined;
|
|
1479
1481
|
session_id?: string | undefined;
|
|
1480
1482
|
username?: string | undefined;
|
|
1481
|
-
persistence?: boolean | undefined;
|
|
1482
1483
|
status?: string | undefined;
|
|
1483
1484
|
is_mobile?: boolean | undefined;
|
|
1484
1485
|
user_status?: string | undefined;
|
|
@@ -1574,7 +1575,6 @@ export declare const Envelope: {
|
|
|
1574
1575
|
user_id?: string | undefined;
|
|
1575
1576
|
session_id?: string | undefined;
|
|
1576
1577
|
username?: string | undefined;
|
|
1577
|
-
persistence?: boolean | undefined;
|
|
1578
1578
|
status?: string | undefined;
|
|
1579
1579
|
is_mobile?: boolean | undefined;
|
|
1580
1580
|
user_status?: string | undefined;
|
|
@@ -1589,7 +1589,6 @@ export declare const Envelope: {
|
|
|
1589
1589
|
user_id?: string | undefined;
|
|
1590
1590
|
session_id?: string | undefined;
|
|
1591
1591
|
username?: string | undefined;
|
|
1592
|
-
persistence?: boolean | undefined;
|
|
1593
1592
|
status?: string | undefined;
|
|
1594
1593
|
is_mobile?: boolean | undefined;
|
|
1595
1594
|
user_status?: string | undefined;
|
|
@@ -1598,7 +1597,6 @@ export declare const Envelope: {
|
|
|
1598
1597
|
user_id?: string | undefined;
|
|
1599
1598
|
session_id?: string | undefined;
|
|
1600
1599
|
username?: string | undefined;
|
|
1601
|
-
persistence?: boolean | undefined;
|
|
1602
1600
|
status?: string | undefined;
|
|
1603
1601
|
is_mobile?: boolean | undefined;
|
|
1604
1602
|
user_status?: string | undefined;
|
|
@@ -1621,7 +1619,6 @@ export declare const Envelope: {
|
|
|
1621
1619
|
user_id?: string | undefined;
|
|
1622
1620
|
session_id?: string | undefined;
|
|
1623
1621
|
username?: string | undefined;
|
|
1624
|
-
persistence?: boolean | undefined;
|
|
1625
1622
|
status?: string | undefined;
|
|
1626
1623
|
is_mobile?: boolean | undefined;
|
|
1627
1624
|
user_status?: string | undefined;
|
|
@@ -1640,7 +1637,6 @@ export declare const Envelope: {
|
|
|
1640
1637
|
user_id?: string | undefined;
|
|
1641
1638
|
session_id?: string | undefined;
|
|
1642
1639
|
username?: string | undefined;
|
|
1643
|
-
persistence?: boolean | undefined;
|
|
1644
1640
|
status?: string | undefined;
|
|
1645
1641
|
is_mobile?: boolean | undefined;
|
|
1646
1642
|
user_status?: string | undefined;
|
|
@@ -1649,7 +1645,6 @@ export declare const Envelope: {
|
|
|
1649
1645
|
user_id?: string | undefined;
|
|
1650
1646
|
session_id?: string | undefined;
|
|
1651
1647
|
username?: string | undefined;
|
|
1652
|
-
persistence?: boolean | undefined;
|
|
1653
1648
|
status?: string | undefined;
|
|
1654
1649
|
is_mobile?: boolean | undefined;
|
|
1655
1650
|
user_status?: string | undefined;
|
|
@@ -2639,6 +2634,7 @@ export declare const Envelope: {
|
|
|
2639
2634
|
clan_avatar?: string | undefined;
|
|
2640
2635
|
clan_id?: string | undefined;
|
|
2641
2636
|
added_by?: string | undefined;
|
|
2637
|
+
is_banned?: boolean | undefined;
|
|
2642
2638
|
}[] | undefined;
|
|
2643
2639
|
cursor?: string | undefined;
|
|
2644
2640
|
channel_id?: string | undefined;
|
|
@@ -3321,6 +3317,11 @@ export declare const Envelope: {
|
|
|
3321
3317
|
display_name?: string | undefined;
|
|
3322
3318
|
avatar?: string | undefined;
|
|
3323
3319
|
} | undefined;
|
|
3320
|
+
ban_user_event?: {
|
|
3321
|
+
user_ids?: string[] | undefined;
|
|
3322
|
+
action?: number | undefined;
|
|
3323
|
+
banner_id?: string | undefined;
|
|
3324
|
+
} | undefined;
|
|
3324
3325
|
} & {
|
|
3325
3326
|
cid?: string | undefined;
|
|
3326
3327
|
channel?: ({
|
|
@@ -3329,7 +3330,6 @@ export declare const Envelope: {
|
|
|
3329
3330
|
user_id?: string | undefined;
|
|
3330
3331
|
session_id?: string | undefined;
|
|
3331
3332
|
username?: string | undefined;
|
|
3332
|
-
persistence?: boolean | undefined;
|
|
3333
3333
|
status?: string | undefined;
|
|
3334
3334
|
is_mobile?: boolean | undefined;
|
|
3335
3335
|
user_status?: string | undefined;
|
|
@@ -3338,7 +3338,6 @@ export declare const Envelope: {
|
|
|
3338
3338
|
user_id?: string | undefined;
|
|
3339
3339
|
session_id?: string | undefined;
|
|
3340
3340
|
username?: string | undefined;
|
|
3341
|
-
persistence?: boolean | undefined;
|
|
3342
3341
|
status?: string | undefined;
|
|
3343
3342
|
is_mobile?: boolean | undefined;
|
|
3344
3343
|
user_status?: string | undefined;
|
|
@@ -3352,7 +3351,6 @@ export declare const Envelope: {
|
|
|
3352
3351
|
user_id?: string | undefined;
|
|
3353
3352
|
session_id?: string | undefined;
|
|
3354
3353
|
username?: string | undefined;
|
|
3355
|
-
persistence?: boolean | undefined;
|
|
3356
3354
|
status?: string | undefined;
|
|
3357
3355
|
is_mobile?: boolean | undefined;
|
|
3358
3356
|
user_status?: string | undefined;
|
|
@@ -3360,7 +3358,6 @@ export declare const Envelope: {
|
|
|
3360
3358
|
user_id?: string | undefined;
|
|
3361
3359
|
session_id?: string | undefined;
|
|
3362
3360
|
username?: string | undefined;
|
|
3363
|
-
persistence?: boolean | undefined;
|
|
3364
3361
|
status?: string | undefined;
|
|
3365
3362
|
is_mobile?: boolean | undefined;
|
|
3366
3363
|
user_status?: string | undefined;
|
|
@@ -3368,7 +3365,6 @@ export declare const Envelope: {
|
|
|
3368
3365
|
user_id?: string | undefined;
|
|
3369
3366
|
session_id?: string | undefined;
|
|
3370
3367
|
username?: string | undefined;
|
|
3371
|
-
persistence?: boolean | undefined;
|
|
3372
3368
|
status?: string | undefined;
|
|
3373
3369
|
is_mobile?: boolean | undefined;
|
|
3374
3370
|
user_status?: string | undefined;
|
|
@@ -3376,7 +3372,6 @@ export declare const Envelope: {
|
|
|
3376
3372
|
user_id?: string | undefined;
|
|
3377
3373
|
session_id?: string | undefined;
|
|
3378
3374
|
username?: string | undefined;
|
|
3379
|
-
persistence?: boolean | undefined;
|
|
3380
3375
|
status?: string | undefined;
|
|
3381
3376
|
is_mobile?: boolean | undefined;
|
|
3382
3377
|
user_status?: string | undefined;
|
|
@@ -3385,7 +3380,6 @@ export declare const Envelope: {
|
|
|
3385
3380
|
user_id?: string | undefined;
|
|
3386
3381
|
session_id?: string | undefined;
|
|
3387
3382
|
username?: string | undefined;
|
|
3388
|
-
persistence?: boolean | undefined;
|
|
3389
3383
|
status?: string | undefined;
|
|
3390
3384
|
is_mobile?: boolean | undefined;
|
|
3391
3385
|
user_status?: string | undefined;
|
|
@@ -3393,7 +3387,6 @@ export declare const Envelope: {
|
|
|
3393
3387
|
user_id?: string | undefined;
|
|
3394
3388
|
session_id?: string | undefined;
|
|
3395
3389
|
username?: string | undefined;
|
|
3396
|
-
persistence?: boolean | undefined;
|
|
3397
3390
|
status?: string | undefined;
|
|
3398
3391
|
is_mobile?: boolean | undefined;
|
|
3399
3392
|
user_status?: string | undefined;
|
|
@@ -3815,7 +3808,6 @@ export declare const Envelope: {
|
|
|
3815
3808
|
user_id?: string | undefined;
|
|
3816
3809
|
session_id?: string | undefined;
|
|
3817
3810
|
username?: string | undefined;
|
|
3818
|
-
persistence?: boolean | undefined;
|
|
3819
3811
|
status?: string | undefined;
|
|
3820
3812
|
is_mobile?: boolean | undefined;
|
|
3821
3813
|
user_status?: string | undefined;
|
|
@@ -3824,7 +3816,6 @@ export declare const Envelope: {
|
|
|
3824
3816
|
user_id?: string | undefined;
|
|
3825
3817
|
session_id?: string | undefined;
|
|
3826
3818
|
username?: string | undefined;
|
|
3827
|
-
persistence?: boolean | undefined;
|
|
3828
3819
|
status?: string | undefined;
|
|
3829
3820
|
is_mobile?: boolean | undefined;
|
|
3830
3821
|
user_status?: string | undefined;
|
|
@@ -3838,7 +3829,6 @@ export declare const Envelope: {
|
|
|
3838
3829
|
user_id?: string | undefined;
|
|
3839
3830
|
session_id?: string | undefined;
|
|
3840
3831
|
username?: string | undefined;
|
|
3841
|
-
persistence?: boolean | undefined;
|
|
3842
3832
|
status?: string | undefined;
|
|
3843
3833
|
is_mobile?: boolean | undefined;
|
|
3844
3834
|
user_status?: string | undefined;
|
|
@@ -3846,7 +3836,6 @@ export declare const Envelope: {
|
|
|
3846
3836
|
user_id?: string | undefined;
|
|
3847
3837
|
session_id?: string | undefined;
|
|
3848
3838
|
username?: string | undefined;
|
|
3849
|
-
persistence?: boolean | undefined;
|
|
3850
3839
|
status?: string | undefined;
|
|
3851
3840
|
is_mobile?: boolean | undefined;
|
|
3852
3841
|
user_status?: string | undefined;
|
|
@@ -3854,7 +3843,6 @@ export declare const Envelope: {
|
|
|
3854
3843
|
user_id?: string | undefined;
|
|
3855
3844
|
session_id?: string | undefined;
|
|
3856
3845
|
username?: string | undefined;
|
|
3857
|
-
persistence?: boolean | undefined;
|
|
3858
3846
|
status?: string | undefined;
|
|
3859
3847
|
is_mobile?: boolean | undefined;
|
|
3860
3848
|
user_status?: string | undefined;
|
|
@@ -3862,7 +3850,6 @@ export declare const Envelope: {
|
|
|
3862
3850
|
user_id?: string | undefined;
|
|
3863
3851
|
session_id?: string | undefined;
|
|
3864
3852
|
username?: string | undefined;
|
|
3865
|
-
persistence?: boolean | undefined;
|
|
3866
3853
|
status?: string | undefined;
|
|
3867
3854
|
is_mobile?: boolean | undefined;
|
|
3868
3855
|
user_status?: string | undefined;
|
|
@@ -3871,7 +3858,6 @@ export declare const Envelope: {
|
|
|
3871
3858
|
user_id?: string | undefined;
|
|
3872
3859
|
session_id?: string | undefined;
|
|
3873
3860
|
username?: string | undefined;
|
|
3874
|
-
persistence?: boolean | undefined;
|
|
3875
3861
|
status?: string | undefined;
|
|
3876
3862
|
is_mobile?: boolean | undefined;
|
|
3877
3863
|
user_status?: string | undefined;
|
|
@@ -3879,7 +3865,6 @@ export declare const Envelope: {
|
|
|
3879
3865
|
user_id?: string | undefined;
|
|
3880
3866
|
session_id?: string | undefined;
|
|
3881
3867
|
username?: string | undefined;
|
|
3882
|
-
persistence?: boolean | undefined;
|
|
3883
3868
|
status?: string | undefined;
|
|
3884
3869
|
is_mobile?: boolean | undefined;
|
|
3885
3870
|
user_status?: string | undefined;
|
|
@@ -3887,7 +3872,6 @@ export declare const Envelope: {
|
|
|
3887
3872
|
user_id?: string | undefined;
|
|
3888
3873
|
session_id?: string | undefined;
|
|
3889
3874
|
username?: string | undefined;
|
|
3890
|
-
persistence?: boolean | undefined;
|
|
3891
3875
|
status?: string | undefined;
|
|
3892
3876
|
is_mobile?: boolean | undefined;
|
|
3893
3877
|
user_status?: string | undefined;
|
|
@@ -3895,7 +3879,6 @@ export declare const Envelope: {
|
|
|
3895
3879
|
user_id?: string | undefined;
|
|
3896
3880
|
session_id?: string | undefined;
|
|
3897
3881
|
username?: string | undefined;
|
|
3898
|
-
persistence?: boolean | undefined;
|
|
3899
3882
|
status?: string | undefined;
|
|
3900
3883
|
is_mobile?: boolean | undefined;
|
|
3901
3884
|
user_status?: string | undefined;
|
|
@@ -4345,7 +4328,6 @@ export declare const Envelope: {
|
|
|
4345
4328
|
user_id?: string | undefined;
|
|
4346
4329
|
session_id?: string | undefined;
|
|
4347
4330
|
username?: string | undefined;
|
|
4348
|
-
persistence?: boolean | undefined;
|
|
4349
4331
|
status?: string | undefined;
|
|
4350
4332
|
is_mobile?: boolean | undefined;
|
|
4351
4333
|
user_status?: string | undefined;
|
|
@@ -4355,7 +4337,6 @@ export declare const Envelope: {
|
|
|
4355
4337
|
user_id?: string | undefined;
|
|
4356
4338
|
session_id?: string | undefined;
|
|
4357
4339
|
username?: string | undefined;
|
|
4358
|
-
persistence?: boolean | undefined;
|
|
4359
4340
|
status?: string | undefined;
|
|
4360
4341
|
is_mobile?: boolean | undefined;
|
|
4361
4342
|
user_status?: string | undefined;
|
|
@@ -4363,7 +4344,6 @@ export declare const Envelope: {
|
|
|
4363
4344
|
user_id?: string | undefined;
|
|
4364
4345
|
session_id?: string | undefined;
|
|
4365
4346
|
username?: string | undefined;
|
|
4366
|
-
persistence?: boolean | undefined;
|
|
4367
4347
|
status?: string | undefined;
|
|
4368
4348
|
is_mobile?: boolean | undefined;
|
|
4369
4349
|
user_status?: string | undefined;
|
|
@@ -4371,7 +4351,6 @@ export declare const Envelope: {
|
|
|
4371
4351
|
user_id?: string | undefined;
|
|
4372
4352
|
session_id?: string | undefined;
|
|
4373
4353
|
username?: string | undefined;
|
|
4374
|
-
persistence?: boolean | undefined;
|
|
4375
4354
|
status?: string | undefined;
|
|
4376
4355
|
is_mobile?: boolean | undefined;
|
|
4377
4356
|
user_status?: string | undefined;
|
|
@@ -4379,7 +4358,6 @@ export declare const Envelope: {
|
|
|
4379
4358
|
user_id?: string | undefined;
|
|
4380
4359
|
session_id?: string | undefined;
|
|
4381
4360
|
username?: string | undefined;
|
|
4382
|
-
persistence?: boolean | undefined;
|
|
4383
4361
|
status?: string | undefined;
|
|
4384
4362
|
is_mobile?: boolean | undefined;
|
|
4385
4363
|
user_status?: string | undefined;
|
|
@@ -4397,7 +4375,6 @@ export declare const Envelope: {
|
|
|
4397
4375
|
user_id?: string | undefined;
|
|
4398
4376
|
session_id?: string | undefined;
|
|
4399
4377
|
username?: string | undefined;
|
|
4400
|
-
persistence?: boolean | undefined;
|
|
4401
4378
|
status?: string | undefined;
|
|
4402
4379
|
is_mobile?: boolean | undefined;
|
|
4403
4380
|
user_status?: string | undefined;
|
|
@@ -4406,7 +4383,6 @@ export declare const Envelope: {
|
|
|
4406
4383
|
user_id?: string | undefined;
|
|
4407
4384
|
session_id?: string | undefined;
|
|
4408
4385
|
username?: string | undefined;
|
|
4409
|
-
persistence?: boolean | undefined;
|
|
4410
4386
|
status?: string | undefined;
|
|
4411
4387
|
is_mobile?: boolean | undefined;
|
|
4412
4388
|
user_status?: string | undefined;
|
|
@@ -4416,7 +4392,6 @@ export declare const Envelope: {
|
|
|
4416
4392
|
user_id?: string | undefined;
|
|
4417
4393
|
session_id?: string | undefined;
|
|
4418
4394
|
username?: string | undefined;
|
|
4419
|
-
persistence?: boolean | undefined;
|
|
4420
4395
|
status?: string | undefined;
|
|
4421
4396
|
is_mobile?: boolean | undefined;
|
|
4422
4397
|
user_status?: string | undefined;
|
|
@@ -4424,7 +4399,6 @@ export declare const Envelope: {
|
|
|
4424
4399
|
user_id?: string | undefined;
|
|
4425
4400
|
session_id?: string | undefined;
|
|
4426
4401
|
username?: string | undefined;
|
|
4427
|
-
persistence?: boolean | undefined;
|
|
4428
4402
|
status?: string | undefined;
|
|
4429
4403
|
is_mobile?: boolean | undefined;
|
|
4430
4404
|
user_status?: string | undefined;
|
|
@@ -4432,7 +4406,6 @@ export declare const Envelope: {
|
|
|
4432
4406
|
user_id?: string | undefined;
|
|
4433
4407
|
session_id?: string | undefined;
|
|
4434
4408
|
username?: string | undefined;
|
|
4435
|
-
persistence?: boolean | undefined;
|
|
4436
4409
|
status?: string | undefined;
|
|
4437
4410
|
is_mobile?: boolean | undefined;
|
|
4438
4411
|
user_status?: string | undefined;
|
|
@@ -4440,7 +4413,6 @@ export declare const Envelope: {
|
|
|
4440
4413
|
user_id?: string | undefined;
|
|
4441
4414
|
session_id?: string | undefined;
|
|
4442
4415
|
username?: string | undefined;
|
|
4443
|
-
persistence?: boolean | undefined;
|
|
4444
4416
|
status?: string | undefined;
|
|
4445
4417
|
is_mobile?: boolean | undefined;
|
|
4446
4418
|
user_status?: string | undefined;
|
|
@@ -4449,7 +4421,6 @@ export declare const Envelope: {
|
|
|
4449
4421
|
user_id?: string | undefined;
|
|
4450
4422
|
session_id?: string | undefined;
|
|
4451
4423
|
username?: string | undefined;
|
|
4452
|
-
persistence?: boolean | undefined;
|
|
4453
4424
|
status?: string | undefined;
|
|
4454
4425
|
is_mobile?: boolean | undefined;
|
|
4455
4426
|
user_status?: string | undefined;
|
|
@@ -4457,7 +4428,6 @@ export declare const Envelope: {
|
|
|
4457
4428
|
user_id?: string | undefined;
|
|
4458
4429
|
session_id?: string | undefined;
|
|
4459
4430
|
username?: string | undefined;
|
|
4460
|
-
persistence?: boolean | undefined;
|
|
4461
4431
|
status?: string | undefined;
|
|
4462
4432
|
is_mobile?: boolean | undefined;
|
|
4463
4433
|
user_status?: string | undefined;
|
|
@@ -4465,7 +4435,6 @@ export declare const Envelope: {
|
|
|
4465
4435
|
user_id?: string | undefined;
|
|
4466
4436
|
session_id?: string | undefined;
|
|
4467
4437
|
username?: string | undefined;
|
|
4468
|
-
persistence?: boolean | undefined;
|
|
4469
4438
|
status?: string | undefined;
|
|
4470
4439
|
is_mobile?: boolean | undefined;
|
|
4471
4440
|
user_status?: string | undefined;
|
|
@@ -4473,7 +4442,6 @@ export declare const Envelope: {
|
|
|
4473
4442
|
user_id?: string | undefined;
|
|
4474
4443
|
session_id?: string | undefined;
|
|
4475
4444
|
username?: string | undefined;
|
|
4476
|
-
persistence?: boolean | undefined;
|
|
4477
4445
|
status?: string | undefined;
|
|
4478
4446
|
is_mobile?: boolean | undefined;
|
|
4479
4447
|
user_status?: string | undefined;
|
|
@@ -4500,7 +4468,6 @@ export declare const Envelope: {
|
|
|
4500
4468
|
user_id?: string | undefined;
|
|
4501
4469
|
session_id?: string | undefined;
|
|
4502
4470
|
username?: string | undefined;
|
|
4503
|
-
persistence?: boolean | undefined;
|
|
4504
4471
|
status?: string | undefined;
|
|
4505
4472
|
is_mobile?: boolean | undefined;
|
|
4506
4473
|
user_status?: string | undefined;
|
|
@@ -4523,7 +4490,6 @@ export declare const Envelope: {
|
|
|
4523
4490
|
user_id?: string | undefined;
|
|
4524
4491
|
session_id?: string | undefined;
|
|
4525
4492
|
username?: string | undefined;
|
|
4526
|
-
persistence?: boolean | undefined;
|
|
4527
4493
|
status?: string | undefined;
|
|
4528
4494
|
is_mobile?: boolean | undefined;
|
|
4529
4495
|
user_status?: string | undefined;
|
|
@@ -4531,7 +4497,6 @@ export declare const Envelope: {
|
|
|
4531
4497
|
user_id?: string | undefined;
|
|
4532
4498
|
session_id?: string | undefined;
|
|
4533
4499
|
username?: string | undefined;
|
|
4534
|
-
persistence?: boolean | undefined;
|
|
4535
4500
|
status?: string | undefined;
|
|
4536
4501
|
is_mobile?: boolean | undefined;
|
|
4537
4502
|
user_status?: string | undefined;
|
|
@@ -4550,7 +4515,6 @@ export declare const Envelope: {
|
|
|
4550
4515
|
user_id?: string | undefined;
|
|
4551
4516
|
session_id?: string | undefined;
|
|
4552
4517
|
username?: string | undefined;
|
|
4553
|
-
persistence?: boolean | undefined;
|
|
4554
4518
|
status?: string | undefined;
|
|
4555
4519
|
is_mobile?: boolean | undefined;
|
|
4556
4520
|
user_status?: string | undefined;
|
|
@@ -4559,7 +4523,6 @@ export declare const Envelope: {
|
|
|
4559
4523
|
user_id?: string | undefined;
|
|
4560
4524
|
session_id?: string | undefined;
|
|
4561
4525
|
username?: string | undefined;
|
|
4562
|
-
persistence?: boolean | undefined;
|
|
4563
4526
|
status?: string | undefined;
|
|
4564
4527
|
is_mobile?: boolean | undefined;
|
|
4565
4528
|
user_status?: string | undefined;
|
|
@@ -4580,7 +4543,6 @@ export declare const Envelope: {
|
|
|
4580
4543
|
user_id?: string | undefined;
|
|
4581
4544
|
session_id?: string | undefined;
|
|
4582
4545
|
username?: string | undefined;
|
|
4583
|
-
persistence?: boolean | undefined;
|
|
4584
4546
|
status?: string | undefined;
|
|
4585
4547
|
is_mobile?: boolean | undefined;
|
|
4586
4548
|
user_status?: string | undefined;
|
|
@@ -4588,7 +4550,6 @@ export declare const Envelope: {
|
|
|
4588
4550
|
user_id?: string | undefined;
|
|
4589
4551
|
session_id?: string | undefined;
|
|
4590
4552
|
username?: string | undefined;
|
|
4591
|
-
persistence?: boolean | undefined;
|
|
4592
4553
|
status?: string | undefined;
|
|
4593
4554
|
is_mobile?: boolean | undefined;
|
|
4594
4555
|
user_status?: string | undefined;
|
|
@@ -4596,7 +4557,6 @@ export declare const Envelope: {
|
|
|
4596
4557
|
user_id?: string | undefined;
|
|
4597
4558
|
session_id?: string | undefined;
|
|
4598
4559
|
username?: string | undefined;
|
|
4599
|
-
persistence?: boolean | undefined;
|
|
4600
4560
|
status?: string | undefined;
|
|
4601
4561
|
is_mobile?: boolean | undefined;
|
|
4602
4562
|
user_status?: string | undefined;
|
|
@@ -4604,7 +4564,6 @@ export declare const Envelope: {
|
|
|
4604
4564
|
user_id?: string | undefined;
|
|
4605
4565
|
session_id?: string | undefined;
|
|
4606
4566
|
username?: string | undefined;
|
|
4607
|
-
persistence?: boolean | undefined;
|
|
4608
4567
|
status?: string | undefined;
|
|
4609
4568
|
is_mobile?: boolean | undefined;
|
|
4610
4569
|
user_status?: string | undefined;
|
|
@@ -4613,7 +4572,6 @@ export declare const Envelope: {
|
|
|
4613
4572
|
user_id?: string | undefined;
|
|
4614
4573
|
session_id?: string | undefined;
|
|
4615
4574
|
username?: string | undefined;
|
|
4616
|
-
persistence?: boolean | undefined;
|
|
4617
4575
|
status?: string | undefined;
|
|
4618
4576
|
is_mobile?: boolean | undefined;
|
|
4619
4577
|
user_status?: string | undefined;
|
|
@@ -4621,7 +4579,6 @@ export declare const Envelope: {
|
|
|
4621
4579
|
user_id?: string | undefined;
|
|
4622
4580
|
session_id?: string | undefined;
|
|
4623
4581
|
username?: string | undefined;
|
|
4624
|
-
persistence?: boolean | undefined;
|
|
4625
4582
|
status?: string | undefined;
|
|
4626
4583
|
is_mobile?: boolean | undefined;
|
|
4627
4584
|
user_status?: string | undefined;
|
|
@@ -4629,7 +4586,6 @@ export declare const Envelope: {
|
|
|
4629
4586
|
user_id?: string | undefined;
|
|
4630
4587
|
session_id?: string | undefined;
|
|
4631
4588
|
username?: string | undefined;
|
|
4632
|
-
persistence?: boolean | undefined;
|
|
4633
4589
|
status?: string | undefined;
|
|
4634
4590
|
is_mobile?: boolean | undefined;
|
|
4635
4591
|
user_status?: string | undefined;
|
|
@@ -4637,7 +4593,6 @@ export declare const Envelope: {
|
|
|
4637
4593
|
user_id?: string | undefined;
|
|
4638
4594
|
session_id?: string | undefined;
|
|
4639
4595
|
username?: string | undefined;
|
|
4640
|
-
persistence?: boolean | undefined;
|
|
4641
4596
|
status?: string | undefined;
|
|
4642
4597
|
is_mobile?: boolean | undefined;
|
|
4643
4598
|
user_status?: string | undefined;
|
|
@@ -6868,6 +6823,7 @@ export declare const Envelope: {
|
|
|
6868
6823
|
clan_avatar?: string | undefined;
|
|
6869
6824
|
clan_id?: string | undefined;
|
|
6870
6825
|
added_by?: string | undefined;
|
|
6826
|
+
is_banned?: boolean | undefined;
|
|
6871
6827
|
}[] | undefined;
|
|
6872
6828
|
cursor?: string | undefined;
|
|
6873
6829
|
channel_id?: string | undefined;
|
|
@@ -8344,6 +8300,7 @@ export declare const Envelope: {
|
|
|
8344
8300
|
clan_avatar?: string | undefined;
|
|
8345
8301
|
clan_id?: string | undefined;
|
|
8346
8302
|
added_by?: string | undefined;
|
|
8303
|
+
is_banned?: boolean | undefined;
|
|
8347
8304
|
}[] | undefined;
|
|
8348
8305
|
cursor?: string | undefined;
|
|
8349
8306
|
channel_id?: string | undefined;
|
|
@@ -8357,6 +8314,7 @@ export declare const Envelope: {
|
|
|
8357
8314
|
clan_avatar?: string | undefined;
|
|
8358
8315
|
clan_id?: string | undefined;
|
|
8359
8316
|
added_by?: string | undefined;
|
|
8317
|
+
is_banned?: boolean | undefined;
|
|
8360
8318
|
}[] & ({
|
|
8361
8319
|
user_id?: string | undefined;
|
|
8362
8320
|
role_id?: string[] | undefined;
|
|
@@ -8366,6 +8324,7 @@ export declare const Envelope: {
|
|
|
8366
8324
|
clan_avatar?: string | undefined;
|
|
8367
8325
|
clan_id?: string | undefined;
|
|
8368
8326
|
added_by?: string | undefined;
|
|
8327
|
+
is_banned?: boolean | undefined;
|
|
8369
8328
|
} & {
|
|
8370
8329
|
user_id?: string | undefined;
|
|
8371
8330
|
role_id?: (string[] & string[] & { [K_240 in Exclude<keyof I["list_data_socket"]["channel_user_list"]["channel_users"][number]["role_id"], keyof string[]>]: never; }) | undefined;
|
|
@@ -8375,6 +8334,7 @@ export declare const Envelope: {
|
|
|
8375
8334
|
clan_avatar?: string | undefined;
|
|
8376
8335
|
clan_id?: string | undefined;
|
|
8377
8336
|
added_by?: string | undefined;
|
|
8337
|
+
is_banned?: boolean | undefined;
|
|
8378
8338
|
} & { [K_241 in Exclude<keyof I["list_data_socket"]["channel_user_list"]["channel_users"][number], keyof import("../api/api").ChannelUserList_ChannelUser>]: never; })[] & { [K_242 in Exclude<keyof I["list_data_socket"]["channel_user_list"]["channel_users"], keyof {
|
|
8379
8339
|
user_id?: string | undefined;
|
|
8380
8340
|
role_id?: string[] | undefined;
|
|
@@ -8384,6 +8344,7 @@ export declare const Envelope: {
|
|
|
8384
8344
|
clan_avatar?: string | undefined;
|
|
8385
8345
|
clan_id?: string | undefined;
|
|
8386
8346
|
added_by?: string | undefined;
|
|
8347
|
+
is_banned?: boolean | undefined;
|
|
8387
8348
|
}[]>]: never; }) | undefined;
|
|
8388
8349
|
cursor?: string | undefined;
|
|
8389
8350
|
channel_id?: string | undefined;
|
|
@@ -11270,7 +11231,16 @@ export declare const Envelope: {
|
|
|
11270
11231
|
display_name?: string | undefined;
|
|
11271
11232
|
avatar?: string | undefined;
|
|
11272
11233
|
} & { [K_391 in Exclude<keyof I["add_friend"], keyof AddFriend>]: never; }) | undefined;
|
|
11273
|
-
|
|
11234
|
+
ban_user_event?: ({
|
|
11235
|
+
user_ids?: string[] | undefined;
|
|
11236
|
+
action?: number | undefined;
|
|
11237
|
+
banner_id?: string | undefined;
|
|
11238
|
+
} & {
|
|
11239
|
+
user_ids?: (string[] & string[] & { [K_392 in Exclude<keyof I["ban_user_event"]["user_ids"], keyof string[]>]: never; }) | undefined;
|
|
11240
|
+
action?: number | undefined;
|
|
11241
|
+
banner_id?: string | undefined;
|
|
11242
|
+
} & { [K_393 in Exclude<keyof I["ban_user_event"], keyof BannedUserEvent>]: never; }) | undefined;
|
|
11243
|
+
} & { [K_394 in Exclude<keyof I, keyof Envelope>]: never; }>(base?: I | undefined): Envelope;
|
|
11274
11244
|
fromPartial<I_1 extends {
|
|
11275
11245
|
cid?: string | undefined;
|
|
11276
11246
|
channel?: {
|
|
@@ -11279,7 +11249,6 @@ export declare const Envelope: {
|
|
|
11279
11249
|
user_id?: string | undefined;
|
|
11280
11250
|
session_id?: string | undefined;
|
|
11281
11251
|
username?: string | undefined;
|
|
11282
|
-
persistence?: boolean | undefined;
|
|
11283
11252
|
status?: string | undefined;
|
|
11284
11253
|
is_mobile?: boolean | undefined;
|
|
11285
11254
|
user_status?: string | undefined;
|
|
@@ -11288,7 +11257,6 @@ export declare const Envelope: {
|
|
|
11288
11257
|
user_id?: string | undefined;
|
|
11289
11258
|
session_id?: string | undefined;
|
|
11290
11259
|
username?: string | undefined;
|
|
11291
|
-
persistence?: boolean | undefined;
|
|
11292
11260
|
status?: string | undefined;
|
|
11293
11261
|
is_mobile?: boolean | undefined;
|
|
11294
11262
|
user_status?: string | undefined;
|
|
@@ -11443,7 +11411,6 @@ export declare const Envelope: {
|
|
|
11443
11411
|
user_id?: string | undefined;
|
|
11444
11412
|
session_id?: string | undefined;
|
|
11445
11413
|
username?: string | undefined;
|
|
11446
|
-
persistence?: boolean | undefined;
|
|
11447
11414
|
status?: string | undefined;
|
|
11448
11415
|
is_mobile?: boolean | undefined;
|
|
11449
11416
|
user_status?: string | undefined;
|
|
@@ -11452,7 +11419,6 @@ export declare const Envelope: {
|
|
|
11452
11419
|
user_id?: string | undefined;
|
|
11453
11420
|
session_id?: string | undefined;
|
|
11454
11421
|
username?: string | undefined;
|
|
11455
|
-
persistence?: boolean | undefined;
|
|
11456
11422
|
status?: string | undefined;
|
|
11457
11423
|
is_mobile?: boolean | undefined;
|
|
11458
11424
|
user_status?: string | undefined;
|
|
@@ -11548,7 +11514,6 @@ export declare const Envelope: {
|
|
|
11548
11514
|
user_id?: string | undefined;
|
|
11549
11515
|
session_id?: string | undefined;
|
|
11550
11516
|
username?: string | undefined;
|
|
11551
|
-
persistence?: boolean | undefined;
|
|
11552
11517
|
status?: string | undefined;
|
|
11553
11518
|
is_mobile?: boolean | undefined;
|
|
11554
11519
|
user_status?: string | undefined;
|
|
@@ -11563,7 +11528,6 @@ export declare const Envelope: {
|
|
|
11563
11528
|
user_id?: string | undefined;
|
|
11564
11529
|
session_id?: string | undefined;
|
|
11565
11530
|
username?: string | undefined;
|
|
11566
|
-
persistence?: boolean | undefined;
|
|
11567
11531
|
status?: string | undefined;
|
|
11568
11532
|
is_mobile?: boolean | undefined;
|
|
11569
11533
|
user_status?: string | undefined;
|
|
@@ -11572,7 +11536,6 @@ export declare const Envelope: {
|
|
|
11572
11536
|
user_id?: string | undefined;
|
|
11573
11537
|
session_id?: string | undefined;
|
|
11574
11538
|
username?: string | undefined;
|
|
11575
|
-
persistence?: boolean | undefined;
|
|
11576
11539
|
status?: string | undefined;
|
|
11577
11540
|
is_mobile?: boolean | undefined;
|
|
11578
11541
|
user_status?: string | undefined;
|
|
@@ -11595,7 +11558,6 @@ export declare const Envelope: {
|
|
|
11595
11558
|
user_id?: string | undefined;
|
|
11596
11559
|
session_id?: string | undefined;
|
|
11597
11560
|
username?: string | undefined;
|
|
11598
|
-
persistence?: boolean | undefined;
|
|
11599
11561
|
status?: string | undefined;
|
|
11600
11562
|
is_mobile?: boolean | undefined;
|
|
11601
11563
|
user_status?: string | undefined;
|
|
@@ -11614,7 +11576,6 @@ export declare const Envelope: {
|
|
|
11614
11576
|
user_id?: string | undefined;
|
|
11615
11577
|
session_id?: string | undefined;
|
|
11616
11578
|
username?: string | undefined;
|
|
11617
|
-
persistence?: boolean | undefined;
|
|
11618
11579
|
status?: string | undefined;
|
|
11619
11580
|
is_mobile?: boolean | undefined;
|
|
11620
11581
|
user_status?: string | undefined;
|
|
@@ -11623,7 +11584,6 @@ export declare const Envelope: {
|
|
|
11623
11584
|
user_id?: string | undefined;
|
|
11624
11585
|
session_id?: string | undefined;
|
|
11625
11586
|
username?: string | undefined;
|
|
11626
|
-
persistence?: boolean | undefined;
|
|
11627
11587
|
status?: string | undefined;
|
|
11628
11588
|
is_mobile?: boolean | undefined;
|
|
11629
11589
|
user_status?: string | undefined;
|
|
@@ -12613,6 +12573,7 @@ export declare const Envelope: {
|
|
|
12613
12573
|
clan_avatar?: string | undefined;
|
|
12614
12574
|
clan_id?: string | undefined;
|
|
12615
12575
|
added_by?: string | undefined;
|
|
12576
|
+
is_banned?: boolean | undefined;
|
|
12616
12577
|
}[] | undefined;
|
|
12617
12578
|
cursor?: string | undefined;
|
|
12618
12579
|
channel_id?: string | undefined;
|
|
@@ -13295,6 +13256,11 @@ export declare const Envelope: {
|
|
|
13295
13256
|
display_name?: string | undefined;
|
|
13296
13257
|
avatar?: string | undefined;
|
|
13297
13258
|
} | undefined;
|
|
13259
|
+
ban_user_event?: {
|
|
13260
|
+
user_ids?: string[] | undefined;
|
|
13261
|
+
action?: number | undefined;
|
|
13262
|
+
banner_id?: string | undefined;
|
|
13263
|
+
} | undefined;
|
|
13298
13264
|
} & {
|
|
13299
13265
|
cid?: string | undefined;
|
|
13300
13266
|
channel?: ({
|
|
@@ -13303,7 +13269,6 @@ export declare const Envelope: {
|
|
|
13303
13269
|
user_id?: string | undefined;
|
|
13304
13270
|
session_id?: string | undefined;
|
|
13305
13271
|
username?: string | undefined;
|
|
13306
|
-
persistence?: boolean | undefined;
|
|
13307
13272
|
status?: string | undefined;
|
|
13308
13273
|
is_mobile?: boolean | undefined;
|
|
13309
13274
|
user_status?: string | undefined;
|
|
@@ -13312,7 +13277,6 @@ export declare const Envelope: {
|
|
|
13312
13277
|
user_id?: string | undefined;
|
|
13313
13278
|
session_id?: string | undefined;
|
|
13314
13279
|
username?: string | undefined;
|
|
13315
|
-
persistence?: boolean | undefined;
|
|
13316
13280
|
status?: string | undefined;
|
|
13317
13281
|
is_mobile?: boolean | undefined;
|
|
13318
13282
|
user_status?: string | undefined;
|
|
@@ -13326,7 +13290,6 @@ export declare const Envelope: {
|
|
|
13326
13290
|
user_id?: string | undefined;
|
|
13327
13291
|
session_id?: string | undefined;
|
|
13328
13292
|
username?: string | undefined;
|
|
13329
|
-
persistence?: boolean | undefined;
|
|
13330
13293
|
status?: string | undefined;
|
|
13331
13294
|
is_mobile?: boolean | undefined;
|
|
13332
13295
|
user_status?: string | undefined;
|
|
@@ -13334,7 +13297,6 @@ export declare const Envelope: {
|
|
|
13334
13297
|
user_id?: string | undefined;
|
|
13335
13298
|
session_id?: string | undefined;
|
|
13336
13299
|
username?: string | undefined;
|
|
13337
|
-
persistence?: boolean | undefined;
|
|
13338
13300
|
status?: string | undefined;
|
|
13339
13301
|
is_mobile?: boolean | undefined;
|
|
13340
13302
|
user_status?: string | undefined;
|
|
@@ -13342,15 +13304,13 @@ export declare const Envelope: {
|
|
|
13342
13304
|
user_id?: string | undefined;
|
|
13343
13305
|
session_id?: string | undefined;
|
|
13344
13306
|
username?: string | undefined;
|
|
13345
|
-
persistence?: boolean | undefined;
|
|
13346
13307
|
status?: string | undefined;
|
|
13347
13308
|
is_mobile?: boolean | undefined;
|
|
13348
13309
|
user_status?: string | undefined;
|
|
13349
|
-
} & { [
|
|
13310
|
+
} & { [K_395 in Exclude<keyof I_1["channel"]["presences"][number], keyof UserPresence>]: never; })[] & { [K_396 in Exclude<keyof I_1["channel"]["presences"], keyof {
|
|
13350
13311
|
user_id?: string | undefined;
|
|
13351
13312
|
session_id?: string | undefined;
|
|
13352
13313
|
username?: string | undefined;
|
|
13353
|
-
persistence?: boolean | undefined;
|
|
13354
13314
|
status?: string | undefined;
|
|
13355
13315
|
is_mobile?: boolean | undefined;
|
|
13356
13316
|
user_status?: string | undefined;
|
|
@@ -13359,7 +13319,6 @@ export declare const Envelope: {
|
|
|
13359
13319
|
user_id?: string | undefined;
|
|
13360
13320
|
session_id?: string | undefined;
|
|
13361
13321
|
username?: string | undefined;
|
|
13362
|
-
persistence?: boolean | undefined;
|
|
13363
13322
|
status?: string | undefined;
|
|
13364
13323
|
is_mobile?: boolean | undefined;
|
|
13365
13324
|
user_status?: string | undefined;
|
|
@@ -13367,20 +13326,19 @@ export declare const Envelope: {
|
|
|
13367
13326
|
user_id?: string | undefined;
|
|
13368
13327
|
session_id?: string | undefined;
|
|
13369
13328
|
username?: string | undefined;
|
|
13370
|
-
persistence?: boolean | undefined;
|
|
13371
13329
|
status?: string | undefined;
|
|
13372
13330
|
is_mobile?: boolean | undefined;
|
|
13373
13331
|
user_status?: string | undefined;
|
|
13374
|
-
} & { [
|
|
13332
|
+
} & { [K_397 in Exclude<keyof I_1["channel"]["self"], keyof UserPresence>]: never; }) | undefined;
|
|
13375
13333
|
chanel_label?: string | undefined;
|
|
13376
13334
|
clan_logo?: string | undefined;
|
|
13377
13335
|
category_name?: string | undefined;
|
|
13378
|
-
} & { [
|
|
13336
|
+
} & { [K_398 in Exclude<keyof I_1["channel"], keyof Channel>]: never; }) | undefined;
|
|
13379
13337
|
clan_join?: ({
|
|
13380
13338
|
clan_id?: string | undefined;
|
|
13381
13339
|
} & {
|
|
13382
13340
|
clan_id?: string | undefined;
|
|
13383
|
-
} & { [
|
|
13341
|
+
} & { [K_399 in Exclude<keyof I_1["clan_join"], "clan_id">]: never; }) | undefined;
|
|
13384
13342
|
channel_join?: ({
|
|
13385
13343
|
clan_id?: string | undefined;
|
|
13386
13344
|
channel_id?: string | undefined;
|
|
@@ -13391,7 +13349,7 @@ export declare const Envelope: {
|
|
|
13391
13349
|
channel_id?: string | undefined;
|
|
13392
13350
|
channel_type?: number | undefined;
|
|
13393
13351
|
is_public?: boolean | undefined;
|
|
13394
|
-
} & { [
|
|
13352
|
+
} & { [K_400 in Exclude<keyof I_1["channel_join"], keyof ChannelJoin>]: never; }) | undefined;
|
|
13395
13353
|
channel_leave?: ({
|
|
13396
13354
|
clan_id?: string | undefined;
|
|
13397
13355
|
channel_id?: string | undefined;
|
|
@@ -13402,7 +13360,7 @@ export declare const Envelope: {
|
|
|
13402
13360
|
channel_id?: string | undefined;
|
|
13403
13361
|
channel_type?: number | undefined;
|
|
13404
13362
|
is_public?: boolean | undefined;
|
|
13405
|
-
} & { [
|
|
13363
|
+
} & { [K_401 in Exclude<keyof I_1["channel_leave"], keyof ChannelLeave>]: never; }) | undefined;
|
|
13406
13364
|
channel_message?: ({
|
|
13407
13365
|
clan_id?: string | undefined;
|
|
13408
13366
|
channel_id?: string | undefined;
|
|
@@ -13459,7 +13417,7 @@ export declare const Envelope: {
|
|
|
13459
13417
|
hide_editted?: boolean | undefined;
|
|
13460
13418
|
is_public?: boolean | undefined;
|
|
13461
13419
|
topic_id?: string | undefined;
|
|
13462
|
-
} & { [
|
|
13420
|
+
} & { [K_402 in Exclude<keyof I_1["channel_message"], keyof ChannelMessage>]: never; }) | undefined;
|
|
13463
13421
|
channel_message_ack?: ({
|
|
13464
13422
|
channel_id?: string | undefined;
|
|
13465
13423
|
message_id?: string | undefined;
|
|
@@ -13480,7 +13438,7 @@ export declare const Envelope: {
|
|
|
13480
13438
|
persistent?: boolean | undefined;
|
|
13481
13439
|
clan_logo?: string | undefined;
|
|
13482
13440
|
category_name?: string | undefined;
|
|
13483
|
-
} & { [
|
|
13441
|
+
} & { [K_403 in Exclude<keyof I_1["channel_message_ack"], keyof ChannelMessageAck>]: never; }) | undefined;
|
|
13484
13442
|
channel_message_send?: ({
|
|
13485
13443
|
clan_id?: string | undefined;
|
|
13486
13444
|
channel_id?: string | undefined;
|
|
@@ -13554,7 +13512,7 @@ export declare const Envelope: {
|
|
|
13554
13512
|
create_time?: Date | undefined;
|
|
13555
13513
|
s?: number | undefined;
|
|
13556
13514
|
e?: number | undefined;
|
|
13557
|
-
} & { [
|
|
13515
|
+
} & { [K_404 in Exclude<keyof I_1["channel_message_send"]["mentions"][number], keyof MessageMention>]: never; })[] & { [K_405 in Exclude<keyof I_1["channel_message_send"]["mentions"], keyof {
|
|
13558
13516
|
id?: string | undefined;
|
|
13559
13517
|
user_id?: string | undefined;
|
|
13560
13518
|
username?: string | undefined;
|
|
@@ -13588,7 +13546,7 @@ export declare const Envelope: {
|
|
|
13588
13546
|
width?: number | undefined;
|
|
13589
13547
|
height?: number | undefined;
|
|
13590
13548
|
thumbnail?: string | undefined;
|
|
13591
|
-
} & { [
|
|
13549
|
+
} & { [K_406 in Exclude<keyof I_1["channel_message_send"]["attachments"][number], keyof MessageAttachment>]: never; })[] & { [K_407 in Exclude<keyof I_1["channel_message_send"]["attachments"], keyof {
|
|
13592
13550
|
filename?: string | undefined;
|
|
13593
13551
|
size?: number | undefined;
|
|
13594
13552
|
url?: string | undefined;
|
|
@@ -13630,7 +13588,7 @@ export declare const Envelope: {
|
|
|
13630
13588
|
mesages_sender_avatar?: string | undefined;
|
|
13631
13589
|
message_sender_clan_nick?: string | undefined;
|
|
13632
13590
|
message_sender_display_name?: string | undefined;
|
|
13633
|
-
} & { [
|
|
13591
|
+
} & { [K_408 in Exclude<keyof I_1["channel_message_send"]["references"][number], keyof MessageRef>]: never; })[] & { [K_409 in Exclude<keyof I_1["channel_message_send"]["references"], keyof {
|
|
13634
13592
|
message_id?: string | undefined;
|
|
13635
13593
|
message_ref_id?: string | undefined;
|
|
13636
13594
|
content?: string | undefined;
|
|
@@ -13649,7 +13607,7 @@ export declare const Envelope: {
|
|
|
13649
13607
|
is_public?: boolean | undefined;
|
|
13650
13608
|
code?: number | undefined;
|
|
13651
13609
|
topic_id?: string | undefined;
|
|
13652
|
-
} & { [
|
|
13610
|
+
} & { [K_410 in Exclude<keyof I_1["channel_message_send"], keyof ChannelMessageSend>]: never; }) | undefined;
|
|
13653
13611
|
channel_message_update?: ({
|
|
13654
13612
|
clan_id?: string | undefined;
|
|
13655
13613
|
channel_id?: string | undefined;
|
|
@@ -13712,7 +13670,7 @@ export declare const Envelope: {
|
|
|
13712
13670
|
create_time?: Date | undefined;
|
|
13713
13671
|
s?: number | undefined;
|
|
13714
13672
|
e?: number | undefined;
|
|
13715
|
-
} & { [
|
|
13673
|
+
} & { [K_411 in Exclude<keyof I_1["channel_message_update"]["mentions"][number], keyof MessageMention>]: never; })[] & { [K_412 in Exclude<keyof I_1["channel_message_update"]["mentions"], keyof {
|
|
13716
13674
|
id?: string | undefined;
|
|
13717
13675
|
user_id?: string | undefined;
|
|
13718
13676
|
username?: string | undefined;
|
|
@@ -13746,7 +13704,7 @@ export declare const Envelope: {
|
|
|
13746
13704
|
width?: number | undefined;
|
|
13747
13705
|
height?: number | undefined;
|
|
13748
13706
|
thumbnail?: string | undefined;
|
|
13749
|
-
} & { [
|
|
13707
|
+
} & { [K_413 in Exclude<keyof I_1["channel_message_update"]["attachments"][number], keyof MessageAttachment>]: never; })[] & { [K_414 in Exclude<keyof I_1["channel_message_update"]["attachments"], keyof {
|
|
13750
13708
|
filename?: string | undefined;
|
|
13751
13709
|
size?: number | undefined;
|
|
13752
13710
|
url?: string | undefined;
|
|
@@ -13761,7 +13719,7 @@ export declare const Envelope: {
|
|
|
13761
13719
|
topic_id?: string | undefined;
|
|
13762
13720
|
is_update_msg_topic?: boolean | undefined;
|
|
13763
13721
|
old_mentions?: string | undefined;
|
|
13764
|
-
} & { [
|
|
13722
|
+
} & { [K_415 in Exclude<keyof I_1["channel_message_update"], keyof ChannelMessageUpdate>]: never; }) | undefined;
|
|
13765
13723
|
channel_message_remove?: ({
|
|
13766
13724
|
clan_id?: string | undefined;
|
|
13767
13725
|
channel_id?: string | undefined;
|
|
@@ -13782,14 +13740,13 @@ export declare const Envelope: {
|
|
|
13782
13740
|
topic_id?: string | undefined;
|
|
13783
13741
|
mentions?: string | undefined;
|
|
13784
13742
|
references?: string | undefined;
|
|
13785
|
-
} & { [
|
|
13743
|
+
} & { [K_416 in Exclude<keyof I_1["channel_message_remove"], keyof ChannelMessageRemove>]: never; }) | undefined;
|
|
13786
13744
|
channel_presence_event?: ({
|
|
13787
13745
|
channel_id?: string | undefined;
|
|
13788
13746
|
joins?: {
|
|
13789
13747
|
user_id?: string | undefined;
|
|
13790
13748
|
session_id?: string | undefined;
|
|
13791
13749
|
username?: string | undefined;
|
|
13792
|
-
persistence?: boolean | undefined;
|
|
13793
13750
|
status?: string | undefined;
|
|
13794
13751
|
is_mobile?: boolean | undefined;
|
|
13795
13752
|
user_status?: string | undefined;
|
|
@@ -13798,7 +13755,6 @@ export declare const Envelope: {
|
|
|
13798
13755
|
user_id?: string | undefined;
|
|
13799
13756
|
session_id?: string | undefined;
|
|
13800
13757
|
username?: string | undefined;
|
|
13801
|
-
persistence?: boolean | undefined;
|
|
13802
13758
|
status?: string | undefined;
|
|
13803
13759
|
is_mobile?: boolean | undefined;
|
|
13804
13760
|
user_status?: string | undefined;
|
|
@@ -13812,7 +13768,6 @@ export declare const Envelope: {
|
|
|
13812
13768
|
user_id?: string | undefined;
|
|
13813
13769
|
session_id?: string | undefined;
|
|
13814
13770
|
username?: string | undefined;
|
|
13815
|
-
persistence?: boolean | undefined;
|
|
13816
13771
|
status?: string | undefined;
|
|
13817
13772
|
is_mobile?: boolean | undefined;
|
|
13818
13773
|
user_status?: string | undefined;
|
|
@@ -13820,7 +13775,6 @@ export declare const Envelope: {
|
|
|
13820
13775
|
user_id?: string | undefined;
|
|
13821
13776
|
session_id?: string | undefined;
|
|
13822
13777
|
username?: string | undefined;
|
|
13823
|
-
persistence?: boolean | undefined;
|
|
13824
13778
|
status?: string | undefined;
|
|
13825
13779
|
is_mobile?: boolean | undefined;
|
|
13826
13780
|
user_status?: string | undefined;
|
|
@@ -13828,15 +13782,13 @@ export declare const Envelope: {
|
|
|
13828
13782
|
user_id?: string | undefined;
|
|
13829
13783
|
session_id?: string | undefined;
|
|
13830
13784
|
username?: string | undefined;
|
|
13831
|
-
persistence?: boolean | undefined;
|
|
13832
13785
|
status?: string | undefined;
|
|
13833
13786
|
is_mobile?: boolean | undefined;
|
|
13834
13787
|
user_status?: string | undefined;
|
|
13835
|
-
} & { [
|
|
13788
|
+
} & { [K_417 in Exclude<keyof I_1["channel_presence_event"]["joins"][number], keyof UserPresence>]: never; })[] & { [K_418 in Exclude<keyof I_1["channel_presence_event"]["joins"], keyof {
|
|
13836
13789
|
user_id?: string | undefined;
|
|
13837
13790
|
session_id?: string | undefined;
|
|
13838
13791
|
username?: string | undefined;
|
|
13839
|
-
persistence?: boolean | undefined;
|
|
13840
13792
|
status?: string | undefined;
|
|
13841
13793
|
is_mobile?: boolean | undefined;
|
|
13842
13794
|
user_status?: string | undefined;
|
|
@@ -13845,7 +13797,6 @@ export declare const Envelope: {
|
|
|
13845
13797
|
user_id?: string | undefined;
|
|
13846
13798
|
session_id?: string | undefined;
|
|
13847
13799
|
username?: string | undefined;
|
|
13848
|
-
persistence?: boolean | undefined;
|
|
13849
13800
|
status?: string | undefined;
|
|
13850
13801
|
is_mobile?: boolean | undefined;
|
|
13851
13802
|
user_status?: string | undefined;
|
|
@@ -13853,7 +13804,6 @@ export declare const Envelope: {
|
|
|
13853
13804
|
user_id?: string | undefined;
|
|
13854
13805
|
session_id?: string | undefined;
|
|
13855
13806
|
username?: string | undefined;
|
|
13856
|
-
persistence?: boolean | undefined;
|
|
13857
13807
|
status?: string | undefined;
|
|
13858
13808
|
is_mobile?: boolean | undefined;
|
|
13859
13809
|
user_status?: string | undefined;
|
|
@@ -13861,15 +13811,13 @@ export declare const Envelope: {
|
|
|
13861
13811
|
user_id?: string | undefined;
|
|
13862
13812
|
session_id?: string | undefined;
|
|
13863
13813
|
username?: string | undefined;
|
|
13864
|
-
persistence?: boolean | undefined;
|
|
13865
13814
|
status?: string | undefined;
|
|
13866
13815
|
is_mobile?: boolean | undefined;
|
|
13867
13816
|
user_status?: string | undefined;
|
|
13868
|
-
} & { [
|
|
13817
|
+
} & { [K_419 in Exclude<keyof I_1["channel_presence_event"]["leaves"][number], keyof UserPresence>]: never; })[] & { [K_420 in Exclude<keyof I_1["channel_presence_event"]["leaves"], keyof {
|
|
13869
13818
|
user_id?: string | undefined;
|
|
13870
13819
|
session_id?: string | undefined;
|
|
13871
13820
|
username?: string | undefined;
|
|
13872
|
-
persistence?: boolean | undefined;
|
|
13873
13821
|
status?: string | undefined;
|
|
13874
13822
|
is_mobile?: boolean | undefined;
|
|
13875
13823
|
user_status?: string | undefined;
|
|
@@ -13877,7 +13825,7 @@ export declare const Envelope: {
|
|
|
13877
13825
|
clan_logo?: string | undefined;
|
|
13878
13826
|
category_name?: string | undefined;
|
|
13879
13827
|
mode?: number | undefined;
|
|
13880
|
-
} & { [
|
|
13828
|
+
} & { [K_421 in Exclude<keyof I_1["channel_presence_event"], keyof ChannelPresenceEvent>]: never; }) | undefined;
|
|
13881
13829
|
error?: ({
|
|
13882
13830
|
code?: number | undefined;
|
|
13883
13831
|
message?: string | undefined;
|
|
@@ -13891,8 +13839,8 @@ export declare const Envelope: {
|
|
|
13891
13839
|
[x: string]: string | undefined;
|
|
13892
13840
|
} & {
|
|
13893
13841
|
[x: string]: string | undefined;
|
|
13894
|
-
} & { [
|
|
13895
|
-
} & { [
|
|
13842
|
+
} & { [K_422 in Exclude<keyof I_1["error"]["context"], string | number>]: never; }) | undefined;
|
|
13843
|
+
} & { [K_423 in Exclude<keyof I_1["error"], keyof Error>]: never; }) | undefined;
|
|
13896
13844
|
notifications?: ({
|
|
13897
13845
|
notifications?: {
|
|
13898
13846
|
id?: string | undefined;
|
|
@@ -14171,8 +14119,8 @@ export declare const Envelope: {
|
|
|
14171
14119
|
creator_id?: string | undefined;
|
|
14172
14120
|
channel_label?: string | undefined;
|
|
14173
14121
|
channel_private?: number | undefined;
|
|
14174
|
-
avatars?: (string[] & string[] & { [
|
|
14175
|
-
user_ids?: (string[] & string[] & { [
|
|
14122
|
+
avatars?: (string[] & string[] & { [K_424 in Exclude<keyof I_1["notifications"]["notifications"][number]["channel"]["avatars"], keyof string[]>]: never; }) | undefined;
|
|
14123
|
+
user_ids?: (string[] & string[] & { [K_425 in Exclude<keyof I_1["notifications"]["notifications"][number]["channel"]["user_ids"], keyof string[]>]: never; }) | undefined;
|
|
14176
14124
|
last_sent_message?: ({
|
|
14177
14125
|
id?: string | undefined;
|
|
14178
14126
|
timestamp_seconds?: number | undefined;
|
|
@@ -14192,8 +14140,8 @@ export declare const Envelope: {
|
|
|
14192
14140
|
reference?: string | undefined;
|
|
14193
14141
|
mention?: string | undefined;
|
|
14194
14142
|
reaction?: string | undefined;
|
|
14195
|
-
repliers?: (string[] & string[] & { [
|
|
14196
|
-
} & { [
|
|
14143
|
+
repliers?: (string[] & string[] & { [K_426 in Exclude<keyof I_1["notifications"]["notifications"][number]["channel"]["last_sent_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
14144
|
+
} & { [K_427 in Exclude<keyof I_1["notifications"]["notifications"][number]["channel"]["last_sent_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
14197
14145
|
last_seen_message?: ({
|
|
14198
14146
|
id?: string | undefined;
|
|
14199
14147
|
timestamp_seconds?: number | undefined;
|
|
@@ -14213,18 +14161,18 @@ export declare const Envelope: {
|
|
|
14213
14161
|
reference?: string | undefined;
|
|
14214
14162
|
mention?: string | undefined;
|
|
14215
14163
|
reaction?: string | undefined;
|
|
14216
|
-
repliers?: (string[] & string[] & { [
|
|
14217
|
-
} & { [
|
|
14218
|
-
onlines?: (boolean[] & boolean[] & { [
|
|
14164
|
+
repliers?: (string[] & string[] & { [K_428 in Exclude<keyof I_1["notifications"]["notifications"][number]["channel"]["last_seen_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
14165
|
+
} & { [K_429 in Exclude<keyof I_1["notifications"]["notifications"][number]["channel"]["last_seen_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
14166
|
+
onlines?: (boolean[] & boolean[] & { [K_430 in Exclude<keyof I_1["notifications"]["notifications"][number]["channel"]["onlines"], keyof boolean[]>]: never; }) | undefined;
|
|
14219
14167
|
meeting_code?: string | undefined;
|
|
14220
14168
|
count_mess_unread?: number | undefined;
|
|
14221
14169
|
active?: number | undefined;
|
|
14222
14170
|
last_pin_message?: string | undefined;
|
|
14223
|
-
usernames?: (string[] & string[] & { [
|
|
14171
|
+
usernames?: (string[] & string[] & { [K_431 in Exclude<keyof I_1["notifications"]["notifications"][number]["channel"]["usernames"], keyof string[]>]: never; }) | undefined;
|
|
14224
14172
|
creator_name?: string | undefined;
|
|
14225
14173
|
create_time_seconds?: number | undefined;
|
|
14226
14174
|
update_time_seconds?: number | undefined;
|
|
14227
|
-
display_names?: (string[] & string[] & { [
|
|
14175
|
+
display_names?: (string[] & string[] & { [K_432 in Exclude<keyof I_1["notifications"]["notifications"][number]["channel"]["display_names"], keyof string[]>]: never; }) | undefined;
|
|
14228
14176
|
channel_avatar?: string | undefined;
|
|
14229
14177
|
clan_name?: string | undefined;
|
|
14230
14178
|
app_id?: string | undefined;
|
|
@@ -14233,10 +14181,10 @@ export declare const Envelope: {
|
|
|
14233
14181
|
topic?: string | undefined;
|
|
14234
14182
|
e2ee?: number | undefined;
|
|
14235
14183
|
member_count?: number | undefined;
|
|
14236
|
-
} & { [
|
|
14184
|
+
} & { [K_433 in Exclude<keyof I_1["notifications"]["notifications"][number]["channel"], keyof ChannelDescription1>]: never; }) | undefined;
|
|
14237
14185
|
topic_id?: string | undefined;
|
|
14238
14186
|
category?: number | undefined;
|
|
14239
|
-
} & { [
|
|
14187
|
+
} & { [K_434 in Exclude<keyof I_1["notifications"]["notifications"][number], keyof Notification>]: never; })[] & { [K_435 in Exclude<keyof I_1["notifications"]["notifications"], keyof {
|
|
14240
14188
|
id?: string | undefined;
|
|
14241
14189
|
subject?: string | undefined;
|
|
14242
14190
|
content?: string | undefined;
|
|
@@ -14304,7 +14252,7 @@ export declare const Envelope: {
|
|
|
14304
14252
|
topic_id?: string | undefined;
|
|
14305
14253
|
category?: number | undefined;
|
|
14306
14254
|
}[]>]: never; }) | undefined;
|
|
14307
|
-
} & { [
|
|
14255
|
+
} & { [K_436 in Exclude<keyof I_1["notifications"], "notifications">]: never; }) | undefined;
|
|
14308
14256
|
rpc?: ({
|
|
14309
14257
|
id?: string | undefined;
|
|
14310
14258
|
payload?: string | undefined;
|
|
@@ -14313,13 +14261,12 @@ export declare const Envelope: {
|
|
|
14313
14261
|
id?: string | undefined;
|
|
14314
14262
|
payload?: string | undefined;
|
|
14315
14263
|
http_key?: string | undefined;
|
|
14316
|
-
} & { [
|
|
14264
|
+
} & { [K_437 in Exclude<keyof I_1["rpc"], keyof Rpc>]: never; }) | undefined;
|
|
14317
14265
|
status?: ({
|
|
14318
14266
|
presences?: {
|
|
14319
14267
|
user_id?: string | undefined;
|
|
14320
14268
|
session_id?: string | undefined;
|
|
14321
14269
|
username?: string | undefined;
|
|
14322
|
-
persistence?: boolean | undefined;
|
|
14323
14270
|
status?: string | undefined;
|
|
14324
14271
|
is_mobile?: boolean | undefined;
|
|
14325
14272
|
user_status?: string | undefined;
|
|
@@ -14329,7 +14276,6 @@ export declare const Envelope: {
|
|
|
14329
14276
|
user_id?: string | undefined;
|
|
14330
14277
|
session_id?: string | undefined;
|
|
14331
14278
|
username?: string | undefined;
|
|
14332
|
-
persistence?: boolean | undefined;
|
|
14333
14279
|
status?: string | undefined;
|
|
14334
14280
|
is_mobile?: boolean | undefined;
|
|
14335
14281
|
user_status?: string | undefined;
|
|
@@ -14337,7 +14283,6 @@ export declare const Envelope: {
|
|
|
14337
14283
|
user_id?: string | undefined;
|
|
14338
14284
|
session_id?: string | undefined;
|
|
14339
14285
|
username?: string | undefined;
|
|
14340
|
-
persistence?: boolean | undefined;
|
|
14341
14286
|
status?: string | undefined;
|
|
14342
14287
|
is_mobile?: boolean | undefined;
|
|
14343
14288
|
user_status?: string | undefined;
|
|
@@ -14345,33 +14290,30 @@ export declare const Envelope: {
|
|
|
14345
14290
|
user_id?: string | undefined;
|
|
14346
14291
|
session_id?: string | undefined;
|
|
14347
14292
|
username?: string | undefined;
|
|
14348
|
-
persistence?: boolean | undefined;
|
|
14349
14293
|
status?: string | undefined;
|
|
14350
14294
|
is_mobile?: boolean | undefined;
|
|
14351
14295
|
user_status?: string | undefined;
|
|
14352
|
-
} & { [
|
|
14296
|
+
} & { [K_438 in Exclude<keyof I_1["status"]["presences"][number], keyof UserPresence>]: never; })[] & { [K_439 in Exclude<keyof I_1["status"]["presences"], keyof {
|
|
14353
14297
|
user_id?: string | undefined;
|
|
14354
14298
|
session_id?: string | undefined;
|
|
14355
14299
|
username?: string | undefined;
|
|
14356
|
-
persistence?: boolean | undefined;
|
|
14357
14300
|
status?: string | undefined;
|
|
14358
14301
|
is_mobile?: boolean | undefined;
|
|
14359
14302
|
user_status?: string | undefined;
|
|
14360
14303
|
}[]>]: never; }) | undefined;
|
|
14361
|
-
} & { [
|
|
14304
|
+
} & { [K_440 in Exclude<keyof I_1["status"], "presences">]: never; }) | undefined;
|
|
14362
14305
|
status_follow?: ({
|
|
14363
14306
|
user_ids?: string[] | undefined;
|
|
14364
14307
|
usernames?: string[] | undefined;
|
|
14365
14308
|
} & {
|
|
14366
|
-
user_ids?: (string[] & string[] & { [
|
|
14367
|
-
usernames?: (string[] & string[] & { [
|
|
14368
|
-
} & { [
|
|
14309
|
+
user_ids?: (string[] & string[] & { [K_441 in Exclude<keyof I_1["status_follow"]["user_ids"], keyof string[]>]: never; }) | undefined;
|
|
14310
|
+
usernames?: (string[] & string[] & { [K_442 in Exclude<keyof I_1["status_follow"]["usernames"], keyof string[]>]: never; }) | undefined;
|
|
14311
|
+
} & { [K_443 in Exclude<keyof I_1["status_follow"], keyof StatusFollow>]: never; }) | undefined;
|
|
14369
14312
|
status_presence_event?: ({
|
|
14370
14313
|
joins?: {
|
|
14371
14314
|
user_id?: string | undefined;
|
|
14372
14315
|
session_id?: string | undefined;
|
|
14373
14316
|
username?: string | undefined;
|
|
14374
|
-
persistence?: boolean | undefined;
|
|
14375
14317
|
status?: string | undefined;
|
|
14376
14318
|
is_mobile?: boolean | undefined;
|
|
14377
14319
|
user_status?: string | undefined;
|
|
@@ -14380,7 +14322,6 @@ export declare const Envelope: {
|
|
|
14380
14322
|
user_id?: string | undefined;
|
|
14381
14323
|
session_id?: string | undefined;
|
|
14382
14324
|
username?: string | undefined;
|
|
14383
|
-
persistence?: boolean | undefined;
|
|
14384
14325
|
status?: string | undefined;
|
|
14385
14326
|
is_mobile?: boolean | undefined;
|
|
14386
14327
|
user_status?: string | undefined;
|
|
@@ -14390,7 +14331,6 @@ export declare const Envelope: {
|
|
|
14390
14331
|
user_id?: string | undefined;
|
|
14391
14332
|
session_id?: string | undefined;
|
|
14392
14333
|
username?: string | undefined;
|
|
14393
|
-
persistence?: boolean | undefined;
|
|
14394
14334
|
status?: string | undefined;
|
|
14395
14335
|
is_mobile?: boolean | undefined;
|
|
14396
14336
|
user_status?: string | undefined;
|
|
@@ -14398,7 +14338,6 @@ export declare const Envelope: {
|
|
|
14398
14338
|
user_id?: string | undefined;
|
|
14399
14339
|
session_id?: string | undefined;
|
|
14400
14340
|
username?: string | undefined;
|
|
14401
|
-
persistence?: boolean | undefined;
|
|
14402
14341
|
status?: string | undefined;
|
|
14403
14342
|
is_mobile?: boolean | undefined;
|
|
14404
14343
|
user_status?: string | undefined;
|
|
@@ -14406,15 +14345,13 @@ export declare const Envelope: {
|
|
|
14406
14345
|
user_id?: string | undefined;
|
|
14407
14346
|
session_id?: string | undefined;
|
|
14408
14347
|
username?: string | undefined;
|
|
14409
|
-
persistence?: boolean | undefined;
|
|
14410
14348
|
status?: string | undefined;
|
|
14411
14349
|
is_mobile?: boolean | undefined;
|
|
14412
14350
|
user_status?: string | undefined;
|
|
14413
|
-
} & { [
|
|
14351
|
+
} & { [K_444 in Exclude<keyof I_1["status_presence_event"]["joins"][number], keyof UserPresence>]: never; })[] & { [K_445 in Exclude<keyof I_1["status_presence_event"]["joins"], keyof {
|
|
14414
14352
|
user_id?: string | undefined;
|
|
14415
14353
|
session_id?: string | undefined;
|
|
14416
14354
|
username?: string | undefined;
|
|
14417
|
-
persistence?: boolean | undefined;
|
|
14418
14355
|
status?: string | undefined;
|
|
14419
14356
|
is_mobile?: boolean | undefined;
|
|
14420
14357
|
user_status?: string | undefined;
|
|
@@ -14423,7 +14360,6 @@ export declare const Envelope: {
|
|
|
14423
14360
|
user_id?: string | undefined;
|
|
14424
14361
|
session_id?: string | undefined;
|
|
14425
14362
|
username?: string | undefined;
|
|
14426
|
-
persistence?: boolean | undefined;
|
|
14427
14363
|
status?: string | undefined;
|
|
14428
14364
|
is_mobile?: boolean | undefined;
|
|
14429
14365
|
user_status?: string | undefined;
|
|
@@ -14431,7 +14367,6 @@ export declare const Envelope: {
|
|
|
14431
14367
|
user_id?: string | undefined;
|
|
14432
14368
|
session_id?: string | undefined;
|
|
14433
14369
|
username?: string | undefined;
|
|
14434
|
-
persistence?: boolean | undefined;
|
|
14435
14370
|
status?: string | undefined;
|
|
14436
14371
|
is_mobile?: boolean | undefined;
|
|
14437
14372
|
user_status?: string | undefined;
|
|
@@ -14439,30 +14374,28 @@ export declare const Envelope: {
|
|
|
14439
14374
|
user_id?: string | undefined;
|
|
14440
14375
|
session_id?: string | undefined;
|
|
14441
14376
|
username?: string | undefined;
|
|
14442
|
-
persistence?: boolean | undefined;
|
|
14443
14377
|
status?: string | undefined;
|
|
14444
14378
|
is_mobile?: boolean | undefined;
|
|
14445
14379
|
user_status?: string | undefined;
|
|
14446
|
-
} & { [
|
|
14380
|
+
} & { [K_446 in Exclude<keyof I_1["status_presence_event"]["leaves"][number], keyof UserPresence>]: never; })[] & { [K_447 in Exclude<keyof I_1["status_presence_event"]["leaves"], keyof {
|
|
14447
14381
|
user_id?: string | undefined;
|
|
14448
14382
|
session_id?: string | undefined;
|
|
14449
14383
|
username?: string | undefined;
|
|
14450
|
-
persistence?: boolean | undefined;
|
|
14451
14384
|
status?: string | undefined;
|
|
14452
14385
|
is_mobile?: boolean | undefined;
|
|
14453
14386
|
user_status?: string | undefined;
|
|
14454
14387
|
}[]>]: never; }) | undefined;
|
|
14455
|
-
} & { [
|
|
14388
|
+
} & { [K_448 in Exclude<keyof I_1["status_presence_event"], keyof StatusPresenceEvent>]: never; }) | undefined;
|
|
14456
14389
|
status_unfollow?: ({
|
|
14457
14390
|
user_ids?: string[] | undefined;
|
|
14458
14391
|
} & {
|
|
14459
|
-
user_ids?: (string[] & string[] & { [
|
|
14460
|
-
} & { [
|
|
14392
|
+
user_ids?: (string[] & string[] & { [K_449 in Exclude<keyof I_1["status_unfollow"]["user_ids"], keyof string[]>]: never; }) | undefined;
|
|
14393
|
+
} & { [K_450 in Exclude<keyof I_1["status_unfollow"], "user_ids">]: never; }) | undefined;
|
|
14461
14394
|
status_update?: ({
|
|
14462
14395
|
status?: string | undefined;
|
|
14463
14396
|
} & {
|
|
14464
14397
|
status?: string | undefined;
|
|
14465
|
-
} & { [
|
|
14398
|
+
} & { [K_451 in Exclude<keyof I_1["status_update"], "status">]: never; }) | undefined;
|
|
14466
14399
|
stream_data?: ({
|
|
14467
14400
|
stream?: {
|
|
14468
14401
|
mode?: number | undefined;
|
|
@@ -14474,7 +14407,6 @@ export declare const Envelope: {
|
|
|
14474
14407
|
user_id?: string | undefined;
|
|
14475
14408
|
session_id?: string | undefined;
|
|
14476
14409
|
username?: string | undefined;
|
|
14477
|
-
persistence?: boolean | undefined;
|
|
14478
14410
|
status?: string | undefined;
|
|
14479
14411
|
is_mobile?: boolean | undefined;
|
|
14480
14412
|
user_status?: string | undefined;
|
|
@@ -14492,12 +14424,11 @@ export declare const Envelope: {
|
|
|
14492
14424
|
channel_id?: string | undefined;
|
|
14493
14425
|
clan_id?: string | undefined;
|
|
14494
14426
|
label?: string | undefined;
|
|
14495
|
-
} & { [
|
|
14427
|
+
} & { [K_452 in Exclude<keyof I_1["stream_data"]["stream"], keyof Stream>]: never; }) | undefined;
|
|
14496
14428
|
sender?: ({
|
|
14497
14429
|
user_id?: string | undefined;
|
|
14498
14430
|
session_id?: string | undefined;
|
|
14499
14431
|
username?: string | undefined;
|
|
14500
|
-
persistence?: boolean | undefined;
|
|
14501
14432
|
status?: string | undefined;
|
|
14502
14433
|
is_mobile?: boolean | undefined;
|
|
14503
14434
|
user_status?: string | undefined;
|
|
@@ -14505,14 +14436,13 @@ export declare const Envelope: {
|
|
|
14505
14436
|
user_id?: string | undefined;
|
|
14506
14437
|
session_id?: string | undefined;
|
|
14507
14438
|
username?: string | undefined;
|
|
14508
|
-
persistence?: boolean | undefined;
|
|
14509
14439
|
status?: string | undefined;
|
|
14510
14440
|
is_mobile?: boolean | undefined;
|
|
14511
14441
|
user_status?: string | undefined;
|
|
14512
|
-
} & { [
|
|
14442
|
+
} & { [K_453 in Exclude<keyof I_1["stream_data"]["sender"], keyof UserPresence>]: never; }) | undefined;
|
|
14513
14443
|
data?: string | undefined;
|
|
14514
14444
|
reliable?: boolean | undefined;
|
|
14515
|
-
} & { [
|
|
14445
|
+
} & { [K_454 in Exclude<keyof I_1["stream_data"], keyof StreamData>]: never; }) | undefined;
|
|
14516
14446
|
stream_presence_event?: ({
|
|
14517
14447
|
stream?: {
|
|
14518
14448
|
mode?: number | undefined;
|
|
@@ -14524,7 +14454,6 @@ export declare const Envelope: {
|
|
|
14524
14454
|
user_id?: string | undefined;
|
|
14525
14455
|
session_id?: string | undefined;
|
|
14526
14456
|
username?: string | undefined;
|
|
14527
|
-
persistence?: boolean | undefined;
|
|
14528
14457
|
status?: string | undefined;
|
|
14529
14458
|
is_mobile?: boolean | undefined;
|
|
14530
14459
|
user_status?: string | undefined;
|
|
@@ -14533,7 +14462,6 @@ export declare const Envelope: {
|
|
|
14533
14462
|
user_id?: string | undefined;
|
|
14534
14463
|
session_id?: string | undefined;
|
|
14535
14464
|
username?: string | undefined;
|
|
14536
|
-
persistence?: boolean | undefined;
|
|
14537
14465
|
status?: string | undefined;
|
|
14538
14466
|
is_mobile?: boolean | undefined;
|
|
14539
14467
|
user_status?: string | undefined;
|
|
@@ -14549,12 +14477,11 @@ export declare const Envelope: {
|
|
|
14549
14477
|
channel_id?: string | undefined;
|
|
14550
14478
|
clan_id?: string | undefined;
|
|
14551
14479
|
label?: string | undefined;
|
|
14552
|
-
} & { [
|
|
14480
|
+
} & { [K_455 in Exclude<keyof I_1["stream_presence_event"]["stream"], keyof Stream>]: never; }) | undefined;
|
|
14553
14481
|
joins?: ({
|
|
14554
14482
|
user_id?: string | undefined;
|
|
14555
14483
|
session_id?: string | undefined;
|
|
14556
14484
|
username?: string | undefined;
|
|
14557
|
-
persistence?: boolean | undefined;
|
|
14558
14485
|
status?: string | undefined;
|
|
14559
14486
|
is_mobile?: boolean | undefined;
|
|
14560
14487
|
user_status?: string | undefined;
|
|
@@ -14562,7 +14489,6 @@ export declare const Envelope: {
|
|
|
14562
14489
|
user_id?: string | undefined;
|
|
14563
14490
|
session_id?: string | undefined;
|
|
14564
14491
|
username?: string | undefined;
|
|
14565
|
-
persistence?: boolean | undefined;
|
|
14566
14492
|
status?: string | undefined;
|
|
14567
14493
|
is_mobile?: boolean | undefined;
|
|
14568
14494
|
user_status?: string | undefined;
|
|
@@ -14570,15 +14496,13 @@ export declare const Envelope: {
|
|
|
14570
14496
|
user_id?: string | undefined;
|
|
14571
14497
|
session_id?: string | undefined;
|
|
14572
14498
|
username?: string | undefined;
|
|
14573
|
-
persistence?: boolean | undefined;
|
|
14574
14499
|
status?: string | undefined;
|
|
14575
14500
|
is_mobile?: boolean | undefined;
|
|
14576
14501
|
user_status?: string | undefined;
|
|
14577
|
-
} & { [
|
|
14502
|
+
} & { [K_456 in Exclude<keyof I_1["stream_presence_event"]["joins"][number], keyof UserPresence>]: never; })[] & { [K_457 in Exclude<keyof I_1["stream_presence_event"]["joins"], keyof {
|
|
14578
14503
|
user_id?: string | undefined;
|
|
14579
14504
|
session_id?: string | undefined;
|
|
14580
14505
|
username?: string | undefined;
|
|
14581
|
-
persistence?: boolean | undefined;
|
|
14582
14506
|
status?: string | undefined;
|
|
14583
14507
|
is_mobile?: boolean | undefined;
|
|
14584
14508
|
user_status?: string | undefined;
|
|
@@ -14587,7 +14511,6 @@ export declare const Envelope: {
|
|
|
14587
14511
|
user_id?: string | undefined;
|
|
14588
14512
|
session_id?: string | undefined;
|
|
14589
14513
|
username?: string | undefined;
|
|
14590
|
-
persistence?: boolean | undefined;
|
|
14591
14514
|
status?: string | undefined;
|
|
14592
14515
|
is_mobile?: boolean | undefined;
|
|
14593
14516
|
user_status?: string | undefined;
|
|
@@ -14595,7 +14518,6 @@ export declare const Envelope: {
|
|
|
14595
14518
|
user_id?: string | undefined;
|
|
14596
14519
|
session_id?: string | undefined;
|
|
14597
14520
|
username?: string | undefined;
|
|
14598
|
-
persistence?: boolean | undefined;
|
|
14599
14521
|
status?: string | undefined;
|
|
14600
14522
|
is_mobile?: boolean | undefined;
|
|
14601
14523
|
user_status?: string | undefined;
|
|
@@ -14603,22 +14525,20 @@ export declare const Envelope: {
|
|
|
14603
14525
|
user_id?: string | undefined;
|
|
14604
14526
|
session_id?: string | undefined;
|
|
14605
14527
|
username?: string | undefined;
|
|
14606
|
-
persistence?: boolean | undefined;
|
|
14607
14528
|
status?: string | undefined;
|
|
14608
14529
|
is_mobile?: boolean | undefined;
|
|
14609
14530
|
user_status?: string | undefined;
|
|
14610
|
-
} & { [
|
|
14531
|
+
} & { [K_458 in Exclude<keyof I_1["stream_presence_event"]["leaves"][number], keyof UserPresence>]: never; })[] & { [K_459 in Exclude<keyof I_1["stream_presence_event"]["leaves"], keyof {
|
|
14611
14532
|
user_id?: string | undefined;
|
|
14612
14533
|
session_id?: string | undefined;
|
|
14613
14534
|
username?: string | undefined;
|
|
14614
|
-
persistence?: boolean | undefined;
|
|
14615
14535
|
status?: string | undefined;
|
|
14616
14536
|
is_mobile?: boolean | undefined;
|
|
14617
14537
|
user_status?: string | undefined;
|
|
14618
14538
|
}[]>]: never; }) | undefined;
|
|
14619
|
-
} & { [
|
|
14620
|
-
ping?: ({} & {} & { [
|
|
14621
|
-
pong?: ({} & {} & { [
|
|
14539
|
+
} & { [K_460 in Exclude<keyof I_1["stream_presence_event"], keyof StreamPresenceEvent>]: never; }) | undefined;
|
|
14540
|
+
ping?: ({} & {} & { [K_461 in Exclude<keyof I_1["ping"], never>]: never; }) | undefined;
|
|
14541
|
+
pong?: ({} & {} & { [K_462 in Exclude<keyof I_1["pong"], never>]: never; }) | undefined;
|
|
14622
14542
|
message_typing_event?: ({
|
|
14623
14543
|
clan_id?: string | undefined;
|
|
14624
14544
|
channel_id?: string | undefined;
|
|
@@ -14637,7 +14557,7 @@ export declare const Envelope: {
|
|
|
14637
14557
|
sender_username?: string | undefined;
|
|
14638
14558
|
sender_display_name?: string | undefined;
|
|
14639
14559
|
topic_id?: string | undefined;
|
|
14640
|
-
} & { [
|
|
14560
|
+
} & { [K_463 in Exclude<keyof I_1["message_typing_event"], keyof MessageTypingEvent>]: never; }) | undefined;
|
|
14641
14561
|
last_seen_message_event?: ({
|
|
14642
14562
|
clan_id?: string | undefined;
|
|
14643
14563
|
channel_id?: string | undefined;
|
|
@@ -14652,7 +14572,7 @@ export declare const Envelope: {
|
|
|
14652
14572
|
mode?: number | undefined;
|
|
14653
14573
|
timestamp_seconds?: number | undefined;
|
|
14654
14574
|
badge_count?: number | undefined;
|
|
14655
|
-
} & { [
|
|
14575
|
+
} & { [K_464 in Exclude<keyof I_1["last_seen_message_event"], keyof LastSeenMessageEvent>]: never; }) | undefined;
|
|
14656
14576
|
message_reaction_event?: ({
|
|
14657
14577
|
id?: string | undefined;
|
|
14658
14578
|
emoji_id?: string | undefined;
|
|
@@ -14687,7 +14607,7 @@ export declare const Envelope: {
|
|
|
14687
14607
|
is_public?: boolean | undefined;
|
|
14688
14608
|
topic_id?: string | undefined;
|
|
14689
14609
|
emoji_recent_id?: string | undefined;
|
|
14690
|
-
} & { [
|
|
14610
|
+
} & { [K_465 in Exclude<keyof I_1["message_reaction_event"], keyof MessageReaction>]: never; }) | undefined;
|
|
14691
14611
|
voice_joined_event?: ({
|
|
14692
14612
|
clan_id?: string | undefined;
|
|
14693
14613
|
clan_name?: string | undefined;
|
|
@@ -14706,7 +14626,7 @@ export declare const Envelope: {
|
|
|
14706
14626
|
voice_channel_label?: string | undefined;
|
|
14707
14627
|
voice_channel_id?: string | undefined;
|
|
14708
14628
|
last_screenshot?: string | undefined;
|
|
14709
|
-
} & { [
|
|
14629
|
+
} & { [K_466 in Exclude<keyof I_1["voice_joined_event"], keyof VoiceJoinedEvent>]: never; }) | undefined;
|
|
14710
14630
|
voice_leaved_event?: ({
|
|
14711
14631
|
id?: string | undefined;
|
|
14712
14632
|
clan_id?: string | undefined;
|
|
@@ -14717,7 +14637,7 @@ export declare const Envelope: {
|
|
|
14717
14637
|
clan_id?: string | undefined;
|
|
14718
14638
|
voice_channel_id?: string | undefined;
|
|
14719
14639
|
voice_user_id?: string | undefined;
|
|
14720
|
-
} & { [
|
|
14640
|
+
} & { [K_467 in Exclude<keyof I_1["voice_leaved_event"], keyof VoiceLeavedEvent>]: never; }) | undefined;
|
|
14721
14641
|
voice_started_event?: ({
|
|
14722
14642
|
id?: string | undefined;
|
|
14723
14643
|
clan_id?: string | undefined;
|
|
@@ -14726,7 +14646,7 @@ export declare const Envelope: {
|
|
|
14726
14646
|
id?: string | undefined;
|
|
14727
14647
|
clan_id?: string | undefined;
|
|
14728
14648
|
voice_channel_id?: string | undefined;
|
|
14729
|
-
} & { [
|
|
14649
|
+
} & { [K_468 in Exclude<keyof I_1["voice_started_event"], keyof VoiceStartedEvent>]: never; }) | undefined;
|
|
14730
14650
|
voice_ended_event?: ({
|
|
14731
14651
|
id?: string | undefined;
|
|
14732
14652
|
clan_id?: string | undefined;
|
|
@@ -14735,7 +14655,7 @@ export declare const Envelope: {
|
|
|
14735
14655
|
id?: string | undefined;
|
|
14736
14656
|
clan_id?: string | undefined;
|
|
14737
14657
|
voice_channel_id?: string | undefined;
|
|
14738
|
-
} & { [
|
|
14658
|
+
} & { [K_469 in Exclude<keyof I_1["voice_ended_event"], keyof VoiceEndedEvent>]: never; }) | undefined;
|
|
14739
14659
|
channel_created_event?: ({
|
|
14740
14660
|
clan_id?: string | undefined;
|
|
14741
14661
|
category_id?: string | undefined;
|
|
@@ -14760,7 +14680,7 @@ export declare const Envelope: {
|
|
|
14760
14680
|
status?: number | undefined;
|
|
14761
14681
|
app_id?: string | undefined;
|
|
14762
14682
|
clan_name?: string | undefined;
|
|
14763
|
-
} & { [
|
|
14683
|
+
} & { [K_470 in Exclude<keyof I_1["channel_created_event"], keyof ChannelCreatedEvent>]: never; }) | undefined;
|
|
14764
14684
|
channel_deleted_event?: ({
|
|
14765
14685
|
clan_id?: string | undefined;
|
|
14766
14686
|
category_id?: string | undefined;
|
|
@@ -14773,7 +14693,7 @@ export declare const Envelope: {
|
|
|
14773
14693
|
parent_id?: string | undefined;
|
|
14774
14694
|
channel_id?: string | undefined;
|
|
14775
14695
|
deletor?: string | undefined;
|
|
14776
|
-
} & { [
|
|
14696
|
+
} & { [K_471 in Exclude<keyof I_1["channel_deleted_event"], keyof ChannelDeletedEvent>]: never; }) | undefined;
|
|
14777
14697
|
channel_updated_event?: ({
|
|
14778
14698
|
clan_id?: string | undefined;
|
|
14779
14699
|
category_id?: string | undefined;
|
|
@@ -14813,10 +14733,10 @@ export declare const Envelope: {
|
|
|
14813
14733
|
age_restricted?: number | undefined;
|
|
14814
14734
|
active?: number | undefined;
|
|
14815
14735
|
count_mess_unread?: number | undefined;
|
|
14816
|
-
user_ids?: (string[] & string[] & { [
|
|
14817
|
-
role_ids?: (string[] & string[] & { [
|
|
14736
|
+
user_ids?: (string[] & string[] & { [K_472 in Exclude<keyof I_1["channel_updated_event"]["user_ids"], keyof string[]>]: never; }) | undefined;
|
|
14737
|
+
role_ids?: (string[] & string[] & { [K_473 in Exclude<keyof I_1["channel_updated_event"]["role_ids"], keyof string[]>]: never; }) | undefined;
|
|
14818
14738
|
channel_avatar?: string | undefined;
|
|
14819
|
-
} & { [
|
|
14739
|
+
} & { [K_474 in Exclude<keyof I_1["channel_updated_event"], keyof ChannelUpdatedEvent>]: never; }) | undefined;
|
|
14820
14740
|
last_pin_message_event?: ({
|
|
14821
14741
|
clan_id?: string | undefined;
|
|
14822
14742
|
channel_id?: string | undefined;
|
|
@@ -14847,7 +14767,7 @@ export declare const Envelope: {
|
|
|
14847
14767
|
message_content?: string | undefined;
|
|
14848
14768
|
message_attachment?: string | undefined;
|
|
14849
14769
|
message_created_time?: string | undefined;
|
|
14850
|
-
} & { [
|
|
14770
|
+
} & { [K_475 in Exclude<keyof I_1["last_pin_message_event"], keyof LastPinMessageEvent>]: never; }) | undefined;
|
|
14851
14771
|
custom_status_event?: ({
|
|
14852
14772
|
clan_id?: string | undefined;
|
|
14853
14773
|
user_id?: string | undefined;
|
|
@@ -14862,7 +14782,7 @@ export declare const Envelope: {
|
|
|
14862
14782
|
status?: string | undefined;
|
|
14863
14783
|
time_reset?: number | undefined;
|
|
14864
14784
|
no_clear?: boolean | undefined;
|
|
14865
|
-
} & { [
|
|
14785
|
+
} & { [K_476 in Exclude<keyof I_1["custom_status_event"], keyof CustomStatusEvent>]: never; }) | undefined;
|
|
14866
14786
|
user_channel_added_event?: ({
|
|
14867
14787
|
channel_desc?: {
|
|
14868
14788
|
clan_id?: string | undefined;
|
|
@@ -15032,8 +14952,8 @@ export declare const Envelope: {
|
|
|
15032
14952
|
creator_id?: string | undefined;
|
|
15033
14953
|
channel_label?: string | undefined;
|
|
15034
14954
|
channel_private?: number | undefined;
|
|
15035
|
-
avatars?: (string[] & string[] & { [
|
|
15036
|
-
user_ids?: (string[] & string[] & { [
|
|
14955
|
+
avatars?: (string[] & string[] & { [K_477 in Exclude<keyof I_1["user_channel_added_event"]["channel_desc"]["avatars"], keyof string[]>]: never; }) | undefined;
|
|
14956
|
+
user_ids?: (string[] & string[] & { [K_478 in Exclude<keyof I_1["user_channel_added_event"]["channel_desc"]["user_ids"], keyof string[]>]: never; }) | undefined;
|
|
15037
14957
|
last_sent_message?: ({
|
|
15038
14958
|
id?: string | undefined;
|
|
15039
14959
|
timestamp_seconds?: number | undefined;
|
|
@@ -15053,8 +14973,8 @@ export declare const Envelope: {
|
|
|
15053
14973
|
reference?: string | undefined;
|
|
15054
14974
|
mention?: string | undefined;
|
|
15055
14975
|
reaction?: string | undefined;
|
|
15056
|
-
repliers?: (string[] & string[] & { [
|
|
15057
|
-
} & { [
|
|
14976
|
+
repliers?: (string[] & string[] & { [K_479 in Exclude<keyof I_1["user_channel_added_event"]["channel_desc"]["last_sent_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
14977
|
+
} & { [K_480 in Exclude<keyof I_1["user_channel_added_event"]["channel_desc"]["last_sent_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
15058
14978
|
last_seen_message?: ({
|
|
15059
14979
|
id?: string | undefined;
|
|
15060
14980
|
timestamp_seconds?: number | undefined;
|
|
@@ -15074,18 +14994,18 @@ export declare const Envelope: {
|
|
|
15074
14994
|
reference?: string | undefined;
|
|
15075
14995
|
mention?: string | undefined;
|
|
15076
14996
|
reaction?: string | undefined;
|
|
15077
|
-
repliers?: (string[] & string[] & { [
|
|
15078
|
-
} & { [
|
|
15079
|
-
onlines?: (boolean[] & boolean[] & { [
|
|
14997
|
+
repliers?: (string[] & string[] & { [K_481 in Exclude<keyof I_1["user_channel_added_event"]["channel_desc"]["last_seen_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
14998
|
+
} & { [K_482 in Exclude<keyof I_1["user_channel_added_event"]["channel_desc"]["last_seen_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
14999
|
+
onlines?: (boolean[] & boolean[] & { [K_483 in Exclude<keyof I_1["user_channel_added_event"]["channel_desc"]["onlines"], keyof boolean[]>]: never; }) | undefined;
|
|
15080
15000
|
meeting_code?: string | undefined;
|
|
15081
15001
|
count_mess_unread?: number | undefined;
|
|
15082
15002
|
active?: number | undefined;
|
|
15083
15003
|
last_pin_message?: string | undefined;
|
|
15084
|
-
usernames?: (string[] & string[] & { [
|
|
15004
|
+
usernames?: (string[] & string[] & { [K_484 in Exclude<keyof I_1["user_channel_added_event"]["channel_desc"]["usernames"], keyof string[]>]: never; }) | undefined;
|
|
15085
15005
|
creator_name?: string | undefined;
|
|
15086
15006
|
create_time_seconds?: number | undefined;
|
|
15087
15007
|
update_time_seconds?: number | undefined;
|
|
15088
|
-
display_names?: (string[] & string[] & { [
|
|
15008
|
+
display_names?: (string[] & string[] & { [K_485 in Exclude<keyof I_1["user_channel_added_event"]["channel_desc"]["display_names"], keyof string[]>]: never; }) | undefined;
|
|
15089
15009
|
channel_avatar?: string | undefined;
|
|
15090
15010
|
clan_name?: string | undefined;
|
|
15091
15011
|
app_id?: string | undefined;
|
|
@@ -15094,7 +15014,7 @@ export declare const Envelope: {
|
|
|
15094
15014
|
topic?: string | undefined;
|
|
15095
15015
|
e2ee?: number | undefined;
|
|
15096
15016
|
member_count?: number | undefined;
|
|
15097
|
-
} & { [
|
|
15017
|
+
} & { [K_486 in Exclude<keyof I_1["user_channel_added_event"]["channel_desc"], keyof ChannelDescription1>]: never; }) | undefined;
|
|
15098
15018
|
users?: ({
|
|
15099
15019
|
user_id?: string | undefined;
|
|
15100
15020
|
username?: string | undefined;
|
|
@@ -15162,21 +15082,21 @@ export declare const Envelope: {
|
|
|
15162
15082
|
device_id?: string | undefined;
|
|
15163
15083
|
token_id?: string | undefined;
|
|
15164
15084
|
platform?: string | undefined;
|
|
15165
|
-
} & { [
|
|
15085
|
+
} & { [K_487 in Exclude<keyof I_1["user_channel_added_event"]["users"][number]["fcm_tokens"][number], keyof FCMTokens>]: never; })[] & { [K_488 in Exclude<keyof I_1["user_channel_added_event"]["users"][number]["fcm_tokens"], keyof {
|
|
15166
15086
|
device_id?: string | undefined;
|
|
15167
15087
|
token_id?: string | undefined;
|
|
15168
15088
|
platform?: string | undefined;
|
|
15169
15089
|
}[]>]: never; }) | undefined;
|
|
15170
15090
|
online?: boolean | undefined;
|
|
15171
15091
|
is_disabled?: boolean | undefined;
|
|
15172
|
-
joined_clans?: (string[] & string[] & { [
|
|
15092
|
+
joined_clans?: (string[] & string[] & { [K_489 in Exclude<keyof I_1["user_channel_added_event"]["users"][number]["joined_clans"], keyof string[]>]: never; }) | undefined;
|
|
15173
15093
|
pubkey?: string | undefined;
|
|
15174
15094
|
mezon_id?: string | undefined;
|
|
15175
15095
|
app_token?: string | undefined;
|
|
15176
15096
|
app_url?: string | undefined;
|
|
15177
15097
|
is_bot?: boolean | undefined;
|
|
15178
15098
|
voip_token?: string | undefined;
|
|
15179
|
-
} & { [
|
|
15099
|
+
} & { [K_490 in Exclude<keyof I_1["user_channel_added_event"]["users"][number], keyof UserProfileRedis>]: never; })[] & { [K_491 in Exclude<keyof I_1["user_channel_added_event"]["users"], keyof {
|
|
15180
15100
|
user_id?: string | undefined;
|
|
15181
15101
|
username?: string | undefined;
|
|
15182
15102
|
avatar?: string | undefined;
|
|
@@ -15246,24 +15166,24 @@ export declare const Envelope: {
|
|
|
15246
15166
|
device_id?: string | undefined;
|
|
15247
15167
|
token_id?: string | undefined;
|
|
15248
15168
|
platform?: string | undefined;
|
|
15249
|
-
} & { [
|
|
15169
|
+
} & { [K_492 in Exclude<keyof I_1["user_channel_added_event"]["caller"]["fcm_tokens"][number], keyof FCMTokens>]: never; })[] & { [K_493 in Exclude<keyof I_1["user_channel_added_event"]["caller"]["fcm_tokens"], keyof {
|
|
15250
15170
|
device_id?: string | undefined;
|
|
15251
15171
|
token_id?: string | undefined;
|
|
15252
15172
|
platform?: string | undefined;
|
|
15253
15173
|
}[]>]: never; }) | undefined;
|
|
15254
15174
|
online?: boolean | undefined;
|
|
15255
15175
|
is_disabled?: boolean | undefined;
|
|
15256
|
-
joined_clans?: (string[] & string[] & { [
|
|
15176
|
+
joined_clans?: (string[] & string[] & { [K_494 in Exclude<keyof I_1["user_channel_added_event"]["caller"]["joined_clans"], keyof string[]>]: never; }) | undefined;
|
|
15257
15177
|
pubkey?: string | undefined;
|
|
15258
15178
|
mezon_id?: string | undefined;
|
|
15259
15179
|
app_token?: string | undefined;
|
|
15260
15180
|
app_url?: string | undefined;
|
|
15261
15181
|
is_bot?: boolean | undefined;
|
|
15262
15182
|
voip_token?: string | undefined;
|
|
15263
|
-
} & { [
|
|
15183
|
+
} & { [K_495 in Exclude<keyof I_1["user_channel_added_event"]["caller"], keyof UserProfileRedis>]: never; }) | undefined;
|
|
15264
15184
|
create_time_second?: number | undefined;
|
|
15265
15185
|
active?: number | undefined;
|
|
15266
|
-
} & { [
|
|
15186
|
+
} & { [K_496 in Exclude<keyof I_1["user_channel_added_event"], keyof UserChannelAdded>]: never; }) | undefined;
|
|
15267
15187
|
user_channel_removed_event?: ({
|
|
15268
15188
|
channel_id?: string | undefined;
|
|
15269
15189
|
user_ids?: string[] | undefined;
|
|
@@ -15272,18 +15192,18 @@ export declare const Envelope: {
|
|
|
15272
15192
|
badge_counts?: number[] | undefined;
|
|
15273
15193
|
} & {
|
|
15274
15194
|
channel_id?: string | undefined;
|
|
15275
|
-
user_ids?: (string[] & string[] & { [
|
|
15195
|
+
user_ids?: (string[] & string[] & { [K_497 in Exclude<keyof I_1["user_channel_removed_event"]["user_ids"], keyof string[]>]: never; }) | undefined;
|
|
15276
15196
|
channel_type?: number | undefined;
|
|
15277
15197
|
clan_id?: string | undefined;
|
|
15278
|
-
badge_counts?: (number[] & number[] & { [
|
|
15279
|
-
} & { [
|
|
15198
|
+
badge_counts?: (number[] & number[] & { [K_498 in Exclude<keyof I_1["user_channel_removed_event"]["badge_counts"], keyof number[]>]: never; }) | undefined;
|
|
15199
|
+
} & { [K_499 in Exclude<keyof I_1["user_channel_removed_event"], keyof UserChannelRemoved>]: never; }) | undefined;
|
|
15280
15200
|
user_clan_removed_event?: ({
|
|
15281
15201
|
clan_id?: string | undefined;
|
|
15282
15202
|
user_ids?: string[] | undefined;
|
|
15283
15203
|
} & {
|
|
15284
15204
|
clan_id?: string | undefined;
|
|
15285
|
-
user_ids?: (string[] & string[] & { [
|
|
15286
|
-
} & { [
|
|
15205
|
+
user_ids?: (string[] & string[] & { [K_500 in Exclude<keyof I_1["user_clan_removed_event"]["user_ids"], keyof string[]>]: never; }) | undefined;
|
|
15206
|
+
} & { [K_501 in Exclude<keyof I_1["user_clan_removed_event"], keyof UserClanRemoved>]: never; }) | undefined;
|
|
15287
15207
|
clan_updated_event?: ({
|
|
15288
15208
|
clan_id?: string | undefined;
|
|
15289
15209
|
clan_name?: string | undefined;
|
|
@@ -15310,7 +15230,7 @@ export declare const Envelope: {
|
|
|
15310
15230
|
is_community?: boolean | undefined;
|
|
15311
15231
|
about?: string | undefined;
|
|
15312
15232
|
description?: string | undefined;
|
|
15313
|
-
} & { [
|
|
15233
|
+
} & { [K_502 in Exclude<keyof I_1["clan_updated_event"], keyof ClanUpdatedEvent>]: never; }) | undefined;
|
|
15314
15234
|
clan_profile_updated_event?: ({
|
|
15315
15235
|
user_id?: string | undefined;
|
|
15316
15236
|
clan_nick?: string | undefined;
|
|
@@ -15321,7 +15241,7 @@ export declare const Envelope: {
|
|
|
15321
15241
|
clan_nick?: string | undefined;
|
|
15322
15242
|
clan_avatar?: string | undefined;
|
|
15323
15243
|
clan_id?: string | undefined;
|
|
15324
|
-
} & { [
|
|
15244
|
+
} & { [K_503 in Exclude<keyof I_1["clan_profile_updated_event"], keyof ClanProfileUpdatedEvent>]: never; }) | undefined;
|
|
15325
15245
|
check_name_existed_event?: ({
|
|
15326
15246
|
name?: string | undefined;
|
|
15327
15247
|
condition_id?: string | undefined;
|
|
@@ -15332,7 +15252,7 @@ export declare const Envelope: {
|
|
|
15332
15252
|
condition_id?: string | undefined;
|
|
15333
15253
|
exist?: boolean | undefined;
|
|
15334
15254
|
type?: number | undefined;
|
|
15335
|
-
} & { [
|
|
15255
|
+
} & { [K_504 in Exclude<keyof I_1["check_name_existed_event"], keyof CheckNameExistedEvent>]: never; }) | undefined;
|
|
15336
15256
|
user_profile_updated_event?: ({
|
|
15337
15257
|
user_id?: string | undefined;
|
|
15338
15258
|
display_name?: string | undefined;
|
|
@@ -15349,7 +15269,7 @@ export declare const Envelope: {
|
|
|
15349
15269
|
channel_id?: string | undefined;
|
|
15350
15270
|
clan_id?: string | undefined;
|
|
15351
15271
|
encrypt_private_key?: string | undefined;
|
|
15352
|
-
} & { [
|
|
15272
|
+
} & { [K_505 in Exclude<keyof I_1["user_profile_updated_event"], keyof UserProfileUpdatedEvent>]: never; }) | undefined;
|
|
15353
15273
|
add_clan_user_event?: ({
|
|
15354
15274
|
clan_id?: string | undefined;
|
|
15355
15275
|
user?: {
|
|
@@ -15423,23 +15343,23 @@ export declare const Envelope: {
|
|
|
15423
15343
|
device_id?: string | undefined;
|
|
15424
15344
|
token_id?: string | undefined;
|
|
15425
15345
|
platform?: string | undefined;
|
|
15426
|
-
} & { [
|
|
15346
|
+
} & { [K_506 in Exclude<keyof I_1["add_clan_user_event"]["user"]["fcm_tokens"][number], keyof FCMTokens>]: never; })[] & { [K_507 in Exclude<keyof I_1["add_clan_user_event"]["user"]["fcm_tokens"], keyof {
|
|
15427
15347
|
device_id?: string | undefined;
|
|
15428
15348
|
token_id?: string | undefined;
|
|
15429
15349
|
platform?: string | undefined;
|
|
15430
15350
|
}[]>]: never; }) | undefined;
|
|
15431
15351
|
online?: boolean | undefined;
|
|
15432
15352
|
is_disabled?: boolean | undefined;
|
|
15433
|
-
joined_clans?: (string[] & string[] & { [
|
|
15353
|
+
joined_clans?: (string[] & string[] & { [K_508 in Exclude<keyof I_1["add_clan_user_event"]["user"]["joined_clans"], keyof string[]>]: never; }) | undefined;
|
|
15434
15354
|
pubkey?: string | undefined;
|
|
15435
15355
|
mezon_id?: string | undefined;
|
|
15436
15356
|
app_token?: string | undefined;
|
|
15437
15357
|
app_url?: string | undefined;
|
|
15438
15358
|
is_bot?: boolean | undefined;
|
|
15439
15359
|
voip_token?: string | undefined;
|
|
15440
|
-
} & { [
|
|
15360
|
+
} & { [K_509 in Exclude<keyof I_1["add_clan_user_event"]["user"], keyof UserProfileRedis>]: never; }) | undefined;
|
|
15441
15361
|
invitor?: string | undefined;
|
|
15442
|
-
} & { [
|
|
15362
|
+
} & { [K_510 in Exclude<keyof I_1["add_clan_user_event"], keyof AddClanUserEvent>]: never; }) | undefined;
|
|
15443
15363
|
clan_event_created?: ({
|
|
15444
15364
|
title?: string | undefined;
|
|
15445
15365
|
logo?: string | undefined;
|
|
@@ -15493,8 +15413,8 @@ export declare const Envelope: {
|
|
|
15493
15413
|
external_link?: string | undefined;
|
|
15494
15414
|
creator_id?: string | undefined;
|
|
15495
15415
|
event_id?: string | undefined;
|
|
15496
|
-
} & { [
|
|
15497
|
-
} & { [
|
|
15416
|
+
} & { [K_511 in Exclude<keyof I_1["clan_event_created"]["meet_room"], keyof import("../api/api").GenerateMezonMeetResponse>]: never; }) | undefined;
|
|
15417
|
+
} & { [K_512 in Exclude<keyof I_1["clan_event_created"], keyof CreateEventRequest>]: never; }) | undefined;
|
|
15498
15418
|
role_assign_event?: ({
|
|
15499
15419
|
ClanId?: string | undefined;
|
|
15500
15420
|
role_id?: string | undefined;
|
|
@@ -15503,16 +15423,16 @@ export declare const Envelope: {
|
|
|
15503
15423
|
} & {
|
|
15504
15424
|
ClanId?: string | undefined;
|
|
15505
15425
|
role_id?: string | undefined;
|
|
15506
|
-
user_ids_assigned?: (string[] & string[] & { [
|
|
15507
|
-
user_ids_removed?: (string[] & string[] & { [
|
|
15508
|
-
} & { [
|
|
15426
|
+
user_ids_assigned?: (string[] & string[] & { [K_513 in Exclude<keyof I_1["role_assign_event"]["user_ids_assigned"], keyof string[]>]: never; }) | undefined;
|
|
15427
|
+
user_ids_removed?: (string[] & string[] & { [K_514 in Exclude<keyof I_1["role_assign_event"]["user_ids_removed"], keyof string[]>]: never; }) | undefined;
|
|
15428
|
+
} & { [K_515 in Exclude<keyof I_1["role_assign_event"], keyof RoleAssignedEvent>]: never; }) | undefined;
|
|
15509
15429
|
clan_deleted_event?: ({
|
|
15510
15430
|
clan_id?: string | undefined;
|
|
15511
15431
|
deletor?: string | undefined;
|
|
15512
15432
|
} & {
|
|
15513
15433
|
clan_id?: string | undefined;
|
|
15514
15434
|
deletor?: string | undefined;
|
|
15515
|
-
} & { [
|
|
15435
|
+
} & { [K_516 in Exclude<keyof I_1["clan_deleted_event"], keyof ClanDeletedEvent>]: never; }) | undefined;
|
|
15516
15436
|
give_coffee_event?: ({
|
|
15517
15437
|
sender_id?: string | undefined;
|
|
15518
15438
|
receiver_id?: string | undefined;
|
|
@@ -15527,7 +15447,7 @@ export declare const Envelope: {
|
|
|
15527
15447
|
message_ref_id?: string | undefined;
|
|
15528
15448
|
channel_id?: string | undefined;
|
|
15529
15449
|
clan_id?: string | undefined;
|
|
15530
|
-
} & { [
|
|
15450
|
+
} & { [K_517 in Exclude<keyof I_1["give_coffee_event"], keyof GiveCoffeeEvent>]: never; }) | undefined;
|
|
15531
15451
|
sticker_create_event?: ({
|
|
15532
15452
|
clan_id?: string | undefined;
|
|
15533
15453
|
source?: string | undefined;
|
|
@@ -15546,7 +15466,7 @@ export declare const Envelope: {
|
|
|
15546
15466
|
sticker_id?: string | undefined;
|
|
15547
15467
|
logo?: string | undefined;
|
|
15548
15468
|
clan_name?: string | undefined;
|
|
15549
|
-
} & { [
|
|
15469
|
+
} & { [K_518 in Exclude<keyof I_1["sticker_create_event"], keyof StickerCreateEvent>]: never; }) | undefined;
|
|
15550
15470
|
sticker_update_event?: ({
|
|
15551
15471
|
shortname?: string | undefined;
|
|
15552
15472
|
sticker_id?: string | undefined;
|
|
@@ -15555,14 +15475,14 @@ export declare const Envelope: {
|
|
|
15555
15475
|
shortname?: string | undefined;
|
|
15556
15476
|
sticker_id?: string | undefined;
|
|
15557
15477
|
user_id?: string | undefined;
|
|
15558
|
-
} & { [
|
|
15478
|
+
} & { [K_519 in Exclude<keyof I_1["sticker_update_event"], keyof StickerUpdateEvent>]: never; }) | undefined;
|
|
15559
15479
|
sticker_delete_event?: ({
|
|
15560
15480
|
sticker_id?: string | undefined;
|
|
15561
15481
|
user_id?: string | undefined;
|
|
15562
15482
|
} & {
|
|
15563
15483
|
sticker_id?: string | undefined;
|
|
15564
15484
|
user_id?: string | undefined;
|
|
15565
|
-
} & { [
|
|
15485
|
+
} & { [K_520 in Exclude<keyof I_1["sticker_delete_event"], keyof StickerDeleteEvent>]: never; }) | undefined;
|
|
15566
15486
|
role_event?: ({
|
|
15567
15487
|
role?: {
|
|
15568
15488
|
id?: string | undefined;
|
|
@@ -15700,7 +15620,7 @@ export declare const Envelope: {
|
|
|
15700
15620
|
lang_tag?: string | undefined;
|
|
15701
15621
|
location?: string | undefined;
|
|
15702
15622
|
online?: boolean | undefined;
|
|
15703
|
-
} & { [
|
|
15623
|
+
} & { [K_521 in Exclude<keyof I_1["role_event"]["role"]["role_user_list"]["role_users"][number], keyof import("../api/api").RoleUserList_RoleUser>]: never; })[] & { [K_522 in Exclude<keyof I_1["role_event"]["role"]["role_user_list"]["role_users"], keyof {
|
|
15704
15624
|
id?: string | undefined;
|
|
15705
15625
|
username?: string | undefined;
|
|
15706
15626
|
display_name?: string | undefined;
|
|
@@ -15710,7 +15630,7 @@ export declare const Envelope: {
|
|
|
15710
15630
|
online?: boolean | undefined;
|
|
15711
15631
|
}[]>]: never; }) | undefined;
|
|
15712
15632
|
cursor?: string | undefined;
|
|
15713
|
-
} & { [
|
|
15633
|
+
} & { [K_523 in Exclude<keyof I_1["role_event"]["role"]["role_user_list"], keyof RoleUserList>]: never; }) | undefined;
|
|
15714
15634
|
permission_list?: ({
|
|
15715
15635
|
permissions?: {
|
|
15716
15636
|
id?: string | undefined;
|
|
@@ -15747,7 +15667,7 @@ export declare const Envelope: {
|
|
|
15747
15667
|
active?: number | undefined;
|
|
15748
15668
|
scope?: number | undefined;
|
|
15749
15669
|
level?: number | undefined;
|
|
15750
|
-
} & { [
|
|
15670
|
+
} & { [K_524 in Exclude<keyof I_1["role_event"]["role"]["permission_list"]["permissions"][number], keyof import("../api/api").Permission>]: never; })[] & { [K_525 in Exclude<keyof I_1["role_event"]["role"]["permission_list"]["permissions"], keyof {
|
|
15751
15671
|
id?: string | undefined;
|
|
15752
15672
|
title?: string | undefined;
|
|
15753
15673
|
slug?: string | undefined;
|
|
@@ -15757,19 +15677,19 @@ export declare const Envelope: {
|
|
|
15757
15677
|
level?: number | undefined;
|
|
15758
15678
|
}[]>]: never; }) | undefined;
|
|
15759
15679
|
max_level_permission?: number | undefined;
|
|
15760
|
-
} & { [
|
|
15680
|
+
} & { [K_526 in Exclude<keyof I_1["role_event"]["role"]["permission_list"], keyof PermissionList>]: never; }) | undefined;
|
|
15761
15681
|
role_channel_active?: number | undefined;
|
|
15762
|
-
channel_ids?: (string[] & string[] & { [
|
|
15682
|
+
channel_ids?: (string[] & string[] & { [K_527 in Exclude<keyof I_1["role_event"]["role"]["channel_ids"], keyof string[]>]: never; }) | undefined;
|
|
15763
15683
|
max_level_permission?: number | undefined;
|
|
15764
15684
|
order_role?: number | undefined;
|
|
15765
|
-
} & { [
|
|
15685
|
+
} & { [K_528 in Exclude<keyof I_1["role_event"]["role"], keyof Role>]: never; }) | undefined;
|
|
15766
15686
|
status?: number | undefined;
|
|
15767
15687
|
user_id?: string | undefined;
|
|
15768
|
-
user_add_ids?: (string[] & string[] & { [
|
|
15769
|
-
user_remove_ids?: (string[] & string[] & { [
|
|
15770
|
-
active_permission_ids?: (string[] & string[] & { [
|
|
15771
|
-
remove_permission_ids?: (string[] & string[] & { [
|
|
15772
|
-
} & { [
|
|
15688
|
+
user_add_ids?: (string[] & string[] & { [K_529 in Exclude<keyof I_1["role_event"]["user_add_ids"], keyof string[]>]: never; }) | undefined;
|
|
15689
|
+
user_remove_ids?: (string[] & string[] & { [K_530 in Exclude<keyof I_1["role_event"]["user_remove_ids"], keyof string[]>]: never; }) | undefined;
|
|
15690
|
+
active_permission_ids?: (string[] & string[] & { [K_531 in Exclude<keyof I_1["role_event"]["active_permission_ids"], keyof string[]>]: never; }) | undefined;
|
|
15691
|
+
remove_permission_ids?: (string[] & string[] & { [K_532 in Exclude<keyof I_1["role_event"]["remove_permission_ids"], keyof string[]>]: never; }) | undefined;
|
|
15692
|
+
} & { [K_533 in Exclude<keyof I_1["role_event"], keyof RoleEvent>]: never; }) | undefined;
|
|
15773
15693
|
event_emoji?: ({
|
|
15774
15694
|
id?: string | undefined;
|
|
15775
15695
|
clan_id?: string | undefined;
|
|
@@ -15792,7 +15712,7 @@ export declare const Envelope: {
|
|
|
15792
15712
|
logo?: string | undefined;
|
|
15793
15713
|
clan_name?: string | undefined;
|
|
15794
15714
|
is_for_sale?: boolean | undefined;
|
|
15795
|
-
} & { [
|
|
15715
|
+
} & { [K_534 in Exclude<keyof I_1["event_emoji"], keyof EventEmoji>]: never; }) | undefined;
|
|
15796
15716
|
streaming_joined_event?: ({
|
|
15797
15717
|
clan_id?: string | undefined;
|
|
15798
15718
|
clan_name?: string | undefined;
|
|
@@ -15809,7 +15729,7 @@ export declare const Envelope: {
|
|
|
15809
15729
|
user_id?: string | undefined;
|
|
15810
15730
|
streaming_channel_label?: string | undefined;
|
|
15811
15731
|
streaming_channel_id?: string | undefined;
|
|
15812
|
-
} & { [
|
|
15732
|
+
} & { [K_535 in Exclude<keyof I_1["streaming_joined_event"], keyof StreamingJoinedEvent>]: never; }) | undefined;
|
|
15813
15733
|
streaming_leaved_event?: ({
|
|
15814
15734
|
id?: string | undefined;
|
|
15815
15735
|
clan_id?: string | undefined;
|
|
@@ -15820,7 +15740,7 @@ export declare const Envelope: {
|
|
|
15820
15740
|
clan_id?: string | undefined;
|
|
15821
15741
|
streaming_channel_id?: string | undefined;
|
|
15822
15742
|
streaming_user_id?: string | undefined;
|
|
15823
|
-
} & { [
|
|
15743
|
+
} & { [K_536 in Exclude<keyof I_1["streaming_leaved_event"], keyof StreamingLeavedEvent>]: never; }) | undefined;
|
|
15824
15744
|
streaming_started_event?: ({
|
|
15825
15745
|
clan_id?: string | undefined;
|
|
15826
15746
|
channel_id?: string | undefined;
|
|
@@ -15831,14 +15751,14 @@ export declare const Envelope: {
|
|
|
15831
15751
|
channel_id?: string | undefined;
|
|
15832
15752
|
streaming_url?: string | undefined;
|
|
15833
15753
|
is_streaming?: boolean | undefined;
|
|
15834
|
-
} & { [
|
|
15754
|
+
} & { [K_537 in Exclude<keyof I_1["streaming_started_event"], keyof StreamingStartedEvent>]: never; }) | undefined;
|
|
15835
15755
|
streaming_ended_event?: ({
|
|
15836
15756
|
clan_id?: string | undefined;
|
|
15837
15757
|
channel_id?: string | undefined;
|
|
15838
15758
|
} & {
|
|
15839
15759
|
clan_id?: string | undefined;
|
|
15840
15760
|
channel_id?: string | undefined;
|
|
15841
|
-
} & { [
|
|
15761
|
+
} & { [K_538 in Exclude<keyof I_1["streaming_ended_event"], keyof StreamingEndedEvent>]: never; }) | undefined;
|
|
15842
15762
|
permission_set_event?: ({
|
|
15843
15763
|
caller?: string | undefined;
|
|
15844
15764
|
role_id?: string | undefined;
|
|
@@ -15866,12 +15786,12 @@ export declare const Envelope: {
|
|
|
15866
15786
|
permission_id?: string | undefined;
|
|
15867
15787
|
slug?: string | undefined;
|
|
15868
15788
|
type?: number | undefined;
|
|
15869
|
-
} & { [
|
|
15789
|
+
} & { [K_539 in Exclude<keyof I_1["permission_set_event"]["permission_updates"][number], keyof PermissionUpdate>]: never; })[] & { [K_540 in Exclude<keyof I_1["permission_set_event"]["permission_updates"], keyof {
|
|
15870
15790
|
permission_id?: string | undefined;
|
|
15871
15791
|
slug?: string | undefined;
|
|
15872
15792
|
type?: number | undefined;
|
|
15873
15793
|
}[]>]: never; }) | undefined;
|
|
15874
|
-
} & { [
|
|
15794
|
+
} & { [K_541 in Exclude<keyof I_1["permission_set_event"], keyof PermissionSetEvent>]: never; }) | undefined;
|
|
15875
15795
|
permission_changed_event?: ({
|
|
15876
15796
|
user_id?: string | undefined;
|
|
15877
15797
|
channel_id?: string | undefined;
|
|
@@ -15905,7 +15825,7 @@ export declare const Envelope: {
|
|
|
15905
15825
|
permission_id?: string | undefined;
|
|
15906
15826
|
slug?: string | undefined;
|
|
15907
15827
|
type?: number | undefined;
|
|
15908
|
-
} & { [
|
|
15828
|
+
} & { [K_542 in Exclude<keyof I_1["permission_changed_event"]["add_permissions"][number], keyof PermissionUpdate>]: never; })[] & { [K_543 in Exclude<keyof I_1["permission_changed_event"]["add_permissions"], keyof {
|
|
15909
15829
|
permission_id?: string | undefined;
|
|
15910
15830
|
slug?: string | undefined;
|
|
15911
15831
|
type?: number | undefined;
|
|
@@ -15922,7 +15842,7 @@ export declare const Envelope: {
|
|
|
15922
15842
|
permission_id?: string | undefined;
|
|
15923
15843
|
slug?: string | undefined;
|
|
15924
15844
|
type?: number | undefined;
|
|
15925
|
-
} & { [
|
|
15845
|
+
} & { [K_544 in Exclude<keyof I_1["permission_changed_event"]["remove_permissions"][number], keyof PermissionUpdate>]: never; })[] & { [K_545 in Exclude<keyof I_1["permission_changed_event"]["remove_permissions"], keyof {
|
|
15926
15846
|
permission_id?: string | undefined;
|
|
15927
15847
|
slug?: string | undefined;
|
|
15928
15848
|
type?: number | undefined;
|
|
@@ -15939,12 +15859,12 @@ export declare const Envelope: {
|
|
|
15939
15859
|
permission_id?: string | undefined;
|
|
15940
15860
|
slug?: string | undefined;
|
|
15941
15861
|
type?: number | undefined;
|
|
15942
|
-
} & { [
|
|
15862
|
+
} & { [K_546 in Exclude<keyof I_1["permission_changed_event"]["default_permissions"][number], keyof PermissionUpdate>]: never; })[] & { [K_547 in Exclude<keyof I_1["permission_changed_event"]["default_permissions"], keyof {
|
|
15943
15863
|
permission_id?: string | undefined;
|
|
15944
15864
|
slug?: string | undefined;
|
|
15945
15865
|
type?: number | undefined;
|
|
15946
15866
|
}[]>]: never; }) | undefined;
|
|
15947
|
-
} & { [
|
|
15867
|
+
} & { [K_548 in Exclude<keyof I_1["permission_changed_event"], keyof PermissionChangedEvent>]: never; }) | undefined;
|
|
15948
15868
|
token_sent_event?: ({
|
|
15949
15869
|
sender_id?: string | undefined;
|
|
15950
15870
|
sender_name?: string | undefined;
|
|
@@ -15961,7 +15881,7 @@ export declare const Envelope: {
|
|
|
15961
15881
|
note?: string | undefined;
|
|
15962
15882
|
extra_attribute?: string | undefined;
|
|
15963
15883
|
transaction_id?: string | undefined;
|
|
15964
|
-
} & { [
|
|
15884
|
+
} & { [K_549 in Exclude<keyof I_1["token_sent_event"], keyof TokenSentEvent>]: never; }) | undefined;
|
|
15965
15885
|
message_button_clicked?: ({
|
|
15966
15886
|
message_id?: string | undefined;
|
|
15967
15887
|
channel_id?: string | undefined;
|
|
@@ -15976,7 +15896,7 @@ export declare const Envelope: {
|
|
|
15976
15896
|
sender_id?: string | undefined;
|
|
15977
15897
|
user_id?: string | undefined;
|
|
15978
15898
|
extra_data?: string | undefined;
|
|
15979
|
-
} & { [
|
|
15899
|
+
} & { [K_550 in Exclude<keyof I_1["message_button_clicked"], keyof MessageButtonClicked>]: never; }) | undefined;
|
|
15980
15900
|
unmute_event?: ({
|
|
15981
15901
|
channel_id?: string | undefined;
|
|
15982
15902
|
category_id?: string | undefined;
|
|
@@ -15985,7 +15905,7 @@ export declare const Envelope: {
|
|
|
15985
15905
|
channel_id?: string | undefined;
|
|
15986
15906
|
category_id?: string | undefined;
|
|
15987
15907
|
clan_id?: string | undefined;
|
|
15988
|
-
} & { [
|
|
15908
|
+
} & { [K_551 in Exclude<keyof I_1["unmute_event"], keyof UnmuteEvent>]: never; }) | undefined;
|
|
15989
15909
|
webrtc_signaling_fwd?: ({
|
|
15990
15910
|
receiver_id?: string | undefined;
|
|
15991
15911
|
data_type?: number | undefined;
|
|
@@ -15998,7 +15918,7 @@ export declare const Envelope: {
|
|
|
15998
15918
|
json_data?: string | undefined;
|
|
15999
15919
|
channel_id?: string | undefined;
|
|
16000
15920
|
caller_id?: string | undefined;
|
|
16001
|
-
} & { [
|
|
15921
|
+
} & { [K_552 in Exclude<keyof I_1["webrtc_signaling_fwd"], keyof WebrtcSignalingFwd>]: never; }) | undefined;
|
|
16002
15922
|
list_activity?: ({
|
|
16003
15923
|
acts?: {
|
|
16004
15924
|
user_id?: string | undefined;
|
|
@@ -16038,7 +15958,7 @@ export declare const Envelope: {
|
|
|
16038
15958
|
end_time?: Date | undefined;
|
|
16039
15959
|
application_id?: string | undefined;
|
|
16040
15960
|
status?: number | undefined;
|
|
16041
|
-
} & { [
|
|
15961
|
+
} & { [K_553 in Exclude<keyof I_1["list_activity"]["acts"][number], keyof UserActivity>]: never; })[] & { [K_554 in Exclude<keyof I_1["list_activity"]["acts"], keyof {
|
|
16042
15962
|
user_id?: string | undefined;
|
|
16043
15963
|
activity_name?: string | undefined;
|
|
16044
15964
|
activity_type?: number | undefined;
|
|
@@ -16048,7 +15968,7 @@ export declare const Envelope: {
|
|
|
16048
15968
|
application_id?: string | undefined;
|
|
16049
15969
|
status?: number | undefined;
|
|
16050
15970
|
}[]>]: never; }) | undefined;
|
|
16051
|
-
} & { [
|
|
15971
|
+
} & { [K_555 in Exclude<keyof I_1["list_activity"], "acts">]: never; }) | undefined;
|
|
16052
15972
|
dropdown_box_selected?: ({
|
|
16053
15973
|
message_id?: string | undefined;
|
|
16054
15974
|
channel_id?: string | undefined;
|
|
@@ -16062,8 +15982,8 @@ export declare const Envelope: {
|
|
|
16062
15982
|
selectbox_id?: string | undefined;
|
|
16063
15983
|
sender_id?: string | undefined;
|
|
16064
15984
|
user_id?: string | undefined;
|
|
16065
|
-
values?: (string[] & string[] & { [
|
|
16066
|
-
} & { [
|
|
15985
|
+
values?: (string[] & string[] & { [K_556 in Exclude<keyof I_1["dropdown_box_selected"]["values"], keyof string[]>]: never; }) | undefined;
|
|
15986
|
+
} & { [K_557 in Exclude<keyof I_1["dropdown_box_selected"], keyof DropdownBoxSelected>]: never; }) | undefined;
|
|
16067
15987
|
incoming_call_push?: ({
|
|
16068
15988
|
receiver_id?: string | undefined;
|
|
16069
15989
|
json_data?: string | undefined;
|
|
@@ -16074,7 +15994,7 @@ export declare const Envelope: {
|
|
|
16074
15994
|
json_data?: string | undefined;
|
|
16075
15995
|
channel_id?: string | undefined;
|
|
16076
15996
|
caller_id?: string | undefined;
|
|
16077
|
-
} & { [
|
|
15997
|
+
} & { [K_558 in Exclude<keyof I_1["incoming_call_push"], keyof IncomingCallPush>]: never; }) | undefined;
|
|
16078
15998
|
sd_topic_event?: ({
|
|
16079
15999
|
id?: string | undefined;
|
|
16080
16000
|
clan_id?: string | undefined;
|
|
@@ -16146,8 +16066,8 @@ export declare const Envelope: {
|
|
|
16146
16066
|
reference?: string | undefined;
|
|
16147
16067
|
mention?: string | undefined;
|
|
16148
16068
|
reaction?: string | undefined;
|
|
16149
|
-
repliers?: (string[] & string[] & { [
|
|
16150
|
-
} & { [
|
|
16069
|
+
repliers?: (string[] & string[] & { [K_559 in Exclude<keyof I_1["sd_topic_event"]["last_sent_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
16070
|
+
} & { [K_560 in Exclude<keyof I_1["sd_topic_event"]["last_sent_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
16151
16071
|
message?: ({
|
|
16152
16072
|
clan_id?: string | undefined;
|
|
16153
16073
|
channel_id?: string | undefined;
|
|
@@ -16204,9 +16124,9 @@ export declare const Envelope: {
|
|
|
16204
16124
|
hide_editted?: boolean | undefined;
|
|
16205
16125
|
is_public?: boolean | undefined;
|
|
16206
16126
|
topic_id?: string | undefined;
|
|
16207
|
-
} & { [
|
|
16208
|
-
} & { [
|
|
16209
|
-
follow_event?: ({} & {} & { [
|
|
16127
|
+
} & { [K_561 in Exclude<keyof I_1["sd_topic_event"]["message"], keyof ChannelMessage>]: never; }) | undefined;
|
|
16128
|
+
} & { [K_562 in Exclude<keyof I_1["sd_topic_event"], keyof SdTopicEvent>]: never; }) | undefined;
|
|
16129
|
+
follow_event?: ({} & {} & { [K_563 in Exclude<keyof I_1["follow_event"], never>]: never; }) | undefined;
|
|
16210
16130
|
channel_app_event?: ({
|
|
16211
16131
|
user_id?: string | undefined;
|
|
16212
16132
|
username?: string | undefined;
|
|
@@ -16219,19 +16139,19 @@ export declare const Envelope: {
|
|
|
16219
16139
|
clan_id?: string | undefined;
|
|
16220
16140
|
channel_id?: string | undefined;
|
|
16221
16141
|
action?: number | undefined;
|
|
16222
|
-
} & { [
|
|
16142
|
+
} & { [K_564 in Exclude<keyof I_1["channel_app_event"], keyof ChannelAppEvent>]: never; }) | undefined;
|
|
16223
16143
|
user_status_event?: ({
|
|
16224
16144
|
user_id?: string | undefined;
|
|
16225
16145
|
custom_status?: string | undefined;
|
|
16226
16146
|
} & {
|
|
16227
16147
|
user_id?: string | undefined;
|
|
16228
16148
|
custom_status?: string | undefined;
|
|
16229
|
-
} & { [
|
|
16149
|
+
} & { [K_565 in Exclude<keyof I_1["user_status_event"], keyof UserStatusEvent>]: never; }) | undefined;
|
|
16230
16150
|
remove_friend?: ({
|
|
16231
16151
|
user_id?: string | undefined;
|
|
16232
16152
|
} & {
|
|
16233
16153
|
user_id?: string | undefined;
|
|
16234
|
-
} & { [
|
|
16154
|
+
} & { [K_566 in Exclude<keyof I_1["remove_friend"], "user_id">]: never; }) | undefined;
|
|
16235
16155
|
webhook_event?: ({
|
|
16236
16156
|
id?: string | undefined;
|
|
16237
16157
|
webhook_name?: string | undefined;
|
|
@@ -16256,7 +16176,7 @@ export declare const Envelope: {
|
|
|
16256
16176
|
avatar?: string | undefined;
|
|
16257
16177
|
status?: number | undefined;
|
|
16258
16178
|
clan_id?: string | undefined;
|
|
16259
|
-
} & { [
|
|
16179
|
+
} & { [K_567 in Exclude<keyof I_1["webhook_event"], keyof Webhook>]: never; }) | undefined;
|
|
16260
16180
|
noti_user_channel?: ({
|
|
16261
16181
|
id?: string | undefined;
|
|
16262
16182
|
notification_setting_type?: number | undefined;
|
|
@@ -16269,7 +16189,7 @@ export declare const Envelope: {
|
|
|
16269
16189
|
time_mute?: Date | undefined;
|
|
16270
16190
|
active?: number | undefined;
|
|
16271
16191
|
channel_id?: string | undefined;
|
|
16272
|
-
} & { [
|
|
16192
|
+
} & { [K_568 in Exclude<keyof I_1["noti_user_channel"], keyof NotificationUserChannel>]: never; }) | undefined;
|
|
16273
16193
|
join_channel_app_data?: ({
|
|
16274
16194
|
user_id?: string | undefined;
|
|
16275
16195
|
username?: string | undefined;
|
|
@@ -16278,7 +16198,7 @@ export declare const Envelope: {
|
|
|
16278
16198
|
user_id?: string | undefined;
|
|
16279
16199
|
username?: string | undefined;
|
|
16280
16200
|
hash?: string | undefined;
|
|
16281
|
-
} & { [
|
|
16201
|
+
} & { [K_569 in Exclude<keyof I_1["join_channel_app_data"], keyof JoinChannelAppData>]: never; }) | undefined;
|
|
16282
16202
|
canvas_event?: ({
|
|
16283
16203
|
id?: string | undefined;
|
|
16284
16204
|
title?: string | undefined;
|
|
@@ -16297,7 +16217,7 @@ export declare const Envelope: {
|
|
|
16297
16217
|
is_default?: boolean | undefined;
|
|
16298
16218
|
channel_id?: string | undefined;
|
|
16299
16219
|
status?: number | undefined;
|
|
16300
|
-
} & { [
|
|
16220
|
+
} & { [K_570 in Exclude<keyof I_1["canvas_event"], keyof ChannelCanvas>]: never; }) | undefined;
|
|
16301
16221
|
unpin_message_event?: ({
|
|
16302
16222
|
id?: string | undefined;
|
|
16303
16223
|
message_id?: string | undefined;
|
|
@@ -16308,7 +16228,7 @@ export declare const Envelope: {
|
|
|
16308
16228
|
message_id?: string | undefined;
|
|
16309
16229
|
channel_id?: string | undefined;
|
|
16310
16230
|
clan_id?: string | undefined;
|
|
16311
|
-
} & { [
|
|
16231
|
+
} & { [K_571 in Exclude<keyof I_1["unpin_message_event"], keyof UnpinMessageEvent>]: never; }) | undefined;
|
|
16312
16232
|
category_event?: ({
|
|
16313
16233
|
creator_id?: string | undefined;
|
|
16314
16234
|
clan_id?: string | undefined;
|
|
@@ -16321,7 +16241,7 @@ export declare const Envelope: {
|
|
|
16321
16241
|
category_name?: string | undefined;
|
|
16322
16242
|
id?: string | undefined;
|
|
16323
16243
|
status?: number | undefined;
|
|
16324
|
-
} & { [
|
|
16244
|
+
} & { [K_572 in Exclude<keyof I_1["category_event"], keyof CategoryEvent>]: never; }) | undefined;
|
|
16325
16245
|
handle_participant_meet_state_event?: ({
|
|
16326
16246
|
clan_id?: string | undefined;
|
|
16327
16247
|
channel_id?: string | undefined;
|
|
@@ -16334,12 +16254,12 @@ export declare const Envelope: {
|
|
|
16334
16254
|
display_name?: string | undefined;
|
|
16335
16255
|
state?: number | undefined;
|
|
16336
16256
|
room_name?: string | undefined;
|
|
16337
|
-
} & { [
|
|
16257
|
+
} & { [K_573 in Exclude<keyof I_1["handle_participant_meet_state_event"], keyof HandleParticipantMeetStateEvent>]: never; }) | undefined;
|
|
16338
16258
|
delete_account_event?: ({
|
|
16339
16259
|
user_id?: string | undefined;
|
|
16340
16260
|
} & {
|
|
16341
16261
|
user_id?: string | undefined;
|
|
16342
|
-
} & { [
|
|
16262
|
+
} & { [K_574 in Exclude<keyof I_1["delete_account_event"], "user_id">]: never; }) | undefined;
|
|
16343
16263
|
ephemeral_message_send?: ({
|
|
16344
16264
|
message?: {
|
|
16345
16265
|
clan_id?: string | undefined;
|
|
@@ -16459,7 +16379,7 @@ export declare const Envelope: {
|
|
|
16459
16379
|
create_time?: Date | undefined;
|
|
16460
16380
|
s?: number | undefined;
|
|
16461
16381
|
e?: number | undefined;
|
|
16462
|
-
} & { [
|
|
16382
|
+
} & { [K_575 in Exclude<keyof I_1["ephemeral_message_send"]["message"]["mentions"][number], keyof MessageMention>]: never; })[] & { [K_576 in Exclude<keyof I_1["ephemeral_message_send"]["message"]["mentions"], keyof {
|
|
16463
16383
|
id?: string | undefined;
|
|
16464
16384
|
user_id?: string | undefined;
|
|
16465
16385
|
username?: string | undefined;
|
|
@@ -16493,7 +16413,7 @@ export declare const Envelope: {
|
|
|
16493
16413
|
width?: number | undefined;
|
|
16494
16414
|
height?: number | undefined;
|
|
16495
16415
|
thumbnail?: string | undefined;
|
|
16496
|
-
} & { [
|
|
16416
|
+
} & { [K_577 in Exclude<keyof I_1["ephemeral_message_send"]["message"]["attachments"][number], keyof MessageAttachment>]: never; })[] & { [K_578 in Exclude<keyof I_1["ephemeral_message_send"]["message"]["attachments"], keyof {
|
|
16497
16417
|
filename?: string | undefined;
|
|
16498
16418
|
size?: number | undefined;
|
|
16499
16419
|
url?: string | undefined;
|
|
@@ -16535,7 +16455,7 @@ export declare const Envelope: {
|
|
|
16535
16455
|
mesages_sender_avatar?: string | undefined;
|
|
16536
16456
|
message_sender_clan_nick?: string | undefined;
|
|
16537
16457
|
message_sender_display_name?: string | undefined;
|
|
16538
|
-
} & { [
|
|
16458
|
+
} & { [K_579 in Exclude<keyof I_1["ephemeral_message_send"]["message"]["references"][number], keyof MessageRef>]: never; })[] & { [K_580 in Exclude<keyof I_1["ephemeral_message_send"]["message"]["references"], keyof {
|
|
16539
16459
|
message_id?: string | undefined;
|
|
16540
16460
|
message_ref_id?: string | undefined;
|
|
16541
16461
|
content?: string | undefined;
|
|
@@ -16554,25 +16474,25 @@ export declare const Envelope: {
|
|
|
16554
16474
|
is_public?: boolean | undefined;
|
|
16555
16475
|
code?: number | undefined;
|
|
16556
16476
|
topic_id?: string | undefined;
|
|
16557
|
-
} & { [
|
|
16477
|
+
} & { [K_581 in Exclude<keyof I_1["ephemeral_message_send"]["message"], keyof ChannelMessageSend>]: never; }) | undefined;
|
|
16558
16478
|
receiver_id?: string | undefined;
|
|
16559
|
-
} & { [
|
|
16479
|
+
} & { [K_582 in Exclude<keyof I_1["ephemeral_message_send"], keyof EphemeralMessageSend>]: never; }) | undefined;
|
|
16560
16480
|
block_friend?: ({
|
|
16561
16481
|
user_id?: string | undefined;
|
|
16562
16482
|
} & {
|
|
16563
16483
|
user_id?: string | undefined;
|
|
16564
|
-
} & { [
|
|
16484
|
+
} & { [K_583 in Exclude<keyof I_1["block_friend"], "user_id">]: never; }) | undefined;
|
|
16565
16485
|
voice_reaction_send?: ({
|
|
16566
16486
|
emojis?: string[] | undefined;
|
|
16567
16487
|
channel_id?: string | undefined;
|
|
16568
16488
|
sender_id?: string | undefined;
|
|
16569
16489
|
media_type?: number | undefined;
|
|
16570
16490
|
} & {
|
|
16571
|
-
emojis?: (string[] & string[] & { [
|
|
16491
|
+
emojis?: (string[] & string[] & { [K_584 in Exclude<keyof I_1["voice_reaction_send"]["emojis"], keyof string[]>]: never; }) | undefined;
|
|
16572
16492
|
channel_id?: string | undefined;
|
|
16573
16493
|
sender_id?: string | undefined;
|
|
16574
16494
|
media_type?: number | undefined;
|
|
16575
|
-
} & { [
|
|
16495
|
+
} & { [K_585 in Exclude<keyof I_1["voice_reaction_send"], keyof VoiceReactionSend>]: never; }) | undefined;
|
|
16576
16496
|
mark_as_read?: ({
|
|
16577
16497
|
channel_id?: string | undefined;
|
|
16578
16498
|
category_id?: string | undefined;
|
|
@@ -16581,7 +16501,7 @@ export declare const Envelope: {
|
|
|
16581
16501
|
channel_id?: string | undefined;
|
|
16582
16502
|
category_id?: string | undefined;
|
|
16583
16503
|
clan_id?: string | undefined;
|
|
16584
|
-
} & { [
|
|
16504
|
+
} & { [K_586 in Exclude<keyof I_1["mark_as_read"], keyof MarkAsRead>]: never; }) | undefined;
|
|
16585
16505
|
list_data_socket?: ({
|
|
16586
16506
|
api_name?: string | undefined;
|
|
16587
16507
|
list_clan_req?: {
|
|
@@ -16842,6 +16762,7 @@ export declare const Envelope: {
|
|
|
16842
16762
|
clan_avatar?: string | undefined;
|
|
16843
16763
|
clan_id?: string | undefined;
|
|
16844
16764
|
added_by?: string | undefined;
|
|
16765
|
+
is_banned?: boolean | undefined;
|
|
16845
16766
|
}[] | undefined;
|
|
16846
16767
|
cursor?: string | undefined;
|
|
16847
16768
|
channel_id?: string | undefined;
|
|
@@ -17461,7 +17382,7 @@ export declare const Envelope: {
|
|
|
17461
17382
|
limit?: number | undefined;
|
|
17462
17383
|
state?: number | undefined;
|
|
17463
17384
|
cursor?: string | undefined;
|
|
17464
|
-
} & { [
|
|
17385
|
+
} & { [K_587 in Exclude<keyof I_1["list_data_socket"]["list_clan_req"], keyof ListClanDescRequest>]: never; }) | undefined;
|
|
17465
17386
|
clan_desc_list?: ({
|
|
17466
17387
|
clandesc?: {
|
|
17467
17388
|
creator_id?: string | undefined;
|
|
@@ -17541,7 +17462,7 @@ export declare const Envelope: {
|
|
|
17541
17462
|
short_url?: string | undefined;
|
|
17542
17463
|
prevent_anonymous?: boolean | undefined;
|
|
17543
17464
|
has_unread_message?: boolean | undefined;
|
|
17544
|
-
} & { [
|
|
17465
|
+
} & { [K_588 in Exclude<keyof I_1["list_data_socket"]["clan_desc_list"]["clandesc"][number], keyof import("../api/api").ClanDesc>]: never; })[] & { [K_589 in Exclude<keyof I_1["list_data_socket"]["clan_desc_list"]["clandesc"], keyof {
|
|
17545
17466
|
creator_id?: string | undefined;
|
|
17546
17467
|
clan_name?: string | undefined;
|
|
17547
17468
|
logo?: string | undefined;
|
|
@@ -17561,7 +17482,7 @@ export declare const Envelope: {
|
|
|
17561
17482
|
prevent_anonymous?: boolean | undefined;
|
|
17562
17483
|
has_unread_message?: boolean | undefined;
|
|
17563
17484
|
}[]>]: never; }) | undefined;
|
|
17564
|
-
} & { [
|
|
17485
|
+
} & { [K_590 in Exclude<keyof I_1["list_data_socket"]["clan_desc_list"], "clandesc">]: never; }) | undefined;
|
|
17565
17486
|
list_thread_req?: ({
|
|
17566
17487
|
limit?: number | undefined;
|
|
17567
17488
|
state?: number | undefined;
|
|
@@ -17576,7 +17497,7 @@ export declare const Envelope: {
|
|
|
17576
17497
|
channel_id?: string | undefined;
|
|
17577
17498
|
thread_id?: string | undefined;
|
|
17578
17499
|
page?: number | undefined;
|
|
17579
|
-
} & { [
|
|
17500
|
+
} & { [K_591 in Exclude<keyof I_1["list_data_socket"]["list_thread_req"], keyof ListThreadRequest>]: never; }) | undefined;
|
|
17580
17501
|
channel_desc_list?: ({
|
|
17581
17502
|
channeldesc?: {
|
|
17582
17503
|
clan_id?: string | undefined;
|
|
@@ -17750,8 +17671,8 @@ export declare const Envelope: {
|
|
|
17750
17671
|
creator_id?: string | undefined;
|
|
17751
17672
|
channel_label?: string | undefined;
|
|
17752
17673
|
channel_private?: number | undefined;
|
|
17753
|
-
avatars?: (string[] & string[] & { [
|
|
17754
|
-
user_ids?: (string[] & string[] & { [
|
|
17674
|
+
avatars?: (string[] & string[] & { [K_592 in Exclude<keyof I_1["list_data_socket"]["channel_desc_list"]["channeldesc"][number]["avatars"], keyof string[]>]: never; }) | undefined;
|
|
17675
|
+
user_ids?: (string[] & string[] & { [K_593 in Exclude<keyof I_1["list_data_socket"]["channel_desc_list"]["channeldesc"][number]["user_ids"], keyof string[]>]: never; }) | undefined;
|
|
17755
17676
|
last_sent_message?: ({
|
|
17756
17677
|
id?: string | undefined;
|
|
17757
17678
|
timestamp_seconds?: number | undefined;
|
|
@@ -17771,8 +17692,8 @@ export declare const Envelope: {
|
|
|
17771
17692
|
reference?: string | undefined;
|
|
17772
17693
|
mention?: string | undefined;
|
|
17773
17694
|
reaction?: string | undefined;
|
|
17774
|
-
repliers?: (string[] & string[] & { [
|
|
17775
|
-
} & { [
|
|
17695
|
+
repliers?: (string[] & string[] & { [K_594 in Exclude<keyof I_1["list_data_socket"]["channel_desc_list"]["channeldesc"][number]["last_sent_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
17696
|
+
} & { [K_595 in Exclude<keyof I_1["list_data_socket"]["channel_desc_list"]["channeldesc"][number]["last_sent_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
17776
17697
|
last_seen_message?: ({
|
|
17777
17698
|
id?: string | undefined;
|
|
17778
17699
|
timestamp_seconds?: number | undefined;
|
|
@@ -17792,18 +17713,18 @@ export declare const Envelope: {
|
|
|
17792
17713
|
reference?: string | undefined;
|
|
17793
17714
|
mention?: string | undefined;
|
|
17794
17715
|
reaction?: string | undefined;
|
|
17795
|
-
repliers?: (string[] & string[] & { [
|
|
17796
|
-
} & { [
|
|
17797
|
-
onlines?: (boolean[] & boolean[] & { [
|
|
17716
|
+
repliers?: (string[] & string[] & { [K_596 in Exclude<keyof I_1["list_data_socket"]["channel_desc_list"]["channeldesc"][number]["last_seen_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
17717
|
+
} & { [K_597 in Exclude<keyof I_1["list_data_socket"]["channel_desc_list"]["channeldesc"][number]["last_seen_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
17718
|
+
onlines?: (boolean[] & boolean[] & { [K_598 in Exclude<keyof I_1["list_data_socket"]["channel_desc_list"]["channeldesc"][number]["onlines"], keyof boolean[]>]: never; }) | undefined;
|
|
17798
17719
|
meeting_code?: string | undefined;
|
|
17799
17720
|
count_mess_unread?: number | undefined;
|
|
17800
17721
|
active?: number | undefined;
|
|
17801
17722
|
last_pin_message?: string | undefined;
|
|
17802
|
-
usernames?: (string[] & string[] & { [
|
|
17723
|
+
usernames?: (string[] & string[] & { [K_599 in Exclude<keyof I_1["list_data_socket"]["channel_desc_list"]["channeldesc"][number]["usernames"], keyof string[]>]: never; }) | undefined;
|
|
17803
17724
|
creator_name?: string | undefined;
|
|
17804
17725
|
create_time_seconds?: number | undefined;
|
|
17805
17726
|
update_time_seconds?: number | undefined;
|
|
17806
|
-
display_names?: (string[] & string[] & { [
|
|
17727
|
+
display_names?: (string[] & string[] & { [K_600 in Exclude<keyof I_1["list_data_socket"]["channel_desc_list"]["channeldesc"][number]["display_names"], keyof string[]>]: never; }) | undefined;
|
|
17807
17728
|
channel_avatar?: string | undefined;
|
|
17808
17729
|
clan_name?: string | undefined;
|
|
17809
17730
|
app_id?: string | undefined;
|
|
@@ -17812,7 +17733,7 @@ export declare const Envelope: {
|
|
|
17812
17733
|
topic?: string | undefined;
|
|
17813
17734
|
e2ee?: number | undefined;
|
|
17814
17735
|
member_count?: number | undefined;
|
|
17815
|
-
} & { [
|
|
17736
|
+
} & { [K_601 in Exclude<keyof I_1["list_data_socket"]["channel_desc_list"]["channeldesc"][number], keyof ChannelDescription1>]: never; })[] & { [K_602 in Exclude<keyof I_1["list_data_socket"]["channel_desc_list"]["channeldesc"], keyof {
|
|
17816
17737
|
clan_id?: string | undefined;
|
|
17817
17738
|
parent_id?: string | undefined;
|
|
17818
17739
|
channel_id?: string | undefined;
|
|
@@ -17869,14 +17790,14 @@ export declare const Envelope: {
|
|
|
17869
17790
|
prev_cursor?: string | undefined;
|
|
17870
17791
|
cacheable_cursor?: string | undefined;
|
|
17871
17792
|
page?: number | undefined;
|
|
17872
|
-
} & { [
|
|
17793
|
+
} & { [K_603 in Exclude<keyof I_1["list_data_socket"]["channel_desc_list"], keyof ChannelDescList>]: never; }) | undefined;
|
|
17873
17794
|
list_channel_users_uc_req?: ({
|
|
17874
17795
|
channel_id?: string | undefined;
|
|
17875
17796
|
limit?: number | undefined;
|
|
17876
17797
|
} & {
|
|
17877
17798
|
channel_id?: string | undefined;
|
|
17878
17799
|
limit?: number | undefined;
|
|
17879
|
-
} & { [
|
|
17800
|
+
} & { [K_604 in Exclude<keyof I_1["list_data_socket"]["list_channel_users_uc_req"], keyof AllUsersAddChannelRequest>]: never; }) | undefined;
|
|
17880
17801
|
channel_users_uc_list?: ({
|
|
17881
17802
|
channel_id?: string | undefined;
|
|
17882
17803
|
user_ids?: string[] | undefined;
|
|
@@ -17887,18 +17808,18 @@ export declare const Envelope: {
|
|
|
17887
17808
|
onlines?: boolean[] | undefined;
|
|
17888
17809
|
} & {
|
|
17889
17810
|
channel_id?: string | undefined;
|
|
17890
|
-
user_ids?: (string[] & string[] & { [
|
|
17811
|
+
user_ids?: (string[] & string[] & { [K_605 in Exclude<keyof I_1["list_data_socket"]["channel_users_uc_list"]["user_ids"], keyof string[]>]: never; }) | undefined;
|
|
17891
17812
|
limit?: number | undefined;
|
|
17892
|
-
usernames?: (string[] & string[] & { [
|
|
17893
|
-
display_names?: (string[] & string[] & { [
|
|
17894
|
-
avatars?: (string[] & string[] & { [
|
|
17895
|
-
onlines?: (boolean[] & boolean[] & { [
|
|
17896
|
-
} & { [
|
|
17813
|
+
usernames?: (string[] & string[] & { [K_606 in Exclude<keyof I_1["list_data_socket"]["channel_users_uc_list"]["usernames"], keyof string[]>]: never; }) | undefined;
|
|
17814
|
+
display_names?: (string[] & string[] & { [K_607 in Exclude<keyof I_1["list_data_socket"]["channel_users_uc_list"]["display_names"], keyof string[]>]: never; }) | undefined;
|
|
17815
|
+
avatars?: (string[] & string[] & { [K_608 in Exclude<keyof I_1["list_data_socket"]["channel_users_uc_list"]["avatars"], keyof string[]>]: never; }) | undefined;
|
|
17816
|
+
onlines?: (boolean[] & boolean[] & { [K_609 in Exclude<keyof I_1["list_data_socket"]["channel_users_uc_list"]["onlines"], keyof boolean[]>]: never; }) | undefined;
|
|
17817
|
+
} & { [K_610 in Exclude<keyof I_1["list_data_socket"]["channel_users_uc_list"], keyof AllUsersAddChannelResponse>]: never; }) | undefined;
|
|
17897
17818
|
list_channel_detail_req?: ({
|
|
17898
17819
|
channel_id?: string | undefined;
|
|
17899
17820
|
} & {
|
|
17900
17821
|
channel_id?: string | undefined;
|
|
17901
|
-
} & { [
|
|
17822
|
+
} & { [K_611 in Exclude<keyof I_1["list_data_socket"]["list_channel_detail_req"], "channel_id">]: never; }) | undefined;
|
|
17902
17823
|
channel_desc?: ({
|
|
17903
17824
|
clan_id?: string | undefined;
|
|
17904
17825
|
parent_id?: string | undefined;
|
|
@@ -17961,8 +17882,8 @@ export declare const Envelope: {
|
|
|
17961
17882
|
creator_id?: string | undefined;
|
|
17962
17883
|
channel_label?: string | undefined;
|
|
17963
17884
|
channel_private?: number | undefined;
|
|
17964
|
-
avatars?: (string[] & string[] & { [
|
|
17965
|
-
user_ids?: (string[] & string[] & { [
|
|
17885
|
+
avatars?: (string[] & string[] & { [K_612 in Exclude<keyof I_1["list_data_socket"]["channel_desc"]["avatars"], keyof string[]>]: never; }) | undefined;
|
|
17886
|
+
user_ids?: (string[] & string[] & { [K_613 in Exclude<keyof I_1["list_data_socket"]["channel_desc"]["user_ids"], keyof string[]>]: never; }) | undefined;
|
|
17966
17887
|
last_sent_message?: ({
|
|
17967
17888
|
id?: string | undefined;
|
|
17968
17889
|
timestamp_seconds?: number | undefined;
|
|
@@ -17982,8 +17903,8 @@ export declare const Envelope: {
|
|
|
17982
17903
|
reference?: string | undefined;
|
|
17983
17904
|
mention?: string | undefined;
|
|
17984
17905
|
reaction?: string | undefined;
|
|
17985
|
-
repliers?: (string[] & string[] & { [
|
|
17986
|
-
} & { [
|
|
17906
|
+
repliers?: (string[] & string[] & { [K_614 in Exclude<keyof I_1["list_data_socket"]["channel_desc"]["last_sent_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
17907
|
+
} & { [K_615 in Exclude<keyof I_1["list_data_socket"]["channel_desc"]["last_sent_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
17987
17908
|
last_seen_message?: ({
|
|
17988
17909
|
id?: string | undefined;
|
|
17989
17910
|
timestamp_seconds?: number | undefined;
|
|
@@ -18003,18 +17924,18 @@ export declare const Envelope: {
|
|
|
18003
17924
|
reference?: string | undefined;
|
|
18004
17925
|
mention?: string | undefined;
|
|
18005
17926
|
reaction?: string | undefined;
|
|
18006
|
-
repliers?: (string[] & string[] & { [
|
|
18007
|
-
} & { [
|
|
18008
|
-
onlines?: (boolean[] & boolean[] & { [
|
|
17927
|
+
repliers?: (string[] & string[] & { [K_616 in Exclude<keyof I_1["list_data_socket"]["channel_desc"]["last_seen_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
17928
|
+
} & { [K_617 in Exclude<keyof I_1["list_data_socket"]["channel_desc"]["last_seen_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
17929
|
+
onlines?: (boolean[] & boolean[] & { [K_618 in Exclude<keyof I_1["list_data_socket"]["channel_desc"]["onlines"], keyof boolean[]>]: never; }) | undefined;
|
|
18009
17930
|
meeting_code?: string | undefined;
|
|
18010
17931
|
count_mess_unread?: number | undefined;
|
|
18011
17932
|
active?: number | undefined;
|
|
18012
17933
|
last_pin_message?: string | undefined;
|
|
18013
|
-
usernames?: (string[] & string[] & { [
|
|
17934
|
+
usernames?: (string[] & string[] & { [K_619 in Exclude<keyof I_1["list_data_socket"]["channel_desc"]["usernames"], keyof string[]>]: never; }) | undefined;
|
|
18014
17935
|
creator_name?: string | undefined;
|
|
18015
17936
|
create_time_seconds?: number | undefined;
|
|
18016
17937
|
update_time_seconds?: number | undefined;
|
|
18017
|
-
display_names?: (string[] & string[] & { [
|
|
17938
|
+
display_names?: (string[] & string[] & { [K_620 in Exclude<keyof I_1["list_data_socket"]["channel_desc"]["display_names"], keyof string[]>]: never; }) | undefined;
|
|
18018
17939
|
channel_avatar?: string | undefined;
|
|
18019
17940
|
clan_name?: string | undefined;
|
|
18020
17941
|
app_id?: string | undefined;
|
|
@@ -18023,7 +17944,7 @@ export declare const Envelope: {
|
|
|
18023
17944
|
topic?: string | undefined;
|
|
18024
17945
|
e2ee?: number | undefined;
|
|
18025
17946
|
member_count?: number | undefined;
|
|
18026
|
-
} & { [
|
|
17947
|
+
} & { [K_621 in Exclude<keyof I_1["list_data_socket"]["channel_desc"], keyof ChannelDescription1>]: never; }) | undefined;
|
|
18027
17948
|
list_channel_req?: ({
|
|
18028
17949
|
limit?: number | undefined;
|
|
18029
17950
|
state?: number | undefined;
|
|
@@ -18038,7 +17959,7 @@ export declare const Envelope: {
|
|
|
18038
17959
|
clan_id?: string | undefined;
|
|
18039
17960
|
channel_type?: number | undefined;
|
|
18040
17961
|
is_mobile?: boolean | undefined;
|
|
18041
|
-
} & { [
|
|
17962
|
+
} & { [K_622 in Exclude<keyof I_1["list_data_socket"]["list_channel_req"], keyof ListChannelDescsRequest>]: never; }) | undefined;
|
|
18042
17963
|
list_channel_message_req?: ({
|
|
18043
17964
|
clan_id?: string | undefined;
|
|
18044
17965
|
channel_id?: string | undefined;
|
|
@@ -18053,7 +17974,7 @@ export declare const Envelope: {
|
|
|
18053
17974
|
limit?: number | undefined;
|
|
18054
17975
|
direction?: number | undefined;
|
|
18055
17976
|
topic_id?: string | undefined;
|
|
18056
|
-
} & { [
|
|
17977
|
+
} & { [K_623 in Exclude<keyof I_1["list_data_socket"]["list_channel_message_req"], keyof ListChannelMessagesRequest>]: never; }) | undefined;
|
|
18057
17978
|
channel_message_list?: ({
|
|
18058
17979
|
messages?: {
|
|
18059
17980
|
clan_id?: string | undefined;
|
|
@@ -18191,7 +18112,7 @@ export declare const Envelope: {
|
|
|
18191
18112
|
hide_editted?: boolean | undefined;
|
|
18192
18113
|
is_public?: boolean | undefined;
|
|
18193
18114
|
topic_id?: string | undefined;
|
|
18194
|
-
} & { [
|
|
18115
|
+
} & { [K_624 in Exclude<keyof I_1["list_data_socket"]["channel_message_list"]["messages"][number], keyof ChannelMessage>]: never; })[] & { [K_625 in Exclude<keyof I_1["list_data_socket"]["channel_message_list"]["messages"], keyof {
|
|
18195
18116
|
clan_id?: string | undefined;
|
|
18196
18117
|
channel_id?: string | undefined;
|
|
18197
18118
|
message_id?: string | undefined;
|
|
@@ -18239,8 +18160,8 @@ export declare const Envelope: {
|
|
|
18239
18160
|
reference?: string | undefined;
|
|
18240
18161
|
mention?: string | undefined;
|
|
18241
18162
|
reaction?: string | undefined;
|
|
18242
|
-
repliers?: (string[] & string[] & { [
|
|
18243
|
-
} & { [
|
|
18163
|
+
repliers?: (string[] & string[] & { [K_626 in Exclude<keyof I_1["list_data_socket"]["channel_message_list"]["last_seen_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
18164
|
+
} & { [K_627 in Exclude<keyof I_1["list_data_socket"]["channel_message_list"]["last_seen_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
18244
18165
|
last_sent_message?: ({
|
|
18245
18166
|
id?: string | undefined;
|
|
18246
18167
|
timestamp_seconds?: number | undefined;
|
|
@@ -18260,9 +18181,9 @@ export declare const Envelope: {
|
|
|
18260
18181
|
reference?: string | undefined;
|
|
18261
18182
|
mention?: string | undefined;
|
|
18262
18183
|
reaction?: string | undefined;
|
|
18263
|
-
repliers?: (string[] & string[] & { [
|
|
18264
|
-
} & { [
|
|
18265
|
-
} & { [
|
|
18184
|
+
repliers?: (string[] & string[] & { [K_628 in Exclude<keyof I_1["list_data_socket"]["channel_message_list"]["last_sent_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
18185
|
+
} & { [K_629 in Exclude<keyof I_1["list_data_socket"]["channel_message_list"]["last_sent_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
18186
|
+
} & { [K_630 in Exclude<keyof I_1["list_data_socket"]["channel_message_list"], keyof ChannelMessageList>]: never; }) | undefined;
|
|
18266
18187
|
list_channel_users_req?: ({
|
|
18267
18188
|
clan_id?: string | undefined;
|
|
18268
18189
|
channel_id?: string | undefined;
|
|
@@ -18277,7 +18198,7 @@ export declare const Envelope: {
|
|
|
18277
18198
|
limit?: number | undefined;
|
|
18278
18199
|
state?: number | undefined;
|
|
18279
18200
|
cursor?: string | undefined;
|
|
18280
|
-
} & { [
|
|
18201
|
+
} & { [K_631 in Exclude<keyof I_1["list_data_socket"]["list_channel_users_req"], keyof ListChannelUsersRequest>]: never; }) | undefined;
|
|
18281
18202
|
voice_user_list?: ({
|
|
18282
18203
|
voice_channel_users?: {
|
|
18283
18204
|
id?: string | undefined;
|
|
@@ -18301,13 +18222,13 @@ export declare const Envelope: {
|
|
|
18301
18222
|
user_id?: string | undefined;
|
|
18302
18223
|
channel_id?: string | undefined;
|
|
18303
18224
|
participant?: string | undefined;
|
|
18304
|
-
} & { [
|
|
18225
|
+
} & { [K_632 in Exclude<keyof I_1["list_data_socket"]["voice_user_list"]["voice_channel_users"][number], keyof import("../api/api").VoiceChannelUser>]: never; })[] & { [K_633 in Exclude<keyof I_1["list_data_socket"]["voice_user_list"]["voice_channel_users"], keyof {
|
|
18305
18226
|
id?: string | undefined;
|
|
18306
18227
|
user_id?: string | undefined;
|
|
18307
18228
|
channel_id?: string | undefined;
|
|
18308
18229
|
participant?: string | undefined;
|
|
18309
18230
|
}[]>]: never; }) | undefined;
|
|
18310
|
-
} & { [
|
|
18231
|
+
} & { [K_634 in Exclude<keyof I_1["list_data_socket"]["voice_user_list"], "voice_channel_users">]: never; }) | undefined;
|
|
18311
18232
|
channel_user_list?: ({
|
|
18312
18233
|
channel_users?: {
|
|
18313
18234
|
user_id?: string | undefined;
|
|
@@ -18318,6 +18239,7 @@ export declare const Envelope: {
|
|
|
18318
18239
|
clan_avatar?: string | undefined;
|
|
18319
18240
|
clan_id?: string | undefined;
|
|
18320
18241
|
added_by?: string | undefined;
|
|
18242
|
+
is_banned?: boolean | undefined;
|
|
18321
18243
|
}[] | undefined;
|
|
18322
18244
|
cursor?: string | undefined;
|
|
18323
18245
|
channel_id?: string | undefined;
|
|
@@ -18331,6 +18253,7 @@ export declare const Envelope: {
|
|
|
18331
18253
|
clan_avatar?: string | undefined;
|
|
18332
18254
|
clan_id?: string | undefined;
|
|
18333
18255
|
added_by?: string | undefined;
|
|
18256
|
+
is_banned?: boolean | undefined;
|
|
18334
18257
|
}[] & ({
|
|
18335
18258
|
user_id?: string | undefined;
|
|
18336
18259
|
role_id?: string[] | undefined;
|
|
@@ -18340,16 +18263,18 @@ export declare const Envelope: {
|
|
|
18340
18263
|
clan_avatar?: string | undefined;
|
|
18341
18264
|
clan_id?: string | undefined;
|
|
18342
18265
|
added_by?: string | undefined;
|
|
18266
|
+
is_banned?: boolean | undefined;
|
|
18343
18267
|
} & {
|
|
18344
18268
|
user_id?: string | undefined;
|
|
18345
|
-
role_id?: (string[] & string[] & { [
|
|
18269
|
+
role_id?: (string[] & string[] & { [K_635 in Exclude<keyof I_1["list_data_socket"]["channel_user_list"]["channel_users"][number]["role_id"], keyof string[]>]: never; }) | undefined;
|
|
18346
18270
|
id?: string | undefined;
|
|
18347
18271
|
thread_id?: string | undefined;
|
|
18348
18272
|
clan_nick?: string | undefined;
|
|
18349
18273
|
clan_avatar?: string | undefined;
|
|
18350
18274
|
clan_id?: string | undefined;
|
|
18351
18275
|
added_by?: string | undefined;
|
|
18352
|
-
|
|
18276
|
+
is_banned?: boolean | undefined;
|
|
18277
|
+
} & { [K_636 in Exclude<keyof I_1["list_data_socket"]["channel_user_list"]["channel_users"][number], keyof import("../api/api").ChannelUserList_ChannelUser>]: never; })[] & { [K_637 in Exclude<keyof I_1["list_data_socket"]["channel_user_list"]["channel_users"], keyof {
|
|
18353
18278
|
user_id?: string | undefined;
|
|
18354
18279
|
role_id?: string[] | undefined;
|
|
18355
18280
|
id?: string | undefined;
|
|
@@ -18358,10 +18283,11 @@ export declare const Envelope: {
|
|
|
18358
18283
|
clan_avatar?: string | undefined;
|
|
18359
18284
|
clan_id?: string | undefined;
|
|
18360
18285
|
added_by?: string | undefined;
|
|
18286
|
+
is_banned?: boolean | undefined;
|
|
18361
18287
|
}[]>]: never; }) | undefined;
|
|
18362
18288
|
cursor?: string | undefined;
|
|
18363
18289
|
channel_id?: string | undefined;
|
|
18364
|
-
} & { [
|
|
18290
|
+
} & { [K_638 in Exclude<keyof I_1["list_data_socket"]["channel_user_list"], keyof ChannelUserList>]: never; }) | undefined;
|
|
18365
18291
|
list_channel_attachment_req?: ({
|
|
18366
18292
|
clan_id?: string | undefined;
|
|
18367
18293
|
channel_id?: string | undefined;
|
|
@@ -18380,7 +18306,7 @@ export declare const Envelope: {
|
|
|
18380
18306
|
before?: number | undefined;
|
|
18381
18307
|
after?: number | undefined;
|
|
18382
18308
|
around?: number | undefined;
|
|
18383
|
-
} & { [
|
|
18309
|
+
} & { [K_639 in Exclude<keyof I_1["list_data_socket"]["list_channel_attachment_req"], keyof ListChannelAttachmentRequest>]: never; }) | undefined;
|
|
18384
18310
|
channel_attachment_list?: ({
|
|
18385
18311
|
attachments?: {
|
|
18386
18312
|
id?: string | undefined;
|
|
@@ -18428,7 +18354,7 @@ export declare const Envelope: {
|
|
|
18428
18354
|
message_id?: string | undefined;
|
|
18429
18355
|
width?: number | undefined;
|
|
18430
18356
|
height?: number | undefined;
|
|
18431
|
-
} & { [
|
|
18357
|
+
} & { [K_640 in Exclude<keyof I_1["list_data_socket"]["channel_attachment_list"]["attachments"][number], keyof import("../api/api").ChannelAttachment>]: never; })[] & { [K_641 in Exclude<keyof I_1["list_data_socket"]["channel_attachment_list"]["attachments"], keyof {
|
|
18432
18358
|
id?: string | undefined;
|
|
18433
18359
|
filename?: string | undefined;
|
|
18434
18360
|
filetype?: string | undefined;
|
|
@@ -18440,14 +18366,14 @@ export declare const Envelope: {
|
|
|
18440
18366
|
width?: number | undefined;
|
|
18441
18367
|
height?: number | undefined;
|
|
18442
18368
|
}[]>]: never; }) | undefined;
|
|
18443
|
-
} & { [
|
|
18369
|
+
} & { [K_642 in Exclude<keyof I_1["list_data_socket"]["channel_attachment_list"], "attachments">]: never; }) | undefined;
|
|
18444
18370
|
hashtag_dm_req?: ({
|
|
18445
18371
|
user_id?: string[] | undefined;
|
|
18446
18372
|
limit?: number | undefined;
|
|
18447
18373
|
} & {
|
|
18448
|
-
user_id?: (string[] & string[] & { [
|
|
18374
|
+
user_id?: (string[] & string[] & { [K_643 in Exclude<keyof I_1["list_data_socket"]["hashtag_dm_req"]["user_id"], keyof string[]>]: never; }) | undefined;
|
|
18449
18375
|
limit?: number | undefined;
|
|
18450
|
-
} & { [
|
|
18376
|
+
} & { [K_644 in Exclude<keyof I_1["list_data_socket"]["hashtag_dm_req"], keyof HashtagDmListRequest>]: never; }) | undefined;
|
|
18451
18377
|
hashtag_dm_list?: ({
|
|
18452
18378
|
hashtag_dm?: {
|
|
18453
18379
|
channel_id?: string | undefined;
|
|
@@ -18487,7 +18413,7 @@ export declare const Envelope: {
|
|
|
18487
18413
|
type?: number | undefined;
|
|
18488
18414
|
channel_private?: number | undefined;
|
|
18489
18415
|
parent_id?: string | undefined;
|
|
18490
|
-
} & { [
|
|
18416
|
+
} & { [K_645 in Exclude<keyof I_1["list_data_socket"]["hashtag_dm_list"]["hashtag_dm"][number], keyof import("../api/api").HashtagDm>]: never; })[] & { [K_646 in Exclude<keyof I_1["list_data_socket"]["hashtag_dm_list"]["hashtag_dm"], keyof {
|
|
18491
18417
|
channel_id?: string | undefined;
|
|
18492
18418
|
channel_label?: string | undefined;
|
|
18493
18419
|
clan_id?: string | undefined;
|
|
@@ -18497,7 +18423,7 @@ export declare const Envelope: {
|
|
|
18497
18423
|
channel_private?: number | undefined;
|
|
18498
18424
|
parent_id?: string | undefined;
|
|
18499
18425
|
}[]>]: never; }) | undefined;
|
|
18500
|
-
} & { [
|
|
18426
|
+
} & { [K_647 in Exclude<keyof I_1["list_data_socket"]["hashtag_dm_list"], "hashtag_dm">]: never; }) | undefined;
|
|
18501
18427
|
channel_setting_req?: ({
|
|
18502
18428
|
clan_id?: string | undefined;
|
|
18503
18429
|
parent_id?: string | undefined;
|
|
@@ -18520,7 +18446,7 @@ export declare const Envelope: {
|
|
|
18520
18446
|
limit?: number | undefined;
|
|
18521
18447
|
page?: number | undefined;
|
|
18522
18448
|
channel_label?: string | undefined;
|
|
18523
|
-
} & { [
|
|
18449
|
+
} & { [K_648 in Exclude<keyof I_1["list_data_socket"]["channel_setting_req"], keyof ChannelSettingListRequest>]: never; }) | undefined;
|
|
18524
18450
|
channel_setting_list?: ({
|
|
18525
18451
|
clan_id?: string | undefined;
|
|
18526
18452
|
channel_count?: number | undefined;
|
|
@@ -18609,7 +18535,7 @@ export declare const Envelope: {
|
|
|
18609
18535
|
channel_private?: number | undefined;
|
|
18610
18536
|
channel_type?: number | undefined;
|
|
18611
18537
|
active?: number | undefined;
|
|
18612
|
-
user_ids?: (string[] & string[] & { [
|
|
18538
|
+
user_ids?: (string[] & string[] & { [K_649 in Exclude<keyof I_1["list_data_socket"]["channel_setting_list"]["channel_setting_list"][number]["user_ids"], keyof string[]>]: never; }) | undefined;
|
|
18613
18539
|
message_count?: number | undefined;
|
|
18614
18540
|
last_sent_message?: ({
|
|
18615
18541
|
id?: string | undefined;
|
|
@@ -18630,9 +18556,9 @@ export declare const Envelope: {
|
|
|
18630
18556
|
reference?: string | undefined;
|
|
18631
18557
|
mention?: string | undefined;
|
|
18632
18558
|
reaction?: string | undefined;
|
|
18633
|
-
repliers?: (string[] & string[] & { [
|
|
18634
|
-
} & { [
|
|
18635
|
-
} & { [
|
|
18559
|
+
repliers?: (string[] & string[] & { [K_650 in Exclude<keyof I_1["list_data_socket"]["channel_setting_list"]["channel_setting_list"][number]["last_sent_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
18560
|
+
} & { [K_651 in Exclude<keyof I_1["list_data_socket"]["channel_setting_list"]["channel_setting_list"][number]["last_sent_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
18561
|
+
} & { [K_652 in Exclude<keyof I_1["list_data_socket"]["channel_setting_list"]["channel_setting_list"][number], keyof import("../api/api").ChannelSettingItem>]: never; })[] & { [K_653 in Exclude<keyof I_1["list_data_socket"]["channel_setting_list"]["channel_setting_list"], keyof {
|
|
18636
18562
|
id?: string | undefined;
|
|
18637
18563
|
creator_id?: string | undefined;
|
|
18638
18564
|
parent_id?: string | undefined;
|
|
@@ -18656,17 +18582,17 @@ export declare const Envelope: {
|
|
|
18656
18582
|
repliers?: string[] | undefined;
|
|
18657
18583
|
} | undefined;
|
|
18658
18584
|
}[]>]: never; }) | undefined;
|
|
18659
|
-
} & { [
|
|
18585
|
+
} & { [K_654 in Exclude<keyof I_1["list_data_socket"]["channel_setting_list"], keyof ChannelSettingListResponse>]: never; }) | undefined;
|
|
18660
18586
|
favorite_channel_req?: ({
|
|
18661
18587
|
clan_id?: string | undefined;
|
|
18662
18588
|
} & {
|
|
18663
18589
|
clan_id?: string | undefined;
|
|
18664
|
-
} & { [
|
|
18590
|
+
} & { [K_655 in Exclude<keyof I_1["list_data_socket"]["favorite_channel_req"], "clan_id">]: never; }) | undefined;
|
|
18665
18591
|
favorite_channel_list?: ({
|
|
18666
18592
|
channel_ids?: string[] | undefined;
|
|
18667
18593
|
} & {
|
|
18668
|
-
channel_ids?: (string[] & string[] & { [
|
|
18669
|
-
} & { [
|
|
18594
|
+
channel_ids?: (string[] & string[] & { [K_656 in Exclude<keyof I_1["list_data_socket"]["favorite_channel_list"]["channel_ids"], keyof string[]>]: never; }) | undefined;
|
|
18595
|
+
} & { [K_657 in Exclude<keyof I_1["list_data_socket"]["favorite_channel_list"], "channel_ids">]: never; }) | undefined;
|
|
18670
18596
|
search_thread_req?: ({
|
|
18671
18597
|
clan_id?: string | undefined;
|
|
18672
18598
|
channel_id?: string | undefined;
|
|
@@ -18675,12 +18601,12 @@ export declare const Envelope: {
|
|
|
18675
18601
|
clan_id?: string | undefined;
|
|
18676
18602
|
channel_id?: string | undefined;
|
|
18677
18603
|
label?: string | undefined;
|
|
18678
|
-
} & { [
|
|
18604
|
+
} & { [K_658 in Exclude<keyof I_1["list_data_socket"]["search_thread_req"], keyof SearchThreadRequest>]: never; }) | undefined;
|
|
18679
18605
|
notification_channel?: ({
|
|
18680
18606
|
channel_id?: string | undefined;
|
|
18681
18607
|
} & {
|
|
18682
18608
|
channel_id?: string | undefined;
|
|
18683
|
-
} & { [
|
|
18609
|
+
} & { [K_659 in Exclude<keyof I_1["list_data_socket"]["notification_channel"], "channel_id">]: never; }) | undefined;
|
|
18684
18610
|
notificaion_user_channel?: ({
|
|
18685
18611
|
id?: string | undefined;
|
|
18686
18612
|
notification_setting_type?: number | undefined;
|
|
@@ -18693,24 +18619,24 @@ export declare const Envelope: {
|
|
|
18693
18619
|
time_mute?: Date | undefined;
|
|
18694
18620
|
active?: number | undefined;
|
|
18695
18621
|
channel_id?: string | undefined;
|
|
18696
|
-
} & { [
|
|
18622
|
+
} & { [K_660 in Exclude<keyof I_1["list_data_socket"]["notificaion_user_channel"], keyof NotificationUserChannel>]: never; }) | undefined;
|
|
18697
18623
|
notification_category?: ({
|
|
18698
18624
|
category_id?: string | undefined;
|
|
18699
18625
|
} & {
|
|
18700
18626
|
category_id?: string | undefined;
|
|
18701
|
-
} & { [
|
|
18627
|
+
} & { [K_661 in Exclude<keyof I_1["list_data_socket"]["notification_category"], "category_id">]: never; }) | undefined;
|
|
18702
18628
|
notification_clan?: ({
|
|
18703
18629
|
clan_id?: string | undefined;
|
|
18704
18630
|
} & {
|
|
18705
18631
|
clan_id?: string | undefined;
|
|
18706
|
-
} & { [
|
|
18632
|
+
} & { [K_662 in Exclude<keyof I_1["list_data_socket"]["notification_clan"], "clan_id">]: never; }) | undefined;
|
|
18707
18633
|
notification_setting?: ({
|
|
18708
18634
|
id?: string | undefined;
|
|
18709
18635
|
notification_setting_type?: number | undefined;
|
|
18710
18636
|
} & {
|
|
18711
18637
|
id?: string | undefined;
|
|
18712
18638
|
notification_setting_type?: number | undefined;
|
|
18713
|
-
} & { [
|
|
18639
|
+
} & { [K_663 in Exclude<keyof I_1["list_data_socket"]["notification_setting"], keyof NotificationSetting>]: never; }) | undefined;
|
|
18714
18640
|
notification_message?: ({
|
|
18715
18641
|
id?: string | undefined;
|
|
18716
18642
|
user_id?: string | undefined;
|
|
@@ -18719,7 +18645,7 @@ export declare const Envelope: {
|
|
|
18719
18645
|
id?: string | undefined;
|
|
18720
18646
|
user_id?: string | undefined;
|
|
18721
18647
|
channel_id?: string | undefined;
|
|
18722
|
-
} & { [
|
|
18648
|
+
} & { [K_664 in Exclude<keyof I_1["list_data_socket"]["notification_message"], keyof NotifiReactMessage>]: never; }) | undefined;
|
|
18723
18649
|
noti_channel_cat_setting_list?: ({
|
|
18724
18650
|
notification_channel_category_settings_list?: {
|
|
18725
18651
|
id?: string | undefined;
|
|
@@ -18747,14 +18673,14 @@ export declare const Envelope: {
|
|
|
18747
18673
|
notification_setting_type?: number | undefined;
|
|
18748
18674
|
channel_category_title?: string | undefined;
|
|
18749
18675
|
action?: number | undefined;
|
|
18750
|
-
} & { [
|
|
18676
|
+
} & { [K_665 in Exclude<keyof I_1["list_data_socket"]["noti_channel_cat_setting_list"]["notification_channel_category_settings_list"][number], keyof import("../api/api").NotificationChannelCategorySetting>]: never; })[] & { [K_666 in Exclude<keyof I_1["list_data_socket"]["noti_channel_cat_setting_list"]["notification_channel_category_settings_list"], keyof {
|
|
18751
18677
|
id?: string | undefined;
|
|
18752
18678
|
channel_category_label?: string | undefined;
|
|
18753
18679
|
notification_setting_type?: number | undefined;
|
|
18754
18680
|
channel_category_title?: string | undefined;
|
|
18755
18681
|
action?: number | undefined;
|
|
18756
18682
|
}[]>]: never; }) | undefined;
|
|
18757
|
-
} & { [
|
|
18683
|
+
} & { [K_667 in Exclude<keyof I_1["list_data_socket"]["noti_channel_cat_setting_list"], "notification_channel_category_settings_list">]: never; }) | undefined;
|
|
18758
18684
|
list_notification_req?: ({
|
|
18759
18685
|
limit?: number | undefined;
|
|
18760
18686
|
clan_id?: string | undefined;
|
|
@@ -18767,7 +18693,7 @@ export declare const Envelope: {
|
|
|
18767
18693
|
notification_id?: string | undefined;
|
|
18768
18694
|
category?: number | undefined;
|
|
18769
18695
|
direction?: number | undefined;
|
|
18770
|
-
} & { [
|
|
18696
|
+
} & { [K_668 in Exclude<keyof I_1["list_data_socket"]["list_notification_req"], keyof ListNotificationsRequest>]: never; }) | undefined;
|
|
18771
18697
|
notification_list?: ({
|
|
18772
18698
|
notifications?: {
|
|
18773
18699
|
id?: string | undefined;
|
|
@@ -19047,8 +18973,8 @@ export declare const Envelope: {
|
|
|
19047
18973
|
creator_id?: string | undefined;
|
|
19048
18974
|
channel_label?: string | undefined;
|
|
19049
18975
|
channel_private?: number | undefined;
|
|
19050
|
-
avatars?: (string[] & string[] & { [
|
|
19051
|
-
user_ids?: (string[] & string[] & { [
|
|
18976
|
+
avatars?: (string[] & string[] & { [K_669 in Exclude<keyof I_1["list_data_socket"]["notification_list"]["notifications"][number]["channel"]["avatars"], keyof string[]>]: never; }) | undefined;
|
|
18977
|
+
user_ids?: (string[] & string[] & { [K_670 in Exclude<keyof I_1["list_data_socket"]["notification_list"]["notifications"][number]["channel"]["user_ids"], keyof string[]>]: never; }) | undefined;
|
|
19052
18978
|
last_sent_message?: ({
|
|
19053
18979
|
id?: string | undefined;
|
|
19054
18980
|
timestamp_seconds?: number | undefined;
|
|
@@ -19068,8 +18994,8 @@ export declare const Envelope: {
|
|
|
19068
18994
|
reference?: string | undefined;
|
|
19069
18995
|
mention?: string | undefined;
|
|
19070
18996
|
reaction?: string | undefined;
|
|
19071
|
-
repliers?: (string[] & string[] & { [
|
|
19072
|
-
} & { [
|
|
18997
|
+
repliers?: (string[] & string[] & { [K_671 in Exclude<keyof I_1["list_data_socket"]["notification_list"]["notifications"][number]["channel"]["last_sent_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
18998
|
+
} & { [K_672 in Exclude<keyof I_1["list_data_socket"]["notification_list"]["notifications"][number]["channel"]["last_sent_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
19073
18999
|
last_seen_message?: ({
|
|
19074
19000
|
id?: string | undefined;
|
|
19075
19001
|
timestamp_seconds?: number | undefined;
|
|
@@ -19089,18 +19015,18 @@ export declare const Envelope: {
|
|
|
19089
19015
|
reference?: string | undefined;
|
|
19090
19016
|
mention?: string | undefined;
|
|
19091
19017
|
reaction?: string | undefined;
|
|
19092
|
-
repliers?: (string[] & string[] & { [
|
|
19093
|
-
} & { [
|
|
19094
|
-
onlines?: (boolean[] & boolean[] & { [
|
|
19018
|
+
repliers?: (string[] & string[] & { [K_673 in Exclude<keyof I_1["list_data_socket"]["notification_list"]["notifications"][number]["channel"]["last_seen_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
19019
|
+
} & { [K_674 in Exclude<keyof I_1["list_data_socket"]["notification_list"]["notifications"][number]["channel"]["last_seen_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
19020
|
+
onlines?: (boolean[] & boolean[] & { [K_675 in Exclude<keyof I_1["list_data_socket"]["notification_list"]["notifications"][number]["channel"]["onlines"], keyof boolean[]>]: never; }) | undefined;
|
|
19095
19021
|
meeting_code?: string | undefined;
|
|
19096
19022
|
count_mess_unread?: number | undefined;
|
|
19097
19023
|
active?: number | undefined;
|
|
19098
19024
|
last_pin_message?: string | undefined;
|
|
19099
|
-
usernames?: (string[] & string[] & { [
|
|
19025
|
+
usernames?: (string[] & string[] & { [K_676 in Exclude<keyof I_1["list_data_socket"]["notification_list"]["notifications"][number]["channel"]["usernames"], keyof string[]>]: never; }) | undefined;
|
|
19100
19026
|
creator_name?: string | undefined;
|
|
19101
19027
|
create_time_seconds?: number | undefined;
|
|
19102
19028
|
update_time_seconds?: number | undefined;
|
|
19103
|
-
display_names?: (string[] & string[] & { [
|
|
19029
|
+
display_names?: (string[] & string[] & { [K_677 in Exclude<keyof I_1["list_data_socket"]["notification_list"]["notifications"][number]["channel"]["display_names"], keyof string[]>]: never; }) | undefined;
|
|
19104
19030
|
channel_avatar?: string | undefined;
|
|
19105
19031
|
clan_name?: string | undefined;
|
|
19106
19032
|
app_id?: string | undefined;
|
|
@@ -19109,10 +19035,10 @@ export declare const Envelope: {
|
|
|
19109
19035
|
topic?: string | undefined;
|
|
19110
19036
|
e2ee?: number | undefined;
|
|
19111
19037
|
member_count?: number | undefined;
|
|
19112
|
-
} & { [
|
|
19038
|
+
} & { [K_678 in Exclude<keyof I_1["list_data_socket"]["notification_list"]["notifications"][number]["channel"], keyof ChannelDescription1>]: never; }) | undefined;
|
|
19113
19039
|
topic_id?: string | undefined;
|
|
19114
19040
|
category?: number | undefined;
|
|
19115
|
-
} & { [
|
|
19041
|
+
} & { [K_679 in Exclude<keyof I_1["list_data_socket"]["notification_list"]["notifications"][number], keyof Notification>]: never; })[] & { [K_680 in Exclude<keyof I_1["list_data_socket"]["notification_list"]["notifications"], keyof {
|
|
19116
19042
|
id?: string | undefined;
|
|
19117
19043
|
subject?: string | undefined;
|
|
19118
19044
|
content?: string | undefined;
|
|
@@ -19181,7 +19107,7 @@ export declare const Envelope: {
|
|
|
19181
19107
|
category?: number | undefined;
|
|
19182
19108
|
}[]>]: never; }) | undefined;
|
|
19183
19109
|
cacheable_cursor?: string | undefined;
|
|
19184
|
-
} & { [
|
|
19110
|
+
} & { [K_681 in Exclude<keyof I_1["list_data_socket"]["notification_list"], keyof NotificationList>]: never; }) | undefined;
|
|
19185
19111
|
sticker_list?: ({
|
|
19186
19112
|
stickers?: {
|
|
19187
19113
|
id?: string | undefined;
|
|
@@ -19233,7 +19159,7 @@ export declare const Envelope: {
|
|
|
19233
19159
|
clan_name?: string | undefined;
|
|
19234
19160
|
media_type?: number | undefined;
|
|
19235
19161
|
is_for_sale?: boolean | undefined;
|
|
19236
|
-
} & { [
|
|
19162
|
+
} & { [K_682 in Exclude<keyof I_1["list_data_socket"]["sticker_list"]["stickers"][number], keyof import("../api/api").ClanSticker>]: never; })[] & { [K_683 in Exclude<keyof I_1["list_data_socket"]["sticker_list"]["stickers"], keyof {
|
|
19237
19163
|
id?: string | undefined;
|
|
19238
19164
|
source?: string | undefined;
|
|
19239
19165
|
shortname?: string | undefined;
|
|
@@ -19246,7 +19172,7 @@ export declare const Envelope: {
|
|
|
19246
19172
|
media_type?: number | undefined;
|
|
19247
19173
|
is_for_sale?: boolean | undefined;
|
|
19248
19174
|
}[]>]: never; }) | undefined;
|
|
19249
|
-
} & { [
|
|
19175
|
+
} & { [K_684 in Exclude<keyof I_1["list_data_socket"]["sticker_list"], "stickers">]: never; }) | undefined;
|
|
19250
19176
|
emoji_recent_list?: ({
|
|
19251
19177
|
emoji_recents?: {
|
|
19252
19178
|
emoji_recents_id?: string | undefined;
|
|
@@ -19266,17 +19192,17 @@ export declare const Envelope: {
|
|
|
19266
19192
|
emoji_recents_id?: string | undefined;
|
|
19267
19193
|
emoji_id?: string | undefined;
|
|
19268
19194
|
update_time?: Date | undefined;
|
|
19269
|
-
} & { [
|
|
19195
|
+
} & { [K_685 in Exclude<keyof I_1["list_data_socket"]["emoji_recent_list"]["emoji_recents"][number], keyof import("../api/api").EmojiRecent>]: never; })[] & { [K_686 in Exclude<keyof I_1["list_data_socket"]["emoji_recent_list"]["emoji_recents"], keyof {
|
|
19270
19196
|
emoji_recents_id?: string | undefined;
|
|
19271
19197
|
emoji_id?: string | undefined;
|
|
19272
19198
|
update_time?: Date | undefined;
|
|
19273
19199
|
}[]>]: never; }) | undefined;
|
|
19274
|
-
} & { [
|
|
19200
|
+
} & { [K_687 in Exclude<keyof I_1["list_data_socket"]["emoji_recent_list"], "emoji_recents">]: never; }) | undefined;
|
|
19275
19201
|
clan_webhook_req?: ({
|
|
19276
19202
|
clan_id?: string | undefined;
|
|
19277
19203
|
} & {
|
|
19278
19204
|
clan_id?: string | undefined;
|
|
19279
|
-
} & { [
|
|
19205
|
+
} & { [K_688 in Exclude<keyof I_1["list_data_socket"]["clan_webhook_req"], "clan_id">]: never; }) | undefined;
|
|
19280
19206
|
clan_webhook_list?: ({
|
|
19281
19207
|
list_clan_webhooks?: {
|
|
19282
19208
|
id?: string | undefined;
|
|
@@ -19320,7 +19246,7 @@ export declare const Envelope: {
|
|
|
19320
19246
|
avatar?: string | undefined;
|
|
19321
19247
|
create_time?: string | undefined;
|
|
19322
19248
|
update_time?: string | undefined;
|
|
19323
|
-
} & { [
|
|
19249
|
+
} & { [K_689 in Exclude<keyof I_1["list_data_socket"]["clan_webhook_list"]["list_clan_webhooks"][number], keyof import("../api/api").ClanWebhook>]: never; })[] & { [K_690 in Exclude<keyof I_1["list_data_socket"]["clan_webhook_list"]["list_clan_webhooks"], keyof {
|
|
19324
19250
|
id?: string | undefined;
|
|
19325
19251
|
webhook_name?: string | undefined;
|
|
19326
19252
|
clan_id?: string | undefined;
|
|
@@ -19331,14 +19257,14 @@ export declare const Envelope: {
|
|
|
19331
19257
|
create_time?: string | undefined;
|
|
19332
19258
|
update_time?: string | undefined;
|
|
19333
19259
|
}[]>]: never; }) | undefined;
|
|
19334
|
-
} & { [
|
|
19260
|
+
} & { [K_691 in Exclude<keyof I_1["list_data_socket"]["clan_webhook_list"], "list_clan_webhooks">]: never; }) | undefined;
|
|
19335
19261
|
webhook_list_req?: ({
|
|
19336
19262
|
channel_id?: string | undefined;
|
|
19337
19263
|
clan_id?: string | undefined;
|
|
19338
19264
|
} & {
|
|
19339
19265
|
channel_id?: string | undefined;
|
|
19340
19266
|
clan_id?: string | undefined;
|
|
19341
|
-
} & { [
|
|
19267
|
+
} & { [K_692 in Exclude<keyof I_1["list_data_socket"]["webhook_list_req"], keyof WebhookListRequest>]: never; }) | undefined;
|
|
19342
19268
|
webhook_list?: ({
|
|
19343
19269
|
webhooks?: {
|
|
19344
19270
|
id?: string | undefined;
|
|
@@ -19390,7 +19316,7 @@ export declare const Envelope: {
|
|
|
19390
19316
|
avatar?: string | undefined;
|
|
19391
19317
|
status?: number | undefined;
|
|
19392
19318
|
clan_id?: string | undefined;
|
|
19393
|
-
} & { [
|
|
19319
|
+
} & { [K_693 in Exclude<keyof I_1["list_data_socket"]["webhook_list"]["webhooks"][number], keyof Webhook>]: never; })[] & { [K_694 in Exclude<keyof I_1["list_data_socket"]["webhook_list"]["webhooks"], keyof {
|
|
19394
19320
|
id?: string | undefined;
|
|
19395
19321
|
webhook_name?: string | undefined;
|
|
19396
19322
|
channel_id?: string | undefined;
|
|
@@ -19403,12 +19329,12 @@ export declare const Envelope: {
|
|
|
19403
19329
|
status?: number | undefined;
|
|
19404
19330
|
clan_id?: string | undefined;
|
|
19405
19331
|
}[]>]: never; }) | undefined;
|
|
19406
|
-
} & { [
|
|
19332
|
+
} & { [K_695 in Exclude<keyof I_1["list_data_socket"]["webhook_list"], "webhooks">]: never; }) | undefined;
|
|
19407
19333
|
permission_list_req?: ({
|
|
19408
19334
|
role_id?: string | undefined;
|
|
19409
19335
|
} & {
|
|
19410
19336
|
role_id?: string | undefined;
|
|
19411
|
-
} & { [
|
|
19337
|
+
} & { [K_696 in Exclude<keyof I_1["list_data_socket"]["permission_list_req"], "role_id">]: never; }) | undefined;
|
|
19412
19338
|
permission_list?: ({
|
|
19413
19339
|
permissions?: {
|
|
19414
19340
|
id?: string | undefined;
|
|
@@ -19445,7 +19371,7 @@ export declare const Envelope: {
|
|
|
19445
19371
|
active?: number | undefined;
|
|
19446
19372
|
scope?: number | undefined;
|
|
19447
19373
|
level?: number | undefined;
|
|
19448
|
-
} & { [
|
|
19374
|
+
} & { [K_697 in Exclude<keyof I_1["list_data_socket"]["permission_list"]["permissions"][number], keyof import("../api/api").Permission>]: never; })[] & { [K_698 in Exclude<keyof I_1["list_data_socket"]["permission_list"]["permissions"], keyof {
|
|
19449
19375
|
id?: string | undefined;
|
|
19450
19376
|
title?: string | undefined;
|
|
19451
19377
|
slug?: string | undefined;
|
|
@@ -19455,7 +19381,7 @@ export declare const Envelope: {
|
|
|
19455
19381
|
level?: number | undefined;
|
|
19456
19382
|
}[]>]: never; }) | undefined;
|
|
19457
19383
|
max_level_permission?: number | undefined;
|
|
19458
|
-
} & { [
|
|
19384
|
+
} & { [K_699 in Exclude<keyof I_1["list_data_socket"]["permission_list"], keyof PermissionList>]: never; }) | undefined;
|
|
19459
19385
|
role_user_req?: ({
|
|
19460
19386
|
role_id?: string | undefined;
|
|
19461
19387
|
limit?: number | undefined;
|
|
@@ -19464,7 +19390,7 @@ export declare const Envelope: {
|
|
|
19464
19390
|
role_id?: string | undefined;
|
|
19465
19391
|
limit?: number | undefined;
|
|
19466
19392
|
cursor?: string | undefined;
|
|
19467
|
-
} & { [
|
|
19393
|
+
} & { [K_700 in Exclude<keyof I_1["list_data_socket"]["role_user_req"], keyof ListRoleUsersRequest>]: never; }) | undefined;
|
|
19468
19394
|
role_user_list?: ({
|
|
19469
19395
|
role_users?: {
|
|
19470
19396
|
id?: string | undefined;
|
|
@@ -19501,7 +19427,7 @@ export declare const Envelope: {
|
|
|
19501
19427
|
lang_tag?: string | undefined;
|
|
19502
19428
|
location?: string | undefined;
|
|
19503
19429
|
online?: boolean | undefined;
|
|
19504
|
-
} & { [
|
|
19430
|
+
} & { [K_701 in Exclude<keyof I_1["list_data_socket"]["role_user_list"]["role_users"][number], keyof import("../api/api").RoleUserList_RoleUser>]: never; })[] & { [K_702 in Exclude<keyof I_1["list_data_socket"]["role_user_list"]["role_users"], keyof {
|
|
19505
19431
|
id?: string | undefined;
|
|
19506
19432
|
username?: string | undefined;
|
|
19507
19433
|
display_name?: string | undefined;
|
|
@@ -19511,14 +19437,14 @@ export declare const Envelope: {
|
|
|
19511
19437
|
online?: boolean | undefined;
|
|
19512
19438
|
}[]>]: never; }) | undefined;
|
|
19513
19439
|
cursor?: string | undefined;
|
|
19514
|
-
} & { [
|
|
19440
|
+
} & { [K_703 in Exclude<keyof I_1["list_data_socket"]["role_user_list"], keyof RoleUserList>]: never; }) | undefined;
|
|
19515
19441
|
permission_user_req?: ({
|
|
19516
19442
|
clan_id?: string | undefined;
|
|
19517
19443
|
channel_id?: string | undefined;
|
|
19518
19444
|
} & {
|
|
19519
19445
|
clan_id?: string | undefined;
|
|
19520
19446
|
channel_id?: string | undefined;
|
|
19521
|
-
} & { [
|
|
19447
|
+
} & { [K_704 in Exclude<keyof I_1["list_data_socket"]["permission_user_req"], keyof ListPermissionOfUsersRequest>]: never; }) | undefined;
|
|
19522
19448
|
role_list?: ({
|
|
19523
19449
|
roles?: {
|
|
19524
19450
|
id?: string | undefined;
|
|
@@ -19693,7 +19619,7 @@ export declare const Envelope: {
|
|
|
19693
19619
|
lang_tag?: string | undefined;
|
|
19694
19620
|
location?: string | undefined;
|
|
19695
19621
|
online?: boolean | undefined;
|
|
19696
|
-
} & { [
|
|
19622
|
+
} & { [K_705 in Exclude<keyof I_1["list_data_socket"]["role_list"]["roles"][number]["role_user_list"]["role_users"][number], keyof import("../api/api").RoleUserList_RoleUser>]: never; })[] & { [K_706 in Exclude<keyof I_1["list_data_socket"]["role_list"]["roles"][number]["role_user_list"]["role_users"], keyof {
|
|
19697
19623
|
id?: string | undefined;
|
|
19698
19624
|
username?: string | undefined;
|
|
19699
19625
|
display_name?: string | undefined;
|
|
@@ -19703,7 +19629,7 @@ export declare const Envelope: {
|
|
|
19703
19629
|
online?: boolean | undefined;
|
|
19704
19630
|
}[]>]: never; }) | undefined;
|
|
19705
19631
|
cursor?: string | undefined;
|
|
19706
|
-
} & { [
|
|
19632
|
+
} & { [K_707 in Exclude<keyof I_1["list_data_socket"]["role_list"]["roles"][number]["role_user_list"], keyof RoleUserList>]: never; }) | undefined;
|
|
19707
19633
|
permission_list?: ({
|
|
19708
19634
|
permissions?: {
|
|
19709
19635
|
id?: string | undefined;
|
|
@@ -19740,7 +19666,7 @@ export declare const Envelope: {
|
|
|
19740
19666
|
active?: number | undefined;
|
|
19741
19667
|
scope?: number | undefined;
|
|
19742
19668
|
level?: number | undefined;
|
|
19743
|
-
} & { [
|
|
19669
|
+
} & { [K_708 in Exclude<keyof I_1["list_data_socket"]["role_list"]["roles"][number]["permission_list"]["permissions"][number], keyof import("../api/api").Permission>]: never; })[] & { [K_709 in Exclude<keyof I_1["list_data_socket"]["role_list"]["roles"][number]["permission_list"]["permissions"], keyof {
|
|
19744
19670
|
id?: string | undefined;
|
|
19745
19671
|
title?: string | undefined;
|
|
19746
19672
|
slug?: string | undefined;
|
|
@@ -19750,12 +19676,12 @@ export declare const Envelope: {
|
|
|
19750
19676
|
level?: number | undefined;
|
|
19751
19677
|
}[]>]: never; }) | undefined;
|
|
19752
19678
|
max_level_permission?: number | undefined;
|
|
19753
|
-
} & { [
|
|
19679
|
+
} & { [K_710 in Exclude<keyof I_1["list_data_socket"]["role_list"]["roles"][number]["permission_list"], keyof PermissionList>]: never; }) | undefined;
|
|
19754
19680
|
role_channel_active?: number | undefined;
|
|
19755
|
-
channel_ids?: (string[] & string[] & { [
|
|
19681
|
+
channel_ids?: (string[] & string[] & { [K_711 in Exclude<keyof I_1["list_data_socket"]["role_list"]["roles"][number]["channel_ids"], keyof string[]>]: never; }) | undefined;
|
|
19756
19682
|
max_level_permission?: number | undefined;
|
|
19757
19683
|
order_role?: number | undefined;
|
|
19758
|
-
} & { [
|
|
19684
|
+
} & { [K_712 in Exclude<keyof I_1["list_data_socket"]["role_list"]["roles"][number], keyof Role>]: never; })[] & { [K_713 in Exclude<keyof I_1["list_data_socket"]["role_list"]["roles"], keyof {
|
|
19759
19685
|
id?: string | undefined;
|
|
19760
19686
|
title?: string | undefined;
|
|
19761
19687
|
color?: string | undefined;
|
|
@@ -19799,7 +19725,7 @@ export declare const Envelope: {
|
|
|
19799
19725
|
next_cursor?: string | undefined;
|
|
19800
19726
|
prev_cursor?: string | undefined;
|
|
19801
19727
|
cacheable_cursor?: string | undefined;
|
|
19802
|
-
} & { [
|
|
19728
|
+
} & { [K_714 in Exclude<keyof I_1["list_data_socket"]["role_list"], keyof RoleList>]: never; }) | undefined;
|
|
19803
19729
|
role_list_event_req?: ({
|
|
19804
19730
|
clan_id?: string | undefined;
|
|
19805
19731
|
limit?: number | undefined;
|
|
@@ -19810,7 +19736,7 @@ export declare const Envelope: {
|
|
|
19810
19736
|
limit?: number | undefined;
|
|
19811
19737
|
state?: number | undefined;
|
|
19812
19738
|
cursor?: string | undefined;
|
|
19813
|
-
} & { [
|
|
19739
|
+
} & { [K_715 in Exclude<keyof I_1["list_data_socket"]["role_list_event_req"], keyof RoleListEventRequest>]: never; }) | undefined;
|
|
19814
19740
|
role_event_list?: ({
|
|
19815
19741
|
limit?: number | undefined;
|
|
19816
19742
|
state?: number | undefined;
|
|
@@ -20041,7 +19967,7 @@ export declare const Envelope: {
|
|
|
20041
19967
|
lang_tag?: string | undefined;
|
|
20042
19968
|
location?: string | undefined;
|
|
20043
19969
|
online?: boolean | undefined;
|
|
20044
|
-
} & { [
|
|
19970
|
+
} & { [K_716 in Exclude<keyof I_1["list_data_socket"]["role_event_list"]["roles"]["roles"][number]["role_user_list"]["role_users"][number], keyof import("../api/api").RoleUserList_RoleUser>]: never; })[] & { [K_717 in Exclude<keyof I_1["list_data_socket"]["role_event_list"]["roles"]["roles"][number]["role_user_list"]["role_users"], keyof {
|
|
20045
19971
|
id?: string | undefined;
|
|
20046
19972
|
username?: string | undefined;
|
|
20047
19973
|
display_name?: string | undefined;
|
|
@@ -20051,7 +19977,7 @@ export declare const Envelope: {
|
|
|
20051
19977
|
online?: boolean | undefined;
|
|
20052
19978
|
}[]>]: never; }) | undefined;
|
|
20053
19979
|
cursor?: string | undefined;
|
|
20054
|
-
} & { [
|
|
19980
|
+
} & { [K_718 in Exclude<keyof I_1["list_data_socket"]["role_event_list"]["roles"]["roles"][number]["role_user_list"], keyof RoleUserList>]: never; }) | undefined;
|
|
20055
19981
|
permission_list?: ({
|
|
20056
19982
|
permissions?: {
|
|
20057
19983
|
id?: string | undefined;
|
|
@@ -20088,7 +20014,7 @@ export declare const Envelope: {
|
|
|
20088
20014
|
active?: number | undefined;
|
|
20089
20015
|
scope?: number | undefined;
|
|
20090
20016
|
level?: number | undefined;
|
|
20091
|
-
} & { [
|
|
20017
|
+
} & { [K_719 in Exclude<keyof I_1["list_data_socket"]["role_event_list"]["roles"]["roles"][number]["permission_list"]["permissions"][number], keyof import("../api/api").Permission>]: never; })[] & { [K_720 in Exclude<keyof I_1["list_data_socket"]["role_event_list"]["roles"]["roles"][number]["permission_list"]["permissions"], keyof {
|
|
20092
20018
|
id?: string | undefined;
|
|
20093
20019
|
title?: string | undefined;
|
|
20094
20020
|
slug?: string | undefined;
|
|
@@ -20098,12 +20024,12 @@ export declare const Envelope: {
|
|
|
20098
20024
|
level?: number | undefined;
|
|
20099
20025
|
}[]>]: never; }) | undefined;
|
|
20100
20026
|
max_level_permission?: number | undefined;
|
|
20101
|
-
} & { [
|
|
20027
|
+
} & { [K_721 in Exclude<keyof I_1["list_data_socket"]["role_event_list"]["roles"]["roles"][number]["permission_list"], keyof PermissionList>]: never; }) | undefined;
|
|
20102
20028
|
role_channel_active?: number | undefined;
|
|
20103
|
-
channel_ids?: (string[] & string[] & { [
|
|
20029
|
+
channel_ids?: (string[] & string[] & { [K_722 in Exclude<keyof I_1["list_data_socket"]["role_event_list"]["roles"]["roles"][number]["channel_ids"], keyof string[]>]: never; }) | undefined;
|
|
20104
20030
|
max_level_permission?: number | undefined;
|
|
20105
20031
|
order_role?: number | undefined;
|
|
20106
|
-
} & { [
|
|
20032
|
+
} & { [K_723 in Exclude<keyof I_1["list_data_socket"]["role_event_list"]["roles"]["roles"][number], keyof Role>]: never; })[] & { [K_724 in Exclude<keyof I_1["list_data_socket"]["role_event_list"]["roles"]["roles"], keyof {
|
|
20107
20033
|
id?: string | undefined;
|
|
20108
20034
|
title?: string | undefined;
|
|
20109
20035
|
color?: string | undefined;
|
|
@@ -20147,15 +20073,15 @@ export declare const Envelope: {
|
|
|
20147
20073
|
next_cursor?: string | undefined;
|
|
20148
20074
|
prev_cursor?: string | undefined;
|
|
20149
20075
|
cacheable_cursor?: string | undefined;
|
|
20150
|
-
} & { [
|
|
20151
|
-
} & { [
|
|
20076
|
+
} & { [K_725 in Exclude<keyof I_1["list_data_socket"]["role_event_list"]["roles"], keyof RoleList>]: never; }) | undefined;
|
|
20077
|
+
} & { [K_726 in Exclude<keyof I_1["list_data_socket"]["role_event_list"], keyof RoleListEventResponse>]: never; }) | undefined;
|
|
20152
20078
|
user_permission_req?: ({
|
|
20153
20079
|
clan_id?: string | undefined;
|
|
20154
20080
|
channel_id?: string | undefined;
|
|
20155
20081
|
} & {
|
|
20156
20082
|
clan_id?: string | undefined;
|
|
20157
20083
|
channel_id?: string | undefined;
|
|
20158
|
-
} & { [
|
|
20084
|
+
} & { [K_727 in Exclude<keyof I_1["list_data_socket"]["user_permission_req"], keyof UserPermissionInChannelListRequest>]: never; }) | undefined;
|
|
20159
20085
|
user_permission_list?: ({
|
|
20160
20086
|
clan_id?: string | undefined;
|
|
20161
20087
|
channel_id?: string | undefined;
|
|
@@ -20210,7 +20136,7 @@ export declare const Envelope: {
|
|
|
20210
20136
|
active?: number | undefined;
|
|
20211
20137
|
scope?: number | undefined;
|
|
20212
20138
|
level?: number | undefined;
|
|
20213
|
-
} & { [
|
|
20139
|
+
} & { [K_728 in Exclude<keyof I_1["list_data_socket"]["user_permission_list"]["permissions"]["permissions"][number], keyof import("../api/api").Permission>]: never; })[] & { [K_729 in Exclude<keyof I_1["list_data_socket"]["user_permission_list"]["permissions"]["permissions"], keyof {
|
|
20214
20140
|
id?: string | undefined;
|
|
20215
20141
|
title?: string | undefined;
|
|
20216
20142
|
slug?: string | undefined;
|
|
@@ -20220,8 +20146,8 @@ export declare const Envelope: {
|
|
|
20220
20146
|
level?: number | undefined;
|
|
20221
20147
|
}[]>]: never; }) | undefined;
|
|
20222
20148
|
max_level_permission?: number | undefined;
|
|
20223
|
-
} & { [
|
|
20224
|
-
} & { [
|
|
20149
|
+
} & { [K_730 in Exclude<keyof I_1["list_data_socket"]["user_permission_list"]["permissions"], keyof PermissionList>]: never; }) | undefined;
|
|
20150
|
+
} & { [K_731 in Exclude<keyof I_1["list_data_socket"]["user_permission_list"], keyof UserPermissionInChannelListResponse>]: never; }) | undefined;
|
|
20225
20151
|
permission_role_req?: ({
|
|
20226
20152
|
role_id?: string | undefined;
|
|
20227
20153
|
channel_id?: string | undefined;
|
|
@@ -20230,7 +20156,7 @@ export declare const Envelope: {
|
|
|
20230
20156
|
role_id?: string | undefined;
|
|
20231
20157
|
channel_id?: string | undefined;
|
|
20232
20158
|
user_id?: string | undefined;
|
|
20233
|
-
} & { [
|
|
20159
|
+
} & { [K_732 in Exclude<keyof I_1["list_data_socket"]["permission_role_req"], keyof PermissionRoleChannelListEventRequest>]: never; }) | undefined;
|
|
20234
20160
|
permission_role_list?: ({
|
|
20235
20161
|
role_id?: string | undefined;
|
|
20236
20162
|
channel_id?: string | undefined;
|
|
@@ -20252,11 +20178,11 @@ export declare const Envelope: {
|
|
|
20252
20178
|
} & {
|
|
20253
20179
|
permission_id?: string | undefined;
|
|
20254
20180
|
active?: boolean | undefined;
|
|
20255
|
-
} & { [
|
|
20181
|
+
} & { [K_733 in Exclude<keyof I_1["list_data_socket"]["permission_role_list"]["permission_role_channel"][number], keyof import("../api/api").PermissionRoleChannel>]: never; })[] & { [K_734 in Exclude<keyof I_1["list_data_socket"]["permission_role_list"]["permission_role_channel"], keyof {
|
|
20256
20182
|
permission_id?: string | undefined;
|
|
20257
20183
|
active?: boolean | undefined;
|
|
20258
20184
|
}[]>]: never; }) | undefined;
|
|
20259
|
-
} & { [
|
|
20185
|
+
} & { [K_735 in Exclude<keyof I_1["list_data_socket"]["permission_role_list"], keyof PermissionRoleChannelListEventResponse>]: never; }) | undefined;
|
|
20260
20186
|
emoji_list?: ({
|
|
20261
20187
|
emoji_list?: {
|
|
20262
20188
|
id?: string | undefined;
|
|
@@ -20300,7 +20226,7 @@ export declare const Envelope: {
|
|
|
20300
20226
|
logo?: string | undefined;
|
|
20301
20227
|
clan_name?: string | undefined;
|
|
20302
20228
|
is_for_sale?: boolean | undefined;
|
|
20303
|
-
} & { [
|
|
20229
|
+
} & { [K_736 in Exclude<keyof I_1["list_data_socket"]["emoji_list"]["emoji_list"][number], keyof import("../api/api").ClanEmoji>]: never; })[] & { [K_737 in Exclude<keyof I_1["list_data_socket"]["emoji_list"]["emoji_list"], keyof {
|
|
20304
20230
|
id?: string | undefined;
|
|
20305
20231
|
src?: string | undefined;
|
|
20306
20232
|
shortname?: string | undefined;
|
|
@@ -20311,7 +20237,7 @@ export declare const Envelope: {
|
|
|
20311
20237
|
clan_name?: string | undefined;
|
|
20312
20238
|
is_for_sale?: boolean | undefined;
|
|
20313
20239
|
}[]>]: never; }) | undefined;
|
|
20314
|
-
} & { [
|
|
20240
|
+
} & { [K_738 in Exclude<keyof I_1["list_data_socket"]["emoji_list"], "emoji_list">]: never; }) | undefined;
|
|
20315
20241
|
list_friend_req?: ({
|
|
20316
20242
|
limit?: number | undefined;
|
|
20317
20243
|
state?: number | undefined;
|
|
@@ -20320,7 +20246,7 @@ export declare const Envelope: {
|
|
|
20320
20246
|
limit?: number | undefined;
|
|
20321
20247
|
state?: number | undefined;
|
|
20322
20248
|
cursor?: string | undefined;
|
|
20323
|
-
} & { [
|
|
20249
|
+
} & { [K_739 in Exclude<keyof I_1["list_data_socket"]["list_friend_req"], keyof ListFriendsRequest>]: never; }) | undefined;
|
|
20324
20250
|
friend_list?: ({
|
|
20325
20251
|
friends?: {
|
|
20326
20252
|
user?: {
|
|
@@ -20444,13 +20370,13 @@ export declare const Envelope: {
|
|
|
20444
20370
|
is_mobile?: boolean | undefined;
|
|
20445
20371
|
dob?: Date | undefined;
|
|
20446
20372
|
mezon_id?: string | undefined;
|
|
20447
|
-
list_nick_names?: (string[] & string[] & { [
|
|
20373
|
+
list_nick_names?: (string[] & string[] & { [K_740 in Exclude<keyof I_1["list_data_socket"]["friend_list"]["friends"][number]["user"]["list_nick_names"], keyof string[]>]: never; }) | undefined;
|
|
20448
20374
|
status?: string | undefined;
|
|
20449
|
-
} & { [
|
|
20375
|
+
} & { [K_741 in Exclude<keyof I_1["list_data_socket"]["friend_list"]["friends"][number]["user"], keyof import("../api/api").User>]: never; }) | undefined;
|
|
20450
20376
|
state?: number | undefined;
|
|
20451
20377
|
update_time?: Date | undefined;
|
|
20452
20378
|
source_id?: string | undefined;
|
|
20453
|
-
} & { [
|
|
20379
|
+
} & { [K_742 in Exclude<keyof I_1["list_data_socket"]["friend_list"]["friends"][number], keyof import("../api/api").Friend>]: never; })[] & { [K_743 in Exclude<keyof I_1["list_data_socket"]["friend_list"]["friends"], keyof {
|
|
20454
20380
|
user?: {
|
|
20455
20381
|
id?: string | undefined;
|
|
20456
20382
|
username?: string | undefined;
|
|
@@ -20478,12 +20404,12 @@ export declare const Envelope: {
|
|
|
20478
20404
|
source_id?: string | undefined;
|
|
20479
20405
|
}[]>]: never; }) | undefined;
|
|
20480
20406
|
cursor?: string | undefined;
|
|
20481
|
-
} & { [
|
|
20407
|
+
} & { [K_744 in Exclude<keyof I_1["list_data_socket"]["friend_list"], keyof FriendList>]: never; }) | undefined;
|
|
20482
20408
|
list_apps_req?: ({
|
|
20483
20409
|
clan_id?: string | undefined;
|
|
20484
20410
|
} & {
|
|
20485
20411
|
clan_id?: string | undefined;
|
|
20486
|
-
} & { [
|
|
20412
|
+
} & { [K_745 in Exclude<keyof I_1["list_data_socket"]["list_apps_req"], "clan_id">]: never; }) | undefined;
|
|
20487
20413
|
channel_apps_list?: ({
|
|
20488
20414
|
channel_apps?: {
|
|
20489
20415
|
id?: string | undefined;
|
|
@@ -20511,14 +20437,14 @@ export declare const Envelope: {
|
|
|
20511
20437
|
channel_id?: string | undefined;
|
|
20512
20438
|
app_id?: string | undefined;
|
|
20513
20439
|
app_url?: string | undefined;
|
|
20514
|
-
} & { [
|
|
20440
|
+
} & { [K_746 in Exclude<keyof I_1["list_data_socket"]["channel_apps_list"]["channel_apps"][number], keyof import("../api/api").ChannelAppResponse>]: never; })[] & { [K_747 in Exclude<keyof I_1["list_data_socket"]["channel_apps_list"]["channel_apps"], keyof {
|
|
20515
20441
|
id?: string | undefined;
|
|
20516
20442
|
clan_id?: string | undefined;
|
|
20517
20443
|
channel_id?: string | undefined;
|
|
20518
20444
|
app_id?: string | undefined;
|
|
20519
20445
|
app_url?: string | undefined;
|
|
20520
20446
|
}[]>]: never; }) | undefined;
|
|
20521
|
-
} & { [
|
|
20447
|
+
} & { [K_748 in Exclude<keyof I_1["list_data_socket"]["channel_apps_list"], "channel_apps">]: never; }) | undefined;
|
|
20522
20448
|
user_activity_list?: ({
|
|
20523
20449
|
activities?: {
|
|
20524
20450
|
user_id?: string | undefined;
|
|
@@ -20558,7 +20484,7 @@ export declare const Envelope: {
|
|
|
20558
20484
|
end_time?: Date | undefined;
|
|
20559
20485
|
application_id?: string | undefined;
|
|
20560
20486
|
status?: number | undefined;
|
|
20561
|
-
} & { [
|
|
20487
|
+
} & { [K_749 in Exclude<keyof I_1["list_data_socket"]["user_activity_list"]["activities"][number], keyof UserActivity>]: never; })[] & { [K_750 in Exclude<keyof I_1["list_data_socket"]["user_activity_list"]["activities"], keyof {
|
|
20562
20488
|
user_id?: string | undefined;
|
|
20563
20489
|
activity_name?: string | undefined;
|
|
20564
20490
|
activity_type?: number | undefined;
|
|
@@ -20568,12 +20494,12 @@ export declare const Envelope: {
|
|
|
20568
20494
|
application_id?: string | undefined;
|
|
20569
20495
|
status?: number | undefined;
|
|
20570
20496
|
}[]>]: never; }) | undefined;
|
|
20571
|
-
} & { [
|
|
20497
|
+
} & { [K_751 in Exclude<keyof I_1["list_data_socket"]["user_activity_list"], "activities">]: never; }) | undefined;
|
|
20572
20498
|
list_clan_user_req?: ({
|
|
20573
20499
|
clan_id?: string | undefined;
|
|
20574
20500
|
} & {
|
|
20575
20501
|
clan_id?: string | undefined;
|
|
20576
|
-
} & { [
|
|
20502
|
+
} & { [K_752 in Exclude<keyof I_1["list_data_socket"]["list_clan_user_req"], "clan_id">]: never; }) | undefined;
|
|
20577
20503
|
clan_user_list?: ({
|
|
20578
20504
|
clan_users?: {
|
|
20579
20505
|
user?: {
|
|
@@ -20701,14 +20627,14 @@ export declare const Envelope: {
|
|
|
20701
20627
|
is_mobile?: boolean | undefined;
|
|
20702
20628
|
dob?: Date | undefined;
|
|
20703
20629
|
mezon_id?: string | undefined;
|
|
20704
|
-
list_nick_names?: (string[] & string[] & { [
|
|
20630
|
+
list_nick_names?: (string[] & string[] & { [K_753 in Exclude<keyof I_1["list_data_socket"]["clan_user_list"]["clan_users"][number]["user"]["list_nick_names"], keyof string[]>]: never; }) | undefined;
|
|
20705
20631
|
status?: string | undefined;
|
|
20706
|
-
} & { [
|
|
20707
|
-
role_id?: (string[] & string[] & { [
|
|
20632
|
+
} & { [K_754 in Exclude<keyof I_1["list_data_socket"]["clan_user_list"]["clan_users"][number]["user"], keyof import("../api/api").User>]: never; }) | undefined;
|
|
20633
|
+
role_id?: (string[] & string[] & { [K_755 in Exclude<keyof I_1["list_data_socket"]["clan_user_list"]["clan_users"][number]["role_id"], keyof string[]>]: never; }) | undefined;
|
|
20708
20634
|
clan_nick?: string | undefined;
|
|
20709
20635
|
clan_avatar?: string | undefined;
|
|
20710
20636
|
clan_id?: string | undefined;
|
|
20711
|
-
} & { [
|
|
20637
|
+
} & { [K_756 in Exclude<keyof I_1["list_data_socket"]["clan_user_list"]["clan_users"][number], keyof import("../api/api").ClanUserList_ClanUser>]: never; })[] & { [K_757 in Exclude<keyof I_1["list_data_socket"]["clan_user_list"]["clan_users"], keyof {
|
|
20712
20638
|
user?: {
|
|
20713
20639
|
id?: string | undefined;
|
|
20714
20640
|
username?: string | undefined;
|
|
@@ -20738,12 +20664,12 @@ export declare const Envelope: {
|
|
|
20738
20664
|
}[]>]: never; }) | undefined;
|
|
20739
20665
|
cursor?: string | undefined;
|
|
20740
20666
|
clan_id?: string | undefined;
|
|
20741
|
-
} & { [
|
|
20667
|
+
} & { [K_758 in Exclude<keyof I_1["list_data_socket"]["clan_user_list"], keyof ClanUserList>]: never; }) | undefined;
|
|
20742
20668
|
list_event_req?: ({
|
|
20743
20669
|
clan_id?: string | undefined;
|
|
20744
20670
|
} & {
|
|
20745
20671
|
clan_id?: string | undefined;
|
|
20746
|
-
} & { [
|
|
20672
|
+
} & { [K_759 in Exclude<keyof I_1["list_data_socket"]["list_event_req"], "clan_id">]: never; }) | undefined;
|
|
20747
20673
|
event_list?: ({
|
|
20748
20674
|
events?: {
|
|
20749
20675
|
id?: string | undefined;
|
|
@@ -20841,7 +20767,7 @@ export declare const Envelope: {
|
|
|
20841
20767
|
address?: string | undefined;
|
|
20842
20768
|
start_time?: Date | undefined;
|
|
20843
20769
|
end_time?: Date | undefined;
|
|
20844
|
-
user_ids?: (string[] & string[] & { [
|
|
20770
|
+
user_ids?: (string[] & string[] & { [K_760 in Exclude<keyof I_1["list_data_socket"]["event_list"]["events"][number]["user_ids"], keyof string[]>]: never; }) | undefined;
|
|
20845
20771
|
create_time?: Date | undefined;
|
|
20846
20772
|
max_permission?: number | undefined;
|
|
20847
20773
|
channel_id?: string | undefined;
|
|
@@ -20860,8 +20786,8 @@ export declare const Envelope: {
|
|
|
20860
20786
|
external_link?: string | undefined;
|
|
20861
20787
|
creator_id?: string | undefined;
|
|
20862
20788
|
event_id?: string | undefined;
|
|
20863
|
-
} & { [
|
|
20864
|
-
} & { [
|
|
20789
|
+
} & { [K_761 in Exclude<keyof I_1["list_data_socket"]["event_list"]["events"][number]["meet_room"], keyof import("../api/api").GenerateMezonMeetResponse>]: never; }) | undefined;
|
|
20790
|
+
} & { [K_762 in Exclude<keyof I_1["list_data_socket"]["event_list"]["events"][number], keyof import("../api/api").EventManagement>]: never; })[] & { [K_763 in Exclude<keyof I_1["list_data_socket"]["event_list"]["events"], keyof {
|
|
20865
20791
|
id?: string | undefined;
|
|
20866
20792
|
title?: string | undefined;
|
|
20867
20793
|
logo?: string | undefined;
|
|
@@ -20889,7 +20815,7 @@ export declare const Envelope: {
|
|
|
20889
20815
|
event_id?: string | undefined;
|
|
20890
20816
|
} | undefined;
|
|
20891
20817
|
}[]>]: never; }) | undefined;
|
|
20892
|
-
} & { [
|
|
20818
|
+
} & { [K_764 in Exclude<keyof I_1["list_data_socket"]["event_list"], "events">]: never; }) | undefined;
|
|
20893
20819
|
list_category_req?: ({
|
|
20894
20820
|
creator_id?: string | undefined;
|
|
20895
20821
|
clan_id?: string | undefined;
|
|
@@ -20902,7 +20828,7 @@ export declare const Envelope: {
|
|
|
20902
20828
|
category_name?: string | undefined;
|
|
20903
20829
|
category_id?: string | undefined;
|
|
20904
20830
|
category_order?: number | undefined;
|
|
20905
|
-
} & { [
|
|
20831
|
+
} & { [K_765 in Exclude<keyof I_1["list_data_socket"]["list_category_req"], keyof CategoryDesc>]: never; }) | undefined;
|
|
20906
20832
|
category_list?: ({
|
|
20907
20833
|
categorydesc?: {
|
|
20908
20834
|
creator_id?: string | undefined;
|
|
@@ -20930,14 +20856,14 @@ export declare const Envelope: {
|
|
|
20930
20856
|
category_name?: string | undefined;
|
|
20931
20857
|
category_id?: string | undefined;
|
|
20932
20858
|
category_order?: number | undefined;
|
|
20933
|
-
} & { [
|
|
20859
|
+
} & { [K_766 in Exclude<keyof I_1["list_data_socket"]["category_list"]["categorydesc"][number], keyof CategoryDesc>]: never; })[] & { [K_767 in Exclude<keyof I_1["list_data_socket"]["category_list"]["categorydesc"], keyof {
|
|
20934
20860
|
creator_id?: string | undefined;
|
|
20935
20861
|
clan_id?: string | undefined;
|
|
20936
20862
|
category_name?: string | undefined;
|
|
20937
20863
|
category_id?: string | undefined;
|
|
20938
20864
|
category_order?: number | undefined;
|
|
20939
20865
|
}[]>]: never; }) | undefined;
|
|
20940
|
-
} & { [
|
|
20866
|
+
} & { [K_768 in Exclude<keyof I_1["list_data_socket"]["category_list"], "categorydesc">]: never; }) | undefined;
|
|
20941
20867
|
stream_user_list?: ({
|
|
20942
20868
|
streaming_channel_users?: {
|
|
20943
20869
|
id?: string | undefined;
|
|
@@ -20961,24 +20887,24 @@ export declare const Envelope: {
|
|
|
20961
20887
|
user_id?: string | undefined;
|
|
20962
20888
|
channel_id?: string | undefined;
|
|
20963
20889
|
participant?: string | undefined;
|
|
20964
|
-
} & { [
|
|
20890
|
+
} & { [K_769 in Exclude<keyof I_1["list_data_socket"]["stream_user_list"]["streaming_channel_users"][number], keyof import("../api/api").StreamingChannelUser>]: never; })[] & { [K_770 in Exclude<keyof I_1["list_data_socket"]["stream_user_list"]["streaming_channel_users"], keyof {
|
|
20965
20891
|
id?: string | undefined;
|
|
20966
20892
|
user_id?: string | undefined;
|
|
20967
20893
|
channel_id?: string | undefined;
|
|
20968
20894
|
participant?: string | undefined;
|
|
20969
20895
|
}[]>]: never; }) | undefined;
|
|
20970
|
-
} & { [
|
|
20896
|
+
} & { [K_771 in Exclude<keyof I_1["list_data_socket"]["stream_user_list"], "streaming_channel_users">]: never; }) | undefined;
|
|
20971
20897
|
list_unread_msg_indicator_req?: ({
|
|
20972
20898
|
clan_id?: string | undefined;
|
|
20973
20899
|
} & {
|
|
20974
20900
|
clan_id?: string | undefined;
|
|
20975
|
-
} & { [
|
|
20901
|
+
} & { [K_772 in Exclude<keyof I_1["list_data_socket"]["list_unread_msg_indicator_req"], "clan_id">]: never; }) | undefined;
|
|
20976
20902
|
unread_msg_indicator?: ({
|
|
20977
20903
|
has_unread_message?: boolean | undefined;
|
|
20978
20904
|
} & {
|
|
20979
20905
|
has_unread_message?: boolean | undefined;
|
|
20980
|
-
} & { [
|
|
20981
|
-
} & { [
|
|
20906
|
+
} & { [K_773 in Exclude<keyof I_1["list_data_socket"]["unread_msg_indicator"], "has_unread_message">]: never; }) | undefined;
|
|
20907
|
+
} & { [K_774 in Exclude<keyof I_1["list_data_socket"], keyof ListDataSocket>]: never; }) | undefined;
|
|
20982
20908
|
quick_menu_event?: ({
|
|
20983
20909
|
menu_name?: string | undefined;
|
|
20984
20910
|
message?: {
|
|
@@ -21099,7 +21025,7 @@ export declare const Envelope: {
|
|
|
21099
21025
|
create_time?: Date | undefined;
|
|
21100
21026
|
s?: number | undefined;
|
|
21101
21027
|
e?: number | undefined;
|
|
21102
|
-
} & { [
|
|
21028
|
+
} & { [K_775 in Exclude<keyof I_1["quick_menu_event"]["message"]["mentions"][number], keyof MessageMention>]: never; })[] & { [K_776 in Exclude<keyof I_1["quick_menu_event"]["message"]["mentions"], keyof {
|
|
21103
21029
|
id?: string | undefined;
|
|
21104
21030
|
user_id?: string | undefined;
|
|
21105
21031
|
username?: string | undefined;
|
|
@@ -21133,7 +21059,7 @@ export declare const Envelope: {
|
|
|
21133
21059
|
width?: number | undefined;
|
|
21134
21060
|
height?: number | undefined;
|
|
21135
21061
|
thumbnail?: string | undefined;
|
|
21136
|
-
} & { [
|
|
21062
|
+
} & { [K_777 in Exclude<keyof I_1["quick_menu_event"]["message"]["attachments"][number], keyof MessageAttachment>]: never; })[] & { [K_778 in Exclude<keyof I_1["quick_menu_event"]["message"]["attachments"], keyof {
|
|
21137
21063
|
filename?: string | undefined;
|
|
21138
21064
|
size?: number | undefined;
|
|
21139
21065
|
url?: string | undefined;
|
|
@@ -21175,7 +21101,7 @@ export declare const Envelope: {
|
|
|
21175
21101
|
mesages_sender_avatar?: string | undefined;
|
|
21176
21102
|
message_sender_clan_nick?: string | undefined;
|
|
21177
21103
|
message_sender_display_name?: string | undefined;
|
|
21178
|
-
} & { [
|
|
21104
|
+
} & { [K_779 in Exclude<keyof I_1["quick_menu_event"]["message"]["references"][number], keyof MessageRef>]: never; })[] & { [K_780 in Exclude<keyof I_1["quick_menu_event"]["message"]["references"], keyof {
|
|
21179
21105
|
message_id?: string | undefined;
|
|
21180
21106
|
message_ref_id?: string | undefined;
|
|
21181
21107
|
content?: string | undefined;
|
|
@@ -21194,8 +21120,8 @@ export declare const Envelope: {
|
|
|
21194
21120
|
is_public?: boolean | undefined;
|
|
21195
21121
|
code?: number | undefined;
|
|
21196
21122
|
topic_id?: string | undefined;
|
|
21197
|
-
} & { [
|
|
21198
|
-
} & { [
|
|
21123
|
+
} & { [K_781 in Exclude<keyof I_1["quick_menu_event"]["message"], keyof ChannelMessageSend>]: never; }) | undefined;
|
|
21124
|
+
} & { [K_782 in Exclude<keyof I_1["quick_menu_event"], keyof QuickMenuDataEvent>]: never; }) | undefined;
|
|
21199
21125
|
un_block_friend?: ({
|
|
21200
21126
|
user_id?: string | undefined;
|
|
21201
21127
|
username?: string | undefined;
|
|
@@ -21210,7 +21136,7 @@ export declare const Envelope: {
|
|
|
21210
21136
|
display_name?: string | undefined;
|
|
21211
21137
|
status?: string | undefined;
|
|
21212
21138
|
user_status?: string | undefined;
|
|
21213
|
-
} & { [
|
|
21139
|
+
} & { [K_783 in Exclude<keyof I_1["un_block_friend"], keyof UnblockFriend>]: never; }) | undefined;
|
|
21214
21140
|
meet_participant_event?: ({
|
|
21215
21141
|
username?: string | undefined;
|
|
21216
21142
|
room_name?: string | undefined;
|
|
@@ -21223,7 +21149,7 @@ export declare const Envelope: {
|
|
|
21223
21149
|
channel_id?: string | undefined;
|
|
21224
21150
|
clan_id?: string | undefined;
|
|
21225
21151
|
action?: number | undefined;
|
|
21226
|
-
} & { [
|
|
21152
|
+
} & { [K_784 in Exclude<keyof I_1["meet_participant_event"], keyof MeetParticipantEvent>]: never; }) | undefined;
|
|
21227
21153
|
transfer_ownership_event?: ({
|
|
21228
21154
|
clan_id?: string | undefined;
|
|
21229
21155
|
prev_owner?: string | undefined;
|
|
@@ -21232,7 +21158,7 @@ export declare const Envelope: {
|
|
|
21232
21158
|
clan_id?: string | undefined;
|
|
21233
21159
|
prev_owner?: string | undefined;
|
|
21234
21160
|
curr_owner?: string | undefined;
|
|
21235
|
-
} & { [
|
|
21161
|
+
} & { [K_785 in Exclude<keyof I_1["transfer_ownership_event"], keyof TransferOwnershipEvent>]: never; }) | undefined;
|
|
21236
21162
|
add_friend?: ({
|
|
21237
21163
|
user_id?: string | undefined;
|
|
21238
21164
|
username?: string | undefined;
|
|
@@ -21243,8 +21169,17 @@ export declare const Envelope: {
|
|
|
21243
21169
|
username?: string | undefined;
|
|
21244
21170
|
display_name?: string | undefined;
|
|
21245
21171
|
avatar?: string | undefined;
|
|
21246
|
-
} & { [
|
|
21247
|
-
|
|
21172
|
+
} & { [K_786 in Exclude<keyof I_1["add_friend"], keyof AddFriend>]: never; }) | undefined;
|
|
21173
|
+
ban_user_event?: ({
|
|
21174
|
+
user_ids?: string[] | undefined;
|
|
21175
|
+
action?: number | undefined;
|
|
21176
|
+
banner_id?: string | undefined;
|
|
21177
|
+
} & {
|
|
21178
|
+
user_ids?: (string[] & string[] & { [K_787 in Exclude<keyof I_1["ban_user_event"]["user_ids"], keyof string[]>]: never; }) | undefined;
|
|
21179
|
+
action?: number | undefined;
|
|
21180
|
+
banner_id?: string | undefined;
|
|
21181
|
+
} & { [K_788 in Exclude<keyof I_1["ban_user_event"], keyof BannedUserEvent>]: never; }) | undefined;
|
|
21182
|
+
} & { [K_789 in Exclude<keyof I_1, keyof Envelope>]: never; }>(object: I_1): Envelope;
|
|
21248
21183
|
};
|
|
21249
21184
|
export declare const FollowEvent: {
|
|
21250
21185
|
encode(_: FollowEvent, writer?: _m0.Writer): _m0.Writer;
|
|
@@ -21254,6 +21189,30 @@ export declare const FollowEvent: {
|
|
|
21254
21189
|
create<I extends {} & {} & { [K in Exclude<keyof I, never>]: never; }>(base?: I | undefined): FollowEvent;
|
|
21255
21190
|
fromPartial<I_1 extends {} & {} & { [K_1 in Exclude<keyof I_1, never>]: never; }>(_: I_1): FollowEvent;
|
|
21256
21191
|
};
|
|
21192
|
+
export declare const BannedUserEvent: {
|
|
21193
|
+
encode(message: BannedUserEvent, writer?: _m0.Writer): _m0.Writer;
|
|
21194
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): BannedUserEvent;
|
|
21195
|
+
fromJSON(object: any): BannedUserEvent;
|
|
21196
|
+
toJSON(message: BannedUserEvent): unknown;
|
|
21197
|
+
create<I extends {
|
|
21198
|
+
user_ids?: string[] | undefined;
|
|
21199
|
+
action?: number | undefined;
|
|
21200
|
+
banner_id?: string | undefined;
|
|
21201
|
+
} & {
|
|
21202
|
+
user_ids?: (string[] & string[] & { [K in Exclude<keyof I["user_ids"], keyof string[]>]: never; }) | undefined;
|
|
21203
|
+
action?: number | undefined;
|
|
21204
|
+
banner_id?: string | undefined;
|
|
21205
|
+
} & { [K_1 in Exclude<keyof I, keyof BannedUserEvent>]: never; }>(base?: I | undefined): BannedUserEvent;
|
|
21206
|
+
fromPartial<I_1 extends {
|
|
21207
|
+
user_ids?: string[] | undefined;
|
|
21208
|
+
action?: number | undefined;
|
|
21209
|
+
banner_id?: string | undefined;
|
|
21210
|
+
} & {
|
|
21211
|
+
user_ids?: (string[] & string[] & { [K_2 in Exclude<keyof I_1["user_ids"], keyof string[]>]: never; }) | undefined;
|
|
21212
|
+
action?: number | undefined;
|
|
21213
|
+
banner_id?: string | undefined;
|
|
21214
|
+
} & { [K_3 in Exclude<keyof I_1, keyof BannedUserEvent>]: never; }>(object: I_1): BannedUserEvent;
|
|
21215
|
+
};
|
|
21257
21216
|
export declare const ChannelCanvas: {
|
|
21258
21217
|
encode(message: ChannelCanvas, writer?: _m0.Writer): _m0.Writer;
|
|
21259
21218
|
decode(input: _m0.Reader | Uint8Array, length?: number): ChannelCanvas;
|
|
@@ -21831,7 +21790,6 @@ export declare const Channel: {
|
|
|
21831
21790
|
user_id?: string | undefined;
|
|
21832
21791
|
session_id?: string | undefined;
|
|
21833
21792
|
username?: string | undefined;
|
|
21834
|
-
persistence?: boolean | undefined;
|
|
21835
21793
|
status?: string | undefined;
|
|
21836
21794
|
is_mobile?: boolean | undefined;
|
|
21837
21795
|
user_status?: string | undefined;
|
|
@@ -21840,7 +21798,6 @@ export declare const Channel: {
|
|
|
21840
21798
|
user_id?: string | undefined;
|
|
21841
21799
|
session_id?: string | undefined;
|
|
21842
21800
|
username?: string | undefined;
|
|
21843
|
-
persistence?: boolean | undefined;
|
|
21844
21801
|
status?: string | undefined;
|
|
21845
21802
|
is_mobile?: boolean | undefined;
|
|
21846
21803
|
user_status?: string | undefined;
|
|
@@ -21854,7 +21811,6 @@ export declare const Channel: {
|
|
|
21854
21811
|
user_id?: string | undefined;
|
|
21855
21812
|
session_id?: string | undefined;
|
|
21856
21813
|
username?: string | undefined;
|
|
21857
|
-
persistence?: boolean | undefined;
|
|
21858
21814
|
status?: string | undefined;
|
|
21859
21815
|
is_mobile?: boolean | undefined;
|
|
21860
21816
|
user_status?: string | undefined;
|
|
@@ -21862,7 +21818,6 @@ export declare const Channel: {
|
|
|
21862
21818
|
user_id?: string | undefined;
|
|
21863
21819
|
session_id?: string | undefined;
|
|
21864
21820
|
username?: string | undefined;
|
|
21865
|
-
persistence?: boolean | undefined;
|
|
21866
21821
|
status?: string | undefined;
|
|
21867
21822
|
is_mobile?: boolean | undefined;
|
|
21868
21823
|
user_status?: string | undefined;
|
|
@@ -21870,7 +21825,6 @@ export declare const Channel: {
|
|
|
21870
21825
|
user_id?: string | undefined;
|
|
21871
21826
|
session_id?: string | undefined;
|
|
21872
21827
|
username?: string | undefined;
|
|
21873
|
-
persistence?: boolean | undefined;
|
|
21874
21828
|
status?: string | undefined;
|
|
21875
21829
|
is_mobile?: boolean | undefined;
|
|
21876
21830
|
user_status?: string | undefined;
|
|
@@ -21878,7 +21832,6 @@ export declare const Channel: {
|
|
|
21878
21832
|
user_id?: string | undefined;
|
|
21879
21833
|
session_id?: string | undefined;
|
|
21880
21834
|
username?: string | undefined;
|
|
21881
|
-
persistence?: boolean | undefined;
|
|
21882
21835
|
status?: string | undefined;
|
|
21883
21836
|
is_mobile?: boolean | undefined;
|
|
21884
21837
|
user_status?: string | undefined;
|
|
@@ -21887,7 +21840,6 @@ export declare const Channel: {
|
|
|
21887
21840
|
user_id?: string | undefined;
|
|
21888
21841
|
session_id?: string | undefined;
|
|
21889
21842
|
username?: string | undefined;
|
|
21890
|
-
persistence?: boolean | undefined;
|
|
21891
21843
|
status?: string | undefined;
|
|
21892
21844
|
is_mobile?: boolean | undefined;
|
|
21893
21845
|
user_status?: string | undefined;
|
|
@@ -21895,7 +21847,6 @@ export declare const Channel: {
|
|
|
21895
21847
|
user_id?: string | undefined;
|
|
21896
21848
|
session_id?: string | undefined;
|
|
21897
21849
|
username?: string | undefined;
|
|
21898
|
-
persistence?: boolean | undefined;
|
|
21899
21850
|
status?: string | undefined;
|
|
21900
21851
|
is_mobile?: boolean | undefined;
|
|
21901
21852
|
user_status?: string | undefined;
|
|
@@ -21910,7 +21861,6 @@ export declare const Channel: {
|
|
|
21910
21861
|
user_id?: string | undefined;
|
|
21911
21862
|
session_id?: string | undefined;
|
|
21912
21863
|
username?: string | undefined;
|
|
21913
|
-
persistence?: boolean | undefined;
|
|
21914
21864
|
status?: string | undefined;
|
|
21915
21865
|
is_mobile?: boolean | undefined;
|
|
21916
21866
|
user_status?: string | undefined;
|
|
@@ -21919,7 +21869,6 @@ export declare const Channel: {
|
|
|
21919
21869
|
user_id?: string | undefined;
|
|
21920
21870
|
session_id?: string | undefined;
|
|
21921
21871
|
username?: string | undefined;
|
|
21922
|
-
persistence?: boolean | undefined;
|
|
21923
21872
|
status?: string | undefined;
|
|
21924
21873
|
is_mobile?: boolean | undefined;
|
|
21925
21874
|
user_status?: string | undefined;
|
|
@@ -21933,7 +21882,6 @@ export declare const Channel: {
|
|
|
21933
21882
|
user_id?: string | undefined;
|
|
21934
21883
|
session_id?: string | undefined;
|
|
21935
21884
|
username?: string | undefined;
|
|
21936
|
-
persistence?: boolean | undefined;
|
|
21937
21885
|
status?: string | undefined;
|
|
21938
21886
|
is_mobile?: boolean | undefined;
|
|
21939
21887
|
user_status?: string | undefined;
|
|
@@ -21941,7 +21889,6 @@ export declare const Channel: {
|
|
|
21941
21889
|
user_id?: string | undefined;
|
|
21942
21890
|
session_id?: string | undefined;
|
|
21943
21891
|
username?: string | undefined;
|
|
21944
|
-
persistence?: boolean | undefined;
|
|
21945
21892
|
status?: string | undefined;
|
|
21946
21893
|
is_mobile?: boolean | undefined;
|
|
21947
21894
|
user_status?: string | undefined;
|
|
@@ -21949,7 +21896,6 @@ export declare const Channel: {
|
|
|
21949
21896
|
user_id?: string | undefined;
|
|
21950
21897
|
session_id?: string | undefined;
|
|
21951
21898
|
username?: string | undefined;
|
|
21952
|
-
persistence?: boolean | undefined;
|
|
21953
21899
|
status?: string | undefined;
|
|
21954
21900
|
is_mobile?: boolean | undefined;
|
|
21955
21901
|
user_status?: string | undefined;
|
|
@@ -21957,7 +21903,6 @@ export declare const Channel: {
|
|
|
21957
21903
|
user_id?: string | undefined;
|
|
21958
21904
|
session_id?: string | undefined;
|
|
21959
21905
|
username?: string | undefined;
|
|
21960
|
-
persistence?: boolean | undefined;
|
|
21961
21906
|
status?: string | undefined;
|
|
21962
21907
|
is_mobile?: boolean | undefined;
|
|
21963
21908
|
user_status?: string | undefined;
|
|
@@ -21966,7 +21911,6 @@ export declare const Channel: {
|
|
|
21966
21911
|
user_id?: string | undefined;
|
|
21967
21912
|
session_id?: string | undefined;
|
|
21968
21913
|
username?: string | undefined;
|
|
21969
|
-
persistence?: boolean | undefined;
|
|
21970
21914
|
status?: string | undefined;
|
|
21971
21915
|
is_mobile?: boolean | undefined;
|
|
21972
21916
|
user_status?: string | undefined;
|
|
@@ -21974,7 +21918,6 @@ export declare const Channel: {
|
|
|
21974
21918
|
user_id?: string | undefined;
|
|
21975
21919
|
session_id?: string | undefined;
|
|
21976
21920
|
username?: string | undefined;
|
|
21977
|
-
persistence?: boolean | undefined;
|
|
21978
21921
|
status?: string | undefined;
|
|
21979
21922
|
is_mobile?: boolean | undefined;
|
|
21980
21923
|
user_status?: string | undefined;
|
|
@@ -23669,7 +23612,6 @@ export declare const ChannelPresenceEvent: {
|
|
|
23669
23612
|
user_id?: string | undefined;
|
|
23670
23613
|
session_id?: string | undefined;
|
|
23671
23614
|
username?: string | undefined;
|
|
23672
|
-
persistence?: boolean | undefined;
|
|
23673
23615
|
status?: string | undefined;
|
|
23674
23616
|
is_mobile?: boolean | undefined;
|
|
23675
23617
|
user_status?: string | undefined;
|
|
@@ -23678,7 +23620,6 @@ export declare const ChannelPresenceEvent: {
|
|
|
23678
23620
|
user_id?: string | undefined;
|
|
23679
23621
|
session_id?: string | undefined;
|
|
23680
23622
|
username?: string | undefined;
|
|
23681
|
-
persistence?: boolean | undefined;
|
|
23682
23623
|
status?: string | undefined;
|
|
23683
23624
|
is_mobile?: boolean | undefined;
|
|
23684
23625
|
user_status?: string | undefined;
|
|
@@ -23692,7 +23633,6 @@ export declare const ChannelPresenceEvent: {
|
|
|
23692
23633
|
user_id?: string | undefined;
|
|
23693
23634
|
session_id?: string | undefined;
|
|
23694
23635
|
username?: string | undefined;
|
|
23695
|
-
persistence?: boolean | undefined;
|
|
23696
23636
|
status?: string | undefined;
|
|
23697
23637
|
is_mobile?: boolean | undefined;
|
|
23698
23638
|
user_status?: string | undefined;
|
|
@@ -23700,7 +23640,6 @@ export declare const ChannelPresenceEvent: {
|
|
|
23700
23640
|
user_id?: string | undefined;
|
|
23701
23641
|
session_id?: string | undefined;
|
|
23702
23642
|
username?: string | undefined;
|
|
23703
|
-
persistence?: boolean | undefined;
|
|
23704
23643
|
status?: string | undefined;
|
|
23705
23644
|
is_mobile?: boolean | undefined;
|
|
23706
23645
|
user_status?: string | undefined;
|
|
@@ -23708,7 +23647,6 @@ export declare const ChannelPresenceEvent: {
|
|
|
23708
23647
|
user_id?: string | undefined;
|
|
23709
23648
|
session_id?: string | undefined;
|
|
23710
23649
|
username?: string | undefined;
|
|
23711
|
-
persistence?: boolean | undefined;
|
|
23712
23650
|
status?: string | undefined;
|
|
23713
23651
|
is_mobile?: boolean | undefined;
|
|
23714
23652
|
user_status?: string | undefined;
|
|
@@ -23716,7 +23654,6 @@ export declare const ChannelPresenceEvent: {
|
|
|
23716
23654
|
user_id?: string | undefined;
|
|
23717
23655
|
session_id?: string | undefined;
|
|
23718
23656
|
username?: string | undefined;
|
|
23719
|
-
persistence?: boolean | undefined;
|
|
23720
23657
|
status?: string | undefined;
|
|
23721
23658
|
is_mobile?: boolean | undefined;
|
|
23722
23659
|
user_status?: string | undefined;
|
|
@@ -23725,7 +23662,6 @@ export declare const ChannelPresenceEvent: {
|
|
|
23725
23662
|
user_id?: string | undefined;
|
|
23726
23663
|
session_id?: string | undefined;
|
|
23727
23664
|
username?: string | undefined;
|
|
23728
|
-
persistence?: boolean | undefined;
|
|
23729
23665
|
status?: string | undefined;
|
|
23730
23666
|
is_mobile?: boolean | undefined;
|
|
23731
23667
|
user_status?: string | undefined;
|
|
@@ -23733,7 +23669,6 @@ export declare const ChannelPresenceEvent: {
|
|
|
23733
23669
|
user_id?: string | undefined;
|
|
23734
23670
|
session_id?: string | undefined;
|
|
23735
23671
|
username?: string | undefined;
|
|
23736
|
-
persistence?: boolean | undefined;
|
|
23737
23672
|
status?: string | undefined;
|
|
23738
23673
|
is_mobile?: boolean | undefined;
|
|
23739
23674
|
user_status?: string | undefined;
|
|
@@ -23741,7 +23676,6 @@ export declare const ChannelPresenceEvent: {
|
|
|
23741
23676
|
user_id?: string | undefined;
|
|
23742
23677
|
session_id?: string | undefined;
|
|
23743
23678
|
username?: string | undefined;
|
|
23744
|
-
persistence?: boolean | undefined;
|
|
23745
23679
|
status?: string | undefined;
|
|
23746
23680
|
is_mobile?: boolean | undefined;
|
|
23747
23681
|
user_status?: string | undefined;
|
|
@@ -23749,7 +23683,6 @@ export declare const ChannelPresenceEvent: {
|
|
|
23749
23683
|
user_id?: string | undefined;
|
|
23750
23684
|
session_id?: string | undefined;
|
|
23751
23685
|
username?: string | undefined;
|
|
23752
|
-
persistence?: boolean | undefined;
|
|
23753
23686
|
status?: string | undefined;
|
|
23754
23687
|
is_mobile?: boolean | undefined;
|
|
23755
23688
|
user_status?: string | undefined;
|
|
@@ -23764,7 +23697,6 @@ export declare const ChannelPresenceEvent: {
|
|
|
23764
23697
|
user_id?: string | undefined;
|
|
23765
23698
|
session_id?: string | undefined;
|
|
23766
23699
|
username?: string | undefined;
|
|
23767
|
-
persistence?: boolean | undefined;
|
|
23768
23700
|
status?: string | undefined;
|
|
23769
23701
|
is_mobile?: boolean | undefined;
|
|
23770
23702
|
user_status?: string | undefined;
|
|
@@ -23773,7 +23705,6 @@ export declare const ChannelPresenceEvent: {
|
|
|
23773
23705
|
user_id?: string | undefined;
|
|
23774
23706
|
session_id?: string | undefined;
|
|
23775
23707
|
username?: string | undefined;
|
|
23776
|
-
persistence?: boolean | undefined;
|
|
23777
23708
|
status?: string | undefined;
|
|
23778
23709
|
is_mobile?: boolean | undefined;
|
|
23779
23710
|
user_status?: string | undefined;
|
|
@@ -23787,7 +23718,6 @@ export declare const ChannelPresenceEvent: {
|
|
|
23787
23718
|
user_id?: string | undefined;
|
|
23788
23719
|
session_id?: string | undefined;
|
|
23789
23720
|
username?: string | undefined;
|
|
23790
|
-
persistence?: boolean | undefined;
|
|
23791
23721
|
status?: string | undefined;
|
|
23792
23722
|
is_mobile?: boolean | undefined;
|
|
23793
23723
|
user_status?: string | undefined;
|
|
@@ -23795,7 +23725,6 @@ export declare const ChannelPresenceEvent: {
|
|
|
23795
23725
|
user_id?: string | undefined;
|
|
23796
23726
|
session_id?: string | undefined;
|
|
23797
23727
|
username?: string | undefined;
|
|
23798
|
-
persistence?: boolean | undefined;
|
|
23799
23728
|
status?: string | undefined;
|
|
23800
23729
|
is_mobile?: boolean | undefined;
|
|
23801
23730
|
user_status?: string | undefined;
|
|
@@ -23803,7 +23732,6 @@ export declare const ChannelPresenceEvent: {
|
|
|
23803
23732
|
user_id?: string | undefined;
|
|
23804
23733
|
session_id?: string | undefined;
|
|
23805
23734
|
username?: string | undefined;
|
|
23806
|
-
persistence?: boolean | undefined;
|
|
23807
23735
|
status?: string | undefined;
|
|
23808
23736
|
is_mobile?: boolean | undefined;
|
|
23809
23737
|
user_status?: string | undefined;
|
|
@@ -23811,7 +23739,6 @@ export declare const ChannelPresenceEvent: {
|
|
|
23811
23739
|
user_id?: string | undefined;
|
|
23812
23740
|
session_id?: string | undefined;
|
|
23813
23741
|
username?: string | undefined;
|
|
23814
|
-
persistence?: boolean | undefined;
|
|
23815
23742
|
status?: string | undefined;
|
|
23816
23743
|
is_mobile?: boolean | undefined;
|
|
23817
23744
|
user_status?: string | undefined;
|
|
@@ -23820,7 +23747,6 @@ export declare const ChannelPresenceEvent: {
|
|
|
23820
23747
|
user_id?: string | undefined;
|
|
23821
23748
|
session_id?: string | undefined;
|
|
23822
23749
|
username?: string | undefined;
|
|
23823
|
-
persistence?: boolean | undefined;
|
|
23824
23750
|
status?: string | undefined;
|
|
23825
23751
|
is_mobile?: boolean | undefined;
|
|
23826
23752
|
user_status?: string | undefined;
|
|
@@ -23828,7 +23754,6 @@ export declare const ChannelPresenceEvent: {
|
|
|
23828
23754
|
user_id?: string | undefined;
|
|
23829
23755
|
session_id?: string | undefined;
|
|
23830
23756
|
username?: string | undefined;
|
|
23831
|
-
persistence?: boolean | undefined;
|
|
23832
23757
|
status?: string | undefined;
|
|
23833
23758
|
is_mobile?: boolean | undefined;
|
|
23834
23759
|
user_status?: string | undefined;
|
|
@@ -23836,7 +23761,6 @@ export declare const ChannelPresenceEvent: {
|
|
|
23836
23761
|
user_id?: string | undefined;
|
|
23837
23762
|
session_id?: string | undefined;
|
|
23838
23763
|
username?: string | undefined;
|
|
23839
|
-
persistence?: boolean | undefined;
|
|
23840
23764
|
status?: string | undefined;
|
|
23841
23765
|
is_mobile?: boolean | undefined;
|
|
23842
23766
|
user_status?: string | undefined;
|
|
@@ -23844,7 +23768,6 @@ export declare const ChannelPresenceEvent: {
|
|
|
23844
23768
|
user_id?: string | undefined;
|
|
23845
23769
|
session_id?: string | undefined;
|
|
23846
23770
|
username?: string | undefined;
|
|
23847
|
-
persistence?: boolean | undefined;
|
|
23848
23771
|
status?: string | undefined;
|
|
23849
23772
|
is_mobile?: boolean | undefined;
|
|
23850
23773
|
user_status?: string | undefined;
|
|
@@ -24862,7 +24785,6 @@ export declare const Status: {
|
|
|
24862
24785
|
user_id?: string | undefined;
|
|
24863
24786
|
session_id?: string | undefined;
|
|
24864
24787
|
username?: string | undefined;
|
|
24865
|
-
persistence?: boolean | undefined;
|
|
24866
24788
|
status?: string | undefined;
|
|
24867
24789
|
is_mobile?: boolean | undefined;
|
|
24868
24790
|
user_status?: string | undefined;
|
|
@@ -24872,7 +24794,6 @@ export declare const Status: {
|
|
|
24872
24794
|
user_id?: string | undefined;
|
|
24873
24795
|
session_id?: string | undefined;
|
|
24874
24796
|
username?: string | undefined;
|
|
24875
|
-
persistence?: boolean | undefined;
|
|
24876
24797
|
status?: string | undefined;
|
|
24877
24798
|
is_mobile?: boolean | undefined;
|
|
24878
24799
|
user_status?: string | undefined;
|
|
@@ -24880,7 +24801,6 @@ export declare const Status: {
|
|
|
24880
24801
|
user_id?: string | undefined;
|
|
24881
24802
|
session_id?: string | undefined;
|
|
24882
24803
|
username?: string | undefined;
|
|
24883
|
-
persistence?: boolean | undefined;
|
|
24884
24804
|
status?: string | undefined;
|
|
24885
24805
|
is_mobile?: boolean | undefined;
|
|
24886
24806
|
user_status?: string | undefined;
|
|
@@ -24888,7 +24808,6 @@ export declare const Status: {
|
|
|
24888
24808
|
user_id?: string | undefined;
|
|
24889
24809
|
session_id?: string | undefined;
|
|
24890
24810
|
username?: string | undefined;
|
|
24891
|
-
persistence?: boolean | undefined;
|
|
24892
24811
|
status?: string | undefined;
|
|
24893
24812
|
is_mobile?: boolean | undefined;
|
|
24894
24813
|
user_status?: string | undefined;
|
|
@@ -24896,7 +24815,6 @@ export declare const Status: {
|
|
|
24896
24815
|
user_id?: string | undefined;
|
|
24897
24816
|
session_id?: string | undefined;
|
|
24898
24817
|
username?: string | undefined;
|
|
24899
|
-
persistence?: boolean | undefined;
|
|
24900
24818
|
status?: string | undefined;
|
|
24901
24819
|
is_mobile?: boolean | undefined;
|
|
24902
24820
|
user_status?: string | undefined;
|
|
@@ -24907,7 +24825,6 @@ export declare const Status: {
|
|
|
24907
24825
|
user_id?: string | undefined;
|
|
24908
24826
|
session_id?: string | undefined;
|
|
24909
24827
|
username?: string | undefined;
|
|
24910
|
-
persistence?: boolean | undefined;
|
|
24911
24828
|
status?: string | undefined;
|
|
24912
24829
|
is_mobile?: boolean | undefined;
|
|
24913
24830
|
user_status?: string | undefined;
|
|
@@ -24917,7 +24834,6 @@ export declare const Status: {
|
|
|
24917
24834
|
user_id?: string | undefined;
|
|
24918
24835
|
session_id?: string | undefined;
|
|
24919
24836
|
username?: string | undefined;
|
|
24920
|
-
persistence?: boolean | undefined;
|
|
24921
24837
|
status?: string | undefined;
|
|
24922
24838
|
is_mobile?: boolean | undefined;
|
|
24923
24839
|
user_status?: string | undefined;
|
|
@@ -24925,7 +24841,6 @@ export declare const Status: {
|
|
|
24925
24841
|
user_id?: string | undefined;
|
|
24926
24842
|
session_id?: string | undefined;
|
|
24927
24843
|
username?: string | undefined;
|
|
24928
|
-
persistence?: boolean | undefined;
|
|
24929
24844
|
status?: string | undefined;
|
|
24930
24845
|
is_mobile?: boolean | undefined;
|
|
24931
24846
|
user_status?: string | undefined;
|
|
@@ -24933,7 +24848,6 @@ export declare const Status: {
|
|
|
24933
24848
|
user_id?: string | undefined;
|
|
24934
24849
|
session_id?: string | undefined;
|
|
24935
24850
|
username?: string | undefined;
|
|
24936
|
-
persistence?: boolean | undefined;
|
|
24937
24851
|
status?: string | undefined;
|
|
24938
24852
|
is_mobile?: boolean | undefined;
|
|
24939
24853
|
user_status?: string | undefined;
|
|
@@ -24941,7 +24855,6 @@ export declare const Status: {
|
|
|
24941
24855
|
user_id?: string | undefined;
|
|
24942
24856
|
session_id?: string | undefined;
|
|
24943
24857
|
username?: string | undefined;
|
|
24944
|
-
persistence?: boolean | undefined;
|
|
24945
24858
|
status?: string | undefined;
|
|
24946
24859
|
is_mobile?: boolean | undefined;
|
|
24947
24860
|
user_status?: string | undefined;
|
|
@@ -24978,7 +24891,6 @@ export declare const StatusPresenceEvent: {
|
|
|
24978
24891
|
user_id?: string | undefined;
|
|
24979
24892
|
session_id?: string | undefined;
|
|
24980
24893
|
username?: string | undefined;
|
|
24981
|
-
persistence?: boolean | undefined;
|
|
24982
24894
|
status?: string | undefined;
|
|
24983
24895
|
is_mobile?: boolean | undefined;
|
|
24984
24896
|
user_status?: string | undefined;
|
|
@@ -24987,7 +24899,6 @@ export declare const StatusPresenceEvent: {
|
|
|
24987
24899
|
user_id?: string | undefined;
|
|
24988
24900
|
session_id?: string | undefined;
|
|
24989
24901
|
username?: string | undefined;
|
|
24990
|
-
persistence?: boolean | undefined;
|
|
24991
24902
|
status?: string | undefined;
|
|
24992
24903
|
is_mobile?: boolean | undefined;
|
|
24993
24904
|
user_status?: string | undefined;
|
|
@@ -24997,7 +24908,6 @@ export declare const StatusPresenceEvent: {
|
|
|
24997
24908
|
user_id?: string | undefined;
|
|
24998
24909
|
session_id?: string | undefined;
|
|
24999
24910
|
username?: string | undefined;
|
|
25000
|
-
persistence?: boolean | undefined;
|
|
25001
24911
|
status?: string | undefined;
|
|
25002
24912
|
is_mobile?: boolean | undefined;
|
|
25003
24913
|
user_status?: string | undefined;
|
|
@@ -25005,7 +24915,6 @@ export declare const StatusPresenceEvent: {
|
|
|
25005
24915
|
user_id?: string | undefined;
|
|
25006
24916
|
session_id?: string | undefined;
|
|
25007
24917
|
username?: string | undefined;
|
|
25008
|
-
persistence?: boolean | undefined;
|
|
25009
24918
|
status?: string | undefined;
|
|
25010
24919
|
is_mobile?: boolean | undefined;
|
|
25011
24920
|
user_status?: string | undefined;
|
|
@@ -25013,7 +24922,6 @@ export declare const StatusPresenceEvent: {
|
|
|
25013
24922
|
user_id?: string | undefined;
|
|
25014
24923
|
session_id?: string | undefined;
|
|
25015
24924
|
username?: string | undefined;
|
|
25016
|
-
persistence?: boolean | undefined;
|
|
25017
24925
|
status?: string | undefined;
|
|
25018
24926
|
is_mobile?: boolean | undefined;
|
|
25019
24927
|
user_status?: string | undefined;
|
|
@@ -25021,7 +24929,6 @@ export declare const StatusPresenceEvent: {
|
|
|
25021
24929
|
user_id?: string | undefined;
|
|
25022
24930
|
session_id?: string | undefined;
|
|
25023
24931
|
username?: string | undefined;
|
|
25024
|
-
persistence?: boolean | undefined;
|
|
25025
24932
|
status?: string | undefined;
|
|
25026
24933
|
is_mobile?: boolean | undefined;
|
|
25027
24934
|
user_status?: string | undefined;
|
|
@@ -25030,7 +24937,6 @@ export declare const StatusPresenceEvent: {
|
|
|
25030
24937
|
user_id?: string | undefined;
|
|
25031
24938
|
session_id?: string | undefined;
|
|
25032
24939
|
username?: string | undefined;
|
|
25033
|
-
persistence?: boolean | undefined;
|
|
25034
24940
|
status?: string | undefined;
|
|
25035
24941
|
is_mobile?: boolean | undefined;
|
|
25036
24942
|
user_status?: string | undefined;
|
|
@@ -25038,7 +24944,6 @@ export declare const StatusPresenceEvent: {
|
|
|
25038
24944
|
user_id?: string | undefined;
|
|
25039
24945
|
session_id?: string | undefined;
|
|
25040
24946
|
username?: string | undefined;
|
|
25041
|
-
persistence?: boolean | undefined;
|
|
25042
24947
|
status?: string | undefined;
|
|
25043
24948
|
is_mobile?: boolean | undefined;
|
|
25044
24949
|
user_status?: string | undefined;
|
|
@@ -25046,7 +24951,6 @@ export declare const StatusPresenceEvent: {
|
|
|
25046
24951
|
user_id?: string | undefined;
|
|
25047
24952
|
session_id?: string | undefined;
|
|
25048
24953
|
username?: string | undefined;
|
|
25049
|
-
persistence?: boolean | undefined;
|
|
25050
24954
|
status?: string | undefined;
|
|
25051
24955
|
is_mobile?: boolean | undefined;
|
|
25052
24956
|
user_status?: string | undefined;
|
|
@@ -25054,7 +24958,6 @@ export declare const StatusPresenceEvent: {
|
|
|
25054
24958
|
user_id?: string | undefined;
|
|
25055
24959
|
session_id?: string | undefined;
|
|
25056
24960
|
username?: string | undefined;
|
|
25057
|
-
persistence?: boolean | undefined;
|
|
25058
24961
|
status?: string | undefined;
|
|
25059
24962
|
is_mobile?: boolean | undefined;
|
|
25060
24963
|
user_status?: string | undefined;
|
|
@@ -25065,7 +24968,6 @@ export declare const StatusPresenceEvent: {
|
|
|
25065
24968
|
user_id?: string | undefined;
|
|
25066
24969
|
session_id?: string | undefined;
|
|
25067
24970
|
username?: string | undefined;
|
|
25068
|
-
persistence?: boolean | undefined;
|
|
25069
24971
|
status?: string | undefined;
|
|
25070
24972
|
is_mobile?: boolean | undefined;
|
|
25071
24973
|
user_status?: string | undefined;
|
|
@@ -25074,7 +24976,6 @@ export declare const StatusPresenceEvent: {
|
|
|
25074
24976
|
user_id?: string | undefined;
|
|
25075
24977
|
session_id?: string | undefined;
|
|
25076
24978
|
username?: string | undefined;
|
|
25077
|
-
persistence?: boolean | undefined;
|
|
25078
24979
|
status?: string | undefined;
|
|
25079
24980
|
is_mobile?: boolean | undefined;
|
|
25080
24981
|
user_status?: string | undefined;
|
|
@@ -25084,7 +24985,6 @@ export declare const StatusPresenceEvent: {
|
|
|
25084
24985
|
user_id?: string | undefined;
|
|
25085
24986
|
session_id?: string | undefined;
|
|
25086
24987
|
username?: string | undefined;
|
|
25087
|
-
persistence?: boolean | undefined;
|
|
25088
24988
|
status?: string | undefined;
|
|
25089
24989
|
is_mobile?: boolean | undefined;
|
|
25090
24990
|
user_status?: string | undefined;
|
|
@@ -25092,7 +24992,6 @@ export declare const StatusPresenceEvent: {
|
|
|
25092
24992
|
user_id?: string | undefined;
|
|
25093
24993
|
session_id?: string | undefined;
|
|
25094
24994
|
username?: string | undefined;
|
|
25095
|
-
persistence?: boolean | undefined;
|
|
25096
24995
|
status?: string | undefined;
|
|
25097
24996
|
is_mobile?: boolean | undefined;
|
|
25098
24997
|
user_status?: string | undefined;
|
|
@@ -25100,7 +24999,6 @@ export declare const StatusPresenceEvent: {
|
|
|
25100
24999
|
user_id?: string | undefined;
|
|
25101
25000
|
session_id?: string | undefined;
|
|
25102
25001
|
username?: string | undefined;
|
|
25103
|
-
persistence?: boolean | undefined;
|
|
25104
25002
|
status?: string | undefined;
|
|
25105
25003
|
is_mobile?: boolean | undefined;
|
|
25106
25004
|
user_status?: string | undefined;
|
|
@@ -25108,7 +25006,6 @@ export declare const StatusPresenceEvent: {
|
|
|
25108
25006
|
user_id?: string | undefined;
|
|
25109
25007
|
session_id?: string | undefined;
|
|
25110
25008
|
username?: string | undefined;
|
|
25111
|
-
persistence?: boolean | undefined;
|
|
25112
25009
|
status?: string | undefined;
|
|
25113
25010
|
is_mobile?: boolean | undefined;
|
|
25114
25011
|
user_status?: string | undefined;
|
|
@@ -25117,7 +25014,6 @@ export declare const StatusPresenceEvent: {
|
|
|
25117
25014
|
user_id?: string | undefined;
|
|
25118
25015
|
session_id?: string | undefined;
|
|
25119
25016
|
username?: string | undefined;
|
|
25120
|
-
persistence?: boolean | undefined;
|
|
25121
25017
|
status?: string | undefined;
|
|
25122
25018
|
is_mobile?: boolean | undefined;
|
|
25123
25019
|
user_status?: string | undefined;
|
|
@@ -25125,7 +25021,6 @@ export declare const StatusPresenceEvent: {
|
|
|
25125
25021
|
user_id?: string | undefined;
|
|
25126
25022
|
session_id?: string | undefined;
|
|
25127
25023
|
username?: string | undefined;
|
|
25128
|
-
persistence?: boolean | undefined;
|
|
25129
25024
|
status?: string | undefined;
|
|
25130
25025
|
is_mobile?: boolean | undefined;
|
|
25131
25026
|
user_status?: string | undefined;
|
|
@@ -25133,7 +25028,6 @@ export declare const StatusPresenceEvent: {
|
|
|
25133
25028
|
user_id?: string | undefined;
|
|
25134
25029
|
session_id?: string | undefined;
|
|
25135
25030
|
username?: string | undefined;
|
|
25136
|
-
persistence?: boolean | undefined;
|
|
25137
25031
|
status?: string | undefined;
|
|
25138
25032
|
is_mobile?: boolean | undefined;
|
|
25139
25033
|
user_status?: string | undefined;
|
|
@@ -25141,7 +25035,6 @@ export declare const StatusPresenceEvent: {
|
|
|
25141
25035
|
user_id?: string | undefined;
|
|
25142
25036
|
session_id?: string | undefined;
|
|
25143
25037
|
username?: string | undefined;
|
|
25144
|
-
persistence?: boolean | undefined;
|
|
25145
25038
|
status?: string | undefined;
|
|
25146
25039
|
is_mobile?: boolean | undefined;
|
|
25147
25040
|
user_status?: string | undefined;
|
|
@@ -26348,7 +26241,6 @@ export declare const StreamData: {
|
|
|
26348
26241
|
user_id?: string | undefined;
|
|
26349
26242
|
session_id?: string | undefined;
|
|
26350
26243
|
username?: string | undefined;
|
|
26351
|
-
persistence?: boolean | undefined;
|
|
26352
26244
|
status?: string | undefined;
|
|
26353
26245
|
is_mobile?: boolean | undefined;
|
|
26354
26246
|
user_status?: string | undefined;
|
|
@@ -26371,7 +26263,6 @@ export declare const StreamData: {
|
|
|
26371
26263
|
user_id?: string | undefined;
|
|
26372
26264
|
session_id?: string | undefined;
|
|
26373
26265
|
username?: string | undefined;
|
|
26374
|
-
persistence?: boolean | undefined;
|
|
26375
26266
|
status?: string | undefined;
|
|
26376
26267
|
is_mobile?: boolean | undefined;
|
|
26377
26268
|
user_status?: string | undefined;
|
|
@@ -26379,7 +26270,6 @@ export declare const StreamData: {
|
|
|
26379
26270
|
user_id?: string | undefined;
|
|
26380
26271
|
session_id?: string | undefined;
|
|
26381
26272
|
username?: string | undefined;
|
|
26382
|
-
persistence?: boolean | undefined;
|
|
26383
26273
|
status?: string | undefined;
|
|
26384
26274
|
is_mobile?: boolean | undefined;
|
|
26385
26275
|
user_status?: string | undefined;
|
|
@@ -26398,7 +26288,6 @@ export declare const StreamData: {
|
|
|
26398
26288
|
user_id?: string | undefined;
|
|
26399
26289
|
session_id?: string | undefined;
|
|
26400
26290
|
username?: string | undefined;
|
|
26401
|
-
persistence?: boolean | undefined;
|
|
26402
26291
|
status?: string | undefined;
|
|
26403
26292
|
is_mobile?: boolean | undefined;
|
|
26404
26293
|
user_status?: string | undefined;
|
|
@@ -26421,7 +26310,6 @@ export declare const StreamData: {
|
|
|
26421
26310
|
user_id?: string | undefined;
|
|
26422
26311
|
session_id?: string | undefined;
|
|
26423
26312
|
username?: string | undefined;
|
|
26424
|
-
persistence?: boolean | undefined;
|
|
26425
26313
|
status?: string | undefined;
|
|
26426
26314
|
is_mobile?: boolean | undefined;
|
|
26427
26315
|
user_status?: string | undefined;
|
|
@@ -26429,7 +26317,6 @@ export declare const StreamData: {
|
|
|
26429
26317
|
user_id?: string | undefined;
|
|
26430
26318
|
session_id?: string | undefined;
|
|
26431
26319
|
username?: string | undefined;
|
|
26432
|
-
persistence?: boolean | undefined;
|
|
26433
26320
|
status?: string | undefined;
|
|
26434
26321
|
is_mobile?: boolean | undefined;
|
|
26435
26322
|
user_status?: string | undefined;
|
|
@@ -26454,7 +26341,6 @@ export declare const StreamPresenceEvent: {
|
|
|
26454
26341
|
user_id?: string | undefined;
|
|
26455
26342
|
session_id?: string | undefined;
|
|
26456
26343
|
username?: string | undefined;
|
|
26457
|
-
persistence?: boolean | undefined;
|
|
26458
26344
|
status?: string | undefined;
|
|
26459
26345
|
is_mobile?: boolean | undefined;
|
|
26460
26346
|
user_status?: string | undefined;
|
|
@@ -26463,7 +26349,6 @@ export declare const StreamPresenceEvent: {
|
|
|
26463
26349
|
user_id?: string | undefined;
|
|
26464
26350
|
session_id?: string | undefined;
|
|
26465
26351
|
username?: string | undefined;
|
|
26466
|
-
persistence?: boolean | undefined;
|
|
26467
26352
|
status?: string | undefined;
|
|
26468
26353
|
is_mobile?: boolean | undefined;
|
|
26469
26354
|
user_status?: string | undefined;
|
|
@@ -26484,7 +26369,6 @@ export declare const StreamPresenceEvent: {
|
|
|
26484
26369
|
user_id?: string | undefined;
|
|
26485
26370
|
session_id?: string | undefined;
|
|
26486
26371
|
username?: string | undefined;
|
|
26487
|
-
persistence?: boolean | undefined;
|
|
26488
26372
|
status?: string | undefined;
|
|
26489
26373
|
is_mobile?: boolean | undefined;
|
|
26490
26374
|
user_status?: string | undefined;
|
|
@@ -26492,7 +26376,6 @@ export declare const StreamPresenceEvent: {
|
|
|
26492
26376
|
user_id?: string | undefined;
|
|
26493
26377
|
session_id?: string | undefined;
|
|
26494
26378
|
username?: string | undefined;
|
|
26495
|
-
persistence?: boolean | undefined;
|
|
26496
26379
|
status?: string | undefined;
|
|
26497
26380
|
is_mobile?: boolean | undefined;
|
|
26498
26381
|
user_status?: string | undefined;
|
|
@@ -26500,7 +26383,6 @@ export declare const StreamPresenceEvent: {
|
|
|
26500
26383
|
user_id?: string | undefined;
|
|
26501
26384
|
session_id?: string | undefined;
|
|
26502
26385
|
username?: string | undefined;
|
|
26503
|
-
persistence?: boolean | undefined;
|
|
26504
26386
|
status?: string | undefined;
|
|
26505
26387
|
is_mobile?: boolean | undefined;
|
|
26506
26388
|
user_status?: string | undefined;
|
|
@@ -26508,7 +26390,6 @@ export declare const StreamPresenceEvent: {
|
|
|
26508
26390
|
user_id?: string | undefined;
|
|
26509
26391
|
session_id?: string | undefined;
|
|
26510
26392
|
username?: string | undefined;
|
|
26511
|
-
persistence?: boolean | undefined;
|
|
26512
26393
|
status?: string | undefined;
|
|
26513
26394
|
is_mobile?: boolean | undefined;
|
|
26514
26395
|
user_status?: string | undefined;
|
|
@@ -26517,7 +26398,6 @@ export declare const StreamPresenceEvent: {
|
|
|
26517
26398
|
user_id?: string | undefined;
|
|
26518
26399
|
session_id?: string | undefined;
|
|
26519
26400
|
username?: string | undefined;
|
|
26520
|
-
persistence?: boolean | undefined;
|
|
26521
26401
|
status?: string | undefined;
|
|
26522
26402
|
is_mobile?: boolean | undefined;
|
|
26523
26403
|
user_status?: string | undefined;
|
|
@@ -26525,7 +26405,6 @@ export declare const StreamPresenceEvent: {
|
|
|
26525
26405
|
user_id?: string | undefined;
|
|
26526
26406
|
session_id?: string | undefined;
|
|
26527
26407
|
username?: string | undefined;
|
|
26528
|
-
persistence?: boolean | undefined;
|
|
26529
26408
|
status?: string | undefined;
|
|
26530
26409
|
is_mobile?: boolean | undefined;
|
|
26531
26410
|
user_status?: string | undefined;
|
|
@@ -26533,7 +26412,6 @@ export declare const StreamPresenceEvent: {
|
|
|
26533
26412
|
user_id?: string | undefined;
|
|
26534
26413
|
session_id?: string | undefined;
|
|
26535
26414
|
username?: string | undefined;
|
|
26536
|
-
persistence?: boolean | undefined;
|
|
26537
26415
|
status?: string | undefined;
|
|
26538
26416
|
is_mobile?: boolean | undefined;
|
|
26539
26417
|
user_status?: string | undefined;
|
|
@@ -26541,7 +26419,6 @@ export declare const StreamPresenceEvent: {
|
|
|
26541
26419
|
user_id?: string | undefined;
|
|
26542
26420
|
session_id?: string | undefined;
|
|
26543
26421
|
username?: string | undefined;
|
|
26544
|
-
persistence?: boolean | undefined;
|
|
26545
26422
|
status?: string | undefined;
|
|
26546
26423
|
is_mobile?: boolean | undefined;
|
|
26547
26424
|
user_status?: string | undefined;
|
|
@@ -26558,7 +26435,6 @@ export declare const StreamPresenceEvent: {
|
|
|
26558
26435
|
user_id?: string | undefined;
|
|
26559
26436
|
session_id?: string | undefined;
|
|
26560
26437
|
username?: string | undefined;
|
|
26561
|
-
persistence?: boolean | undefined;
|
|
26562
26438
|
status?: string | undefined;
|
|
26563
26439
|
is_mobile?: boolean | undefined;
|
|
26564
26440
|
user_status?: string | undefined;
|
|
@@ -26567,7 +26443,6 @@ export declare const StreamPresenceEvent: {
|
|
|
26567
26443
|
user_id?: string | undefined;
|
|
26568
26444
|
session_id?: string | undefined;
|
|
26569
26445
|
username?: string | undefined;
|
|
26570
|
-
persistence?: boolean | undefined;
|
|
26571
26446
|
status?: string | undefined;
|
|
26572
26447
|
is_mobile?: boolean | undefined;
|
|
26573
26448
|
user_status?: string | undefined;
|
|
@@ -26588,7 +26463,6 @@ export declare const StreamPresenceEvent: {
|
|
|
26588
26463
|
user_id?: string | undefined;
|
|
26589
26464
|
session_id?: string | undefined;
|
|
26590
26465
|
username?: string | undefined;
|
|
26591
|
-
persistence?: boolean | undefined;
|
|
26592
26466
|
status?: string | undefined;
|
|
26593
26467
|
is_mobile?: boolean | undefined;
|
|
26594
26468
|
user_status?: string | undefined;
|
|
@@ -26596,7 +26470,6 @@ export declare const StreamPresenceEvent: {
|
|
|
26596
26470
|
user_id?: string | undefined;
|
|
26597
26471
|
session_id?: string | undefined;
|
|
26598
26472
|
username?: string | undefined;
|
|
26599
|
-
persistence?: boolean | undefined;
|
|
26600
26473
|
status?: string | undefined;
|
|
26601
26474
|
is_mobile?: boolean | undefined;
|
|
26602
26475
|
user_status?: string | undefined;
|
|
@@ -26604,7 +26477,6 @@ export declare const StreamPresenceEvent: {
|
|
|
26604
26477
|
user_id?: string | undefined;
|
|
26605
26478
|
session_id?: string | undefined;
|
|
26606
26479
|
username?: string | undefined;
|
|
26607
|
-
persistence?: boolean | undefined;
|
|
26608
26480
|
status?: string | undefined;
|
|
26609
26481
|
is_mobile?: boolean | undefined;
|
|
26610
26482
|
user_status?: string | undefined;
|
|
@@ -26612,7 +26484,6 @@ export declare const StreamPresenceEvent: {
|
|
|
26612
26484
|
user_id?: string | undefined;
|
|
26613
26485
|
session_id?: string | undefined;
|
|
26614
26486
|
username?: string | undefined;
|
|
26615
|
-
persistence?: boolean | undefined;
|
|
26616
26487
|
status?: string | undefined;
|
|
26617
26488
|
is_mobile?: boolean | undefined;
|
|
26618
26489
|
user_status?: string | undefined;
|
|
@@ -26621,7 +26492,6 @@ export declare const StreamPresenceEvent: {
|
|
|
26621
26492
|
user_id?: string | undefined;
|
|
26622
26493
|
session_id?: string | undefined;
|
|
26623
26494
|
username?: string | undefined;
|
|
26624
|
-
persistence?: boolean | undefined;
|
|
26625
26495
|
status?: string | undefined;
|
|
26626
26496
|
is_mobile?: boolean | undefined;
|
|
26627
26497
|
user_status?: string | undefined;
|
|
@@ -26629,7 +26499,6 @@ export declare const StreamPresenceEvent: {
|
|
|
26629
26499
|
user_id?: string | undefined;
|
|
26630
26500
|
session_id?: string | undefined;
|
|
26631
26501
|
username?: string | undefined;
|
|
26632
|
-
persistence?: boolean | undefined;
|
|
26633
26502
|
status?: string | undefined;
|
|
26634
26503
|
is_mobile?: boolean | undefined;
|
|
26635
26504
|
user_status?: string | undefined;
|
|
@@ -26637,7 +26506,6 @@ export declare const StreamPresenceEvent: {
|
|
|
26637
26506
|
user_id?: string | undefined;
|
|
26638
26507
|
session_id?: string | undefined;
|
|
26639
26508
|
username?: string | undefined;
|
|
26640
|
-
persistence?: boolean | undefined;
|
|
26641
26509
|
status?: string | undefined;
|
|
26642
26510
|
is_mobile?: boolean | undefined;
|
|
26643
26511
|
user_status?: string | undefined;
|
|
@@ -26645,7 +26513,6 @@ export declare const StreamPresenceEvent: {
|
|
|
26645
26513
|
user_id?: string | undefined;
|
|
26646
26514
|
session_id?: string | undefined;
|
|
26647
26515
|
username?: string | undefined;
|
|
26648
|
-
persistence?: boolean | undefined;
|
|
26649
26516
|
status?: string | undefined;
|
|
26650
26517
|
is_mobile?: boolean | undefined;
|
|
26651
26518
|
user_status?: string | undefined;
|
|
@@ -26661,7 +26528,6 @@ export declare const UserPresence: {
|
|
|
26661
26528
|
user_id?: string | undefined;
|
|
26662
26529
|
session_id?: string | undefined;
|
|
26663
26530
|
username?: string | undefined;
|
|
26664
|
-
persistence?: boolean | undefined;
|
|
26665
26531
|
status?: string | undefined;
|
|
26666
26532
|
is_mobile?: boolean | undefined;
|
|
26667
26533
|
user_status?: string | undefined;
|
|
@@ -26669,7 +26535,6 @@ export declare const UserPresence: {
|
|
|
26669
26535
|
user_id?: string | undefined;
|
|
26670
26536
|
session_id?: string | undefined;
|
|
26671
26537
|
username?: string | undefined;
|
|
26672
|
-
persistence?: boolean | undefined;
|
|
26673
26538
|
status?: string | undefined;
|
|
26674
26539
|
is_mobile?: boolean | undefined;
|
|
26675
26540
|
user_status?: string | undefined;
|
|
@@ -26678,7 +26543,6 @@ export declare const UserPresence: {
|
|
|
26678
26543
|
user_id?: string | undefined;
|
|
26679
26544
|
session_id?: string | undefined;
|
|
26680
26545
|
username?: string | undefined;
|
|
26681
|
-
persistence?: boolean | undefined;
|
|
26682
26546
|
status?: string | undefined;
|
|
26683
26547
|
is_mobile?: boolean | undefined;
|
|
26684
26548
|
user_status?: string | undefined;
|
|
@@ -26686,7 +26550,6 @@ export declare const UserPresence: {
|
|
|
26686
26550
|
user_id?: string | undefined;
|
|
26687
26551
|
session_id?: string | undefined;
|
|
26688
26552
|
username?: string | undefined;
|
|
26689
|
-
persistence?: boolean | undefined;
|
|
26690
26553
|
status?: string | undefined;
|
|
26691
26554
|
is_mobile?: boolean | undefined;
|
|
26692
26555
|
user_status?: string | undefined;
|
|
@@ -29087,6 +28950,7 @@ export declare const ListDataSocket: {
|
|
|
29087
28950
|
clan_avatar?: string | undefined;
|
|
29088
28951
|
clan_id?: string | undefined;
|
|
29089
28952
|
added_by?: string | undefined;
|
|
28953
|
+
is_banned?: boolean | undefined;
|
|
29090
28954
|
}[] | undefined;
|
|
29091
28955
|
cursor?: string | undefined;
|
|
29092
28956
|
channel_id?: string | undefined;
|
|
@@ -30563,6 +30427,7 @@ export declare const ListDataSocket: {
|
|
|
30563
30427
|
clan_avatar?: string | undefined;
|
|
30564
30428
|
clan_id?: string | undefined;
|
|
30565
30429
|
added_by?: string | undefined;
|
|
30430
|
+
is_banned?: boolean | undefined;
|
|
30566
30431
|
}[] | undefined;
|
|
30567
30432
|
cursor?: string | undefined;
|
|
30568
30433
|
channel_id?: string | undefined;
|
|
@@ -30576,6 +30441,7 @@ export declare const ListDataSocket: {
|
|
|
30576
30441
|
clan_avatar?: string | undefined;
|
|
30577
30442
|
clan_id?: string | undefined;
|
|
30578
30443
|
added_by?: string | undefined;
|
|
30444
|
+
is_banned?: boolean | undefined;
|
|
30579
30445
|
}[] & ({
|
|
30580
30446
|
user_id?: string | undefined;
|
|
30581
30447
|
role_id?: string[] | undefined;
|
|
@@ -30585,6 +30451,7 @@ export declare const ListDataSocket: {
|
|
|
30585
30451
|
clan_avatar?: string | undefined;
|
|
30586
30452
|
clan_id?: string | undefined;
|
|
30587
30453
|
added_by?: string | undefined;
|
|
30454
|
+
is_banned?: boolean | undefined;
|
|
30588
30455
|
} & {
|
|
30589
30456
|
user_id?: string | undefined;
|
|
30590
30457
|
role_id?: (string[] & string[] & { [K_48 in Exclude<keyof I["channel_user_list"]["channel_users"][number]["role_id"], keyof string[]>]: never; }) | undefined;
|
|
@@ -30594,6 +30461,7 @@ export declare const ListDataSocket: {
|
|
|
30594
30461
|
clan_avatar?: string | undefined;
|
|
30595
30462
|
clan_id?: string | undefined;
|
|
30596
30463
|
added_by?: string | undefined;
|
|
30464
|
+
is_banned?: boolean | undefined;
|
|
30597
30465
|
} & { [K_49 in Exclude<keyof I["channel_user_list"]["channel_users"][number], keyof import("../api/api").ChannelUserList_ChannelUser>]: never; })[] & { [K_50 in Exclude<keyof I["channel_user_list"]["channel_users"], keyof {
|
|
30598
30466
|
user_id?: string | undefined;
|
|
30599
30467
|
role_id?: string[] | undefined;
|
|
@@ -30603,6 +30471,7 @@ export declare const ListDataSocket: {
|
|
|
30603
30471
|
clan_avatar?: string | undefined;
|
|
30604
30472
|
clan_id?: string | undefined;
|
|
30605
30473
|
added_by?: string | undefined;
|
|
30474
|
+
is_banned?: boolean | undefined;
|
|
30606
30475
|
}[]>]: never; }) | undefined;
|
|
30607
30476
|
cursor?: string | undefined;
|
|
30608
30477
|
channel_id?: string | undefined;
|
|
@@ -33484,6 +33353,7 @@ export declare const ListDataSocket: {
|
|
|
33484
33353
|
clan_avatar?: string | undefined;
|
|
33485
33354
|
clan_id?: string | undefined;
|
|
33486
33355
|
added_by?: string | undefined;
|
|
33356
|
+
is_banned?: boolean | undefined;
|
|
33487
33357
|
}[] | undefined;
|
|
33488
33358
|
cursor?: string | undefined;
|
|
33489
33359
|
channel_id?: string | undefined;
|
|
@@ -34960,6 +34830,7 @@ export declare const ListDataSocket: {
|
|
|
34960
34830
|
clan_avatar?: string | undefined;
|
|
34961
34831
|
clan_id?: string | undefined;
|
|
34962
34832
|
added_by?: string | undefined;
|
|
34833
|
+
is_banned?: boolean | undefined;
|
|
34963
34834
|
}[] | undefined;
|
|
34964
34835
|
cursor?: string | undefined;
|
|
34965
34836
|
channel_id?: string | undefined;
|
|
@@ -34973,6 +34844,7 @@ export declare const ListDataSocket: {
|
|
|
34973
34844
|
clan_avatar?: string | undefined;
|
|
34974
34845
|
clan_id?: string | undefined;
|
|
34975
34846
|
added_by?: string | undefined;
|
|
34847
|
+
is_banned?: boolean | undefined;
|
|
34976
34848
|
}[] & ({
|
|
34977
34849
|
user_id?: string | undefined;
|
|
34978
34850
|
role_id?: string[] | undefined;
|
|
@@ -34982,6 +34854,7 @@ export declare const ListDataSocket: {
|
|
|
34982
34854
|
clan_avatar?: string | undefined;
|
|
34983
34855
|
clan_id?: string | undefined;
|
|
34984
34856
|
added_by?: string | undefined;
|
|
34857
|
+
is_banned?: boolean | undefined;
|
|
34985
34858
|
} & {
|
|
34986
34859
|
user_id?: string | undefined;
|
|
34987
34860
|
role_id?: (string[] & string[] & { [K_236 in Exclude<keyof I_1["channel_user_list"]["channel_users"][number]["role_id"], keyof string[]>]: never; }) | undefined;
|
|
@@ -34991,6 +34864,7 @@ export declare const ListDataSocket: {
|
|
|
34991
34864
|
clan_avatar?: string | undefined;
|
|
34992
34865
|
clan_id?: string | undefined;
|
|
34993
34866
|
added_by?: string | undefined;
|
|
34867
|
+
is_banned?: boolean | undefined;
|
|
34994
34868
|
} & { [K_237 in Exclude<keyof I_1["channel_user_list"]["channel_users"][number], keyof import("../api/api").ChannelUserList_ChannelUser>]: never; })[] & { [K_238 in Exclude<keyof I_1["channel_user_list"]["channel_users"], keyof {
|
|
34995
34869
|
user_id?: string | undefined;
|
|
34996
34870
|
role_id?: string[] | undefined;
|
|
@@ -35000,6 +34874,7 @@ export declare const ListDataSocket: {
|
|
|
35000
34874
|
clan_avatar?: string | undefined;
|
|
35001
34875
|
clan_id?: string | undefined;
|
|
35002
34876
|
added_by?: string | undefined;
|
|
34877
|
+
is_banned?: boolean | undefined;
|
|
35003
34878
|
}[]>]: never; }) | undefined;
|
|
35004
34879
|
cursor?: string | undefined;
|
|
35005
34880
|
channel_id?: string | undefined;
|