mezon-js-protobuf 1.7.45 → 1.7.47
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 +210 -9
- package/dist/mezon-js-protobuf/api/api.d.ts +224 -165
- package/dist/mezon-js-protobuf/rtapi/realtime.d.ts +383 -383
- package/dist/mezon-js-protobuf.cjs.js +16 -17
- package/dist/mezon-js-protobuf.esm.mjs +16 -17
- package/package.json +1 -1
- package/rtapi/realtime.ts +9 -9
|
@@ -553,7 +553,7 @@ export interface MessageTypingEvent {
|
|
|
553
553
|
/** Voice Joined event */
|
|
554
554
|
export interface VoiceLeavedEvent {
|
|
555
555
|
/** id voice */
|
|
556
|
-
|
|
556
|
+
id: string;
|
|
557
557
|
/** The unique identifier of the chat clan. */
|
|
558
558
|
clan_id: string;
|
|
559
559
|
/** voice channel name */
|
|
@@ -1321,7 +1321,7 @@ export declare const Envelope: {
|
|
|
1321
1321
|
sender_id?: string | undefined;
|
|
1322
1322
|
content?: string | undefined;
|
|
1323
1323
|
attachment?: string | undefined;
|
|
1324
|
-
|
|
1324
|
+
reference?: string | undefined;
|
|
1325
1325
|
mention?: string | undefined;
|
|
1326
1326
|
reaction?: string | undefined;
|
|
1327
1327
|
repliers?: string[] | undefined;
|
|
@@ -1332,7 +1332,7 @@ export declare const Envelope: {
|
|
|
1332
1332
|
sender_id?: string | undefined;
|
|
1333
1333
|
content?: string | undefined;
|
|
1334
1334
|
attachment?: string | undefined;
|
|
1335
|
-
|
|
1335
|
+
reference?: string | undefined;
|
|
1336
1336
|
mention?: string | undefined;
|
|
1337
1337
|
reaction?: string | undefined;
|
|
1338
1338
|
repliers?: string[] | undefined;
|
|
@@ -1499,7 +1499,7 @@ export declare const Envelope: {
|
|
|
1499
1499
|
last_screenshot?: string | undefined;
|
|
1500
1500
|
} | undefined;
|
|
1501
1501
|
voice_leaved_event?: {
|
|
1502
|
-
|
|
1502
|
+
id?: string | undefined;
|
|
1503
1503
|
clan_id?: string | undefined;
|
|
1504
1504
|
voice_channel_id?: string | undefined;
|
|
1505
1505
|
voice_user_id?: string | undefined;
|
|
@@ -1589,7 +1589,7 @@ export declare const Envelope: {
|
|
|
1589
1589
|
sender_id?: string | undefined;
|
|
1590
1590
|
content?: string | undefined;
|
|
1591
1591
|
attachment?: string | undefined;
|
|
1592
|
-
|
|
1592
|
+
reference?: string | undefined;
|
|
1593
1593
|
mention?: string | undefined;
|
|
1594
1594
|
reaction?: string | undefined;
|
|
1595
1595
|
repliers?: string[] | undefined;
|
|
@@ -1600,7 +1600,7 @@ export declare const Envelope: {
|
|
|
1600
1600
|
sender_id?: string | undefined;
|
|
1601
1601
|
content?: string | undefined;
|
|
1602
1602
|
attachment?: string | undefined;
|
|
1603
|
-
|
|
1603
|
+
reference?: string | undefined;
|
|
1604
1604
|
mention?: string | undefined;
|
|
1605
1605
|
reaction?: string | undefined;
|
|
1606
1606
|
repliers?: string[] | undefined;
|
|
@@ -1983,7 +1983,7 @@ export declare const Envelope: {
|
|
|
1983
1983
|
sender_id?: string | undefined;
|
|
1984
1984
|
content?: string | undefined;
|
|
1985
1985
|
attachment?: string | undefined;
|
|
1986
|
-
|
|
1986
|
+
reference?: string | undefined;
|
|
1987
1987
|
mention?: string | undefined;
|
|
1988
1988
|
reaction?: string | undefined;
|
|
1989
1989
|
repliers?: string[] | undefined;
|
|
@@ -2712,7 +2712,7 @@ export declare const Envelope: {
|
|
|
2712
2712
|
sender_id?: string | undefined;
|
|
2713
2713
|
content?: string | undefined;
|
|
2714
2714
|
attachment?: string | undefined;
|
|
2715
|
-
|
|
2715
|
+
reference?: string | undefined;
|
|
2716
2716
|
mention?: string | undefined;
|
|
2717
2717
|
reaction?: string | undefined;
|
|
2718
2718
|
repliers?: string[] | undefined;
|
|
@@ -2723,7 +2723,7 @@ export declare const Envelope: {
|
|
|
2723
2723
|
sender_id?: string | undefined;
|
|
2724
2724
|
content?: string | undefined;
|
|
2725
2725
|
attachment?: string | undefined;
|
|
2726
|
-
|
|
2726
|
+
reference?: string | undefined;
|
|
2727
2727
|
mention?: string | undefined;
|
|
2728
2728
|
reaction?: string | undefined;
|
|
2729
2729
|
repliers?: string[] | undefined;
|
|
@@ -2781,7 +2781,7 @@ export declare const Envelope: {
|
|
|
2781
2781
|
sender_id?: string | undefined;
|
|
2782
2782
|
content?: string | undefined;
|
|
2783
2783
|
attachment?: string | undefined;
|
|
2784
|
-
|
|
2784
|
+
reference?: string | undefined;
|
|
2785
2785
|
mention?: string | undefined;
|
|
2786
2786
|
reaction?: string | undefined;
|
|
2787
2787
|
repliers?: string[] | undefined;
|
|
@@ -2792,7 +2792,7 @@ export declare const Envelope: {
|
|
|
2792
2792
|
sender_id?: string | undefined;
|
|
2793
2793
|
content?: string | undefined;
|
|
2794
2794
|
attachment?: string | undefined;
|
|
2795
|
-
|
|
2795
|
+
reference?: string | undefined;
|
|
2796
2796
|
mention?: string | undefined;
|
|
2797
2797
|
reaction?: string | undefined;
|
|
2798
2798
|
repliers?: string[] | undefined;
|
|
@@ -2848,7 +2848,7 @@ export declare const Envelope: {
|
|
|
2848
2848
|
sender_id?: string | undefined;
|
|
2849
2849
|
content?: string | undefined;
|
|
2850
2850
|
attachment?: string | undefined;
|
|
2851
|
-
|
|
2851
|
+
reference?: string | undefined;
|
|
2852
2852
|
mention?: string | undefined;
|
|
2853
2853
|
reaction?: string | undefined;
|
|
2854
2854
|
repliers?: string[] | undefined;
|
|
@@ -2859,7 +2859,7 @@ export declare const Envelope: {
|
|
|
2859
2859
|
sender_id?: string | undefined;
|
|
2860
2860
|
content?: string | undefined;
|
|
2861
2861
|
attachment?: string | undefined;
|
|
2862
|
-
|
|
2862
|
+
reference?: string | undefined;
|
|
2863
2863
|
mention?: string | undefined;
|
|
2864
2864
|
reaction?: string | undefined;
|
|
2865
2865
|
repliers?: string[] | undefined;
|
|
@@ -2915,7 +2915,7 @@ export declare const Envelope: {
|
|
|
2915
2915
|
sender_id?: string | undefined;
|
|
2916
2916
|
content?: string | undefined;
|
|
2917
2917
|
attachment?: string | undefined;
|
|
2918
|
-
|
|
2918
|
+
reference?: string | undefined;
|
|
2919
2919
|
mention?: string | undefined;
|
|
2920
2920
|
reaction?: string | undefined;
|
|
2921
2921
|
repliers?: string[] | undefined;
|
|
@@ -2926,7 +2926,7 @@ export declare const Envelope: {
|
|
|
2926
2926
|
sender_id?: string | undefined;
|
|
2927
2927
|
content?: string | undefined;
|
|
2928
2928
|
attachment?: string | undefined;
|
|
2929
|
-
|
|
2929
|
+
reference?: string | undefined;
|
|
2930
2930
|
mention?: string | undefined;
|
|
2931
2931
|
reaction?: string | undefined;
|
|
2932
2932
|
repliers?: string[] | undefined;
|
|
@@ -2967,7 +2967,7 @@ export declare const Envelope: {
|
|
|
2967
2967
|
sender_id?: string | undefined;
|
|
2968
2968
|
content?: string | undefined;
|
|
2969
2969
|
attachment?: string | undefined;
|
|
2970
|
-
|
|
2970
|
+
reference?: string | undefined;
|
|
2971
2971
|
mention?: string | undefined;
|
|
2972
2972
|
reaction?: string | undefined;
|
|
2973
2973
|
repliers?: string[] | undefined;
|
|
@@ -2977,7 +2977,7 @@ export declare const Envelope: {
|
|
|
2977
2977
|
sender_id?: string | undefined;
|
|
2978
2978
|
content?: string | undefined;
|
|
2979
2979
|
attachment?: string | undefined;
|
|
2980
|
-
|
|
2980
|
+
reference?: string | undefined;
|
|
2981
2981
|
mention?: string | undefined;
|
|
2982
2982
|
reaction?: string | undefined;
|
|
2983
2983
|
repliers?: (string[] & string[] & { [K_31 in Exclude<keyof I["notifications"]["notifications"][number]["channel"]["last_sent_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
@@ -2988,7 +2988,7 @@ export declare const Envelope: {
|
|
|
2988
2988
|
sender_id?: string | undefined;
|
|
2989
2989
|
content?: string | undefined;
|
|
2990
2990
|
attachment?: string | undefined;
|
|
2991
|
-
|
|
2991
|
+
reference?: string | undefined;
|
|
2992
2992
|
mention?: string | undefined;
|
|
2993
2993
|
reaction?: string | undefined;
|
|
2994
2994
|
repliers?: string[] | undefined;
|
|
@@ -2998,7 +2998,7 @@ export declare const Envelope: {
|
|
|
2998
2998
|
sender_id?: string | undefined;
|
|
2999
2999
|
content?: string | undefined;
|
|
3000
3000
|
attachment?: string | undefined;
|
|
3001
|
-
|
|
3001
|
+
reference?: string | undefined;
|
|
3002
3002
|
mention?: string | undefined;
|
|
3003
3003
|
reaction?: string | undefined;
|
|
3004
3004
|
repliers?: (string[] & string[] & { [K_33 in Exclude<keyof I["notifications"]["notifications"][number]["channel"]["last_seen_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
@@ -3054,7 +3054,7 @@ export declare const Envelope: {
|
|
|
3054
3054
|
sender_id?: string | undefined;
|
|
3055
3055
|
content?: string | undefined;
|
|
3056
3056
|
attachment?: string | undefined;
|
|
3057
|
-
|
|
3057
|
+
reference?: string | undefined;
|
|
3058
3058
|
mention?: string | undefined;
|
|
3059
3059
|
reaction?: string | undefined;
|
|
3060
3060
|
repliers?: string[] | undefined;
|
|
@@ -3065,7 +3065,7 @@ export declare const Envelope: {
|
|
|
3065
3065
|
sender_id?: string | undefined;
|
|
3066
3066
|
content?: string | undefined;
|
|
3067
3067
|
attachment?: string | undefined;
|
|
3068
|
-
|
|
3068
|
+
reference?: string | undefined;
|
|
3069
3069
|
mention?: string | undefined;
|
|
3070
3070
|
reaction?: string | undefined;
|
|
3071
3071
|
repliers?: string[] | undefined;
|
|
@@ -3494,16 +3494,16 @@ export declare const Envelope: {
|
|
|
3494
3494
|
last_screenshot?: string | undefined;
|
|
3495
3495
|
} & { [K_73 in Exclude<keyof I["voice_joined_event"], keyof VoiceJoinedEvent>]: never; }) | undefined;
|
|
3496
3496
|
voice_leaved_event?: ({
|
|
3497
|
-
|
|
3497
|
+
id?: string | undefined;
|
|
3498
3498
|
clan_id?: string | undefined;
|
|
3499
3499
|
voice_channel_id?: string | undefined;
|
|
3500
3500
|
voice_user_id?: string | undefined;
|
|
3501
3501
|
} & {
|
|
3502
|
-
|
|
3502
|
+
id?: string | undefined;
|
|
3503
3503
|
clan_id?: string | undefined;
|
|
3504
3504
|
voice_channel_id?: string | undefined;
|
|
3505
3505
|
voice_user_id?: string | undefined;
|
|
3506
|
-
} & { [
|
|
3506
|
+
} & { [K_74 in Exclude<keyof I["voice_leaved_event"], keyof VoiceLeavedEvent>]: never; }) | undefined;
|
|
3507
3507
|
voice_started_event?: ({
|
|
3508
3508
|
id?: string | undefined;
|
|
3509
3509
|
clan_id?: string | undefined;
|
|
@@ -3512,7 +3512,7 @@ export declare const Envelope: {
|
|
|
3512
3512
|
id?: string | undefined;
|
|
3513
3513
|
clan_id?: string | undefined;
|
|
3514
3514
|
voice_channel_id?: string | undefined;
|
|
3515
|
-
} & { [
|
|
3515
|
+
} & { [K_75 in Exclude<keyof I["voice_started_event"], keyof VoiceStartedEvent>]: never; }) | undefined;
|
|
3516
3516
|
voice_ended_event?: ({
|
|
3517
3517
|
id?: string | undefined;
|
|
3518
3518
|
clan_id?: string | undefined;
|
|
@@ -3521,7 +3521,7 @@ export declare const Envelope: {
|
|
|
3521
3521
|
id?: string | undefined;
|
|
3522
3522
|
clan_id?: string | undefined;
|
|
3523
3523
|
voice_channel_id?: string | undefined;
|
|
3524
|
-
} & { [
|
|
3524
|
+
} & { [K_76 in Exclude<keyof I["voice_ended_event"], keyof VoiceEndedEvent>]: never; }) | undefined;
|
|
3525
3525
|
channel_created_event?: ({
|
|
3526
3526
|
clan_id?: string | undefined;
|
|
3527
3527
|
category_id?: string | undefined;
|
|
@@ -3546,7 +3546,7 @@ export declare const Envelope: {
|
|
|
3546
3546
|
status?: number | undefined;
|
|
3547
3547
|
app_id?: string | undefined;
|
|
3548
3548
|
clan_name?: string | undefined;
|
|
3549
|
-
} & { [
|
|
3549
|
+
} & { [K_77 in Exclude<keyof I["channel_created_event"], keyof ChannelCreatedEvent>]: never; }) | undefined;
|
|
3550
3550
|
channel_deleted_event?: ({
|
|
3551
3551
|
clan_id?: string | undefined;
|
|
3552
3552
|
category_id?: string | undefined;
|
|
@@ -3559,7 +3559,7 @@ export declare const Envelope: {
|
|
|
3559
3559
|
parent_id?: string | undefined;
|
|
3560
3560
|
channel_id?: string | undefined;
|
|
3561
3561
|
deletor?: string | undefined;
|
|
3562
|
-
} & { [
|
|
3562
|
+
} & { [K_78 in Exclude<keyof I["channel_deleted_event"], keyof ChannelDeletedEvent>]: never; }) | undefined;
|
|
3563
3563
|
channel_updated_event?: ({
|
|
3564
3564
|
clan_id?: string | undefined;
|
|
3565
3565
|
category_id?: string | undefined;
|
|
@@ -3594,7 +3594,7 @@ export declare const Envelope: {
|
|
|
3594
3594
|
topic?: string | undefined;
|
|
3595
3595
|
age_restricted?: number | undefined;
|
|
3596
3596
|
active?: number | undefined;
|
|
3597
|
-
} & { [
|
|
3597
|
+
} & { [K_79 in Exclude<keyof I["channel_updated_event"], keyof ChannelUpdatedEvent>]: never; }) | undefined;
|
|
3598
3598
|
last_pin_message_event?: ({
|
|
3599
3599
|
clan_id?: string | undefined;
|
|
3600
3600
|
channel_id?: string | undefined;
|
|
@@ -3613,7 +3613,7 @@ export declare const Envelope: {
|
|
|
3613
3613
|
timestamp_seconds?: number | undefined;
|
|
3614
3614
|
operation?: number | undefined;
|
|
3615
3615
|
is_public?: boolean | undefined;
|
|
3616
|
-
} & { [
|
|
3616
|
+
} & { [K_80 in Exclude<keyof I["last_pin_message_event"], keyof LastPinMessageEvent>]: never; }) | undefined;
|
|
3617
3617
|
custom_status_event?: ({
|
|
3618
3618
|
clan_id?: string | undefined;
|
|
3619
3619
|
user_id?: string | undefined;
|
|
@@ -3628,7 +3628,7 @@ export declare const Envelope: {
|
|
|
3628
3628
|
status?: string | undefined;
|
|
3629
3629
|
time_reset?: number | undefined;
|
|
3630
3630
|
no_clear?: boolean | undefined;
|
|
3631
|
-
} & { [
|
|
3631
|
+
} & { [K_81 in Exclude<keyof I["custom_status_event"], keyof CustomStatusEvent>]: never; }) | undefined;
|
|
3632
3632
|
user_channel_added_event?: ({
|
|
3633
3633
|
channel_desc?: {
|
|
3634
3634
|
clan_id?: string | undefined;
|
|
@@ -3648,7 +3648,7 @@ export declare const Envelope: {
|
|
|
3648
3648
|
sender_id?: string | undefined;
|
|
3649
3649
|
content?: string | undefined;
|
|
3650
3650
|
attachment?: string | undefined;
|
|
3651
|
-
|
|
3651
|
+
reference?: string | undefined;
|
|
3652
3652
|
mention?: string | undefined;
|
|
3653
3653
|
reaction?: string | undefined;
|
|
3654
3654
|
repliers?: string[] | undefined;
|
|
@@ -3659,7 +3659,7 @@ export declare const Envelope: {
|
|
|
3659
3659
|
sender_id?: string | undefined;
|
|
3660
3660
|
content?: string | undefined;
|
|
3661
3661
|
attachment?: string | undefined;
|
|
3662
|
-
|
|
3662
|
+
reference?: string | undefined;
|
|
3663
3663
|
mention?: string | undefined;
|
|
3664
3664
|
reaction?: string | undefined;
|
|
3665
3665
|
repliers?: string[] | undefined;
|
|
@@ -3750,7 +3750,7 @@ export declare const Envelope: {
|
|
|
3750
3750
|
sender_id?: string | undefined;
|
|
3751
3751
|
content?: string | undefined;
|
|
3752
3752
|
attachment?: string | undefined;
|
|
3753
|
-
|
|
3753
|
+
reference?: string | undefined;
|
|
3754
3754
|
mention?: string | undefined;
|
|
3755
3755
|
reaction?: string | undefined;
|
|
3756
3756
|
repliers?: string[] | undefined;
|
|
@@ -3761,7 +3761,7 @@ export declare const Envelope: {
|
|
|
3761
3761
|
sender_id?: string | undefined;
|
|
3762
3762
|
content?: string | undefined;
|
|
3763
3763
|
attachment?: string | undefined;
|
|
3764
|
-
|
|
3764
|
+
reference?: string | undefined;
|
|
3765
3765
|
mention?: string | undefined;
|
|
3766
3766
|
reaction?: string | undefined;
|
|
3767
3767
|
repliers?: string[] | undefined;
|
|
@@ -3794,15 +3794,15 @@ export declare const Envelope: {
|
|
|
3794
3794
|
creator_id?: string | undefined;
|
|
3795
3795
|
channel_label?: string | undefined;
|
|
3796
3796
|
channel_private?: number | undefined;
|
|
3797
|
-
channel_avatar?: (string[] & string[] & { [
|
|
3798
|
-
user_id?: (string[] & string[] & { [
|
|
3797
|
+
channel_avatar?: (string[] & string[] & { [K_82 in Exclude<keyof I["user_channel_added_event"]["channel_desc"]["channel_avatar"], keyof string[]>]: never; }) | undefined;
|
|
3798
|
+
user_id?: (string[] & string[] & { [K_83 in Exclude<keyof I["user_channel_added_event"]["channel_desc"]["user_id"], keyof string[]>]: never; }) | undefined;
|
|
3799
3799
|
last_sent_message?: ({
|
|
3800
3800
|
id?: string | undefined;
|
|
3801
3801
|
timestamp_seconds?: number | undefined;
|
|
3802
3802
|
sender_id?: string | undefined;
|
|
3803
3803
|
content?: string | undefined;
|
|
3804
3804
|
attachment?: string | undefined;
|
|
3805
|
-
|
|
3805
|
+
reference?: string | undefined;
|
|
3806
3806
|
mention?: string | undefined;
|
|
3807
3807
|
reaction?: string | undefined;
|
|
3808
3808
|
repliers?: string[] | undefined;
|
|
@@ -3812,18 +3812,18 @@ export declare const Envelope: {
|
|
|
3812
3812
|
sender_id?: string | undefined;
|
|
3813
3813
|
content?: string | undefined;
|
|
3814
3814
|
attachment?: string | undefined;
|
|
3815
|
-
|
|
3815
|
+
reference?: string | undefined;
|
|
3816
3816
|
mention?: string | undefined;
|
|
3817
3817
|
reaction?: string | undefined;
|
|
3818
|
-
repliers?: (string[] & string[] & { [
|
|
3819
|
-
} & { [
|
|
3818
|
+
repliers?: (string[] & string[] & { [K_84 in Exclude<keyof I["user_channel_added_event"]["channel_desc"]["last_sent_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
3819
|
+
} & { [K_85 in Exclude<keyof I["user_channel_added_event"]["channel_desc"]["last_sent_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
3820
3820
|
last_seen_message?: ({
|
|
3821
3821
|
id?: string | undefined;
|
|
3822
3822
|
timestamp_seconds?: number | undefined;
|
|
3823
3823
|
sender_id?: string | undefined;
|
|
3824
3824
|
content?: string | undefined;
|
|
3825
3825
|
attachment?: string | undefined;
|
|
3826
|
-
|
|
3826
|
+
reference?: string | undefined;
|
|
3827
3827
|
mention?: string | undefined;
|
|
3828
3828
|
reaction?: string | undefined;
|
|
3829
3829
|
repliers?: string[] | undefined;
|
|
@@ -3833,30 +3833,30 @@ export declare const Envelope: {
|
|
|
3833
3833
|
sender_id?: string | undefined;
|
|
3834
3834
|
content?: string | undefined;
|
|
3835
3835
|
attachment?: string | undefined;
|
|
3836
|
-
|
|
3836
|
+
reference?: string | undefined;
|
|
3837
3837
|
mention?: string | undefined;
|
|
3838
3838
|
reaction?: string | undefined;
|
|
3839
|
-
repliers?: (string[] & string[] & { [
|
|
3840
|
-
} & { [
|
|
3841
|
-
is_online?: (boolean[] & boolean[] & { [
|
|
3839
|
+
repliers?: (string[] & string[] & { [K_86 in Exclude<keyof I["user_channel_added_event"]["channel_desc"]["last_seen_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
3840
|
+
} & { [K_87 in Exclude<keyof I["user_channel_added_event"]["channel_desc"]["last_seen_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
3841
|
+
is_online?: (boolean[] & boolean[] & { [K_88 in Exclude<keyof I["user_channel_added_event"]["channel_desc"]["is_online"], keyof boolean[]>]: never; }) | undefined;
|
|
3842
3842
|
meeting_code?: string | undefined;
|
|
3843
3843
|
count_mess_unread?: number | undefined;
|
|
3844
3844
|
active?: number | undefined;
|
|
3845
3845
|
last_pin_message?: string | undefined;
|
|
3846
|
-
usernames?: (string[] & string[] & { [
|
|
3846
|
+
usernames?: (string[] & string[] & { [K_89 in Exclude<keyof I["user_channel_added_event"]["channel_desc"]["usernames"], keyof string[]>]: never; }) | undefined;
|
|
3847
3847
|
creator_name?: string | undefined;
|
|
3848
3848
|
create_time_seconds?: number | undefined;
|
|
3849
3849
|
update_time_seconds?: number | undefined;
|
|
3850
|
-
metadata?: (string[] & string[] & { [
|
|
3851
|
-
about_me?: (string[] & string[] & { [
|
|
3850
|
+
metadata?: (string[] & string[] & { [K_90 in Exclude<keyof I["user_channel_added_event"]["channel_desc"]["metadata"], keyof string[]>]: never; }) | undefined;
|
|
3851
|
+
about_me?: (string[] & string[] & { [K_91 in Exclude<keyof I["user_channel_added_event"]["channel_desc"]["about_me"], keyof string[]>]: never; }) | undefined;
|
|
3852
3852
|
clan_name?: string | undefined;
|
|
3853
3853
|
app_id?: string | undefined;
|
|
3854
3854
|
is_mute?: boolean | undefined;
|
|
3855
3855
|
age_restricted?: number | undefined;
|
|
3856
3856
|
topic?: string | undefined;
|
|
3857
3857
|
e2ee?: number | undefined;
|
|
3858
|
-
display_names?: (string[] & string[] & { [
|
|
3859
|
-
} & { [
|
|
3858
|
+
display_names?: (string[] & string[] & { [K_92 in Exclude<keyof I["user_channel_added_event"]["channel_desc"]["display_names"], keyof string[]>]: never; }) | undefined;
|
|
3859
|
+
} & { [K_93 in Exclude<keyof I["user_channel_added_event"]["channel_desc"], keyof ChannelDescription1>]: never; }) | undefined;
|
|
3860
3860
|
users?: ({
|
|
3861
3861
|
user_id?: string | undefined;
|
|
3862
3862
|
username?: string | undefined;
|
|
@@ -3919,7 +3919,7 @@ export declare const Envelope: {
|
|
|
3919
3919
|
device_id?: string | undefined;
|
|
3920
3920
|
token_id?: string | undefined;
|
|
3921
3921
|
platform?: string | undefined;
|
|
3922
|
-
} & { [
|
|
3922
|
+
} & { [K_94 in Exclude<keyof I["user_channel_added_event"]["users"][number]["fcm_tokens"][number], keyof FCMTokens>]: never; })[] & { [K_95 in Exclude<keyof I["user_channel_added_event"]["users"][number]["fcm_tokens"], keyof {
|
|
3923
3923
|
device_id?: string | undefined;
|
|
3924
3924
|
token_id?: string | undefined;
|
|
3925
3925
|
platform?: string | undefined;
|
|
@@ -3927,12 +3927,12 @@ export declare const Envelope: {
|
|
|
3927
3927
|
online?: boolean | undefined;
|
|
3928
3928
|
metadata?: string | undefined;
|
|
3929
3929
|
is_disabled?: boolean | undefined;
|
|
3930
|
-
joined_clans?: (string[] & string[] & { [
|
|
3930
|
+
joined_clans?: (string[] & string[] & { [K_96 in Exclude<keyof I["user_channel_added_event"]["users"][number]["joined_clans"], keyof string[]>]: never; }) | undefined;
|
|
3931
3931
|
pubkey?: string | undefined;
|
|
3932
3932
|
mezon_id?: string | undefined;
|
|
3933
3933
|
app_token?: string | undefined;
|
|
3934
3934
|
app_url?: string | undefined;
|
|
3935
|
-
} & { [
|
|
3935
|
+
} & { [K_97 in Exclude<keyof I["user_channel_added_event"]["users"][number], keyof UserProfileRedis>]: never; })[] & { [K_98 in Exclude<keyof I["user_channel_added_event"]["users"], keyof {
|
|
3936
3936
|
user_id?: string | undefined;
|
|
3937
3937
|
username?: string | undefined;
|
|
3938
3938
|
avatar?: string | undefined;
|
|
@@ -3997,7 +3997,7 @@ export declare const Envelope: {
|
|
|
3997
3997
|
device_id?: string | undefined;
|
|
3998
3998
|
token_id?: string | undefined;
|
|
3999
3999
|
platform?: string | undefined;
|
|
4000
|
-
} & { [
|
|
4000
|
+
} & { [K_99 in Exclude<keyof I["user_channel_added_event"]["caller"]["fcm_tokens"][number], keyof FCMTokens>]: never; })[] & { [K_100 in Exclude<keyof I["user_channel_added_event"]["caller"]["fcm_tokens"], keyof {
|
|
4001
4001
|
device_id?: string | undefined;
|
|
4002
4002
|
token_id?: string | undefined;
|
|
4003
4003
|
platform?: string | undefined;
|
|
@@ -4005,15 +4005,15 @@ export declare const Envelope: {
|
|
|
4005
4005
|
online?: boolean | undefined;
|
|
4006
4006
|
metadata?: string | undefined;
|
|
4007
4007
|
is_disabled?: boolean | undefined;
|
|
4008
|
-
joined_clans?: (string[] & string[] & { [
|
|
4008
|
+
joined_clans?: (string[] & string[] & { [K_101 in Exclude<keyof I["user_channel_added_event"]["caller"]["joined_clans"], keyof string[]>]: never; }) | undefined;
|
|
4009
4009
|
pubkey?: string | undefined;
|
|
4010
4010
|
mezon_id?: string | undefined;
|
|
4011
4011
|
app_token?: string | undefined;
|
|
4012
4012
|
app_url?: string | undefined;
|
|
4013
|
-
} & { [
|
|
4013
|
+
} & { [K_102 in Exclude<keyof I["user_channel_added_event"]["caller"], keyof UserProfileRedis>]: never; }) | undefined;
|
|
4014
4014
|
create_time_second?: number | undefined;
|
|
4015
4015
|
active?: number | undefined;
|
|
4016
|
-
} & { [
|
|
4016
|
+
} & { [K_103 in Exclude<keyof I["user_channel_added_event"], keyof UserChannelAdded>]: never; }) | undefined;
|
|
4017
4017
|
user_channel_removed_event?: ({
|
|
4018
4018
|
channel_id?: string | undefined;
|
|
4019
4019
|
user_ids?: string[] | undefined;
|
|
@@ -4021,17 +4021,17 @@ export declare const Envelope: {
|
|
|
4021
4021
|
clan_id?: string | undefined;
|
|
4022
4022
|
} & {
|
|
4023
4023
|
channel_id?: string | undefined;
|
|
4024
|
-
user_ids?: (string[] & string[] & { [
|
|
4024
|
+
user_ids?: (string[] & string[] & { [K_104 in Exclude<keyof I["user_channel_removed_event"]["user_ids"], keyof string[]>]: never; }) | undefined;
|
|
4025
4025
|
channel_type?: number | undefined;
|
|
4026
4026
|
clan_id?: string | undefined;
|
|
4027
|
-
} & { [
|
|
4027
|
+
} & { [K_105 in Exclude<keyof I["user_channel_removed_event"], keyof UserChannelRemoved>]: never; }) | undefined;
|
|
4028
4028
|
user_clan_removed_event?: ({
|
|
4029
4029
|
clan_id?: string | undefined;
|
|
4030
4030
|
user_ids?: string[] | undefined;
|
|
4031
4031
|
} & {
|
|
4032
4032
|
clan_id?: string | undefined;
|
|
4033
|
-
user_ids?: (string[] & string[] & { [
|
|
4034
|
-
} & { [
|
|
4033
|
+
user_ids?: (string[] & string[] & { [K_106 in Exclude<keyof I["user_clan_removed_event"]["user_ids"], keyof string[]>]: never; }) | undefined;
|
|
4034
|
+
} & { [K_107 in Exclude<keyof I["user_clan_removed_event"], keyof UserClanRemoved>]: never; }) | undefined;
|
|
4035
4035
|
clan_updated_event?: ({
|
|
4036
4036
|
clan_id?: string | undefined;
|
|
4037
4037
|
clan_name?: string | undefined;
|
|
@@ -4050,7 +4050,7 @@ export declare const Envelope: {
|
|
|
4050
4050
|
is_onboarding?: boolean | undefined;
|
|
4051
4051
|
welcome_channel_id?: string | undefined;
|
|
4052
4052
|
onboarding_banner?: string | undefined;
|
|
4053
|
-
} & { [
|
|
4053
|
+
} & { [K_108 in Exclude<keyof I["clan_updated_event"], keyof ClanUpdatedEvent>]: never; }) | undefined;
|
|
4054
4054
|
clan_profile_updated_event?: ({
|
|
4055
4055
|
user_id?: string | undefined;
|
|
4056
4056
|
clan_nick?: string | undefined;
|
|
@@ -4061,7 +4061,7 @@ export declare const Envelope: {
|
|
|
4061
4061
|
clan_nick?: string | undefined;
|
|
4062
4062
|
clan_avatar?: string | undefined;
|
|
4063
4063
|
clan_id?: string | undefined;
|
|
4064
|
-
} & { [
|
|
4064
|
+
} & { [K_109 in Exclude<keyof I["clan_profile_updated_event"], keyof ClanProfileUpdatedEvent>]: never; }) | undefined;
|
|
4065
4065
|
check_name_existed_event?: ({
|
|
4066
4066
|
name?: string | undefined;
|
|
4067
4067
|
condition_id?: string | undefined;
|
|
@@ -4072,7 +4072,7 @@ export declare const Envelope: {
|
|
|
4072
4072
|
condition_id?: string | undefined;
|
|
4073
4073
|
exist?: boolean | undefined;
|
|
4074
4074
|
type?: number | undefined;
|
|
4075
|
-
} & { [
|
|
4075
|
+
} & { [K_110 in Exclude<keyof I["check_name_existed_event"], keyof CheckNameExistedEvent>]: never; }) | undefined;
|
|
4076
4076
|
user_profile_updated_event?: ({
|
|
4077
4077
|
user_id?: string | undefined;
|
|
4078
4078
|
display_name?: string | undefined;
|
|
@@ -4089,7 +4089,7 @@ export declare const Envelope: {
|
|
|
4089
4089
|
channel_id?: string | undefined;
|
|
4090
4090
|
clan_id?: string | undefined;
|
|
4091
4091
|
encrypt_private_key?: string | undefined;
|
|
4092
|
-
} & { [
|
|
4092
|
+
} & { [K_111 in Exclude<keyof I["user_profile_updated_event"], keyof UserProfileUpdatedEvent>]: never; }) | undefined;
|
|
4093
4093
|
add_clan_user_event?: ({
|
|
4094
4094
|
clan_id?: string | undefined;
|
|
4095
4095
|
user?: {
|
|
@@ -4157,7 +4157,7 @@ export declare const Envelope: {
|
|
|
4157
4157
|
device_id?: string | undefined;
|
|
4158
4158
|
token_id?: string | undefined;
|
|
4159
4159
|
platform?: string | undefined;
|
|
4160
|
-
} & { [
|
|
4160
|
+
} & { [K_112 in Exclude<keyof I["add_clan_user_event"]["user"]["fcm_tokens"][number], keyof FCMTokens>]: never; })[] & { [K_113 in Exclude<keyof I["add_clan_user_event"]["user"]["fcm_tokens"], keyof {
|
|
4161
4161
|
device_id?: string | undefined;
|
|
4162
4162
|
token_id?: string | undefined;
|
|
4163
4163
|
platform?: string | undefined;
|
|
@@ -4165,13 +4165,13 @@ export declare const Envelope: {
|
|
|
4165
4165
|
online?: boolean | undefined;
|
|
4166
4166
|
metadata?: string | undefined;
|
|
4167
4167
|
is_disabled?: boolean | undefined;
|
|
4168
|
-
joined_clans?: (string[] & string[] & { [
|
|
4168
|
+
joined_clans?: (string[] & string[] & { [K_114 in Exclude<keyof I["add_clan_user_event"]["user"]["joined_clans"], keyof string[]>]: never; }) | undefined;
|
|
4169
4169
|
pubkey?: string | undefined;
|
|
4170
4170
|
mezon_id?: string | undefined;
|
|
4171
4171
|
app_token?: string | undefined;
|
|
4172
4172
|
app_url?: string | undefined;
|
|
4173
|
-
} & { [
|
|
4174
|
-
} & { [
|
|
4173
|
+
} & { [K_115 in Exclude<keyof I["add_clan_user_event"]["user"], keyof UserProfileRedis>]: never; }) | undefined;
|
|
4174
|
+
} & { [K_116 in Exclude<keyof I["add_clan_user_event"], keyof AddClanUserEvent>]: never; }) | undefined;
|
|
4175
4175
|
clan_event_created?: ({
|
|
4176
4176
|
title?: string | undefined;
|
|
4177
4177
|
logo?: string | undefined;
|
|
@@ -4225,8 +4225,8 @@ export declare const Envelope: {
|
|
|
4225
4225
|
external_link?: string | undefined;
|
|
4226
4226
|
creator_id?: string | undefined;
|
|
4227
4227
|
event_id?: string | undefined;
|
|
4228
|
-
} & { [
|
|
4229
|
-
} & { [
|
|
4228
|
+
} & { [K_117 in Exclude<keyof I["clan_event_created"]["meet_room"], keyof import("../api/api").GenerateMezonMeetResponse>]: never; }) | undefined;
|
|
4229
|
+
} & { [K_118 in Exclude<keyof I["clan_event_created"], keyof CreateEventRequest>]: never; }) | undefined;
|
|
4230
4230
|
role_assign_event?: ({
|
|
4231
4231
|
ClanId?: string | undefined;
|
|
4232
4232
|
role_id?: string | undefined;
|
|
@@ -4235,16 +4235,16 @@ export declare const Envelope: {
|
|
|
4235
4235
|
} & {
|
|
4236
4236
|
ClanId?: string | undefined;
|
|
4237
4237
|
role_id?: string | undefined;
|
|
4238
|
-
user_ids_assigned?: (string[] & string[] & { [
|
|
4239
|
-
user_ids_removed?: (string[] & string[] & { [
|
|
4240
|
-
} & { [
|
|
4238
|
+
user_ids_assigned?: (string[] & string[] & { [K_119 in Exclude<keyof I["role_assign_event"]["user_ids_assigned"], keyof string[]>]: never; }) | undefined;
|
|
4239
|
+
user_ids_removed?: (string[] & string[] & { [K_120 in Exclude<keyof I["role_assign_event"]["user_ids_removed"], keyof string[]>]: never; }) | undefined;
|
|
4240
|
+
} & { [K_121 in Exclude<keyof I["role_assign_event"], keyof RoleAssignedEvent>]: never; }) | undefined;
|
|
4241
4241
|
clan_deleted_event?: ({
|
|
4242
4242
|
clan_id?: string | undefined;
|
|
4243
4243
|
deletor?: string | undefined;
|
|
4244
4244
|
} & {
|
|
4245
4245
|
clan_id?: string | undefined;
|
|
4246
4246
|
deletor?: string | undefined;
|
|
4247
|
-
} & { [
|
|
4247
|
+
} & { [K_122 in Exclude<keyof I["clan_deleted_event"], keyof ClanDeletedEvent>]: never; }) | undefined;
|
|
4248
4248
|
give_coffee_event?: ({
|
|
4249
4249
|
sender_id?: string | undefined;
|
|
4250
4250
|
receiver_id?: string | undefined;
|
|
@@ -4259,7 +4259,7 @@ export declare const Envelope: {
|
|
|
4259
4259
|
message_ref_id?: string | undefined;
|
|
4260
4260
|
channel_id?: string | undefined;
|
|
4261
4261
|
clan_id?: string | undefined;
|
|
4262
|
-
} & { [
|
|
4262
|
+
} & { [K_123 in Exclude<keyof I["give_coffee_event"], keyof GiveCoffeeEvent>]: never; }) | undefined;
|
|
4263
4263
|
sticker_create_event?: ({
|
|
4264
4264
|
clan_id?: string | undefined;
|
|
4265
4265
|
source?: string | undefined;
|
|
@@ -4278,7 +4278,7 @@ export declare const Envelope: {
|
|
|
4278
4278
|
sticker_id?: string | undefined;
|
|
4279
4279
|
logo?: string | undefined;
|
|
4280
4280
|
clan_name?: string | undefined;
|
|
4281
|
-
} & { [
|
|
4281
|
+
} & { [K_124 in Exclude<keyof I["sticker_create_event"], keyof StickerCreateEvent>]: never; }) | undefined;
|
|
4282
4282
|
sticker_update_event?: ({
|
|
4283
4283
|
shortname?: string | undefined;
|
|
4284
4284
|
sticker_id?: string | undefined;
|
|
@@ -4287,14 +4287,14 @@ export declare const Envelope: {
|
|
|
4287
4287
|
shortname?: string | undefined;
|
|
4288
4288
|
sticker_id?: string | undefined;
|
|
4289
4289
|
user_id?: string | undefined;
|
|
4290
|
-
} & { [
|
|
4290
|
+
} & { [K_125 in Exclude<keyof I["sticker_update_event"], keyof StickerUpdateEvent>]: never; }) | undefined;
|
|
4291
4291
|
sticker_delete_event?: ({
|
|
4292
4292
|
sticker_id?: string | undefined;
|
|
4293
4293
|
user_id?: string | undefined;
|
|
4294
4294
|
} & {
|
|
4295
4295
|
sticker_id?: string | undefined;
|
|
4296
4296
|
user_id?: string | undefined;
|
|
4297
|
-
} & { [
|
|
4297
|
+
} & { [K_126 in Exclude<keyof I["sticker_delete_event"], keyof StickerDeleteEvent>]: never; }) | undefined;
|
|
4298
4298
|
role_event?: ({
|
|
4299
4299
|
role?: {
|
|
4300
4300
|
id?: string | undefined;
|
|
@@ -4432,7 +4432,7 @@ export declare const Envelope: {
|
|
|
4432
4432
|
lang_tag?: string | undefined;
|
|
4433
4433
|
location?: string | undefined;
|
|
4434
4434
|
online?: boolean | undefined;
|
|
4435
|
-
} & { [
|
|
4435
|
+
} & { [K_127 in Exclude<keyof I["role_event"]["role"]["role_user_list"]["role_users"][number], keyof import("../api/api").RoleUserList_RoleUser>]: never; })[] & { [K_128 in Exclude<keyof I["role_event"]["role"]["role_user_list"]["role_users"], keyof {
|
|
4436
4436
|
id?: string | undefined;
|
|
4437
4437
|
username?: string | undefined;
|
|
4438
4438
|
display_name?: string | undefined;
|
|
@@ -4442,7 +4442,7 @@ export declare const Envelope: {
|
|
|
4442
4442
|
online?: boolean | undefined;
|
|
4443
4443
|
}[]>]: never; }) | undefined;
|
|
4444
4444
|
cursor?: string | undefined;
|
|
4445
|
-
} & { [
|
|
4445
|
+
} & { [K_129 in Exclude<keyof I["role_event"]["role"]["role_user_list"], keyof import("../api/api").RoleUserList>]: never; }) | undefined;
|
|
4446
4446
|
permission_list?: ({
|
|
4447
4447
|
permissions?: {
|
|
4448
4448
|
id?: string | undefined;
|
|
@@ -4479,7 +4479,7 @@ export declare const Envelope: {
|
|
|
4479
4479
|
active?: number | undefined;
|
|
4480
4480
|
scope?: number | undefined;
|
|
4481
4481
|
level?: number | undefined;
|
|
4482
|
-
} & { [
|
|
4482
|
+
} & { [K_130 in Exclude<keyof I["role_event"]["role"]["permission_list"]["permissions"][number], keyof import("../api/api").Permission>]: never; })[] & { [K_131 in Exclude<keyof I["role_event"]["role"]["permission_list"]["permissions"], keyof {
|
|
4483
4483
|
id?: string | undefined;
|
|
4484
4484
|
title?: string | undefined;
|
|
4485
4485
|
slug?: string | undefined;
|
|
@@ -4489,19 +4489,19 @@ export declare const Envelope: {
|
|
|
4489
4489
|
level?: number | undefined;
|
|
4490
4490
|
}[]>]: never; }) | undefined;
|
|
4491
4491
|
max_level_permission?: number | undefined;
|
|
4492
|
-
} & { [
|
|
4492
|
+
} & { [K_132 in Exclude<keyof I["role_event"]["role"]["permission_list"], keyof import("../api/api").PermissionList>]: never; }) | undefined;
|
|
4493
4493
|
role_channel_active?: number | undefined;
|
|
4494
|
-
channel_ids?: (string[] & string[] & { [
|
|
4494
|
+
channel_ids?: (string[] & string[] & { [K_133 in Exclude<keyof I["role_event"]["role"]["channel_ids"], keyof string[]>]: never; }) | undefined;
|
|
4495
4495
|
max_level_permission?: number | undefined;
|
|
4496
4496
|
order_role?: number | undefined;
|
|
4497
|
-
} & { [
|
|
4497
|
+
} & { [K_134 in Exclude<keyof I["role_event"]["role"], keyof Role>]: never; }) | undefined;
|
|
4498
4498
|
status?: number | undefined;
|
|
4499
4499
|
user_id?: string | undefined;
|
|
4500
|
-
user_add_ids?: (string[] & string[] & { [
|
|
4501
|
-
user_remove_ids?: (string[] & string[] & { [
|
|
4502
|
-
active_permission_ids?: (string[] & string[] & { [
|
|
4503
|
-
remove_permission_ids?: (string[] & string[] & { [
|
|
4504
|
-
} & { [
|
|
4500
|
+
user_add_ids?: (string[] & string[] & { [K_135 in Exclude<keyof I["role_event"]["user_add_ids"], keyof string[]>]: never; }) | undefined;
|
|
4501
|
+
user_remove_ids?: (string[] & string[] & { [K_136 in Exclude<keyof I["role_event"]["user_remove_ids"], keyof string[]>]: never; }) | undefined;
|
|
4502
|
+
active_permission_ids?: (string[] & string[] & { [K_137 in Exclude<keyof I["role_event"]["active_permission_ids"], keyof string[]>]: never; }) | undefined;
|
|
4503
|
+
remove_permission_ids?: (string[] & string[] & { [K_138 in Exclude<keyof I["role_event"]["remove_permission_ids"], keyof string[]>]: never; }) | undefined;
|
|
4504
|
+
} & { [K_139 in Exclude<keyof I["role_event"], keyof RoleEvent>]: never; }) | undefined;
|
|
4505
4505
|
event_emoji?: ({
|
|
4506
4506
|
id?: string | undefined;
|
|
4507
4507
|
clan_id?: string | undefined;
|
|
@@ -4522,7 +4522,7 @@ export declare const Envelope: {
|
|
|
4522
4522
|
user_id?: string | undefined;
|
|
4523
4523
|
logo?: string | undefined;
|
|
4524
4524
|
clan_name?: string | undefined;
|
|
4525
|
-
} & { [
|
|
4525
|
+
} & { [K_140 in Exclude<keyof I["event_emoji"], keyof EventEmoji>]: never; }) | undefined;
|
|
4526
4526
|
streaming_joined_event?: ({
|
|
4527
4527
|
clan_id?: string | undefined;
|
|
4528
4528
|
clan_name?: string | undefined;
|
|
@@ -4539,7 +4539,7 @@ export declare const Envelope: {
|
|
|
4539
4539
|
user_id?: string | undefined;
|
|
4540
4540
|
streaming_channel_label?: string | undefined;
|
|
4541
4541
|
streaming_channel_id?: string | undefined;
|
|
4542
|
-
} & { [
|
|
4542
|
+
} & { [K_141 in Exclude<keyof I["streaming_joined_event"], keyof StreamingJoinedEvent>]: never; }) | undefined;
|
|
4543
4543
|
streaming_leaved_event?: ({
|
|
4544
4544
|
id?: string | undefined;
|
|
4545
4545
|
clan_id?: string | undefined;
|
|
@@ -4550,7 +4550,7 @@ export declare const Envelope: {
|
|
|
4550
4550
|
clan_id?: string | undefined;
|
|
4551
4551
|
streaming_channel_id?: string | undefined;
|
|
4552
4552
|
streaming_user_id?: string | undefined;
|
|
4553
|
-
} & { [
|
|
4553
|
+
} & { [K_142 in Exclude<keyof I["streaming_leaved_event"], keyof StreamingLeavedEvent>]: never; }) | undefined;
|
|
4554
4554
|
streaming_started_event?: ({
|
|
4555
4555
|
clan_id?: string | undefined;
|
|
4556
4556
|
channel_id?: string | undefined;
|
|
@@ -4561,14 +4561,14 @@ export declare const Envelope: {
|
|
|
4561
4561
|
channel_id?: string | undefined;
|
|
4562
4562
|
streaming_url?: string | undefined;
|
|
4563
4563
|
is_streaming?: boolean | undefined;
|
|
4564
|
-
} & { [
|
|
4564
|
+
} & { [K_143 in Exclude<keyof I["streaming_started_event"], keyof StreamingStartedEvent>]: never; }) | undefined;
|
|
4565
4565
|
streaming_ended_event?: ({
|
|
4566
4566
|
clan_id?: string | undefined;
|
|
4567
4567
|
channel_id?: string | undefined;
|
|
4568
4568
|
} & {
|
|
4569
4569
|
clan_id?: string | undefined;
|
|
4570
4570
|
channel_id?: string | undefined;
|
|
4571
|
-
} & { [
|
|
4571
|
+
} & { [K_144 in Exclude<keyof I["streaming_ended_event"], keyof StreamingEndedEvent>]: never; }) | undefined;
|
|
4572
4572
|
permission_set_event?: ({
|
|
4573
4573
|
caller?: string | undefined;
|
|
4574
4574
|
role_id?: string | undefined;
|
|
@@ -4596,12 +4596,12 @@ export declare const Envelope: {
|
|
|
4596
4596
|
permission_id?: string | undefined;
|
|
4597
4597
|
slug?: string | undefined;
|
|
4598
4598
|
type?: number | undefined;
|
|
4599
|
-
} & { [
|
|
4599
|
+
} & { [K_145 in Exclude<keyof I["permission_set_event"]["permission_updates"][number], keyof PermissionUpdate>]: never; })[] & { [K_146 in Exclude<keyof I["permission_set_event"]["permission_updates"], keyof {
|
|
4600
4600
|
permission_id?: string | undefined;
|
|
4601
4601
|
slug?: string | undefined;
|
|
4602
4602
|
type?: number | undefined;
|
|
4603
4603
|
}[]>]: never; }) | undefined;
|
|
4604
|
-
} & { [
|
|
4604
|
+
} & { [K_147 in Exclude<keyof I["permission_set_event"], keyof PermissionSetEvent>]: never; }) | undefined;
|
|
4605
4605
|
permission_changed_event?: ({
|
|
4606
4606
|
user_id?: string | undefined;
|
|
4607
4607
|
channel_id?: string | undefined;
|
|
@@ -4635,7 +4635,7 @@ export declare const Envelope: {
|
|
|
4635
4635
|
permission_id?: string | undefined;
|
|
4636
4636
|
slug?: string | undefined;
|
|
4637
4637
|
type?: number | undefined;
|
|
4638
|
-
} & { [
|
|
4638
|
+
} & { [K_148 in Exclude<keyof I["permission_changed_event"]["add_permissions"][number], keyof PermissionUpdate>]: never; })[] & { [K_149 in Exclude<keyof I["permission_changed_event"]["add_permissions"], keyof {
|
|
4639
4639
|
permission_id?: string | undefined;
|
|
4640
4640
|
slug?: string | undefined;
|
|
4641
4641
|
type?: number | undefined;
|
|
@@ -4652,7 +4652,7 @@ export declare const Envelope: {
|
|
|
4652
4652
|
permission_id?: string | undefined;
|
|
4653
4653
|
slug?: string | undefined;
|
|
4654
4654
|
type?: number | undefined;
|
|
4655
|
-
} & { [
|
|
4655
|
+
} & { [K_150 in Exclude<keyof I["permission_changed_event"]["remove_permissions"][number], keyof PermissionUpdate>]: never; })[] & { [K_151 in Exclude<keyof I["permission_changed_event"]["remove_permissions"], keyof {
|
|
4656
4656
|
permission_id?: string | undefined;
|
|
4657
4657
|
slug?: string | undefined;
|
|
4658
4658
|
type?: number | undefined;
|
|
@@ -4669,12 +4669,12 @@ export declare const Envelope: {
|
|
|
4669
4669
|
permission_id?: string | undefined;
|
|
4670
4670
|
slug?: string | undefined;
|
|
4671
4671
|
type?: number | undefined;
|
|
4672
|
-
} & { [
|
|
4672
|
+
} & { [K_152 in Exclude<keyof I["permission_changed_event"]["default_permissions"][number], keyof PermissionUpdate>]: never; })[] & { [K_153 in Exclude<keyof I["permission_changed_event"]["default_permissions"], keyof {
|
|
4673
4673
|
permission_id?: string | undefined;
|
|
4674
4674
|
slug?: string | undefined;
|
|
4675
4675
|
type?: number | undefined;
|
|
4676
4676
|
}[]>]: never; }) | undefined;
|
|
4677
|
-
} & { [
|
|
4677
|
+
} & { [K_154 in Exclude<keyof I["permission_changed_event"], keyof PermissionChangedEvent>]: never; }) | undefined;
|
|
4678
4678
|
token_sent_event?: ({
|
|
4679
4679
|
sender_id?: string | undefined;
|
|
4680
4680
|
sender_name?: string | undefined;
|
|
@@ -4691,7 +4691,7 @@ export declare const Envelope: {
|
|
|
4691
4691
|
note?: string | undefined;
|
|
4692
4692
|
extra_attribute?: string | undefined;
|
|
4693
4693
|
transaction_id?: string | undefined;
|
|
4694
|
-
} & { [
|
|
4694
|
+
} & { [K_155 in Exclude<keyof I["token_sent_event"], keyof TokenSentEvent>]: never; }) | undefined;
|
|
4695
4695
|
message_button_clicked?: ({
|
|
4696
4696
|
message_id?: string | undefined;
|
|
4697
4697
|
channel_id?: string | undefined;
|
|
@@ -4706,7 +4706,7 @@ export declare const Envelope: {
|
|
|
4706
4706
|
sender_id?: string | undefined;
|
|
4707
4707
|
user_id?: string | undefined;
|
|
4708
4708
|
extra_data?: string | undefined;
|
|
4709
|
-
} & { [
|
|
4709
|
+
} & { [K_156 in Exclude<keyof I["message_button_clicked"], keyof MessageButtonClicked>]: never; }) | undefined;
|
|
4710
4710
|
unmute_event?: ({
|
|
4711
4711
|
channel_id?: string | undefined;
|
|
4712
4712
|
category_id?: string | undefined;
|
|
@@ -4715,7 +4715,7 @@ export declare const Envelope: {
|
|
|
4715
4715
|
channel_id?: string | undefined;
|
|
4716
4716
|
category_id?: string | undefined;
|
|
4717
4717
|
clan_id?: string | undefined;
|
|
4718
|
-
} & { [
|
|
4718
|
+
} & { [K_157 in Exclude<keyof I["unmute_event"], keyof UnmuteEvent>]: never; }) | undefined;
|
|
4719
4719
|
webrtc_signaling_fwd?: ({
|
|
4720
4720
|
receiver_id?: string | undefined;
|
|
4721
4721
|
data_type?: number | undefined;
|
|
@@ -4728,7 +4728,7 @@ export declare const Envelope: {
|
|
|
4728
4728
|
json_data?: string | undefined;
|
|
4729
4729
|
channel_id?: string | undefined;
|
|
4730
4730
|
caller_id?: string | undefined;
|
|
4731
|
-
} & { [
|
|
4731
|
+
} & { [K_158 in Exclude<keyof I["webrtc_signaling_fwd"], keyof WebrtcSignalingFwd>]: never; }) | undefined;
|
|
4732
4732
|
list_activity?: ({
|
|
4733
4733
|
acts?: {
|
|
4734
4734
|
user_id?: string | undefined;
|
|
@@ -4768,7 +4768,7 @@ export declare const Envelope: {
|
|
|
4768
4768
|
end_time?: Date | undefined;
|
|
4769
4769
|
application_id?: string | undefined;
|
|
4770
4770
|
status?: number | undefined;
|
|
4771
|
-
} & { [
|
|
4771
|
+
} & { [K_159 in Exclude<keyof I["list_activity"]["acts"][number], keyof UserActivity>]: never; })[] & { [K_160 in Exclude<keyof I["list_activity"]["acts"], keyof {
|
|
4772
4772
|
user_id?: string | undefined;
|
|
4773
4773
|
activity_name?: string | undefined;
|
|
4774
4774
|
activity_type?: number | undefined;
|
|
@@ -4778,7 +4778,7 @@ export declare const Envelope: {
|
|
|
4778
4778
|
application_id?: string | undefined;
|
|
4779
4779
|
status?: number | undefined;
|
|
4780
4780
|
}[]>]: never; }) | undefined;
|
|
4781
|
-
} & { [
|
|
4781
|
+
} & { [K_161 in Exclude<keyof I["list_activity"], "acts">]: never; }) | undefined;
|
|
4782
4782
|
dropdown_box_selected?: ({
|
|
4783
4783
|
message_id?: string | undefined;
|
|
4784
4784
|
channel_id?: string | undefined;
|
|
@@ -4792,8 +4792,8 @@ export declare const Envelope: {
|
|
|
4792
4792
|
selectbox_id?: string | undefined;
|
|
4793
4793
|
sender_id?: string | undefined;
|
|
4794
4794
|
user_id?: string | undefined;
|
|
4795
|
-
values?: (string[] & string[] & { [
|
|
4796
|
-
} & { [
|
|
4795
|
+
values?: (string[] & string[] & { [K_162 in Exclude<keyof I["dropdown_box_selected"]["values"], keyof string[]>]: never; }) | undefined;
|
|
4796
|
+
} & { [K_163 in Exclude<keyof I["dropdown_box_selected"], keyof DropdownBoxSelected>]: never; }) | undefined;
|
|
4797
4797
|
incoming_call_push?: ({
|
|
4798
4798
|
receiver_id?: string | undefined;
|
|
4799
4799
|
json_data?: string | undefined;
|
|
@@ -4804,7 +4804,7 @@ export declare const Envelope: {
|
|
|
4804
4804
|
json_data?: string | undefined;
|
|
4805
4805
|
channel_id?: string | undefined;
|
|
4806
4806
|
caller_id?: string | undefined;
|
|
4807
|
-
} & { [
|
|
4807
|
+
} & { [K_164 in Exclude<keyof I["incoming_call_push"], keyof IncomingCallPush>]: never; }) | undefined;
|
|
4808
4808
|
sd_topic_event?: ({
|
|
4809
4809
|
id?: string | undefined;
|
|
4810
4810
|
clan_id?: string | undefined;
|
|
@@ -4817,7 +4817,7 @@ export declare const Envelope: {
|
|
|
4817
4817
|
sender_id?: string | undefined;
|
|
4818
4818
|
content?: string | undefined;
|
|
4819
4819
|
attachment?: string | undefined;
|
|
4820
|
-
|
|
4820
|
+
reference?: string | undefined;
|
|
4821
4821
|
mention?: string | undefined;
|
|
4822
4822
|
reaction?: string | undefined;
|
|
4823
4823
|
repliers?: string[] | undefined;
|
|
@@ -4863,7 +4863,7 @@ export declare const Envelope: {
|
|
|
4863
4863
|
sender_id?: string | undefined;
|
|
4864
4864
|
content?: string | undefined;
|
|
4865
4865
|
attachment?: string | undefined;
|
|
4866
|
-
|
|
4866
|
+
reference?: string | undefined;
|
|
4867
4867
|
mention?: string | undefined;
|
|
4868
4868
|
reaction?: string | undefined;
|
|
4869
4869
|
repliers?: string[] | undefined;
|
|
@@ -4873,11 +4873,11 @@ export declare const Envelope: {
|
|
|
4873
4873
|
sender_id?: string | undefined;
|
|
4874
4874
|
content?: string | undefined;
|
|
4875
4875
|
attachment?: string | undefined;
|
|
4876
|
-
|
|
4876
|
+
reference?: string | undefined;
|
|
4877
4877
|
mention?: string | undefined;
|
|
4878
4878
|
reaction?: string | undefined;
|
|
4879
|
-
repliers?: (string[] & string[] & { [
|
|
4880
|
-
} & { [
|
|
4879
|
+
repliers?: (string[] & string[] & { [K_165 in Exclude<keyof I["sd_topic_event"]["last_sent_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
4880
|
+
} & { [K_166 in Exclude<keyof I["sd_topic_event"]["last_sent_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
4881
4881
|
message?: ({
|
|
4882
4882
|
clan_id?: string | undefined;
|
|
4883
4883
|
channel_id?: string | undefined;
|
|
@@ -4934,9 +4934,9 @@ export declare const Envelope: {
|
|
|
4934
4934
|
hide_editted?: boolean | undefined;
|
|
4935
4935
|
is_public?: boolean | undefined;
|
|
4936
4936
|
topic_id?: string | undefined;
|
|
4937
|
-
} & { [
|
|
4938
|
-
} & { [
|
|
4939
|
-
follow_event?: ({} & {} & { [
|
|
4937
|
+
} & { [K_167 in Exclude<keyof I["sd_topic_event"]["message"], keyof ChannelMessage>]: never; }) | undefined;
|
|
4938
|
+
} & { [K_168 in Exclude<keyof I["sd_topic_event"], keyof SdTopicEvent>]: never; }) | undefined;
|
|
4939
|
+
follow_event?: ({} & {} & { [K_169 in Exclude<keyof I["follow_event"], never>]: never; }) | undefined;
|
|
4940
4940
|
channel_app_event?: ({
|
|
4941
4941
|
user_id?: string | undefined;
|
|
4942
4942
|
username?: string | undefined;
|
|
@@ -4949,19 +4949,19 @@ export declare const Envelope: {
|
|
|
4949
4949
|
clan_id?: string | undefined;
|
|
4950
4950
|
channel_id?: string | undefined;
|
|
4951
4951
|
action?: number | undefined;
|
|
4952
|
-
} & { [
|
|
4952
|
+
} & { [K_170 in Exclude<keyof I["channel_app_event"], keyof ChannelAppEvent>]: never; }) | undefined;
|
|
4953
4953
|
user_status_event?: ({
|
|
4954
4954
|
user_id?: string | undefined;
|
|
4955
4955
|
custom_status?: string | undefined;
|
|
4956
4956
|
} & {
|
|
4957
4957
|
user_id?: string | undefined;
|
|
4958
4958
|
custom_status?: string | undefined;
|
|
4959
|
-
} & { [
|
|
4959
|
+
} & { [K_171 in Exclude<keyof I["user_status_event"], keyof UserStatusEvent>]: never; }) | undefined;
|
|
4960
4960
|
remove_friend?: ({
|
|
4961
4961
|
user_id?: string | undefined;
|
|
4962
4962
|
} & {
|
|
4963
4963
|
user_id?: string | undefined;
|
|
4964
|
-
} & { [
|
|
4964
|
+
} & { [K_172 in Exclude<keyof I["remove_friend"], "user_id">]: never; }) | undefined;
|
|
4965
4965
|
webhook_event?: ({
|
|
4966
4966
|
id?: string | undefined;
|
|
4967
4967
|
webhook_name?: string | undefined;
|
|
@@ -4984,7 +4984,7 @@ export declare const Envelope: {
|
|
|
4984
4984
|
update_time?: string | undefined;
|
|
4985
4985
|
avatar?: string | undefined;
|
|
4986
4986
|
status?: number | undefined;
|
|
4987
|
-
} & { [
|
|
4987
|
+
} & { [K_173 in Exclude<keyof I["webhook_event"], keyof Webhook>]: never; }) | undefined;
|
|
4988
4988
|
noti_user_channel?: ({
|
|
4989
4989
|
id?: string | undefined;
|
|
4990
4990
|
notification_setting_type?: number | undefined;
|
|
@@ -4997,7 +4997,7 @@ export declare const Envelope: {
|
|
|
4997
4997
|
time_mute?: Date | undefined;
|
|
4998
4998
|
active?: number | undefined;
|
|
4999
4999
|
channel_id?: string | undefined;
|
|
5000
|
-
} & { [
|
|
5000
|
+
} & { [K_174 in Exclude<keyof I["noti_user_channel"], keyof NotificationUserChannel>]: never; }) | undefined;
|
|
5001
5001
|
join_channel_app_data?: ({
|
|
5002
5002
|
user_id?: string | undefined;
|
|
5003
5003
|
username?: string | undefined;
|
|
@@ -5006,7 +5006,7 @@ export declare const Envelope: {
|
|
|
5006
5006
|
user_id?: string | undefined;
|
|
5007
5007
|
username?: string | undefined;
|
|
5008
5008
|
hash?: string | undefined;
|
|
5009
|
-
} & { [
|
|
5009
|
+
} & { [K_175 in Exclude<keyof I["join_channel_app_data"], keyof JoinChannelAppData>]: never; }) | undefined;
|
|
5010
5010
|
canvas_event?: ({
|
|
5011
5011
|
id?: string | undefined;
|
|
5012
5012
|
title?: string | undefined;
|
|
@@ -5025,7 +5025,7 @@ export declare const Envelope: {
|
|
|
5025
5025
|
is_default?: boolean | undefined;
|
|
5026
5026
|
channel_id?: string | undefined;
|
|
5027
5027
|
status?: number | undefined;
|
|
5028
|
-
} & { [
|
|
5028
|
+
} & { [K_176 in Exclude<keyof I["canvas_event"], keyof ChannelCanvas>]: never; }) | undefined;
|
|
5029
5029
|
unpin_message_event?: ({
|
|
5030
5030
|
id?: string | undefined;
|
|
5031
5031
|
message_id?: string | undefined;
|
|
@@ -5036,7 +5036,7 @@ export declare const Envelope: {
|
|
|
5036
5036
|
message_id?: string | undefined;
|
|
5037
5037
|
channel_id?: string | undefined;
|
|
5038
5038
|
clan_id?: string | undefined;
|
|
5039
|
-
} & { [
|
|
5039
|
+
} & { [K_177 in Exclude<keyof I["unpin_message_event"], keyof UnpinMessageEvent>]: never; }) | undefined;
|
|
5040
5040
|
category_event?: ({
|
|
5041
5041
|
creator_id?: string | undefined;
|
|
5042
5042
|
clan_id?: string | undefined;
|
|
@@ -5049,7 +5049,7 @@ export declare const Envelope: {
|
|
|
5049
5049
|
category_name?: string | undefined;
|
|
5050
5050
|
id?: string | undefined;
|
|
5051
5051
|
status?: number | undefined;
|
|
5052
|
-
} & { [
|
|
5052
|
+
} & { [K_178 in Exclude<keyof I["category_event"], keyof CategoryEvent>]: never; }) | undefined;
|
|
5053
5053
|
handle_participant_meet_state_event?: ({
|
|
5054
5054
|
clan_id?: string | undefined;
|
|
5055
5055
|
channel_id?: string | undefined;
|
|
@@ -5060,13 +5060,13 @@ export declare const Envelope: {
|
|
|
5060
5060
|
channel_id?: string | undefined;
|
|
5061
5061
|
display_name?: string | undefined;
|
|
5062
5062
|
state?: number | undefined;
|
|
5063
|
-
} & { [
|
|
5063
|
+
} & { [K_179 in Exclude<keyof I["handle_participant_meet_state_event"], keyof HandleParticipantMeetStateEvent>]: never; }) | undefined;
|
|
5064
5064
|
delete_account_event?: ({
|
|
5065
5065
|
user_id?: string | undefined;
|
|
5066
5066
|
} & {
|
|
5067
5067
|
user_id?: string | undefined;
|
|
5068
|
-
} & { [
|
|
5069
|
-
} & { [
|
|
5068
|
+
} & { [K_180 in Exclude<keyof I["delete_account_event"], "user_id">]: never; }) | undefined;
|
|
5069
|
+
} & { [K_181 in Exclude<keyof I, keyof Envelope>]: never; }>(base?: I | undefined): Envelope;
|
|
5070
5070
|
fromPartial<I_1 extends {
|
|
5071
5071
|
cid?: string | undefined;
|
|
5072
5072
|
channel?: {
|
|
@@ -5292,7 +5292,7 @@ export declare const Envelope: {
|
|
|
5292
5292
|
sender_id?: string | undefined;
|
|
5293
5293
|
content?: string | undefined;
|
|
5294
5294
|
attachment?: string | undefined;
|
|
5295
|
-
|
|
5295
|
+
reference?: string | undefined;
|
|
5296
5296
|
mention?: string | undefined;
|
|
5297
5297
|
reaction?: string | undefined;
|
|
5298
5298
|
repliers?: string[] | undefined;
|
|
@@ -5303,7 +5303,7 @@ export declare const Envelope: {
|
|
|
5303
5303
|
sender_id?: string | undefined;
|
|
5304
5304
|
content?: string | undefined;
|
|
5305
5305
|
attachment?: string | undefined;
|
|
5306
|
-
|
|
5306
|
+
reference?: string | undefined;
|
|
5307
5307
|
mention?: string | undefined;
|
|
5308
5308
|
reaction?: string | undefined;
|
|
5309
5309
|
repliers?: string[] | undefined;
|
|
@@ -5470,7 +5470,7 @@ export declare const Envelope: {
|
|
|
5470
5470
|
last_screenshot?: string | undefined;
|
|
5471
5471
|
} | undefined;
|
|
5472
5472
|
voice_leaved_event?: {
|
|
5473
|
-
|
|
5473
|
+
id?: string | undefined;
|
|
5474
5474
|
clan_id?: string | undefined;
|
|
5475
5475
|
voice_channel_id?: string | undefined;
|
|
5476
5476
|
voice_user_id?: string | undefined;
|
|
@@ -5560,7 +5560,7 @@ export declare const Envelope: {
|
|
|
5560
5560
|
sender_id?: string | undefined;
|
|
5561
5561
|
content?: string | undefined;
|
|
5562
5562
|
attachment?: string | undefined;
|
|
5563
|
-
|
|
5563
|
+
reference?: string | undefined;
|
|
5564
5564
|
mention?: string | undefined;
|
|
5565
5565
|
reaction?: string | undefined;
|
|
5566
5566
|
repliers?: string[] | undefined;
|
|
@@ -5571,7 +5571,7 @@ export declare const Envelope: {
|
|
|
5571
5571
|
sender_id?: string | undefined;
|
|
5572
5572
|
content?: string | undefined;
|
|
5573
5573
|
attachment?: string | undefined;
|
|
5574
|
-
|
|
5574
|
+
reference?: string | undefined;
|
|
5575
5575
|
mention?: string | undefined;
|
|
5576
5576
|
reaction?: string | undefined;
|
|
5577
5577
|
repliers?: string[] | undefined;
|
|
@@ -5954,7 +5954,7 @@ export declare const Envelope: {
|
|
|
5954
5954
|
sender_id?: string | undefined;
|
|
5955
5955
|
content?: string | undefined;
|
|
5956
5956
|
attachment?: string | undefined;
|
|
5957
|
-
|
|
5957
|
+
reference?: string | undefined;
|
|
5958
5958
|
mention?: string | undefined;
|
|
5959
5959
|
reaction?: string | undefined;
|
|
5960
5960
|
repliers?: string[] | undefined;
|
|
@@ -6111,7 +6111,7 @@ export declare const Envelope: {
|
|
|
6111
6111
|
status?: string | undefined;
|
|
6112
6112
|
is_mobile?: boolean | undefined;
|
|
6113
6113
|
metadata?: string | undefined;
|
|
6114
|
-
} & { [
|
|
6114
|
+
} & { [K_182 in Exclude<keyof I_1["channel"]["presences"][number], keyof UserPresence>]: never; })[] & { [K_183 in Exclude<keyof I_1["channel"]["presences"], keyof {
|
|
6115
6115
|
user_id?: string | undefined;
|
|
6116
6116
|
session_id?: string | undefined;
|
|
6117
6117
|
username?: string | undefined;
|
|
@@ -6136,16 +6136,16 @@ export declare const Envelope: {
|
|
|
6136
6136
|
status?: string | undefined;
|
|
6137
6137
|
is_mobile?: boolean | undefined;
|
|
6138
6138
|
metadata?: string | undefined;
|
|
6139
|
-
} & { [
|
|
6139
|
+
} & { [K_184 in Exclude<keyof I_1["channel"]["self"], keyof UserPresence>]: never; }) | undefined;
|
|
6140
6140
|
chanel_label?: string | undefined;
|
|
6141
6141
|
clan_logo?: string | undefined;
|
|
6142
6142
|
category_name?: string | undefined;
|
|
6143
|
-
} & { [
|
|
6143
|
+
} & { [K_185 in Exclude<keyof I_1["channel"], keyof Channel>]: never; }) | undefined;
|
|
6144
6144
|
clan_join?: ({
|
|
6145
6145
|
clan_id?: string | undefined;
|
|
6146
6146
|
} & {
|
|
6147
6147
|
clan_id?: string | undefined;
|
|
6148
|
-
} & { [
|
|
6148
|
+
} & { [K_186 in Exclude<keyof I_1["clan_join"], "clan_id">]: never; }) | undefined;
|
|
6149
6149
|
channel_join?: ({
|
|
6150
6150
|
clan_id?: string | undefined;
|
|
6151
6151
|
channel_id?: string | undefined;
|
|
@@ -6156,7 +6156,7 @@ export declare const Envelope: {
|
|
|
6156
6156
|
channel_id?: string | undefined;
|
|
6157
6157
|
channel_type?: number | undefined;
|
|
6158
6158
|
is_public?: boolean | undefined;
|
|
6159
|
-
} & { [
|
|
6159
|
+
} & { [K_187 in Exclude<keyof I_1["channel_join"], keyof ChannelJoin>]: never; }) | undefined;
|
|
6160
6160
|
channel_leave?: ({
|
|
6161
6161
|
clan_id?: string | undefined;
|
|
6162
6162
|
channel_id?: string | undefined;
|
|
@@ -6167,7 +6167,7 @@ export declare const Envelope: {
|
|
|
6167
6167
|
channel_id?: string | undefined;
|
|
6168
6168
|
channel_type?: number | undefined;
|
|
6169
6169
|
is_public?: boolean | undefined;
|
|
6170
|
-
} & { [
|
|
6170
|
+
} & { [K_188 in Exclude<keyof I_1["channel_leave"], keyof ChannelLeave>]: never; }) | undefined;
|
|
6171
6171
|
channel_message?: ({
|
|
6172
6172
|
clan_id?: string | undefined;
|
|
6173
6173
|
channel_id?: string | undefined;
|
|
@@ -6224,7 +6224,7 @@ export declare const Envelope: {
|
|
|
6224
6224
|
hide_editted?: boolean | undefined;
|
|
6225
6225
|
is_public?: boolean | undefined;
|
|
6226
6226
|
topic_id?: string | undefined;
|
|
6227
|
-
} & { [
|
|
6227
|
+
} & { [K_189 in Exclude<keyof I_1["channel_message"], keyof ChannelMessage>]: never; }) | undefined;
|
|
6228
6228
|
channel_message_ack?: ({
|
|
6229
6229
|
channel_id?: string | undefined;
|
|
6230
6230
|
message_id?: string | undefined;
|
|
@@ -6245,7 +6245,7 @@ export declare const Envelope: {
|
|
|
6245
6245
|
persistent?: boolean | undefined;
|
|
6246
6246
|
clan_logo?: string | undefined;
|
|
6247
6247
|
category_name?: string | undefined;
|
|
6248
|
-
} & { [
|
|
6248
|
+
} & { [K_190 in Exclude<keyof I_1["channel_message_ack"], keyof ChannelMessageAck>]: never; }) | undefined;
|
|
6249
6249
|
channel_message_send?: ({
|
|
6250
6250
|
clan_id?: string | undefined;
|
|
6251
6251
|
channel_id?: string | undefined;
|
|
@@ -6319,7 +6319,7 @@ export declare const Envelope: {
|
|
|
6319
6319
|
create_time?: Date | undefined;
|
|
6320
6320
|
s?: number | undefined;
|
|
6321
6321
|
e?: number | undefined;
|
|
6322
|
-
} & { [
|
|
6322
|
+
} & { [K_191 in Exclude<keyof I_1["channel_message_send"]["mentions"][number], keyof MessageMention>]: never; })[] & { [K_192 in Exclude<keyof I_1["channel_message_send"]["mentions"], keyof {
|
|
6323
6323
|
id?: string | undefined;
|
|
6324
6324
|
user_id?: string | undefined;
|
|
6325
6325
|
username?: string | undefined;
|
|
@@ -6353,7 +6353,7 @@ export declare const Envelope: {
|
|
|
6353
6353
|
width?: number | undefined;
|
|
6354
6354
|
height?: number | undefined;
|
|
6355
6355
|
thumbnail?: string | undefined;
|
|
6356
|
-
} & { [
|
|
6356
|
+
} & { [K_193 in Exclude<keyof I_1["channel_message_send"]["attachments"][number], keyof MessageAttachment>]: never; })[] & { [K_194 in Exclude<keyof I_1["channel_message_send"]["attachments"], keyof {
|
|
6357
6357
|
filename?: string | undefined;
|
|
6358
6358
|
size?: number | undefined;
|
|
6359
6359
|
url?: string | undefined;
|
|
@@ -6395,7 +6395,7 @@ export declare const Envelope: {
|
|
|
6395
6395
|
mesages_sender_avatar?: string | undefined;
|
|
6396
6396
|
message_sender_clan_nick?: string | undefined;
|
|
6397
6397
|
message_sender_display_name?: string | undefined;
|
|
6398
|
-
} & { [
|
|
6398
|
+
} & { [K_195 in Exclude<keyof I_1["channel_message_send"]["references"][number], keyof MessageRef>]: never; })[] & { [K_196 in Exclude<keyof I_1["channel_message_send"]["references"], keyof {
|
|
6399
6399
|
message_id?: string | undefined;
|
|
6400
6400
|
message_ref_id?: string | undefined;
|
|
6401
6401
|
content?: string | undefined;
|
|
@@ -6414,7 +6414,7 @@ export declare const Envelope: {
|
|
|
6414
6414
|
is_public?: boolean | undefined;
|
|
6415
6415
|
code?: number | undefined;
|
|
6416
6416
|
topic_id?: string | undefined;
|
|
6417
|
-
} & { [
|
|
6417
|
+
} & { [K_197 in Exclude<keyof I_1["channel_message_send"], keyof ChannelMessageSend>]: never; }) | undefined;
|
|
6418
6418
|
channel_message_update?: ({
|
|
6419
6419
|
clan_id?: string | undefined;
|
|
6420
6420
|
channel_id?: string | undefined;
|
|
@@ -6476,7 +6476,7 @@ export declare const Envelope: {
|
|
|
6476
6476
|
create_time?: Date | undefined;
|
|
6477
6477
|
s?: number | undefined;
|
|
6478
6478
|
e?: number | undefined;
|
|
6479
|
-
} & { [
|
|
6479
|
+
} & { [K_198 in Exclude<keyof I_1["channel_message_update"]["mentions"][number], keyof MessageMention>]: never; })[] & { [K_199 in Exclude<keyof I_1["channel_message_update"]["mentions"], keyof {
|
|
6480
6480
|
id?: string | undefined;
|
|
6481
6481
|
user_id?: string | undefined;
|
|
6482
6482
|
username?: string | undefined;
|
|
@@ -6510,7 +6510,7 @@ export declare const Envelope: {
|
|
|
6510
6510
|
width?: number | undefined;
|
|
6511
6511
|
height?: number | undefined;
|
|
6512
6512
|
thumbnail?: string | undefined;
|
|
6513
|
-
} & { [
|
|
6513
|
+
} & { [K_200 in Exclude<keyof I_1["channel_message_update"]["attachments"][number], keyof MessageAttachment>]: never; })[] & { [K_201 in Exclude<keyof I_1["channel_message_update"]["attachments"], keyof {
|
|
6514
6514
|
filename?: string | undefined;
|
|
6515
6515
|
size?: number | undefined;
|
|
6516
6516
|
url?: string | undefined;
|
|
@@ -6524,7 +6524,7 @@ export declare const Envelope: {
|
|
|
6524
6524
|
hide_editted?: boolean | undefined;
|
|
6525
6525
|
topic_id?: string | undefined;
|
|
6526
6526
|
is_update_msg_topic?: boolean | undefined;
|
|
6527
|
-
} & { [
|
|
6527
|
+
} & { [K_202 in Exclude<keyof I_1["channel_message_update"], keyof ChannelMessageUpdate>]: never; }) | undefined;
|
|
6528
6528
|
channel_message_remove?: ({
|
|
6529
6529
|
clan_id?: string | undefined;
|
|
6530
6530
|
channel_id?: string | undefined;
|
|
@@ -6541,7 +6541,7 @@ export declare const Envelope: {
|
|
|
6541
6541
|
is_public?: boolean | undefined;
|
|
6542
6542
|
has_attachment?: boolean | undefined;
|
|
6543
6543
|
topic_id?: string | undefined;
|
|
6544
|
-
} & { [
|
|
6544
|
+
} & { [K_203 in Exclude<keyof I_1["channel_message_remove"], keyof ChannelMessageRemove>]: never; }) | undefined;
|
|
6545
6545
|
channel_presence_event?: ({
|
|
6546
6546
|
channel_id?: string | undefined;
|
|
6547
6547
|
joins?: {
|
|
@@ -6591,7 +6591,7 @@ export declare const Envelope: {
|
|
|
6591
6591
|
status?: string | undefined;
|
|
6592
6592
|
is_mobile?: boolean | undefined;
|
|
6593
6593
|
metadata?: string | undefined;
|
|
6594
|
-
} & { [
|
|
6594
|
+
} & { [K_204 in Exclude<keyof I_1["channel_presence_event"]["joins"][number], keyof UserPresence>]: never; })[] & { [K_205 in Exclude<keyof I_1["channel_presence_event"]["joins"], keyof {
|
|
6595
6595
|
user_id?: string | undefined;
|
|
6596
6596
|
session_id?: string | undefined;
|
|
6597
6597
|
username?: string | undefined;
|
|
@@ -6624,7 +6624,7 @@ export declare const Envelope: {
|
|
|
6624
6624
|
status?: string | undefined;
|
|
6625
6625
|
is_mobile?: boolean | undefined;
|
|
6626
6626
|
metadata?: string | undefined;
|
|
6627
|
-
} & { [
|
|
6627
|
+
} & { [K_206 in Exclude<keyof I_1["channel_presence_event"]["leaves"][number], keyof UserPresence>]: never; })[] & { [K_207 in Exclude<keyof I_1["channel_presence_event"]["leaves"], keyof {
|
|
6628
6628
|
user_id?: string | undefined;
|
|
6629
6629
|
session_id?: string | undefined;
|
|
6630
6630
|
username?: string | undefined;
|
|
@@ -6636,7 +6636,7 @@ export declare const Envelope: {
|
|
|
6636
6636
|
clan_logo?: string | undefined;
|
|
6637
6637
|
category_name?: string | undefined;
|
|
6638
6638
|
mode?: number | undefined;
|
|
6639
|
-
} & { [
|
|
6639
|
+
} & { [K_208 in Exclude<keyof I_1["channel_presence_event"], keyof ChannelPresenceEvent>]: never; }) | undefined;
|
|
6640
6640
|
error?: ({
|
|
6641
6641
|
code?: number | undefined;
|
|
6642
6642
|
message?: string | undefined;
|
|
@@ -6650,8 +6650,8 @@ export declare const Envelope: {
|
|
|
6650
6650
|
[x: string]: string | undefined;
|
|
6651
6651
|
} & {
|
|
6652
6652
|
[x: string]: string | undefined;
|
|
6653
|
-
} & { [
|
|
6654
|
-
} & { [
|
|
6653
|
+
} & { [K_209 in Exclude<keyof I_1["error"]["context"], string | number>]: never; }) | undefined;
|
|
6654
|
+
} & { [K_210 in Exclude<keyof I_1["error"], keyof Error>]: never; }) | undefined;
|
|
6655
6655
|
notifications?: ({
|
|
6656
6656
|
notifications?: {
|
|
6657
6657
|
id?: string | undefined;
|
|
@@ -6683,7 +6683,7 @@ export declare const Envelope: {
|
|
|
6683
6683
|
sender_id?: string | undefined;
|
|
6684
6684
|
content?: string | undefined;
|
|
6685
6685
|
attachment?: string | undefined;
|
|
6686
|
-
|
|
6686
|
+
reference?: string | undefined;
|
|
6687
6687
|
mention?: string | undefined;
|
|
6688
6688
|
reaction?: string | undefined;
|
|
6689
6689
|
repliers?: string[] | undefined;
|
|
@@ -6694,7 +6694,7 @@ export declare const Envelope: {
|
|
|
6694
6694
|
sender_id?: string | undefined;
|
|
6695
6695
|
content?: string | undefined;
|
|
6696
6696
|
attachment?: string | undefined;
|
|
6697
|
-
|
|
6697
|
+
reference?: string | undefined;
|
|
6698
6698
|
mention?: string | undefined;
|
|
6699
6699
|
reaction?: string | undefined;
|
|
6700
6700
|
repliers?: string[] | undefined;
|
|
@@ -6752,7 +6752,7 @@ export declare const Envelope: {
|
|
|
6752
6752
|
sender_id?: string | undefined;
|
|
6753
6753
|
content?: string | undefined;
|
|
6754
6754
|
attachment?: string | undefined;
|
|
6755
|
-
|
|
6755
|
+
reference?: string | undefined;
|
|
6756
6756
|
mention?: string | undefined;
|
|
6757
6757
|
reaction?: string | undefined;
|
|
6758
6758
|
repliers?: string[] | undefined;
|
|
@@ -6763,7 +6763,7 @@ export declare const Envelope: {
|
|
|
6763
6763
|
sender_id?: string | undefined;
|
|
6764
6764
|
content?: string | undefined;
|
|
6765
6765
|
attachment?: string | undefined;
|
|
6766
|
-
|
|
6766
|
+
reference?: string | undefined;
|
|
6767
6767
|
mention?: string | undefined;
|
|
6768
6768
|
reaction?: string | undefined;
|
|
6769
6769
|
repliers?: string[] | undefined;
|
|
@@ -6819,7 +6819,7 @@ export declare const Envelope: {
|
|
|
6819
6819
|
sender_id?: string | undefined;
|
|
6820
6820
|
content?: string | undefined;
|
|
6821
6821
|
attachment?: string | undefined;
|
|
6822
|
-
|
|
6822
|
+
reference?: string | undefined;
|
|
6823
6823
|
mention?: string | undefined;
|
|
6824
6824
|
reaction?: string | undefined;
|
|
6825
6825
|
repliers?: string[] | undefined;
|
|
@@ -6830,7 +6830,7 @@ export declare const Envelope: {
|
|
|
6830
6830
|
sender_id?: string | undefined;
|
|
6831
6831
|
content?: string | undefined;
|
|
6832
6832
|
attachment?: string | undefined;
|
|
6833
|
-
|
|
6833
|
+
reference?: string | undefined;
|
|
6834
6834
|
mention?: string | undefined;
|
|
6835
6835
|
reaction?: string | undefined;
|
|
6836
6836
|
repliers?: string[] | undefined;
|
|
@@ -6886,7 +6886,7 @@ export declare const Envelope: {
|
|
|
6886
6886
|
sender_id?: string | undefined;
|
|
6887
6887
|
content?: string | undefined;
|
|
6888
6888
|
attachment?: string | undefined;
|
|
6889
|
-
|
|
6889
|
+
reference?: string | undefined;
|
|
6890
6890
|
mention?: string | undefined;
|
|
6891
6891
|
reaction?: string | undefined;
|
|
6892
6892
|
repliers?: string[] | undefined;
|
|
@@ -6897,7 +6897,7 @@ export declare const Envelope: {
|
|
|
6897
6897
|
sender_id?: string | undefined;
|
|
6898
6898
|
content?: string | undefined;
|
|
6899
6899
|
attachment?: string | undefined;
|
|
6900
|
-
|
|
6900
|
+
reference?: string | undefined;
|
|
6901
6901
|
mention?: string | undefined;
|
|
6902
6902
|
reaction?: string | undefined;
|
|
6903
6903
|
repliers?: string[] | undefined;
|
|
@@ -6930,15 +6930,15 @@ export declare const Envelope: {
|
|
|
6930
6930
|
creator_id?: string | undefined;
|
|
6931
6931
|
channel_label?: string | undefined;
|
|
6932
6932
|
channel_private?: number | undefined;
|
|
6933
|
-
channel_avatar?: (string[] & string[] & { [
|
|
6934
|
-
user_id?: (string[] & string[] & { [
|
|
6933
|
+
channel_avatar?: (string[] & string[] & { [K_211 in Exclude<keyof I_1["notifications"]["notifications"][number]["channel"]["channel_avatar"], keyof string[]>]: never; }) | undefined;
|
|
6934
|
+
user_id?: (string[] & string[] & { [K_212 in Exclude<keyof I_1["notifications"]["notifications"][number]["channel"]["user_id"], keyof string[]>]: never; }) | undefined;
|
|
6935
6935
|
last_sent_message?: ({
|
|
6936
6936
|
id?: string | undefined;
|
|
6937
6937
|
timestamp_seconds?: number | undefined;
|
|
6938
6938
|
sender_id?: string | undefined;
|
|
6939
6939
|
content?: string | undefined;
|
|
6940
6940
|
attachment?: string | undefined;
|
|
6941
|
-
|
|
6941
|
+
reference?: string | undefined;
|
|
6942
6942
|
mention?: string | undefined;
|
|
6943
6943
|
reaction?: string | undefined;
|
|
6944
6944
|
repliers?: string[] | undefined;
|
|
@@ -6948,18 +6948,18 @@ export declare const Envelope: {
|
|
|
6948
6948
|
sender_id?: string | undefined;
|
|
6949
6949
|
content?: string | undefined;
|
|
6950
6950
|
attachment?: string | undefined;
|
|
6951
|
-
|
|
6951
|
+
reference?: string | undefined;
|
|
6952
6952
|
mention?: string | undefined;
|
|
6953
6953
|
reaction?: string | undefined;
|
|
6954
|
-
repliers?: (string[] & string[] & { [
|
|
6955
|
-
} & { [
|
|
6954
|
+
repliers?: (string[] & string[] & { [K_213 in Exclude<keyof I_1["notifications"]["notifications"][number]["channel"]["last_sent_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
6955
|
+
} & { [K_214 in Exclude<keyof I_1["notifications"]["notifications"][number]["channel"]["last_sent_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
6956
6956
|
last_seen_message?: ({
|
|
6957
6957
|
id?: string | undefined;
|
|
6958
6958
|
timestamp_seconds?: number | undefined;
|
|
6959
6959
|
sender_id?: string | undefined;
|
|
6960
6960
|
content?: string | undefined;
|
|
6961
6961
|
attachment?: string | undefined;
|
|
6962
|
-
|
|
6962
|
+
reference?: string | undefined;
|
|
6963
6963
|
mention?: string | undefined;
|
|
6964
6964
|
reaction?: string | undefined;
|
|
6965
6965
|
repliers?: string[] | undefined;
|
|
@@ -6969,33 +6969,33 @@ export declare const Envelope: {
|
|
|
6969
6969
|
sender_id?: string | undefined;
|
|
6970
6970
|
content?: string | undefined;
|
|
6971
6971
|
attachment?: string | undefined;
|
|
6972
|
-
|
|
6972
|
+
reference?: string | undefined;
|
|
6973
6973
|
mention?: string | undefined;
|
|
6974
6974
|
reaction?: string | undefined;
|
|
6975
|
-
repliers?: (string[] & string[] & { [
|
|
6976
|
-
} & { [
|
|
6977
|
-
is_online?: (boolean[] & boolean[] & { [
|
|
6975
|
+
repliers?: (string[] & string[] & { [K_215 in Exclude<keyof I_1["notifications"]["notifications"][number]["channel"]["last_seen_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
6976
|
+
} & { [K_216 in Exclude<keyof I_1["notifications"]["notifications"][number]["channel"]["last_seen_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
6977
|
+
is_online?: (boolean[] & boolean[] & { [K_217 in Exclude<keyof I_1["notifications"]["notifications"][number]["channel"]["is_online"], keyof boolean[]>]: never; }) | undefined;
|
|
6978
6978
|
meeting_code?: string | undefined;
|
|
6979
6979
|
count_mess_unread?: number | undefined;
|
|
6980
6980
|
active?: number | undefined;
|
|
6981
6981
|
last_pin_message?: string | undefined;
|
|
6982
|
-
usernames?: (string[] & string[] & { [
|
|
6982
|
+
usernames?: (string[] & string[] & { [K_218 in Exclude<keyof I_1["notifications"]["notifications"][number]["channel"]["usernames"], keyof string[]>]: never; }) | undefined;
|
|
6983
6983
|
creator_name?: string | undefined;
|
|
6984
6984
|
create_time_seconds?: number | undefined;
|
|
6985
6985
|
update_time_seconds?: number | undefined;
|
|
6986
|
-
metadata?: (string[] & string[] & { [
|
|
6987
|
-
about_me?: (string[] & string[] & { [
|
|
6986
|
+
metadata?: (string[] & string[] & { [K_219 in Exclude<keyof I_1["notifications"]["notifications"][number]["channel"]["metadata"], keyof string[]>]: never; }) | undefined;
|
|
6987
|
+
about_me?: (string[] & string[] & { [K_220 in Exclude<keyof I_1["notifications"]["notifications"][number]["channel"]["about_me"], keyof string[]>]: never; }) | undefined;
|
|
6988
6988
|
clan_name?: string | undefined;
|
|
6989
6989
|
app_id?: string | undefined;
|
|
6990
6990
|
is_mute?: boolean | undefined;
|
|
6991
6991
|
age_restricted?: number | undefined;
|
|
6992
6992
|
topic?: string | undefined;
|
|
6993
6993
|
e2ee?: number | undefined;
|
|
6994
|
-
display_names?: (string[] & string[] & { [
|
|
6995
|
-
} & { [
|
|
6994
|
+
display_names?: (string[] & string[] & { [K_221 in Exclude<keyof I_1["notifications"]["notifications"][number]["channel"]["display_names"], keyof string[]>]: never; }) | undefined;
|
|
6995
|
+
} & { [K_222 in Exclude<keyof I_1["notifications"]["notifications"][number]["channel"], keyof ChannelDescription1>]: never; }) | undefined;
|
|
6996
6996
|
topic_id?: string | undefined;
|
|
6997
6997
|
category?: number | undefined;
|
|
6998
|
-
} & { [
|
|
6998
|
+
} & { [K_223 in Exclude<keyof I_1["notifications"]["notifications"][number], keyof Notification>]: never; })[] & { [K_224 in Exclude<keyof I_1["notifications"]["notifications"], keyof {
|
|
6999
6999
|
id?: string | undefined;
|
|
7000
7000
|
subject?: string | undefined;
|
|
7001
7001
|
content?: string | undefined;
|
|
@@ -7025,7 +7025,7 @@ export declare const Envelope: {
|
|
|
7025
7025
|
sender_id?: string | undefined;
|
|
7026
7026
|
content?: string | undefined;
|
|
7027
7027
|
attachment?: string | undefined;
|
|
7028
|
-
|
|
7028
|
+
reference?: string | undefined;
|
|
7029
7029
|
mention?: string | undefined;
|
|
7030
7030
|
reaction?: string | undefined;
|
|
7031
7031
|
repliers?: string[] | undefined;
|
|
@@ -7036,7 +7036,7 @@ export declare const Envelope: {
|
|
|
7036
7036
|
sender_id?: string | undefined;
|
|
7037
7037
|
content?: string | undefined;
|
|
7038
7038
|
attachment?: string | undefined;
|
|
7039
|
-
|
|
7039
|
+
reference?: string | undefined;
|
|
7040
7040
|
mention?: string | undefined;
|
|
7041
7041
|
reaction?: string | undefined;
|
|
7042
7042
|
repliers?: string[] | undefined;
|
|
@@ -7063,7 +7063,7 @@ export declare const Envelope: {
|
|
|
7063
7063
|
topic_id?: string | undefined;
|
|
7064
7064
|
category?: number | undefined;
|
|
7065
7065
|
}[]>]: never; }) | undefined;
|
|
7066
|
-
} & { [
|
|
7066
|
+
} & { [K_225 in Exclude<keyof I_1["notifications"], "notifications">]: never; }) | undefined;
|
|
7067
7067
|
rpc?: ({
|
|
7068
7068
|
id?: string | undefined;
|
|
7069
7069
|
payload?: string | undefined;
|
|
@@ -7072,7 +7072,7 @@ export declare const Envelope: {
|
|
|
7072
7072
|
id?: string | undefined;
|
|
7073
7073
|
payload?: string | undefined;
|
|
7074
7074
|
http_key?: string | undefined;
|
|
7075
|
-
} & { [
|
|
7075
|
+
} & { [K_226 in Exclude<keyof I_1["rpc"], keyof Rpc>]: never; }) | undefined;
|
|
7076
7076
|
status?: ({
|
|
7077
7077
|
presences?: {
|
|
7078
7078
|
user_id?: string | undefined;
|
|
@@ -7108,7 +7108,7 @@ export declare const Envelope: {
|
|
|
7108
7108
|
status?: string | undefined;
|
|
7109
7109
|
is_mobile?: boolean | undefined;
|
|
7110
7110
|
metadata?: string | undefined;
|
|
7111
|
-
} & { [
|
|
7111
|
+
} & { [K_227 in Exclude<keyof I_1["status"]["presences"][number], keyof UserPresence>]: never; })[] & { [K_228 in Exclude<keyof I_1["status"]["presences"], keyof {
|
|
7112
7112
|
user_id?: string | undefined;
|
|
7113
7113
|
session_id?: string | undefined;
|
|
7114
7114
|
username?: string | undefined;
|
|
@@ -7117,14 +7117,14 @@ export declare const Envelope: {
|
|
|
7117
7117
|
is_mobile?: boolean | undefined;
|
|
7118
7118
|
metadata?: string | undefined;
|
|
7119
7119
|
}[]>]: never; }) | undefined;
|
|
7120
|
-
} & { [
|
|
7120
|
+
} & { [K_229 in Exclude<keyof I_1["status"], "presences">]: never; }) | undefined;
|
|
7121
7121
|
status_follow?: ({
|
|
7122
7122
|
user_ids?: string[] | undefined;
|
|
7123
7123
|
usernames?: string[] | undefined;
|
|
7124
7124
|
} & {
|
|
7125
|
-
user_ids?: (string[] & string[] & { [
|
|
7126
|
-
usernames?: (string[] & string[] & { [
|
|
7127
|
-
} & { [
|
|
7125
|
+
user_ids?: (string[] & string[] & { [K_230 in Exclude<keyof I_1["status_follow"]["user_ids"], keyof string[]>]: never; }) | undefined;
|
|
7126
|
+
usernames?: (string[] & string[] & { [K_231 in Exclude<keyof I_1["status_follow"]["usernames"], keyof string[]>]: never; }) | undefined;
|
|
7127
|
+
} & { [K_232 in Exclude<keyof I_1["status_follow"], keyof StatusFollow>]: never; }) | undefined;
|
|
7128
7128
|
status_presence_event?: ({
|
|
7129
7129
|
joins?: {
|
|
7130
7130
|
user_id?: string | undefined;
|
|
@@ -7169,7 +7169,7 @@ export declare const Envelope: {
|
|
|
7169
7169
|
status?: string | undefined;
|
|
7170
7170
|
is_mobile?: boolean | undefined;
|
|
7171
7171
|
metadata?: string | undefined;
|
|
7172
|
-
} & { [
|
|
7172
|
+
} & { [K_233 in Exclude<keyof I_1["status_presence_event"]["joins"][number], keyof UserPresence>]: never; })[] & { [K_234 in Exclude<keyof I_1["status_presence_event"]["joins"], keyof {
|
|
7173
7173
|
user_id?: string | undefined;
|
|
7174
7174
|
session_id?: string | undefined;
|
|
7175
7175
|
username?: string | undefined;
|
|
@@ -7202,7 +7202,7 @@ export declare const Envelope: {
|
|
|
7202
7202
|
status?: string | undefined;
|
|
7203
7203
|
is_mobile?: boolean | undefined;
|
|
7204
7204
|
metadata?: string | undefined;
|
|
7205
|
-
} & { [
|
|
7205
|
+
} & { [K_235 in Exclude<keyof I_1["status_presence_event"]["leaves"][number], keyof UserPresence>]: never; })[] & { [K_236 in Exclude<keyof I_1["status_presence_event"]["leaves"], keyof {
|
|
7206
7206
|
user_id?: string | undefined;
|
|
7207
7207
|
session_id?: string | undefined;
|
|
7208
7208
|
username?: string | undefined;
|
|
@@ -7211,17 +7211,17 @@ export declare const Envelope: {
|
|
|
7211
7211
|
is_mobile?: boolean | undefined;
|
|
7212
7212
|
metadata?: string | undefined;
|
|
7213
7213
|
}[]>]: never; }) | undefined;
|
|
7214
|
-
} & { [
|
|
7214
|
+
} & { [K_237 in Exclude<keyof I_1["status_presence_event"], keyof StatusPresenceEvent>]: never; }) | undefined;
|
|
7215
7215
|
status_unfollow?: ({
|
|
7216
7216
|
user_ids?: string[] | undefined;
|
|
7217
7217
|
} & {
|
|
7218
|
-
user_ids?: (string[] & string[] & { [
|
|
7219
|
-
} & { [
|
|
7218
|
+
user_ids?: (string[] & string[] & { [K_238 in Exclude<keyof I_1["status_unfollow"]["user_ids"], keyof string[]>]: never; }) | undefined;
|
|
7219
|
+
} & { [K_239 in Exclude<keyof I_1["status_unfollow"], "user_ids">]: never; }) | undefined;
|
|
7220
7220
|
status_update?: ({
|
|
7221
7221
|
status?: string | undefined;
|
|
7222
7222
|
} & {
|
|
7223
7223
|
status?: string | undefined;
|
|
7224
|
-
} & { [
|
|
7224
|
+
} & { [K_240 in Exclude<keyof I_1["status_update"], "status">]: never; }) | undefined;
|
|
7225
7225
|
stream_data?: ({
|
|
7226
7226
|
stream?: {
|
|
7227
7227
|
mode?: number | undefined;
|
|
@@ -7251,7 +7251,7 @@ export declare const Envelope: {
|
|
|
7251
7251
|
channel_id?: string | undefined;
|
|
7252
7252
|
clan_id?: string | undefined;
|
|
7253
7253
|
label?: string | undefined;
|
|
7254
|
-
} & { [
|
|
7254
|
+
} & { [K_241 in Exclude<keyof I_1["stream_data"]["stream"], keyof Stream>]: never; }) | undefined;
|
|
7255
7255
|
sender?: ({
|
|
7256
7256
|
user_id?: string | undefined;
|
|
7257
7257
|
session_id?: string | undefined;
|
|
@@ -7268,10 +7268,10 @@ export declare const Envelope: {
|
|
|
7268
7268
|
status?: string | undefined;
|
|
7269
7269
|
is_mobile?: boolean | undefined;
|
|
7270
7270
|
metadata?: string | undefined;
|
|
7271
|
-
} & { [
|
|
7271
|
+
} & { [K_242 in Exclude<keyof I_1["stream_data"]["sender"], keyof UserPresence>]: never; }) | undefined;
|
|
7272
7272
|
data?: string | undefined;
|
|
7273
7273
|
reliable?: boolean | undefined;
|
|
7274
|
-
} & { [
|
|
7274
|
+
} & { [K_243 in Exclude<keyof I_1["stream_data"], keyof StreamData>]: never; }) | undefined;
|
|
7275
7275
|
stream_presence_event?: ({
|
|
7276
7276
|
stream?: {
|
|
7277
7277
|
mode?: number | undefined;
|
|
@@ -7308,7 +7308,7 @@ export declare const Envelope: {
|
|
|
7308
7308
|
channel_id?: string | undefined;
|
|
7309
7309
|
clan_id?: string | undefined;
|
|
7310
7310
|
label?: string | undefined;
|
|
7311
|
-
} & { [
|
|
7311
|
+
} & { [K_244 in Exclude<keyof I_1["stream_presence_event"]["stream"], keyof Stream>]: never; }) | undefined;
|
|
7312
7312
|
joins?: ({
|
|
7313
7313
|
user_id?: string | undefined;
|
|
7314
7314
|
session_id?: string | undefined;
|
|
@@ -7333,7 +7333,7 @@ export declare const Envelope: {
|
|
|
7333
7333
|
status?: string | undefined;
|
|
7334
7334
|
is_mobile?: boolean | undefined;
|
|
7335
7335
|
metadata?: string | undefined;
|
|
7336
|
-
} & { [
|
|
7336
|
+
} & { [K_245 in Exclude<keyof I_1["stream_presence_event"]["joins"][number], keyof UserPresence>]: never; })[] & { [K_246 in Exclude<keyof I_1["stream_presence_event"]["joins"], keyof {
|
|
7337
7337
|
user_id?: string | undefined;
|
|
7338
7338
|
session_id?: string | undefined;
|
|
7339
7339
|
username?: string | undefined;
|
|
@@ -7366,7 +7366,7 @@ export declare const Envelope: {
|
|
|
7366
7366
|
status?: string | undefined;
|
|
7367
7367
|
is_mobile?: boolean | undefined;
|
|
7368
7368
|
metadata?: string | undefined;
|
|
7369
|
-
} & { [
|
|
7369
|
+
} & { [K_247 in Exclude<keyof I_1["stream_presence_event"]["leaves"][number], keyof UserPresence>]: never; })[] & { [K_248 in Exclude<keyof I_1["stream_presence_event"]["leaves"], keyof {
|
|
7370
7370
|
user_id?: string | undefined;
|
|
7371
7371
|
session_id?: string | undefined;
|
|
7372
7372
|
username?: string | undefined;
|
|
@@ -7375,9 +7375,9 @@ export declare const Envelope: {
|
|
|
7375
7375
|
is_mobile?: boolean | undefined;
|
|
7376
7376
|
metadata?: string | undefined;
|
|
7377
7377
|
}[]>]: never; }) | undefined;
|
|
7378
|
-
} & { [
|
|
7379
|
-
ping?: ({} & {} & { [
|
|
7380
|
-
pong?: ({} & {} & { [
|
|
7378
|
+
} & { [K_249 in Exclude<keyof I_1["stream_presence_event"], keyof StreamPresenceEvent>]: never; }) | undefined;
|
|
7379
|
+
ping?: ({} & {} & { [K_250 in Exclude<keyof I_1["ping"], never>]: never; }) | undefined;
|
|
7380
|
+
pong?: ({} & {} & { [K_251 in Exclude<keyof I_1["pong"], never>]: never; }) | undefined;
|
|
7381
7381
|
message_typing_event?: ({
|
|
7382
7382
|
clan_id?: string | undefined;
|
|
7383
7383
|
channel_id?: string | undefined;
|
|
@@ -7394,7 +7394,7 @@ export declare const Envelope: {
|
|
|
7394
7394
|
is_public?: boolean | undefined;
|
|
7395
7395
|
sender_username?: string | undefined;
|
|
7396
7396
|
sender_display_name?: string | undefined;
|
|
7397
|
-
} & { [
|
|
7397
|
+
} & { [K_252 in Exclude<keyof I_1["message_typing_event"], keyof MessageTypingEvent>]: never; }) | undefined;
|
|
7398
7398
|
last_seen_message_event?: ({
|
|
7399
7399
|
clan_id?: string | undefined;
|
|
7400
7400
|
channel_id?: string | undefined;
|
|
@@ -7409,7 +7409,7 @@ export declare const Envelope: {
|
|
|
7409
7409
|
mode?: number | undefined;
|
|
7410
7410
|
timestamp_seconds?: number | undefined;
|
|
7411
7411
|
badge_count?: number | undefined;
|
|
7412
|
-
} & { [
|
|
7412
|
+
} & { [K_253 in Exclude<keyof I_1["last_seen_message_event"], keyof LastSeenMessageEvent>]: never; }) | undefined;
|
|
7413
7413
|
message_reaction_event?: ({
|
|
7414
7414
|
id?: string | undefined;
|
|
7415
7415
|
emoji_id?: string | undefined;
|
|
@@ -7444,7 +7444,7 @@ export declare const Envelope: {
|
|
|
7444
7444
|
is_public?: boolean | undefined;
|
|
7445
7445
|
topic_id?: string | undefined;
|
|
7446
7446
|
emoji_recent_id?: string | undefined;
|
|
7447
|
-
} & { [
|
|
7447
|
+
} & { [K_254 in Exclude<keyof I_1["message_reaction_event"], keyof MessageReaction>]: never; }) | undefined;
|
|
7448
7448
|
voice_joined_event?: ({
|
|
7449
7449
|
clan_id?: string | undefined;
|
|
7450
7450
|
clan_name?: string | undefined;
|
|
@@ -7463,18 +7463,18 @@ export declare const Envelope: {
|
|
|
7463
7463
|
voice_channel_label?: string | undefined;
|
|
7464
7464
|
voice_channel_id?: string | undefined;
|
|
7465
7465
|
last_screenshot?: string | undefined;
|
|
7466
|
-
} & { [
|
|
7466
|
+
} & { [K_255 in Exclude<keyof I_1["voice_joined_event"], keyof VoiceJoinedEvent>]: never; }) | undefined;
|
|
7467
7467
|
voice_leaved_event?: ({
|
|
7468
|
-
|
|
7468
|
+
id?: string | undefined;
|
|
7469
7469
|
clan_id?: string | undefined;
|
|
7470
7470
|
voice_channel_id?: string | undefined;
|
|
7471
7471
|
voice_user_id?: string | undefined;
|
|
7472
7472
|
} & {
|
|
7473
|
-
|
|
7473
|
+
id?: string | undefined;
|
|
7474
7474
|
clan_id?: string | undefined;
|
|
7475
7475
|
voice_channel_id?: string | undefined;
|
|
7476
7476
|
voice_user_id?: string | undefined;
|
|
7477
|
-
} & { [
|
|
7477
|
+
} & { [K_256 in Exclude<keyof I_1["voice_leaved_event"], keyof VoiceLeavedEvent>]: never; }) | undefined;
|
|
7478
7478
|
voice_started_event?: ({
|
|
7479
7479
|
id?: string | undefined;
|
|
7480
7480
|
clan_id?: string | undefined;
|
|
@@ -7483,7 +7483,7 @@ export declare const Envelope: {
|
|
|
7483
7483
|
id?: string | undefined;
|
|
7484
7484
|
clan_id?: string | undefined;
|
|
7485
7485
|
voice_channel_id?: string | undefined;
|
|
7486
|
-
} & { [
|
|
7486
|
+
} & { [K_257 in Exclude<keyof I_1["voice_started_event"], keyof VoiceStartedEvent>]: never; }) | undefined;
|
|
7487
7487
|
voice_ended_event?: ({
|
|
7488
7488
|
id?: string | undefined;
|
|
7489
7489
|
clan_id?: string | undefined;
|
|
@@ -7492,7 +7492,7 @@ export declare const Envelope: {
|
|
|
7492
7492
|
id?: string | undefined;
|
|
7493
7493
|
clan_id?: string | undefined;
|
|
7494
7494
|
voice_channel_id?: string | undefined;
|
|
7495
|
-
} & { [
|
|
7495
|
+
} & { [K_258 in Exclude<keyof I_1["voice_ended_event"], keyof VoiceEndedEvent>]: never; }) | undefined;
|
|
7496
7496
|
channel_created_event?: ({
|
|
7497
7497
|
clan_id?: string | undefined;
|
|
7498
7498
|
category_id?: string | undefined;
|
|
@@ -7517,7 +7517,7 @@ export declare const Envelope: {
|
|
|
7517
7517
|
status?: number | undefined;
|
|
7518
7518
|
app_id?: string | undefined;
|
|
7519
7519
|
clan_name?: string | undefined;
|
|
7520
|
-
} & { [
|
|
7520
|
+
} & { [K_259 in Exclude<keyof I_1["channel_created_event"], keyof ChannelCreatedEvent>]: never; }) | undefined;
|
|
7521
7521
|
channel_deleted_event?: ({
|
|
7522
7522
|
clan_id?: string | undefined;
|
|
7523
7523
|
category_id?: string | undefined;
|
|
@@ -7530,7 +7530,7 @@ export declare const Envelope: {
|
|
|
7530
7530
|
parent_id?: string | undefined;
|
|
7531
7531
|
channel_id?: string | undefined;
|
|
7532
7532
|
deletor?: string | undefined;
|
|
7533
|
-
} & { [
|
|
7533
|
+
} & { [K_260 in Exclude<keyof I_1["channel_deleted_event"], keyof ChannelDeletedEvent>]: never; }) | undefined;
|
|
7534
7534
|
channel_updated_event?: ({
|
|
7535
7535
|
clan_id?: string | undefined;
|
|
7536
7536
|
category_id?: string | undefined;
|
|
@@ -7565,7 +7565,7 @@ export declare const Envelope: {
|
|
|
7565
7565
|
topic?: string | undefined;
|
|
7566
7566
|
age_restricted?: number | undefined;
|
|
7567
7567
|
active?: number | undefined;
|
|
7568
|
-
} & { [
|
|
7568
|
+
} & { [K_261 in Exclude<keyof I_1["channel_updated_event"], keyof ChannelUpdatedEvent>]: never; }) | undefined;
|
|
7569
7569
|
last_pin_message_event?: ({
|
|
7570
7570
|
clan_id?: string | undefined;
|
|
7571
7571
|
channel_id?: string | undefined;
|
|
@@ -7584,7 +7584,7 @@ export declare const Envelope: {
|
|
|
7584
7584
|
timestamp_seconds?: number | undefined;
|
|
7585
7585
|
operation?: number | undefined;
|
|
7586
7586
|
is_public?: boolean | undefined;
|
|
7587
|
-
} & { [
|
|
7587
|
+
} & { [K_262 in Exclude<keyof I_1["last_pin_message_event"], keyof LastPinMessageEvent>]: never; }) | undefined;
|
|
7588
7588
|
custom_status_event?: ({
|
|
7589
7589
|
clan_id?: string | undefined;
|
|
7590
7590
|
user_id?: string | undefined;
|
|
@@ -7599,7 +7599,7 @@ export declare const Envelope: {
|
|
|
7599
7599
|
status?: string | undefined;
|
|
7600
7600
|
time_reset?: number | undefined;
|
|
7601
7601
|
no_clear?: boolean | undefined;
|
|
7602
|
-
} & { [
|
|
7602
|
+
} & { [K_263 in Exclude<keyof I_1["custom_status_event"], keyof CustomStatusEvent>]: never; }) | undefined;
|
|
7603
7603
|
user_channel_added_event?: ({
|
|
7604
7604
|
channel_desc?: {
|
|
7605
7605
|
clan_id?: string | undefined;
|
|
@@ -7619,7 +7619,7 @@ export declare const Envelope: {
|
|
|
7619
7619
|
sender_id?: string | undefined;
|
|
7620
7620
|
content?: string | undefined;
|
|
7621
7621
|
attachment?: string | undefined;
|
|
7622
|
-
|
|
7622
|
+
reference?: string | undefined;
|
|
7623
7623
|
mention?: string | undefined;
|
|
7624
7624
|
reaction?: string | undefined;
|
|
7625
7625
|
repliers?: string[] | undefined;
|
|
@@ -7630,7 +7630,7 @@ export declare const Envelope: {
|
|
|
7630
7630
|
sender_id?: string | undefined;
|
|
7631
7631
|
content?: string | undefined;
|
|
7632
7632
|
attachment?: string | undefined;
|
|
7633
|
-
|
|
7633
|
+
reference?: string | undefined;
|
|
7634
7634
|
mention?: string | undefined;
|
|
7635
7635
|
reaction?: string | undefined;
|
|
7636
7636
|
repliers?: string[] | undefined;
|
|
@@ -7721,7 +7721,7 @@ export declare const Envelope: {
|
|
|
7721
7721
|
sender_id?: string | undefined;
|
|
7722
7722
|
content?: string | undefined;
|
|
7723
7723
|
attachment?: string | undefined;
|
|
7724
|
-
|
|
7724
|
+
reference?: string | undefined;
|
|
7725
7725
|
mention?: string | undefined;
|
|
7726
7726
|
reaction?: string | undefined;
|
|
7727
7727
|
repliers?: string[] | undefined;
|
|
@@ -7732,7 +7732,7 @@ export declare const Envelope: {
|
|
|
7732
7732
|
sender_id?: string | undefined;
|
|
7733
7733
|
content?: string | undefined;
|
|
7734
7734
|
attachment?: string | undefined;
|
|
7735
|
-
|
|
7735
|
+
reference?: string | undefined;
|
|
7736
7736
|
mention?: string | undefined;
|
|
7737
7737
|
reaction?: string | undefined;
|
|
7738
7738
|
repliers?: string[] | undefined;
|
|
@@ -7765,15 +7765,15 @@ export declare const Envelope: {
|
|
|
7765
7765
|
creator_id?: string | undefined;
|
|
7766
7766
|
channel_label?: string | undefined;
|
|
7767
7767
|
channel_private?: number | undefined;
|
|
7768
|
-
channel_avatar?: (string[] & string[] & { [
|
|
7769
|
-
user_id?: (string[] & string[] & { [
|
|
7768
|
+
channel_avatar?: (string[] & string[] & { [K_264 in Exclude<keyof I_1["user_channel_added_event"]["channel_desc"]["channel_avatar"], keyof string[]>]: never; }) | undefined;
|
|
7769
|
+
user_id?: (string[] & string[] & { [K_265 in Exclude<keyof I_1["user_channel_added_event"]["channel_desc"]["user_id"], keyof string[]>]: never; }) | undefined;
|
|
7770
7770
|
last_sent_message?: ({
|
|
7771
7771
|
id?: string | undefined;
|
|
7772
7772
|
timestamp_seconds?: number | undefined;
|
|
7773
7773
|
sender_id?: string | undefined;
|
|
7774
7774
|
content?: string | undefined;
|
|
7775
7775
|
attachment?: string | undefined;
|
|
7776
|
-
|
|
7776
|
+
reference?: string | undefined;
|
|
7777
7777
|
mention?: string | undefined;
|
|
7778
7778
|
reaction?: string | undefined;
|
|
7779
7779
|
repliers?: string[] | undefined;
|
|
@@ -7783,18 +7783,18 @@ export declare const Envelope: {
|
|
|
7783
7783
|
sender_id?: string | undefined;
|
|
7784
7784
|
content?: string | undefined;
|
|
7785
7785
|
attachment?: string | undefined;
|
|
7786
|
-
|
|
7786
|
+
reference?: string | undefined;
|
|
7787
7787
|
mention?: string | undefined;
|
|
7788
7788
|
reaction?: string | undefined;
|
|
7789
|
-
repliers?: (string[] & string[] & { [
|
|
7790
|
-
} & { [
|
|
7789
|
+
repliers?: (string[] & string[] & { [K_266 in Exclude<keyof I_1["user_channel_added_event"]["channel_desc"]["last_sent_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
7790
|
+
} & { [K_267 in Exclude<keyof I_1["user_channel_added_event"]["channel_desc"]["last_sent_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
7791
7791
|
last_seen_message?: ({
|
|
7792
7792
|
id?: string | undefined;
|
|
7793
7793
|
timestamp_seconds?: number | undefined;
|
|
7794
7794
|
sender_id?: string | undefined;
|
|
7795
7795
|
content?: string | undefined;
|
|
7796
7796
|
attachment?: string | undefined;
|
|
7797
|
-
|
|
7797
|
+
reference?: string | undefined;
|
|
7798
7798
|
mention?: string | undefined;
|
|
7799
7799
|
reaction?: string | undefined;
|
|
7800
7800
|
repliers?: string[] | undefined;
|
|
@@ -7804,30 +7804,30 @@ export declare const Envelope: {
|
|
|
7804
7804
|
sender_id?: string | undefined;
|
|
7805
7805
|
content?: string | undefined;
|
|
7806
7806
|
attachment?: string | undefined;
|
|
7807
|
-
|
|
7807
|
+
reference?: string | undefined;
|
|
7808
7808
|
mention?: string | undefined;
|
|
7809
7809
|
reaction?: string | undefined;
|
|
7810
|
-
repliers?: (string[] & string[] & { [
|
|
7811
|
-
} & { [
|
|
7812
|
-
is_online?: (boolean[] & boolean[] & { [
|
|
7810
|
+
repliers?: (string[] & string[] & { [K_268 in Exclude<keyof I_1["user_channel_added_event"]["channel_desc"]["last_seen_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
7811
|
+
} & { [K_269 in Exclude<keyof I_1["user_channel_added_event"]["channel_desc"]["last_seen_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
7812
|
+
is_online?: (boolean[] & boolean[] & { [K_270 in Exclude<keyof I_1["user_channel_added_event"]["channel_desc"]["is_online"], keyof boolean[]>]: never; }) | undefined;
|
|
7813
7813
|
meeting_code?: string | undefined;
|
|
7814
7814
|
count_mess_unread?: number | undefined;
|
|
7815
7815
|
active?: number | undefined;
|
|
7816
7816
|
last_pin_message?: string | undefined;
|
|
7817
|
-
usernames?: (string[] & string[] & { [
|
|
7817
|
+
usernames?: (string[] & string[] & { [K_271 in Exclude<keyof I_1["user_channel_added_event"]["channel_desc"]["usernames"], keyof string[]>]: never; }) | undefined;
|
|
7818
7818
|
creator_name?: string | undefined;
|
|
7819
7819
|
create_time_seconds?: number | undefined;
|
|
7820
7820
|
update_time_seconds?: number | undefined;
|
|
7821
|
-
metadata?: (string[] & string[] & { [
|
|
7822
|
-
about_me?: (string[] & string[] & { [
|
|
7821
|
+
metadata?: (string[] & string[] & { [K_272 in Exclude<keyof I_1["user_channel_added_event"]["channel_desc"]["metadata"], keyof string[]>]: never; }) | undefined;
|
|
7822
|
+
about_me?: (string[] & string[] & { [K_273 in Exclude<keyof I_1["user_channel_added_event"]["channel_desc"]["about_me"], keyof string[]>]: never; }) | undefined;
|
|
7823
7823
|
clan_name?: string | undefined;
|
|
7824
7824
|
app_id?: string | undefined;
|
|
7825
7825
|
is_mute?: boolean | undefined;
|
|
7826
7826
|
age_restricted?: number | undefined;
|
|
7827
7827
|
topic?: string | undefined;
|
|
7828
7828
|
e2ee?: number | undefined;
|
|
7829
|
-
display_names?: (string[] & string[] & { [
|
|
7830
|
-
} & { [
|
|
7829
|
+
display_names?: (string[] & string[] & { [K_274 in Exclude<keyof I_1["user_channel_added_event"]["channel_desc"]["display_names"], keyof string[]>]: never; }) | undefined;
|
|
7830
|
+
} & { [K_275 in Exclude<keyof I_1["user_channel_added_event"]["channel_desc"], keyof ChannelDescription1>]: never; }) | undefined;
|
|
7831
7831
|
users?: ({
|
|
7832
7832
|
user_id?: string | undefined;
|
|
7833
7833
|
username?: string | undefined;
|
|
@@ -7890,7 +7890,7 @@ export declare const Envelope: {
|
|
|
7890
7890
|
device_id?: string | undefined;
|
|
7891
7891
|
token_id?: string | undefined;
|
|
7892
7892
|
platform?: string | undefined;
|
|
7893
|
-
} & { [
|
|
7893
|
+
} & { [K_276 in Exclude<keyof I_1["user_channel_added_event"]["users"][number]["fcm_tokens"][number], keyof FCMTokens>]: never; })[] & { [K_277 in Exclude<keyof I_1["user_channel_added_event"]["users"][number]["fcm_tokens"], keyof {
|
|
7894
7894
|
device_id?: string | undefined;
|
|
7895
7895
|
token_id?: string | undefined;
|
|
7896
7896
|
platform?: string | undefined;
|
|
@@ -7898,12 +7898,12 @@ export declare const Envelope: {
|
|
|
7898
7898
|
online?: boolean | undefined;
|
|
7899
7899
|
metadata?: string | undefined;
|
|
7900
7900
|
is_disabled?: boolean | undefined;
|
|
7901
|
-
joined_clans?: (string[] & string[] & { [
|
|
7901
|
+
joined_clans?: (string[] & string[] & { [K_278 in Exclude<keyof I_1["user_channel_added_event"]["users"][number]["joined_clans"], keyof string[]>]: never; }) | undefined;
|
|
7902
7902
|
pubkey?: string | undefined;
|
|
7903
7903
|
mezon_id?: string | undefined;
|
|
7904
7904
|
app_token?: string | undefined;
|
|
7905
7905
|
app_url?: string | undefined;
|
|
7906
|
-
} & { [
|
|
7906
|
+
} & { [K_279 in Exclude<keyof I_1["user_channel_added_event"]["users"][number], keyof UserProfileRedis>]: never; })[] & { [K_280 in Exclude<keyof I_1["user_channel_added_event"]["users"], keyof {
|
|
7907
7907
|
user_id?: string | undefined;
|
|
7908
7908
|
username?: string | undefined;
|
|
7909
7909
|
avatar?: string | undefined;
|
|
@@ -7968,7 +7968,7 @@ export declare const Envelope: {
|
|
|
7968
7968
|
device_id?: string | undefined;
|
|
7969
7969
|
token_id?: string | undefined;
|
|
7970
7970
|
platform?: string | undefined;
|
|
7971
|
-
} & { [
|
|
7971
|
+
} & { [K_281 in Exclude<keyof I_1["user_channel_added_event"]["caller"]["fcm_tokens"][number], keyof FCMTokens>]: never; })[] & { [K_282 in Exclude<keyof I_1["user_channel_added_event"]["caller"]["fcm_tokens"], keyof {
|
|
7972
7972
|
device_id?: string | undefined;
|
|
7973
7973
|
token_id?: string | undefined;
|
|
7974
7974
|
platform?: string | undefined;
|
|
@@ -7976,15 +7976,15 @@ export declare const Envelope: {
|
|
|
7976
7976
|
online?: boolean | undefined;
|
|
7977
7977
|
metadata?: string | undefined;
|
|
7978
7978
|
is_disabled?: boolean | undefined;
|
|
7979
|
-
joined_clans?: (string[] & string[] & { [
|
|
7979
|
+
joined_clans?: (string[] & string[] & { [K_283 in Exclude<keyof I_1["user_channel_added_event"]["caller"]["joined_clans"], keyof string[]>]: never; }) | undefined;
|
|
7980
7980
|
pubkey?: string | undefined;
|
|
7981
7981
|
mezon_id?: string | undefined;
|
|
7982
7982
|
app_token?: string | undefined;
|
|
7983
7983
|
app_url?: string | undefined;
|
|
7984
|
-
} & { [
|
|
7984
|
+
} & { [K_284 in Exclude<keyof I_1["user_channel_added_event"]["caller"], keyof UserProfileRedis>]: never; }) | undefined;
|
|
7985
7985
|
create_time_second?: number | undefined;
|
|
7986
7986
|
active?: number | undefined;
|
|
7987
|
-
} & { [
|
|
7987
|
+
} & { [K_285 in Exclude<keyof I_1["user_channel_added_event"], keyof UserChannelAdded>]: never; }) | undefined;
|
|
7988
7988
|
user_channel_removed_event?: ({
|
|
7989
7989
|
channel_id?: string | undefined;
|
|
7990
7990
|
user_ids?: string[] | undefined;
|
|
@@ -7992,17 +7992,17 @@ export declare const Envelope: {
|
|
|
7992
7992
|
clan_id?: string | undefined;
|
|
7993
7993
|
} & {
|
|
7994
7994
|
channel_id?: string | undefined;
|
|
7995
|
-
user_ids?: (string[] & string[] & { [
|
|
7995
|
+
user_ids?: (string[] & string[] & { [K_286 in Exclude<keyof I_1["user_channel_removed_event"]["user_ids"], keyof string[]>]: never; }) | undefined;
|
|
7996
7996
|
channel_type?: number | undefined;
|
|
7997
7997
|
clan_id?: string | undefined;
|
|
7998
|
-
} & { [
|
|
7998
|
+
} & { [K_287 in Exclude<keyof I_1["user_channel_removed_event"], keyof UserChannelRemoved>]: never; }) | undefined;
|
|
7999
7999
|
user_clan_removed_event?: ({
|
|
8000
8000
|
clan_id?: string | undefined;
|
|
8001
8001
|
user_ids?: string[] | undefined;
|
|
8002
8002
|
} & {
|
|
8003
8003
|
clan_id?: string | undefined;
|
|
8004
|
-
user_ids?: (string[] & string[] & { [
|
|
8005
|
-
} & { [
|
|
8004
|
+
user_ids?: (string[] & string[] & { [K_288 in Exclude<keyof I_1["user_clan_removed_event"]["user_ids"], keyof string[]>]: never; }) | undefined;
|
|
8005
|
+
} & { [K_289 in Exclude<keyof I_1["user_clan_removed_event"], keyof UserClanRemoved>]: never; }) | undefined;
|
|
8006
8006
|
clan_updated_event?: ({
|
|
8007
8007
|
clan_id?: string | undefined;
|
|
8008
8008
|
clan_name?: string | undefined;
|
|
@@ -8021,7 +8021,7 @@ export declare const Envelope: {
|
|
|
8021
8021
|
is_onboarding?: boolean | undefined;
|
|
8022
8022
|
welcome_channel_id?: string | undefined;
|
|
8023
8023
|
onboarding_banner?: string | undefined;
|
|
8024
|
-
} & { [
|
|
8024
|
+
} & { [K_290 in Exclude<keyof I_1["clan_updated_event"], keyof ClanUpdatedEvent>]: never; }) | undefined;
|
|
8025
8025
|
clan_profile_updated_event?: ({
|
|
8026
8026
|
user_id?: string | undefined;
|
|
8027
8027
|
clan_nick?: string | undefined;
|
|
@@ -8032,7 +8032,7 @@ export declare const Envelope: {
|
|
|
8032
8032
|
clan_nick?: string | undefined;
|
|
8033
8033
|
clan_avatar?: string | undefined;
|
|
8034
8034
|
clan_id?: string | undefined;
|
|
8035
|
-
} & { [
|
|
8035
|
+
} & { [K_291 in Exclude<keyof I_1["clan_profile_updated_event"], keyof ClanProfileUpdatedEvent>]: never; }) | undefined;
|
|
8036
8036
|
check_name_existed_event?: ({
|
|
8037
8037
|
name?: string | undefined;
|
|
8038
8038
|
condition_id?: string | undefined;
|
|
@@ -8043,7 +8043,7 @@ export declare const Envelope: {
|
|
|
8043
8043
|
condition_id?: string | undefined;
|
|
8044
8044
|
exist?: boolean | undefined;
|
|
8045
8045
|
type?: number | undefined;
|
|
8046
|
-
} & { [
|
|
8046
|
+
} & { [K_292 in Exclude<keyof I_1["check_name_existed_event"], keyof CheckNameExistedEvent>]: never; }) | undefined;
|
|
8047
8047
|
user_profile_updated_event?: ({
|
|
8048
8048
|
user_id?: string | undefined;
|
|
8049
8049
|
display_name?: string | undefined;
|
|
@@ -8060,7 +8060,7 @@ export declare const Envelope: {
|
|
|
8060
8060
|
channel_id?: string | undefined;
|
|
8061
8061
|
clan_id?: string | undefined;
|
|
8062
8062
|
encrypt_private_key?: string | undefined;
|
|
8063
|
-
} & { [
|
|
8063
|
+
} & { [K_293 in Exclude<keyof I_1["user_profile_updated_event"], keyof UserProfileUpdatedEvent>]: never; }) | undefined;
|
|
8064
8064
|
add_clan_user_event?: ({
|
|
8065
8065
|
clan_id?: string | undefined;
|
|
8066
8066
|
user?: {
|
|
@@ -8128,7 +8128,7 @@ export declare const Envelope: {
|
|
|
8128
8128
|
device_id?: string | undefined;
|
|
8129
8129
|
token_id?: string | undefined;
|
|
8130
8130
|
platform?: string | undefined;
|
|
8131
|
-
} & { [
|
|
8131
|
+
} & { [K_294 in Exclude<keyof I_1["add_clan_user_event"]["user"]["fcm_tokens"][number], keyof FCMTokens>]: never; })[] & { [K_295 in Exclude<keyof I_1["add_clan_user_event"]["user"]["fcm_tokens"], keyof {
|
|
8132
8132
|
device_id?: string | undefined;
|
|
8133
8133
|
token_id?: string | undefined;
|
|
8134
8134
|
platform?: string | undefined;
|
|
@@ -8136,13 +8136,13 @@ export declare const Envelope: {
|
|
|
8136
8136
|
online?: boolean | undefined;
|
|
8137
8137
|
metadata?: string | undefined;
|
|
8138
8138
|
is_disabled?: boolean | undefined;
|
|
8139
|
-
joined_clans?: (string[] & string[] & { [
|
|
8139
|
+
joined_clans?: (string[] & string[] & { [K_296 in Exclude<keyof I_1["add_clan_user_event"]["user"]["joined_clans"], keyof string[]>]: never; }) | undefined;
|
|
8140
8140
|
pubkey?: string | undefined;
|
|
8141
8141
|
mezon_id?: string | undefined;
|
|
8142
8142
|
app_token?: string | undefined;
|
|
8143
8143
|
app_url?: string | undefined;
|
|
8144
|
-
} & { [
|
|
8145
|
-
} & { [
|
|
8144
|
+
} & { [K_297 in Exclude<keyof I_1["add_clan_user_event"]["user"], keyof UserProfileRedis>]: never; }) | undefined;
|
|
8145
|
+
} & { [K_298 in Exclude<keyof I_1["add_clan_user_event"], keyof AddClanUserEvent>]: never; }) | undefined;
|
|
8146
8146
|
clan_event_created?: ({
|
|
8147
8147
|
title?: string | undefined;
|
|
8148
8148
|
logo?: string | undefined;
|
|
@@ -8196,8 +8196,8 @@ export declare const Envelope: {
|
|
|
8196
8196
|
external_link?: string | undefined;
|
|
8197
8197
|
creator_id?: string | undefined;
|
|
8198
8198
|
event_id?: string | undefined;
|
|
8199
|
-
} & { [
|
|
8200
|
-
} & { [
|
|
8199
|
+
} & { [K_299 in Exclude<keyof I_1["clan_event_created"]["meet_room"], keyof import("../api/api").GenerateMezonMeetResponse>]: never; }) | undefined;
|
|
8200
|
+
} & { [K_300 in Exclude<keyof I_1["clan_event_created"], keyof CreateEventRequest>]: never; }) | undefined;
|
|
8201
8201
|
role_assign_event?: ({
|
|
8202
8202
|
ClanId?: string | undefined;
|
|
8203
8203
|
role_id?: string | undefined;
|
|
@@ -8206,16 +8206,16 @@ export declare const Envelope: {
|
|
|
8206
8206
|
} & {
|
|
8207
8207
|
ClanId?: string | undefined;
|
|
8208
8208
|
role_id?: string | undefined;
|
|
8209
|
-
user_ids_assigned?: (string[] & string[] & { [
|
|
8210
|
-
user_ids_removed?: (string[] & string[] & { [
|
|
8211
|
-
} & { [
|
|
8209
|
+
user_ids_assigned?: (string[] & string[] & { [K_301 in Exclude<keyof I_1["role_assign_event"]["user_ids_assigned"], keyof string[]>]: never; }) | undefined;
|
|
8210
|
+
user_ids_removed?: (string[] & string[] & { [K_302 in Exclude<keyof I_1["role_assign_event"]["user_ids_removed"], keyof string[]>]: never; }) | undefined;
|
|
8211
|
+
} & { [K_303 in Exclude<keyof I_1["role_assign_event"], keyof RoleAssignedEvent>]: never; }) | undefined;
|
|
8212
8212
|
clan_deleted_event?: ({
|
|
8213
8213
|
clan_id?: string | undefined;
|
|
8214
8214
|
deletor?: string | undefined;
|
|
8215
8215
|
} & {
|
|
8216
8216
|
clan_id?: string | undefined;
|
|
8217
8217
|
deletor?: string | undefined;
|
|
8218
|
-
} & { [
|
|
8218
|
+
} & { [K_304 in Exclude<keyof I_1["clan_deleted_event"], keyof ClanDeletedEvent>]: never; }) | undefined;
|
|
8219
8219
|
give_coffee_event?: ({
|
|
8220
8220
|
sender_id?: string | undefined;
|
|
8221
8221
|
receiver_id?: string | undefined;
|
|
@@ -8230,7 +8230,7 @@ export declare const Envelope: {
|
|
|
8230
8230
|
message_ref_id?: string | undefined;
|
|
8231
8231
|
channel_id?: string | undefined;
|
|
8232
8232
|
clan_id?: string | undefined;
|
|
8233
|
-
} & { [
|
|
8233
|
+
} & { [K_305 in Exclude<keyof I_1["give_coffee_event"], keyof GiveCoffeeEvent>]: never; }) | undefined;
|
|
8234
8234
|
sticker_create_event?: ({
|
|
8235
8235
|
clan_id?: string | undefined;
|
|
8236
8236
|
source?: string | undefined;
|
|
@@ -8249,7 +8249,7 @@ export declare const Envelope: {
|
|
|
8249
8249
|
sticker_id?: string | undefined;
|
|
8250
8250
|
logo?: string | undefined;
|
|
8251
8251
|
clan_name?: string | undefined;
|
|
8252
|
-
} & { [
|
|
8252
|
+
} & { [K_306 in Exclude<keyof I_1["sticker_create_event"], keyof StickerCreateEvent>]: never; }) | undefined;
|
|
8253
8253
|
sticker_update_event?: ({
|
|
8254
8254
|
shortname?: string | undefined;
|
|
8255
8255
|
sticker_id?: string | undefined;
|
|
@@ -8258,14 +8258,14 @@ export declare const Envelope: {
|
|
|
8258
8258
|
shortname?: string | undefined;
|
|
8259
8259
|
sticker_id?: string | undefined;
|
|
8260
8260
|
user_id?: string | undefined;
|
|
8261
|
-
} & { [
|
|
8261
|
+
} & { [K_307 in Exclude<keyof I_1["sticker_update_event"], keyof StickerUpdateEvent>]: never; }) | undefined;
|
|
8262
8262
|
sticker_delete_event?: ({
|
|
8263
8263
|
sticker_id?: string | undefined;
|
|
8264
8264
|
user_id?: string | undefined;
|
|
8265
8265
|
} & {
|
|
8266
8266
|
sticker_id?: string | undefined;
|
|
8267
8267
|
user_id?: string | undefined;
|
|
8268
|
-
} & { [
|
|
8268
|
+
} & { [K_308 in Exclude<keyof I_1["sticker_delete_event"], keyof StickerDeleteEvent>]: never; }) | undefined;
|
|
8269
8269
|
role_event?: ({
|
|
8270
8270
|
role?: {
|
|
8271
8271
|
id?: string | undefined;
|
|
@@ -8403,7 +8403,7 @@ export declare const Envelope: {
|
|
|
8403
8403
|
lang_tag?: string | undefined;
|
|
8404
8404
|
location?: string | undefined;
|
|
8405
8405
|
online?: boolean | undefined;
|
|
8406
|
-
} & { [
|
|
8406
|
+
} & { [K_309 in Exclude<keyof I_1["role_event"]["role"]["role_user_list"]["role_users"][number], keyof import("../api/api").RoleUserList_RoleUser>]: never; })[] & { [K_310 in Exclude<keyof I_1["role_event"]["role"]["role_user_list"]["role_users"], keyof {
|
|
8407
8407
|
id?: string | undefined;
|
|
8408
8408
|
username?: string | undefined;
|
|
8409
8409
|
display_name?: string | undefined;
|
|
@@ -8413,7 +8413,7 @@ export declare const Envelope: {
|
|
|
8413
8413
|
online?: boolean | undefined;
|
|
8414
8414
|
}[]>]: never; }) | undefined;
|
|
8415
8415
|
cursor?: string | undefined;
|
|
8416
|
-
} & { [
|
|
8416
|
+
} & { [K_311 in Exclude<keyof I_1["role_event"]["role"]["role_user_list"], keyof import("../api/api").RoleUserList>]: never; }) | undefined;
|
|
8417
8417
|
permission_list?: ({
|
|
8418
8418
|
permissions?: {
|
|
8419
8419
|
id?: string | undefined;
|
|
@@ -8450,7 +8450,7 @@ export declare const Envelope: {
|
|
|
8450
8450
|
active?: number | undefined;
|
|
8451
8451
|
scope?: number | undefined;
|
|
8452
8452
|
level?: number | undefined;
|
|
8453
|
-
} & { [
|
|
8453
|
+
} & { [K_312 in Exclude<keyof I_1["role_event"]["role"]["permission_list"]["permissions"][number], keyof import("../api/api").Permission>]: never; })[] & { [K_313 in Exclude<keyof I_1["role_event"]["role"]["permission_list"]["permissions"], keyof {
|
|
8454
8454
|
id?: string | undefined;
|
|
8455
8455
|
title?: string | undefined;
|
|
8456
8456
|
slug?: string | undefined;
|
|
@@ -8460,19 +8460,19 @@ export declare const Envelope: {
|
|
|
8460
8460
|
level?: number | undefined;
|
|
8461
8461
|
}[]>]: never; }) | undefined;
|
|
8462
8462
|
max_level_permission?: number | undefined;
|
|
8463
|
-
} & { [
|
|
8463
|
+
} & { [K_314 in Exclude<keyof I_1["role_event"]["role"]["permission_list"], keyof import("../api/api").PermissionList>]: never; }) | undefined;
|
|
8464
8464
|
role_channel_active?: number | undefined;
|
|
8465
|
-
channel_ids?: (string[] & string[] & { [
|
|
8465
|
+
channel_ids?: (string[] & string[] & { [K_315 in Exclude<keyof I_1["role_event"]["role"]["channel_ids"], keyof string[]>]: never; }) | undefined;
|
|
8466
8466
|
max_level_permission?: number | undefined;
|
|
8467
8467
|
order_role?: number | undefined;
|
|
8468
|
-
} & { [
|
|
8468
|
+
} & { [K_316 in Exclude<keyof I_1["role_event"]["role"], keyof Role>]: never; }) | undefined;
|
|
8469
8469
|
status?: number | undefined;
|
|
8470
8470
|
user_id?: string | undefined;
|
|
8471
|
-
user_add_ids?: (string[] & string[] & { [
|
|
8472
|
-
user_remove_ids?: (string[] & string[] & { [
|
|
8473
|
-
active_permission_ids?: (string[] & string[] & { [
|
|
8474
|
-
remove_permission_ids?: (string[] & string[] & { [
|
|
8475
|
-
} & { [
|
|
8471
|
+
user_add_ids?: (string[] & string[] & { [K_317 in Exclude<keyof I_1["role_event"]["user_add_ids"], keyof string[]>]: never; }) | undefined;
|
|
8472
|
+
user_remove_ids?: (string[] & string[] & { [K_318 in Exclude<keyof I_1["role_event"]["user_remove_ids"], keyof string[]>]: never; }) | undefined;
|
|
8473
|
+
active_permission_ids?: (string[] & string[] & { [K_319 in Exclude<keyof I_1["role_event"]["active_permission_ids"], keyof string[]>]: never; }) | undefined;
|
|
8474
|
+
remove_permission_ids?: (string[] & string[] & { [K_320 in Exclude<keyof I_1["role_event"]["remove_permission_ids"], keyof string[]>]: never; }) | undefined;
|
|
8475
|
+
} & { [K_321 in Exclude<keyof I_1["role_event"], keyof RoleEvent>]: never; }) | undefined;
|
|
8476
8476
|
event_emoji?: ({
|
|
8477
8477
|
id?: string | undefined;
|
|
8478
8478
|
clan_id?: string | undefined;
|
|
@@ -8493,7 +8493,7 @@ export declare const Envelope: {
|
|
|
8493
8493
|
user_id?: string | undefined;
|
|
8494
8494
|
logo?: string | undefined;
|
|
8495
8495
|
clan_name?: string | undefined;
|
|
8496
|
-
} & { [
|
|
8496
|
+
} & { [K_322 in Exclude<keyof I_1["event_emoji"], keyof EventEmoji>]: never; }) | undefined;
|
|
8497
8497
|
streaming_joined_event?: ({
|
|
8498
8498
|
clan_id?: string | undefined;
|
|
8499
8499
|
clan_name?: string | undefined;
|
|
@@ -8510,7 +8510,7 @@ export declare const Envelope: {
|
|
|
8510
8510
|
user_id?: string | undefined;
|
|
8511
8511
|
streaming_channel_label?: string | undefined;
|
|
8512
8512
|
streaming_channel_id?: string | undefined;
|
|
8513
|
-
} & { [
|
|
8513
|
+
} & { [K_323 in Exclude<keyof I_1["streaming_joined_event"], keyof StreamingJoinedEvent>]: never; }) | undefined;
|
|
8514
8514
|
streaming_leaved_event?: ({
|
|
8515
8515
|
id?: string | undefined;
|
|
8516
8516
|
clan_id?: string | undefined;
|
|
@@ -8521,7 +8521,7 @@ export declare const Envelope: {
|
|
|
8521
8521
|
clan_id?: string | undefined;
|
|
8522
8522
|
streaming_channel_id?: string | undefined;
|
|
8523
8523
|
streaming_user_id?: string | undefined;
|
|
8524
|
-
} & { [
|
|
8524
|
+
} & { [K_324 in Exclude<keyof I_1["streaming_leaved_event"], keyof StreamingLeavedEvent>]: never; }) | undefined;
|
|
8525
8525
|
streaming_started_event?: ({
|
|
8526
8526
|
clan_id?: string | undefined;
|
|
8527
8527
|
channel_id?: string | undefined;
|
|
@@ -8532,14 +8532,14 @@ export declare const Envelope: {
|
|
|
8532
8532
|
channel_id?: string | undefined;
|
|
8533
8533
|
streaming_url?: string | undefined;
|
|
8534
8534
|
is_streaming?: boolean | undefined;
|
|
8535
|
-
} & { [
|
|
8535
|
+
} & { [K_325 in Exclude<keyof I_1["streaming_started_event"], keyof StreamingStartedEvent>]: never; }) | undefined;
|
|
8536
8536
|
streaming_ended_event?: ({
|
|
8537
8537
|
clan_id?: string | undefined;
|
|
8538
8538
|
channel_id?: string | undefined;
|
|
8539
8539
|
} & {
|
|
8540
8540
|
clan_id?: string | undefined;
|
|
8541
8541
|
channel_id?: string | undefined;
|
|
8542
|
-
} & { [
|
|
8542
|
+
} & { [K_326 in Exclude<keyof I_1["streaming_ended_event"], keyof StreamingEndedEvent>]: never; }) | undefined;
|
|
8543
8543
|
permission_set_event?: ({
|
|
8544
8544
|
caller?: string | undefined;
|
|
8545
8545
|
role_id?: string | undefined;
|
|
@@ -8567,12 +8567,12 @@ export declare const Envelope: {
|
|
|
8567
8567
|
permission_id?: string | undefined;
|
|
8568
8568
|
slug?: string | undefined;
|
|
8569
8569
|
type?: number | undefined;
|
|
8570
|
-
} & { [
|
|
8570
|
+
} & { [K_327 in Exclude<keyof I_1["permission_set_event"]["permission_updates"][number], keyof PermissionUpdate>]: never; })[] & { [K_328 in Exclude<keyof I_1["permission_set_event"]["permission_updates"], keyof {
|
|
8571
8571
|
permission_id?: string | undefined;
|
|
8572
8572
|
slug?: string | undefined;
|
|
8573
8573
|
type?: number | undefined;
|
|
8574
8574
|
}[]>]: never; }) | undefined;
|
|
8575
|
-
} & { [
|
|
8575
|
+
} & { [K_329 in Exclude<keyof I_1["permission_set_event"], keyof PermissionSetEvent>]: never; }) | undefined;
|
|
8576
8576
|
permission_changed_event?: ({
|
|
8577
8577
|
user_id?: string | undefined;
|
|
8578
8578
|
channel_id?: string | undefined;
|
|
@@ -8606,7 +8606,7 @@ export declare const Envelope: {
|
|
|
8606
8606
|
permission_id?: string | undefined;
|
|
8607
8607
|
slug?: string | undefined;
|
|
8608
8608
|
type?: number | undefined;
|
|
8609
|
-
} & { [
|
|
8609
|
+
} & { [K_330 in Exclude<keyof I_1["permission_changed_event"]["add_permissions"][number], keyof PermissionUpdate>]: never; })[] & { [K_331 in Exclude<keyof I_1["permission_changed_event"]["add_permissions"], keyof {
|
|
8610
8610
|
permission_id?: string | undefined;
|
|
8611
8611
|
slug?: string | undefined;
|
|
8612
8612
|
type?: number | undefined;
|
|
@@ -8623,7 +8623,7 @@ export declare const Envelope: {
|
|
|
8623
8623
|
permission_id?: string | undefined;
|
|
8624
8624
|
slug?: string | undefined;
|
|
8625
8625
|
type?: number | undefined;
|
|
8626
|
-
} & { [
|
|
8626
|
+
} & { [K_332 in Exclude<keyof I_1["permission_changed_event"]["remove_permissions"][number], keyof PermissionUpdate>]: never; })[] & { [K_333 in Exclude<keyof I_1["permission_changed_event"]["remove_permissions"], keyof {
|
|
8627
8627
|
permission_id?: string | undefined;
|
|
8628
8628
|
slug?: string | undefined;
|
|
8629
8629
|
type?: number | undefined;
|
|
@@ -8640,12 +8640,12 @@ export declare const Envelope: {
|
|
|
8640
8640
|
permission_id?: string | undefined;
|
|
8641
8641
|
slug?: string | undefined;
|
|
8642
8642
|
type?: number | undefined;
|
|
8643
|
-
} & { [
|
|
8643
|
+
} & { [K_334 in Exclude<keyof I_1["permission_changed_event"]["default_permissions"][number], keyof PermissionUpdate>]: never; })[] & { [K_335 in Exclude<keyof I_1["permission_changed_event"]["default_permissions"], keyof {
|
|
8644
8644
|
permission_id?: string | undefined;
|
|
8645
8645
|
slug?: string | undefined;
|
|
8646
8646
|
type?: number | undefined;
|
|
8647
8647
|
}[]>]: never; }) | undefined;
|
|
8648
|
-
} & { [
|
|
8648
|
+
} & { [K_336 in Exclude<keyof I_1["permission_changed_event"], keyof PermissionChangedEvent>]: never; }) | undefined;
|
|
8649
8649
|
token_sent_event?: ({
|
|
8650
8650
|
sender_id?: string | undefined;
|
|
8651
8651
|
sender_name?: string | undefined;
|
|
@@ -8662,7 +8662,7 @@ export declare const Envelope: {
|
|
|
8662
8662
|
note?: string | undefined;
|
|
8663
8663
|
extra_attribute?: string | undefined;
|
|
8664
8664
|
transaction_id?: string | undefined;
|
|
8665
|
-
} & { [
|
|
8665
|
+
} & { [K_337 in Exclude<keyof I_1["token_sent_event"], keyof TokenSentEvent>]: never; }) | undefined;
|
|
8666
8666
|
message_button_clicked?: ({
|
|
8667
8667
|
message_id?: string | undefined;
|
|
8668
8668
|
channel_id?: string | undefined;
|
|
@@ -8677,7 +8677,7 @@ export declare const Envelope: {
|
|
|
8677
8677
|
sender_id?: string | undefined;
|
|
8678
8678
|
user_id?: string | undefined;
|
|
8679
8679
|
extra_data?: string | undefined;
|
|
8680
|
-
} & { [
|
|
8680
|
+
} & { [K_338 in Exclude<keyof I_1["message_button_clicked"], keyof MessageButtonClicked>]: never; }) | undefined;
|
|
8681
8681
|
unmute_event?: ({
|
|
8682
8682
|
channel_id?: string | undefined;
|
|
8683
8683
|
category_id?: string | undefined;
|
|
@@ -8686,7 +8686,7 @@ export declare const Envelope: {
|
|
|
8686
8686
|
channel_id?: string | undefined;
|
|
8687
8687
|
category_id?: string | undefined;
|
|
8688
8688
|
clan_id?: string | undefined;
|
|
8689
|
-
} & { [
|
|
8689
|
+
} & { [K_339 in Exclude<keyof I_1["unmute_event"], keyof UnmuteEvent>]: never; }) | undefined;
|
|
8690
8690
|
webrtc_signaling_fwd?: ({
|
|
8691
8691
|
receiver_id?: string | undefined;
|
|
8692
8692
|
data_type?: number | undefined;
|
|
@@ -8699,7 +8699,7 @@ export declare const Envelope: {
|
|
|
8699
8699
|
json_data?: string | undefined;
|
|
8700
8700
|
channel_id?: string | undefined;
|
|
8701
8701
|
caller_id?: string | undefined;
|
|
8702
|
-
} & { [
|
|
8702
|
+
} & { [K_340 in Exclude<keyof I_1["webrtc_signaling_fwd"], keyof WebrtcSignalingFwd>]: never; }) | undefined;
|
|
8703
8703
|
list_activity?: ({
|
|
8704
8704
|
acts?: {
|
|
8705
8705
|
user_id?: string | undefined;
|
|
@@ -8739,7 +8739,7 @@ export declare const Envelope: {
|
|
|
8739
8739
|
end_time?: Date | undefined;
|
|
8740
8740
|
application_id?: string | undefined;
|
|
8741
8741
|
status?: number | undefined;
|
|
8742
|
-
} & { [
|
|
8742
|
+
} & { [K_341 in Exclude<keyof I_1["list_activity"]["acts"][number], keyof UserActivity>]: never; })[] & { [K_342 in Exclude<keyof I_1["list_activity"]["acts"], keyof {
|
|
8743
8743
|
user_id?: string | undefined;
|
|
8744
8744
|
activity_name?: string | undefined;
|
|
8745
8745
|
activity_type?: number | undefined;
|
|
@@ -8749,7 +8749,7 @@ export declare const Envelope: {
|
|
|
8749
8749
|
application_id?: string | undefined;
|
|
8750
8750
|
status?: number | undefined;
|
|
8751
8751
|
}[]>]: never; }) | undefined;
|
|
8752
|
-
} & { [
|
|
8752
|
+
} & { [K_343 in Exclude<keyof I_1["list_activity"], "acts">]: never; }) | undefined;
|
|
8753
8753
|
dropdown_box_selected?: ({
|
|
8754
8754
|
message_id?: string | undefined;
|
|
8755
8755
|
channel_id?: string | undefined;
|
|
@@ -8763,8 +8763,8 @@ export declare const Envelope: {
|
|
|
8763
8763
|
selectbox_id?: string | undefined;
|
|
8764
8764
|
sender_id?: string | undefined;
|
|
8765
8765
|
user_id?: string | undefined;
|
|
8766
|
-
values?: (string[] & string[] & { [
|
|
8767
|
-
} & { [
|
|
8766
|
+
values?: (string[] & string[] & { [K_344 in Exclude<keyof I_1["dropdown_box_selected"]["values"], keyof string[]>]: never; }) | undefined;
|
|
8767
|
+
} & { [K_345 in Exclude<keyof I_1["dropdown_box_selected"], keyof DropdownBoxSelected>]: never; }) | undefined;
|
|
8768
8768
|
incoming_call_push?: ({
|
|
8769
8769
|
receiver_id?: string | undefined;
|
|
8770
8770
|
json_data?: string | undefined;
|
|
@@ -8775,7 +8775,7 @@ export declare const Envelope: {
|
|
|
8775
8775
|
json_data?: string | undefined;
|
|
8776
8776
|
channel_id?: string | undefined;
|
|
8777
8777
|
caller_id?: string | undefined;
|
|
8778
|
-
} & { [
|
|
8778
|
+
} & { [K_346 in Exclude<keyof I_1["incoming_call_push"], keyof IncomingCallPush>]: never; }) | undefined;
|
|
8779
8779
|
sd_topic_event?: ({
|
|
8780
8780
|
id?: string | undefined;
|
|
8781
8781
|
clan_id?: string | undefined;
|
|
@@ -8788,7 +8788,7 @@ export declare const Envelope: {
|
|
|
8788
8788
|
sender_id?: string | undefined;
|
|
8789
8789
|
content?: string | undefined;
|
|
8790
8790
|
attachment?: string | undefined;
|
|
8791
|
-
|
|
8791
|
+
reference?: string | undefined;
|
|
8792
8792
|
mention?: string | undefined;
|
|
8793
8793
|
reaction?: string | undefined;
|
|
8794
8794
|
repliers?: string[] | undefined;
|
|
@@ -8834,7 +8834,7 @@ export declare const Envelope: {
|
|
|
8834
8834
|
sender_id?: string | undefined;
|
|
8835
8835
|
content?: string | undefined;
|
|
8836
8836
|
attachment?: string | undefined;
|
|
8837
|
-
|
|
8837
|
+
reference?: string | undefined;
|
|
8838
8838
|
mention?: string | undefined;
|
|
8839
8839
|
reaction?: string | undefined;
|
|
8840
8840
|
repliers?: string[] | undefined;
|
|
@@ -8844,11 +8844,11 @@ export declare const Envelope: {
|
|
|
8844
8844
|
sender_id?: string | undefined;
|
|
8845
8845
|
content?: string | undefined;
|
|
8846
8846
|
attachment?: string | undefined;
|
|
8847
|
-
|
|
8847
|
+
reference?: string | undefined;
|
|
8848
8848
|
mention?: string | undefined;
|
|
8849
8849
|
reaction?: string | undefined;
|
|
8850
|
-
repliers?: (string[] & string[] & { [
|
|
8851
|
-
} & { [
|
|
8850
|
+
repliers?: (string[] & string[] & { [K_347 in Exclude<keyof I_1["sd_topic_event"]["last_sent_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
8851
|
+
} & { [K_348 in Exclude<keyof I_1["sd_topic_event"]["last_sent_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
8852
8852
|
message?: ({
|
|
8853
8853
|
clan_id?: string | undefined;
|
|
8854
8854
|
channel_id?: string | undefined;
|
|
@@ -8905,9 +8905,9 @@ export declare const Envelope: {
|
|
|
8905
8905
|
hide_editted?: boolean | undefined;
|
|
8906
8906
|
is_public?: boolean | undefined;
|
|
8907
8907
|
topic_id?: string | undefined;
|
|
8908
|
-
} & { [
|
|
8909
|
-
} & { [
|
|
8910
|
-
follow_event?: ({} & {} & { [
|
|
8908
|
+
} & { [K_349 in Exclude<keyof I_1["sd_topic_event"]["message"], keyof ChannelMessage>]: never; }) | undefined;
|
|
8909
|
+
} & { [K_350 in Exclude<keyof I_1["sd_topic_event"], keyof SdTopicEvent>]: never; }) | undefined;
|
|
8910
|
+
follow_event?: ({} & {} & { [K_351 in Exclude<keyof I_1["follow_event"], never>]: never; }) | undefined;
|
|
8911
8911
|
channel_app_event?: ({
|
|
8912
8912
|
user_id?: string | undefined;
|
|
8913
8913
|
username?: string | undefined;
|
|
@@ -8920,19 +8920,19 @@ export declare const Envelope: {
|
|
|
8920
8920
|
clan_id?: string | undefined;
|
|
8921
8921
|
channel_id?: string | undefined;
|
|
8922
8922
|
action?: number | undefined;
|
|
8923
|
-
} & { [
|
|
8923
|
+
} & { [K_352 in Exclude<keyof I_1["channel_app_event"], keyof ChannelAppEvent>]: never; }) | undefined;
|
|
8924
8924
|
user_status_event?: ({
|
|
8925
8925
|
user_id?: string | undefined;
|
|
8926
8926
|
custom_status?: string | undefined;
|
|
8927
8927
|
} & {
|
|
8928
8928
|
user_id?: string | undefined;
|
|
8929
8929
|
custom_status?: string | undefined;
|
|
8930
|
-
} & { [
|
|
8930
|
+
} & { [K_353 in Exclude<keyof I_1["user_status_event"], keyof UserStatusEvent>]: never; }) | undefined;
|
|
8931
8931
|
remove_friend?: ({
|
|
8932
8932
|
user_id?: string | undefined;
|
|
8933
8933
|
} & {
|
|
8934
8934
|
user_id?: string | undefined;
|
|
8935
|
-
} & { [
|
|
8935
|
+
} & { [K_354 in Exclude<keyof I_1["remove_friend"], "user_id">]: never; }) | undefined;
|
|
8936
8936
|
webhook_event?: ({
|
|
8937
8937
|
id?: string | undefined;
|
|
8938
8938
|
webhook_name?: string | undefined;
|
|
@@ -8955,7 +8955,7 @@ export declare const Envelope: {
|
|
|
8955
8955
|
update_time?: string | undefined;
|
|
8956
8956
|
avatar?: string | undefined;
|
|
8957
8957
|
status?: number | undefined;
|
|
8958
|
-
} & { [
|
|
8958
|
+
} & { [K_355 in Exclude<keyof I_1["webhook_event"], keyof Webhook>]: never; }) | undefined;
|
|
8959
8959
|
noti_user_channel?: ({
|
|
8960
8960
|
id?: string | undefined;
|
|
8961
8961
|
notification_setting_type?: number | undefined;
|
|
@@ -8968,7 +8968,7 @@ export declare const Envelope: {
|
|
|
8968
8968
|
time_mute?: Date | undefined;
|
|
8969
8969
|
active?: number | undefined;
|
|
8970
8970
|
channel_id?: string | undefined;
|
|
8971
|
-
} & { [
|
|
8971
|
+
} & { [K_356 in Exclude<keyof I_1["noti_user_channel"], keyof NotificationUserChannel>]: never; }) | undefined;
|
|
8972
8972
|
join_channel_app_data?: ({
|
|
8973
8973
|
user_id?: string | undefined;
|
|
8974
8974
|
username?: string | undefined;
|
|
@@ -8977,7 +8977,7 @@ export declare const Envelope: {
|
|
|
8977
8977
|
user_id?: string | undefined;
|
|
8978
8978
|
username?: string | undefined;
|
|
8979
8979
|
hash?: string | undefined;
|
|
8980
|
-
} & { [
|
|
8980
|
+
} & { [K_357 in Exclude<keyof I_1["join_channel_app_data"], keyof JoinChannelAppData>]: never; }) | undefined;
|
|
8981
8981
|
canvas_event?: ({
|
|
8982
8982
|
id?: string | undefined;
|
|
8983
8983
|
title?: string | undefined;
|
|
@@ -8996,7 +8996,7 @@ export declare const Envelope: {
|
|
|
8996
8996
|
is_default?: boolean | undefined;
|
|
8997
8997
|
channel_id?: string | undefined;
|
|
8998
8998
|
status?: number | undefined;
|
|
8999
|
-
} & { [
|
|
8999
|
+
} & { [K_358 in Exclude<keyof I_1["canvas_event"], keyof ChannelCanvas>]: never; }) | undefined;
|
|
9000
9000
|
unpin_message_event?: ({
|
|
9001
9001
|
id?: string | undefined;
|
|
9002
9002
|
message_id?: string | undefined;
|
|
@@ -9007,7 +9007,7 @@ export declare const Envelope: {
|
|
|
9007
9007
|
message_id?: string | undefined;
|
|
9008
9008
|
channel_id?: string | undefined;
|
|
9009
9009
|
clan_id?: string | undefined;
|
|
9010
|
-
} & { [
|
|
9010
|
+
} & { [K_359 in Exclude<keyof I_1["unpin_message_event"], keyof UnpinMessageEvent>]: never; }) | undefined;
|
|
9011
9011
|
category_event?: ({
|
|
9012
9012
|
creator_id?: string | undefined;
|
|
9013
9013
|
clan_id?: string | undefined;
|
|
@@ -9020,7 +9020,7 @@ export declare const Envelope: {
|
|
|
9020
9020
|
category_name?: string | undefined;
|
|
9021
9021
|
id?: string | undefined;
|
|
9022
9022
|
status?: number | undefined;
|
|
9023
|
-
} & { [
|
|
9023
|
+
} & { [K_360 in Exclude<keyof I_1["category_event"], keyof CategoryEvent>]: never; }) | undefined;
|
|
9024
9024
|
handle_participant_meet_state_event?: ({
|
|
9025
9025
|
clan_id?: string | undefined;
|
|
9026
9026
|
channel_id?: string | undefined;
|
|
@@ -9031,13 +9031,13 @@ export declare const Envelope: {
|
|
|
9031
9031
|
channel_id?: string | undefined;
|
|
9032
9032
|
display_name?: string | undefined;
|
|
9033
9033
|
state?: number | undefined;
|
|
9034
|
-
} & { [
|
|
9034
|
+
} & { [K_361 in Exclude<keyof I_1["handle_participant_meet_state_event"], keyof HandleParticipantMeetStateEvent>]: never; }) | undefined;
|
|
9035
9035
|
delete_account_event?: ({
|
|
9036
9036
|
user_id?: string | undefined;
|
|
9037
9037
|
} & {
|
|
9038
9038
|
user_id?: string | undefined;
|
|
9039
|
-
} & { [
|
|
9040
|
-
} & { [
|
|
9039
|
+
} & { [K_362 in Exclude<keyof I_1["delete_account_event"], "user_id">]: never; }) | undefined;
|
|
9040
|
+
} & { [K_363 in Exclude<keyof I_1, keyof Envelope>]: never; }>(object: I_1): Envelope;
|
|
9041
9041
|
};
|
|
9042
9042
|
export declare const FollowEvent: {
|
|
9043
9043
|
encode(_: FollowEvent, writer?: _m0.Writer): _m0.Writer;
|
|
@@ -9465,7 +9465,7 @@ export declare const ChannelDescription: {
|
|
|
9465
9465
|
sender_id?: string | undefined;
|
|
9466
9466
|
content?: string | undefined;
|
|
9467
9467
|
attachment?: string | undefined;
|
|
9468
|
-
|
|
9468
|
+
reference?: string | undefined;
|
|
9469
9469
|
mention?: string | undefined;
|
|
9470
9470
|
reaction?: string | undefined;
|
|
9471
9471
|
repliers?: string[] | undefined;
|
|
@@ -9485,7 +9485,7 @@ export declare const ChannelDescription: {
|
|
|
9485
9485
|
sender_id?: string | undefined;
|
|
9486
9486
|
content?: string | undefined;
|
|
9487
9487
|
attachment?: string | undefined;
|
|
9488
|
-
|
|
9488
|
+
reference?: string | undefined;
|
|
9489
9489
|
mention?: string | undefined;
|
|
9490
9490
|
reaction?: string | undefined;
|
|
9491
9491
|
repliers?: string[] | undefined;
|
|
@@ -9495,7 +9495,7 @@ export declare const ChannelDescription: {
|
|
|
9495
9495
|
sender_id?: string | undefined;
|
|
9496
9496
|
content?: string | undefined;
|
|
9497
9497
|
attachment?: string | undefined;
|
|
9498
|
-
|
|
9498
|
+
reference?: string | undefined;
|
|
9499
9499
|
mention?: string | undefined;
|
|
9500
9500
|
reaction?: string | undefined;
|
|
9501
9501
|
repliers?: (string[] & string[] & { [K in Exclude<keyof I["last_sent_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
@@ -9516,7 +9516,7 @@ export declare const ChannelDescription: {
|
|
|
9516
9516
|
sender_id?: string | undefined;
|
|
9517
9517
|
content?: string | undefined;
|
|
9518
9518
|
attachment?: string | undefined;
|
|
9519
|
-
|
|
9519
|
+
reference?: string | undefined;
|
|
9520
9520
|
mention?: string | undefined;
|
|
9521
9521
|
reaction?: string | undefined;
|
|
9522
9522
|
repliers?: string[] | undefined;
|
|
@@ -9536,7 +9536,7 @@ export declare const ChannelDescription: {
|
|
|
9536
9536
|
sender_id?: string | undefined;
|
|
9537
9537
|
content?: string | undefined;
|
|
9538
9538
|
attachment?: string | undefined;
|
|
9539
|
-
|
|
9539
|
+
reference?: string | undefined;
|
|
9540
9540
|
mention?: string | undefined;
|
|
9541
9541
|
reaction?: string | undefined;
|
|
9542
9542
|
repliers?: string[] | undefined;
|
|
@@ -9546,7 +9546,7 @@ export declare const ChannelDescription: {
|
|
|
9546
9546
|
sender_id?: string | undefined;
|
|
9547
9547
|
content?: string | undefined;
|
|
9548
9548
|
attachment?: string | undefined;
|
|
9549
|
-
|
|
9549
|
+
reference?: string | undefined;
|
|
9550
9550
|
mention?: string | undefined;
|
|
9551
9551
|
reaction?: string | undefined;
|
|
9552
9552
|
repliers?: (string[] & string[] & { [K_3 in Exclude<keyof I_1["last_sent_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
@@ -10779,7 +10779,7 @@ export declare const Notifications: {
|
|
|
10779
10779
|
sender_id?: string | undefined;
|
|
10780
10780
|
content?: string | undefined;
|
|
10781
10781
|
attachment?: string | undefined;
|
|
10782
|
-
|
|
10782
|
+
reference?: string | undefined;
|
|
10783
10783
|
mention?: string | undefined;
|
|
10784
10784
|
reaction?: string | undefined;
|
|
10785
10785
|
repliers?: string[] | undefined;
|
|
@@ -10790,7 +10790,7 @@ export declare const Notifications: {
|
|
|
10790
10790
|
sender_id?: string | undefined;
|
|
10791
10791
|
content?: string | undefined;
|
|
10792
10792
|
attachment?: string | undefined;
|
|
10793
|
-
|
|
10793
|
+
reference?: string | undefined;
|
|
10794
10794
|
mention?: string | undefined;
|
|
10795
10795
|
reaction?: string | undefined;
|
|
10796
10796
|
repliers?: string[] | undefined;
|
|
@@ -10848,7 +10848,7 @@ export declare const Notifications: {
|
|
|
10848
10848
|
sender_id?: string | undefined;
|
|
10849
10849
|
content?: string | undefined;
|
|
10850
10850
|
attachment?: string | undefined;
|
|
10851
|
-
|
|
10851
|
+
reference?: string | undefined;
|
|
10852
10852
|
mention?: string | undefined;
|
|
10853
10853
|
reaction?: string | undefined;
|
|
10854
10854
|
repliers?: string[] | undefined;
|
|
@@ -10859,7 +10859,7 @@ export declare const Notifications: {
|
|
|
10859
10859
|
sender_id?: string | undefined;
|
|
10860
10860
|
content?: string | undefined;
|
|
10861
10861
|
attachment?: string | undefined;
|
|
10862
|
-
|
|
10862
|
+
reference?: string | undefined;
|
|
10863
10863
|
mention?: string | undefined;
|
|
10864
10864
|
reaction?: string | undefined;
|
|
10865
10865
|
repliers?: string[] | undefined;
|
|
@@ -10915,7 +10915,7 @@ export declare const Notifications: {
|
|
|
10915
10915
|
sender_id?: string | undefined;
|
|
10916
10916
|
content?: string | undefined;
|
|
10917
10917
|
attachment?: string | undefined;
|
|
10918
|
-
|
|
10918
|
+
reference?: string | undefined;
|
|
10919
10919
|
mention?: string | undefined;
|
|
10920
10920
|
reaction?: string | undefined;
|
|
10921
10921
|
repliers?: string[] | undefined;
|
|
@@ -10926,7 +10926,7 @@ export declare const Notifications: {
|
|
|
10926
10926
|
sender_id?: string | undefined;
|
|
10927
10927
|
content?: string | undefined;
|
|
10928
10928
|
attachment?: string | undefined;
|
|
10929
|
-
|
|
10929
|
+
reference?: string | undefined;
|
|
10930
10930
|
mention?: string | undefined;
|
|
10931
10931
|
reaction?: string | undefined;
|
|
10932
10932
|
repliers?: string[] | undefined;
|
|
@@ -10982,7 +10982,7 @@ export declare const Notifications: {
|
|
|
10982
10982
|
sender_id?: string | undefined;
|
|
10983
10983
|
content?: string | undefined;
|
|
10984
10984
|
attachment?: string | undefined;
|
|
10985
|
-
|
|
10985
|
+
reference?: string | undefined;
|
|
10986
10986
|
mention?: string | undefined;
|
|
10987
10987
|
reaction?: string | undefined;
|
|
10988
10988
|
repliers?: string[] | undefined;
|
|
@@ -10993,7 +10993,7 @@ export declare const Notifications: {
|
|
|
10993
10993
|
sender_id?: string | undefined;
|
|
10994
10994
|
content?: string | undefined;
|
|
10995
10995
|
attachment?: string | undefined;
|
|
10996
|
-
|
|
10996
|
+
reference?: string | undefined;
|
|
10997
10997
|
mention?: string | undefined;
|
|
10998
10998
|
reaction?: string | undefined;
|
|
10999
10999
|
repliers?: string[] | undefined;
|
|
@@ -11034,7 +11034,7 @@ export declare const Notifications: {
|
|
|
11034
11034
|
sender_id?: string | undefined;
|
|
11035
11035
|
content?: string | undefined;
|
|
11036
11036
|
attachment?: string | undefined;
|
|
11037
|
-
|
|
11037
|
+
reference?: string | undefined;
|
|
11038
11038
|
mention?: string | undefined;
|
|
11039
11039
|
reaction?: string | undefined;
|
|
11040
11040
|
repliers?: string[] | undefined;
|
|
@@ -11044,7 +11044,7 @@ export declare const Notifications: {
|
|
|
11044
11044
|
sender_id?: string | undefined;
|
|
11045
11045
|
content?: string | undefined;
|
|
11046
11046
|
attachment?: string | undefined;
|
|
11047
|
-
|
|
11047
|
+
reference?: string | undefined;
|
|
11048
11048
|
mention?: string | undefined;
|
|
11049
11049
|
reaction?: string | undefined;
|
|
11050
11050
|
repliers?: (string[] & string[] & { [K_2 in Exclude<keyof I["notifications"][number]["channel"]["last_sent_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
@@ -11055,7 +11055,7 @@ export declare const Notifications: {
|
|
|
11055
11055
|
sender_id?: string | undefined;
|
|
11056
11056
|
content?: string | undefined;
|
|
11057
11057
|
attachment?: string | undefined;
|
|
11058
|
-
|
|
11058
|
+
reference?: string | undefined;
|
|
11059
11059
|
mention?: string | undefined;
|
|
11060
11060
|
reaction?: string | undefined;
|
|
11061
11061
|
repliers?: string[] | undefined;
|
|
@@ -11065,7 +11065,7 @@ export declare const Notifications: {
|
|
|
11065
11065
|
sender_id?: string | undefined;
|
|
11066
11066
|
content?: string | undefined;
|
|
11067
11067
|
attachment?: string | undefined;
|
|
11068
|
-
|
|
11068
|
+
reference?: string | undefined;
|
|
11069
11069
|
mention?: string | undefined;
|
|
11070
11070
|
reaction?: string | undefined;
|
|
11071
11071
|
repliers?: (string[] & string[] & { [K_4 in Exclude<keyof I["notifications"][number]["channel"]["last_seen_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
@@ -11121,7 +11121,7 @@ export declare const Notifications: {
|
|
|
11121
11121
|
sender_id?: string | undefined;
|
|
11122
11122
|
content?: string | undefined;
|
|
11123
11123
|
attachment?: string | undefined;
|
|
11124
|
-
|
|
11124
|
+
reference?: string | undefined;
|
|
11125
11125
|
mention?: string | undefined;
|
|
11126
11126
|
reaction?: string | undefined;
|
|
11127
11127
|
repliers?: string[] | undefined;
|
|
@@ -11132,7 +11132,7 @@ export declare const Notifications: {
|
|
|
11132
11132
|
sender_id?: string | undefined;
|
|
11133
11133
|
content?: string | undefined;
|
|
11134
11134
|
attachment?: string | undefined;
|
|
11135
|
-
|
|
11135
|
+
reference?: string | undefined;
|
|
11136
11136
|
mention?: string | undefined;
|
|
11137
11137
|
reaction?: string | undefined;
|
|
11138
11138
|
repliers?: string[] | undefined;
|
|
@@ -11191,7 +11191,7 @@ export declare const Notifications: {
|
|
|
11191
11191
|
sender_id?: string | undefined;
|
|
11192
11192
|
content?: string | undefined;
|
|
11193
11193
|
attachment?: string | undefined;
|
|
11194
|
-
|
|
11194
|
+
reference?: string | undefined;
|
|
11195
11195
|
mention?: string | undefined;
|
|
11196
11196
|
reaction?: string | undefined;
|
|
11197
11197
|
repliers?: string[] | undefined;
|
|
@@ -11202,7 +11202,7 @@ export declare const Notifications: {
|
|
|
11202
11202
|
sender_id?: string | undefined;
|
|
11203
11203
|
content?: string | undefined;
|
|
11204
11204
|
attachment?: string | undefined;
|
|
11205
|
-
|
|
11205
|
+
reference?: string | undefined;
|
|
11206
11206
|
mention?: string | undefined;
|
|
11207
11207
|
reaction?: string | undefined;
|
|
11208
11208
|
repliers?: string[] | undefined;
|
|
@@ -11260,7 +11260,7 @@ export declare const Notifications: {
|
|
|
11260
11260
|
sender_id?: string | undefined;
|
|
11261
11261
|
content?: string | undefined;
|
|
11262
11262
|
attachment?: string | undefined;
|
|
11263
|
-
|
|
11263
|
+
reference?: string | undefined;
|
|
11264
11264
|
mention?: string | undefined;
|
|
11265
11265
|
reaction?: string | undefined;
|
|
11266
11266
|
repliers?: string[] | undefined;
|
|
@@ -11271,7 +11271,7 @@ export declare const Notifications: {
|
|
|
11271
11271
|
sender_id?: string | undefined;
|
|
11272
11272
|
content?: string | undefined;
|
|
11273
11273
|
attachment?: string | undefined;
|
|
11274
|
-
|
|
11274
|
+
reference?: string | undefined;
|
|
11275
11275
|
mention?: string | undefined;
|
|
11276
11276
|
reaction?: string | undefined;
|
|
11277
11277
|
repliers?: string[] | undefined;
|
|
@@ -11327,7 +11327,7 @@ export declare const Notifications: {
|
|
|
11327
11327
|
sender_id?: string | undefined;
|
|
11328
11328
|
content?: string | undefined;
|
|
11329
11329
|
attachment?: string | undefined;
|
|
11330
|
-
|
|
11330
|
+
reference?: string | undefined;
|
|
11331
11331
|
mention?: string | undefined;
|
|
11332
11332
|
reaction?: string | undefined;
|
|
11333
11333
|
repliers?: string[] | undefined;
|
|
@@ -11338,7 +11338,7 @@ export declare const Notifications: {
|
|
|
11338
11338
|
sender_id?: string | undefined;
|
|
11339
11339
|
content?: string | undefined;
|
|
11340
11340
|
attachment?: string | undefined;
|
|
11341
|
-
|
|
11341
|
+
reference?: string | undefined;
|
|
11342
11342
|
mention?: string | undefined;
|
|
11343
11343
|
reaction?: string | undefined;
|
|
11344
11344
|
repliers?: string[] | undefined;
|
|
@@ -11394,7 +11394,7 @@ export declare const Notifications: {
|
|
|
11394
11394
|
sender_id?: string | undefined;
|
|
11395
11395
|
content?: string | undefined;
|
|
11396
11396
|
attachment?: string | undefined;
|
|
11397
|
-
|
|
11397
|
+
reference?: string | undefined;
|
|
11398
11398
|
mention?: string | undefined;
|
|
11399
11399
|
reaction?: string | undefined;
|
|
11400
11400
|
repliers?: string[] | undefined;
|
|
@@ -11405,7 +11405,7 @@ export declare const Notifications: {
|
|
|
11405
11405
|
sender_id?: string | undefined;
|
|
11406
11406
|
content?: string | undefined;
|
|
11407
11407
|
attachment?: string | undefined;
|
|
11408
|
-
|
|
11408
|
+
reference?: string | undefined;
|
|
11409
11409
|
mention?: string | undefined;
|
|
11410
11410
|
reaction?: string | undefined;
|
|
11411
11411
|
repliers?: string[] | undefined;
|
|
@@ -11446,7 +11446,7 @@ export declare const Notifications: {
|
|
|
11446
11446
|
sender_id?: string | undefined;
|
|
11447
11447
|
content?: string | undefined;
|
|
11448
11448
|
attachment?: string | undefined;
|
|
11449
|
-
|
|
11449
|
+
reference?: string | undefined;
|
|
11450
11450
|
mention?: string | undefined;
|
|
11451
11451
|
reaction?: string | undefined;
|
|
11452
11452
|
repliers?: string[] | undefined;
|
|
@@ -11456,7 +11456,7 @@ export declare const Notifications: {
|
|
|
11456
11456
|
sender_id?: string | undefined;
|
|
11457
11457
|
content?: string | undefined;
|
|
11458
11458
|
attachment?: string | undefined;
|
|
11459
|
-
|
|
11459
|
+
reference?: string | undefined;
|
|
11460
11460
|
mention?: string | undefined;
|
|
11461
11461
|
reaction?: string | undefined;
|
|
11462
11462
|
repliers?: (string[] & string[] & { [K_17 in Exclude<keyof I_1["notifications"][number]["channel"]["last_sent_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
@@ -11467,7 +11467,7 @@ export declare const Notifications: {
|
|
|
11467
11467
|
sender_id?: string | undefined;
|
|
11468
11468
|
content?: string | undefined;
|
|
11469
11469
|
attachment?: string | undefined;
|
|
11470
|
-
|
|
11470
|
+
reference?: string | undefined;
|
|
11471
11471
|
mention?: string | undefined;
|
|
11472
11472
|
reaction?: string | undefined;
|
|
11473
11473
|
repliers?: string[] | undefined;
|
|
@@ -11477,7 +11477,7 @@ export declare const Notifications: {
|
|
|
11477
11477
|
sender_id?: string | undefined;
|
|
11478
11478
|
content?: string | undefined;
|
|
11479
11479
|
attachment?: string | undefined;
|
|
11480
|
-
|
|
11480
|
+
reference?: string | undefined;
|
|
11481
11481
|
mention?: string | undefined;
|
|
11482
11482
|
reaction?: string | undefined;
|
|
11483
11483
|
repliers?: (string[] & string[] & { [K_19 in Exclude<keyof I_1["notifications"][number]["channel"]["last_seen_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
@@ -11533,7 +11533,7 @@ export declare const Notifications: {
|
|
|
11533
11533
|
sender_id?: string | undefined;
|
|
11534
11534
|
content?: string | undefined;
|
|
11535
11535
|
attachment?: string | undefined;
|
|
11536
|
-
|
|
11536
|
+
reference?: string | undefined;
|
|
11537
11537
|
mention?: string | undefined;
|
|
11538
11538
|
reaction?: string | undefined;
|
|
11539
11539
|
repliers?: string[] | undefined;
|
|
@@ -11544,7 +11544,7 @@ export declare const Notifications: {
|
|
|
11544
11544
|
sender_id?: string | undefined;
|
|
11545
11545
|
content?: string | undefined;
|
|
11546
11546
|
attachment?: string | undefined;
|
|
11547
|
-
|
|
11547
|
+
reference?: string | undefined;
|
|
11548
11548
|
mention?: string | undefined;
|
|
11549
11549
|
reaction?: string | undefined;
|
|
11550
11550
|
repliers?: string[] | undefined;
|
|
@@ -12027,27 +12027,27 @@ export declare const VoiceLeavedEvent: {
|
|
|
12027
12027
|
fromJSON(object: any): VoiceLeavedEvent;
|
|
12028
12028
|
toJSON(message: VoiceLeavedEvent): unknown;
|
|
12029
12029
|
create<I extends {
|
|
12030
|
-
|
|
12030
|
+
id?: string | undefined;
|
|
12031
12031
|
clan_id?: string | undefined;
|
|
12032
12032
|
voice_channel_id?: string | undefined;
|
|
12033
12033
|
voice_user_id?: string | undefined;
|
|
12034
12034
|
} & {
|
|
12035
|
-
|
|
12035
|
+
id?: string | undefined;
|
|
12036
12036
|
clan_id?: string | undefined;
|
|
12037
12037
|
voice_channel_id?: string | undefined;
|
|
12038
12038
|
voice_user_id?: string | undefined;
|
|
12039
|
-
} & { [
|
|
12039
|
+
} & { [K in Exclude<keyof I, keyof VoiceLeavedEvent>]: never; }>(base?: I | undefined): VoiceLeavedEvent;
|
|
12040
12040
|
fromPartial<I_1 extends {
|
|
12041
|
-
|
|
12041
|
+
id?: string | undefined;
|
|
12042
12042
|
clan_id?: string | undefined;
|
|
12043
12043
|
voice_channel_id?: string | undefined;
|
|
12044
12044
|
voice_user_id?: string | undefined;
|
|
12045
12045
|
} & {
|
|
12046
|
-
|
|
12046
|
+
id?: string | undefined;
|
|
12047
12047
|
clan_id?: string | undefined;
|
|
12048
12048
|
voice_channel_id?: string | undefined;
|
|
12049
12049
|
voice_user_id?: string | undefined;
|
|
12050
|
-
} & { [
|
|
12050
|
+
} & { [K_1 in Exclude<keyof I_1, keyof VoiceLeavedEvent>]: never; }>(object: I_1): VoiceLeavedEvent;
|
|
12051
12051
|
};
|
|
12052
12052
|
export declare const VoiceJoinedEvent: {
|
|
12053
12053
|
encode(message: VoiceJoinedEvent, writer?: _m0.Writer): _m0.Writer;
|
|
@@ -13461,7 +13461,7 @@ export declare const UserChannelAdded: {
|
|
|
13461
13461
|
sender_id?: string | undefined;
|
|
13462
13462
|
content?: string | undefined;
|
|
13463
13463
|
attachment?: string | undefined;
|
|
13464
|
-
|
|
13464
|
+
reference?: string | undefined;
|
|
13465
13465
|
mention?: string | undefined;
|
|
13466
13466
|
reaction?: string | undefined;
|
|
13467
13467
|
repliers?: string[] | undefined;
|
|
@@ -13472,7 +13472,7 @@ export declare const UserChannelAdded: {
|
|
|
13472
13472
|
sender_id?: string | undefined;
|
|
13473
13473
|
content?: string | undefined;
|
|
13474
13474
|
attachment?: string | undefined;
|
|
13475
|
-
|
|
13475
|
+
reference?: string | undefined;
|
|
13476
13476
|
mention?: string | undefined;
|
|
13477
13477
|
reaction?: string | undefined;
|
|
13478
13478
|
repliers?: string[] | undefined;
|
|
@@ -13563,7 +13563,7 @@ export declare const UserChannelAdded: {
|
|
|
13563
13563
|
sender_id?: string | undefined;
|
|
13564
13564
|
content?: string | undefined;
|
|
13565
13565
|
attachment?: string | undefined;
|
|
13566
|
-
|
|
13566
|
+
reference?: string | undefined;
|
|
13567
13567
|
mention?: string | undefined;
|
|
13568
13568
|
reaction?: string | undefined;
|
|
13569
13569
|
repliers?: string[] | undefined;
|
|
@@ -13574,7 +13574,7 @@ export declare const UserChannelAdded: {
|
|
|
13574
13574
|
sender_id?: string | undefined;
|
|
13575
13575
|
content?: string | undefined;
|
|
13576
13576
|
attachment?: string | undefined;
|
|
13577
|
-
|
|
13577
|
+
reference?: string | undefined;
|
|
13578
13578
|
mention?: string | undefined;
|
|
13579
13579
|
reaction?: string | undefined;
|
|
13580
13580
|
repliers?: string[] | undefined;
|
|
@@ -13615,7 +13615,7 @@ export declare const UserChannelAdded: {
|
|
|
13615
13615
|
sender_id?: string | undefined;
|
|
13616
13616
|
content?: string | undefined;
|
|
13617
13617
|
attachment?: string | undefined;
|
|
13618
|
-
|
|
13618
|
+
reference?: string | undefined;
|
|
13619
13619
|
mention?: string | undefined;
|
|
13620
13620
|
reaction?: string | undefined;
|
|
13621
13621
|
repliers?: string[] | undefined;
|
|
@@ -13625,7 +13625,7 @@ export declare const UserChannelAdded: {
|
|
|
13625
13625
|
sender_id?: string | undefined;
|
|
13626
13626
|
content?: string | undefined;
|
|
13627
13627
|
attachment?: string | undefined;
|
|
13628
|
-
|
|
13628
|
+
reference?: string | undefined;
|
|
13629
13629
|
mention?: string | undefined;
|
|
13630
13630
|
reaction?: string | undefined;
|
|
13631
13631
|
repliers?: (string[] & string[] & { [K_2 in Exclude<keyof I["channel_desc"]["last_sent_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
@@ -13636,7 +13636,7 @@ export declare const UserChannelAdded: {
|
|
|
13636
13636
|
sender_id?: string | undefined;
|
|
13637
13637
|
content?: string | undefined;
|
|
13638
13638
|
attachment?: string | undefined;
|
|
13639
|
-
|
|
13639
|
+
reference?: string | undefined;
|
|
13640
13640
|
mention?: string | undefined;
|
|
13641
13641
|
reaction?: string | undefined;
|
|
13642
13642
|
repliers?: string[] | undefined;
|
|
@@ -13646,7 +13646,7 @@ export declare const UserChannelAdded: {
|
|
|
13646
13646
|
sender_id?: string | undefined;
|
|
13647
13647
|
content?: string | undefined;
|
|
13648
13648
|
attachment?: string | undefined;
|
|
13649
|
-
|
|
13649
|
+
reference?: string | undefined;
|
|
13650
13650
|
mention?: string | undefined;
|
|
13651
13651
|
reaction?: string | undefined;
|
|
13652
13652
|
repliers?: (string[] & string[] & { [K_4 in Exclude<keyof I["channel_desc"]["last_seen_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
@@ -13846,7 +13846,7 @@ export declare const UserChannelAdded: {
|
|
|
13846
13846
|
sender_id?: string | undefined;
|
|
13847
13847
|
content?: string | undefined;
|
|
13848
13848
|
attachment?: string | undefined;
|
|
13849
|
-
|
|
13849
|
+
reference?: string | undefined;
|
|
13850
13850
|
mention?: string | undefined;
|
|
13851
13851
|
reaction?: string | undefined;
|
|
13852
13852
|
repliers?: string[] | undefined;
|
|
@@ -13857,7 +13857,7 @@ export declare const UserChannelAdded: {
|
|
|
13857
13857
|
sender_id?: string | undefined;
|
|
13858
13858
|
content?: string | undefined;
|
|
13859
13859
|
attachment?: string | undefined;
|
|
13860
|
-
|
|
13860
|
+
reference?: string | undefined;
|
|
13861
13861
|
mention?: string | undefined;
|
|
13862
13862
|
reaction?: string | undefined;
|
|
13863
13863
|
repliers?: string[] | undefined;
|
|
@@ -13948,7 +13948,7 @@ export declare const UserChannelAdded: {
|
|
|
13948
13948
|
sender_id?: string | undefined;
|
|
13949
13949
|
content?: string | undefined;
|
|
13950
13950
|
attachment?: string | undefined;
|
|
13951
|
-
|
|
13951
|
+
reference?: string | undefined;
|
|
13952
13952
|
mention?: string | undefined;
|
|
13953
13953
|
reaction?: string | undefined;
|
|
13954
13954
|
repliers?: string[] | undefined;
|
|
@@ -13959,7 +13959,7 @@ export declare const UserChannelAdded: {
|
|
|
13959
13959
|
sender_id?: string | undefined;
|
|
13960
13960
|
content?: string | undefined;
|
|
13961
13961
|
attachment?: string | undefined;
|
|
13962
|
-
|
|
13962
|
+
reference?: string | undefined;
|
|
13963
13963
|
mention?: string | undefined;
|
|
13964
13964
|
reaction?: string | undefined;
|
|
13965
13965
|
repliers?: string[] | undefined;
|
|
@@ -14000,7 +14000,7 @@ export declare const UserChannelAdded: {
|
|
|
14000
14000
|
sender_id?: string | undefined;
|
|
14001
14001
|
content?: string | undefined;
|
|
14002
14002
|
attachment?: string | undefined;
|
|
14003
|
-
|
|
14003
|
+
reference?: string | undefined;
|
|
14004
14004
|
mention?: string | undefined;
|
|
14005
14005
|
reaction?: string | undefined;
|
|
14006
14006
|
repliers?: string[] | undefined;
|
|
@@ -14010,7 +14010,7 @@ export declare const UserChannelAdded: {
|
|
|
14010
14010
|
sender_id?: string | undefined;
|
|
14011
14011
|
content?: string | undefined;
|
|
14012
14012
|
attachment?: string | undefined;
|
|
14013
|
-
|
|
14013
|
+
reference?: string | undefined;
|
|
14014
14014
|
mention?: string | undefined;
|
|
14015
14015
|
reaction?: string | undefined;
|
|
14016
14016
|
repliers?: (string[] & string[] & { [K_24 in Exclude<keyof I_1["channel_desc"]["last_sent_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
@@ -14021,7 +14021,7 @@ export declare const UserChannelAdded: {
|
|
|
14021
14021
|
sender_id?: string | undefined;
|
|
14022
14022
|
content?: string | undefined;
|
|
14023
14023
|
attachment?: string | undefined;
|
|
14024
|
-
|
|
14024
|
+
reference?: string | undefined;
|
|
14025
14025
|
mention?: string | undefined;
|
|
14026
14026
|
reaction?: string | undefined;
|
|
14027
14027
|
repliers?: string[] | undefined;
|
|
@@ -14031,7 +14031,7 @@ export declare const UserChannelAdded: {
|
|
|
14031
14031
|
sender_id?: string | undefined;
|
|
14032
14032
|
content?: string | undefined;
|
|
14033
14033
|
attachment?: string | undefined;
|
|
14034
|
-
|
|
14034
|
+
reference?: string | undefined;
|
|
14035
14035
|
mention?: string | undefined;
|
|
14036
14036
|
reaction?: string | undefined;
|
|
14037
14037
|
repliers?: (string[] & string[] & { [K_26 in Exclude<keyof I_1["channel_desc"]["last_seen_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
@@ -15064,7 +15064,7 @@ export declare const SdTopicEvent: {
|
|
|
15064
15064
|
sender_id?: string | undefined;
|
|
15065
15065
|
content?: string | undefined;
|
|
15066
15066
|
attachment?: string | undefined;
|
|
15067
|
-
|
|
15067
|
+
reference?: string | undefined;
|
|
15068
15068
|
mention?: string | undefined;
|
|
15069
15069
|
reaction?: string | undefined;
|
|
15070
15070
|
repliers?: string[] | undefined;
|
|
@@ -15110,7 +15110,7 @@ export declare const SdTopicEvent: {
|
|
|
15110
15110
|
sender_id?: string | undefined;
|
|
15111
15111
|
content?: string | undefined;
|
|
15112
15112
|
attachment?: string | undefined;
|
|
15113
|
-
|
|
15113
|
+
reference?: string | undefined;
|
|
15114
15114
|
mention?: string | undefined;
|
|
15115
15115
|
reaction?: string | undefined;
|
|
15116
15116
|
repliers?: string[] | undefined;
|
|
@@ -15120,7 +15120,7 @@ export declare const SdTopicEvent: {
|
|
|
15120
15120
|
sender_id?: string | undefined;
|
|
15121
15121
|
content?: string | undefined;
|
|
15122
15122
|
attachment?: string | undefined;
|
|
15123
|
-
|
|
15123
|
+
reference?: string | undefined;
|
|
15124
15124
|
mention?: string | undefined;
|
|
15125
15125
|
reaction?: string | undefined;
|
|
15126
15126
|
repliers?: (string[] & string[] & { [K in Exclude<keyof I["last_sent_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
@@ -15195,7 +15195,7 @@ export declare const SdTopicEvent: {
|
|
|
15195
15195
|
sender_id?: string | undefined;
|
|
15196
15196
|
content?: string | undefined;
|
|
15197
15197
|
attachment?: string | undefined;
|
|
15198
|
-
|
|
15198
|
+
reference?: string | undefined;
|
|
15199
15199
|
mention?: string | undefined;
|
|
15200
15200
|
reaction?: string | undefined;
|
|
15201
15201
|
repliers?: string[] | undefined;
|
|
@@ -15241,7 +15241,7 @@ export declare const SdTopicEvent: {
|
|
|
15241
15241
|
sender_id?: string | undefined;
|
|
15242
15242
|
content?: string | undefined;
|
|
15243
15243
|
attachment?: string | undefined;
|
|
15244
|
-
|
|
15244
|
+
reference?: string | undefined;
|
|
15245
15245
|
mention?: string | undefined;
|
|
15246
15246
|
reaction?: string | undefined;
|
|
15247
15247
|
repliers?: string[] | undefined;
|
|
@@ -15251,7 +15251,7 @@ export declare const SdTopicEvent: {
|
|
|
15251
15251
|
sender_id?: string | undefined;
|
|
15252
15252
|
content?: string | undefined;
|
|
15253
15253
|
attachment?: string | undefined;
|
|
15254
|
-
|
|
15254
|
+
reference?: string | undefined;
|
|
15255
15255
|
mention?: string | undefined;
|
|
15256
15256
|
reaction?: string | undefined;
|
|
15257
15257
|
repliers?: (string[] & string[] & { [K_4 in Exclude<keyof I_1["last_sent_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|