mezon-js-protobuf 1.7.46 → 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.
|
@@ -1418,7 +1418,7 @@ export interface ChannelMessageHeader {
|
|
|
1418
1418
|
/** the attachment */
|
|
1419
1419
|
attachment: string;
|
|
1420
1420
|
/** the reference */
|
|
1421
|
-
|
|
1421
|
+
reference: string;
|
|
1422
1422
|
/** the mention */
|
|
1423
1423
|
mention: string;
|
|
1424
1424
|
/** the reactions */
|
|
@@ -3296,6 +3296,17 @@ export interface GetMezonAccountRequest {
|
|
|
3296
3296
|
secret: string;
|
|
3297
3297
|
email: string;
|
|
3298
3298
|
}
|
|
3299
|
+
export interface Message2InboxRequest {
|
|
3300
|
+
message_id: string;
|
|
3301
|
+
channel_id: string;
|
|
3302
|
+
clan_id: string;
|
|
3303
|
+
avatar: string;
|
|
3304
|
+
content: string;
|
|
3305
|
+
mentions: string;
|
|
3306
|
+
attachments: string;
|
|
3307
|
+
reactions: string;
|
|
3308
|
+
references: string;
|
|
3309
|
+
}
|
|
3299
3310
|
export declare const Account: {
|
|
3300
3311
|
encode(message: Account, writer?: _m0.Writer): _m0.Writer;
|
|
3301
3312
|
decode(input: _m0.Reader | Uint8Array, length?: number): Account;
|
|
@@ -5020,7 +5031,7 @@ export declare const NotificationInfo: {
|
|
|
5020
5031
|
sender_id?: string | undefined;
|
|
5021
5032
|
content?: string | undefined;
|
|
5022
5033
|
attachment?: string | undefined;
|
|
5023
|
-
|
|
5034
|
+
reference?: string | undefined;
|
|
5024
5035
|
mention?: string | undefined;
|
|
5025
5036
|
reaction?: string | undefined;
|
|
5026
5037
|
repliers?: string[] | undefined;
|
|
@@ -5031,7 +5042,7 @@ export declare const NotificationInfo: {
|
|
|
5031
5042
|
sender_id?: string | undefined;
|
|
5032
5043
|
content?: string | undefined;
|
|
5033
5044
|
attachment?: string | undefined;
|
|
5034
|
-
|
|
5045
|
+
reference?: string | undefined;
|
|
5035
5046
|
mention?: string | undefined;
|
|
5036
5047
|
reaction?: string | undefined;
|
|
5037
5048
|
repliers?: string[] | undefined;
|
|
@@ -5084,7 +5095,7 @@ export declare const NotificationInfo: {
|
|
|
5084
5095
|
sender_id?: string | undefined;
|
|
5085
5096
|
content?: string | undefined;
|
|
5086
5097
|
attachment?: string | undefined;
|
|
5087
|
-
|
|
5098
|
+
reference?: string | undefined;
|
|
5088
5099
|
mention?: string | undefined;
|
|
5089
5100
|
reaction?: string | undefined;
|
|
5090
5101
|
repliers?: string[] | undefined;
|
|
@@ -5095,7 +5106,7 @@ export declare const NotificationInfo: {
|
|
|
5095
5106
|
sender_id?: string | undefined;
|
|
5096
5107
|
content?: string | undefined;
|
|
5097
5108
|
attachment?: string | undefined;
|
|
5098
|
-
|
|
5109
|
+
reference?: string | undefined;
|
|
5099
5110
|
mention?: string | undefined;
|
|
5100
5111
|
reaction?: string | undefined;
|
|
5101
5112
|
repliers?: string[] | undefined;
|
|
@@ -5136,7 +5147,7 @@ export declare const NotificationInfo: {
|
|
|
5136
5147
|
sender_id?: string | undefined;
|
|
5137
5148
|
content?: string | undefined;
|
|
5138
5149
|
attachment?: string | undefined;
|
|
5139
|
-
|
|
5150
|
+
reference?: string | undefined;
|
|
5140
5151
|
mention?: string | undefined;
|
|
5141
5152
|
reaction?: string | undefined;
|
|
5142
5153
|
repliers?: string[] | undefined;
|
|
@@ -5146,7 +5157,7 @@ export declare const NotificationInfo: {
|
|
|
5146
5157
|
sender_id?: string | undefined;
|
|
5147
5158
|
content?: string | undefined;
|
|
5148
5159
|
attachment?: string | undefined;
|
|
5149
|
-
|
|
5160
|
+
reference?: string | undefined;
|
|
5150
5161
|
mention?: string | undefined;
|
|
5151
5162
|
reaction?: string | undefined;
|
|
5152
5163
|
repliers?: (string[] & string[] & { [K_2 in Exclude<keyof I["channel"]["last_sent_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
@@ -5157,7 +5168,7 @@ export declare const NotificationInfo: {
|
|
|
5157
5168
|
sender_id?: string | undefined;
|
|
5158
5169
|
content?: string | undefined;
|
|
5159
5170
|
attachment?: string | undefined;
|
|
5160
|
-
|
|
5171
|
+
reference?: string | undefined;
|
|
5161
5172
|
mention?: string | undefined;
|
|
5162
5173
|
reaction?: string | undefined;
|
|
5163
5174
|
repliers?: string[] | undefined;
|
|
@@ -5167,7 +5178,7 @@ export declare const NotificationInfo: {
|
|
|
5167
5178
|
sender_id?: string | undefined;
|
|
5168
5179
|
content?: string | undefined;
|
|
5169
5180
|
attachment?: string | undefined;
|
|
5170
|
-
|
|
5181
|
+
reference?: string | undefined;
|
|
5171
5182
|
mention?: string | undefined;
|
|
5172
5183
|
reaction?: string | undefined;
|
|
5173
5184
|
repliers?: (string[] & string[] & { [K_4 in Exclude<keyof I["channel"]["last_seen_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
@@ -5221,7 +5232,7 @@ export declare const NotificationInfo: {
|
|
|
5221
5232
|
sender_id?: string | undefined;
|
|
5222
5233
|
content?: string | undefined;
|
|
5223
5234
|
attachment?: string | undefined;
|
|
5224
|
-
|
|
5235
|
+
reference?: string | undefined;
|
|
5225
5236
|
mention?: string | undefined;
|
|
5226
5237
|
reaction?: string | undefined;
|
|
5227
5238
|
repliers?: string[] | undefined;
|
|
@@ -5232,7 +5243,7 @@ export declare const NotificationInfo: {
|
|
|
5232
5243
|
sender_id?: string | undefined;
|
|
5233
5244
|
content?: string | undefined;
|
|
5234
5245
|
attachment?: string | undefined;
|
|
5235
|
-
|
|
5246
|
+
reference?: string | undefined;
|
|
5236
5247
|
mention?: string | undefined;
|
|
5237
5248
|
reaction?: string | undefined;
|
|
5238
5249
|
repliers?: string[] | undefined;
|
|
@@ -5285,7 +5296,7 @@ export declare const NotificationInfo: {
|
|
|
5285
5296
|
sender_id?: string | undefined;
|
|
5286
5297
|
content?: string | undefined;
|
|
5287
5298
|
attachment?: string | undefined;
|
|
5288
|
-
|
|
5299
|
+
reference?: string | undefined;
|
|
5289
5300
|
mention?: string | undefined;
|
|
5290
5301
|
reaction?: string | undefined;
|
|
5291
5302
|
repliers?: string[] | undefined;
|
|
@@ -5296,7 +5307,7 @@ export declare const NotificationInfo: {
|
|
|
5296
5307
|
sender_id?: string | undefined;
|
|
5297
5308
|
content?: string | undefined;
|
|
5298
5309
|
attachment?: string | undefined;
|
|
5299
|
-
|
|
5310
|
+
reference?: string | undefined;
|
|
5300
5311
|
mention?: string | undefined;
|
|
5301
5312
|
reaction?: string | undefined;
|
|
5302
5313
|
repliers?: string[] | undefined;
|
|
@@ -5337,7 +5348,7 @@ export declare const NotificationInfo: {
|
|
|
5337
5348
|
sender_id?: string | undefined;
|
|
5338
5349
|
content?: string | undefined;
|
|
5339
5350
|
attachment?: string | undefined;
|
|
5340
|
-
|
|
5351
|
+
reference?: string | undefined;
|
|
5341
5352
|
mention?: string | undefined;
|
|
5342
5353
|
reaction?: string | undefined;
|
|
5343
5354
|
repliers?: string[] | undefined;
|
|
@@ -5347,7 +5358,7 @@ export declare const NotificationInfo: {
|
|
|
5347
5358
|
sender_id?: string | undefined;
|
|
5348
5359
|
content?: string | undefined;
|
|
5349
5360
|
attachment?: string | undefined;
|
|
5350
|
-
|
|
5361
|
+
reference?: string | undefined;
|
|
5351
5362
|
mention?: string | undefined;
|
|
5352
5363
|
reaction?: string | undefined;
|
|
5353
5364
|
repliers?: (string[] & string[] & { [K_15 in Exclude<keyof I_1["channel"]["last_sent_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
@@ -5358,7 +5369,7 @@ export declare const NotificationInfo: {
|
|
|
5358
5369
|
sender_id?: string | undefined;
|
|
5359
5370
|
content?: string | undefined;
|
|
5360
5371
|
attachment?: string | undefined;
|
|
5361
|
-
|
|
5372
|
+
reference?: string | undefined;
|
|
5362
5373
|
mention?: string | undefined;
|
|
5363
5374
|
reaction?: string | undefined;
|
|
5364
5375
|
repliers?: string[] | undefined;
|
|
@@ -5368,7 +5379,7 @@ export declare const NotificationInfo: {
|
|
|
5368
5379
|
sender_id?: string | undefined;
|
|
5369
5380
|
content?: string | undefined;
|
|
5370
5381
|
attachment?: string | undefined;
|
|
5371
|
-
|
|
5382
|
+
reference?: string | undefined;
|
|
5372
5383
|
mention?: string | undefined;
|
|
5373
5384
|
reaction?: string | undefined;
|
|
5374
5385
|
repliers?: (string[] & string[] & { [K_17 in Exclude<keyof I_1["channel"]["last_seen_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
@@ -5623,7 +5634,7 @@ export declare const ChannelMessageList: {
|
|
|
5623
5634
|
sender_id?: string | undefined;
|
|
5624
5635
|
content?: string | undefined;
|
|
5625
5636
|
attachment?: string | undefined;
|
|
5626
|
-
|
|
5637
|
+
reference?: string | undefined;
|
|
5627
5638
|
mention?: string | undefined;
|
|
5628
5639
|
reaction?: string | undefined;
|
|
5629
5640
|
repliers?: string[] | undefined;
|
|
@@ -5634,7 +5645,7 @@ export declare const ChannelMessageList: {
|
|
|
5634
5645
|
sender_id?: string | undefined;
|
|
5635
5646
|
content?: string | undefined;
|
|
5636
5647
|
attachment?: string | undefined;
|
|
5637
|
-
|
|
5648
|
+
reference?: string | undefined;
|
|
5638
5649
|
mention?: string | undefined;
|
|
5639
5650
|
reaction?: string | undefined;
|
|
5640
5651
|
repliers?: string[] | undefined;
|
|
@@ -5759,7 +5770,7 @@ export declare const ChannelMessageList: {
|
|
|
5759
5770
|
sender_id?: string | undefined;
|
|
5760
5771
|
content?: string | undefined;
|
|
5761
5772
|
attachment?: string | undefined;
|
|
5762
|
-
|
|
5773
|
+
reference?: string | undefined;
|
|
5763
5774
|
mention?: string | undefined;
|
|
5764
5775
|
reaction?: string | undefined;
|
|
5765
5776
|
repliers?: string[] | undefined;
|
|
@@ -5769,7 +5780,7 @@ export declare const ChannelMessageList: {
|
|
|
5769
5780
|
sender_id?: string | undefined;
|
|
5770
5781
|
content?: string | undefined;
|
|
5771
5782
|
attachment?: string | undefined;
|
|
5772
|
-
|
|
5783
|
+
reference?: string | undefined;
|
|
5773
5784
|
mention?: string | undefined;
|
|
5774
5785
|
reaction?: string | undefined;
|
|
5775
5786
|
repliers?: (string[] & string[] & { [K_2 in Exclude<keyof I["last_seen_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
@@ -5780,7 +5791,7 @@ export declare const ChannelMessageList: {
|
|
|
5780
5791
|
sender_id?: string | undefined;
|
|
5781
5792
|
content?: string | undefined;
|
|
5782
5793
|
attachment?: string | undefined;
|
|
5783
|
-
|
|
5794
|
+
reference?: string | undefined;
|
|
5784
5795
|
mention?: string | undefined;
|
|
5785
5796
|
reaction?: string | undefined;
|
|
5786
5797
|
repliers?: string[] | undefined;
|
|
@@ -5790,7 +5801,7 @@ export declare const ChannelMessageList: {
|
|
|
5790
5801
|
sender_id?: string | undefined;
|
|
5791
5802
|
content?: string | undefined;
|
|
5792
5803
|
attachment?: string | undefined;
|
|
5793
|
-
|
|
5804
|
+
reference?: string | undefined;
|
|
5794
5805
|
mention?: string | undefined;
|
|
5795
5806
|
reaction?: string | undefined;
|
|
5796
5807
|
repliers?: (string[] & string[] & { [K_4 in Exclude<keyof I["last_sent_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
@@ -5832,7 +5843,7 @@ export declare const ChannelMessageList: {
|
|
|
5832
5843
|
sender_id?: string | undefined;
|
|
5833
5844
|
content?: string | undefined;
|
|
5834
5845
|
attachment?: string | undefined;
|
|
5835
|
-
|
|
5846
|
+
reference?: string | undefined;
|
|
5836
5847
|
mention?: string | undefined;
|
|
5837
5848
|
reaction?: string | undefined;
|
|
5838
5849
|
repliers?: string[] | undefined;
|
|
@@ -5843,7 +5854,7 @@ export declare const ChannelMessageList: {
|
|
|
5843
5854
|
sender_id?: string | undefined;
|
|
5844
5855
|
content?: string | undefined;
|
|
5845
5856
|
attachment?: string | undefined;
|
|
5846
|
-
|
|
5857
|
+
reference?: string | undefined;
|
|
5847
5858
|
mention?: string | undefined;
|
|
5848
5859
|
reaction?: string | undefined;
|
|
5849
5860
|
repliers?: string[] | undefined;
|
|
@@ -5968,7 +5979,7 @@ export declare const ChannelMessageList: {
|
|
|
5968
5979
|
sender_id?: string | undefined;
|
|
5969
5980
|
content?: string | undefined;
|
|
5970
5981
|
attachment?: string | undefined;
|
|
5971
|
-
|
|
5982
|
+
reference?: string | undefined;
|
|
5972
5983
|
mention?: string | undefined;
|
|
5973
5984
|
reaction?: string | undefined;
|
|
5974
5985
|
repliers?: string[] | undefined;
|
|
@@ -5978,7 +5989,7 @@ export declare const ChannelMessageList: {
|
|
|
5978
5989
|
sender_id?: string | undefined;
|
|
5979
5990
|
content?: string | undefined;
|
|
5980
5991
|
attachment?: string | undefined;
|
|
5981
|
-
|
|
5992
|
+
reference?: string | undefined;
|
|
5982
5993
|
mention?: string | undefined;
|
|
5983
5994
|
reaction?: string | undefined;
|
|
5984
5995
|
repliers?: (string[] & string[] & { [K_9 in Exclude<keyof I_1["last_seen_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
@@ -5989,7 +6000,7 @@ export declare const ChannelMessageList: {
|
|
|
5989
6000
|
sender_id?: string | undefined;
|
|
5990
6001
|
content?: string | undefined;
|
|
5991
6002
|
attachment?: string | undefined;
|
|
5992
|
-
|
|
6003
|
+
reference?: string | undefined;
|
|
5993
6004
|
mention?: string | undefined;
|
|
5994
6005
|
reaction?: string | undefined;
|
|
5995
6006
|
repliers?: string[] | undefined;
|
|
@@ -5999,7 +6010,7 @@ export declare const ChannelMessageList: {
|
|
|
5999
6010
|
sender_id?: string | undefined;
|
|
6000
6011
|
content?: string | undefined;
|
|
6001
6012
|
attachment?: string | undefined;
|
|
6002
|
-
|
|
6013
|
+
reference?: string | undefined;
|
|
6003
6014
|
mention?: string | undefined;
|
|
6004
6015
|
reaction?: string | undefined;
|
|
6005
6016
|
repliers?: (string[] & string[] & { [K_11 in Exclude<keyof I_1["last_sent_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
@@ -8919,7 +8930,7 @@ export declare const Notification: {
|
|
|
8919
8930
|
sender_id?: string | undefined;
|
|
8920
8931
|
content?: string | undefined;
|
|
8921
8932
|
attachment?: string | undefined;
|
|
8922
|
-
|
|
8933
|
+
reference?: string | undefined;
|
|
8923
8934
|
mention?: string | undefined;
|
|
8924
8935
|
reaction?: string | undefined;
|
|
8925
8936
|
repliers?: string[] | undefined;
|
|
@@ -8930,7 +8941,7 @@ export declare const Notification: {
|
|
|
8930
8941
|
sender_id?: string | undefined;
|
|
8931
8942
|
content?: string | undefined;
|
|
8932
8943
|
attachment?: string | undefined;
|
|
8933
|
-
|
|
8944
|
+
reference?: string | undefined;
|
|
8934
8945
|
mention?: string | undefined;
|
|
8935
8946
|
reaction?: string | undefined;
|
|
8936
8947
|
repliers?: string[] | undefined;
|
|
@@ -8986,7 +8997,7 @@ export declare const Notification: {
|
|
|
8986
8997
|
sender_id?: string | undefined;
|
|
8987
8998
|
content?: string | undefined;
|
|
8988
8999
|
attachment?: string | undefined;
|
|
8989
|
-
|
|
9000
|
+
reference?: string | undefined;
|
|
8990
9001
|
mention?: string | undefined;
|
|
8991
9002
|
reaction?: string | undefined;
|
|
8992
9003
|
repliers?: string[] | undefined;
|
|
@@ -8997,7 +9008,7 @@ export declare const Notification: {
|
|
|
8997
9008
|
sender_id?: string | undefined;
|
|
8998
9009
|
content?: string | undefined;
|
|
8999
9010
|
attachment?: string | undefined;
|
|
9000
|
-
|
|
9011
|
+
reference?: string | undefined;
|
|
9001
9012
|
mention?: string | undefined;
|
|
9002
9013
|
reaction?: string | undefined;
|
|
9003
9014
|
repliers?: string[] | undefined;
|
|
@@ -9038,7 +9049,7 @@ export declare const Notification: {
|
|
|
9038
9049
|
sender_id?: string | undefined;
|
|
9039
9050
|
content?: string | undefined;
|
|
9040
9051
|
attachment?: string | undefined;
|
|
9041
|
-
|
|
9052
|
+
reference?: string | undefined;
|
|
9042
9053
|
mention?: string | undefined;
|
|
9043
9054
|
reaction?: string | undefined;
|
|
9044
9055
|
repliers?: string[] | undefined;
|
|
@@ -9048,7 +9059,7 @@ export declare const Notification: {
|
|
|
9048
9059
|
sender_id?: string | undefined;
|
|
9049
9060
|
content?: string | undefined;
|
|
9050
9061
|
attachment?: string | undefined;
|
|
9051
|
-
|
|
9062
|
+
reference?: string | undefined;
|
|
9052
9063
|
mention?: string | undefined;
|
|
9053
9064
|
reaction?: string | undefined;
|
|
9054
9065
|
repliers?: (string[] & string[] & { [K_2 in Exclude<keyof I["channel"]["last_sent_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
@@ -9059,7 +9070,7 @@ export declare const Notification: {
|
|
|
9059
9070
|
sender_id?: string | undefined;
|
|
9060
9071
|
content?: string | undefined;
|
|
9061
9072
|
attachment?: string | undefined;
|
|
9062
|
-
|
|
9073
|
+
reference?: string | undefined;
|
|
9063
9074
|
mention?: string | undefined;
|
|
9064
9075
|
reaction?: string | undefined;
|
|
9065
9076
|
repliers?: string[] | undefined;
|
|
@@ -9069,7 +9080,7 @@ export declare const Notification: {
|
|
|
9069
9080
|
sender_id?: string | undefined;
|
|
9070
9081
|
content?: string | undefined;
|
|
9071
9082
|
attachment?: string | undefined;
|
|
9072
|
-
|
|
9083
|
+
reference?: string | undefined;
|
|
9073
9084
|
mention?: string | undefined;
|
|
9074
9085
|
reaction?: string | undefined;
|
|
9075
9086
|
repliers?: (string[] & string[] & { [K_4 in Exclude<keyof I["channel"]["last_seen_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
@@ -9126,7 +9137,7 @@ export declare const Notification: {
|
|
|
9126
9137
|
sender_id?: string | undefined;
|
|
9127
9138
|
content?: string | undefined;
|
|
9128
9139
|
attachment?: string | undefined;
|
|
9129
|
-
|
|
9140
|
+
reference?: string | undefined;
|
|
9130
9141
|
mention?: string | undefined;
|
|
9131
9142
|
reaction?: string | undefined;
|
|
9132
9143
|
repliers?: string[] | undefined;
|
|
@@ -9137,7 +9148,7 @@ export declare const Notification: {
|
|
|
9137
9148
|
sender_id?: string | undefined;
|
|
9138
9149
|
content?: string | undefined;
|
|
9139
9150
|
attachment?: string | undefined;
|
|
9140
|
-
|
|
9151
|
+
reference?: string | undefined;
|
|
9141
9152
|
mention?: string | undefined;
|
|
9142
9153
|
reaction?: string | undefined;
|
|
9143
9154
|
repliers?: string[] | undefined;
|
|
@@ -9193,7 +9204,7 @@ export declare const Notification: {
|
|
|
9193
9204
|
sender_id?: string | undefined;
|
|
9194
9205
|
content?: string | undefined;
|
|
9195
9206
|
attachment?: string | undefined;
|
|
9196
|
-
|
|
9207
|
+
reference?: string | undefined;
|
|
9197
9208
|
mention?: string | undefined;
|
|
9198
9209
|
reaction?: string | undefined;
|
|
9199
9210
|
repliers?: string[] | undefined;
|
|
@@ -9204,7 +9215,7 @@ export declare const Notification: {
|
|
|
9204
9215
|
sender_id?: string | undefined;
|
|
9205
9216
|
content?: string | undefined;
|
|
9206
9217
|
attachment?: string | undefined;
|
|
9207
|
-
|
|
9218
|
+
reference?: string | undefined;
|
|
9208
9219
|
mention?: string | undefined;
|
|
9209
9220
|
reaction?: string | undefined;
|
|
9210
9221
|
repliers?: string[] | undefined;
|
|
@@ -9245,7 +9256,7 @@ export declare const Notification: {
|
|
|
9245
9256
|
sender_id?: string | undefined;
|
|
9246
9257
|
content?: string | undefined;
|
|
9247
9258
|
attachment?: string | undefined;
|
|
9248
|
-
|
|
9259
|
+
reference?: string | undefined;
|
|
9249
9260
|
mention?: string | undefined;
|
|
9250
9261
|
reaction?: string | undefined;
|
|
9251
9262
|
repliers?: string[] | undefined;
|
|
@@ -9255,7 +9266,7 @@ export declare const Notification: {
|
|
|
9255
9266
|
sender_id?: string | undefined;
|
|
9256
9267
|
content?: string | undefined;
|
|
9257
9268
|
attachment?: string | undefined;
|
|
9258
|
-
|
|
9269
|
+
reference?: string | undefined;
|
|
9259
9270
|
mention?: string | undefined;
|
|
9260
9271
|
reaction?: string | undefined;
|
|
9261
9272
|
repliers?: (string[] & string[] & { [K_15 in Exclude<keyof I_1["channel"]["last_sent_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
@@ -9266,7 +9277,7 @@ export declare const Notification: {
|
|
|
9266
9277
|
sender_id?: string | undefined;
|
|
9267
9278
|
content?: string | undefined;
|
|
9268
9279
|
attachment?: string | undefined;
|
|
9269
|
-
|
|
9280
|
+
reference?: string | undefined;
|
|
9270
9281
|
mention?: string | undefined;
|
|
9271
9282
|
reaction?: string | undefined;
|
|
9272
9283
|
repliers?: string[] | undefined;
|
|
@@ -9276,7 +9287,7 @@ export declare const Notification: {
|
|
|
9276
9287
|
sender_id?: string | undefined;
|
|
9277
9288
|
content?: string | undefined;
|
|
9278
9289
|
attachment?: string | undefined;
|
|
9279
|
-
|
|
9290
|
+
reference?: string | undefined;
|
|
9280
9291
|
mention?: string | undefined;
|
|
9281
9292
|
reaction?: string | undefined;
|
|
9282
9293
|
repliers?: (string[] & string[] & { [K_17 in Exclude<keyof I_1["channel"]["last_seen_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
@@ -9420,7 +9431,7 @@ export declare const NotificationList: {
|
|
|
9420
9431
|
sender_id?: string | undefined;
|
|
9421
9432
|
content?: string | undefined;
|
|
9422
9433
|
attachment?: string | undefined;
|
|
9423
|
-
|
|
9434
|
+
reference?: string | undefined;
|
|
9424
9435
|
mention?: string | undefined;
|
|
9425
9436
|
reaction?: string | undefined;
|
|
9426
9437
|
repliers?: string[] | undefined;
|
|
@@ -9431,7 +9442,7 @@ export declare const NotificationList: {
|
|
|
9431
9442
|
sender_id?: string | undefined;
|
|
9432
9443
|
content?: string | undefined;
|
|
9433
9444
|
attachment?: string | undefined;
|
|
9434
|
-
|
|
9445
|
+
reference?: string | undefined;
|
|
9435
9446
|
mention?: string | undefined;
|
|
9436
9447
|
reaction?: string | undefined;
|
|
9437
9448
|
repliers?: string[] | undefined;
|
|
@@ -9490,7 +9501,7 @@ export declare const NotificationList: {
|
|
|
9490
9501
|
sender_id?: string | undefined;
|
|
9491
9502
|
content?: string | undefined;
|
|
9492
9503
|
attachment?: string | undefined;
|
|
9493
|
-
|
|
9504
|
+
reference?: string | undefined;
|
|
9494
9505
|
mention?: string | undefined;
|
|
9495
9506
|
reaction?: string | undefined;
|
|
9496
9507
|
repliers?: string[] | undefined;
|
|
@@ -9501,7 +9512,7 @@ export declare const NotificationList: {
|
|
|
9501
9512
|
sender_id?: string | undefined;
|
|
9502
9513
|
content?: string | undefined;
|
|
9503
9514
|
attachment?: string | undefined;
|
|
9504
|
-
|
|
9515
|
+
reference?: string | undefined;
|
|
9505
9516
|
mention?: string | undefined;
|
|
9506
9517
|
reaction?: string | undefined;
|
|
9507
9518
|
repliers?: string[] | undefined;
|
|
@@ -9557,7 +9568,7 @@ export declare const NotificationList: {
|
|
|
9557
9568
|
sender_id?: string | undefined;
|
|
9558
9569
|
content?: string | undefined;
|
|
9559
9570
|
attachment?: string | undefined;
|
|
9560
|
-
|
|
9571
|
+
reference?: string | undefined;
|
|
9561
9572
|
mention?: string | undefined;
|
|
9562
9573
|
reaction?: string | undefined;
|
|
9563
9574
|
repliers?: string[] | undefined;
|
|
@@ -9568,7 +9579,7 @@ export declare const NotificationList: {
|
|
|
9568
9579
|
sender_id?: string | undefined;
|
|
9569
9580
|
content?: string | undefined;
|
|
9570
9581
|
attachment?: string | undefined;
|
|
9571
|
-
|
|
9582
|
+
reference?: string | undefined;
|
|
9572
9583
|
mention?: string | undefined;
|
|
9573
9584
|
reaction?: string | undefined;
|
|
9574
9585
|
repliers?: string[] | undefined;
|
|
@@ -9624,7 +9635,7 @@ export declare const NotificationList: {
|
|
|
9624
9635
|
sender_id?: string | undefined;
|
|
9625
9636
|
content?: string | undefined;
|
|
9626
9637
|
attachment?: string | undefined;
|
|
9627
|
-
|
|
9638
|
+
reference?: string | undefined;
|
|
9628
9639
|
mention?: string | undefined;
|
|
9629
9640
|
reaction?: string | undefined;
|
|
9630
9641
|
repliers?: string[] | undefined;
|
|
@@ -9635,7 +9646,7 @@ export declare const NotificationList: {
|
|
|
9635
9646
|
sender_id?: string | undefined;
|
|
9636
9647
|
content?: string | undefined;
|
|
9637
9648
|
attachment?: string | undefined;
|
|
9638
|
-
|
|
9649
|
+
reference?: string | undefined;
|
|
9639
9650
|
mention?: string | undefined;
|
|
9640
9651
|
reaction?: string | undefined;
|
|
9641
9652
|
repliers?: string[] | undefined;
|
|
@@ -9676,7 +9687,7 @@ export declare const NotificationList: {
|
|
|
9676
9687
|
sender_id?: string | undefined;
|
|
9677
9688
|
content?: string | undefined;
|
|
9678
9689
|
attachment?: string | undefined;
|
|
9679
|
-
|
|
9690
|
+
reference?: string | undefined;
|
|
9680
9691
|
mention?: string | undefined;
|
|
9681
9692
|
reaction?: string | undefined;
|
|
9682
9693
|
repliers?: string[] | undefined;
|
|
@@ -9686,7 +9697,7 @@ export declare const NotificationList: {
|
|
|
9686
9697
|
sender_id?: string | undefined;
|
|
9687
9698
|
content?: string | undefined;
|
|
9688
9699
|
attachment?: string | undefined;
|
|
9689
|
-
|
|
9700
|
+
reference?: string | undefined;
|
|
9690
9701
|
mention?: string | undefined;
|
|
9691
9702
|
reaction?: string | undefined;
|
|
9692
9703
|
repliers?: (string[] & string[] & { [K_2 in Exclude<keyof I["notifications"][number]["channel"]["last_sent_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
@@ -9697,7 +9708,7 @@ export declare const NotificationList: {
|
|
|
9697
9708
|
sender_id?: string | undefined;
|
|
9698
9709
|
content?: string | undefined;
|
|
9699
9710
|
attachment?: string | undefined;
|
|
9700
|
-
|
|
9711
|
+
reference?: string | undefined;
|
|
9701
9712
|
mention?: string | undefined;
|
|
9702
9713
|
reaction?: string | undefined;
|
|
9703
9714
|
repliers?: string[] | undefined;
|
|
@@ -9707,7 +9718,7 @@ export declare const NotificationList: {
|
|
|
9707
9718
|
sender_id?: string | undefined;
|
|
9708
9719
|
content?: string | undefined;
|
|
9709
9720
|
attachment?: string | undefined;
|
|
9710
|
-
|
|
9721
|
+
reference?: string | undefined;
|
|
9711
9722
|
mention?: string | undefined;
|
|
9712
9723
|
reaction?: string | undefined;
|
|
9713
9724
|
repliers?: (string[] & string[] & { [K_4 in Exclude<keyof I["notifications"][number]["channel"]["last_seen_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
@@ -9763,7 +9774,7 @@ export declare const NotificationList: {
|
|
|
9763
9774
|
sender_id?: string | undefined;
|
|
9764
9775
|
content?: string | undefined;
|
|
9765
9776
|
attachment?: string | undefined;
|
|
9766
|
-
|
|
9777
|
+
reference?: string | undefined;
|
|
9767
9778
|
mention?: string | undefined;
|
|
9768
9779
|
reaction?: string | undefined;
|
|
9769
9780
|
repliers?: string[] | undefined;
|
|
@@ -9774,7 +9785,7 @@ export declare const NotificationList: {
|
|
|
9774
9785
|
sender_id?: string | undefined;
|
|
9775
9786
|
content?: string | undefined;
|
|
9776
9787
|
attachment?: string | undefined;
|
|
9777
|
-
|
|
9788
|
+
reference?: string | undefined;
|
|
9778
9789
|
mention?: string | undefined;
|
|
9779
9790
|
reaction?: string | undefined;
|
|
9780
9791
|
repliers?: string[] | undefined;
|
|
@@ -9834,7 +9845,7 @@ export declare const NotificationList: {
|
|
|
9834
9845
|
sender_id?: string | undefined;
|
|
9835
9846
|
content?: string | undefined;
|
|
9836
9847
|
attachment?: string | undefined;
|
|
9837
|
-
|
|
9848
|
+
reference?: string | undefined;
|
|
9838
9849
|
mention?: string | undefined;
|
|
9839
9850
|
reaction?: string | undefined;
|
|
9840
9851
|
repliers?: string[] | undefined;
|
|
@@ -9845,7 +9856,7 @@ export declare const NotificationList: {
|
|
|
9845
9856
|
sender_id?: string | undefined;
|
|
9846
9857
|
content?: string | undefined;
|
|
9847
9858
|
attachment?: string | undefined;
|
|
9848
|
-
|
|
9859
|
+
reference?: string | undefined;
|
|
9849
9860
|
mention?: string | undefined;
|
|
9850
9861
|
reaction?: string | undefined;
|
|
9851
9862
|
repliers?: string[] | undefined;
|
|
@@ -9904,7 +9915,7 @@ export declare const NotificationList: {
|
|
|
9904
9915
|
sender_id?: string | undefined;
|
|
9905
9916
|
content?: string | undefined;
|
|
9906
9917
|
attachment?: string | undefined;
|
|
9907
|
-
|
|
9918
|
+
reference?: string | undefined;
|
|
9908
9919
|
mention?: string | undefined;
|
|
9909
9920
|
reaction?: string | undefined;
|
|
9910
9921
|
repliers?: string[] | undefined;
|
|
@@ -9915,7 +9926,7 @@ export declare const NotificationList: {
|
|
|
9915
9926
|
sender_id?: string | undefined;
|
|
9916
9927
|
content?: string | undefined;
|
|
9917
9928
|
attachment?: string | undefined;
|
|
9918
|
-
|
|
9929
|
+
reference?: string | undefined;
|
|
9919
9930
|
mention?: string | undefined;
|
|
9920
9931
|
reaction?: string | undefined;
|
|
9921
9932
|
repliers?: string[] | undefined;
|
|
@@ -9971,7 +9982,7 @@ export declare const NotificationList: {
|
|
|
9971
9982
|
sender_id?: string | undefined;
|
|
9972
9983
|
content?: string | undefined;
|
|
9973
9984
|
attachment?: string | undefined;
|
|
9974
|
-
|
|
9985
|
+
reference?: string | undefined;
|
|
9975
9986
|
mention?: string | undefined;
|
|
9976
9987
|
reaction?: string | undefined;
|
|
9977
9988
|
repliers?: string[] | undefined;
|
|
@@ -9982,7 +9993,7 @@ export declare const NotificationList: {
|
|
|
9982
9993
|
sender_id?: string | undefined;
|
|
9983
9994
|
content?: string | undefined;
|
|
9984
9995
|
attachment?: string | undefined;
|
|
9985
|
-
|
|
9996
|
+
reference?: string | undefined;
|
|
9986
9997
|
mention?: string | undefined;
|
|
9987
9998
|
reaction?: string | undefined;
|
|
9988
9999
|
repliers?: string[] | undefined;
|
|
@@ -10038,7 +10049,7 @@ export declare const NotificationList: {
|
|
|
10038
10049
|
sender_id?: string | undefined;
|
|
10039
10050
|
content?: string | undefined;
|
|
10040
10051
|
attachment?: string | undefined;
|
|
10041
|
-
|
|
10052
|
+
reference?: string | undefined;
|
|
10042
10053
|
mention?: string | undefined;
|
|
10043
10054
|
reaction?: string | undefined;
|
|
10044
10055
|
repliers?: string[] | undefined;
|
|
@@ -10049,7 +10060,7 @@ export declare const NotificationList: {
|
|
|
10049
10060
|
sender_id?: string | undefined;
|
|
10050
10061
|
content?: string | undefined;
|
|
10051
10062
|
attachment?: string | undefined;
|
|
10052
|
-
|
|
10063
|
+
reference?: string | undefined;
|
|
10053
10064
|
mention?: string | undefined;
|
|
10054
10065
|
reaction?: string | undefined;
|
|
10055
10066
|
repliers?: string[] | undefined;
|
|
@@ -10090,7 +10101,7 @@ export declare const NotificationList: {
|
|
|
10090
10101
|
sender_id?: string | undefined;
|
|
10091
10102
|
content?: string | undefined;
|
|
10092
10103
|
attachment?: string | undefined;
|
|
10093
|
-
|
|
10104
|
+
reference?: string | undefined;
|
|
10094
10105
|
mention?: string | undefined;
|
|
10095
10106
|
reaction?: string | undefined;
|
|
10096
10107
|
repliers?: string[] | undefined;
|
|
@@ -10100,7 +10111,7 @@ export declare const NotificationList: {
|
|
|
10100
10111
|
sender_id?: string | undefined;
|
|
10101
10112
|
content?: string | undefined;
|
|
10102
10113
|
attachment?: string | undefined;
|
|
10103
|
-
|
|
10114
|
+
reference?: string | undefined;
|
|
10104
10115
|
mention?: string | undefined;
|
|
10105
10116
|
reaction?: string | undefined;
|
|
10106
10117
|
repliers?: (string[] & string[] & { [K_17 in Exclude<keyof I_1["notifications"][number]["channel"]["last_sent_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
@@ -10111,7 +10122,7 @@ export declare const NotificationList: {
|
|
|
10111
10122
|
sender_id?: string | undefined;
|
|
10112
10123
|
content?: string | undefined;
|
|
10113
10124
|
attachment?: string | undefined;
|
|
10114
|
-
|
|
10125
|
+
reference?: string | undefined;
|
|
10115
10126
|
mention?: string | undefined;
|
|
10116
10127
|
reaction?: string | undefined;
|
|
10117
10128
|
repliers?: string[] | undefined;
|
|
@@ -10121,7 +10132,7 @@ export declare const NotificationList: {
|
|
|
10121
10132
|
sender_id?: string | undefined;
|
|
10122
10133
|
content?: string | undefined;
|
|
10123
10134
|
attachment?: string | undefined;
|
|
10124
|
-
|
|
10135
|
+
reference?: string | undefined;
|
|
10125
10136
|
mention?: string | undefined;
|
|
10126
10137
|
reaction?: string | undefined;
|
|
10127
10138
|
repliers?: (string[] & string[] & { [K_19 in Exclude<keyof I_1["notifications"][number]["channel"]["last_seen_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
@@ -10177,7 +10188,7 @@ export declare const NotificationList: {
|
|
|
10177
10188
|
sender_id?: string | undefined;
|
|
10178
10189
|
content?: string | undefined;
|
|
10179
10190
|
attachment?: string | undefined;
|
|
10180
|
-
|
|
10191
|
+
reference?: string | undefined;
|
|
10181
10192
|
mention?: string | undefined;
|
|
10182
10193
|
reaction?: string | undefined;
|
|
10183
10194
|
repliers?: string[] | undefined;
|
|
@@ -10188,7 +10199,7 @@ export declare const NotificationList: {
|
|
|
10188
10199
|
sender_id?: string | undefined;
|
|
10189
10200
|
content?: string | undefined;
|
|
10190
10201
|
attachment?: string | undefined;
|
|
10191
|
-
|
|
10202
|
+
reference?: string | undefined;
|
|
10192
10203
|
mention?: string | undefined;
|
|
10193
10204
|
reaction?: string | undefined;
|
|
10194
10205
|
repliers?: string[] | undefined;
|
|
@@ -11534,7 +11545,7 @@ export declare const InviteUserRes: {
|
|
|
11534
11545
|
sender_id?: string | undefined;
|
|
11535
11546
|
content?: string | undefined;
|
|
11536
11547
|
attachment?: string | undefined;
|
|
11537
|
-
|
|
11548
|
+
reference?: string | undefined;
|
|
11538
11549
|
mention?: string | undefined;
|
|
11539
11550
|
reaction?: string | undefined;
|
|
11540
11551
|
repliers?: string[] | undefined;
|
|
@@ -11545,7 +11556,7 @@ export declare const InviteUserRes: {
|
|
|
11545
11556
|
sender_id?: string | undefined;
|
|
11546
11557
|
content?: string | undefined;
|
|
11547
11558
|
attachment?: string | undefined;
|
|
11548
|
-
|
|
11559
|
+
reference?: string | undefined;
|
|
11549
11560
|
mention?: string | undefined;
|
|
11550
11561
|
reaction?: string | undefined;
|
|
11551
11562
|
repliers?: string[] | undefined;
|
|
@@ -11594,7 +11605,7 @@ export declare const InviteUserRes: {
|
|
|
11594
11605
|
sender_id?: string | undefined;
|
|
11595
11606
|
content?: string | undefined;
|
|
11596
11607
|
attachment?: string | undefined;
|
|
11597
|
-
|
|
11608
|
+
reference?: string | undefined;
|
|
11598
11609
|
mention?: string | undefined;
|
|
11599
11610
|
reaction?: string | undefined;
|
|
11600
11611
|
repliers?: string[] | undefined;
|
|
@@ -11605,7 +11616,7 @@ export declare const InviteUserRes: {
|
|
|
11605
11616
|
sender_id?: string | undefined;
|
|
11606
11617
|
content?: string | undefined;
|
|
11607
11618
|
attachment?: string | undefined;
|
|
11608
|
-
|
|
11619
|
+
reference?: string | undefined;
|
|
11609
11620
|
mention?: string | undefined;
|
|
11610
11621
|
reaction?: string | undefined;
|
|
11611
11622
|
repliers?: string[] | undefined;
|
|
@@ -11646,7 +11657,7 @@ export declare const InviteUserRes: {
|
|
|
11646
11657
|
sender_id?: string | undefined;
|
|
11647
11658
|
content?: string | undefined;
|
|
11648
11659
|
attachment?: string | undefined;
|
|
11649
|
-
|
|
11660
|
+
reference?: string | undefined;
|
|
11650
11661
|
mention?: string | undefined;
|
|
11651
11662
|
reaction?: string | undefined;
|
|
11652
11663
|
repliers?: string[] | undefined;
|
|
@@ -11656,7 +11667,7 @@ export declare const InviteUserRes: {
|
|
|
11656
11667
|
sender_id?: string | undefined;
|
|
11657
11668
|
content?: string | undefined;
|
|
11658
11669
|
attachment?: string | undefined;
|
|
11659
|
-
|
|
11670
|
+
reference?: string | undefined;
|
|
11660
11671
|
mention?: string | undefined;
|
|
11661
11672
|
reaction?: string | undefined;
|
|
11662
11673
|
repliers?: (string[] & string[] & { [K_2 in Exclude<keyof I["channel_desc"]["last_sent_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
@@ -11667,7 +11678,7 @@ export declare const InviteUserRes: {
|
|
|
11667
11678
|
sender_id?: string | undefined;
|
|
11668
11679
|
content?: string | undefined;
|
|
11669
11680
|
attachment?: string | undefined;
|
|
11670
|
-
|
|
11681
|
+
reference?: string | undefined;
|
|
11671
11682
|
mention?: string | undefined;
|
|
11672
11683
|
reaction?: string | undefined;
|
|
11673
11684
|
repliers?: string[] | undefined;
|
|
@@ -11677,7 +11688,7 @@ export declare const InviteUserRes: {
|
|
|
11677
11688
|
sender_id?: string | undefined;
|
|
11678
11689
|
content?: string | undefined;
|
|
11679
11690
|
attachment?: string | undefined;
|
|
11680
|
-
|
|
11691
|
+
reference?: string | undefined;
|
|
11681
11692
|
mention?: string | undefined;
|
|
11682
11693
|
reaction?: string | undefined;
|
|
11683
11694
|
repliers?: (string[] & string[] & { [K_4 in Exclude<keyof I["channel_desc"]["last_seen_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
@@ -11727,7 +11738,7 @@ export declare const InviteUserRes: {
|
|
|
11727
11738
|
sender_id?: string | undefined;
|
|
11728
11739
|
content?: string | undefined;
|
|
11729
11740
|
attachment?: string | undefined;
|
|
11730
|
-
|
|
11741
|
+
reference?: string | undefined;
|
|
11731
11742
|
mention?: string | undefined;
|
|
11732
11743
|
reaction?: string | undefined;
|
|
11733
11744
|
repliers?: string[] | undefined;
|
|
@@ -11738,7 +11749,7 @@ export declare const InviteUserRes: {
|
|
|
11738
11749
|
sender_id?: string | undefined;
|
|
11739
11750
|
content?: string | undefined;
|
|
11740
11751
|
attachment?: string | undefined;
|
|
11741
|
-
|
|
11752
|
+
reference?: string | undefined;
|
|
11742
11753
|
mention?: string | undefined;
|
|
11743
11754
|
reaction?: string | undefined;
|
|
11744
11755
|
repliers?: string[] | undefined;
|
|
@@ -11787,7 +11798,7 @@ export declare const InviteUserRes: {
|
|
|
11787
11798
|
sender_id?: string | undefined;
|
|
11788
11799
|
content?: string | undefined;
|
|
11789
11800
|
attachment?: string | undefined;
|
|
11790
|
-
|
|
11801
|
+
reference?: string | undefined;
|
|
11791
11802
|
mention?: string | undefined;
|
|
11792
11803
|
reaction?: string | undefined;
|
|
11793
11804
|
repliers?: string[] | undefined;
|
|
@@ -11798,7 +11809,7 @@ export declare const InviteUserRes: {
|
|
|
11798
11809
|
sender_id?: string | undefined;
|
|
11799
11810
|
content?: string | undefined;
|
|
11800
11811
|
attachment?: string | undefined;
|
|
11801
|
-
|
|
11812
|
+
reference?: string | undefined;
|
|
11802
11813
|
mention?: string | undefined;
|
|
11803
11814
|
reaction?: string | undefined;
|
|
11804
11815
|
repliers?: string[] | undefined;
|
|
@@ -11839,7 +11850,7 @@ export declare const InviteUserRes: {
|
|
|
11839
11850
|
sender_id?: string | undefined;
|
|
11840
11851
|
content?: string | undefined;
|
|
11841
11852
|
attachment?: string | undefined;
|
|
11842
|
-
|
|
11853
|
+
reference?: string | undefined;
|
|
11843
11854
|
mention?: string | undefined;
|
|
11844
11855
|
reaction?: string | undefined;
|
|
11845
11856
|
repliers?: string[] | undefined;
|
|
@@ -11849,7 +11860,7 @@ export declare const InviteUserRes: {
|
|
|
11849
11860
|
sender_id?: string | undefined;
|
|
11850
11861
|
content?: string | undefined;
|
|
11851
11862
|
attachment?: string | undefined;
|
|
11852
|
-
|
|
11863
|
+
reference?: string | undefined;
|
|
11853
11864
|
mention?: string | undefined;
|
|
11854
11865
|
reaction?: string | undefined;
|
|
11855
11866
|
repliers?: (string[] & string[] & { [K_15 in Exclude<keyof I_1["channel_desc"]["last_sent_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
@@ -11860,7 +11871,7 @@ export declare const InviteUserRes: {
|
|
|
11860
11871
|
sender_id?: string | undefined;
|
|
11861
11872
|
content?: string | undefined;
|
|
11862
11873
|
attachment?: string | undefined;
|
|
11863
|
-
|
|
11874
|
+
reference?: string | undefined;
|
|
11864
11875
|
mention?: string | undefined;
|
|
11865
11876
|
reaction?: string | undefined;
|
|
11866
11877
|
repliers?: string[] | undefined;
|
|
@@ -11870,7 +11881,7 @@ export declare const InviteUserRes: {
|
|
|
11870
11881
|
sender_id?: string | undefined;
|
|
11871
11882
|
content?: string | undefined;
|
|
11872
11883
|
attachment?: string | undefined;
|
|
11873
|
-
|
|
11884
|
+
reference?: string | undefined;
|
|
11874
11885
|
mention?: string | undefined;
|
|
11875
11886
|
reaction?: string | undefined;
|
|
11876
11887
|
repliers?: (string[] & string[] & { [K_17 in Exclude<keyof I_1["channel_desc"]["last_seen_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
@@ -12417,7 +12428,7 @@ export declare const ChannelMessageHeader: {
|
|
|
12417
12428
|
sender_id?: string | undefined;
|
|
12418
12429
|
content?: string | undefined;
|
|
12419
12430
|
attachment?: string | undefined;
|
|
12420
|
-
|
|
12431
|
+
reference?: string | undefined;
|
|
12421
12432
|
mention?: string | undefined;
|
|
12422
12433
|
reaction?: string | undefined;
|
|
12423
12434
|
repliers?: string[] | undefined;
|
|
@@ -12427,7 +12438,7 @@ export declare const ChannelMessageHeader: {
|
|
|
12427
12438
|
sender_id?: string | undefined;
|
|
12428
12439
|
content?: string | undefined;
|
|
12429
12440
|
attachment?: string | undefined;
|
|
12430
|
-
|
|
12441
|
+
reference?: string | undefined;
|
|
12431
12442
|
mention?: string | undefined;
|
|
12432
12443
|
reaction?: string | undefined;
|
|
12433
12444
|
repliers?: (string[] & string[] & { [K in Exclude<keyof I["repliers"], keyof string[]>]: never; }) | undefined;
|
|
@@ -12438,7 +12449,7 @@ export declare const ChannelMessageHeader: {
|
|
|
12438
12449
|
sender_id?: string | undefined;
|
|
12439
12450
|
content?: string | undefined;
|
|
12440
12451
|
attachment?: string | undefined;
|
|
12441
|
-
|
|
12452
|
+
reference?: string | undefined;
|
|
12442
12453
|
mention?: string | undefined;
|
|
12443
12454
|
reaction?: string | undefined;
|
|
12444
12455
|
repliers?: string[] | undefined;
|
|
@@ -12448,7 +12459,7 @@ export declare const ChannelMessageHeader: {
|
|
|
12448
12459
|
sender_id?: string | undefined;
|
|
12449
12460
|
content?: string | undefined;
|
|
12450
12461
|
attachment?: string | undefined;
|
|
12451
|
-
|
|
12462
|
+
reference?: string | undefined;
|
|
12452
12463
|
mention?: string | undefined;
|
|
12453
12464
|
reaction?: string | undefined;
|
|
12454
12465
|
repliers?: (string[] & string[] & { [K_2 in Exclude<keyof I_1["repliers"], keyof string[]>]: never; }) | undefined;
|
|
@@ -12477,7 +12488,7 @@ export declare const ChannelDescription: {
|
|
|
12477
12488
|
sender_id?: string | undefined;
|
|
12478
12489
|
content?: string | undefined;
|
|
12479
12490
|
attachment?: string | undefined;
|
|
12480
|
-
|
|
12491
|
+
reference?: string | undefined;
|
|
12481
12492
|
mention?: string | undefined;
|
|
12482
12493
|
reaction?: string | undefined;
|
|
12483
12494
|
repliers?: string[] | undefined;
|
|
@@ -12488,7 +12499,7 @@ export declare const ChannelDescription: {
|
|
|
12488
12499
|
sender_id?: string | undefined;
|
|
12489
12500
|
content?: string | undefined;
|
|
12490
12501
|
attachment?: string | undefined;
|
|
12491
|
-
|
|
12502
|
+
reference?: string | undefined;
|
|
12492
12503
|
mention?: string | undefined;
|
|
12493
12504
|
reaction?: string | undefined;
|
|
12494
12505
|
repliers?: string[] | undefined;
|
|
@@ -12529,7 +12540,7 @@ export declare const ChannelDescription: {
|
|
|
12529
12540
|
sender_id?: string | undefined;
|
|
12530
12541
|
content?: string | undefined;
|
|
12531
12542
|
attachment?: string | undefined;
|
|
12532
|
-
|
|
12543
|
+
reference?: string | undefined;
|
|
12533
12544
|
mention?: string | undefined;
|
|
12534
12545
|
reaction?: string | undefined;
|
|
12535
12546
|
repliers?: string[] | undefined;
|
|
@@ -12539,7 +12550,7 @@ export declare const ChannelDescription: {
|
|
|
12539
12550
|
sender_id?: string | undefined;
|
|
12540
12551
|
content?: string | undefined;
|
|
12541
12552
|
attachment?: string | undefined;
|
|
12542
|
-
|
|
12553
|
+
reference?: string | undefined;
|
|
12543
12554
|
mention?: string | undefined;
|
|
12544
12555
|
reaction?: string | undefined;
|
|
12545
12556
|
repliers?: (string[] & string[] & { [K_2 in Exclude<keyof I["last_sent_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
@@ -12550,7 +12561,7 @@ export declare const ChannelDescription: {
|
|
|
12550
12561
|
sender_id?: string | undefined;
|
|
12551
12562
|
content?: string | undefined;
|
|
12552
12563
|
attachment?: string | undefined;
|
|
12553
|
-
|
|
12564
|
+
reference?: string | undefined;
|
|
12554
12565
|
mention?: string | undefined;
|
|
12555
12566
|
reaction?: string | undefined;
|
|
12556
12567
|
repliers?: string[] | undefined;
|
|
@@ -12560,7 +12571,7 @@ export declare const ChannelDescription: {
|
|
|
12560
12571
|
sender_id?: string | undefined;
|
|
12561
12572
|
content?: string | undefined;
|
|
12562
12573
|
attachment?: string | undefined;
|
|
12563
|
-
|
|
12574
|
+
reference?: string | undefined;
|
|
12564
12575
|
mention?: string | undefined;
|
|
12565
12576
|
reaction?: string | undefined;
|
|
12566
12577
|
repliers?: (string[] & string[] & { [K_4 in Exclude<keyof I["last_seen_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
@@ -12602,7 +12613,7 @@ export declare const ChannelDescription: {
|
|
|
12602
12613
|
sender_id?: string | undefined;
|
|
12603
12614
|
content?: string | undefined;
|
|
12604
12615
|
attachment?: string | undefined;
|
|
12605
|
-
|
|
12616
|
+
reference?: string | undefined;
|
|
12606
12617
|
mention?: string | undefined;
|
|
12607
12618
|
reaction?: string | undefined;
|
|
12608
12619
|
repliers?: string[] | undefined;
|
|
@@ -12613,7 +12624,7 @@ export declare const ChannelDescription: {
|
|
|
12613
12624
|
sender_id?: string | undefined;
|
|
12614
12625
|
content?: string | undefined;
|
|
12615
12626
|
attachment?: string | undefined;
|
|
12616
|
-
|
|
12627
|
+
reference?: string | undefined;
|
|
12617
12628
|
mention?: string | undefined;
|
|
12618
12629
|
reaction?: string | undefined;
|
|
12619
12630
|
repliers?: string[] | undefined;
|
|
@@ -12654,7 +12665,7 @@ export declare const ChannelDescription: {
|
|
|
12654
12665
|
sender_id?: string | undefined;
|
|
12655
12666
|
content?: string | undefined;
|
|
12656
12667
|
attachment?: string | undefined;
|
|
12657
|
-
|
|
12668
|
+
reference?: string | undefined;
|
|
12658
12669
|
mention?: string | undefined;
|
|
12659
12670
|
reaction?: string | undefined;
|
|
12660
12671
|
repliers?: string[] | undefined;
|
|
@@ -12664,7 +12675,7 @@ export declare const ChannelDescription: {
|
|
|
12664
12675
|
sender_id?: string | undefined;
|
|
12665
12676
|
content?: string | undefined;
|
|
12666
12677
|
attachment?: string | undefined;
|
|
12667
|
-
|
|
12678
|
+
reference?: string | undefined;
|
|
12668
12679
|
mention?: string | undefined;
|
|
12669
12680
|
reaction?: string | undefined;
|
|
12670
12681
|
repliers?: (string[] & string[] & { [K_14 in Exclude<keyof I_1["last_sent_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
@@ -12675,7 +12686,7 @@ export declare const ChannelDescription: {
|
|
|
12675
12686
|
sender_id?: string | undefined;
|
|
12676
12687
|
content?: string | undefined;
|
|
12677
12688
|
attachment?: string | undefined;
|
|
12678
|
-
|
|
12689
|
+
reference?: string | undefined;
|
|
12679
12690
|
mention?: string | undefined;
|
|
12680
12691
|
reaction?: string | undefined;
|
|
12681
12692
|
repliers?: string[] | undefined;
|
|
@@ -12685,7 +12696,7 @@ export declare const ChannelDescription: {
|
|
|
12685
12696
|
sender_id?: string | undefined;
|
|
12686
12697
|
content?: string | undefined;
|
|
12687
12698
|
attachment?: string | undefined;
|
|
12688
|
-
|
|
12699
|
+
reference?: string | undefined;
|
|
12689
12700
|
mention?: string | undefined;
|
|
12690
12701
|
reaction?: string | undefined;
|
|
12691
12702
|
repliers?: (string[] & string[] & { [K_16 in Exclude<keyof I_1["last_seen_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
@@ -12734,7 +12745,7 @@ export declare const ChannelDescList: {
|
|
|
12734
12745
|
sender_id?: string | undefined;
|
|
12735
12746
|
content?: string | undefined;
|
|
12736
12747
|
attachment?: string | undefined;
|
|
12737
|
-
|
|
12748
|
+
reference?: string | undefined;
|
|
12738
12749
|
mention?: string | undefined;
|
|
12739
12750
|
reaction?: string | undefined;
|
|
12740
12751
|
repliers?: string[] | undefined;
|
|
@@ -12745,7 +12756,7 @@ export declare const ChannelDescList: {
|
|
|
12745
12756
|
sender_id?: string | undefined;
|
|
12746
12757
|
content?: string | undefined;
|
|
12747
12758
|
attachment?: string | undefined;
|
|
12748
|
-
|
|
12759
|
+
reference?: string | undefined;
|
|
12749
12760
|
mention?: string | undefined;
|
|
12750
12761
|
reaction?: string | undefined;
|
|
12751
12762
|
repliers?: string[] | undefined;
|
|
@@ -12792,7 +12803,7 @@ export declare const ChannelDescList: {
|
|
|
12792
12803
|
sender_id?: string | undefined;
|
|
12793
12804
|
content?: string | undefined;
|
|
12794
12805
|
attachment?: string | undefined;
|
|
12795
|
-
|
|
12806
|
+
reference?: string | undefined;
|
|
12796
12807
|
mention?: string | undefined;
|
|
12797
12808
|
reaction?: string | undefined;
|
|
12798
12809
|
repliers?: string[] | undefined;
|
|
@@ -12803,7 +12814,7 @@ export declare const ChannelDescList: {
|
|
|
12803
12814
|
sender_id?: string | undefined;
|
|
12804
12815
|
content?: string | undefined;
|
|
12805
12816
|
attachment?: string | undefined;
|
|
12806
|
-
|
|
12817
|
+
reference?: string | undefined;
|
|
12807
12818
|
mention?: string | undefined;
|
|
12808
12819
|
reaction?: string | undefined;
|
|
12809
12820
|
repliers?: string[] | undefined;
|
|
@@ -12844,7 +12855,7 @@ export declare const ChannelDescList: {
|
|
|
12844
12855
|
sender_id?: string | undefined;
|
|
12845
12856
|
content?: string | undefined;
|
|
12846
12857
|
attachment?: string | undefined;
|
|
12847
|
-
|
|
12858
|
+
reference?: string | undefined;
|
|
12848
12859
|
mention?: string | undefined;
|
|
12849
12860
|
reaction?: string | undefined;
|
|
12850
12861
|
repliers?: string[] | undefined;
|
|
@@ -12855,7 +12866,7 @@ export declare const ChannelDescList: {
|
|
|
12855
12866
|
sender_id?: string | undefined;
|
|
12856
12867
|
content?: string | undefined;
|
|
12857
12868
|
attachment?: string | undefined;
|
|
12858
|
-
|
|
12869
|
+
reference?: string | undefined;
|
|
12859
12870
|
mention?: string | undefined;
|
|
12860
12871
|
reaction?: string | undefined;
|
|
12861
12872
|
repliers?: string[] | undefined;
|
|
@@ -12896,7 +12907,7 @@ export declare const ChannelDescList: {
|
|
|
12896
12907
|
sender_id?: string | undefined;
|
|
12897
12908
|
content?: string | undefined;
|
|
12898
12909
|
attachment?: string | undefined;
|
|
12899
|
-
|
|
12910
|
+
reference?: string | undefined;
|
|
12900
12911
|
mention?: string | undefined;
|
|
12901
12912
|
reaction?: string | undefined;
|
|
12902
12913
|
repliers?: string[] | undefined;
|
|
@@ -12906,7 +12917,7 @@ export declare const ChannelDescList: {
|
|
|
12906
12917
|
sender_id?: string | undefined;
|
|
12907
12918
|
content?: string | undefined;
|
|
12908
12919
|
attachment?: string | undefined;
|
|
12909
|
-
|
|
12920
|
+
reference?: string | undefined;
|
|
12910
12921
|
mention?: string | undefined;
|
|
12911
12922
|
reaction?: string | undefined;
|
|
12912
12923
|
repliers?: (string[] & string[] & { [K_2 in Exclude<keyof I["channeldesc"][number]["last_sent_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
@@ -12917,7 +12928,7 @@ export declare const ChannelDescList: {
|
|
|
12917
12928
|
sender_id?: string | undefined;
|
|
12918
12929
|
content?: string | undefined;
|
|
12919
12930
|
attachment?: string | undefined;
|
|
12920
|
-
|
|
12931
|
+
reference?: string | undefined;
|
|
12921
12932
|
mention?: string | undefined;
|
|
12922
12933
|
reaction?: string | undefined;
|
|
12923
12934
|
repliers?: string[] | undefined;
|
|
@@ -12927,7 +12938,7 @@ export declare const ChannelDescList: {
|
|
|
12927
12938
|
sender_id?: string | undefined;
|
|
12928
12939
|
content?: string | undefined;
|
|
12929
12940
|
attachment?: string | undefined;
|
|
12930
|
-
|
|
12941
|
+
reference?: string | undefined;
|
|
12931
12942
|
mention?: string | undefined;
|
|
12932
12943
|
reaction?: string | undefined;
|
|
12933
12944
|
repliers?: (string[] & string[] & { [K_4 in Exclude<keyof I["channeldesc"][number]["last_seen_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
@@ -12968,7 +12979,7 @@ export declare const ChannelDescList: {
|
|
|
12968
12979
|
sender_id?: string | undefined;
|
|
12969
12980
|
content?: string | undefined;
|
|
12970
12981
|
attachment?: string | undefined;
|
|
12971
|
-
|
|
12982
|
+
reference?: string | undefined;
|
|
12972
12983
|
mention?: string | undefined;
|
|
12973
12984
|
reaction?: string | undefined;
|
|
12974
12985
|
repliers?: string[] | undefined;
|
|
@@ -12979,7 +12990,7 @@ export declare const ChannelDescList: {
|
|
|
12979
12990
|
sender_id?: string | undefined;
|
|
12980
12991
|
content?: string | undefined;
|
|
12981
12992
|
attachment?: string | undefined;
|
|
12982
|
-
|
|
12993
|
+
reference?: string | undefined;
|
|
12983
12994
|
mention?: string | undefined;
|
|
12984
12995
|
reaction?: string | undefined;
|
|
12985
12996
|
repliers?: string[] | undefined;
|
|
@@ -13027,7 +13038,7 @@ export declare const ChannelDescList: {
|
|
|
13027
13038
|
sender_id?: string | undefined;
|
|
13028
13039
|
content?: string | undefined;
|
|
13029
13040
|
attachment?: string | undefined;
|
|
13030
|
-
|
|
13041
|
+
reference?: string | undefined;
|
|
13031
13042
|
mention?: string | undefined;
|
|
13032
13043
|
reaction?: string | undefined;
|
|
13033
13044
|
repliers?: string[] | undefined;
|
|
@@ -13038,7 +13049,7 @@ export declare const ChannelDescList: {
|
|
|
13038
13049
|
sender_id?: string | undefined;
|
|
13039
13050
|
content?: string | undefined;
|
|
13040
13051
|
attachment?: string | undefined;
|
|
13041
|
-
|
|
13052
|
+
reference?: string | undefined;
|
|
13042
13053
|
mention?: string | undefined;
|
|
13043
13054
|
reaction?: string | undefined;
|
|
13044
13055
|
repliers?: string[] | undefined;
|
|
@@ -13085,7 +13096,7 @@ export declare const ChannelDescList: {
|
|
|
13085
13096
|
sender_id?: string | undefined;
|
|
13086
13097
|
content?: string | undefined;
|
|
13087
13098
|
attachment?: string | undefined;
|
|
13088
|
-
|
|
13099
|
+
reference?: string | undefined;
|
|
13089
13100
|
mention?: string | undefined;
|
|
13090
13101
|
reaction?: string | undefined;
|
|
13091
13102
|
repliers?: string[] | undefined;
|
|
@@ -13096,7 +13107,7 @@ export declare const ChannelDescList: {
|
|
|
13096
13107
|
sender_id?: string | undefined;
|
|
13097
13108
|
content?: string | undefined;
|
|
13098
13109
|
attachment?: string | undefined;
|
|
13099
|
-
|
|
13110
|
+
reference?: string | undefined;
|
|
13100
13111
|
mention?: string | undefined;
|
|
13101
13112
|
reaction?: string | undefined;
|
|
13102
13113
|
repliers?: string[] | undefined;
|
|
@@ -13137,7 +13148,7 @@ export declare const ChannelDescList: {
|
|
|
13137
13148
|
sender_id?: string | undefined;
|
|
13138
13149
|
content?: string | undefined;
|
|
13139
13150
|
attachment?: string | undefined;
|
|
13140
|
-
|
|
13151
|
+
reference?: string | undefined;
|
|
13141
13152
|
mention?: string | undefined;
|
|
13142
13153
|
reaction?: string | undefined;
|
|
13143
13154
|
repliers?: string[] | undefined;
|
|
@@ -13148,7 +13159,7 @@ export declare const ChannelDescList: {
|
|
|
13148
13159
|
sender_id?: string | undefined;
|
|
13149
13160
|
content?: string | undefined;
|
|
13150
13161
|
attachment?: string | undefined;
|
|
13151
|
-
|
|
13162
|
+
reference?: string | undefined;
|
|
13152
13163
|
mention?: string | undefined;
|
|
13153
13164
|
reaction?: string | undefined;
|
|
13154
13165
|
repliers?: string[] | undefined;
|
|
@@ -13189,7 +13200,7 @@ export declare const ChannelDescList: {
|
|
|
13189
13200
|
sender_id?: string | undefined;
|
|
13190
13201
|
content?: string | undefined;
|
|
13191
13202
|
attachment?: string | undefined;
|
|
13192
|
-
|
|
13203
|
+
reference?: string | undefined;
|
|
13193
13204
|
mention?: string | undefined;
|
|
13194
13205
|
reaction?: string | undefined;
|
|
13195
13206
|
repliers?: string[] | undefined;
|
|
@@ -13199,7 +13210,7 @@ export declare const ChannelDescList: {
|
|
|
13199
13210
|
sender_id?: string | undefined;
|
|
13200
13211
|
content?: string | undefined;
|
|
13201
13212
|
attachment?: string | undefined;
|
|
13202
|
-
|
|
13213
|
+
reference?: string | undefined;
|
|
13203
13214
|
mention?: string | undefined;
|
|
13204
13215
|
reaction?: string | undefined;
|
|
13205
13216
|
repliers?: (string[] & string[] & { [K_16 in Exclude<keyof I_1["channeldesc"][number]["last_sent_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
@@ -13210,7 +13221,7 @@ export declare const ChannelDescList: {
|
|
|
13210
13221
|
sender_id?: string | undefined;
|
|
13211
13222
|
content?: string | undefined;
|
|
13212
13223
|
attachment?: string | undefined;
|
|
13213
|
-
|
|
13224
|
+
reference?: string | undefined;
|
|
13214
13225
|
mention?: string | undefined;
|
|
13215
13226
|
reaction?: string | undefined;
|
|
13216
13227
|
repliers?: string[] | undefined;
|
|
@@ -13220,7 +13231,7 @@ export declare const ChannelDescList: {
|
|
|
13220
13231
|
sender_id?: string | undefined;
|
|
13221
13232
|
content?: string | undefined;
|
|
13222
13233
|
attachment?: string | undefined;
|
|
13223
|
-
|
|
13234
|
+
reference?: string | undefined;
|
|
13224
13235
|
mention?: string | undefined;
|
|
13225
13236
|
reaction?: string | undefined;
|
|
13226
13237
|
repliers?: (string[] & string[] & { [K_18 in Exclude<keyof I_1["channeldesc"][number]["last_seen_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
@@ -13261,7 +13272,7 @@ export declare const ChannelDescList: {
|
|
|
13261
13272
|
sender_id?: string | undefined;
|
|
13262
13273
|
content?: string | undefined;
|
|
13263
13274
|
attachment?: string | undefined;
|
|
13264
|
-
|
|
13275
|
+
reference?: string | undefined;
|
|
13265
13276
|
mention?: string | undefined;
|
|
13266
13277
|
reaction?: string | undefined;
|
|
13267
13278
|
repliers?: string[] | undefined;
|
|
@@ -13272,7 +13283,7 @@ export declare const ChannelDescList: {
|
|
|
13272
13283
|
sender_id?: string | undefined;
|
|
13273
13284
|
content?: string | undefined;
|
|
13274
13285
|
attachment?: string | undefined;
|
|
13275
|
-
|
|
13286
|
+
reference?: string | undefined;
|
|
13276
13287
|
mention?: string | undefined;
|
|
13277
13288
|
reaction?: string | undefined;
|
|
13278
13289
|
repliers?: string[] | undefined;
|
|
@@ -20653,7 +20664,7 @@ export declare const ChannelSettingItem: {
|
|
|
20653
20664
|
sender_id?: string | undefined;
|
|
20654
20665
|
content?: string | undefined;
|
|
20655
20666
|
attachment?: string | undefined;
|
|
20656
|
-
|
|
20667
|
+
reference?: string | undefined;
|
|
20657
20668
|
mention?: string | undefined;
|
|
20658
20669
|
reaction?: string | undefined;
|
|
20659
20670
|
repliers?: string[] | undefined;
|
|
@@ -20676,7 +20687,7 @@ export declare const ChannelSettingItem: {
|
|
|
20676
20687
|
sender_id?: string | undefined;
|
|
20677
20688
|
content?: string | undefined;
|
|
20678
20689
|
attachment?: string | undefined;
|
|
20679
|
-
|
|
20690
|
+
reference?: string | undefined;
|
|
20680
20691
|
mention?: string | undefined;
|
|
20681
20692
|
reaction?: string | undefined;
|
|
20682
20693
|
repliers?: string[] | undefined;
|
|
@@ -20686,7 +20697,7 @@ export declare const ChannelSettingItem: {
|
|
|
20686
20697
|
sender_id?: string | undefined;
|
|
20687
20698
|
content?: string | undefined;
|
|
20688
20699
|
attachment?: string | undefined;
|
|
20689
|
-
|
|
20700
|
+
reference?: string | undefined;
|
|
20690
20701
|
mention?: string | undefined;
|
|
20691
20702
|
reaction?: string | undefined;
|
|
20692
20703
|
repliers?: (string[] & string[] & { [K_1 in Exclude<keyof I["last_sent_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
@@ -20710,7 +20721,7 @@ export declare const ChannelSettingItem: {
|
|
|
20710
20721
|
sender_id?: string | undefined;
|
|
20711
20722
|
content?: string | undefined;
|
|
20712
20723
|
attachment?: string | undefined;
|
|
20713
|
-
|
|
20724
|
+
reference?: string | undefined;
|
|
20714
20725
|
mention?: string | undefined;
|
|
20715
20726
|
reaction?: string | undefined;
|
|
20716
20727
|
repliers?: string[] | undefined;
|
|
@@ -20733,7 +20744,7 @@ export declare const ChannelSettingItem: {
|
|
|
20733
20744
|
sender_id?: string | undefined;
|
|
20734
20745
|
content?: string | undefined;
|
|
20735
20746
|
attachment?: string | undefined;
|
|
20736
|
-
|
|
20747
|
+
reference?: string | undefined;
|
|
20737
20748
|
mention?: string | undefined;
|
|
20738
20749
|
reaction?: string | undefined;
|
|
20739
20750
|
repliers?: string[] | undefined;
|
|
@@ -20743,7 +20754,7 @@ export declare const ChannelSettingItem: {
|
|
|
20743
20754
|
sender_id?: string | undefined;
|
|
20744
20755
|
content?: string | undefined;
|
|
20745
20756
|
attachment?: string | undefined;
|
|
20746
|
-
|
|
20757
|
+
reference?: string | undefined;
|
|
20747
20758
|
mention?: string | undefined;
|
|
20748
20759
|
reaction?: string | undefined;
|
|
20749
20760
|
repliers?: (string[] & string[] & { [K_5 in Exclude<keyof I_1["last_sent_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
@@ -20777,7 +20788,7 @@ export declare const ChannelSettingListResponse: {
|
|
|
20777
20788
|
sender_id?: string | undefined;
|
|
20778
20789
|
content?: string | undefined;
|
|
20779
20790
|
attachment?: string | undefined;
|
|
20780
|
-
|
|
20791
|
+
reference?: string | undefined;
|
|
20781
20792
|
mention?: string | undefined;
|
|
20782
20793
|
reaction?: string | undefined;
|
|
20783
20794
|
repliers?: string[] | undefined;
|
|
@@ -20805,7 +20816,7 @@ export declare const ChannelSettingListResponse: {
|
|
|
20805
20816
|
sender_id?: string | undefined;
|
|
20806
20817
|
content?: string | undefined;
|
|
20807
20818
|
attachment?: string | undefined;
|
|
20808
|
-
|
|
20819
|
+
reference?: string | undefined;
|
|
20809
20820
|
mention?: string | undefined;
|
|
20810
20821
|
reaction?: string | undefined;
|
|
20811
20822
|
repliers?: string[] | undefined;
|
|
@@ -20828,7 +20839,7 @@ export declare const ChannelSettingListResponse: {
|
|
|
20828
20839
|
sender_id?: string | undefined;
|
|
20829
20840
|
content?: string | undefined;
|
|
20830
20841
|
attachment?: string | undefined;
|
|
20831
|
-
|
|
20842
|
+
reference?: string | undefined;
|
|
20832
20843
|
mention?: string | undefined;
|
|
20833
20844
|
reaction?: string | undefined;
|
|
20834
20845
|
repliers?: string[] | undefined;
|
|
@@ -20851,7 +20862,7 @@ export declare const ChannelSettingListResponse: {
|
|
|
20851
20862
|
sender_id?: string | undefined;
|
|
20852
20863
|
content?: string | undefined;
|
|
20853
20864
|
attachment?: string | undefined;
|
|
20854
|
-
|
|
20865
|
+
reference?: string | undefined;
|
|
20855
20866
|
mention?: string | undefined;
|
|
20856
20867
|
reaction?: string | undefined;
|
|
20857
20868
|
repliers?: string[] | undefined;
|
|
@@ -20861,7 +20872,7 @@ export declare const ChannelSettingListResponse: {
|
|
|
20861
20872
|
sender_id?: string | undefined;
|
|
20862
20873
|
content?: string | undefined;
|
|
20863
20874
|
attachment?: string | undefined;
|
|
20864
|
-
|
|
20875
|
+
reference?: string | undefined;
|
|
20865
20876
|
mention?: string | undefined;
|
|
20866
20877
|
reaction?: string | undefined;
|
|
20867
20878
|
repliers?: (string[] & string[] & { [K_1 in Exclude<keyof I["channel_setting_list"][number]["last_sent_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
@@ -20884,7 +20895,7 @@ export declare const ChannelSettingListResponse: {
|
|
|
20884
20895
|
sender_id?: string | undefined;
|
|
20885
20896
|
content?: string | undefined;
|
|
20886
20897
|
attachment?: string | undefined;
|
|
20887
|
-
|
|
20898
|
+
reference?: string | undefined;
|
|
20888
20899
|
mention?: string | undefined;
|
|
20889
20900
|
reaction?: string | undefined;
|
|
20890
20901
|
repliers?: string[] | undefined;
|
|
@@ -20913,7 +20924,7 @@ export declare const ChannelSettingListResponse: {
|
|
|
20913
20924
|
sender_id?: string | undefined;
|
|
20914
20925
|
content?: string | undefined;
|
|
20915
20926
|
attachment?: string | undefined;
|
|
20916
|
-
|
|
20927
|
+
reference?: string | undefined;
|
|
20917
20928
|
mention?: string | undefined;
|
|
20918
20929
|
reaction?: string | undefined;
|
|
20919
20930
|
repliers?: string[] | undefined;
|
|
@@ -20941,7 +20952,7 @@ export declare const ChannelSettingListResponse: {
|
|
|
20941
20952
|
sender_id?: string | undefined;
|
|
20942
20953
|
content?: string | undefined;
|
|
20943
20954
|
attachment?: string | undefined;
|
|
20944
|
-
|
|
20955
|
+
reference?: string | undefined;
|
|
20945
20956
|
mention?: string | undefined;
|
|
20946
20957
|
reaction?: string | undefined;
|
|
20947
20958
|
repliers?: string[] | undefined;
|
|
@@ -20964,7 +20975,7 @@ export declare const ChannelSettingListResponse: {
|
|
|
20964
20975
|
sender_id?: string | undefined;
|
|
20965
20976
|
content?: string | undefined;
|
|
20966
20977
|
attachment?: string | undefined;
|
|
20967
|
-
|
|
20978
|
+
reference?: string | undefined;
|
|
20968
20979
|
mention?: string | undefined;
|
|
20969
20980
|
reaction?: string | undefined;
|
|
20970
20981
|
repliers?: string[] | undefined;
|
|
@@ -20987,7 +20998,7 @@ export declare const ChannelSettingListResponse: {
|
|
|
20987
20998
|
sender_id?: string | undefined;
|
|
20988
20999
|
content?: string | undefined;
|
|
20989
21000
|
attachment?: string | undefined;
|
|
20990
|
-
|
|
21001
|
+
reference?: string | undefined;
|
|
20991
21002
|
mention?: string | undefined;
|
|
20992
21003
|
reaction?: string | undefined;
|
|
20993
21004
|
repliers?: string[] | undefined;
|
|
@@ -20997,7 +21008,7 @@ export declare const ChannelSettingListResponse: {
|
|
|
20997
21008
|
sender_id?: string | undefined;
|
|
20998
21009
|
content?: string | undefined;
|
|
20999
21010
|
attachment?: string | undefined;
|
|
21000
|
-
|
|
21011
|
+
reference?: string | undefined;
|
|
21001
21012
|
mention?: string | undefined;
|
|
21002
21013
|
reaction?: string | undefined;
|
|
21003
21014
|
repliers?: (string[] & string[] & { [K_7 in Exclude<keyof I_1["channel_setting_list"][number]["last_sent_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
@@ -21020,7 +21031,7 @@ export declare const ChannelSettingListResponse: {
|
|
|
21020
21031
|
sender_id?: string | undefined;
|
|
21021
21032
|
content?: string | undefined;
|
|
21022
21033
|
attachment?: string | undefined;
|
|
21023
|
-
|
|
21034
|
+
reference?: string | undefined;
|
|
21024
21035
|
mention?: string | undefined;
|
|
21025
21036
|
reaction?: string | undefined;
|
|
21026
21037
|
repliers?: string[] | undefined;
|
|
@@ -23923,7 +23934,7 @@ export declare const SdTopic: {
|
|
|
23923
23934
|
sender_id?: string | undefined;
|
|
23924
23935
|
content?: string | undefined;
|
|
23925
23936
|
attachment?: string | undefined;
|
|
23926
|
-
|
|
23937
|
+
reference?: string | undefined;
|
|
23927
23938
|
mention?: string | undefined;
|
|
23928
23939
|
reaction?: string | undefined;
|
|
23929
23940
|
repliers?: string[] | undefined;
|
|
@@ -24000,7 +24011,7 @@ export declare const SdTopic: {
|
|
|
24000
24011
|
sender_id?: string | undefined;
|
|
24001
24012
|
content?: string | undefined;
|
|
24002
24013
|
attachment?: string | undefined;
|
|
24003
|
-
|
|
24014
|
+
reference?: string | undefined;
|
|
24004
24015
|
mention?: string | undefined;
|
|
24005
24016
|
reaction?: string | undefined;
|
|
24006
24017
|
repliers?: string[] | undefined;
|
|
@@ -24010,7 +24021,7 @@ export declare const SdTopic: {
|
|
|
24010
24021
|
sender_id?: string | undefined;
|
|
24011
24022
|
content?: string | undefined;
|
|
24012
24023
|
attachment?: string | undefined;
|
|
24013
|
-
|
|
24024
|
+
reference?: string | undefined;
|
|
24014
24025
|
mention?: string | undefined;
|
|
24015
24026
|
reaction?: string | undefined;
|
|
24016
24027
|
repliers?: (string[] & string[] & { [K_1 in Exclude<keyof I["last_sent_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
@@ -24060,7 +24071,7 @@ export declare const SdTopic: {
|
|
|
24060
24071
|
sender_id?: string | undefined;
|
|
24061
24072
|
content?: string | undefined;
|
|
24062
24073
|
attachment?: string | undefined;
|
|
24063
|
-
|
|
24074
|
+
reference?: string | undefined;
|
|
24064
24075
|
mention?: string | undefined;
|
|
24065
24076
|
reaction?: string | undefined;
|
|
24066
24077
|
repliers?: string[] | undefined;
|
|
@@ -24137,7 +24148,7 @@ export declare const SdTopic: {
|
|
|
24137
24148
|
sender_id?: string | undefined;
|
|
24138
24149
|
content?: string | undefined;
|
|
24139
24150
|
attachment?: string | undefined;
|
|
24140
|
-
|
|
24151
|
+
reference?: string | undefined;
|
|
24141
24152
|
mention?: string | undefined;
|
|
24142
24153
|
reaction?: string | undefined;
|
|
24143
24154
|
repliers?: string[] | undefined;
|
|
@@ -24147,7 +24158,7 @@ export declare const SdTopic: {
|
|
|
24147
24158
|
sender_id?: string | undefined;
|
|
24148
24159
|
content?: string | undefined;
|
|
24149
24160
|
attachment?: string | undefined;
|
|
24150
|
-
|
|
24161
|
+
reference?: string | undefined;
|
|
24151
24162
|
mention?: string | undefined;
|
|
24152
24163
|
reaction?: string | undefined;
|
|
24153
24164
|
repliers?: (string[] & string[] & { [K_5 in Exclude<keyof I_1["last_sent_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
@@ -24229,7 +24240,7 @@ export declare const SdTopicList: {
|
|
|
24229
24240
|
sender_id?: string | undefined;
|
|
24230
24241
|
content?: string | undefined;
|
|
24231
24242
|
attachment?: string | undefined;
|
|
24232
|
-
|
|
24243
|
+
reference?: string | undefined;
|
|
24233
24244
|
mention?: string | undefined;
|
|
24234
24245
|
reaction?: string | undefined;
|
|
24235
24246
|
repliers?: string[] | undefined;
|
|
@@ -24281,7 +24292,7 @@ export declare const SdTopicList: {
|
|
|
24281
24292
|
sender_id?: string | undefined;
|
|
24282
24293
|
content?: string | undefined;
|
|
24283
24294
|
attachment?: string | undefined;
|
|
24284
|
-
|
|
24295
|
+
reference?: string | undefined;
|
|
24285
24296
|
mention?: string | undefined;
|
|
24286
24297
|
reaction?: string | undefined;
|
|
24287
24298
|
repliers?: string[] | undefined;
|
|
@@ -24330,7 +24341,7 @@ export declare const SdTopicList: {
|
|
|
24330
24341
|
sender_id?: string | undefined;
|
|
24331
24342
|
content?: string | undefined;
|
|
24332
24343
|
attachment?: string | undefined;
|
|
24333
|
-
|
|
24344
|
+
reference?: string | undefined;
|
|
24334
24345
|
mention?: string | undefined;
|
|
24335
24346
|
reaction?: string | undefined;
|
|
24336
24347
|
repliers?: string[] | undefined;
|
|
@@ -24407,7 +24418,7 @@ export declare const SdTopicList: {
|
|
|
24407
24418
|
sender_id?: string | undefined;
|
|
24408
24419
|
content?: string | undefined;
|
|
24409
24420
|
attachment?: string | undefined;
|
|
24410
|
-
|
|
24421
|
+
reference?: string | undefined;
|
|
24411
24422
|
mention?: string | undefined;
|
|
24412
24423
|
reaction?: string | undefined;
|
|
24413
24424
|
repliers?: string[] | undefined;
|
|
@@ -24417,7 +24428,7 @@ export declare const SdTopicList: {
|
|
|
24417
24428
|
sender_id?: string | undefined;
|
|
24418
24429
|
content?: string | undefined;
|
|
24419
24430
|
attachment?: string | undefined;
|
|
24420
|
-
|
|
24431
|
+
reference?: string | undefined;
|
|
24421
24432
|
mention?: string | undefined;
|
|
24422
24433
|
reaction?: string | undefined;
|
|
24423
24434
|
repliers?: (string[] & string[] & { [K_1 in Exclude<keyof I["topics"][number]["last_sent_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
@@ -24466,7 +24477,7 @@ export declare const SdTopicList: {
|
|
|
24466
24477
|
sender_id?: string | undefined;
|
|
24467
24478
|
content?: string | undefined;
|
|
24468
24479
|
attachment?: string | undefined;
|
|
24469
|
-
|
|
24480
|
+
reference?: string | undefined;
|
|
24470
24481
|
mention?: string | undefined;
|
|
24471
24482
|
reaction?: string | undefined;
|
|
24472
24483
|
repliers?: string[] | undefined;
|
|
@@ -24519,7 +24530,7 @@ export declare const SdTopicList: {
|
|
|
24519
24530
|
sender_id?: string | undefined;
|
|
24520
24531
|
content?: string | undefined;
|
|
24521
24532
|
attachment?: string | undefined;
|
|
24522
|
-
|
|
24533
|
+
reference?: string | undefined;
|
|
24523
24534
|
mention?: string | undefined;
|
|
24524
24535
|
reaction?: string | undefined;
|
|
24525
24536
|
repliers?: string[] | undefined;
|
|
@@ -24571,7 +24582,7 @@ export declare const SdTopicList: {
|
|
|
24571
24582
|
sender_id?: string | undefined;
|
|
24572
24583
|
content?: string | undefined;
|
|
24573
24584
|
attachment?: string | undefined;
|
|
24574
|
-
|
|
24585
|
+
reference?: string | undefined;
|
|
24575
24586
|
mention?: string | undefined;
|
|
24576
24587
|
reaction?: string | undefined;
|
|
24577
24588
|
repliers?: string[] | undefined;
|
|
@@ -24620,7 +24631,7 @@ export declare const SdTopicList: {
|
|
|
24620
24631
|
sender_id?: string | undefined;
|
|
24621
24632
|
content?: string | undefined;
|
|
24622
24633
|
attachment?: string | undefined;
|
|
24623
|
-
|
|
24634
|
+
reference?: string | undefined;
|
|
24624
24635
|
mention?: string | undefined;
|
|
24625
24636
|
reaction?: string | undefined;
|
|
24626
24637
|
repliers?: string[] | undefined;
|
|
@@ -24697,7 +24708,7 @@ export declare const SdTopicList: {
|
|
|
24697
24708
|
sender_id?: string | undefined;
|
|
24698
24709
|
content?: string | undefined;
|
|
24699
24710
|
attachment?: string | undefined;
|
|
24700
|
-
|
|
24711
|
+
reference?: string | undefined;
|
|
24701
24712
|
mention?: string | undefined;
|
|
24702
24713
|
reaction?: string | undefined;
|
|
24703
24714
|
repliers?: string[] | undefined;
|
|
@@ -24707,7 +24718,7 @@ export declare const SdTopicList: {
|
|
|
24707
24718
|
sender_id?: string | undefined;
|
|
24708
24719
|
content?: string | undefined;
|
|
24709
24720
|
attachment?: string | undefined;
|
|
24710
|
-
|
|
24721
|
+
reference?: string | undefined;
|
|
24711
24722
|
mention?: string | undefined;
|
|
24712
24723
|
reaction?: string | undefined;
|
|
24713
24724
|
repliers?: (string[] & string[] & { [K_7 in Exclude<keyof I_1["topics"][number]["last_sent_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
@@ -24756,7 +24767,7 @@ export declare const SdTopicList: {
|
|
|
24756
24767
|
sender_id?: string | undefined;
|
|
24757
24768
|
content?: string | undefined;
|
|
24758
24769
|
attachment?: string | undefined;
|
|
24759
|
-
|
|
24770
|
+
reference?: string | undefined;
|
|
24760
24771
|
mention?: string | undefined;
|
|
24761
24772
|
reaction?: string | undefined;
|
|
24762
24773
|
repliers?: string[] | undefined;
|
|
@@ -25768,6 +25779,54 @@ export declare const GetMezonAccountRequest: {
|
|
|
25768
25779
|
email?: string | undefined;
|
|
25769
25780
|
} & { [K_1 in Exclude<keyof I_1, keyof GetMezonAccountRequest>]: never; }>(object: I_1): GetMezonAccountRequest;
|
|
25770
25781
|
};
|
|
25782
|
+
export declare const Message2InboxRequest: {
|
|
25783
|
+
encode(message: Message2InboxRequest, writer?: _m0.Writer): _m0.Writer;
|
|
25784
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): Message2InboxRequest;
|
|
25785
|
+
fromJSON(object: any): Message2InboxRequest;
|
|
25786
|
+
toJSON(message: Message2InboxRequest): unknown;
|
|
25787
|
+
create<I extends {
|
|
25788
|
+
message_id?: string | undefined;
|
|
25789
|
+
channel_id?: string | undefined;
|
|
25790
|
+
clan_id?: string | undefined;
|
|
25791
|
+
avatar?: string | undefined;
|
|
25792
|
+
content?: string | undefined;
|
|
25793
|
+
mentions?: string | undefined;
|
|
25794
|
+
attachments?: string | undefined;
|
|
25795
|
+
reactions?: string | undefined;
|
|
25796
|
+
references?: string | undefined;
|
|
25797
|
+
} & {
|
|
25798
|
+
message_id?: string | undefined;
|
|
25799
|
+
channel_id?: string | undefined;
|
|
25800
|
+
clan_id?: string | undefined;
|
|
25801
|
+
avatar?: string | undefined;
|
|
25802
|
+
content?: string | undefined;
|
|
25803
|
+
mentions?: string | undefined;
|
|
25804
|
+
attachments?: string | undefined;
|
|
25805
|
+
reactions?: string | undefined;
|
|
25806
|
+
references?: string | undefined;
|
|
25807
|
+
} & { [K in Exclude<keyof I, keyof Message2InboxRequest>]: never; }>(base?: I | undefined): Message2InboxRequest;
|
|
25808
|
+
fromPartial<I_1 extends {
|
|
25809
|
+
message_id?: string | undefined;
|
|
25810
|
+
channel_id?: string | undefined;
|
|
25811
|
+
clan_id?: string | undefined;
|
|
25812
|
+
avatar?: string | undefined;
|
|
25813
|
+
content?: string | undefined;
|
|
25814
|
+
mentions?: string | undefined;
|
|
25815
|
+
attachments?: string | undefined;
|
|
25816
|
+
reactions?: string | undefined;
|
|
25817
|
+
references?: string | undefined;
|
|
25818
|
+
} & {
|
|
25819
|
+
message_id?: string | undefined;
|
|
25820
|
+
channel_id?: string | undefined;
|
|
25821
|
+
clan_id?: string | undefined;
|
|
25822
|
+
avatar?: string | undefined;
|
|
25823
|
+
content?: string | undefined;
|
|
25824
|
+
mentions?: string | undefined;
|
|
25825
|
+
attachments?: string | undefined;
|
|
25826
|
+
reactions?: string | undefined;
|
|
25827
|
+
references?: string | undefined;
|
|
25828
|
+
} & { [K_1 in Exclude<keyof I_1, keyof Message2InboxRequest>]: never; }>(object: I_1): Message2InboxRequest;
|
|
25829
|
+
};
|
|
25771
25830
|
type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
|
|
25772
25831
|
export type DeepPartial<T> = T extends Builtin ? T : T extends globalThis.Array<infer U> ? globalThis.Array<DeepPartial<U>> : T extends ReadonlyArray<infer U> ? ReadonlyArray<DeepPartial<U>> : T extends {} ? {
|
|
25773
25832
|
[K in keyof T]?: DeepPartial<T[K]>;
|