mezon-js-protobuf 1.8.38 → 1.8.39
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 +64 -28
- package/dist/mezon-js-protobuf/api/api.d.ts +75 -1
- package/dist/mezon-js-protobuf/rtapi/realtime.d.ts +116 -0
- package/dist/mezon-js-protobuf.cjs.js +108 -78
- package/dist/mezon-js-protobuf.esm.mjs +108 -78
- package/package.json +1 -1
- package/rtapi/realtime.ts +45 -27
|
@@ -794,8 +794,10 @@ export interface User {
|
|
|
794
794
|
location: string;
|
|
795
795
|
/** The timezone set by the user. */
|
|
796
796
|
timezone: string;
|
|
797
|
-
/**
|
|
797
|
+
/** custom status */
|
|
798
798
|
user_status: string;
|
|
799
|
+
/** online, offline, invisible, idle, do not disturb */
|
|
800
|
+
status: string;
|
|
799
801
|
/** Indicates whether the user is currently online. */
|
|
800
802
|
online: boolean;
|
|
801
803
|
/** The phone number */
|
|
@@ -1274,6 +1276,8 @@ export interface UpdateChannelDescRequest {
|
|
|
1274
1276
|
age_restricted: number;
|
|
1275
1277
|
/** */
|
|
1276
1278
|
e2ee: number;
|
|
1279
|
+
/** channel avatar */
|
|
1280
|
+
channel_avatar: string;
|
|
1277
1281
|
}
|
|
1278
1282
|
/** Update fields in a given channel. */
|
|
1279
1283
|
export interface ChangeChannelPrivateRequest {
|
|
@@ -3090,6 +3094,7 @@ export declare const Account: {
|
|
|
3090
3094
|
location?: string | undefined;
|
|
3091
3095
|
timezone?: string | undefined;
|
|
3092
3096
|
user_status?: string | undefined;
|
|
3097
|
+
status?: string | undefined;
|
|
3093
3098
|
online?: boolean | undefined;
|
|
3094
3099
|
phone_number?: string | undefined;
|
|
3095
3100
|
edge_count?: number | undefined;
|
|
@@ -3121,6 +3126,7 @@ export declare const Account: {
|
|
|
3121
3126
|
location?: string | undefined;
|
|
3122
3127
|
timezone?: string | undefined;
|
|
3123
3128
|
user_status?: string | undefined;
|
|
3129
|
+
status?: string | undefined;
|
|
3124
3130
|
online?: boolean | undefined;
|
|
3125
3131
|
phone_number?: string | undefined;
|
|
3126
3132
|
edge_count?: number | undefined;
|
|
@@ -3141,6 +3147,7 @@ export declare const Account: {
|
|
|
3141
3147
|
location?: string | undefined;
|
|
3142
3148
|
timezone?: string | undefined;
|
|
3143
3149
|
user_status?: string | undefined;
|
|
3150
|
+
status?: string | undefined;
|
|
3144
3151
|
online?: boolean | undefined;
|
|
3145
3152
|
phone_number?: string | undefined;
|
|
3146
3153
|
edge_count?: number | undefined;
|
|
@@ -3173,6 +3180,7 @@ export declare const Account: {
|
|
|
3173
3180
|
location?: string | undefined;
|
|
3174
3181
|
timezone?: string | undefined;
|
|
3175
3182
|
user_status?: string | undefined;
|
|
3183
|
+
status?: string | undefined;
|
|
3176
3184
|
online?: boolean | undefined;
|
|
3177
3185
|
phone_number?: string | undefined;
|
|
3178
3186
|
edge_count?: number | undefined;
|
|
@@ -3204,6 +3212,7 @@ export declare const Account: {
|
|
|
3204
3212
|
location?: string | undefined;
|
|
3205
3213
|
timezone?: string | undefined;
|
|
3206
3214
|
user_status?: string | undefined;
|
|
3215
|
+
status?: string | undefined;
|
|
3207
3216
|
online?: boolean | undefined;
|
|
3208
3217
|
phone_number?: string | undefined;
|
|
3209
3218
|
edge_count?: number | undefined;
|
|
@@ -3224,6 +3233,7 @@ export declare const Account: {
|
|
|
3224
3233
|
location?: string | undefined;
|
|
3225
3234
|
timezone?: string | undefined;
|
|
3226
3235
|
user_status?: string | undefined;
|
|
3236
|
+
status?: string | undefined;
|
|
3227
3237
|
online?: boolean | undefined;
|
|
3228
3238
|
phone_number?: string | undefined;
|
|
3229
3239
|
edge_count?: number | undefined;
|
|
@@ -4812,6 +4822,7 @@ export declare const Friend: {
|
|
|
4812
4822
|
location?: string | undefined;
|
|
4813
4823
|
timezone?: string | undefined;
|
|
4814
4824
|
user_status?: string | undefined;
|
|
4825
|
+
status?: string | undefined;
|
|
4815
4826
|
online?: boolean | undefined;
|
|
4816
4827
|
phone_number?: string | undefined;
|
|
4817
4828
|
edge_count?: number | undefined;
|
|
@@ -4837,6 +4848,7 @@ export declare const Friend: {
|
|
|
4837
4848
|
location?: string | undefined;
|
|
4838
4849
|
timezone?: string | undefined;
|
|
4839
4850
|
user_status?: string | undefined;
|
|
4851
|
+
status?: string | undefined;
|
|
4840
4852
|
online?: boolean | undefined;
|
|
4841
4853
|
phone_number?: string | undefined;
|
|
4842
4854
|
edge_count?: number | undefined;
|
|
@@ -4857,6 +4869,7 @@ export declare const Friend: {
|
|
|
4857
4869
|
location?: string | undefined;
|
|
4858
4870
|
timezone?: string | undefined;
|
|
4859
4871
|
user_status?: string | undefined;
|
|
4872
|
+
status?: string | undefined;
|
|
4860
4873
|
online?: boolean | undefined;
|
|
4861
4874
|
phone_number?: string | undefined;
|
|
4862
4875
|
edge_count?: number | undefined;
|
|
@@ -4883,6 +4896,7 @@ export declare const Friend: {
|
|
|
4883
4896
|
location?: string | undefined;
|
|
4884
4897
|
timezone?: string | undefined;
|
|
4885
4898
|
user_status?: string | undefined;
|
|
4899
|
+
status?: string | undefined;
|
|
4886
4900
|
online?: boolean | undefined;
|
|
4887
4901
|
phone_number?: string | undefined;
|
|
4888
4902
|
edge_count?: number | undefined;
|
|
@@ -4908,6 +4922,7 @@ export declare const Friend: {
|
|
|
4908
4922
|
location?: string | undefined;
|
|
4909
4923
|
timezone?: string | undefined;
|
|
4910
4924
|
user_status?: string | undefined;
|
|
4925
|
+
status?: string | undefined;
|
|
4911
4926
|
online?: boolean | undefined;
|
|
4912
4927
|
phone_number?: string | undefined;
|
|
4913
4928
|
edge_count?: number | undefined;
|
|
@@ -4928,6 +4943,7 @@ export declare const Friend: {
|
|
|
4928
4943
|
location?: string | undefined;
|
|
4929
4944
|
timezone?: string | undefined;
|
|
4930
4945
|
user_status?: string | undefined;
|
|
4946
|
+
status?: string | undefined;
|
|
4931
4947
|
online?: boolean | undefined;
|
|
4932
4948
|
phone_number?: string | undefined;
|
|
4933
4949
|
edge_count?: number | undefined;
|
|
@@ -4961,6 +4977,7 @@ export declare const FriendList: {
|
|
|
4961
4977
|
location?: string | undefined;
|
|
4962
4978
|
timezone?: string | undefined;
|
|
4963
4979
|
user_status?: string | undefined;
|
|
4980
|
+
status?: string | undefined;
|
|
4964
4981
|
online?: boolean | undefined;
|
|
4965
4982
|
phone_number?: string | undefined;
|
|
4966
4983
|
edge_count?: number | undefined;
|
|
@@ -4989,6 +5006,7 @@ export declare const FriendList: {
|
|
|
4989
5006
|
location?: string | undefined;
|
|
4990
5007
|
timezone?: string | undefined;
|
|
4991
5008
|
user_status?: string | undefined;
|
|
5009
|
+
status?: string | undefined;
|
|
4992
5010
|
online?: boolean | undefined;
|
|
4993
5011
|
phone_number?: string | undefined;
|
|
4994
5012
|
edge_count?: number | undefined;
|
|
@@ -5014,6 +5032,7 @@ export declare const FriendList: {
|
|
|
5014
5032
|
location?: string | undefined;
|
|
5015
5033
|
timezone?: string | undefined;
|
|
5016
5034
|
user_status?: string | undefined;
|
|
5035
|
+
status?: string | undefined;
|
|
5017
5036
|
online?: boolean | undefined;
|
|
5018
5037
|
phone_number?: string | undefined;
|
|
5019
5038
|
edge_count?: number | undefined;
|
|
@@ -5039,6 +5058,7 @@ export declare const FriendList: {
|
|
|
5039
5058
|
location?: string | undefined;
|
|
5040
5059
|
timezone?: string | undefined;
|
|
5041
5060
|
user_status?: string | undefined;
|
|
5061
|
+
status?: string | undefined;
|
|
5042
5062
|
online?: boolean | undefined;
|
|
5043
5063
|
phone_number?: string | undefined;
|
|
5044
5064
|
edge_count?: number | undefined;
|
|
@@ -5059,6 +5079,7 @@ export declare const FriendList: {
|
|
|
5059
5079
|
location?: string | undefined;
|
|
5060
5080
|
timezone?: string | undefined;
|
|
5061
5081
|
user_status?: string | undefined;
|
|
5082
|
+
status?: string | undefined;
|
|
5062
5083
|
online?: boolean | undefined;
|
|
5063
5084
|
phone_number?: string | undefined;
|
|
5064
5085
|
edge_count?: number | undefined;
|
|
@@ -5084,6 +5105,7 @@ export declare const FriendList: {
|
|
|
5084
5105
|
location?: string | undefined;
|
|
5085
5106
|
timezone?: string | undefined;
|
|
5086
5107
|
user_status?: string | undefined;
|
|
5108
|
+
status?: string | undefined;
|
|
5087
5109
|
online?: boolean | undefined;
|
|
5088
5110
|
phone_number?: string | undefined;
|
|
5089
5111
|
edge_count?: number | undefined;
|
|
@@ -5113,6 +5135,7 @@ export declare const FriendList: {
|
|
|
5113
5135
|
location?: string | undefined;
|
|
5114
5136
|
timezone?: string | undefined;
|
|
5115
5137
|
user_status?: string | undefined;
|
|
5138
|
+
status?: string | undefined;
|
|
5116
5139
|
online?: boolean | undefined;
|
|
5117
5140
|
phone_number?: string | undefined;
|
|
5118
5141
|
edge_count?: number | undefined;
|
|
@@ -5141,6 +5164,7 @@ export declare const FriendList: {
|
|
|
5141
5164
|
location?: string | undefined;
|
|
5142
5165
|
timezone?: string | undefined;
|
|
5143
5166
|
user_status?: string | undefined;
|
|
5167
|
+
status?: string | undefined;
|
|
5144
5168
|
online?: boolean | undefined;
|
|
5145
5169
|
phone_number?: string | undefined;
|
|
5146
5170
|
edge_count?: number | undefined;
|
|
@@ -5166,6 +5190,7 @@ export declare const FriendList: {
|
|
|
5166
5190
|
location?: string | undefined;
|
|
5167
5191
|
timezone?: string | undefined;
|
|
5168
5192
|
user_status?: string | undefined;
|
|
5193
|
+
status?: string | undefined;
|
|
5169
5194
|
online?: boolean | undefined;
|
|
5170
5195
|
phone_number?: string | undefined;
|
|
5171
5196
|
edge_count?: number | undefined;
|
|
@@ -5191,6 +5216,7 @@ export declare const FriendList: {
|
|
|
5191
5216
|
location?: string | undefined;
|
|
5192
5217
|
timezone?: string | undefined;
|
|
5193
5218
|
user_status?: string | undefined;
|
|
5219
|
+
status?: string | undefined;
|
|
5194
5220
|
online?: boolean | undefined;
|
|
5195
5221
|
phone_number?: string | undefined;
|
|
5196
5222
|
edge_count?: number | undefined;
|
|
@@ -5211,6 +5237,7 @@ export declare const FriendList: {
|
|
|
5211
5237
|
location?: string | undefined;
|
|
5212
5238
|
timezone?: string | undefined;
|
|
5213
5239
|
user_status?: string | undefined;
|
|
5240
|
+
status?: string | undefined;
|
|
5214
5241
|
online?: boolean | undefined;
|
|
5215
5242
|
phone_number?: string | undefined;
|
|
5216
5243
|
edge_count?: number | undefined;
|
|
@@ -5236,6 +5263,7 @@ export declare const FriendList: {
|
|
|
5236
5263
|
location?: string | undefined;
|
|
5237
5264
|
timezone?: string | undefined;
|
|
5238
5265
|
user_status?: string | undefined;
|
|
5266
|
+
status?: string | undefined;
|
|
5239
5267
|
online?: boolean | undefined;
|
|
5240
5268
|
phone_number?: string | undefined;
|
|
5241
5269
|
edge_count?: number | undefined;
|
|
@@ -5721,6 +5749,7 @@ export declare const ClanUserList: {
|
|
|
5721
5749
|
location?: string | undefined;
|
|
5722
5750
|
timezone?: string | undefined;
|
|
5723
5751
|
user_status?: string | undefined;
|
|
5752
|
+
status?: string | undefined;
|
|
5724
5753
|
online?: boolean | undefined;
|
|
5725
5754
|
phone_number?: string | undefined;
|
|
5726
5755
|
edge_count?: number | undefined;
|
|
@@ -5751,6 +5780,7 @@ export declare const ClanUserList: {
|
|
|
5751
5780
|
location?: string | undefined;
|
|
5752
5781
|
timezone?: string | undefined;
|
|
5753
5782
|
user_status?: string | undefined;
|
|
5783
|
+
status?: string | undefined;
|
|
5754
5784
|
online?: boolean | undefined;
|
|
5755
5785
|
phone_number?: string | undefined;
|
|
5756
5786
|
edge_count?: number | undefined;
|
|
@@ -5777,6 +5807,7 @@ export declare const ClanUserList: {
|
|
|
5777
5807
|
location?: string | undefined;
|
|
5778
5808
|
timezone?: string | undefined;
|
|
5779
5809
|
user_status?: string | undefined;
|
|
5810
|
+
status?: string | undefined;
|
|
5780
5811
|
online?: boolean | undefined;
|
|
5781
5812
|
phone_number?: string | undefined;
|
|
5782
5813
|
edge_count?: number | undefined;
|
|
@@ -5803,6 +5834,7 @@ export declare const ClanUserList: {
|
|
|
5803
5834
|
location?: string | undefined;
|
|
5804
5835
|
timezone?: string | undefined;
|
|
5805
5836
|
user_status?: string | undefined;
|
|
5837
|
+
status?: string | undefined;
|
|
5806
5838
|
online?: boolean | undefined;
|
|
5807
5839
|
phone_number?: string | undefined;
|
|
5808
5840
|
edge_count?: number | undefined;
|
|
@@ -5823,6 +5855,7 @@ export declare const ClanUserList: {
|
|
|
5823
5855
|
location?: string | undefined;
|
|
5824
5856
|
timezone?: string | undefined;
|
|
5825
5857
|
user_status?: string | undefined;
|
|
5858
|
+
status?: string | undefined;
|
|
5826
5859
|
online?: boolean | undefined;
|
|
5827
5860
|
phone_number?: string | undefined;
|
|
5828
5861
|
edge_count?: number | undefined;
|
|
@@ -5849,6 +5882,7 @@ export declare const ClanUserList: {
|
|
|
5849
5882
|
location?: string | undefined;
|
|
5850
5883
|
timezone?: string | undefined;
|
|
5851
5884
|
user_status?: string | undefined;
|
|
5885
|
+
status?: string | undefined;
|
|
5852
5886
|
online?: boolean | undefined;
|
|
5853
5887
|
phone_number?: string | undefined;
|
|
5854
5888
|
edge_count?: number | undefined;
|
|
@@ -5880,6 +5914,7 @@ export declare const ClanUserList: {
|
|
|
5880
5914
|
location?: string | undefined;
|
|
5881
5915
|
timezone?: string | undefined;
|
|
5882
5916
|
user_status?: string | undefined;
|
|
5917
|
+
status?: string | undefined;
|
|
5883
5918
|
online?: boolean | undefined;
|
|
5884
5919
|
phone_number?: string | undefined;
|
|
5885
5920
|
edge_count?: number | undefined;
|
|
@@ -5910,6 +5945,7 @@ export declare const ClanUserList: {
|
|
|
5910
5945
|
location?: string | undefined;
|
|
5911
5946
|
timezone?: string | undefined;
|
|
5912
5947
|
user_status?: string | undefined;
|
|
5948
|
+
status?: string | undefined;
|
|
5913
5949
|
online?: boolean | undefined;
|
|
5914
5950
|
phone_number?: string | undefined;
|
|
5915
5951
|
edge_count?: number | undefined;
|
|
@@ -5936,6 +5972,7 @@ export declare const ClanUserList: {
|
|
|
5936
5972
|
location?: string | undefined;
|
|
5937
5973
|
timezone?: string | undefined;
|
|
5938
5974
|
user_status?: string | undefined;
|
|
5975
|
+
status?: string | undefined;
|
|
5939
5976
|
online?: boolean | undefined;
|
|
5940
5977
|
phone_number?: string | undefined;
|
|
5941
5978
|
edge_count?: number | undefined;
|
|
@@ -5962,6 +5999,7 @@ export declare const ClanUserList: {
|
|
|
5962
5999
|
location?: string | undefined;
|
|
5963
6000
|
timezone?: string | undefined;
|
|
5964
6001
|
user_status?: string | undefined;
|
|
6002
|
+
status?: string | undefined;
|
|
5965
6003
|
online?: boolean | undefined;
|
|
5966
6004
|
phone_number?: string | undefined;
|
|
5967
6005
|
edge_count?: number | undefined;
|
|
@@ -5982,6 +6020,7 @@ export declare const ClanUserList: {
|
|
|
5982
6020
|
location?: string | undefined;
|
|
5983
6021
|
timezone?: string | undefined;
|
|
5984
6022
|
user_status?: string | undefined;
|
|
6023
|
+
status?: string | undefined;
|
|
5985
6024
|
online?: boolean | undefined;
|
|
5986
6025
|
phone_number?: string | undefined;
|
|
5987
6026
|
edge_count?: number | undefined;
|
|
@@ -6008,6 +6047,7 @@ export declare const ClanUserList: {
|
|
|
6008
6047
|
location?: string | undefined;
|
|
6009
6048
|
timezone?: string | undefined;
|
|
6010
6049
|
user_status?: string | undefined;
|
|
6050
|
+
status?: string | undefined;
|
|
6011
6051
|
online?: boolean | undefined;
|
|
6012
6052
|
phone_number?: string | undefined;
|
|
6013
6053
|
edge_count?: number | undefined;
|
|
@@ -6044,6 +6084,7 @@ export declare const ClanUserList_ClanUser: {
|
|
|
6044
6084
|
location?: string | undefined;
|
|
6045
6085
|
timezone?: string | undefined;
|
|
6046
6086
|
user_status?: string | undefined;
|
|
6087
|
+
status?: string | undefined;
|
|
6047
6088
|
online?: boolean | undefined;
|
|
6048
6089
|
phone_number?: string | undefined;
|
|
6049
6090
|
edge_count?: number | undefined;
|
|
@@ -6070,6 +6111,7 @@ export declare const ClanUserList_ClanUser: {
|
|
|
6070
6111
|
location?: string | undefined;
|
|
6071
6112
|
timezone?: string | undefined;
|
|
6072
6113
|
user_status?: string | undefined;
|
|
6114
|
+
status?: string | undefined;
|
|
6073
6115
|
online?: boolean | undefined;
|
|
6074
6116
|
phone_number?: string | undefined;
|
|
6075
6117
|
edge_count?: number | undefined;
|
|
@@ -6090,6 +6132,7 @@ export declare const ClanUserList_ClanUser: {
|
|
|
6090
6132
|
location?: string | undefined;
|
|
6091
6133
|
timezone?: string | undefined;
|
|
6092
6134
|
user_status?: string | undefined;
|
|
6135
|
+
status?: string | undefined;
|
|
6093
6136
|
online?: boolean | undefined;
|
|
6094
6137
|
phone_number?: string | undefined;
|
|
6095
6138
|
edge_count?: number | undefined;
|
|
@@ -6117,6 +6160,7 @@ export declare const ClanUserList_ClanUser: {
|
|
|
6117
6160
|
location?: string | undefined;
|
|
6118
6161
|
timezone?: string | undefined;
|
|
6119
6162
|
user_status?: string | undefined;
|
|
6163
|
+
status?: string | undefined;
|
|
6120
6164
|
online?: boolean | undefined;
|
|
6121
6165
|
phone_number?: string | undefined;
|
|
6122
6166
|
edge_count?: number | undefined;
|
|
@@ -6143,6 +6187,7 @@ export declare const ClanUserList_ClanUser: {
|
|
|
6143
6187
|
location?: string | undefined;
|
|
6144
6188
|
timezone?: string | undefined;
|
|
6145
6189
|
user_status?: string | undefined;
|
|
6190
|
+
status?: string | undefined;
|
|
6146
6191
|
online?: boolean | undefined;
|
|
6147
6192
|
phone_number?: string | undefined;
|
|
6148
6193
|
edge_count?: number | undefined;
|
|
@@ -6163,6 +6208,7 @@ export declare const ClanUserList_ClanUser: {
|
|
|
6163
6208
|
location?: string | undefined;
|
|
6164
6209
|
timezone?: string | undefined;
|
|
6165
6210
|
user_status?: string | undefined;
|
|
6211
|
+
status?: string | undefined;
|
|
6166
6212
|
online?: boolean | undefined;
|
|
6167
6213
|
phone_number?: string | undefined;
|
|
6168
6214
|
edge_count?: number | undefined;
|
|
@@ -8059,6 +8105,7 @@ export declare const User: {
|
|
|
8059
8105
|
location?: string | undefined;
|
|
8060
8106
|
timezone?: string | undefined;
|
|
8061
8107
|
user_status?: string | undefined;
|
|
8108
|
+
status?: string | undefined;
|
|
8062
8109
|
online?: boolean | undefined;
|
|
8063
8110
|
phone_number?: string | undefined;
|
|
8064
8111
|
edge_count?: number | undefined;
|
|
@@ -8079,6 +8126,7 @@ export declare const User: {
|
|
|
8079
8126
|
location?: string | undefined;
|
|
8080
8127
|
timezone?: string | undefined;
|
|
8081
8128
|
user_status?: string | undefined;
|
|
8129
|
+
status?: string | undefined;
|
|
8082
8130
|
online?: boolean | undefined;
|
|
8083
8131
|
phone_number?: string | undefined;
|
|
8084
8132
|
edge_count?: number | undefined;
|
|
@@ -8100,6 +8148,7 @@ export declare const User: {
|
|
|
8100
8148
|
location?: string | undefined;
|
|
8101
8149
|
timezone?: string | undefined;
|
|
8102
8150
|
user_status?: string | undefined;
|
|
8151
|
+
status?: string | undefined;
|
|
8103
8152
|
online?: boolean | undefined;
|
|
8104
8153
|
phone_number?: string | undefined;
|
|
8105
8154
|
edge_count?: number | undefined;
|
|
@@ -8120,6 +8169,7 @@ export declare const User: {
|
|
|
8120
8169
|
location?: string | undefined;
|
|
8121
8170
|
timezone?: string | undefined;
|
|
8122
8171
|
user_status?: string | undefined;
|
|
8172
|
+
status?: string | undefined;
|
|
8123
8173
|
online?: boolean | undefined;
|
|
8124
8174
|
phone_number?: string | undefined;
|
|
8125
8175
|
edge_count?: number | undefined;
|
|
@@ -8148,6 +8198,7 @@ export declare const Users: {
|
|
|
8148
8198
|
location?: string | undefined;
|
|
8149
8199
|
timezone?: string | undefined;
|
|
8150
8200
|
user_status?: string | undefined;
|
|
8201
|
+
status?: string | undefined;
|
|
8151
8202
|
online?: boolean | undefined;
|
|
8152
8203
|
phone_number?: string | undefined;
|
|
8153
8204
|
edge_count?: number | undefined;
|
|
@@ -8170,6 +8221,7 @@ export declare const Users: {
|
|
|
8170
8221
|
location?: string | undefined;
|
|
8171
8222
|
timezone?: string | undefined;
|
|
8172
8223
|
user_status?: string | undefined;
|
|
8224
|
+
status?: string | undefined;
|
|
8173
8225
|
online?: boolean | undefined;
|
|
8174
8226
|
phone_number?: string | undefined;
|
|
8175
8227
|
edge_count?: number | undefined;
|
|
@@ -8190,6 +8242,7 @@ export declare const Users: {
|
|
|
8190
8242
|
location?: string | undefined;
|
|
8191
8243
|
timezone?: string | undefined;
|
|
8192
8244
|
user_status?: string | undefined;
|
|
8245
|
+
status?: string | undefined;
|
|
8193
8246
|
online?: boolean | undefined;
|
|
8194
8247
|
phone_number?: string | undefined;
|
|
8195
8248
|
edge_count?: number | undefined;
|
|
@@ -8210,6 +8263,7 @@ export declare const Users: {
|
|
|
8210
8263
|
location?: string | undefined;
|
|
8211
8264
|
timezone?: string | undefined;
|
|
8212
8265
|
user_status?: string | undefined;
|
|
8266
|
+
status?: string | undefined;
|
|
8213
8267
|
online?: boolean | undefined;
|
|
8214
8268
|
phone_number?: string | undefined;
|
|
8215
8269
|
edge_count?: number | undefined;
|
|
@@ -8230,6 +8284,7 @@ export declare const Users: {
|
|
|
8230
8284
|
location?: string | undefined;
|
|
8231
8285
|
timezone?: string | undefined;
|
|
8232
8286
|
user_status?: string | undefined;
|
|
8287
|
+
status?: string | undefined;
|
|
8233
8288
|
online?: boolean | undefined;
|
|
8234
8289
|
phone_number?: string | undefined;
|
|
8235
8290
|
edge_count?: number | undefined;
|
|
@@ -8253,6 +8308,7 @@ export declare const Users: {
|
|
|
8253
8308
|
location?: string | undefined;
|
|
8254
8309
|
timezone?: string | undefined;
|
|
8255
8310
|
user_status?: string | undefined;
|
|
8311
|
+
status?: string | undefined;
|
|
8256
8312
|
online?: boolean | undefined;
|
|
8257
8313
|
phone_number?: string | undefined;
|
|
8258
8314
|
edge_count?: number | undefined;
|
|
@@ -8275,6 +8331,7 @@ export declare const Users: {
|
|
|
8275
8331
|
location?: string | undefined;
|
|
8276
8332
|
timezone?: string | undefined;
|
|
8277
8333
|
user_status?: string | undefined;
|
|
8334
|
+
status?: string | undefined;
|
|
8278
8335
|
online?: boolean | undefined;
|
|
8279
8336
|
phone_number?: string | undefined;
|
|
8280
8337
|
edge_count?: number | undefined;
|
|
@@ -8295,6 +8352,7 @@ export declare const Users: {
|
|
|
8295
8352
|
location?: string | undefined;
|
|
8296
8353
|
timezone?: string | undefined;
|
|
8297
8354
|
user_status?: string | undefined;
|
|
8355
|
+
status?: string | undefined;
|
|
8298
8356
|
online?: boolean | undefined;
|
|
8299
8357
|
phone_number?: string | undefined;
|
|
8300
8358
|
edge_count?: number | undefined;
|
|
@@ -8315,6 +8373,7 @@ export declare const Users: {
|
|
|
8315
8373
|
location?: string | undefined;
|
|
8316
8374
|
timezone?: string | undefined;
|
|
8317
8375
|
user_status?: string | undefined;
|
|
8376
|
+
status?: string | undefined;
|
|
8318
8377
|
online?: boolean | undefined;
|
|
8319
8378
|
phone_number?: string | undefined;
|
|
8320
8379
|
edge_count?: number | undefined;
|
|
@@ -8335,6 +8394,7 @@ export declare const Users: {
|
|
|
8335
8394
|
location?: string | undefined;
|
|
8336
8395
|
timezone?: string | undefined;
|
|
8337
8396
|
user_status?: string | undefined;
|
|
8397
|
+
status?: string | undefined;
|
|
8338
8398
|
online?: boolean | undefined;
|
|
8339
8399
|
phone_number?: string | undefined;
|
|
8340
8400
|
edge_count?: number | undefined;
|
|
@@ -10857,6 +10917,7 @@ export declare const UpdateChannelDescRequest: {
|
|
|
10857
10917
|
topic?: string | undefined;
|
|
10858
10918
|
age_restricted?: number | undefined;
|
|
10859
10919
|
e2ee?: number | undefined;
|
|
10920
|
+
channel_avatar?: string | undefined;
|
|
10860
10921
|
} & {
|
|
10861
10922
|
clan_id?: string | undefined;
|
|
10862
10923
|
channel_id?: string | undefined;
|
|
@@ -10866,6 +10927,7 @@ export declare const UpdateChannelDescRequest: {
|
|
|
10866
10927
|
topic?: string | undefined;
|
|
10867
10928
|
age_restricted?: number | undefined;
|
|
10868
10929
|
e2ee?: number | undefined;
|
|
10930
|
+
channel_avatar?: string | undefined;
|
|
10869
10931
|
} & { [K in Exclude<keyof I, keyof UpdateChannelDescRequest>]: never; }>(base?: I | undefined): UpdateChannelDescRequest;
|
|
10870
10932
|
fromPartial<I_1 extends {
|
|
10871
10933
|
clan_id?: string | undefined;
|
|
@@ -10876,6 +10938,7 @@ export declare const UpdateChannelDescRequest: {
|
|
|
10876
10938
|
topic?: string | undefined;
|
|
10877
10939
|
age_restricted?: number | undefined;
|
|
10878
10940
|
e2ee?: number | undefined;
|
|
10941
|
+
channel_avatar?: string | undefined;
|
|
10879
10942
|
} & {
|
|
10880
10943
|
clan_id?: string | undefined;
|
|
10881
10944
|
channel_id?: string | undefined;
|
|
@@ -10885,6 +10948,7 @@ export declare const UpdateChannelDescRequest: {
|
|
|
10885
10948
|
topic?: string | undefined;
|
|
10886
10949
|
age_restricted?: number | undefined;
|
|
10887
10950
|
e2ee?: number | undefined;
|
|
10951
|
+
channel_avatar?: string | undefined;
|
|
10888
10952
|
} & { [K_1 in Exclude<keyof I_1, keyof UpdateChannelDescRequest>]: never; }>(object: I_1): UpdateChannelDescRequest;
|
|
10889
10953
|
};
|
|
10890
10954
|
export declare const ChangeChannelPrivateRequest: {
|
|
@@ -16728,6 +16792,7 @@ export declare const AllUserClans: {
|
|
|
16728
16792
|
location?: string | undefined;
|
|
16729
16793
|
timezone?: string | undefined;
|
|
16730
16794
|
user_status?: string | undefined;
|
|
16795
|
+
status?: string | undefined;
|
|
16731
16796
|
online?: boolean | undefined;
|
|
16732
16797
|
phone_number?: string | undefined;
|
|
16733
16798
|
edge_count?: number | undefined;
|
|
@@ -16750,6 +16815,7 @@ export declare const AllUserClans: {
|
|
|
16750
16815
|
location?: string | undefined;
|
|
16751
16816
|
timezone?: string | undefined;
|
|
16752
16817
|
user_status?: string | undefined;
|
|
16818
|
+
status?: string | undefined;
|
|
16753
16819
|
online?: boolean | undefined;
|
|
16754
16820
|
phone_number?: string | undefined;
|
|
16755
16821
|
edge_count?: number | undefined;
|
|
@@ -16770,6 +16836,7 @@ export declare const AllUserClans: {
|
|
|
16770
16836
|
location?: string | undefined;
|
|
16771
16837
|
timezone?: string | undefined;
|
|
16772
16838
|
user_status?: string | undefined;
|
|
16839
|
+
status?: string | undefined;
|
|
16773
16840
|
online?: boolean | undefined;
|
|
16774
16841
|
phone_number?: string | undefined;
|
|
16775
16842
|
edge_count?: number | undefined;
|
|
@@ -16790,6 +16857,7 @@ export declare const AllUserClans: {
|
|
|
16790
16857
|
location?: string | undefined;
|
|
16791
16858
|
timezone?: string | undefined;
|
|
16792
16859
|
user_status?: string | undefined;
|
|
16860
|
+
status?: string | undefined;
|
|
16793
16861
|
online?: boolean | undefined;
|
|
16794
16862
|
phone_number?: string | undefined;
|
|
16795
16863
|
edge_count?: number | undefined;
|
|
@@ -16810,6 +16878,7 @@ export declare const AllUserClans: {
|
|
|
16810
16878
|
location?: string | undefined;
|
|
16811
16879
|
timezone?: string | undefined;
|
|
16812
16880
|
user_status?: string | undefined;
|
|
16881
|
+
status?: string | undefined;
|
|
16813
16882
|
online?: boolean | undefined;
|
|
16814
16883
|
phone_number?: string | undefined;
|
|
16815
16884
|
edge_count?: number | undefined;
|
|
@@ -16833,6 +16902,7 @@ export declare const AllUserClans: {
|
|
|
16833
16902
|
location?: string | undefined;
|
|
16834
16903
|
timezone?: string | undefined;
|
|
16835
16904
|
user_status?: string | undefined;
|
|
16905
|
+
status?: string | undefined;
|
|
16836
16906
|
online?: boolean | undefined;
|
|
16837
16907
|
phone_number?: string | undefined;
|
|
16838
16908
|
edge_count?: number | undefined;
|
|
@@ -16855,6 +16925,7 @@ export declare const AllUserClans: {
|
|
|
16855
16925
|
location?: string | undefined;
|
|
16856
16926
|
timezone?: string | undefined;
|
|
16857
16927
|
user_status?: string | undefined;
|
|
16928
|
+
status?: string | undefined;
|
|
16858
16929
|
online?: boolean | undefined;
|
|
16859
16930
|
phone_number?: string | undefined;
|
|
16860
16931
|
edge_count?: number | undefined;
|
|
@@ -16875,6 +16946,7 @@ export declare const AllUserClans: {
|
|
|
16875
16946
|
location?: string | undefined;
|
|
16876
16947
|
timezone?: string | undefined;
|
|
16877
16948
|
user_status?: string | undefined;
|
|
16949
|
+
status?: string | undefined;
|
|
16878
16950
|
online?: boolean | undefined;
|
|
16879
16951
|
phone_number?: string | undefined;
|
|
16880
16952
|
edge_count?: number | undefined;
|
|
@@ -16895,6 +16967,7 @@ export declare const AllUserClans: {
|
|
|
16895
16967
|
location?: string | undefined;
|
|
16896
16968
|
timezone?: string | undefined;
|
|
16897
16969
|
user_status?: string | undefined;
|
|
16970
|
+
status?: string | undefined;
|
|
16898
16971
|
online?: boolean | undefined;
|
|
16899
16972
|
phone_number?: string | undefined;
|
|
16900
16973
|
edge_count?: number | undefined;
|
|
@@ -16915,6 +16988,7 @@ export declare const AllUserClans: {
|
|
|
16915
16988
|
location?: string | undefined;
|
|
16916
16989
|
timezone?: string | undefined;
|
|
16917
16990
|
user_status?: string | undefined;
|
|
16991
|
+
status?: string | undefined;
|
|
16918
16992
|
online?: boolean | undefined;
|
|
16919
16993
|
phone_number?: string | undefined;
|
|
16920
16994
|
edge_count?: number | undefined;
|