mezon-js-protobuf 1.8.23 → 1.8.24
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 +182 -51
- package/dist/mezon-js-protobuf/api/api.d.ts +113 -51
- package/dist/mezon-js-protobuf/rtapi/realtime.d.ts +669 -593
- package/dist/mezon-js-protobuf.cjs.js +67 -6
- package/dist/mezon-js-protobuf.esm.mjs +67 -6
- package/package.json +1 -1
- package/rtapi/realtime.ts +36 -0
|
@@ -831,6 +831,10 @@ export interface ChannelUpdatedEvent {
|
|
|
831
831
|
active: number;
|
|
832
832
|
/** count message unread */
|
|
833
833
|
count_mess_unread: number;
|
|
834
|
+
/** The users to add. */
|
|
835
|
+
user_ids: string[];
|
|
836
|
+
/** This is the role that needs to be added to the channel */
|
|
837
|
+
role_ids: string[];
|
|
834
838
|
}
|
|
835
839
|
/** Stop receiving status updates for some set of users. */
|
|
836
840
|
export interface StatusUnfollow {
|
|
@@ -1683,6 +1687,8 @@ export declare const Envelope: {
|
|
|
1683
1687
|
age_restricted?: number | undefined;
|
|
1684
1688
|
active?: number | undefined;
|
|
1685
1689
|
count_mess_unread?: number | undefined;
|
|
1690
|
+
user_ids?: string[] | undefined;
|
|
1691
|
+
role_ids?: string[] | undefined;
|
|
1686
1692
|
} | undefined;
|
|
1687
1693
|
last_pin_message_event?: {
|
|
1688
1694
|
clan_id?: string | undefined;
|
|
@@ -2316,6 +2322,8 @@ export declare const Envelope: {
|
|
|
2316
2322
|
welcome_channel_id?: string | undefined;
|
|
2317
2323
|
onboarding_banner?: string | undefined;
|
|
2318
2324
|
clan_order?: number | undefined;
|
|
2325
|
+
is_community?: boolean | undefined;
|
|
2326
|
+
community_banner?: string | undefined;
|
|
2319
2327
|
}[] | undefined;
|
|
2320
2328
|
} | undefined;
|
|
2321
2329
|
list_thread_req?: {
|
|
@@ -4688,6 +4696,8 @@ export declare const Envelope: {
|
|
|
4688
4696
|
age_restricted?: number | undefined;
|
|
4689
4697
|
active?: number | undefined;
|
|
4690
4698
|
count_mess_unread?: number | undefined;
|
|
4699
|
+
user_ids?: string[] | undefined;
|
|
4700
|
+
role_ids?: string[] | undefined;
|
|
4691
4701
|
} & {
|
|
4692
4702
|
clan_id?: string | undefined;
|
|
4693
4703
|
category_id?: string | undefined;
|
|
@@ -4706,7 +4716,9 @@ export declare const Envelope: {
|
|
|
4706
4716
|
age_restricted?: number | undefined;
|
|
4707
4717
|
active?: number | undefined;
|
|
4708
4718
|
count_mess_unread?: number | undefined;
|
|
4709
|
-
|
|
4719
|
+
user_ids?: (string[] & string[] & { [K_79 in Exclude<keyof I["channel_updated_event"]["user_ids"], keyof string[]>]: never; }) | undefined;
|
|
4720
|
+
role_ids?: (string[] & string[] & { [K_80 in Exclude<keyof I["channel_updated_event"]["role_ids"], keyof string[]>]: never; }) | undefined;
|
|
4721
|
+
} & { [K_81 in Exclude<keyof I["channel_updated_event"], keyof ChannelUpdatedEvent>]: never; }) | undefined;
|
|
4710
4722
|
last_pin_message_event?: ({
|
|
4711
4723
|
clan_id?: string | undefined;
|
|
4712
4724
|
channel_id?: string | undefined;
|
|
@@ -4737,7 +4749,7 @@ export declare const Envelope: {
|
|
|
4737
4749
|
message_content?: string | undefined;
|
|
4738
4750
|
message_attachment?: string | undefined;
|
|
4739
4751
|
message_created_time?: string | undefined;
|
|
4740
|
-
} & { [
|
|
4752
|
+
} & { [K_82 in Exclude<keyof I["last_pin_message_event"], keyof LastPinMessageEvent>]: never; }) | undefined;
|
|
4741
4753
|
custom_status_event?: ({
|
|
4742
4754
|
clan_id?: string | undefined;
|
|
4743
4755
|
user_id?: string | undefined;
|
|
@@ -4752,7 +4764,7 @@ export declare const Envelope: {
|
|
|
4752
4764
|
status?: string | undefined;
|
|
4753
4765
|
time_reset?: number | undefined;
|
|
4754
4766
|
no_clear?: boolean | undefined;
|
|
4755
|
-
} & { [
|
|
4767
|
+
} & { [K_83 in Exclude<keyof I["custom_status_event"], keyof CustomStatusEvent>]: never; }) | undefined;
|
|
4756
4768
|
user_channel_added_event?: ({
|
|
4757
4769
|
channel_desc?: {
|
|
4758
4770
|
clan_id?: string | undefined;
|
|
@@ -4922,8 +4934,8 @@ export declare const Envelope: {
|
|
|
4922
4934
|
creator_id?: string | undefined;
|
|
4923
4935
|
channel_label?: string | undefined;
|
|
4924
4936
|
channel_private?: number | undefined;
|
|
4925
|
-
channel_avatar?: (string[] & string[] & { [
|
|
4926
|
-
user_id?: (string[] & string[] & { [
|
|
4937
|
+
channel_avatar?: (string[] & string[] & { [K_84 in Exclude<keyof I["user_channel_added_event"]["channel_desc"]["channel_avatar"], keyof string[]>]: never; }) | undefined;
|
|
4938
|
+
user_id?: (string[] & string[] & { [K_85 in Exclude<keyof I["user_channel_added_event"]["channel_desc"]["user_id"], keyof string[]>]: never; }) | undefined;
|
|
4927
4939
|
last_sent_message?: ({
|
|
4928
4940
|
id?: string | undefined;
|
|
4929
4941
|
timestamp_seconds?: number | undefined;
|
|
@@ -4943,8 +4955,8 @@ export declare const Envelope: {
|
|
|
4943
4955
|
reference?: string | undefined;
|
|
4944
4956
|
mention?: string | undefined;
|
|
4945
4957
|
reaction?: string | undefined;
|
|
4946
|
-
repliers?: (string[] & string[] & { [
|
|
4947
|
-
} & { [
|
|
4958
|
+
repliers?: (string[] & string[] & { [K_86 in Exclude<keyof I["user_channel_added_event"]["channel_desc"]["last_sent_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
4959
|
+
} & { [K_87 in Exclude<keyof I["user_channel_added_event"]["channel_desc"]["last_sent_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
4948
4960
|
last_seen_message?: ({
|
|
4949
4961
|
id?: string | undefined;
|
|
4950
4962
|
timestamp_seconds?: number | undefined;
|
|
@@ -4964,27 +4976,27 @@ export declare const Envelope: {
|
|
|
4964
4976
|
reference?: string | undefined;
|
|
4965
4977
|
mention?: string | undefined;
|
|
4966
4978
|
reaction?: string | undefined;
|
|
4967
|
-
repliers?: (string[] & string[] & { [
|
|
4968
|
-
} & { [
|
|
4969
|
-
is_online?: (boolean[] & boolean[] & { [
|
|
4979
|
+
repliers?: (string[] & string[] & { [K_88 in Exclude<keyof I["user_channel_added_event"]["channel_desc"]["last_seen_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
4980
|
+
} & { [K_89 in Exclude<keyof I["user_channel_added_event"]["channel_desc"]["last_seen_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
4981
|
+
is_online?: (boolean[] & boolean[] & { [K_90 in Exclude<keyof I["user_channel_added_event"]["channel_desc"]["is_online"], keyof boolean[]>]: never; }) | undefined;
|
|
4970
4982
|
meeting_code?: string | undefined;
|
|
4971
4983
|
count_mess_unread?: number | undefined;
|
|
4972
4984
|
active?: number | undefined;
|
|
4973
4985
|
last_pin_message?: string | undefined;
|
|
4974
|
-
usernames?: (string[] & string[] & { [
|
|
4986
|
+
usernames?: (string[] & string[] & { [K_91 in Exclude<keyof I["user_channel_added_event"]["channel_desc"]["usernames"], keyof string[]>]: never; }) | undefined;
|
|
4975
4987
|
creator_name?: string | undefined;
|
|
4976
4988
|
create_time_seconds?: number | undefined;
|
|
4977
4989
|
update_time_seconds?: number | undefined;
|
|
4978
|
-
metadata?: (string[] & string[] & { [
|
|
4979
|
-
about_me?: (string[] & string[] & { [
|
|
4990
|
+
metadata?: (string[] & string[] & { [K_92 in Exclude<keyof I["user_channel_added_event"]["channel_desc"]["metadata"], keyof string[]>]: never; }) | undefined;
|
|
4991
|
+
about_me?: (string[] & string[] & { [K_93 in Exclude<keyof I["user_channel_added_event"]["channel_desc"]["about_me"], keyof string[]>]: never; }) | undefined;
|
|
4980
4992
|
clan_name?: string | undefined;
|
|
4981
4993
|
app_id?: string | undefined;
|
|
4982
4994
|
is_mute?: boolean | undefined;
|
|
4983
4995
|
age_restricted?: number | undefined;
|
|
4984
4996
|
topic?: string | undefined;
|
|
4985
4997
|
e2ee?: number | undefined;
|
|
4986
|
-
display_names?: (string[] & string[] & { [
|
|
4987
|
-
} & { [
|
|
4998
|
+
display_names?: (string[] & string[] & { [K_94 in Exclude<keyof I["user_channel_added_event"]["channel_desc"]["display_names"], keyof string[]>]: never; }) | undefined;
|
|
4999
|
+
} & { [K_95 in Exclude<keyof I["user_channel_added_event"]["channel_desc"], keyof ChannelDescription1>]: never; }) | undefined;
|
|
4988
5000
|
users?: ({
|
|
4989
5001
|
user_id?: string | undefined;
|
|
4990
5002
|
username?: string | undefined;
|
|
@@ -5051,7 +5063,7 @@ export declare const Envelope: {
|
|
|
5051
5063
|
device_id?: string | undefined;
|
|
5052
5064
|
token_id?: string | undefined;
|
|
5053
5065
|
platform?: string | undefined;
|
|
5054
|
-
} & { [
|
|
5066
|
+
} & { [K_96 in Exclude<keyof I["user_channel_added_event"]["users"][number]["fcm_tokens"][number], keyof FCMTokens>]: never; })[] & { [K_97 in Exclude<keyof I["user_channel_added_event"]["users"][number]["fcm_tokens"], keyof {
|
|
5055
5067
|
device_id?: string | undefined;
|
|
5056
5068
|
token_id?: string | undefined;
|
|
5057
5069
|
platform?: string | undefined;
|
|
@@ -5059,14 +5071,14 @@ export declare const Envelope: {
|
|
|
5059
5071
|
online?: boolean | undefined;
|
|
5060
5072
|
metadata?: string | undefined;
|
|
5061
5073
|
is_disabled?: boolean | undefined;
|
|
5062
|
-
joined_clans?: (string[] & string[] & { [
|
|
5074
|
+
joined_clans?: (string[] & string[] & { [K_98 in Exclude<keyof I["user_channel_added_event"]["users"][number]["joined_clans"], keyof string[]>]: never; }) | undefined;
|
|
5063
5075
|
pubkey?: string | undefined;
|
|
5064
5076
|
mezon_id?: string | undefined;
|
|
5065
5077
|
app_token?: string | undefined;
|
|
5066
5078
|
app_url?: string | undefined;
|
|
5067
5079
|
is_bot?: boolean | undefined;
|
|
5068
5080
|
voip_token?: string | undefined;
|
|
5069
|
-
} & { [
|
|
5081
|
+
} & { [K_99 in Exclude<keyof I["user_channel_added_event"]["users"][number], keyof UserProfileRedis>]: never; })[] & { [K_100 in Exclude<keyof I["user_channel_added_event"]["users"], keyof {
|
|
5070
5082
|
user_id?: string | undefined;
|
|
5071
5083
|
username?: string | undefined;
|
|
5072
5084
|
avatar?: string | undefined;
|
|
@@ -5135,7 +5147,7 @@ export declare const Envelope: {
|
|
|
5135
5147
|
device_id?: string | undefined;
|
|
5136
5148
|
token_id?: string | undefined;
|
|
5137
5149
|
platform?: string | undefined;
|
|
5138
|
-
} & { [
|
|
5150
|
+
} & { [K_101 in Exclude<keyof I["user_channel_added_event"]["caller"]["fcm_tokens"][number], keyof FCMTokens>]: never; })[] & { [K_102 in Exclude<keyof I["user_channel_added_event"]["caller"]["fcm_tokens"], keyof {
|
|
5139
5151
|
device_id?: string | undefined;
|
|
5140
5152
|
token_id?: string | undefined;
|
|
5141
5153
|
platform?: string | undefined;
|
|
@@ -5143,17 +5155,17 @@ export declare const Envelope: {
|
|
|
5143
5155
|
online?: boolean | undefined;
|
|
5144
5156
|
metadata?: string | undefined;
|
|
5145
5157
|
is_disabled?: boolean | undefined;
|
|
5146
|
-
joined_clans?: (string[] & string[] & { [
|
|
5158
|
+
joined_clans?: (string[] & string[] & { [K_103 in Exclude<keyof I["user_channel_added_event"]["caller"]["joined_clans"], keyof string[]>]: never; }) | undefined;
|
|
5147
5159
|
pubkey?: string | undefined;
|
|
5148
5160
|
mezon_id?: string | undefined;
|
|
5149
5161
|
app_token?: string | undefined;
|
|
5150
5162
|
app_url?: string | undefined;
|
|
5151
5163
|
is_bot?: boolean | undefined;
|
|
5152
5164
|
voip_token?: string | undefined;
|
|
5153
|
-
} & { [
|
|
5165
|
+
} & { [K_104 in Exclude<keyof I["user_channel_added_event"]["caller"], keyof UserProfileRedis>]: never; }) | undefined;
|
|
5154
5166
|
create_time_second?: number | undefined;
|
|
5155
5167
|
active?: number | undefined;
|
|
5156
|
-
} & { [
|
|
5168
|
+
} & { [K_105 in Exclude<keyof I["user_channel_added_event"], keyof UserChannelAdded>]: never; }) | undefined;
|
|
5157
5169
|
user_channel_removed_event?: ({
|
|
5158
5170
|
channel_id?: string | undefined;
|
|
5159
5171
|
user_ids?: string[] | undefined;
|
|
@@ -5162,18 +5174,18 @@ export declare const Envelope: {
|
|
|
5162
5174
|
badge_counts?: number[] | undefined;
|
|
5163
5175
|
} & {
|
|
5164
5176
|
channel_id?: string | undefined;
|
|
5165
|
-
user_ids?: (string[] & string[] & { [
|
|
5177
|
+
user_ids?: (string[] & string[] & { [K_106 in Exclude<keyof I["user_channel_removed_event"]["user_ids"], keyof string[]>]: never; }) | undefined;
|
|
5166
5178
|
channel_type?: number | undefined;
|
|
5167
5179
|
clan_id?: string | undefined;
|
|
5168
|
-
badge_counts?: (number[] & number[] & { [
|
|
5169
|
-
} & { [
|
|
5180
|
+
badge_counts?: (number[] & number[] & { [K_107 in Exclude<keyof I["user_channel_removed_event"]["badge_counts"], keyof number[]>]: never; }) | undefined;
|
|
5181
|
+
} & { [K_108 in Exclude<keyof I["user_channel_removed_event"], keyof UserChannelRemoved>]: never; }) | undefined;
|
|
5170
5182
|
user_clan_removed_event?: ({
|
|
5171
5183
|
clan_id?: string | undefined;
|
|
5172
5184
|
user_ids?: string[] | undefined;
|
|
5173
5185
|
} & {
|
|
5174
5186
|
clan_id?: string | undefined;
|
|
5175
|
-
user_ids?: (string[] & string[] & { [
|
|
5176
|
-
} & { [
|
|
5187
|
+
user_ids?: (string[] & string[] & { [K_109 in Exclude<keyof I["user_clan_removed_event"]["user_ids"], keyof string[]>]: never; }) | undefined;
|
|
5188
|
+
} & { [K_110 in Exclude<keyof I["user_clan_removed_event"], keyof UserClanRemoved>]: never; }) | undefined;
|
|
5177
5189
|
clan_updated_event?: ({
|
|
5178
5190
|
clan_id?: string | undefined;
|
|
5179
5191
|
clan_name?: string | undefined;
|
|
@@ -5192,7 +5204,7 @@ export declare const Envelope: {
|
|
|
5192
5204
|
is_onboarding?: boolean | undefined;
|
|
5193
5205
|
welcome_channel_id?: string | undefined;
|
|
5194
5206
|
onboarding_banner?: string | undefined;
|
|
5195
|
-
} & { [
|
|
5207
|
+
} & { [K_111 in Exclude<keyof I["clan_updated_event"], keyof ClanUpdatedEvent>]: never; }) | undefined;
|
|
5196
5208
|
clan_profile_updated_event?: ({
|
|
5197
5209
|
user_id?: string | undefined;
|
|
5198
5210
|
clan_nick?: string | undefined;
|
|
@@ -5203,7 +5215,7 @@ export declare const Envelope: {
|
|
|
5203
5215
|
clan_nick?: string | undefined;
|
|
5204
5216
|
clan_avatar?: string | undefined;
|
|
5205
5217
|
clan_id?: string | undefined;
|
|
5206
|
-
} & { [
|
|
5218
|
+
} & { [K_112 in Exclude<keyof I["clan_profile_updated_event"], keyof ClanProfileUpdatedEvent>]: never; }) | undefined;
|
|
5207
5219
|
check_name_existed_event?: ({
|
|
5208
5220
|
name?: string | undefined;
|
|
5209
5221
|
condition_id?: string | undefined;
|
|
@@ -5214,7 +5226,7 @@ export declare const Envelope: {
|
|
|
5214
5226
|
condition_id?: string | undefined;
|
|
5215
5227
|
exist?: boolean | undefined;
|
|
5216
5228
|
type?: number | undefined;
|
|
5217
|
-
} & { [
|
|
5229
|
+
} & { [K_113 in Exclude<keyof I["check_name_existed_event"], keyof CheckNameExistedEvent>]: never; }) | undefined;
|
|
5218
5230
|
user_profile_updated_event?: ({
|
|
5219
5231
|
user_id?: string | undefined;
|
|
5220
5232
|
display_name?: string | undefined;
|
|
@@ -5231,7 +5243,7 @@ export declare const Envelope: {
|
|
|
5231
5243
|
channel_id?: string | undefined;
|
|
5232
5244
|
clan_id?: string | undefined;
|
|
5233
5245
|
encrypt_private_key?: string | undefined;
|
|
5234
|
-
} & { [
|
|
5246
|
+
} & { [K_114 in Exclude<keyof I["user_profile_updated_event"], keyof UserProfileUpdatedEvent>]: never; }) | undefined;
|
|
5235
5247
|
add_clan_user_event?: ({
|
|
5236
5248
|
clan_id?: string | undefined;
|
|
5237
5249
|
user?: {
|
|
@@ -5304,7 +5316,7 @@ export declare const Envelope: {
|
|
|
5304
5316
|
device_id?: string | undefined;
|
|
5305
5317
|
token_id?: string | undefined;
|
|
5306
5318
|
platform?: string | undefined;
|
|
5307
|
-
} & { [
|
|
5319
|
+
} & { [K_115 in Exclude<keyof I["add_clan_user_event"]["user"]["fcm_tokens"][number], keyof FCMTokens>]: never; })[] & { [K_116 in Exclude<keyof I["add_clan_user_event"]["user"]["fcm_tokens"], keyof {
|
|
5308
5320
|
device_id?: string | undefined;
|
|
5309
5321
|
token_id?: string | undefined;
|
|
5310
5322
|
platform?: string | undefined;
|
|
@@ -5312,16 +5324,16 @@ export declare const Envelope: {
|
|
|
5312
5324
|
online?: boolean | undefined;
|
|
5313
5325
|
metadata?: string | undefined;
|
|
5314
5326
|
is_disabled?: boolean | undefined;
|
|
5315
|
-
joined_clans?: (string[] & string[] & { [
|
|
5327
|
+
joined_clans?: (string[] & string[] & { [K_117 in Exclude<keyof I["add_clan_user_event"]["user"]["joined_clans"], keyof string[]>]: never; }) | undefined;
|
|
5316
5328
|
pubkey?: string | undefined;
|
|
5317
5329
|
mezon_id?: string | undefined;
|
|
5318
5330
|
app_token?: string | undefined;
|
|
5319
5331
|
app_url?: string | undefined;
|
|
5320
5332
|
is_bot?: boolean | undefined;
|
|
5321
5333
|
voip_token?: string | undefined;
|
|
5322
|
-
} & { [
|
|
5334
|
+
} & { [K_118 in Exclude<keyof I["add_clan_user_event"]["user"], keyof UserProfileRedis>]: never; }) | undefined;
|
|
5323
5335
|
invitor?: string | undefined;
|
|
5324
|
-
} & { [
|
|
5336
|
+
} & { [K_119 in Exclude<keyof I["add_clan_user_event"], keyof AddClanUserEvent>]: never; }) | undefined;
|
|
5325
5337
|
clan_event_created?: ({
|
|
5326
5338
|
title?: string | undefined;
|
|
5327
5339
|
logo?: string | undefined;
|
|
@@ -5375,8 +5387,8 @@ export declare const Envelope: {
|
|
|
5375
5387
|
external_link?: string | undefined;
|
|
5376
5388
|
creator_id?: string | undefined;
|
|
5377
5389
|
event_id?: string | undefined;
|
|
5378
|
-
} & { [
|
|
5379
|
-
} & { [
|
|
5390
|
+
} & { [K_120 in Exclude<keyof I["clan_event_created"]["meet_room"], keyof import("../api/api").GenerateMezonMeetResponse>]: never; }) | undefined;
|
|
5391
|
+
} & { [K_121 in Exclude<keyof I["clan_event_created"], keyof CreateEventRequest>]: never; }) | undefined;
|
|
5380
5392
|
role_assign_event?: ({
|
|
5381
5393
|
ClanId?: string | undefined;
|
|
5382
5394
|
role_id?: string | undefined;
|
|
@@ -5385,16 +5397,16 @@ export declare const Envelope: {
|
|
|
5385
5397
|
} & {
|
|
5386
5398
|
ClanId?: string | undefined;
|
|
5387
5399
|
role_id?: string | undefined;
|
|
5388
|
-
user_ids_assigned?: (string[] & string[] & { [
|
|
5389
|
-
user_ids_removed?: (string[] & string[] & { [
|
|
5390
|
-
} & { [
|
|
5400
|
+
user_ids_assigned?: (string[] & string[] & { [K_122 in Exclude<keyof I["role_assign_event"]["user_ids_assigned"], keyof string[]>]: never; }) | undefined;
|
|
5401
|
+
user_ids_removed?: (string[] & string[] & { [K_123 in Exclude<keyof I["role_assign_event"]["user_ids_removed"], keyof string[]>]: never; }) | undefined;
|
|
5402
|
+
} & { [K_124 in Exclude<keyof I["role_assign_event"], keyof RoleAssignedEvent>]: never; }) | undefined;
|
|
5391
5403
|
clan_deleted_event?: ({
|
|
5392
5404
|
clan_id?: string | undefined;
|
|
5393
5405
|
deletor?: string | undefined;
|
|
5394
5406
|
} & {
|
|
5395
5407
|
clan_id?: string | undefined;
|
|
5396
5408
|
deletor?: string | undefined;
|
|
5397
|
-
} & { [
|
|
5409
|
+
} & { [K_125 in Exclude<keyof I["clan_deleted_event"], keyof ClanDeletedEvent>]: never; }) | undefined;
|
|
5398
5410
|
give_coffee_event?: ({
|
|
5399
5411
|
sender_id?: string | undefined;
|
|
5400
5412
|
receiver_id?: string | undefined;
|
|
@@ -5409,7 +5421,7 @@ export declare const Envelope: {
|
|
|
5409
5421
|
message_ref_id?: string | undefined;
|
|
5410
5422
|
channel_id?: string | undefined;
|
|
5411
5423
|
clan_id?: string | undefined;
|
|
5412
|
-
} & { [
|
|
5424
|
+
} & { [K_126 in Exclude<keyof I["give_coffee_event"], keyof GiveCoffeeEvent>]: never; }) | undefined;
|
|
5413
5425
|
sticker_create_event?: ({
|
|
5414
5426
|
clan_id?: string | undefined;
|
|
5415
5427
|
source?: string | undefined;
|
|
@@ -5428,7 +5440,7 @@ export declare const Envelope: {
|
|
|
5428
5440
|
sticker_id?: string | undefined;
|
|
5429
5441
|
logo?: string | undefined;
|
|
5430
5442
|
clan_name?: string | undefined;
|
|
5431
|
-
} & { [
|
|
5443
|
+
} & { [K_127 in Exclude<keyof I["sticker_create_event"], keyof StickerCreateEvent>]: never; }) | undefined;
|
|
5432
5444
|
sticker_update_event?: ({
|
|
5433
5445
|
shortname?: string | undefined;
|
|
5434
5446
|
sticker_id?: string | undefined;
|
|
@@ -5437,14 +5449,14 @@ export declare const Envelope: {
|
|
|
5437
5449
|
shortname?: string | undefined;
|
|
5438
5450
|
sticker_id?: string | undefined;
|
|
5439
5451
|
user_id?: string | undefined;
|
|
5440
|
-
} & { [
|
|
5452
|
+
} & { [K_128 in Exclude<keyof I["sticker_update_event"], keyof StickerUpdateEvent>]: never; }) | undefined;
|
|
5441
5453
|
sticker_delete_event?: ({
|
|
5442
5454
|
sticker_id?: string | undefined;
|
|
5443
5455
|
user_id?: string | undefined;
|
|
5444
5456
|
} & {
|
|
5445
5457
|
sticker_id?: string | undefined;
|
|
5446
5458
|
user_id?: string | undefined;
|
|
5447
|
-
} & { [
|
|
5459
|
+
} & { [K_129 in Exclude<keyof I["sticker_delete_event"], keyof StickerDeleteEvent>]: never; }) | undefined;
|
|
5448
5460
|
role_event?: ({
|
|
5449
5461
|
role?: {
|
|
5450
5462
|
id?: string | undefined;
|
|
@@ -5582,7 +5594,7 @@ export declare const Envelope: {
|
|
|
5582
5594
|
lang_tag?: string | undefined;
|
|
5583
5595
|
location?: string | undefined;
|
|
5584
5596
|
online?: boolean | undefined;
|
|
5585
|
-
} & { [
|
|
5597
|
+
} & { [K_130 in Exclude<keyof I["role_event"]["role"]["role_user_list"]["role_users"][number], keyof import("../api/api").RoleUserList_RoleUser>]: never; })[] & { [K_131 in Exclude<keyof I["role_event"]["role"]["role_user_list"]["role_users"], keyof {
|
|
5586
5598
|
id?: string | undefined;
|
|
5587
5599
|
username?: string | undefined;
|
|
5588
5600
|
display_name?: string | undefined;
|
|
@@ -5592,7 +5604,7 @@ export declare const Envelope: {
|
|
|
5592
5604
|
online?: boolean | undefined;
|
|
5593
5605
|
}[]>]: never; }) | undefined;
|
|
5594
5606
|
cursor?: string | undefined;
|
|
5595
|
-
} & { [
|
|
5607
|
+
} & { [K_132 in Exclude<keyof I["role_event"]["role"]["role_user_list"], keyof RoleUserList>]: never; }) | undefined;
|
|
5596
5608
|
permission_list?: ({
|
|
5597
5609
|
permissions?: {
|
|
5598
5610
|
id?: string | undefined;
|
|
@@ -5629,7 +5641,7 @@ export declare const Envelope: {
|
|
|
5629
5641
|
active?: number | undefined;
|
|
5630
5642
|
scope?: number | undefined;
|
|
5631
5643
|
level?: number | undefined;
|
|
5632
|
-
} & { [
|
|
5644
|
+
} & { [K_133 in Exclude<keyof I["role_event"]["role"]["permission_list"]["permissions"][number], keyof import("../api/api").Permission>]: never; })[] & { [K_134 in Exclude<keyof I["role_event"]["role"]["permission_list"]["permissions"], keyof {
|
|
5633
5645
|
id?: string | undefined;
|
|
5634
5646
|
title?: string | undefined;
|
|
5635
5647
|
slug?: string | undefined;
|
|
@@ -5639,19 +5651,19 @@ export declare const Envelope: {
|
|
|
5639
5651
|
level?: number | undefined;
|
|
5640
5652
|
}[]>]: never; }) | undefined;
|
|
5641
5653
|
max_level_permission?: number | undefined;
|
|
5642
|
-
} & { [
|
|
5654
|
+
} & { [K_135 in Exclude<keyof I["role_event"]["role"]["permission_list"], keyof PermissionList>]: never; }) | undefined;
|
|
5643
5655
|
role_channel_active?: number | undefined;
|
|
5644
|
-
channel_ids?: (string[] & string[] & { [
|
|
5656
|
+
channel_ids?: (string[] & string[] & { [K_136 in Exclude<keyof I["role_event"]["role"]["channel_ids"], keyof string[]>]: never; }) | undefined;
|
|
5645
5657
|
max_level_permission?: number | undefined;
|
|
5646
5658
|
order_role?: number | undefined;
|
|
5647
|
-
} & { [
|
|
5659
|
+
} & { [K_137 in Exclude<keyof I["role_event"]["role"], keyof Role>]: never; }) | undefined;
|
|
5648
5660
|
status?: number | undefined;
|
|
5649
5661
|
user_id?: string | undefined;
|
|
5650
|
-
user_add_ids?: (string[] & string[] & { [
|
|
5651
|
-
user_remove_ids?: (string[] & string[] & { [
|
|
5652
|
-
active_permission_ids?: (string[] & string[] & { [
|
|
5653
|
-
remove_permission_ids?: (string[] & string[] & { [
|
|
5654
|
-
} & { [
|
|
5662
|
+
user_add_ids?: (string[] & string[] & { [K_138 in Exclude<keyof I["role_event"]["user_add_ids"], keyof string[]>]: never; }) | undefined;
|
|
5663
|
+
user_remove_ids?: (string[] & string[] & { [K_139 in Exclude<keyof I["role_event"]["user_remove_ids"], keyof string[]>]: never; }) | undefined;
|
|
5664
|
+
active_permission_ids?: (string[] & string[] & { [K_140 in Exclude<keyof I["role_event"]["active_permission_ids"], keyof string[]>]: never; }) | undefined;
|
|
5665
|
+
remove_permission_ids?: (string[] & string[] & { [K_141 in Exclude<keyof I["role_event"]["remove_permission_ids"], keyof string[]>]: never; }) | undefined;
|
|
5666
|
+
} & { [K_142 in Exclude<keyof I["role_event"], keyof RoleEvent>]: never; }) | undefined;
|
|
5655
5667
|
event_emoji?: ({
|
|
5656
5668
|
id?: string | undefined;
|
|
5657
5669
|
clan_id?: string | undefined;
|
|
@@ -5674,7 +5686,7 @@ export declare const Envelope: {
|
|
|
5674
5686
|
logo?: string | undefined;
|
|
5675
5687
|
clan_name?: string | undefined;
|
|
5676
5688
|
is_for_sale?: boolean | undefined;
|
|
5677
|
-
} & { [
|
|
5689
|
+
} & { [K_143 in Exclude<keyof I["event_emoji"], keyof EventEmoji>]: never; }) | undefined;
|
|
5678
5690
|
streaming_joined_event?: ({
|
|
5679
5691
|
clan_id?: string | undefined;
|
|
5680
5692
|
clan_name?: string | undefined;
|
|
@@ -5691,7 +5703,7 @@ export declare const Envelope: {
|
|
|
5691
5703
|
user_id?: string | undefined;
|
|
5692
5704
|
streaming_channel_label?: string | undefined;
|
|
5693
5705
|
streaming_channel_id?: string | undefined;
|
|
5694
|
-
} & { [
|
|
5706
|
+
} & { [K_144 in Exclude<keyof I["streaming_joined_event"], keyof StreamingJoinedEvent>]: never; }) | undefined;
|
|
5695
5707
|
streaming_leaved_event?: ({
|
|
5696
5708
|
id?: string | undefined;
|
|
5697
5709
|
clan_id?: string | undefined;
|
|
@@ -5702,7 +5714,7 @@ export declare const Envelope: {
|
|
|
5702
5714
|
clan_id?: string | undefined;
|
|
5703
5715
|
streaming_channel_id?: string | undefined;
|
|
5704
5716
|
streaming_user_id?: string | undefined;
|
|
5705
|
-
} & { [
|
|
5717
|
+
} & { [K_145 in Exclude<keyof I["streaming_leaved_event"], keyof StreamingLeavedEvent>]: never; }) | undefined;
|
|
5706
5718
|
streaming_started_event?: ({
|
|
5707
5719
|
clan_id?: string | undefined;
|
|
5708
5720
|
channel_id?: string | undefined;
|
|
@@ -5713,14 +5725,14 @@ export declare const Envelope: {
|
|
|
5713
5725
|
channel_id?: string | undefined;
|
|
5714
5726
|
streaming_url?: string | undefined;
|
|
5715
5727
|
is_streaming?: boolean | undefined;
|
|
5716
|
-
} & { [
|
|
5728
|
+
} & { [K_146 in Exclude<keyof I["streaming_started_event"], keyof StreamingStartedEvent>]: never; }) | undefined;
|
|
5717
5729
|
streaming_ended_event?: ({
|
|
5718
5730
|
clan_id?: string | undefined;
|
|
5719
5731
|
channel_id?: string | undefined;
|
|
5720
5732
|
} & {
|
|
5721
5733
|
clan_id?: string | undefined;
|
|
5722
5734
|
channel_id?: string | undefined;
|
|
5723
|
-
} & { [
|
|
5735
|
+
} & { [K_147 in Exclude<keyof I["streaming_ended_event"], keyof StreamingEndedEvent>]: never; }) | undefined;
|
|
5724
5736
|
permission_set_event?: ({
|
|
5725
5737
|
caller?: string | undefined;
|
|
5726
5738
|
role_id?: string | undefined;
|
|
@@ -5748,12 +5760,12 @@ export declare const Envelope: {
|
|
|
5748
5760
|
permission_id?: string | undefined;
|
|
5749
5761
|
slug?: string | undefined;
|
|
5750
5762
|
type?: number | undefined;
|
|
5751
|
-
} & { [
|
|
5763
|
+
} & { [K_148 in Exclude<keyof I["permission_set_event"]["permission_updates"][number], keyof PermissionUpdate>]: never; })[] & { [K_149 in Exclude<keyof I["permission_set_event"]["permission_updates"], keyof {
|
|
5752
5764
|
permission_id?: string | undefined;
|
|
5753
5765
|
slug?: string | undefined;
|
|
5754
5766
|
type?: number | undefined;
|
|
5755
5767
|
}[]>]: never; }) | undefined;
|
|
5756
|
-
} & { [
|
|
5768
|
+
} & { [K_150 in Exclude<keyof I["permission_set_event"], keyof PermissionSetEvent>]: never; }) | undefined;
|
|
5757
5769
|
permission_changed_event?: ({
|
|
5758
5770
|
user_id?: string | undefined;
|
|
5759
5771
|
channel_id?: string | undefined;
|
|
@@ -5787,7 +5799,7 @@ export declare const Envelope: {
|
|
|
5787
5799
|
permission_id?: string | undefined;
|
|
5788
5800
|
slug?: string | undefined;
|
|
5789
5801
|
type?: number | undefined;
|
|
5790
|
-
} & { [
|
|
5802
|
+
} & { [K_151 in Exclude<keyof I["permission_changed_event"]["add_permissions"][number], keyof PermissionUpdate>]: never; })[] & { [K_152 in Exclude<keyof I["permission_changed_event"]["add_permissions"], keyof {
|
|
5791
5803
|
permission_id?: string | undefined;
|
|
5792
5804
|
slug?: string | undefined;
|
|
5793
5805
|
type?: number | undefined;
|
|
@@ -5804,7 +5816,7 @@ export declare const Envelope: {
|
|
|
5804
5816
|
permission_id?: string | undefined;
|
|
5805
5817
|
slug?: string | undefined;
|
|
5806
5818
|
type?: number | undefined;
|
|
5807
|
-
} & { [
|
|
5819
|
+
} & { [K_153 in Exclude<keyof I["permission_changed_event"]["remove_permissions"][number], keyof PermissionUpdate>]: never; })[] & { [K_154 in Exclude<keyof I["permission_changed_event"]["remove_permissions"], keyof {
|
|
5808
5820
|
permission_id?: string | undefined;
|
|
5809
5821
|
slug?: string | undefined;
|
|
5810
5822
|
type?: number | undefined;
|
|
@@ -5821,12 +5833,12 @@ export declare const Envelope: {
|
|
|
5821
5833
|
permission_id?: string | undefined;
|
|
5822
5834
|
slug?: string | undefined;
|
|
5823
5835
|
type?: number | undefined;
|
|
5824
|
-
} & { [
|
|
5836
|
+
} & { [K_155 in Exclude<keyof I["permission_changed_event"]["default_permissions"][number], keyof PermissionUpdate>]: never; })[] & { [K_156 in Exclude<keyof I["permission_changed_event"]["default_permissions"], keyof {
|
|
5825
5837
|
permission_id?: string | undefined;
|
|
5826
5838
|
slug?: string | undefined;
|
|
5827
5839
|
type?: number | undefined;
|
|
5828
5840
|
}[]>]: never; }) | undefined;
|
|
5829
|
-
} & { [
|
|
5841
|
+
} & { [K_157 in Exclude<keyof I["permission_changed_event"], keyof PermissionChangedEvent>]: never; }) | undefined;
|
|
5830
5842
|
token_sent_event?: ({
|
|
5831
5843
|
sender_id?: string | undefined;
|
|
5832
5844
|
sender_name?: string | undefined;
|
|
@@ -5843,7 +5855,7 @@ export declare const Envelope: {
|
|
|
5843
5855
|
note?: string | undefined;
|
|
5844
5856
|
extra_attribute?: string | undefined;
|
|
5845
5857
|
transaction_id?: string | undefined;
|
|
5846
|
-
} & { [
|
|
5858
|
+
} & { [K_158 in Exclude<keyof I["token_sent_event"], keyof TokenSentEvent>]: never; }) | undefined;
|
|
5847
5859
|
message_button_clicked?: ({
|
|
5848
5860
|
message_id?: string | undefined;
|
|
5849
5861
|
channel_id?: string | undefined;
|
|
@@ -5858,7 +5870,7 @@ export declare const Envelope: {
|
|
|
5858
5870
|
sender_id?: string | undefined;
|
|
5859
5871
|
user_id?: string | undefined;
|
|
5860
5872
|
extra_data?: string | undefined;
|
|
5861
|
-
} & { [
|
|
5873
|
+
} & { [K_159 in Exclude<keyof I["message_button_clicked"], keyof MessageButtonClicked>]: never; }) | undefined;
|
|
5862
5874
|
unmute_event?: ({
|
|
5863
5875
|
channel_id?: string | undefined;
|
|
5864
5876
|
category_id?: string | undefined;
|
|
@@ -5867,7 +5879,7 @@ export declare const Envelope: {
|
|
|
5867
5879
|
channel_id?: string | undefined;
|
|
5868
5880
|
category_id?: string | undefined;
|
|
5869
5881
|
clan_id?: string | undefined;
|
|
5870
|
-
} & { [
|
|
5882
|
+
} & { [K_160 in Exclude<keyof I["unmute_event"], keyof UnmuteEvent>]: never; }) | undefined;
|
|
5871
5883
|
webrtc_signaling_fwd?: ({
|
|
5872
5884
|
receiver_id?: string | undefined;
|
|
5873
5885
|
data_type?: number | undefined;
|
|
@@ -5880,7 +5892,7 @@ export declare const Envelope: {
|
|
|
5880
5892
|
json_data?: string | undefined;
|
|
5881
5893
|
channel_id?: string | undefined;
|
|
5882
5894
|
caller_id?: string | undefined;
|
|
5883
|
-
} & { [
|
|
5895
|
+
} & { [K_161 in Exclude<keyof I["webrtc_signaling_fwd"], keyof WebrtcSignalingFwd>]: never; }) | undefined;
|
|
5884
5896
|
list_activity?: ({
|
|
5885
5897
|
acts?: {
|
|
5886
5898
|
user_id?: string | undefined;
|
|
@@ -5920,7 +5932,7 @@ export declare const Envelope: {
|
|
|
5920
5932
|
end_time?: Date | undefined;
|
|
5921
5933
|
application_id?: string | undefined;
|
|
5922
5934
|
status?: number | undefined;
|
|
5923
|
-
} & { [
|
|
5935
|
+
} & { [K_162 in Exclude<keyof I["list_activity"]["acts"][number], keyof UserActivity>]: never; })[] & { [K_163 in Exclude<keyof I["list_activity"]["acts"], keyof {
|
|
5924
5936
|
user_id?: string | undefined;
|
|
5925
5937
|
activity_name?: string | undefined;
|
|
5926
5938
|
activity_type?: number | undefined;
|
|
@@ -5930,7 +5942,7 @@ export declare const Envelope: {
|
|
|
5930
5942
|
application_id?: string | undefined;
|
|
5931
5943
|
status?: number | undefined;
|
|
5932
5944
|
}[]>]: never; }) | undefined;
|
|
5933
|
-
} & { [
|
|
5945
|
+
} & { [K_164 in Exclude<keyof I["list_activity"], "acts">]: never; }) | undefined;
|
|
5934
5946
|
dropdown_box_selected?: ({
|
|
5935
5947
|
message_id?: string | undefined;
|
|
5936
5948
|
channel_id?: string | undefined;
|
|
@@ -5944,8 +5956,8 @@ export declare const Envelope: {
|
|
|
5944
5956
|
selectbox_id?: string | undefined;
|
|
5945
5957
|
sender_id?: string | undefined;
|
|
5946
5958
|
user_id?: string | undefined;
|
|
5947
|
-
values?: (string[] & string[] & { [
|
|
5948
|
-
} & { [
|
|
5959
|
+
values?: (string[] & string[] & { [K_165 in Exclude<keyof I["dropdown_box_selected"]["values"], keyof string[]>]: never; }) | undefined;
|
|
5960
|
+
} & { [K_166 in Exclude<keyof I["dropdown_box_selected"], keyof DropdownBoxSelected>]: never; }) | undefined;
|
|
5949
5961
|
incoming_call_push?: ({
|
|
5950
5962
|
receiver_id?: string | undefined;
|
|
5951
5963
|
json_data?: string | undefined;
|
|
@@ -5956,7 +5968,7 @@ export declare const Envelope: {
|
|
|
5956
5968
|
json_data?: string | undefined;
|
|
5957
5969
|
channel_id?: string | undefined;
|
|
5958
5970
|
caller_id?: string | undefined;
|
|
5959
|
-
} & { [
|
|
5971
|
+
} & { [K_167 in Exclude<keyof I["incoming_call_push"], keyof IncomingCallPush>]: never; }) | undefined;
|
|
5960
5972
|
sd_topic_event?: ({
|
|
5961
5973
|
id?: string | undefined;
|
|
5962
5974
|
clan_id?: string | undefined;
|
|
@@ -6028,8 +6040,8 @@ export declare const Envelope: {
|
|
|
6028
6040
|
reference?: string | undefined;
|
|
6029
6041
|
mention?: string | undefined;
|
|
6030
6042
|
reaction?: string | undefined;
|
|
6031
|
-
repliers?: (string[] & string[] & { [
|
|
6032
|
-
} & { [
|
|
6043
|
+
repliers?: (string[] & string[] & { [K_168 in Exclude<keyof I["sd_topic_event"]["last_sent_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
6044
|
+
} & { [K_169 in Exclude<keyof I["sd_topic_event"]["last_sent_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
6033
6045
|
message?: ({
|
|
6034
6046
|
clan_id?: string | undefined;
|
|
6035
6047
|
channel_id?: string | undefined;
|
|
@@ -6086,9 +6098,9 @@ export declare const Envelope: {
|
|
|
6086
6098
|
hide_editted?: boolean | undefined;
|
|
6087
6099
|
is_public?: boolean | undefined;
|
|
6088
6100
|
topic_id?: string | undefined;
|
|
6089
|
-
} & { [
|
|
6090
|
-
} & { [
|
|
6091
|
-
follow_event?: ({} & {} & { [
|
|
6101
|
+
} & { [K_170 in Exclude<keyof I["sd_topic_event"]["message"], keyof ChannelMessage>]: never; }) | undefined;
|
|
6102
|
+
} & { [K_171 in Exclude<keyof I["sd_topic_event"], keyof SdTopicEvent>]: never; }) | undefined;
|
|
6103
|
+
follow_event?: ({} & {} & { [K_172 in Exclude<keyof I["follow_event"], never>]: never; }) | undefined;
|
|
6092
6104
|
channel_app_event?: ({
|
|
6093
6105
|
user_id?: string | undefined;
|
|
6094
6106
|
username?: string | undefined;
|
|
@@ -6101,19 +6113,19 @@ export declare const Envelope: {
|
|
|
6101
6113
|
clan_id?: string | undefined;
|
|
6102
6114
|
channel_id?: string | undefined;
|
|
6103
6115
|
action?: number | undefined;
|
|
6104
|
-
} & { [
|
|
6116
|
+
} & { [K_173 in Exclude<keyof I["channel_app_event"], keyof ChannelAppEvent>]: never; }) | undefined;
|
|
6105
6117
|
user_status_event?: ({
|
|
6106
6118
|
user_id?: string | undefined;
|
|
6107
6119
|
custom_status?: string | undefined;
|
|
6108
6120
|
} & {
|
|
6109
6121
|
user_id?: string | undefined;
|
|
6110
6122
|
custom_status?: string | undefined;
|
|
6111
|
-
} & { [
|
|
6123
|
+
} & { [K_174 in Exclude<keyof I["user_status_event"], keyof UserStatusEvent>]: never; }) | undefined;
|
|
6112
6124
|
remove_friend?: ({
|
|
6113
6125
|
user_id?: string | undefined;
|
|
6114
6126
|
} & {
|
|
6115
6127
|
user_id?: string | undefined;
|
|
6116
|
-
} & { [
|
|
6128
|
+
} & { [K_175 in Exclude<keyof I["remove_friend"], "user_id">]: never; }) | undefined;
|
|
6117
6129
|
webhook_event?: ({
|
|
6118
6130
|
id?: string | undefined;
|
|
6119
6131
|
webhook_name?: string | undefined;
|
|
@@ -6136,7 +6148,7 @@ export declare const Envelope: {
|
|
|
6136
6148
|
update_time?: string | undefined;
|
|
6137
6149
|
avatar?: string | undefined;
|
|
6138
6150
|
status?: number | undefined;
|
|
6139
|
-
} & { [
|
|
6151
|
+
} & { [K_176 in Exclude<keyof I["webhook_event"], keyof Webhook>]: never; }) | undefined;
|
|
6140
6152
|
noti_user_channel?: ({
|
|
6141
6153
|
id?: string | undefined;
|
|
6142
6154
|
notification_setting_type?: number | undefined;
|
|
@@ -6149,7 +6161,7 @@ export declare const Envelope: {
|
|
|
6149
6161
|
time_mute?: Date | undefined;
|
|
6150
6162
|
active?: number | undefined;
|
|
6151
6163
|
channel_id?: string | undefined;
|
|
6152
|
-
} & { [
|
|
6164
|
+
} & { [K_177 in Exclude<keyof I["noti_user_channel"], keyof NotificationUserChannel>]: never; }) | undefined;
|
|
6153
6165
|
join_channel_app_data?: ({
|
|
6154
6166
|
user_id?: string | undefined;
|
|
6155
6167
|
username?: string | undefined;
|
|
@@ -6158,7 +6170,7 @@ export declare const Envelope: {
|
|
|
6158
6170
|
user_id?: string | undefined;
|
|
6159
6171
|
username?: string | undefined;
|
|
6160
6172
|
hash?: string | undefined;
|
|
6161
|
-
} & { [
|
|
6173
|
+
} & { [K_178 in Exclude<keyof I["join_channel_app_data"], keyof JoinChannelAppData>]: never; }) | undefined;
|
|
6162
6174
|
canvas_event?: ({
|
|
6163
6175
|
id?: string | undefined;
|
|
6164
6176
|
title?: string | undefined;
|
|
@@ -6177,7 +6189,7 @@ export declare const Envelope: {
|
|
|
6177
6189
|
is_default?: boolean | undefined;
|
|
6178
6190
|
channel_id?: string | undefined;
|
|
6179
6191
|
status?: number | undefined;
|
|
6180
|
-
} & { [
|
|
6192
|
+
} & { [K_179 in Exclude<keyof I["canvas_event"], keyof ChannelCanvas>]: never; }) | undefined;
|
|
6181
6193
|
unpin_message_event?: ({
|
|
6182
6194
|
id?: string | undefined;
|
|
6183
6195
|
message_id?: string | undefined;
|
|
@@ -6188,7 +6200,7 @@ export declare const Envelope: {
|
|
|
6188
6200
|
message_id?: string | undefined;
|
|
6189
6201
|
channel_id?: string | undefined;
|
|
6190
6202
|
clan_id?: string | undefined;
|
|
6191
|
-
} & { [
|
|
6203
|
+
} & { [K_180 in Exclude<keyof I["unpin_message_event"], keyof UnpinMessageEvent>]: never; }) | undefined;
|
|
6192
6204
|
category_event?: ({
|
|
6193
6205
|
creator_id?: string | undefined;
|
|
6194
6206
|
clan_id?: string | undefined;
|
|
@@ -6201,7 +6213,7 @@ export declare const Envelope: {
|
|
|
6201
6213
|
category_name?: string | undefined;
|
|
6202
6214
|
id?: string | undefined;
|
|
6203
6215
|
status?: number | undefined;
|
|
6204
|
-
} & { [
|
|
6216
|
+
} & { [K_181 in Exclude<keyof I["category_event"], keyof CategoryEvent>]: never; }) | undefined;
|
|
6205
6217
|
handle_participant_meet_state_event?: ({
|
|
6206
6218
|
clan_id?: string | undefined;
|
|
6207
6219
|
channel_id?: string | undefined;
|
|
@@ -6212,12 +6224,12 @@ export declare const Envelope: {
|
|
|
6212
6224
|
channel_id?: string | undefined;
|
|
6213
6225
|
display_name?: string | undefined;
|
|
6214
6226
|
state?: number | undefined;
|
|
6215
|
-
} & { [
|
|
6227
|
+
} & { [K_182 in Exclude<keyof I["handle_participant_meet_state_event"], keyof HandleParticipantMeetStateEvent>]: never; }) | undefined;
|
|
6216
6228
|
delete_account_event?: ({
|
|
6217
6229
|
user_id?: string | undefined;
|
|
6218
6230
|
} & {
|
|
6219
6231
|
user_id?: string | undefined;
|
|
6220
|
-
} & { [
|
|
6232
|
+
} & { [K_183 in Exclude<keyof I["delete_account_event"], "user_id">]: never; }) | undefined;
|
|
6221
6233
|
ephemeral_message_send?: ({
|
|
6222
6234
|
message?: {
|
|
6223
6235
|
clan_id?: string | undefined;
|
|
@@ -6337,7 +6349,7 @@ export declare const Envelope: {
|
|
|
6337
6349
|
create_time?: Date | undefined;
|
|
6338
6350
|
s?: number | undefined;
|
|
6339
6351
|
e?: number | undefined;
|
|
6340
|
-
} & { [
|
|
6352
|
+
} & { [K_184 in Exclude<keyof I["ephemeral_message_send"]["message"]["mentions"][number], keyof MessageMention>]: never; })[] & { [K_185 in Exclude<keyof I["ephemeral_message_send"]["message"]["mentions"], keyof {
|
|
6341
6353
|
id?: string | undefined;
|
|
6342
6354
|
user_id?: string | undefined;
|
|
6343
6355
|
username?: string | undefined;
|
|
@@ -6371,7 +6383,7 @@ export declare const Envelope: {
|
|
|
6371
6383
|
width?: number | undefined;
|
|
6372
6384
|
height?: number | undefined;
|
|
6373
6385
|
thumbnail?: string | undefined;
|
|
6374
|
-
} & { [
|
|
6386
|
+
} & { [K_186 in Exclude<keyof I["ephemeral_message_send"]["message"]["attachments"][number], keyof MessageAttachment>]: never; })[] & { [K_187 in Exclude<keyof I["ephemeral_message_send"]["message"]["attachments"], keyof {
|
|
6375
6387
|
filename?: string | undefined;
|
|
6376
6388
|
size?: number | undefined;
|
|
6377
6389
|
url?: string | undefined;
|
|
@@ -6413,7 +6425,7 @@ export declare const Envelope: {
|
|
|
6413
6425
|
mesages_sender_avatar?: string | undefined;
|
|
6414
6426
|
message_sender_clan_nick?: string | undefined;
|
|
6415
6427
|
message_sender_display_name?: string | undefined;
|
|
6416
|
-
} & { [
|
|
6428
|
+
} & { [K_188 in Exclude<keyof I["ephemeral_message_send"]["message"]["references"][number], keyof MessageRef>]: never; })[] & { [K_189 in Exclude<keyof I["ephemeral_message_send"]["message"]["references"], keyof {
|
|
6417
6429
|
message_id?: string | undefined;
|
|
6418
6430
|
message_ref_id?: string | undefined;
|
|
6419
6431
|
content?: string | undefined;
|
|
@@ -6432,25 +6444,25 @@ export declare const Envelope: {
|
|
|
6432
6444
|
is_public?: boolean | undefined;
|
|
6433
6445
|
code?: number | undefined;
|
|
6434
6446
|
topic_id?: string | undefined;
|
|
6435
|
-
} & { [
|
|
6447
|
+
} & { [K_190 in Exclude<keyof I["ephemeral_message_send"]["message"], keyof ChannelMessageSend>]: never; }) | undefined;
|
|
6436
6448
|
receiver_id?: string | undefined;
|
|
6437
|
-
} & { [
|
|
6449
|
+
} & { [K_191 in Exclude<keyof I["ephemeral_message_send"], keyof EphemeralMessageSend>]: never; }) | undefined;
|
|
6438
6450
|
block_friend?: ({
|
|
6439
6451
|
user_id?: string | undefined;
|
|
6440
6452
|
} & {
|
|
6441
6453
|
user_id?: string | undefined;
|
|
6442
|
-
} & { [
|
|
6454
|
+
} & { [K_192 in Exclude<keyof I["block_friend"], "user_id">]: never; }) | undefined;
|
|
6443
6455
|
voice_reaction_send?: ({
|
|
6444
6456
|
emojis?: string[] | undefined;
|
|
6445
6457
|
channel_id?: string | undefined;
|
|
6446
6458
|
sender_id?: string | undefined;
|
|
6447
6459
|
media_type?: number | undefined;
|
|
6448
6460
|
} & {
|
|
6449
|
-
emojis?: (string[] & string[] & { [
|
|
6461
|
+
emojis?: (string[] & string[] & { [K_193 in Exclude<keyof I["voice_reaction_send"]["emojis"], keyof string[]>]: never; }) | undefined;
|
|
6450
6462
|
channel_id?: string | undefined;
|
|
6451
6463
|
sender_id?: string | undefined;
|
|
6452
6464
|
media_type?: number | undefined;
|
|
6453
|
-
} & { [
|
|
6465
|
+
} & { [K_194 in Exclude<keyof I["voice_reaction_send"], keyof VoiceReactionSend>]: never; }) | undefined;
|
|
6454
6466
|
mark_as_read?: ({
|
|
6455
6467
|
channel_id?: string | undefined;
|
|
6456
6468
|
category_id?: string | undefined;
|
|
@@ -6459,7 +6471,7 @@ export declare const Envelope: {
|
|
|
6459
6471
|
channel_id?: string | undefined;
|
|
6460
6472
|
category_id?: string | undefined;
|
|
6461
6473
|
clan_id?: string | undefined;
|
|
6462
|
-
} & { [
|
|
6474
|
+
} & { [K_195 in Exclude<keyof I["mark_as_read"], keyof MarkAsRead>]: never; }) | undefined;
|
|
6463
6475
|
list_data_socket?: ({
|
|
6464
6476
|
api_name?: string | undefined;
|
|
6465
6477
|
list_clan_req?: {
|
|
@@ -6480,6 +6492,8 @@ export declare const Envelope: {
|
|
|
6480
6492
|
welcome_channel_id?: string | undefined;
|
|
6481
6493
|
onboarding_banner?: string | undefined;
|
|
6482
6494
|
clan_order?: number | undefined;
|
|
6495
|
+
is_community?: boolean | undefined;
|
|
6496
|
+
community_banner?: string | undefined;
|
|
6483
6497
|
}[] | undefined;
|
|
6484
6498
|
} | undefined;
|
|
6485
6499
|
list_thread_req?: {
|
|
@@ -7326,7 +7340,7 @@ export declare const Envelope: {
|
|
|
7326
7340
|
limit?: number | undefined;
|
|
7327
7341
|
state?: number | undefined;
|
|
7328
7342
|
cursor?: string | undefined;
|
|
7329
|
-
} & { [
|
|
7343
|
+
} & { [K_196 in Exclude<keyof I["list_data_socket"]["list_clan_req"], keyof ListClanDescRequest>]: never; }) | undefined;
|
|
7330
7344
|
clan_desc_list?: ({
|
|
7331
7345
|
clandesc?: {
|
|
7332
7346
|
creator_id?: string | undefined;
|
|
@@ -7340,6 +7354,8 @@ export declare const Envelope: {
|
|
|
7340
7354
|
welcome_channel_id?: string | undefined;
|
|
7341
7355
|
onboarding_banner?: string | undefined;
|
|
7342
7356
|
clan_order?: number | undefined;
|
|
7357
|
+
is_community?: boolean | undefined;
|
|
7358
|
+
community_banner?: string | undefined;
|
|
7343
7359
|
}[] | undefined;
|
|
7344
7360
|
} & {
|
|
7345
7361
|
clandesc?: ({
|
|
@@ -7354,6 +7370,8 @@ export declare const Envelope: {
|
|
|
7354
7370
|
welcome_channel_id?: string | undefined;
|
|
7355
7371
|
onboarding_banner?: string | undefined;
|
|
7356
7372
|
clan_order?: number | undefined;
|
|
7373
|
+
is_community?: boolean | undefined;
|
|
7374
|
+
community_banner?: string | undefined;
|
|
7357
7375
|
}[] & ({
|
|
7358
7376
|
creator_id?: string | undefined;
|
|
7359
7377
|
clan_name?: string | undefined;
|
|
@@ -7366,6 +7384,8 @@ export declare const Envelope: {
|
|
|
7366
7384
|
welcome_channel_id?: string | undefined;
|
|
7367
7385
|
onboarding_banner?: string | undefined;
|
|
7368
7386
|
clan_order?: number | undefined;
|
|
7387
|
+
is_community?: boolean | undefined;
|
|
7388
|
+
community_banner?: string | undefined;
|
|
7369
7389
|
} & {
|
|
7370
7390
|
creator_id?: string | undefined;
|
|
7371
7391
|
clan_name?: string | undefined;
|
|
@@ -7378,7 +7398,9 @@ export declare const Envelope: {
|
|
|
7378
7398
|
welcome_channel_id?: string | undefined;
|
|
7379
7399
|
onboarding_banner?: string | undefined;
|
|
7380
7400
|
clan_order?: number | undefined;
|
|
7381
|
-
|
|
7401
|
+
is_community?: boolean | undefined;
|
|
7402
|
+
community_banner?: string | undefined;
|
|
7403
|
+
} & { [K_197 in Exclude<keyof I["list_data_socket"]["clan_desc_list"]["clandesc"][number], keyof import("../api/api").ClanDesc>]: never; })[] & { [K_198 in Exclude<keyof I["list_data_socket"]["clan_desc_list"]["clandesc"], keyof {
|
|
7382
7404
|
creator_id?: string | undefined;
|
|
7383
7405
|
clan_name?: string | undefined;
|
|
7384
7406
|
logo?: string | undefined;
|
|
@@ -7390,8 +7412,10 @@ export declare const Envelope: {
|
|
|
7390
7412
|
welcome_channel_id?: string | undefined;
|
|
7391
7413
|
onboarding_banner?: string | undefined;
|
|
7392
7414
|
clan_order?: number | undefined;
|
|
7415
|
+
is_community?: boolean | undefined;
|
|
7416
|
+
community_banner?: string | undefined;
|
|
7393
7417
|
}[]>]: never; }) | undefined;
|
|
7394
|
-
} & { [
|
|
7418
|
+
} & { [K_199 in Exclude<keyof I["list_data_socket"]["clan_desc_list"], "clandesc">]: never; }) | undefined;
|
|
7395
7419
|
list_thread_req?: ({
|
|
7396
7420
|
limit?: number | undefined;
|
|
7397
7421
|
state?: number | undefined;
|
|
@@ -7406,7 +7430,7 @@ export declare const Envelope: {
|
|
|
7406
7430
|
channel_id?: string | undefined;
|
|
7407
7431
|
thread_id?: string | undefined;
|
|
7408
7432
|
page?: number | undefined;
|
|
7409
|
-
} & { [
|
|
7433
|
+
} & { [K_200 in Exclude<keyof I["list_data_socket"]["list_thread_req"], keyof ListThreadRequest>]: never; }) | undefined;
|
|
7410
7434
|
channel_desc_list?: ({
|
|
7411
7435
|
channeldesc?: {
|
|
7412
7436
|
clan_id?: string | undefined;
|
|
@@ -7580,8 +7604,8 @@ export declare const Envelope: {
|
|
|
7580
7604
|
creator_id?: string | undefined;
|
|
7581
7605
|
channel_label?: string | undefined;
|
|
7582
7606
|
channel_private?: number | undefined;
|
|
7583
|
-
channel_avatar?: (string[] & string[] & { [
|
|
7584
|
-
user_id?: (string[] & string[] & { [
|
|
7607
|
+
channel_avatar?: (string[] & string[] & { [K_201 in Exclude<keyof I["list_data_socket"]["channel_desc_list"]["channeldesc"][number]["channel_avatar"], keyof string[]>]: never; }) | undefined;
|
|
7608
|
+
user_id?: (string[] & string[] & { [K_202 in Exclude<keyof I["list_data_socket"]["channel_desc_list"]["channeldesc"][number]["user_id"], keyof string[]>]: never; }) | undefined;
|
|
7585
7609
|
last_sent_message?: ({
|
|
7586
7610
|
id?: string | undefined;
|
|
7587
7611
|
timestamp_seconds?: number | undefined;
|
|
@@ -7601,8 +7625,8 @@ export declare const Envelope: {
|
|
|
7601
7625
|
reference?: string | undefined;
|
|
7602
7626
|
mention?: string | undefined;
|
|
7603
7627
|
reaction?: string | undefined;
|
|
7604
|
-
repliers?: (string[] & string[] & { [
|
|
7605
|
-
} & { [
|
|
7628
|
+
repliers?: (string[] & string[] & { [K_203 in Exclude<keyof I["list_data_socket"]["channel_desc_list"]["channeldesc"][number]["last_sent_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
7629
|
+
} & { [K_204 in Exclude<keyof I["list_data_socket"]["channel_desc_list"]["channeldesc"][number]["last_sent_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
7606
7630
|
last_seen_message?: ({
|
|
7607
7631
|
id?: string | undefined;
|
|
7608
7632
|
timestamp_seconds?: number | undefined;
|
|
@@ -7622,27 +7646,27 @@ export declare const Envelope: {
|
|
|
7622
7646
|
reference?: string | undefined;
|
|
7623
7647
|
mention?: string | undefined;
|
|
7624
7648
|
reaction?: string | undefined;
|
|
7625
|
-
repliers?: (string[] & string[] & { [
|
|
7626
|
-
} & { [
|
|
7627
|
-
is_online?: (boolean[] & boolean[] & { [
|
|
7649
|
+
repliers?: (string[] & string[] & { [K_205 in Exclude<keyof I["list_data_socket"]["channel_desc_list"]["channeldesc"][number]["last_seen_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
7650
|
+
} & { [K_206 in Exclude<keyof I["list_data_socket"]["channel_desc_list"]["channeldesc"][number]["last_seen_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
7651
|
+
is_online?: (boolean[] & boolean[] & { [K_207 in Exclude<keyof I["list_data_socket"]["channel_desc_list"]["channeldesc"][number]["is_online"], keyof boolean[]>]: never; }) | undefined;
|
|
7628
7652
|
meeting_code?: string | undefined;
|
|
7629
7653
|
count_mess_unread?: number | undefined;
|
|
7630
7654
|
active?: number | undefined;
|
|
7631
7655
|
last_pin_message?: string | undefined;
|
|
7632
|
-
usernames?: (string[] & string[] & { [
|
|
7656
|
+
usernames?: (string[] & string[] & { [K_208 in Exclude<keyof I["list_data_socket"]["channel_desc_list"]["channeldesc"][number]["usernames"], keyof string[]>]: never; }) | undefined;
|
|
7633
7657
|
creator_name?: string | undefined;
|
|
7634
7658
|
create_time_seconds?: number | undefined;
|
|
7635
7659
|
update_time_seconds?: number | undefined;
|
|
7636
|
-
metadata?: (string[] & string[] & { [
|
|
7637
|
-
about_me?: (string[] & string[] & { [
|
|
7660
|
+
metadata?: (string[] & string[] & { [K_209 in Exclude<keyof I["list_data_socket"]["channel_desc_list"]["channeldesc"][number]["metadata"], keyof string[]>]: never; }) | undefined;
|
|
7661
|
+
about_me?: (string[] & string[] & { [K_210 in Exclude<keyof I["list_data_socket"]["channel_desc_list"]["channeldesc"][number]["about_me"], keyof string[]>]: never; }) | undefined;
|
|
7638
7662
|
clan_name?: string | undefined;
|
|
7639
7663
|
app_id?: string | undefined;
|
|
7640
7664
|
is_mute?: boolean | undefined;
|
|
7641
7665
|
age_restricted?: number | undefined;
|
|
7642
7666
|
topic?: string | undefined;
|
|
7643
7667
|
e2ee?: number | undefined;
|
|
7644
|
-
display_names?: (string[] & string[] & { [
|
|
7645
|
-
} & { [
|
|
7668
|
+
display_names?: (string[] & string[] & { [K_211 in Exclude<keyof I["list_data_socket"]["channel_desc_list"]["channeldesc"][number]["display_names"], keyof string[]>]: never; }) | undefined;
|
|
7669
|
+
} & { [K_212 in Exclude<keyof I["list_data_socket"]["channel_desc_list"]["channeldesc"][number], keyof ChannelDescription1>]: never; })[] & { [K_213 in Exclude<keyof I["list_data_socket"]["channel_desc_list"]["channeldesc"], keyof {
|
|
7646
7670
|
clan_id?: string | undefined;
|
|
7647
7671
|
parent_id?: string | undefined;
|
|
7648
7672
|
channel_id?: string | undefined;
|
|
@@ -7699,28 +7723,28 @@ export declare const Envelope: {
|
|
|
7699
7723
|
prev_cursor?: string | undefined;
|
|
7700
7724
|
cacheable_cursor?: string | undefined;
|
|
7701
7725
|
page?: number | undefined;
|
|
7702
|
-
} & { [
|
|
7726
|
+
} & { [K_214 in Exclude<keyof I["list_data_socket"]["channel_desc_list"], keyof ChannelDescList>]: never; }) | undefined;
|
|
7703
7727
|
list_channel_users_uc_req?: ({
|
|
7704
7728
|
channel_id?: string | undefined;
|
|
7705
7729
|
limit?: number | undefined;
|
|
7706
7730
|
} & {
|
|
7707
7731
|
channel_id?: string | undefined;
|
|
7708
7732
|
limit?: number | undefined;
|
|
7709
|
-
} & { [
|
|
7733
|
+
} & { [K_215 in Exclude<keyof I["list_data_socket"]["list_channel_users_uc_req"], keyof AllUsersAddChannelRequest>]: never; }) | undefined;
|
|
7710
7734
|
channel_users_uc_list?: ({
|
|
7711
7735
|
channel_id?: string | undefined;
|
|
7712
7736
|
user_ids?: string[] | undefined;
|
|
7713
7737
|
limit?: number | undefined;
|
|
7714
7738
|
} & {
|
|
7715
7739
|
channel_id?: string | undefined;
|
|
7716
|
-
user_ids?: (string[] & string[] & { [
|
|
7740
|
+
user_ids?: (string[] & string[] & { [K_216 in Exclude<keyof I["list_data_socket"]["channel_users_uc_list"]["user_ids"], keyof string[]>]: never; }) | undefined;
|
|
7717
7741
|
limit?: number | undefined;
|
|
7718
|
-
} & { [
|
|
7742
|
+
} & { [K_217 in Exclude<keyof I["list_data_socket"]["channel_users_uc_list"], keyof AllUsersAddChannelResponse>]: never; }) | undefined;
|
|
7719
7743
|
list_channel_detail_req?: ({
|
|
7720
7744
|
channel_id?: string | undefined;
|
|
7721
7745
|
} & {
|
|
7722
7746
|
channel_id?: string | undefined;
|
|
7723
|
-
} & { [
|
|
7747
|
+
} & { [K_218 in Exclude<keyof I["list_data_socket"]["list_channel_detail_req"], "channel_id">]: never; }) | undefined;
|
|
7724
7748
|
channel_desc?: ({
|
|
7725
7749
|
clan_id?: string | undefined;
|
|
7726
7750
|
parent_id?: string | undefined;
|
|
@@ -7783,8 +7807,8 @@ export declare const Envelope: {
|
|
|
7783
7807
|
creator_id?: string | undefined;
|
|
7784
7808
|
channel_label?: string | undefined;
|
|
7785
7809
|
channel_private?: number | undefined;
|
|
7786
|
-
channel_avatar?: (string[] & string[] & { [
|
|
7787
|
-
user_id?: (string[] & string[] & { [
|
|
7810
|
+
channel_avatar?: (string[] & string[] & { [K_219 in Exclude<keyof I["list_data_socket"]["channel_desc"]["channel_avatar"], keyof string[]>]: never; }) | undefined;
|
|
7811
|
+
user_id?: (string[] & string[] & { [K_220 in Exclude<keyof I["list_data_socket"]["channel_desc"]["user_id"], keyof string[]>]: never; }) | undefined;
|
|
7788
7812
|
last_sent_message?: ({
|
|
7789
7813
|
id?: string | undefined;
|
|
7790
7814
|
timestamp_seconds?: number | undefined;
|
|
@@ -7804,8 +7828,8 @@ export declare const Envelope: {
|
|
|
7804
7828
|
reference?: string | undefined;
|
|
7805
7829
|
mention?: string | undefined;
|
|
7806
7830
|
reaction?: string | undefined;
|
|
7807
|
-
repliers?: (string[] & string[] & { [
|
|
7808
|
-
} & { [
|
|
7831
|
+
repliers?: (string[] & string[] & { [K_221 in Exclude<keyof I["list_data_socket"]["channel_desc"]["last_sent_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
7832
|
+
} & { [K_222 in Exclude<keyof I["list_data_socket"]["channel_desc"]["last_sent_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
7809
7833
|
last_seen_message?: ({
|
|
7810
7834
|
id?: string | undefined;
|
|
7811
7835
|
timestamp_seconds?: number | undefined;
|
|
@@ -7825,27 +7849,27 @@ export declare const Envelope: {
|
|
|
7825
7849
|
reference?: string | undefined;
|
|
7826
7850
|
mention?: string | undefined;
|
|
7827
7851
|
reaction?: string | undefined;
|
|
7828
|
-
repliers?: (string[] & string[] & { [
|
|
7829
|
-
} & { [
|
|
7830
|
-
is_online?: (boolean[] & boolean[] & { [
|
|
7852
|
+
repliers?: (string[] & string[] & { [K_223 in Exclude<keyof I["list_data_socket"]["channel_desc"]["last_seen_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
7853
|
+
} & { [K_224 in Exclude<keyof I["list_data_socket"]["channel_desc"]["last_seen_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
7854
|
+
is_online?: (boolean[] & boolean[] & { [K_225 in Exclude<keyof I["list_data_socket"]["channel_desc"]["is_online"], keyof boolean[]>]: never; }) | undefined;
|
|
7831
7855
|
meeting_code?: string | undefined;
|
|
7832
7856
|
count_mess_unread?: number | undefined;
|
|
7833
7857
|
active?: number | undefined;
|
|
7834
7858
|
last_pin_message?: string | undefined;
|
|
7835
|
-
usernames?: (string[] & string[] & { [
|
|
7859
|
+
usernames?: (string[] & string[] & { [K_226 in Exclude<keyof I["list_data_socket"]["channel_desc"]["usernames"], keyof string[]>]: never; }) | undefined;
|
|
7836
7860
|
creator_name?: string | undefined;
|
|
7837
7861
|
create_time_seconds?: number | undefined;
|
|
7838
7862
|
update_time_seconds?: number | undefined;
|
|
7839
|
-
metadata?: (string[] & string[] & { [
|
|
7840
|
-
about_me?: (string[] & string[] & { [
|
|
7863
|
+
metadata?: (string[] & string[] & { [K_227 in Exclude<keyof I["list_data_socket"]["channel_desc"]["metadata"], keyof string[]>]: never; }) | undefined;
|
|
7864
|
+
about_me?: (string[] & string[] & { [K_228 in Exclude<keyof I["list_data_socket"]["channel_desc"]["about_me"], keyof string[]>]: never; }) | undefined;
|
|
7841
7865
|
clan_name?: string | undefined;
|
|
7842
7866
|
app_id?: string | undefined;
|
|
7843
7867
|
is_mute?: boolean | undefined;
|
|
7844
7868
|
age_restricted?: number | undefined;
|
|
7845
7869
|
topic?: string | undefined;
|
|
7846
7870
|
e2ee?: number | undefined;
|
|
7847
|
-
display_names?: (string[] & string[] & { [
|
|
7848
|
-
} & { [
|
|
7871
|
+
display_names?: (string[] & string[] & { [K_229 in Exclude<keyof I["list_data_socket"]["channel_desc"]["display_names"], keyof string[]>]: never; }) | undefined;
|
|
7872
|
+
} & { [K_230 in Exclude<keyof I["list_data_socket"]["channel_desc"], keyof ChannelDescription1>]: never; }) | undefined;
|
|
7849
7873
|
list_channel_req?: ({
|
|
7850
7874
|
limit?: number | undefined;
|
|
7851
7875
|
state?: number | undefined;
|
|
@@ -7858,7 +7882,7 @@ export declare const Envelope: {
|
|
|
7858
7882
|
cursor?: string | undefined;
|
|
7859
7883
|
clan_id?: string | undefined;
|
|
7860
7884
|
channel_type?: number | undefined;
|
|
7861
|
-
} & { [
|
|
7885
|
+
} & { [K_231 in Exclude<keyof I["list_data_socket"]["list_channel_req"], keyof ListChannelDescsRequest>]: never; }) | undefined;
|
|
7862
7886
|
list_channel_message_req?: ({
|
|
7863
7887
|
clan_id?: string | undefined;
|
|
7864
7888
|
channel_id?: string | undefined;
|
|
@@ -7873,7 +7897,7 @@ export declare const Envelope: {
|
|
|
7873
7897
|
limit?: number | undefined;
|
|
7874
7898
|
direction?: number | undefined;
|
|
7875
7899
|
topic_id?: string | undefined;
|
|
7876
|
-
} & { [
|
|
7900
|
+
} & { [K_232 in Exclude<keyof I["list_data_socket"]["list_channel_message_req"], keyof ListChannelMessagesRequest>]: never; }) | undefined;
|
|
7877
7901
|
channel_message_list?: ({
|
|
7878
7902
|
messages?: {
|
|
7879
7903
|
clan_id?: string | undefined;
|
|
@@ -8011,7 +8035,7 @@ export declare const Envelope: {
|
|
|
8011
8035
|
hide_editted?: boolean | undefined;
|
|
8012
8036
|
is_public?: boolean | undefined;
|
|
8013
8037
|
topic_id?: string | undefined;
|
|
8014
|
-
} & { [
|
|
8038
|
+
} & { [K_233 in Exclude<keyof I["list_data_socket"]["channel_message_list"]["messages"][number], keyof ChannelMessage>]: never; })[] & { [K_234 in Exclude<keyof I["list_data_socket"]["channel_message_list"]["messages"], keyof {
|
|
8015
8039
|
clan_id?: string | undefined;
|
|
8016
8040
|
channel_id?: string | undefined;
|
|
8017
8041
|
message_id?: string | undefined;
|
|
@@ -8059,8 +8083,8 @@ export declare const Envelope: {
|
|
|
8059
8083
|
reference?: string | undefined;
|
|
8060
8084
|
mention?: string | undefined;
|
|
8061
8085
|
reaction?: string | undefined;
|
|
8062
|
-
repliers?: (string[] & string[] & { [
|
|
8063
|
-
} & { [
|
|
8086
|
+
repliers?: (string[] & string[] & { [K_235 in Exclude<keyof I["list_data_socket"]["channel_message_list"]["last_seen_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
8087
|
+
} & { [K_236 in Exclude<keyof I["list_data_socket"]["channel_message_list"]["last_seen_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
8064
8088
|
last_sent_message?: ({
|
|
8065
8089
|
id?: string | undefined;
|
|
8066
8090
|
timestamp_seconds?: number | undefined;
|
|
@@ -8080,9 +8104,9 @@ export declare const Envelope: {
|
|
|
8080
8104
|
reference?: string | undefined;
|
|
8081
8105
|
mention?: string | undefined;
|
|
8082
8106
|
reaction?: string | undefined;
|
|
8083
|
-
repliers?: (string[] & string[] & { [
|
|
8084
|
-
} & { [
|
|
8085
|
-
} & { [
|
|
8107
|
+
repliers?: (string[] & string[] & { [K_237 in Exclude<keyof I["list_data_socket"]["channel_message_list"]["last_sent_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
8108
|
+
} & { [K_238 in Exclude<keyof I["list_data_socket"]["channel_message_list"]["last_sent_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
8109
|
+
} & { [K_239 in Exclude<keyof I["list_data_socket"]["channel_message_list"], keyof ChannelMessageList>]: never; }) | undefined;
|
|
8086
8110
|
list_channel_users_req?: ({
|
|
8087
8111
|
clan_id?: string | undefined;
|
|
8088
8112
|
channel_id?: string | undefined;
|
|
@@ -8097,7 +8121,7 @@ export declare const Envelope: {
|
|
|
8097
8121
|
limit?: number | undefined;
|
|
8098
8122
|
state?: number | undefined;
|
|
8099
8123
|
cursor?: string | undefined;
|
|
8100
|
-
} & { [
|
|
8124
|
+
} & { [K_240 in Exclude<keyof I["list_data_socket"]["list_channel_users_req"], keyof ListChannelUsersRequest>]: never; }) | undefined;
|
|
8101
8125
|
voice_user_list?: ({
|
|
8102
8126
|
voice_channel_users?: {
|
|
8103
8127
|
id?: string | undefined;
|
|
@@ -8121,13 +8145,13 @@ export declare const Envelope: {
|
|
|
8121
8145
|
user_id?: string | undefined;
|
|
8122
8146
|
channel_id?: string | undefined;
|
|
8123
8147
|
participant?: string | undefined;
|
|
8124
|
-
} & { [
|
|
8148
|
+
} & { [K_241 in Exclude<keyof I["list_data_socket"]["voice_user_list"]["voice_channel_users"][number], keyof import("../api/api").VoiceChannelUser>]: never; })[] & { [K_242 in Exclude<keyof I["list_data_socket"]["voice_user_list"]["voice_channel_users"], keyof {
|
|
8125
8149
|
id?: string | undefined;
|
|
8126
8150
|
user_id?: string | undefined;
|
|
8127
8151
|
channel_id?: string | undefined;
|
|
8128
8152
|
participant?: string | undefined;
|
|
8129
8153
|
}[]>]: never; }) | undefined;
|
|
8130
|
-
} & { [
|
|
8154
|
+
} & { [K_243 in Exclude<keyof I["list_data_socket"]["voice_user_list"], "voice_channel_users">]: never; }) | undefined;
|
|
8131
8155
|
channel_user_list?: ({
|
|
8132
8156
|
channel_users?: {
|
|
8133
8157
|
user_id?: string | undefined;
|
|
@@ -8162,14 +8186,14 @@ export declare const Envelope: {
|
|
|
8162
8186
|
added_by?: string | undefined;
|
|
8163
8187
|
} & {
|
|
8164
8188
|
user_id?: string | undefined;
|
|
8165
|
-
role_id?: (string[] & string[] & { [
|
|
8189
|
+
role_id?: (string[] & string[] & { [K_244 in Exclude<keyof I["list_data_socket"]["channel_user_list"]["channel_users"][number]["role_id"], keyof string[]>]: never; }) | undefined;
|
|
8166
8190
|
id?: string | undefined;
|
|
8167
8191
|
thread_id?: string | undefined;
|
|
8168
8192
|
clan_nick?: string | undefined;
|
|
8169
8193
|
clan_avatar?: string | undefined;
|
|
8170
8194
|
clan_id?: string | undefined;
|
|
8171
8195
|
added_by?: string | undefined;
|
|
8172
|
-
} & { [
|
|
8196
|
+
} & { [K_245 in Exclude<keyof I["list_data_socket"]["channel_user_list"]["channel_users"][number], keyof import("../api/api").ChannelUserList_ChannelUser>]: never; })[] & { [K_246 in Exclude<keyof I["list_data_socket"]["channel_user_list"]["channel_users"], keyof {
|
|
8173
8197
|
user_id?: string | undefined;
|
|
8174
8198
|
role_id?: string[] | undefined;
|
|
8175
8199
|
id?: string | undefined;
|
|
@@ -8181,7 +8205,7 @@ export declare const Envelope: {
|
|
|
8181
8205
|
}[]>]: never; }) | undefined;
|
|
8182
8206
|
cursor?: string | undefined;
|
|
8183
8207
|
channel_id?: string | undefined;
|
|
8184
|
-
} & { [
|
|
8208
|
+
} & { [K_247 in Exclude<keyof I["list_data_socket"]["channel_user_list"], keyof ChannelUserList>]: never; }) | undefined;
|
|
8185
8209
|
list_channel_attachment_req?: ({
|
|
8186
8210
|
clan_id?: string | undefined;
|
|
8187
8211
|
channel_id?: string | undefined;
|
|
@@ -8200,7 +8224,7 @@ export declare const Envelope: {
|
|
|
8200
8224
|
before?: string | undefined;
|
|
8201
8225
|
after?: string | undefined;
|
|
8202
8226
|
around?: string | undefined;
|
|
8203
|
-
} & { [
|
|
8227
|
+
} & { [K_248 in Exclude<keyof I["list_data_socket"]["list_channel_attachment_req"], keyof ListChannelAttachmentRequest>]: never; }) | undefined;
|
|
8204
8228
|
channel_attachment_list?: ({
|
|
8205
8229
|
attachments?: {
|
|
8206
8230
|
id?: string | undefined;
|
|
@@ -8248,7 +8272,7 @@ export declare const Envelope: {
|
|
|
8248
8272
|
message_id?: string | undefined;
|
|
8249
8273
|
width?: number | undefined;
|
|
8250
8274
|
height?: number | undefined;
|
|
8251
|
-
} & { [
|
|
8275
|
+
} & { [K_249 in Exclude<keyof I["list_data_socket"]["channel_attachment_list"]["attachments"][number], keyof import("../api/api").ChannelAttachment>]: never; })[] & { [K_250 in Exclude<keyof I["list_data_socket"]["channel_attachment_list"]["attachments"], keyof {
|
|
8252
8276
|
id?: string | undefined;
|
|
8253
8277
|
filename?: string | undefined;
|
|
8254
8278
|
filetype?: string | undefined;
|
|
@@ -8260,14 +8284,14 @@ export declare const Envelope: {
|
|
|
8260
8284
|
width?: number | undefined;
|
|
8261
8285
|
height?: number | undefined;
|
|
8262
8286
|
}[]>]: never; }) | undefined;
|
|
8263
|
-
} & { [
|
|
8287
|
+
} & { [K_251 in Exclude<keyof I["list_data_socket"]["channel_attachment_list"], "attachments">]: never; }) | undefined;
|
|
8264
8288
|
hashtag_dm_req?: ({
|
|
8265
8289
|
user_id?: string[] | undefined;
|
|
8266
8290
|
limit?: number | undefined;
|
|
8267
8291
|
} & {
|
|
8268
|
-
user_id?: (string[] & string[] & { [
|
|
8292
|
+
user_id?: (string[] & string[] & { [K_252 in Exclude<keyof I["list_data_socket"]["hashtag_dm_req"]["user_id"], keyof string[]>]: never; }) | undefined;
|
|
8269
8293
|
limit?: number | undefined;
|
|
8270
|
-
} & { [
|
|
8294
|
+
} & { [K_253 in Exclude<keyof I["list_data_socket"]["hashtag_dm_req"], keyof HashtagDmListRequest>]: never; }) | undefined;
|
|
8271
8295
|
hashtag_dm_list?: ({
|
|
8272
8296
|
hashtag_dm?: {
|
|
8273
8297
|
channel_id?: string | undefined;
|
|
@@ -8307,7 +8331,7 @@ export declare const Envelope: {
|
|
|
8307
8331
|
type?: number | undefined;
|
|
8308
8332
|
channel_private?: number | undefined;
|
|
8309
8333
|
parent_id?: string | undefined;
|
|
8310
|
-
} & { [
|
|
8334
|
+
} & { [K_254 in Exclude<keyof I["list_data_socket"]["hashtag_dm_list"]["hashtag_dm"][number], keyof import("../api/api").HashtagDm>]: never; })[] & { [K_255 in Exclude<keyof I["list_data_socket"]["hashtag_dm_list"]["hashtag_dm"], keyof {
|
|
8311
8335
|
channel_id?: string | undefined;
|
|
8312
8336
|
channel_label?: string | undefined;
|
|
8313
8337
|
clan_id?: string | undefined;
|
|
@@ -8317,7 +8341,7 @@ export declare const Envelope: {
|
|
|
8317
8341
|
channel_private?: number | undefined;
|
|
8318
8342
|
parent_id?: string | undefined;
|
|
8319
8343
|
}[]>]: never; }) | undefined;
|
|
8320
|
-
} & { [
|
|
8344
|
+
} & { [K_256 in Exclude<keyof I["list_data_socket"]["hashtag_dm_list"], "hashtag_dm">]: never; }) | undefined;
|
|
8321
8345
|
channel_setting_req?: ({
|
|
8322
8346
|
clan_id?: string | undefined;
|
|
8323
8347
|
parent_id?: string | undefined;
|
|
@@ -8340,7 +8364,7 @@ export declare const Envelope: {
|
|
|
8340
8364
|
limit?: number | undefined;
|
|
8341
8365
|
page?: number | undefined;
|
|
8342
8366
|
channel_label?: string | undefined;
|
|
8343
|
-
} & { [
|
|
8367
|
+
} & { [K_257 in Exclude<keyof I["list_data_socket"]["channel_setting_req"], keyof ChannelSettingListRequest>]: never; }) | undefined;
|
|
8344
8368
|
channel_setting_list?: ({
|
|
8345
8369
|
clan_id?: string | undefined;
|
|
8346
8370
|
channel_count?: number | undefined;
|
|
@@ -8429,7 +8453,7 @@ export declare const Envelope: {
|
|
|
8429
8453
|
channel_private?: number | undefined;
|
|
8430
8454
|
channel_type?: number | undefined;
|
|
8431
8455
|
active?: number | undefined;
|
|
8432
|
-
user_ids?: (string[] & string[] & { [
|
|
8456
|
+
user_ids?: (string[] & string[] & { [K_258 in Exclude<keyof I["list_data_socket"]["channel_setting_list"]["channel_setting_list"][number]["user_ids"], keyof string[]>]: never; }) | undefined;
|
|
8433
8457
|
message_count?: number | undefined;
|
|
8434
8458
|
last_sent_message?: ({
|
|
8435
8459
|
id?: string | undefined;
|
|
@@ -8450,9 +8474,9 @@ export declare const Envelope: {
|
|
|
8450
8474
|
reference?: string | undefined;
|
|
8451
8475
|
mention?: string | undefined;
|
|
8452
8476
|
reaction?: string | undefined;
|
|
8453
|
-
repliers?: (string[] & string[] & { [
|
|
8454
|
-
} & { [
|
|
8455
|
-
} & { [
|
|
8477
|
+
repliers?: (string[] & string[] & { [K_259 in Exclude<keyof I["list_data_socket"]["channel_setting_list"]["channel_setting_list"][number]["last_sent_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
8478
|
+
} & { [K_260 in Exclude<keyof I["list_data_socket"]["channel_setting_list"]["channel_setting_list"][number]["last_sent_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
8479
|
+
} & { [K_261 in Exclude<keyof I["list_data_socket"]["channel_setting_list"]["channel_setting_list"][number], keyof import("../api/api").ChannelSettingItem>]: never; })[] & { [K_262 in Exclude<keyof I["list_data_socket"]["channel_setting_list"]["channel_setting_list"], keyof {
|
|
8456
8480
|
id?: string | undefined;
|
|
8457
8481
|
creator_id?: string | undefined;
|
|
8458
8482
|
parent_id?: string | undefined;
|
|
@@ -8476,17 +8500,17 @@ export declare const Envelope: {
|
|
|
8476
8500
|
repliers?: string[] | undefined;
|
|
8477
8501
|
} | undefined;
|
|
8478
8502
|
}[]>]: never; }) | undefined;
|
|
8479
|
-
} & { [
|
|
8503
|
+
} & { [K_263 in Exclude<keyof I["list_data_socket"]["channel_setting_list"], keyof ChannelSettingListResponse>]: never; }) | undefined;
|
|
8480
8504
|
favorite_channel_req?: ({
|
|
8481
8505
|
clan_id?: string | undefined;
|
|
8482
8506
|
} & {
|
|
8483
8507
|
clan_id?: string | undefined;
|
|
8484
|
-
} & { [
|
|
8508
|
+
} & { [K_264 in Exclude<keyof I["list_data_socket"]["favorite_channel_req"], "clan_id">]: never; }) | undefined;
|
|
8485
8509
|
favorite_channel_list?: ({
|
|
8486
8510
|
channel_ids?: string[] | undefined;
|
|
8487
8511
|
} & {
|
|
8488
|
-
channel_ids?: (string[] & string[] & { [
|
|
8489
|
-
} & { [
|
|
8512
|
+
channel_ids?: (string[] & string[] & { [K_265 in Exclude<keyof I["list_data_socket"]["favorite_channel_list"]["channel_ids"], keyof string[]>]: never; }) | undefined;
|
|
8513
|
+
} & { [K_266 in Exclude<keyof I["list_data_socket"]["favorite_channel_list"], "channel_ids">]: never; }) | undefined;
|
|
8490
8514
|
search_thread_req?: ({
|
|
8491
8515
|
clan_id?: string | undefined;
|
|
8492
8516
|
channel_id?: string | undefined;
|
|
@@ -8495,12 +8519,12 @@ export declare const Envelope: {
|
|
|
8495
8519
|
clan_id?: string | undefined;
|
|
8496
8520
|
channel_id?: string | undefined;
|
|
8497
8521
|
label?: string | undefined;
|
|
8498
|
-
} & { [
|
|
8522
|
+
} & { [K_267 in Exclude<keyof I["list_data_socket"]["search_thread_req"], keyof SearchThreadRequest>]: never; }) | undefined;
|
|
8499
8523
|
notification_channel?: ({
|
|
8500
8524
|
channel_id?: string | undefined;
|
|
8501
8525
|
} & {
|
|
8502
8526
|
channel_id?: string | undefined;
|
|
8503
|
-
} & { [
|
|
8527
|
+
} & { [K_268 in Exclude<keyof I["list_data_socket"]["notification_channel"], "channel_id">]: never; }) | undefined;
|
|
8504
8528
|
notificaion_user_channel?: ({
|
|
8505
8529
|
id?: string | undefined;
|
|
8506
8530
|
notification_setting_type?: number | undefined;
|
|
@@ -8513,24 +8537,24 @@ export declare const Envelope: {
|
|
|
8513
8537
|
time_mute?: Date | undefined;
|
|
8514
8538
|
active?: number | undefined;
|
|
8515
8539
|
channel_id?: string | undefined;
|
|
8516
|
-
} & { [
|
|
8540
|
+
} & { [K_269 in Exclude<keyof I["list_data_socket"]["notificaion_user_channel"], keyof NotificationUserChannel>]: never; }) | undefined;
|
|
8517
8541
|
notification_category?: ({
|
|
8518
8542
|
category_id?: string | undefined;
|
|
8519
8543
|
} & {
|
|
8520
8544
|
category_id?: string | undefined;
|
|
8521
|
-
} & { [
|
|
8545
|
+
} & { [K_270 in Exclude<keyof I["list_data_socket"]["notification_category"], "category_id">]: never; }) | undefined;
|
|
8522
8546
|
notification_clan?: ({
|
|
8523
8547
|
clan_id?: string | undefined;
|
|
8524
8548
|
} & {
|
|
8525
8549
|
clan_id?: string | undefined;
|
|
8526
|
-
} & { [
|
|
8550
|
+
} & { [K_271 in Exclude<keyof I["list_data_socket"]["notification_clan"], "clan_id">]: never; }) | undefined;
|
|
8527
8551
|
notification_setting?: ({
|
|
8528
8552
|
id?: string | undefined;
|
|
8529
8553
|
notification_setting_type?: number | undefined;
|
|
8530
8554
|
} & {
|
|
8531
8555
|
id?: string | undefined;
|
|
8532
8556
|
notification_setting_type?: number | undefined;
|
|
8533
|
-
} & { [
|
|
8557
|
+
} & { [K_272 in Exclude<keyof I["list_data_socket"]["notification_setting"], keyof NotificationSetting>]: never; }) | undefined;
|
|
8534
8558
|
notification_message?: ({
|
|
8535
8559
|
id?: string | undefined;
|
|
8536
8560
|
user_id?: string | undefined;
|
|
@@ -8539,7 +8563,7 @@ export declare const Envelope: {
|
|
|
8539
8563
|
id?: string | undefined;
|
|
8540
8564
|
user_id?: string | undefined;
|
|
8541
8565
|
channel_id?: string | undefined;
|
|
8542
|
-
} & { [
|
|
8566
|
+
} & { [K_273 in Exclude<keyof I["list_data_socket"]["notification_message"], keyof NotifiReactMessage>]: never; }) | undefined;
|
|
8543
8567
|
noti_channel_cat_setting_list?: ({
|
|
8544
8568
|
notification_channel_category_settings_list?: {
|
|
8545
8569
|
id?: string | undefined;
|
|
@@ -8567,14 +8591,14 @@ export declare const Envelope: {
|
|
|
8567
8591
|
notification_setting_type?: number | undefined;
|
|
8568
8592
|
channel_category_title?: string | undefined;
|
|
8569
8593
|
action?: number | undefined;
|
|
8570
|
-
} & { [
|
|
8594
|
+
} & { [K_274 in Exclude<keyof I["list_data_socket"]["noti_channel_cat_setting_list"]["notification_channel_category_settings_list"][number], keyof import("../api/api").NotificationChannelCategorySetting>]: never; })[] & { [K_275 in Exclude<keyof I["list_data_socket"]["noti_channel_cat_setting_list"]["notification_channel_category_settings_list"], keyof {
|
|
8571
8595
|
id?: string | undefined;
|
|
8572
8596
|
channel_category_label?: string | undefined;
|
|
8573
8597
|
notification_setting_type?: number | undefined;
|
|
8574
8598
|
channel_category_title?: string | undefined;
|
|
8575
8599
|
action?: number | undefined;
|
|
8576
8600
|
}[]>]: never; }) | undefined;
|
|
8577
|
-
} & { [
|
|
8601
|
+
} & { [K_276 in Exclude<keyof I["list_data_socket"]["noti_channel_cat_setting_list"], "notification_channel_category_settings_list">]: never; }) | undefined;
|
|
8578
8602
|
list_notification_req?: ({
|
|
8579
8603
|
limit?: number | undefined;
|
|
8580
8604
|
clan_id?: string | undefined;
|
|
@@ -8587,7 +8611,7 @@ export declare const Envelope: {
|
|
|
8587
8611
|
notification_id?: string | undefined;
|
|
8588
8612
|
category?: number | undefined;
|
|
8589
8613
|
direction?: number | undefined;
|
|
8590
|
-
} & { [
|
|
8614
|
+
} & { [K_277 in Exclude<keyof I["list_data_socket"]["list_notification_req"], keyof ListNotificationsRequest>]: never; }) | undefined;
|
|
8591
8615
|
notification_list?: ({
|
|
8592
8616
|
notifications?: {
|
|
8593
8617
|
id?: string | undefined;
|
|
@@ -8867,8 +8891,8 @@ export declare const Envelope: {
|
|
|
8867
8891
|
creator_id?: string | undefined;
|
|
8868
8892
|
channel_label?: string | undefined;
|
|
8869
8893
|
channel_private?: number | undefined;
|
|
8870
|
-
channel_avatar?: (string[] & string[] & { [
|
|
8871
|
-
user_id?: (string[] & string[] & { [
|
|
8894
|
+
channel_avatar?: (string[] & string[] & { [K_278 in Exclude<keyof I["list_data_socket"]["notification_list"]["notifications"][number]["channel"]["channel_avatar"], keyof string[]>]: never; }) | undefined;
|
|
8895
|
+
user_id?: (string[] & string[] & { [K_279 in Exclude<keyof I["list_data_socket"]["notification_list"]["notifications"][number]["channel"]["user_id"], keyof string[]>]: never; }) | undefined;
|
|
8872
8896
|
last_sent_message?: ({
|
|
8873
8897
|
id?: string | undefined;
|
|
8874
8898
|
timestamp_seconds?: number | undefined;
|
|
@@ -8888,8 +8912,8 @@ export declare const Envelope: {
|
|
|
8888
8912
|
reference?: string | undefined;
|
|
8889
8913
|
mention?: string | undefined;
|
|
8890
8914
|
reaction?: string | undefined;
|
|
8891
|
-
repliers?: (string[] & string[] & { [
|
|
8892
|
-
} & { [
|
|
8915
|
+
repliers?: (string[] & string[] & { [K_280 in Exclude<keyof I["list_data_socket"]["notification_list"]["notifications"][number]["channel"]["last_sent_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
8916
|
+
} & { [K_281 in Exclude<keyof I["list_data_socket"]["notification_list"]["notifications"][number]["channel"]["last_sent_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
8893
8917
|
last_seen_message?: ({
|
|
8894
8918
|
id?: string | undefined;
|
|
8895
8919
|
timestamp_seconds?: number | undefined;
|
|
@@ -8909,30 +8933,30 @@ export declare const Envelope: {
|
|
|
8909
8933
|
reference?: string | undefined;
|
|
8910
8934
|
mention?: string | undefined;
|
|
8911
8935
|
reaction?: string | undefined;
|
|
8912
|
-
repliers?: (string[] & string[] & { [
|
|
8913
|
-
} & { [
|
|
8914
|
-
is_online?: (boolean[] & boolean[] & { [
|
|
8936
|
+
repliers?: (string[] & string[] & { [K_282 in Exclude<keyof I["list_data_socket"]["notification_list"]["notifications"][number]["channel"]["last_seen_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
8937
|
+
} & { [K_283 in Exclude<keyof I["list_data_socket"]["notification_list"]["notifications"][number]["channel"]["last_seen_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
8938
|
+
is_online?: (boolean[] & boolean[] & { [K_284 in Exclude<keyof I["list_data_socket"]["notification_list"]["notifications"][number]["channel"]["is_online"], keyof boolean[]>]: never; }) | undefined;
|
|
8915
8939
|
meeting_code?: string | undefined;
|
|
8916
8940
|
count_mess_unread?: number | undefined;
|
|
8917
8941
|
active?: number | undefined;
|
|
8918
8942
|
last_pin_message?: string | undefined;
|
|
8919
|
-
usernames?: (string[] & string[] & { [
|
|
8943
|
+
usernames?: (string[] & string[] & { [K_285 in Exclude<keyof I["list_data_socket"]["notification_list"]["notifications"][number]["channel"]["usernames"], keyof string[]>]: never; }) | undefined;
|
|
8920
8944
|
creator_name?: string | undefined;
|
|
8921
8945
|
create_time_seconds?: number | undefined;
|
|
8922
8946
|
update_time_seconds?: number | undefined;
|
|
8923
|
-
metadata?: (string[] & string[] & { [
|
|
8924
|
-
about_me?: (string[] & string[] & { [
|
|
8947
|
+
metadata?: (string[] & string[] & { [K_286 in Exclude<keyof I["list_data_socket"]["notification_list"]["notifications"][number]["channel"]["metadata"], keyof string[]>]: never; }) | undefined;
|
|
8948
|
+
about_me?: (string[] & string[] & { [K_287 in Exclude<keyof I["list_data_socket"]["notification_list"]["notifications"][number]["channel"]["about_me"], keyof string[]>]: never; }) | undefined;
|
|
8925
8949
|
clan_name?: string | undefined;
|
|
8926
8950
|
app_id?: string | undefined;
|
|
8927
8951
|
is_mute?: boolean | undefined;
|
|
8928
8952
|
age_restricted?: number | undefined;
|
|
8929
8953
|
topic?: string | undefined;
|
|
8930
8954
|
e2ee?: number | undefined;
|
|
8931
|
-
display_names?: (string[] & string[] & { [
|
|
8932
|
-
} & { [
|
|
8955
|
+
display_names?: (string[] & string[] & { [K_288 in Exclude<keyof I["list_data_socket"]["notification_list"]["notifications"][number]["channel"]["display_names"], keyof string[]>]: never; }) | undefined;
|
|
8956
|
+
} & { [K_289 in Exclude<keyof I["list_data_socket"]["notification_list"]["notifications"][number]["channel"], keyof ChannelDescription1>]: never; }) | undefined;
|
|
8933
8957
|
topic_id?: string | undefined;
|
|
8934
8958
|
category?: number | undefined;
|
|
8935
|
-
} & { [
|
|
8959
|
+
} & { [K_290 in Exclude<keyof I["list_data_socket"]["notification_list"]["notifications"][number], keyof Notification>]: never; })[] & { [K_291 in Exclude<keyof I["list_data_socket"]["notification_list"]["notifications"], keyof {
|
|
8936
8960
|
id?: string | undefined;
|
|
8937
8961
|
subject?: string | undefined;
|
|
8938
8962
|
content?: string | undefined;
|
|
@@ -9001,7 +9025,7 @@ export declare const Envelope: {
|
|
|
9001
9025
|
category?: number | undefined;
|
|
9002
9026
|
}[]>]: never; }) | undefined;
|
|
9003
9027
|
cacheable_cursor?: string | undefined;
|
|
9004
|
-
} & { [
|
|
9028
|
+
} & { [K_292 in Exclude<keyof I["list_data_socket"]["notification_list"], keyof NotificationList>]: never; }) | undefined;
|
|
9005
9029
|
sticker_list?: ({
|
|
9006
9030
|
stickers?: {
|
|
9007
9031
|
id?: string | undefined;
|
|
@@ -9053,7 +9077,7 @@ export declare const Envelope: {
|
|
|
9053
9077
|
clan_name?: string | undefined;
|
|
9054
9078
|
media_type?: number | undefined;
|
|
9055
9079
|
is_for_sale?: boolean | undefined;
|
|
9056
|
-
} & { [
|
|
9080
|
+
} & { [K_293 in Exclude<keyof I["list_data_socket"]["sticker_list"]["stickers"][number], keyof import("../api/api").ClanSticker>]: never; })[] & { [K_294 in Exclude<keyof I["list_data_socket"]["sticker_list"]["stickers"], keyof {
|
|
9057
9081
|
id?: string | undefined;
|
|
9058
9082
|
source?: string | undefined;
|
|
9059
9083
|
shortname?: string | undefined;
|
|
@@ -9066,7 +9090,7 @@ export declare const Envelope: {
|
|
|
9066
9090
|
media_type?: number | undefined;
|
|
9067
9091
|
is_for_sale?: boolean | undefined;
|
|
9068
9092
|
}[]>]: never; }) | undefined;
|
|
9069
|
-
} & { [
|
|
9093
|
+
} & { [K_295 in Exclude<keyof I["list_data_socket"]["sticker_list"], "stickers">]: never; }) | undefined;
|
|
9070
9094
|
emoji_recent_list?: ({
|
|
9071
9095
|
emoji_recents?: {
|
|
9072
9096
|
emoji_recents_id?: string | undefined;
|
|
@@ -9086,17 +9110,17 @@ export declare const Envelope: {
|
|
|
9086
9110
|
emoji_recents_id?: string | undefined;
|
|
9087
9111
|
emoji_id?: string | undefined;
|
|
9088
9112
|
update_time?: Date | undefined;
|
|
9089
|
-
} & { [
|
|
9113
|
+
} & { [K_296 in Exclude<keyof I["list_data_socket"]["emoji_recent_list"]["emoji_recents"][number], keyof import("../api/api").EmojiRecent>]: never; })[] & { [K_297 in Exclude<keyof I["list_data_socket"]["emoji_recent_list"]["emoji_recents"], keyof {
|
|
9090
9114
|
emoji_recents_id?: string | undefined;
|
|
9091
9115
|
emoji_id?: string | undefined;
|
|
9092
9116
|
update_time?: Date | undefined;
|
|
9093
9117
|
}[]>]: never; }) | undefined;
|
|
9094
|
-
} & { [
|
|
9118
|
+
} & { [K_298 in Exclude<keyof I["list_data_socket"]["emoji_recent_list"], "emoji_recents">]: never; }) | undefined;
|
|
9095
9119
|
clan_webhook_req?: ({
|
|
9096
9120
|
clan_id?: string | undefined;
|
|
9097
9121
|
} & {
|
|
9098
9122
|
clan_id?: string | undefined;
|
|
9099
|
-
} & { [
|
|
9123
|
+
} & { [K_299 in Exclude<keyof I["list_data_socket"]["clan_webhook_req"], "clan_id">]: never; }) | undefined;
|
|
9100
9124
|
clan_webhook_list?: ({
|
|
9101
9125
|
list_clan_webhooks?: {
|
|
9102
9126
|
id?: string | undefined;
|
|
@@ -9140,7 +9164,7 @@ export declare const Envelope: {
|
|
|
9140
9164
|
avatar?: string | undefined;
|
|
9141
9165
|
create_time?: string | undefined;
|
|
9142
9166
|
update_time?: string | undefined;
|
|
9143
|
-
} & { [
|
|
9167
|
+
} & { [K_300 in Exclude<keyof I["list_data_socket"]["clan_webhook_list"]["list_clan_webhooks"][number], keyof import("../api/api").ClanWebhook>]: never; })[] & { [K_301 in Exclude<keyof I["list_data_socket"]["clan_webhook_list"]["list_clan_webhooks"], keyof {
|
|
9144
9168
|
id?: string | undefined;
|
|
9145
9169
|
webhook_name?: string | undefined;
|
|
9146
9170
|
clan_id?: string | undefined;
|
|
@@ -9151,14 +9175,14 @@ export declare const Envelope: {
|
|
|
9151
9175
|
create_time?: string | undefined;
|
|
9152
9176
|
update_time?: string | undefined;
|
|
9153
9177
|
}[]>]: never; }) | undefined;
|
|
9154
|
-
} & { [
|
|
9178
|
+
} & { [K_302 in Exclude<keyof I["list_data_socket"]["clan_webhook_list"], "list_clan_webhooks">]: never; }) | undefined;
|
|
9155
9179
|
webhook_list_req?: ({
|
|
9156
9180
|
channel_id?: string | undefined;
|
|
9157
9181
|
clan_id?: string | undefined;
|
|
9158
9182
|
} & {
|
|
9159
9183
|
channel_id?: string | undefined;
|
|
9160
9184
|
clan_id?: string | undefined;
|
|
9161
|
-
} & { [
|
|
9185
|
+
} & { [K_303 in Exclude<keyof I["list_data_socket"]["webhook_list_req"], keyof WebhookListRequest>]: never; }) | undefined;
|
|
9162
9186
|
webhook_list?: ({
|
|
9163
9187
|
webhooks?: {
|
|
9164
9188
|
id?: string | undefined;
|
|
@@ -9206,7 +9230,7 @@ export declare const Envelope: {
|
|
|
9206
9230
|
update_time?: string | undefined;
|
|
9207
9231
|
avatar?: string | undefined;
|
|
9208
9232
|
status?: number | undefined;
|
|
9209
|
-
} & { [
|
|
9233
|
+
} & { [K_304 in Exclude<keyof I["list_data_socket"]["webhook_list"]["webhooks"][number], keyof Webhook>]: never; })[] & { [K_305 in Exclude<keyof I["list_data_socket"]["webhook_list"]["webhooks"], keyof {
|
|
9210
9234
|
id?: string | undefined;
|
|
9211
9235
|
webhook_name?: string | undefined;
|
|
9212
9236
|
channel_id?: string | undefined;
|
|
@@ -9218,12 +9242,12 @@ export declare const Envelope: {
|
|
|
9218
9242
|
avatar?: string | undefined;
|
|
9219
9243
|
status?: number | undefined;
|
|
9220
9244
|
}[]>]: never; }) | undefined;
|
|
9221
|
-
} & { [
|
|
9245
|
+
} & { [K_306 in Exclude<keyof I["list_data_socket"]["webhook_list"], "webhooks">]: never; }) | undefined;
|
|
9222
9246
|
permission_list_req?: ({
|
|
9223
9247
|
role_id?: string | undefined;
|
|
9224
9248
|
} & {
|
|
9225
9249
|
role_id?: string | undefined;
|
|
9226
|
-
} & { [
|
|
9250
|
+
} & { [K_307 in Exclude<keyof I["list_data_socket"]["permission_list_req"], "role_id">]: never; }) | undefined;
|
|
9227
9251
|
permission_list?: ({
|
|
9228
9252
|
permissions?: {
|
|
9229
9253
|
id?: string | undefined;
|
|
@@ -9260,7 +9284,7 @@ export declare const Envelope: {
|
|
|
9260
9284
|
active?: number | undefined;
|
|
9261
9285
|
scope?: number | undefined;
|
|
9262
9286
|
level?: number | undefined;
|
|
9263
|
-
} & { [
|
|
9287
|
+
} & { [K_308 in Exclude<keyof I["list_data_socket"]["permission_list"]["permissions"][number], keyof import("../api/api").Permission>]: never; })[] & { [K_309 in Exclude<keyof I["list_data_socket"]["permission_list"]["permissions"], keyof {
|
|
9264
9288
|
id?: string | undefined;
|
|
9265
9289
|
title?: string | undefined;
|
|
9266
9290
|
slug?: string | undefined;
|
|
@@ -9270,7 +9294,7 @@ export declare const Envelope: {
|
|
|
9270
9294
|
level?: number | undefined;
|
|
9271
9295
|
}[]>]: never; }) | undefined;
|
|
9272
9296
|
max_level_permission?: number | undefined;
|
|
9273
|
-
} & { [
|
|
9297
|
+
} & { [K_310 in Exclude<keyof I["list_data_socket"]["permission_list"], keyof PermissionList>]: never; }) | undefined;
|
|
9274
9298
|
role_user_req?: ({
|
|
9275
9299
|
role_id?: string | undefined;
|
|
9276
9300
|
limit?: number | undefined;
|
|
@@ -9279,7 +9303,7 @@ export declare const Envelope: {
|
|
|
9279
9303
|
role_id?: string | undefined;
|
|
9280
9304
|
limit?: number | undefined;
|
|
9281
9305
|
cursor?: string | undefined;
|
|
9282
|
-
} & { [
|
|
9306
|
+
} & { [K_311 in Exclude<keyof I["list_data_socket"]["role_user_req"], keyof ListRoleUsersRequest>]: never; }) | undefined;
|
|
9283
9307
|
role_user_list?: ({
|
|
9284
9308
|
role_users?: {
|
|
9285
9309
|
id?: string | undefined;
|
|
@@ -9316,7 +9340,7 @@ export declare const Envelope: {
|
|
|
9316
9340
|
lang_tag?: string | undefined;
|
|
9317
9341
|
location?: string | undefined;
|
|
9318
9342
|
online?: boolean | undefined;
|
|
9319
|
-
} & { [
|
|
9343
|
+
} & { [K_312 in Exclude<keyof I["list_data_socket"]["role_user_list"]["role_users"][number], keyof import("../api/api").RoleUserList_RoleUser>]: never; })[] & { [K_313 in Exclude<keyof I["list_data_socket"]["role_user_list"]["role_users"], keyof {
|
|
9320
9344
|
id?: string | undefined;
|
|
9321
9345
|
username?: string | undefined;
|
|
9322
9346
|
display_name?: string | undefined;
|
|
@@ -9326,14 +9350,14 @@ export declare const Envelope: {
|
|
|
9326
9350
|
online?: boolean | undefined;
|
|
9327
9351
|
}[]>]: never; }) | undefined;
|
|
9328
9352
|
cursor?: string | undefined;
|
|
9329
|
-
} & { [
|
|
9353
|
+
} & { [K_314 in Exclude<keyof I["list_data_socket"]["role_user_list"], keyof RoleUserList>]: never; }) | undefined;
|
|
9330
9354
|
permission_user_req?: ({
|
|
9331
9355
|
clan_id?: string | undefined;
|
|
9332
9356
|
channel_id?: string | undefined;
|
|
9333
9357
|
} & {
|
|
9334
9358
|
clan_id?: string | undefined;
|
|
9335
9359
|
channel_id?: string | undefined;
|
|
9336
|
-
} & { [
|
|
9360
|
+
} & { [K_315 in Exclude<keyof I["list_data_socket"]["permission_user_req"], keyof ListPermissionOfUsersRequest>]: never; }) | undefined;
|
|
9337
9361
|
role_list?: ({
|
|
9338
9362
|
roles?: {
|
|
9339
9363
|
id?: string | undefined;
|
|
@@ -9508,7 +9532,7 @@ export declare const Envelope: {
|
|
|
9508
9532
|
lang_tag?: string | undefined;
|
|
9509
9533
|
location?: string | undefined;
|
|
9510
9534
|
online?: boolean | undefined;
|
|
9511
|
-
} & { [
|
|
9535
|
+
} & { [K_316 in Exclude<keyof I["list_data_socket"]["role_list"]["roles"][number]["role_user_list"]["role_users"][number], keyof import("../api/api").RoleUserList_RoleUser>]: never; })[] & { [K_317 in Exclude<keyof I["list_data_socket"]["role_list"]["roles"][number]["role_user_list"]["role_users"], keyof {
|
|
9512
9536
|
id?: string | undefined;
|
|
9513
9537
|
username?: string | undefined;
|
|
9514
9538
|
display_name?: string | undefined;
|
|
@@ -9518,7 +9542,7 @@ export declare const Envelope: {
|
|
|
9518
9542
|
online?: boolean | undefined;
|
|
9519
9543
|
}[]>]: never; }) | undefined;
|
|
9520
9544
|
cursor?: string | undefined;
|
|
9521
|
-
} & { [
|
|
9545
|
+
} & { [K_318 in Exclude<keyof I["list_data_socket"]["role_list"]["roles"][number]["role_user_list"], keyof RoleUserList>]: never; }) | undefined;
|
|
9522
9546
|
permission_list?: ({
|
|
9523
9547
|
permissions?: {
|
|
9524
9548
|
id?: string | undefined;
|
|
@@ -9555,7 +9579,7 @@ export declare const Envelope: {
|
|
|
9555
9579
|
active?: number | undefined;
|
|
9556
9580
|
scope?: number | undefined;
|
|
9557
9581
|
level?: number | undefined;
|
|
9558
|
-
} & { [
|
|
9582
|
+
} & { [K_319 in Exclude<keyof I["list_data_socket"]["role_list"]["roles"][number]["permission_list"]["permissions"][number], keyof import("../api/api").Permission>]: never; })[] & { [K_320 in Exclude<keyof I["list_data_socket"]["role_list"]["roles"][number]["permission_list"]["permissions"], keyof {
|
|
9559
9583
|
id?: string | undefined;
|
|
9560
9584
|
title?: string | undefined;
|
|
9561
9585
|
slug?: string | undefined;
|
|
@@ -9565,12 +9589,12 @@ export declare const Envelope: {
|
|
|
9565
9589
|
level?: number | undefined;
|
|
9566
9590
|
}[]>]: never; }) | undefined;
|
|
9567
9591
|
max_level_permission?: number | undefined;
|
|
9568
|
-
} & { [
|
|
9592
|
+
} & { [K_321 in Exclude<keyof I["list_data_socket"]["role_list"]["roles"][number]["permission_list"], keyof PermissionList>]: never; }) | undefined;
|
|
9569
9593
|
role_channel_active?: number | undefined;
|
|
9570
|
-
channel_ids?: (string[] & string[] & { [
|
|
9594
|
+
channel_ids?: (string[] & string[] & { [K_322 in Exclude<keyof I["list_data_socket"]["role_list"]["roles"][number]["channel_ids"], keyof string[]>]: never; }) | undefined;
|
|
9571
9595
|
max_level_permission?: number | undefined;
|
|
9572
9596
|
order_role?: number | undefined;
|
|
9573
|
-
} & { [
|
|
9597
|
+
} & { [K_323 in Exclude<keyof I["list_data_socket"]["role_list"]["roles"][number], keyof Role>]: never; })[] & { [K_324 in Exclude<keyof I["list_data_socket"]["role_list"]["roles"], keyof {
|
|
9574
9598
|
id?: string | undefined;
|
|
9575
9599
|
title?: string | undefined;
|
|
9576
9600
|
color?: string | undefined;
|
|
@@ -9614,7 +9638,7 @@ export declare const Envelope: {
|
|
|
9614
9638
|
next_cursor?: string | undefined;
|
|
9615
9639
|
prev_cursor?: string | undefined;
|
|
9616
9640
|
cacheable_cursor?: string | undefined;
|
|
9617
|
-
} & { [
|
|
9641
|
+
} & { [K_325 in Exclude<keyof I["list_data_socket"]["role_list"], keyof RoleList>]: never; }) | undefined;
|
|
9618
9642
|
role_list_event_req?: ({
|
|
9619
9643
|
clan_id?: string | undefined;
|
|
9620
9644
|
limit?: number | undefined;
|
|
@@ -9625,7 +9649,7 @@ export declare const Envelope: {
|
|
|
9625
9649
|
limit?: number | undefined;
|
|
9626
9650
|
state?: number | undefined;
|
|
9627
9651
|
cursor?: string | undefined;
|
|
9628
|
-
} & { [
|
|
9652
|
+
} & { [K_326 in Exclude<keyof I["list_data_socket"]["role_list_event_req"], keyof RoleListEventRequest>]: never; }) | undefined;
|
|
9629
9653
|
role_event_list?: ({
|
|
9630
9654
|
limit?: number | undefined;
|
|
9631
9655
|
state?: number | undefined;
|
|
@@ -9856,7 +9880,7 @@ export declare const Envelope: {
|
|
|
9856
9880
|
lang_tag?: string | undefined;
|
|
9857
9881
|
location?: string | undefined;
|
|
9858
9882
|
online?: boolean | undefined;
|
|
9859
|
-
} & { [
|
|
9883
|
+
} & { [K_327 in Exclude<keyof I["list_data_socket"]["role_event_list"]["roles"]["roles"][number]["role_user_list"]["role_users"][number], keyof import("../api/api").RoleUserList_RoleUser>]: never; })[] & { [K_328 in Exclude<keyof I["list_data_socket"]["role_event_list"]["roles"]["roles"][number]["role_user_list"]["role_users"], keyof {
|
|
9860
9884
|
id?: string | undefined;
|
|
9861
9885
|
username?: string | undefined;
|
|
9862
9886
|
display_name?: string | undefined;
|
|
@@ -9866,7 +9890,7 @@ export declare const Envelope: {
|
|
|
9866
9890
|
online?: boolean | undefined;
|
|
9867
9891
|
}[]>]: never; }) | undefined;
|
|
9868
9892
|
cursor?: string | undefined;
|
|
9869
|
-
} & { [
|
|
9893
|
+
} & { [K_329 in Exclude<keyof I["list_data_socket"]["role_event_list"]["roles"]["roles"][number]["role_user_list"], keyof RoleUserList>]: never; }) | undefined;
|
|
9870
9894
|
permission_list?: ({
|
|
9871
9895
|
permissions?: {
|
|
9872
9896
|
id?: string | undefined;
|
|
@@ -9903,7 +9927,7 @@ export declare const Envelope: {
|
|
|
9903
9927
|
active?: number | undefined;
|
|
9904
9928
|
scope?: number | undefined;
|
|
9905
9929
|
level?: number | undefined;
|
|
9906
|
-
} & { [
|
|
9930
|
+
} & { [K_330 in Exclude<keyof I["list_data_socket"]["role_event_list"]["roles"]["roles"][number]["permission_list"]["permissions"][number], keyof import("../api/api").Permission>]: never; })[] & { [K_331 in Exclude<keyof I["list_data_socket"]["role_event_list"]["roles"]["roles"][number]["permission_list"]["permissions"], keyof {
|
|
9907
9931
|
id?: string | undefined;
|
|
9908
9932
|
title?: string | undefined;
|
|
9909
9933
|
slug?: string | undefined;
|
|
@@ -9913,12 +9937,12 @@ export declare const Envelope: {
|
|
|
9913
9937
|
level?: number | undefined;
|
|
9914
9938
|
}[]>]: never; }) | undefined;
|
|
9915
9939
|
max_level_permission?: number | undefined;
|
|
9916
|
-
} & { [
|
|
9940
|
+
} & { [K_332 in Exclude<keyof I["list_data_socket"]["role_event_list"]["roles"]["roles"][number]["permission_list"], keyof PermissionList>]: never; }) | undefined;
|
|
9917
9941
|
role_channel_active?: number | undefined;
|
|
9918
|
-
channel_ids?: (string[] & string[] & { [
|
|
9942
|
+
channel_ids?: (string[] & string[] & { [K_333 in Exclude<keyof I["list_data_socket"]["role_event_list"]["roles"]["roles"][number]["channel_ids"], keyof string[]>]: never; }) | undefined;
|
|
9919
9943
|
max_level_permission?: number | undefined;
|
|
9920
9944
|
order_role?: number | undefined;
|
|
9921
|
-
} & { [
|
|
9945
|
+
} & { [K_334 in Exclude<keyof I["list_data_socket"]["role_event_list"]["roles"]["roles"][number], keyof Role>]: never; })[] & { [K_335 in Exclude<keyof I["list_data_socket"]["role_event_list"]["roles"]["roles"], keyof {
|
|
9922
9946
|
id?: string | undefined;
|
|
9923
9947
|
title?: string | undefined;
|
|
9924
9948
|
color?: string | undefined;
|
|
@@ -9962,15 +9986,15 @@ export declare const Envelope: {
|
|
|
9962
9986
|
next_cursor?: string | undefined;
|
|
9963
9987
|
prev_cursor?: string | undefined;
|
|
9964
9988
|
cacheable_cursor?: string | undefined;
|
|
9965
|
-
} & { [
|
|
9966
|
-
} & { [
|
|
9989
|
+
} & { [K_336 in Exclude<keyof I["list_data_socket"]["role_event_list"]["roles"], keyof RoleList>]: never; }) | undefined;
|
|
9990
|
+
} & { [K_337 in Exclude<keyof I["list_data_socket"]["role_event_list"], keyof RoleListEventResponse>]: never; }) | undefined;
|
|
9967
9991
|
user_permission_req?: ({
|
|
9968
9992
|
clan_id?: string | undefined;
|
|
9969
9993
|
channel_id?: string | undefined;
|
|
9970
9994
|
} & {
|
|
9971
9995
|
clan_id?: string | undefined;
|
|
9972
9996
|
channel_id?: string | undefined;
|
|
9973
|
-
} & { [
|
|
9997
|
+
} & { [K_338 in Exclude<keyof I["list_data_socket"]["user_permission_req"], keyof UserPermissionInChannelListRequest>]: never; }) | undefined;
|
|
9974
9998
|
user_permission_list?: ({
|
|
9975
9999
|
clan_id?: string | undefined;
|
|
9976
10000
|
channel_id?: string | undefined;
|
|
@@ -10025,7 +10049,7 @@ export declare const Envelope: {
|
|
|
10025
10049
|
active?: number | undefined;
|
|
10026
10050
|
scope?: number | undefined;
|
|
10027
10051
|
level?: number | undefined;
|
|
10028
|
-
} & { [
|
|
10052
|
+
} & { [K_339 in Exclude<keyof I["list_data_socket"]["user_permission_list"]["permissions"]["permissions"][number], keyof import("../api/api").Permission>]: never; })[] & { [K_340 in Exclude<keyof I["list_data_socket"]["user_permission_list"]["permissions"]["permissions"], keyof {
|
|
10029
10053
|
id?: string | undefined;
|
|
10030
10054
|
title?: string | undefined;
|
|
10031
10055
|
slug?: string | undefined;
|
|
@@ -10035,8 +10059,8 @@ export declare const Envelope: {
|
|
|
10035
10059
|
level?: number | undefined;
|
|
10036
10060
|
}[]>]: never; }) | undefined;
|
|
10037
10061
|
max_level_permission?: number | undefined;
|
|
10038
|
-
} & { [
|
|
10039
|
-
} & { [
|
|
10062
|
+
} & { [K_341 in Exclude<keyof I["list_data_socket"]["user_permission_list"]["permissions"], keyof PermissionList>]: never; }) | undefined;
|
|
10063
|
+
} & { [K_342 in Exclude<keyof I["list_data_socket"]["user_permission_list"], keyof UserPermissionInChannelListResponse>]: never; }) | undefined;
|
|
10040
10064
|
permission_role_req?: ({
|
|
10041
10065
|
role_id?: string | undefined;
|
|
10042
10066
|
channel_id?: string | undefined;
|
|
@@ -10045,7 +10069,7 @@ export declare const Envelope: {
|
|
|
10045
10069
|
role_id?: string | undefined;
|
|
10046
10070
|
channel_id?: string | undefined;
|
|
10047
10071
|
user_id?: string | undefined;
|
|
10048
|
-
} & { [
|
|
10072
|
+
} & { [K_343 in Exclude<keyof I["list_data_socket"]["permission_role_req"], keyof PermissionRoleChannelListEventRequest>]: never; }) | undefined;
|
|
10049
10073
|
permission_role_list?: ({
|
|
10050
10074
|
role_id?: string | undefined;
|
|
10051
10075
|
channel_id?: string | undefined;
|
|
@@ -10067,11 +10091,11 @@ export declare const Envelope: {
|
|
|
10067
10091
|
} & {
|
|
10068
10092
|
permission_id?: string | undefined;
|
|
10069
10093
|
active?: boolean | undefined;
|
|
10070
|
-
} & { [
|
|
10094
|
+
} & { [K_344 in Exclude<keyof I["list_data_socket"]["permission_role_list"]["permission_role_channel"][number], keyof import("../api/api").PermissionRoleChannel>]: never; })[] & { [K_345 in Exclude<keyof I["list_data_socket"]["permission_role_list"]["permission_role_channel"], keyof {
|
|
10071
10095
|
permission_id?: string | undefined;
|
|
10072
10096
|
active?: boolean | undefined;
|
|
10073
10097
|
}[]>]: never; }) | undefined;
|
|
10074
|
-
} & { [
|
|
10098
|
+
} & { [K_346 in Exclude<keyof I["list_data_socket"]["permission_role_list"], keyof PermissionRoleChannelListEventResponse>]: never; }) | undefined;
|
|
10075
10099
|
emoji_list?: ({
|
|
10076
10100
|
emoji_list?: {
|
|
10077
10101
|
id?: string | undefined;
|
|
@@ -10115,7 +10139,7 @@ export declare const Envelope: {
|
|
|
10115
10139
|
logo?: string | undefined;
|
|
10116
10140
|
clan_name?: string | undefined;
|
|
10117
10141
|
is_for_sale?: boolean | undefined;
|
|
10118
|
-
} & { [
|
|
10142
|
+
} & { [K_347 in Exclude<keyof I["list_data_socket"]["emoji_list"]["emoji_list"][number], keyof import("../api/api").ClanEmoji>]: never; })[] & { [K_348 in Exclude<keyof I["list_data_socket"]["emoji_list"]["emoji_list"], keyof {
|
|
10119
10143
|
id?: string | undefined;
|
|
10120
10144
|
src?: string | undefined;
|
|
10121
10145
|
shortname?: string | undefined;
|
|
@@ -10126,7 +10150,7 @@ export declare const Envelope: {
|
|
|
10126
10150
|
clan_name?: string | undefined;
|
|
10127
10151
|
is_for_sale?: boolean | undefined;
|
|
10128
10152
|
}[]>]: never; }) | undefined;
|
|
10129
|
-
} & { [
|
|
10153
|
+
} & { [K_349 in Exclude<keyof I["list_data_socket"]["emoji_list"], "emoji_list">]: never; }) | undefined;
|
|
10130
10154
|
list_friend_req?: ({
|
|
10131
10155
|
limit?: number | undefined;
|
|
10132
10156
|
state?: number | undefined;
|
|
@@ -10135,7 +10159,7 @@ export declare const Envelope: {
|
|
|
10135
10159
|
limit?: number | undefined;
|
|
10136
10160
|
state?: number | undefined;
|
|
10137
10161
|
cursor?: string | undefined;
|
|
10138
|
-
} & { [
|
|
10162
|
+
} & { [K_350 in Exclude<keyof I["list_data_socket"]["list_friend_req"], keyof ListFriendsRequest>]: never; }) | undefined;
|
|
10139
10163
|
friend_list?: ({
|
|
10140
10164
|
friends?: {
|
|
10141
10165
|
user?: {
|
|
@@ -10275,12 +10299,12 @@ export declare const Envelope: {
|
|
|
10275
10299
|
is_mobile?: boolean | undefined;
|
|
10276
10300
|
dob?: Date | undefined;
|
|
10277
10301
|
mezon_id?: string | undefined;
|
|
10278
|
-
list_nick_names?: (string[] & string[] & { [
|
|
10279
|
-
} & { [
|
|
10302
|
+
list_nick_names?: (string[] & string[] & { [K_351 in Exclude<keyof I["list_data_socket"]["friend_list"]["friends"][number]["user"]["list_nick_names"], keyof string[]>]: never; }) | undefined;
|
|
10303
|
+
} & { [K_352 in Exclude<keyof I["list_data_socket"]["friend_list"]["friends"][number]["user"], keyof import("../api/api").User>]: never; }) | undefined;
|
|
10280
10304
|
state?: number | undefined;
|
|
10281
10305
|
update_time?: Date | undefined;
|
|
10282
10306
|
source_id?: string | undefined;
|
|
10283
|
-
} & { [
|
|
10307
|
+
} & { [K_353 in Exclude<keyof I["list_data_socket"]["friend_list"]["friends"][number], keyof import("../api/api").Friend>]: never; })[] & { [K_354 in Exclude<keyof I["list_data_socket"]["friend_list"]["friends"], keyof {
|
|
10284
10308
|
user?: {
|
|
10285
10309
|
id?: string | undefined;
|
|
10286
10310
|
username?: string | undefined;
|
|
@@ -10311,12 +10335,12 @@ export declare const Envelope: {
|
|
|
10311
10335
|
source_id?: string | undefined;
|
|
10312
10336
|
}[]>]: never; }) | undefined;
|
|
10313
10337
|
cursor?: string | undefined;
|
|
10314
|
-
} & { [
|
|
10338
|
+
} & { [K_355 in Exclude<keyof I["list_data_socket"]["friend_list"], keyof FriendList>]: never; }) | undefined;
|
|
10315
10339
|
list_apps_req?: ({
|
|
10316
10340
|
clan_id?: string | undefined;
|
|
10317
10341
|
} & {
|
|
10318
10342
|
clan_id?: string | undefined;
|
|
10319
|
-
} & { [
|
|
10343
|
+
} & { [K_356 in Exclude<keyof I["list_data_socket"]["list_apps_req"], "clan_id">]: never; }) | undefined;
|
|
10320
10344
|
channel_apps_list?: ({
|
|
10321
10345
|
channel_apps?: {
|
|
10322
10346
|
id?: string | undefined;
|
|
@@ -10344,14 +10368,14 @@ export declare const Envelope: {
|
|
|
10344
10368
|
channel_id?: string | undefined;
|
|
10345
10369
|
app_id?: string | undefined;
|
|
10346
10370
|
app_url?: string | undefined;
|
|
10347
|
-
} & { [
|
|
10371
|
+
} & { [K_357 in Exclude<keyof I["list_data_socket"]["channel_apps_list"]["channel_apps"][number], keyof import("../api/api").ChannelAppResponse>]: never; })[] & { [K_358 in Exclude<keyof I["list_data_socket"]["channel_apps_list"]["channel_apps"], keyof {
|
|
10348
10372
|
id?: string | undefined;
|
|
10349
10373
|
clan_id?: string | undefined;
|
|
10350
10374
|
channel_id?: string | undefined;
|
|
10351
10375
|
app_id?: string | undefined;
|
|
10352
10376
|
app_url?: string | undefined;
|
|
10353
10377
|
}[]>]: never; }) | undefined;
|
|
10354
|
-
} & { [
|
|
10378
|
+
} & { [K_359 in Exclude<keyof I["list_data_socket"]["channel_apps_list"], "channel_apps">]: never; }) | undefined;
|
|
10355
10379
|
user_activity_list?: ({
|
|
10356
10380
|
activities?: {
|
|
10357
10381
|
user_id?: string | undefined;
|
|
@@ -10391,7 +10415,7 @@ export declare const Envelope: {
|
|
|
10391
10415
|
end_time?: Date | undefined;
|
|
10392
10416
|
application_id?: string | undefined;
|
|
10393
10417
|
status?: number | undefined;
|
|
10394
|
-
} & { [
|
|
10418
|
+
} & { [K_360 in Exclude<keyof I["list_data_socket"]["user_activity_list"]["activities"][number], keyof UserActivity>]: never; })[] & { [K_361 in Exclude<keyof I["list_data_socket"]["user_activity_list"]["activities"], keyof {
|
|
10395
10419
|
user_id?: string | undefined;
|
|
10396
10420
|
activity_name?: string | undefined;
|
|
10397
10421
|
activity_type?: number | undefined;
|
|
@@ -10401,12 +10425,12 @@ export declare const Envelope: {
|
|
|
10401
10425
|
application_id?: string | undefined;
|
|
10402
10426
|
status?: number | undefined;
|
|
10403
10427
|
}[]>]: never; }) | undefined;
|
|
10404
|
-
} & { [
|
|
10428
|
+
} & { [K_362 in Exclude<keyof I["list_data_socket"]["user_activity_list"], "activities">]: never; }) | undefined;
|
|
10405
10429
|
list_clan_user_req?: ({
|
|
10406
10430
|
clan_id?: string | undefined;
|
|
10407
10431
|
} & {
|
|
10408
10432
|
clan_id?: string | undefined;
|
|
10409
|
-
} & { [
|
|
10433
|
+
} & { [K_363 in Exclude<keyof I["list_data_socket"]["list_clan_user_req"], "clan_id">]: never; }) | undefined;
|
|
10410
10434
|
clan_user_list?: ({
|
|
10411
10435
|
clan_users?: {
|
|
10412
10436
|
user?: {
|
|
@@ -10550,13 +10574,13 @@ export declare const Envelope: {
|
|
|
10550
10574
|
is_mobile?: boolean | undefined;
|
|
10551
10575
|
dob?: Date | undefined;
|
|
10552
10576
|
mezon_id?: string | undefined;
|
|
10553
|
-
list_nick_names?: (string[] & string[] & { [
|
|
10554
|
-
} & { [
|
|
10555
|
-
role_id?: (string[] & string[] & { [
|
|
10577
|
+
list_nick_names?: (string[] & string[] & { [K_364 in Exclude<keyof I["list_data_socket"]["clan_user_list"]["clan_users"][number]["user"]["list_nick_names"], keyof string[]>]: never; }) | undefined;
|
|
10578
|
+
} & { [K_365 in Exclude<keyof I["list_data_socket"]["clan_user_list"]["clan_users"][number]["user"], keyof import("../api/api").User>]: never; }) | undefined;
|
|
10579
|
+
role_id?: (string[] & string[] & { [K_366 in Exclude<keyof I["list_data_socket"]["clan_user_list"]["clan_users"][number]["role_id"], keyof string[]>]: never; }) | undefined;
|
|
10556
10580
|
clan_nick?: string | undefined;
|
|
10557
10581
|
clan_avatar?: string | undefined;
|
|
10558
10582
|
clan_id?: string | undefined;
|
|
10559
|
-
} & { [
|
|
10583
|
+
} & { [K_367 in Exclude<keyof I["list_data_socket"]["clan_user_list"]["clan_users"][number], keyof import("../api/api").ClanUserList_ClanUser>]: never; })[] & { [K_368 in Exclude<keyof I["list_data_socket"]["clan_user_list"]["clan_users"], keyof {
|
|
10560
10584
|
user?: {
|
|
10561
10585
|
id?: string | undefined;
|
|
10562
10586
|
username?: string | undefined;
|
|
@@ -10589,12 +10613,12 @@ export declare const Envelope: {
|
|
|
10589
10613
|
}[]>]: never; }) | undefined;
|
|
10590
10614
|
cursor?: string | undefined;
|
|
10591
10615
|
clan_id?: string | undefined;
|
|
10592
|
-
} & { [
|
|
10616
|
+
} & { [K_369 in Exclude<keyof I["list_data_socket"]["clan_user_list"], keyof ClanUserList>]: never; }) | undefined;
|
|
10593
10617
|
list_event_req?: ({
|
|
10594
10618
|
clan_id?: string | undefined;
|
|
10595
10619
|
} & {
|
|
10596
10620
|
clan_id?: string | undefined;
|
|
10597
|
-
} & { [
|
|
10621
|
+
} & { [K_370 in Exclude<keyof I["list_data_socket"]["list_event_req"], "clan_id">]: never; }) | undefined;
|
|
10598
10622
|
event_list?: ({
|
|
10599
10623
|
events?: {
|
|
10600
10624
|
id?: string | undefined;
|
|
@@ -10692,7 +10716,7 @@ export declare const Envelope: {
|
|
|
10692
10716
|
address?: string | undefined;
|
|
10693
10717
|
start_time?: Date | undefined;
|
|
10694
10718
|
end_time?: Date | undefined;
|
|
10695
|
-
user_ids?: (string[] & string[] & { [
|
|
10719
|
+
user_ids?: (string[] & string[] & { [K_371 in Exclude<keyof I["list_data_socket"]["event_list"]["events"][number]["user_ids"], keyof string[]>]: never; }) | undefined;
|
|
10696
10720
|
create_time?: Date | undefined;
|
|
10697
10721
|
max_permission?: number | undefined;
|
|
10698
10722
|
channel_id?: string | undefined;
|
|
@@ -10711,8 +10735,8 @@ export declare const Envelope: {
|
|
|
10711
10735
|
external_link?: string | undefined;
|
|
10712
10736
|
creator_id?: string | undefined;
|
|
10713
10737
|
event_id?: string | undefined;
|
|
10714
|
-
} & { [
|
|
10715
|
-
} & { [
|
|
10738
|
+
} & { [K_372 in Exclude<keyof I["list_data_socket"]["event_list"]["events"][number]["meet_room"], keyof import("../api/api").GenerateMezonMeetResponse>]: never; }) | undefined;
|
|
10739
|
+
} & { [K_373 in Exclude<keyof I["list_data_socket"]["event_list"]["events"][number], keyof import("../api/api").EventManagement>]: never; })[] & { [K_374 in Exclude<keyof I["list_data_socket"]["event_list"]["events"], keyof {
|
|
10716
10740
|
id?: string | undefined;
|
|
10717
10741
|
title?: string | undefined;
|
|
10718
10742
|
logo?: string | undefined;
|
|
@@ -10740,7 +10764,7 @@ export declare const Envelope: {
|
|
|
10740
10764
|
event_id?: string | undefined;
|
|
10741
10765
|
} | undefined;
|
|
10742
10766
|
}[]>]: never; }) | undefined;
|
|
10743
|
-
} & { [
|
|
10767
|
+
} & { [K_375 in Exclude<keyof I["list_data_socket"]["event_list"], "events">]: never; }) | undefined;
|
|
10744
10768
|
list_category_req?: ({
|
|
10745
10769
|
creator_id?: string | undefined;
|
|
10746
10770
|
clan_id?: string | undefined;
|
|
@@ -10753,7 +10777,7 @@ export declare const Envelope: {
|
|
|
10753
10777
|
category_name?: string | undefined;
|
|
10754
10778
|
category_id?: string | undefined;
|
|
10755
10779
|
category_order?: number | undefined;
|
|
10756
|
-
} & { [
|
|
10780
|
+
} & { [K_376 in Exclude<keyof I["list_data_socket"]["list_category_req"], keyof CategoryDesc>]: never; }) | undefined;
|
|
10757
10781
|
category_list?: ({
|
|
10758
10782
|
categorydesc?: {
|
|
10759
10783
|
creator_id?: string | undefined;
|
|
@@ -10781,14 +10805,14 @@ export declare const Envelope: {
|
|
|
10781
10805
|
category_name?: string | undefined;
|
|
10782
10806
|
category_id?: string | undefined;
|
|
10783
10807
|
category_order?: number | undefined;
|
|
10784
|
-
} & { [
|
|
10808
|
+
} & { [K_377 in Exclude<keyof I["list_data_socket"]["category_list"]["categorydesc"][number], keyof CategoryDesc>]: never; })[] & { [K_378 in Exclude<keyof I["list_data_socket"]["category_list"]["categorydesc"], keyof {
|
|
10785
10809
|
creator_id?: string | undefined;
|
|
10786
10810
|
clan_id?: string | undefined;
|
|
10787
10811
|
category_name?: string | undefined;
|
|
10788
10812
|
category_id?: string | undefined;
|
|
10789
10813
|
category_order?: number | undefined;
|
|
10790
10814
|
}[]>]: never; }) | undefined;
|
|
10791
|
-
} & { [
|
|
10815
|
+
} & { [K_379 in Exclude<keyof I["list_data_socket"]["category_list"], "categorydesc">]: never; }) | undefined;
|
|
10792
10816
|
stream_user_list?: ({
|
|
10793
10817
|
streaming_channel_users?: {
|
|
10794
10818
|
id?: string | undefined;
|
|
@@ -10812,14 +10836,14 @@ export declare const Envelope: {
|
|
|
10812
10836
|
user_id?: string | undefined;
|
|
10813
10837
|
channel_id?: string | undefined;
|
|
10814
10838
|
participant?: string | undefined;
|
|
10815
|
-
} & { [
|
|
10839
|
+
} & { [K_380 in Exclude<keyof I["list_data_socket"]["stream_user_list"]["streaming_channel_users"][number], keyof import("../api/api").StreamingChannelUser>]: never; })[] & { [K_381 in Exclude<keyof I["list_data_socket"]["stream_user_list"]["streaming_channel_users"], keyof {
|
|
10816
10840
|
id?: string | undefined;
|
|
10817
10841
|
user_id?: string | undefined;
|
|
10818
10842
|
channel_id?: string | undefined;
|
|
10819
10843
|
participant?: string | undefined;
|
|
10820
10844
|
}[]>]: never; }) | undefined;
|
|
10821
|
-
} & { [
|
|
10822
|
-
} & { [
|
|
10845
|
+
} & { [K_382 in Exclude<keyof I["list_data_socket"]["stream_user_list"], "streaming_channel_users">]: never; }) | undefined;
|
|
10846
|
+
} & { [K_383 in Exclude<keyof I["list_data_socket"], keyof ListDataSocket>]: never; }) | undefined;
|
|
10823
10847
|
quick_menu_event?: ({
|
|
10824
10848
|
menu_name?: string | undefined;
|
|
10825
10849
|
message?: {
|
|
@@ -10940,7 +10964,7 @@ export declare const Envelope: {
|
|
|
10940
10964
|
create_time?: Date | undefined;
|
|
10941
10965
|
s?: number | undefined;
|
|
10942
10966
|
e?: number | undefined;
|
|
10943
|
-
} & { [
|
|
10967
|
+
} & { [K_384 in Exclude<keyof I["quick_menu_event"]["message"]["mentions"][number], keyof MessageMention>]: never; })[] & { [K_385 in Exclude<keyof I["quick_menu_event"]["message"]["mentions"], keyof {
|
|
10944
10968
|
id?: string | undefined;
|
|
10945
10969
|
user_id?: string | undefined;
|
|
10946
10970
|
username?: string | undefined;
|
|
@@ -10974,7 +10998,7 @@ export declare const Envelope: {
|
|
|
10974
10998
|
width?: number | undefined;
|
|
10975
10999
|
height?: number | undefined;
|
|
10976
11000
|
thumbnail?: string | undefined;
|
|
10977
|
-
} & { [
|
|
11001
|
+
} & { [K_386 in Exclude<keyof I["quick_menu_event"]["message"]["attachments"][number], keyof MessageAttachment>]: never; })[] & { [K_387 in Exclude<keyof I["quick_menu_event"]["message"]["attachments"], keyof {
|
|
10978
11002
|
filename?: string | undefined;
|
|
10979
11003
|
size?: number | undefined;
|
|
10980
11004
|
url?: string | undefined;
|
|
@@ -11016,7 +11040,7 @@ export declare const Envelope: {
|
|
|
11016
11040
|
mesages_sender_avatar?: string | undefined;
|
|
11017
11041
|
message_sender_clan_nick?: string | undefined;
|
|
11018
11042
|
message_sender_display_name?: string | undefined;
|
|
11019
|
-
} & { [
|
|
11043
|
+
} & { [K_388 in Exclude<keyof I["quick_menu_event"]["message"]["references"][number], keyof MessageRef>]: never; })[] & { [K_389 in Exclude<keyof I["quick_menu_event"]["message"]["references"], keyof {
|
|
11020
11044
|
message_id?: string | undefined;
|
|
11021
11045
|
message_ref_id?: string | undefined;
|
|
11022
11046
|
content?: string | undefined;
|
|
@@ -11035,9 +11059,9 @@ export declare const Envelope: {
|
|
|
11035
11059
|
is_public?: boolean | undefined;
|
|
11036
11060
|
code?: number | undefined;
|
|
11037
11061
|
topic_id?: string | undefined;
|
|
11038
|
-
} & { [
|
|
11039
|
-
} & { [
|
|
11040
|
-
} & { [
|
|
11062
|
+
} & { [K_390 in Exclude<keyof I["quick_menu_event"]["message"], keyof ChannelMessageSend>]: never; }) | undefined;
|
|
11063
|
+
} & { [K_391 in Exclude<keyof I["quick_menu_event"], keyof QuickMenuDataEvent>]: never; }) | undefined;
|
|
11064
|
+
} & { [K_392 in Exclude<keyof I, keyof Envelope>]: never; }>(base?: I | undefined): Envelope;
|
|
11041
11065
|
fromPartial<I_1 extends {
|
|
11042
11066
|
cid?: string | undefined;
|
|
11043
11067
|
channel?: {
|
|
@@ -11494,6 +11518,8 @@ export declare const Envelope: {
|
|
|
11494
11518
|
age_restricted?: number | undefined;
|
|
11495
11519
|
active?: number | undefined;
|
|
11496
11520
|
count_mess_unread?: number | undefined;
|
|
11521
|
+
user_ids?: string[] | undefined;
|
|
11522
|
+
role_ids?: string[] | undefined;
|
|
11497
11523
|
} | undefined;
|
|
11498
11524
|
last_pin_message_event?: {
|
|
11499
11525
|
clan_id?: string | undefined;
|
|
@@ -12127,6 +12153,8 @@ export declare const Envelope: {
|
|
|
12127
12153
|
welcome_channel_id?: string | undefined;
|
|
12128
12154
|
onboarding_banner?: string | undefined;
|
|
12129
12155
|
clan_order?: number | undefined;
|
|
12156
|
+
is_community?: boolean | undefined;
|
|
12157
|
+
community_banner?: string | undefined;
|
|
12130
12158
|
}[] | undefined;
|
|
12131
12159
|
} | undefined;
|
|
12132
12160
|
list_thread_req?: {
|
|
@@ -13061,7 +13089,7 @@ export declare const Envelope: {
|
|
|
13061
13089
|
status?: string | undefined;
|
|
13062
13090
|
is_mobile?: boolean | undefined;
|
|
13063
13091
|
metadata?: string | undefined;
|
|
13064
|
-
} & { [
|
|
13092
|
+
} & { [K_393 in Exclude<keyof I_1["channel"]["presences"][number], keyof UserPresence>]: never; })[] & { [K_394 in Exclude<keyof I_1["channel"]["presences"], keyof {
|
|
13065
13093
|
user_id?: string | undefined;
|
|
13066
13094
|
session_id?: string | undefined;
|
|
13067
13095
|
username?: string | undefined;
|
|
@@ -13086,16 +13114,16 @@ export declare const Envelope: {
|
|
|
13086
13114
|
status?: string | undefined;
|
|
13087
13115
|
is_mobile?: boolean | undefined;
|
|
13088
13116
|
metadata?: string | undefined;
|
|
13089
|
-
} & { [
|
|
13117
|
+
} & { [K_395 in Exclude<keyof I_1["channel"]["self"], keyof UserPresence>]: never; }) | undefined;
|
|
13090
13118
|
chanel_label?: string | undefined;
|
|
13091
13119
|
clan_logo?: string | undefined;
|
|
13092
13120
|
category_name?: string | undefined;
|
|
13093
|
-
} & { [
|
|
13121
|
+
} & { [K_396 in Exclude<keyof I_1["channel"], keyof Channel>]: never; }) | undefined;
|
|
13094
13122
|
clan_join?: ({
|
|
13095
13123
|
clan_id?: string | undefined;
|
|
13096
13124
|
} & {
|
|
13097
13125
|
clan_id?: string | undefined;
|
|
13098
|
-
} & { [
|
|
13126
|
+
} & { [K_397 in Exclude<keyof I_1["clan_join"], "clan_id">]: never; }) | undefined;
|
|
13099
13127
|
channel_join?: ({
|
|
13100
13128
|
clan_id?: string | undefined;
|
|
13101
13129
|
channel_id?: string | undefined;
|
|
@@ -13106,7 +13134,7 @@ export declare const Envelope: {
|
|
|
13106
13134
|
channel_id?: string | undefined;
|
|
13107
13135
|
channel_type?: number | undefined;
|
|
13108
13136
|
is_public?: boolean | undefined;
|
|
13109
|
-
} & { [
|
|
13137
|
+
} & { [K_398 in Exclude<keyof I_1["channel_join"], keyof ChannelJoin>]: never; }) | undefined;
|
|
13110
13138
|
channel_leave?: ({
|
|
13111
13139
|
clan_id?: string | undefined;
|
|
13112
13140
|
channel_id?: string | undefined;
|
|
@@ -13117,7 +13145,7 @@ export declare const Envelope: {
|
|
|
13117
13145
|
channel_id?: string | undefined;
|
|
13118
13146
|
channel_type?: number | undefined;
|
|
13119
13147
|
is_public?: boolean | undefined;
|
|
13120
|
-
} & { [
|
|
13148
|
+
} & { [K_399 in Exclude<keyof I_1["channel_leave"], keyof ChannelLeave>]: never; }) | undefined;
|
|
13121
13149
|
channel_message?: ({
|
|
13122
13150
|
clan_id?: string | undefined;
|
|
13123
13151
|
channel_id?: string | undefined;
|
|
@@ -13174,7 +13202,7 @@ export declare const Envelope: {
|
|
|
13174
13202
|
hide_editted?: boolean | undefined;
|
|
13175
13203
|
is_public?: boolean | undefined;
|
|
13176
13204
|
topic_id?: string | undefined;
|
|
13177
|
-
} & { [
|
|
13205
|
+
} & { [K_400 in Exclude<keyof I_1["channel_message"], keyof ChannelMessage>]: never; }) | undefined;
|
|
13178
13206
|
channel_message_ack?: ({
|
|
13179
13207
|
channel_id?: string | undefined;
|
|
13180
13208
|
message_id?: string | undefined;
|
|
@@ -13195,7 +13223,7 @@ export declare const Envelope: {
|
|
|
13195
13223
|
persistent?: boolean | undefined;
|
|
13196
13224
|
clan_logo?: string | undefined;
|
|
13197
13225
|
category_name?: string | undefined;
|
|
13198
|
-
} & { [
|
|
13226
|
+
} & { [K_401 in Exclude<keyof I_1["channel_message_ack"], keyof ChannelMessageAck>]: never; }) | undefined;
|
|
13199
13227
|
channel_message_send?: ({
|
|
13200
13228
|
clan_id?: string | undefined;
|
|
13201
13229
|
channel_id?: string | undefined;
|
|
@@ -13269,7 +13297,7 @@ export declare const Envelope: {
|
|
|
13269
13297
|
create_time?: Date | undefined;
|
|
13270
13298
|
s?: number | undefined;
|
|
13271
13299
|
e?: number | undefined;
|
|
13272
|
-
} & { [
|
|
13300
|
+
} & { [K_402 in Exclude<keyof I_1["channel_message_send"]["mentions"][number], keyof MessageMention>]: never; })[] & { [K_403 in Exclude<keyof I_1["channel_message_send"]["mentions"], keyof {
|
|
13273
13301
|
id?: string | undefined;
|
|
13274
13302
|
user_id?: string | undefined;
|
|
13275
13303
|
username?: string | undefined;
|
|
@@ -13303,7 +13331,7 @@ export declare const Envelope: {
|
|
|
13303
13331
|
width?: number | undefined;
|
|
13304
13332
|
height?: number | undefined;
|
|
13305
13333
|
thumbnail?: string | undefined;
|
|
13306
|
-
} & { [
|
|
13334
|
+
} & { [K_404 in Exclude<keyof I_1["channel_message_send"]["attachments"][number], keyof MessageAttachment>]: never; })[] & { [K_405 in Exclude<keyof I_1["channel_message_send"]["attachments"], keyof {
|
|
13307
13335
|
filename?: string | undefined;
|
|
13308
13336
|
size?: number | undefined;
|
|
13309
13337
|
url?: string | undefined;
|
|
@@ -13345,7 +13373,7 @@ export declare const Envelope: {
|
|
|
13345
13373
|
mesages_sender_avatar?: string | undefined;
|
|
13346
13374
|
message_sender_clan_nick?: string | undefined;
|
|
13347
13375
|
message_sender_display_name?: string | undefined;
|
|
13348
|
-
} & { [
|
|
13376
|
+
} & { [K_406 in Exclude<keyof I_1["channel_message_send"]["references"][number], keyof MessageRef>]: never; })[] & { [K_407 in Exclude<keyof I_1["channel_message_send"]["references"], keyof {
|
|
13349
13377
|
message_id?: string | undefined;
|
|
13350
13378
|
message_ref_id?: string | undefined;
|
|
13351
13379
|
content?: string | undefined;
|
|
@@ -13364,7 +13392,7 @@ export declare const Envelope: {
|
|
|
13364
13392
|
is_public?: boolean | undefined;
|
|
13365
13393
|
code?: number | undefined;
|
|
13366
13394
|
topic_id?: string | undefined;
|
|
13367
|
-
} & { [
|
|
13395
|
+
} & { [K_408 in Exclude<keyof I_1["channel_message_send"], keyof ChannelMessageSend>]: never; }) | undefined;
|
|
13368
13396
|
channel_message_update?: ({
|
|
13369
13397
|
clan_id?: string | undefined;
|
|
13370
13398
|
channel_id?: string | undefined;
|
|
@@ -13426,7 +13454,7 @@ export declare const Envelope: {
|
|
|
13426
13454
|
create_time?: Date | undefined;
|
|
13427
13455
|
s?: number | undefined;
|
|
13428
13456
|
e?: number | undefined;
|
|
13429
|
-
} & { [
|
|
13457
|
+
} & { [K_409 in Exclude<keyof I_1["channel_message_update"]["mentions"][number], keyof MessageMention>]: never; })[] & { [K_410 in Exclude<keyof I_1["channel_message_update"]["mentions"], keyof {
|
|
13430
13458
|
id?: string | undefined;
|
|
13431
13459
|
user_id?: string | undefined;
|
|
13432
13460
|
username?: string | undefined;
|
|
@@ -13460,7 +13488,7 @@ export declare const Envelope: {
|
|
|
13460
13488
|
width?: number | undefined;
|
|
13461
13489
|
height?: number | undefined;
|
|
13462
13490
|
thumbnail?: string | undefined;
|
|
13463
|
-
} & { [
|
|
13491
|
+
} & { [K_411 in Exclude<keyof I_1["channel_message_update"]["attachments"][number], keyof MessageAttachment>]: never; })[] & { [K_412 in Exclude<keyof I_1["channel_message_update"]["attachments"], keyof {
|
|
13464
13492
|
filename?: string | undefined;
|
|
13465
13493
|
size?: number | undefined;
|
|
13466
13494
|
url?: string | undefined;
|
|
@@ -13474,7 +13502,7 @@ export declare const Envelope: {
|
|
|
13474
13502
|
hide_editted?: boolean | undefined;
|
|
13475
13503
|
topic_id?: string | undefined;
|
|
13476
13504
|
is_update_msg_topic?: boolean | undefined;
|
|
13477
|
-
} & { [
|
|
13505
|
+
} & { [K_413 in Exclude<keyof I_1["channel_message_update"], keyof ChannelMessageUpdate>]: never; }) | undefined;
|
|
13478
13506
|
channel_message_remove?: ({
|
|
13479
13507
|
clan_id?: string | undefined;
|
|
13480
13508
|
channel_id?: string | undefined;
|
|
@@ -13491,7 +13519,7 @@ export declare const Envelope: {
|
|
|
13491
13519
|
is_public?: boolean | undefined;
|
|
13492
13520
|
has_attachment?: boolean | undefined;
|
|
13493
13521
|
topic_id?: string | undefined;
|
|
13494
|
-
} & { [
|
|
13522
|
+
} & { [K_414 in Exclude<keyof I_1["channel_message_remove"], keyof ChannelMessageRemove>]: never; }) | undefined;
|
|
13495
13523
|
channel_presence_event?: ({
|
|
13496
13524
|
channel_id?: string | undefined;
|
|
13497
13525
|
joins?: {
|
|
@@ -13541,7 +13569,7 @@ export declare const Envelope: {
|
|
|
13541
13569
|
status?: string | undefined;
|
|
13542
13570
|
is_mobile?: boolean | undefined;
|
|
13543
13571
|
metadata?: string | undefined;
|
|
13544
|
-
} & { [
|
|
13572
|
+
} & { [K_415 in Exclude<keyof I_1["channel_presence_event"]["joins"][number], keyof UserPresence>]: never; })[] & { [K_416 in Exclude<keyof I_1["channel_presence_event"]["joins"], keyof {
|
|
13545
13573
|
user_id?: string | undefined;
|
|
13546
13574
|
session_id?: string | undefined;
|
|
13547
13575
|
username?: string | undefined;
|
|
@@ -13574,7 +13602,7 @@ export declare const Envelope: {
|
|
|
13574
13602
|
status?: string | undefined;
|
|
13575
13603
|
is_mobile?: boolean | undefined;
|
|
13576
13604
|
metadata?: string | undefined;
|
|
13577
|
-
} & { [
|
|
13605
|
+
} & { [K_417 in Exclude<keyof I_1["channel_presence_event"]["leaves"][number], keyof UserPresence>]: never; })[] & { [K_418 in Exclude<keyof I_1["channel_presence_event"]["leaves"], keyof {
|
|
13578
13606
|
user_id?: string | undefined;
|
|
13579
13607
|
session_id?: string | undefined;
|
|
13580
13608
|
username?: string | undefined;
|
|
@@ -13586,7 +13614,7 @@ export declare const Envelope: {
|
|
|
13586
13614
|
clan_logo?: string | undefined;
|
|
13587
13615
|
category_name?: string | undefined;
|
|
13588
13616
|
mode?: number | undefined;
|
|
13589
|
-
} & { [
|
|
13617
|
+
} & { [K_419 in Exclude<keyof I_1["channel_presence_event"], keyof ChannelPresenceEvent>]: never; }) | undefined;
|
|
13590
13618
|
error?: ({
|
|
13591
13619
|
code?: number | undefined;
|
|
13592
13620
|
message?: string | undefined;
|
|
@@ -13600,8 +13628,8 @@ export declare const Envelope: {
|
|
|
13600
13628
|
[x: string]: string | undefined;
|
|
13601
13629
|
} & {
|
|
13602
13630
|
[x: string]: string | undefined;
|
|
13603
|
-
} & { [
|
|
13604
|
-
} & { [
|
|
13631
|
+
} & { [K_420 in Exclude<keyof I_1["error"]["context"], string | number>]: never; }) | undefined;
|
|
13632
|
+
} & { [K_421 in Exclude<keyof I_1["error"], keyof Error>]: never; }) | undefined;
|
|
13605
13633
|
notifications?: ({
|
|
13606
13634
|
notifications?: {
|
|
13607
13635
|
id?: string | undefined;
|
|
@@ -13880,8 +13908,8 @@ export declare const Envelope: {
|
|
|
13880
13908
|
creator_id?: string | undefined;
|
|
13881
13909
|
channel_label?: string | undefined;
|
|
13882
13910
|
channel_private?: number | undefined;
|
|
13883
|
-
channel_avatar?: (string[] & string[] & { [
|
|
13884
|
-
user_id?: (string[] & string[] & { [
|
|
13911
|
+
channel_avatar?: (string[] & string[] & { [K_422 in Exclude<keyof I_1["notifications"]["notifications"][number]["channel"]["channel_avatar"], keyof string[]>]: never; }) | undefined;
|
|
13912
|
+
user_id?: (string[] & string[] & { [K_423 in Exclude<keyof I_1["notifications"]["notifications"][number]["channel"]["user_id"], keyof string[]>]: never; }) | undefined;
|
|
13885
13913
|
last_sent_message?: ({
|
|
13886
13914
|
id?: string | undefined;
|
|
13887
13915
|
timestamp_seconds?: number | undefined;
|
|
@@ -13901,8 +13929,8 @@ export declare const Envelope: {
|
|
|
13901
13929
|
reference?: string | undefined;
|
|
13902
13930
|
mention?: string | undefined;
|
|
13903
13931
|
reaction?: string | undefined;
|
|
13904
|
-
repliers?: (string[] & string[] & { [
|
|
13905
|
-
} & { [
|
|
13932
|
+
repliers?: (string[] & string[] & { [K_424 in Exclude<keyof I_1["notifications"]["notifications"][number]["channel"]["last_sent_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
13933
|
+
} & { [K_425 in Exclude<keyof I_1["notifications"]["notifications"][number]["channel"]["last_sent_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
13906
13934
|
last_seen_message?: ({
|
|
13907
13935
|
id?: string | undefined;
|
|
13908
13936
|
timestamp_seconds?: number | undefined;
|
|
@@ -13922,30 +13950,30 @@ export declare const Envelope: {
|
|
|
13922
13950
|
reference?: string | undefined;
|
|
13923
13951
|
mention?: string | undefined;
|
|
13924
13952
|
reaction?: string | undefined;
|
|
13925
|
-
repliers?: (string[] & string[] & { [
|
|
13926
|
-
} & { [
|
|
13927
|
-
is_online?: (boolean[] & boolean[] & { [
|
|
13953
|
+
repliers?: (string[] & string[] & { [K_426 in Exclude<keyof I_1["notifications"]["notifications"][number]["channel"]["last_seen_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
13954
|
+
} & { [K_427 in Exclude<keyof I_1["notifications"]["notifications"][number]["channel"]["last_seen_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
13955
|
+
is_online?: (boolean[] & boolean[] & { [K_428 in Exclude<keyof I_1["notifications"]["notifications"][number]["channel"]["is_online"], keyof boolean[]>]: never; }) | undefined;
|
|
13928
13956
|
meeting_code?: string | undefined;
|
|
13929
13957
|
count_mess_unread?: number | undefined;
|
|
13930
13958
|
active?: number | undefined;
|
|
13931
13959
|
last_pin_message?: string | undefined;
|
|
13932
|
-
usernames?: (string[] & string[] & { [
|
|
13960
|
+
usernames?: (string[] & string[] & { [K_429 in Exclude<keyof I_1["notifications"]["notifications"][number]["channel"]["usernames"], keyof string[]>]: never; }) | undefined;
|
|
13933
13961
|
creator_name?: string | undefined;
|
|
13934
13962
|
create_time_seconds?: number | undefined;
|
|
13935
13963
|
update_time_seconds?: number | undefined;
|
|
13936
|
-
metadata?: (string[] & string[] & { [
|
|
13937
|
-
about_me?: (string[] & string[] & { [
|
|
13964
|
+
metadata?: (string[] & string[] & { [K_430 in Exclude<keyof I_1["notifications"]["notifications"][number]["channel"]["metadata"], keyof string[]>]: never; }) | undefined;
|
|
13965
|
+
about_me?: (string[] & string[] & { [K_431 in Exclude<keyof I_1["notifications"]["notifications"][number]["channel"]["about_me"], keyof string[]>]: never; }) | undefined;
|
|
13938
13966
|
clan_name?: string | undefined;
|
|
13939
13967
|
app_id?: string | undefined;
|
|
13940
13968
|
is_mute?: boolean | undefined;
|
|
13941
13969
|
age_restricted?: number | undefined;
|
|
13942
13970
|
topic?: string | undefined;
|
|
13943
13971
|
e2ee?: number | undefined;
|
|
13944
|
-
display_names?: (string[] & string[] & { [
|
|
13945
|
-
} & { [
|
|
13972
|
+
display_names?: (string[] & string[] & { [K_432 in Exclude<keyof I_1["notifications"]["notifications"][number]["channel"]["display_names"], keyof string[]>]: never; }) | undefined;
|
|
13973
|
+
} & { [K_433 in Exclude<keyof I_1["notifications"]["notifications"][number]["channel"], keyof ChannelDescription1>]: never; }) | undefined;
|
|
13946
13974
|
topic_id?: string | undefined;
|
|
13947
13975
|
category?: number | undefined;
|
|
13948
|
-
} & { [
|
|
13976
|
+
} & { [K_434 in Exclude<keyof I_1["notifications"]["notifications"][number], keyof Notification>]: never; })[] & { [K_435 in Exclude<keyof I_1["notifications"]["notifications"], keyof {
|
|
13949
13977
|
id?: string | undefined;
|
|
13950
13978
|
subject?: string | undefined;
|
|
13951
13979
|
content?: string | undefined;
|
|
@@ -14013,7 +14041,7 @@ export declare const Envelope: {
|
|
|
14013
14041
|
topic_id?: string | undefined;
|
|
14014
14042
|
category?: number | undefined;
|
|
14015
14043
|
}[]>]: never; }) | undefined;
|
|
14016
|
-
} & { [
|
|
14044
|
+
} & { [K_436 in Exclude<keyof I_1["notifications"], "notifications">]: never; }) | undefined;
|
|
14017
14045
|
rpc?: ({
|
|
14018
14046
|
id?: string | undefined;
|
|
14019
14047
|
payload?: string | undefined;
|
|
@@ -14022,7 +14050,7 @@ export declare const Envelope: {
|
|
|
14022
14050
|
id?: string | undefined;
|
|
14023
14051
|
payload?: string | undefined;
|
|
14024
14052
|
http_key?: string | undefined;
|
|
14025
|
-
} & { [
|
|
14053
|
+
} & { [K_437 in Exclude<keyof I_1["rpc"], keyof Rpc>]: never; }) | undefined;
|
|
14026
14054
|
status?: ({
|
|
14027
14055
|
presences?: {
|
|
14028
14056
|
user_id?: string | undefined;
|
|
@@ -14058,7 +14086,7 @@ export declare const Envelope: {
|
|
|
14058
14086
|
status?: string | undefined;
|
|
14059
14087
|
is_mobile?: boolean | undefined;
|
|
14060
14088
|
metadata?: string | undefined;
|
|
14061
|
-
} & { [
|
|
14089
|
+
} & { [K_438 in Exclude<keyof I_1["status"]["presences"][number], keyof UserPresence>]: never; })[] & { [K_439 in Exclude<keyof I_1["status"]["presences"], keyof {
|
|
14062
14090
|
user_id?: string | undefined;
|
|
14063
14091
|
session_id?: string | undefined;
|
|
14064
14092
|
username?: string | undefined;
|
|
@@ -14067,14 +14095,14 @@ export declare const Envelope: {
|
|
|
14067
14095
|
is_mobile?: boolean | undefined;
|
|
14068
14096
|
metadata?: string | undefined;
|
|
14069
14097
|
}[]>]: never; }) | undefined;
|
|
14070
|
-
} & { [
|
|
14098
|
+
} & { [K_440 in Exclude<keyof I_1["status"], "presences">]: never; }) | undefined;
|
|
14071
14099
|
status_follow?: ({
|
|
14072
14100
|
user_ids?: string[] | undefined;
|
|
14073
14101
|
usernames?: string[] | undefined;
|
|
14074
14102
|
} & {
|
|
14075
|
-
user_ids?: (string[] & string[] & { [
|
|
14076
|
-
usernames?: (string[] & string[] & { [
|
|
14077
|
-
} & { [
|
|
14103
|
+
user_ids?: (string[] & string[] & { [K_441 in Exclude<keyof I_1["status_follow"]["user_ids"], keyof string[]>]: never; }) | undefined;
|
|
14104
|
+
usernames?: (string[] & string[] & { [K_442 in Exclude<keyof I_1["status_follow"]["usernames"], keyof string[]>]: never; }) | undefined;
|
|
14105
|
+
} & { [K_443 in Exclude<keyof I_1["status_follow"], keyof StatusFollow>]: never; }) | undefined;
|
|
14078
14106
|
status_presence_event?: ({
|
|
14079
14107
|
joins?: {
|
|
14080
14108
|
user_id?: string | undefined;
|
|
@@ -14119,7 +14147,7 @@ export declare const Envelope: {
|
|
|
14119
14147
|
status?: string | undefined;
|
|
14120
14148
|
is_mobile?: boolean | undefined;
|
|
14121
14149
|
metadata?: string | undefined;
|
|
14122
|
-
} & { [
|
|
14150
|
+
} & { [K_444 in Exclude<keyof I_1["status_presence_event"]["joins"][number], keyof UserPresence>]: never; })[] & { [K_445 in Exclude<keyof I_1["status_presence_event"]["joins"], keyof {
|
|
14123
14151
|
user_id?: string | undefined;
|
|
14124
14152
|
session_id?: string | undefined;
|
|
14125
14153
|
username?: string | undefined;
|
|
@@ -14152,7 +14180,7 @@ export declare const Envelope: {
|
|
|
14152
14180
|
status?: string | undefined;
|
|
14153
14181
|
is_mobile?: boolean | undefined;
|
|
14154
14182
|
metadata?: string | undefined;
|
|
14155
|
-
} & { [
|
|
14183
|
+
} & { [K_446 in Exclude<keyof I_1["status_presence_event"]["leaves"][number], keyof UserPresence>]: never; })[] & { [K_447 in Exclude<keyof I_1["status_presence_event"]["leaves"], keyof {
|
|
14156
14184
|
user_id?: string | undefined;
|
|
14157
14185
|
session_id?: string | undefined;
|
|
14158
14186
|
username?: string | undefined;
|
|
@@ -14161,17 +14189,17 @@ export declare const Envelope: {
|
|
|
14161
14189
|
is_mobile?: boolean | undefined;
|
|
14162
14190
|
metadata?: string | undefined;
|
|
14163
14191
|
}[]>]: never; }) | undefined;
|
|
14164
|
-
} & { [
|
|
14192
|
+
} & { [K_448 in Exclude<keyof I_1["status_presence_event"], keyof StatusPresenceEvent>]: never; }) | undefined;
|
|
14165
14193
|
status_unfollow?: ({
|
|
14166
14194
|
user_ids?: string[] | undefined;
|
|
14167
14195
|
} & {
|
|
14168
|
-
user_ids?: (string[] & string[] & { [
|
|
14169
|
-
} & { [
|
|
14196
|
+
user_ids?: (string[] & string[] & { [K_449 in Exclude<keyof I_1["status_unfollow"]["user_ids"], keyof string[]>]: never; }) | undefined;
|
|
14197
|
+
} & { [K_450 in Exclude<keyof I_1["status_unfollow"], "user_ids">]: never; }) | undefined;
|
|
14170
14198
|
status_update?: ({
|
|
14171
14199
|
status?: string | undefined;
|
|
14172
14200
|
} & {
|
|
14173
14201
|
status?: string | undefined;
|
|
14174
|
-
} & { [
|
|
14202
|
+
} & { [K_451 in Exclude<keyof I_1["status_update"], "status">]: never; }) | undefined;
|
|
14175
14203
|
stream_data?: ({
|
|
14176
14204
|
stream?: {
|
|
14177
14205
|
mode?: number | undefined;
|
|
@@ -14201,7 +14229,7 @@ export declare const Envelope: {
|
|
|
14201
14229
|
channel_id?: string | undefined;
|
|
14202
14230
|
clan_id?: string | undefined;
|
|
14203
14231
|
label?: string | undefined;
|
|
14204
|
-
} & { [
|
|
14232
|
+
} & { [K_452 in Exclude<keyof I_1["stream_data"]["stream"], keyof Stream>]: never; }) | undefined;
|
|
14205
14233
|
sender?: ({
|
|
14206
14234
|
user_id?: string | undefined;
|
|
14207
14235
|
session_id?: string | undefined;
|
|
@@ -14218,10 +14246,10 @@ export declare const Envelope: {
|
|
|
14218
14246
|
status?: string | undefined;
|
|
14219
14247
|
is_mobile?: boolean | undefined;
|
|
14220
14248
|
metadata?: string | undefined;
|
|
14221
|
-
} & { [
|
|
14249
|
+
} & { [K_453 in Exclude<keyof I_1["stream_data"]["sender"], keyof UserPresence>]: never; }) | undefined;
|
|
14222
14250
|
data?: string | undefined;
|
|
14223
14251
|
reliable?: boolean | undefined;
|
|
14224
|
-
} & { [
|
|
14252
|
+
} & { [K_454 in Exclude<keyof I_1["stream_data"], keyof StreamData>]: never; }) | undefined;
|
|
14225
14253
|
stream_presence_event?: ({
|
|
14226
14254
|
stream?: {
|
|
14227
14255
|
mode?: number | undefined;
|
|
@@ -14258,7 +14286,7 @@ export declare const Envelope: {
|
|
|
14258
14286
|
channel_id?: string | undefined;
|
|
14259
14287
|
clan_id?: string | undefined;
|
|
14260
14288
|
label?: string | undefined;
|
|
14261
|
-
} & { [
|
|
14289
|
+
} & { [K_455 in Exclude<keyof I_1["stream_presence_event"]["stream"], keyof Stream>]: never; }) | undefined;
|
|
14262
14290
|
joins?: ({
|
|
14263
14291
|
user_id?: string | undefined;
|
|
14264
14292
|
session_id?: string | undefined;
|
|
@@ -14283,7 +14311,7 @@ export declare const Envelope: {
|
|
|
14283
14311
|
status?: string | undefined;
|
|
14284
14312
|
is_mobile?: boolean | undefined;
|
|
14285
14313
|
metadata?: string | undefined;
|
|
14286
|
-
} & { [
|
|
14314
|
+
} & { [K_456 in Exclude<keyof I_1["stream_presence_event"]["joins"][number], keyof UserPresence>]: never; })[] & { [K_457 in Exclude<keyof I_1["stream_presence_event"]["joins"], keyof {
|
|
14287
14315
|
user_id?: string | undefined;
|
|
14288
14316
|
session_id?: string | undefined;
|
|
14289
14317
|
username?: string | undefined;
|
|
@@ -14316,7 +14344,7 @@ export declare const Envelope: {
|
|
|
14316
14344
|
status?: string | undefined;
|
|
14317
14345
|
is_mobile?: boolean | undefined;
|
|
14318
14346
|
metadata?: string | undefined;
|
|
14319
|
-
} & { [
|
|
14347
|
+
} & { [K_458 in Exclude<keyof I_1["stream_presence_event"]["leaves"][number], keyof UserPresence>]: never; })[] & { [K_459 in Exclude<keyof I_1["stream_presence_event"]["leaves"], keyof {
|
|
14320
14348
|
user_id?: string | undefined;
|
|
14321
14349
|
session_id?: string | undefined;
|
|
14322
14350
|
username?: string | undefined;
|
|
@@ -14325,9 +14353,9 @@ export declare const Envelope: {
|
|
|
14325
14353
|
is_mobile?: boolean | undefined;
|
|
14326
14354
|
metadata?: string | undefined;
|
|
14327
14355
|
}[]>]: never; }) | undefined;
|
|
14328
|
-
} & { [
|
|
14329
|
-
ping?: ({} & {} & { [
|
|
14330
|
-
pong?: ({} & {} & { [
|
|
14356
|
+
} & { [K_460 in Exclude<keyof I_1["stream_presence_event"], keyof StreamPresenceEvent>]: never; }) | undefined;
|
|
14357
|
+
ping?: ({} & {} & { [K_461 in Exclude<keyof I_1["ping"], never>]: never; }) | undefined;
|
|
14358
|
+
pong?: ({} & {} & { [K_462 in Exclude<keyof I_1["pong"], never>]: never; }) | undefined;
|
|
14331
14359
|
message_typing_event?: ({
|
|
14332
14360
|
clan_id?: string | undefined;
|
|
14333
14361
|
channel_id?: string | undefined;
|
|
@@ -14344,7 +14372,7 @@ export declare const Envelope: {
|
|
|
14344
14372
|
is_public?: boolean | undefined;
|
|
14345
14373
|
sender_username?: string | undefined;
|
|
14346
14374
|
sender_display_name?: string | undefined;
|
|
14347
|
-
} & { [
|
|
14375
|
+
} & { [K_463 in Exclude<keyof I_1["message_typing_event"], keyof MessageTypingEvent>]: never; }) | undefined;
|
|
14348
14376
|
last_seen_message_event?: ({
|
|
14349
14377
|
clan_id?: string | undefined;
|
|
14350
14378
|
channel_id?: string | undefined;
|
|
@@ -14359,7 +14387,7 @@ export declare const Envelope: {
|
|
|
14359
14387
|
mode?: number | undefined;
|
|
14360
14388
|
timestamp_seconds?: number | undefined;
|
|
14361
14389
|
badge_count?: number | undefined;
|
|
14362
|
-
} & { [
|
|
14390
|
+
} & { [K_464 in Exclude<keyof I_1["last_seen_message_event"], keyof LastSeenMessageEvent>]: never; }) | undefined;
|
|
14363
14391
|
message_reaction_event?: ({
|
|
14364
14392
|
id?: string | undefined;
|
|
14365
14393
|
emoji_id?: string | undefined;
|
|
@@ -14394,7 +14422,7 @@ export declare const Envelope: {
|
|
|
14394
14422
|
is_public?: boolean | undefined;
|
|
14395
14423
|
topic_id?: string | undefined;
|
|
14396
14424
|
emoji_recent_id?: string | undefined;
|
|
14397
|
-
} & { [
|
|
14425
|
+
} & { [K_465 in Exclude<keyof I_1["message_reaction_event"], keyof MessageReaction>]: never; }) | undefined;
|
|
14398
14426
|
voice_joined_event?: ({
|
|
14399
14427
|
clan_id?: string | undefined;
|
|
14400
14428
|
clan_name?: string | undefined;
|
|
@@ -14413,7 +14441,7 @@ export declare const Envelope: {
|
|
|
14413
14441
|
voice_channel_label?: string | undefined;
|
|
14414
14442
|
voice_channel_id?: string | undefined;
|
|
14415
14443
|
last_screenshot?: string | undefined;
|
|
14416
|
-
} & { [
|
|
14444
|
+
} & { [K_466 in Exclude<keyof I_1["voice_joined_event"], keyof VoiceJoinedEvent>]: never; }) | undefined;
|
|
14417
14445
|
voice_leaved_event?: ({
|
|
14418
14446
|
id?: string | undefined;
|
|
14419
14447
|
clan_id?: string | undefined;
|
|
@@ -14424,7 +14452,7 @@ export declare const Envelope: {
|
|
|
14424
14452
|
clan_id?: string | undefined;
|
|
14425
14453
|
voice_channel_id?: string | undefined;
|
|
14426
14454
|
voice_user_id?: string | undefined;
|
|
14427
|
-
} & { [
|
|
14455
|
+
} & { [K_467 in Exclude<keyof I_1["voice_leaved_event"], keyof VoiceLeavedEvent>]: never; }) | undefined;
|
|
14428
14456
|
voice_started_event?: ({
|
|
14429
14457
|
id?: string | undefined;
|
|
14430
14458
|
clan_id?: string | undefined;
|
|
@@ -14433,7 +14461,7 @@ export declare const Envelope: {
|
|
|
14433
14461
|
id?: string | undefined;
|
|
14434
14462
|
clan_id?: string | undefined;
|
|
14435
14463
|
voice_channel_id?: string | undefined;
|
|
14436
|
-
} & { [
|
|
14464
|
+
} & { [K_468 in Exclude<keyof I_1["voice_started_event"], keyof VoiceStartedEvent>]: never; }) | undefined;
|
|
14437
14465
|
voice_ended_event?: ({
|
|
14438
14466
|
id?: string | undefined;
|
|
14439
14467
|
clan_id?: string | undefined;
|
|
@@ -14442,7 +14470,7 @@ export declare const Envelope: {
|
|
|
14442
14470
|
id?: string | undefined;
|
|
14443
14471
|
clan_id?: string | undefined;
|
|
14444
14472
|
voice_channel_id?: string | undefined;
|
|
14445
|
-
} & { [
|
|
14473
|
+
} & { [K_469 in Exclude<keyof I_1["voice_ended_event"], keyof VoiceEndedEvent>]: never; }) | undefined;
|
|
14446
14474
|
channel_created_event?: ({
|
|
14447
14475
|
clan_id?: string | undefined;
|
|
14448
14476
|
category_id?: string | undefined;
|
|
@@ -14467,7 +14495,7 @@ export declare const Envelope: {
|
|
|
14467
14495
|
status?: number | undefined;
|
|
14468
14496
|
app_id?: string | undefined;
|
|
14469
14497
|
clan_name?: string | undefined;
|
|
14470
|
-
} & { [
|
|
14498
|
+
} & { [K_470 in Exclude<keyof I_1["channel_created_event"], keyof ChannelCreatedEvent>]: never; }) | undefined;
|
|
14471
14499
|
channel_deleted_event?: ({
|
|
14472
14500
|
clan_id?: string | undefined;
|
|
14473
14501
|
category_id?: string | undefined;
|
|
@@ -14480,7 +14508,7 @@ export declare const Envelope: {
|
|
|
14480
14508
|
parent_id?: string | undefined;
|
|
14481
14509
|
channel_id?: string | undefined;
|
|
14482
14510
|
deletor?: string | undefined;
|
|
14483
|
-
} & { [
|
|
14511
|
+
} & { [K_471 in Exclude<keyof I_1["channel_deleted_event"], keyof ChannelDeletedEvent>]: never; }) | undefined;
|
|
14484
14512
|
channel_updated_event?: ({
|
|
14485
14513
|
clan_id?: string | undefined;
|
|
14486
14514
|
category_id?: string | undefined;
|
|
@@ -14499,6 +14527,8 @@ export declare const Envelope: {
|
|
|
14499
14527
|
age_restricted?: number | undefined;
|
|
14500
14528
|
active?: number | undefined;
|
|
14501
14529
|
count_mess_unread?: number | undefined;
|
|
14530
|
+
user_ids?: string[] | undefined;
|
|
14531
|
+
role_ids?: string[] | undefined;
|
|
14502
14532
|
} & {
|
|
14503
14533
|
clan_id?: string | undefined;
|
|
14504
14534
|
category_id?: string | undefined;
|
|
@@ -14517,7 +14547,9 @@ export declare const Envelope: {
|
|
|
14517
14547
|
age_restricted?: number | undefined;
|
|
14518
14548
|
active?: number | undefined;
|
|
14519
14549
|
count_mess_unread?: number | undefined;
|
|
14520
|
-
|
|
14550
|
+
user_ids?: (string[] & string[] & { [K_472 in Exclude<keyof I_1["channel_updated_event"]["user_ids"], keyof string[]>]: never; }) | undefined;
|
|
14551
|
+
role_ids?: (string[] & string[] & { [K_473 in Exclude<keyof I_1["channel_updated_event"]["role_ids"], keyof string[]>]: never; }) | undefined;
|
|
14552
|
+
} & { [K_474 in Exclude<keyof I_1["channel_updated_event"], keyof ChannelUpdatedEvent>]: never; }) | undefined;
|
|
14521
14553
|
last_pin_message_event?: ({
|
|
14522
14554
|
clan_id?: string | undefined;
|
|
14523
14555
|
channel_id?: string | undefined;
|
|
@@ -14548,7 +14580,7 @@ export declare const Envelope: {
|
|
|
14548
14580
|
message_content?: string | undefined;
|
|
14549
14581
|
message_attachment?: string | undefined;
|
|
14550
14582
|
message_created_time?: string | undefined;
|
|
14551
|
-
} & { [
|
|
14583
|
+
} & { [K_475 in Exclude<keyof I_1["last_pin_message_event"], keyof LastPinMessageEvent>]: never; }) | undefined;
|
|
14552
14584
|
custom_status_event?: ({
|
|
14553
14585
|
clan_id?: string | undefined;
|
|
14554
14586
|
user_id?: string | undefined;
|
|
@@ -14563,7 +14595,7 @@ export declare const Envelope: {
|
|
|
14563
14595
|
status?: string | undefined;
|
|
14564
14596
|
time_reset?: number | undefined;
|
|
14565
14597
|
no_clear?: boolean | undefined;
|
|
14566
|
-
} & { [
|
|
14598
|
+
} & { [K_476 in Exclude<keyof I_1["custom_status_event"], keyof CustomStatusEvent>]: never; }) | undefined;
|
|
14567
14599
|
user_channel_added_event?: ({
|
|
14568
14600
|
channel_desc?: {
|
|
14569
14601
|
clan_id?: string | undefined;
|
|
@@ -14733,8 +14765,8 @@ export declare const Envelope: {
|
|
|
14733
14765
|
creator_id?: string | undefined;
|
|
14734
14766
|
channel_label?: string | undefined;
|
|
14735
14767
|
channel_private?: number | undefined;
|
|
14736
|
-
channel_avatar?: (string[] & string[] & { [
|
|
14737
|
-
user_id?: (string[] & string[] & { [
|
|
14768
|
+
channel_avatar?: (string[] & string[] & { [K_477 in Exclude<keyof I_1["user_channel_added_event"]["channel_desc"]["channel_avatar"], keyof string[]>]: never; }) | undefined;
|
|
14769
|
+
user_id?: (string[] & string[] & { [K_478 in Exclude<keyof I_1["user_channel_added_event"]["channel_desc"]["user_id"], keyof string[]>]: never; }) | undefined;
|
|
14738
14770
|
last_sent_message?: ({
|
|
14739
14771
|
id?: string | undefined;
|
|
14740
14772
|
timestamp_seconds?: number | undefined;
|
|
@@ -14754,8 +14786,8 @@ export declare const Envelope: {
|
|
|
14754
14786
|
reference?: string | undefined;
|
|
14755
14787
|
mention?: string | undefined;
|
|
14756
14788
|
reaction?: string | undefined;
|
|
14757
|
-
repliers?: (string[] & string[] & { [
|
|
14758
|
-
} & { [
|
|
14789
|
+
repliers?: (string[] & string[] & { [K_479 in Exclude<keyof I_1["user_channel_added_event"]["channel_desc"]["last_sent_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
14790
|
+
} & { [K_480 in Exclude<keyof I_1["user_channel_added_event"]["channel_desc"]["last_sent_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
14759
14791
|
last_seen_message?: ({
|
|
14760
14792
|
id?: string | undefined;
|
|
14761
14793
|
timestamp_seconds?: number | undefined;
|
|
@@ -14775,27 +14807,27 @@ export declare const Envelope: {
|
|
|
14775
14807
|
reference?: string | undefined;
|
|
14776
14808
|
mention?: string | undefined;
|
|
14777
14809
|
reaction?: string | undefined;
|
|
14778
|
-
repliers?: (string[] & string[] & { [
|
|
14779
|
-
} & { [
|
|
14780
|
-
is_online?: (boolean[] & boolean[] & { [
|
|
14810
|
+
repliers?: (string[] & string[] & { [K_481 in Exclude<keyof I_1["user_channel_added_event"]["channel_desc"]["last_seen_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
14811
|
+
} & { [K_482 in Exclude<keyof I_1["user_channel_added_event"]["channel_desc"]["last_seen_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
14812
|
+
is_online?: (boolean[] & boolean[] & { [K_483 in Exclude<keyof I_1["user_channel_added_event"]["channel_desc"]["is_online"], keyof boolean[]>]: never; }) | undefined;
|
|
14781
14813
|
meeting_code?: string | undefined;
|
|
14782
14814
|
count_mess_unread?: number | undefined;
|
|
14783
14815
|
active?: number | undefined;
|
|
14784
14816
|
last_pin_message?: string | undefined;
|
|
14785
|
-
usernames?: (string[] & string[] & { [
|
|
14817
|
+
usernames?: (string[] & string[] & { [K_484 in Exclude<keyof I_1["user_channel_added_event"]["channel_desc"]["usernames"], keyof string[]>]: never; }) | undefined;
|
|
14786
14818
|
creator_name?: string | undefined;
|
|
14787
14819
|
create_time_seconds?: number | undefined;
|
|
14788
14820
|
update_time_seconds?: number | undefined;
|
|
14789
|
-
metadata?: (string[] & string[] & { [
|
|
14790
|
-
about_me?: (string[] & string[] & { [
|
|
14821
|
+
metadata?: (string[] & string[] & { [K_485 in Exclude<keyof I_1["user_channel_added_event"]["channel_desc"]["metadata"], keyof string[]>]: never; }) | undefined;
|
|
14822
|
+
about_me?: (string[] & string[] & { [K_486 in Exclude<keyof I_1["user_channel_added_event"]["channel_desc"]["about_me"], keyof string[]>]: never; }) | undefined;
|
|
14791
14823
|
clan_name?: string | undefined;
|
|
14792
14824
|
app_id?: string | undefined;
|
|
14793
14825
|
is_mute?: boolean | undefined;
|
|
14794
14826
|
age_restricted?: number | undefined;
|
|
14795
14827
|
topic?: string | undefined;
|
|
14796
14828
|
e2ee?: number | undefined;
|
|
14797
|
-
display_names?: (string[] & string[] & { [
|
|
14798
|
-
} & { [
|
|
14829
|
+
display_names?: (string[] & string[] & { [K_487 in Exclude<keyof I_1["user_channel_added_event"]["channel_desc"]["display_names"], keyof string[]>]: never; }) | undefined;
|
|
14830
|
+
} & { [K_488 in Exclude<keyof I_1["user_channel_added_event"]["channel_desc"], keyof ChannelDescription1>]: never; }) | undefined;
|
|
14799
14831
|
users?: ({
|
|
14800
14832
|
user_id?: string | undefined;
|
|
14801
14833
|
username?: string | undefined;
|
|
@@ -14862,7 +14894,7 @@ export declare const Envelope: {
|
|
|
14862
14894
|
device_id?: string | undefined;
|
|
14863
14895
|
token_id?: string | undefined;
|
|
14864
14896
|
platform?: string | undefined;
|
|
14865
|
-
} & { [
|
|
14897
|
+
} & { [K_489 in Exclude<keyof I_1["user_channel_added_event"]["users"][number]["fcm_tokens"][number], keyof FCMTokens>]: never; })[] & { [K_490 in Exclude<keyof I_1["user_channel_added_event"]["users"][number]["fcm_tokens"], keyof {
|
|
14866
14898
|
device_id?: string | undefined;
|
|
14867
14899
|
token_id?: string | undefined;
|
|
14868
14900
|
platform?: string | undefined;
|
|
@@ -14870,14 +14902,14 @@ export declare const Envelope: {
|
|
|
14870
14902
|
online?: boolean | undefined;
|
|
14871
14903
|
metadata?: string | undefined;
|
|
14872
14904
|
is_disabled?: boolean | undefined;
|
|
14873
|
-
joined_clans?: (string[] & string[] & { [
|
|
14905
|
+
joined_clans?: (string[] & string[] & { [K_491 in Exclude<keyof I_1["user_channel_added_event"]["users"][number]["joined_clans"], keyof string[]>]: never; }) | undefined;
|
|
14874
14906
|
pubkey?: string | undefined;
|
|
14875
14907
|
mezon_id?: string | undefined;
|
|
14876
14908
|
app_token?: string | undefined;
|
|
14877
14909
|
app_url?: string | undefined;
|
|
14878
14910
|
is_bot?: boolean | undefined;
|
|
14879
14911
|
voip_token?: string | undefined;
|
|
14880
|
-
} & { [
|
|
14912
|
+
} & { [K_492 in Exclude<keyof I_1["user_channel_added_event"]["users"][number], keyof UserProfileRedis>]: never; })[] & { [K_493 in Exclude<keyof I_1["user_channel_added_event"]["users"], keyof {
|
|
14881
14913
|
user_id?: string | undefined;
|
|
14882
14914
|
username?: string | undefined;
|
|
14883
14915
|
avatar?: string | undefined;
|
|
@@ -14946,7 +14978,7 @@ export declare const Envelope: {
|
|
|
14946
14978
|
device_id?: string | undefined;
|
|
14947
14979
|
token_id?: string | undefined;
|
|
14948
14980
|
platform?: string | undefined;
|
|
14949
|
-
} & { [
|
|
14981
|
+
} & { [K_494 in Exclude<keyof I_1["user_channel_added_event"]["caller"]["fcm_tokens"][number], keyof FCMTokens>]: never; })[] & { [K_495 in Exclude<keyof I_1["user_channel_added_event"]["caller"]["fcm_tokens"], keyof {
|
|
14950
14982
|
device_id?: string | undefined;
|
|
14951
14983
|
token_id?: string | undefined;
|
|
14952
14984
|
platform?: string | undefined;
|
|
@@ -14954,17 +14986,17 @@ export declare const Envelope: {
|
|
|
14954
14986
|
online?: boolean | undefined;
|
|
14955
14987
|
metadata?: string | undefined;
|
|
14956
14988
|
is_disabled?: boolean | undefined;
|
|
14957
|
-
joined_clans?: (string[] & string[] & { [
|
|
14989
|
+
joined_clans?: (string[] & string[] & { [K_496 in Exclude<keyof I_1["user_channel_added_event"]["caller"]["joined_clans"], keyof string[]>]: never; }) | undefined;
|
|
14958
14990
|
pubkey?: string | undefined;
|
|
14959
14991
|
mezon_id?: string | undefined;
|
|
14960
14992
|
app_token?: string | undefined;
|
|
14961
14993
|
app_url?: string | undefined;
|
|
14962
14994
|
is_bot?: boolean | undefined;
|
|
14963
14995
|
voip_token?: string | undefined;
|
|
14964
|
-
} & { [
|
|
14996
|
+
} & { [K_497 in Exclude<keyof I_1["user_channel_added_event"]["caller"], keyof UserProfileRedis>]: never; }) | undefined;
|
|
14965
14997
|
create_time_second?: number | undefined;
|
|
14966
14998
|
active?: number | undefined;
|
|
14967
|
-
} & { [
|
|
14999
|
+
} & { [K_498 in Exclude<keyof I_1["user_channel_added_event"], keyof UserChannelAdded>]: never; }) | undefined;
|
|
14968
15000
|
user_channel_removed_event?: ({
|
|
14969
15001
|
channel_id?: string | undefined;
|
|
14970
15002
|
user_ids?: string[] | undefined;
|
|
@@ -14973,18 +15005,18 @@ export declare const Envelope: {
|
|
|
14973
15005
|
badge_counts?: number[] | undefined;
|
|
14974
15006
|
} & {
|
|
14975
15007
|
channel_id?: string | undefined;
|
|
14976
|
-
user_ids?: (string[] & string[] & { [
|
|
15008
|
+
user_ids?: (string[] & string[] & { [K_499 in Exclude<keyof I_1["user_channel_removed_event"]["user_ids"], keyof string[]>]: never; }) | undefined;
|
|
14977
15009
|
channel_type?: number | undefined;
|
|
14978
15010
|
clan_id?: string | undefined;
|
|
14979
|
-
badge_counts?: (number[] & number[] & { [
|
|
14980
|
-
} & { [
|
|
15011
|
+
badge_counts?: (number[] & number[] & { [K_500 in Exclude<keyof I_1["user_channel_removed_event"]["badge_counts"], keyof number[]>]: never; }) | undefined;
|
|
15012
|
+
} & { [K_501 in Exclude<keyof I_1["user_channel_removed_event"], keyof UserChannelRemoved>]: never; }) | undefined;
|
|
14981
15013
|
user_clan_removed_event?: ({
|
|
14982
15014
|
clan_id?: string | undefined;
|
|
14983
15015
|
user_ids?: string[] | undefined;
|
|
14984
15016
|
} & {
|
|
14985
15017
|
clan_id?: string | undefined;
|
|
14986
|
-
user_ids?: (string[] & string[] & { [
|
|
14987
|
-
} & { [
|
|
15018
|
+
user_ids?: (string[] & string[] & { [K_502 in Exclude<keyof I_1["user_clan_removed_event"]["user_ids"], keyof string[]>]: never; }) | undefined;
|
|
15019
|
+
} & { [K_503 in Exclude<keyof I_1["user_clan_removed_event"], keyof UserClanRemoved>]: never; }) | undefined;
|
|
14988
15020
|
clan_updated_event?: ({
|
|
14989
15021
|
clan_id?: string | undefined;
|
|
14990
15022
|
clan_name?: string | undefined;
|
|
@@ -15003,7 +15035,7 @@ export declare const Envelope: {
|
|
|
15003
15035
|
is_onboarding?: boolean | undefined;
|
|
15004
15036
|
welcome_channel_id?: string | undefined;
|
|
15005
15037
|
onboarding_banner?: string | undefined;
|
|
15006
|
-
} & { [
|
|
15038
|
+
} & { [K_504 in Exclude<keyof I_1["clan_updated_event"], keyof ClanUpdatedEvent>]: never; }) | undefined;
|
|
15007
15039
|
clan_profile_updated_event?: ({
|
|
15008
15040
|
user_id?: string | undefined;
|
|
15009
15041
|
clan_nick?: string | undefined;
|
|
@@ -15014,7 +15046,7 @@ export declare const Envelope: {
|
|
|
15014
15046
|
clan_nick?: string | undefined;
|
|
15015
15047
|
clan_avatar?: string | undefined;
|
|
15016
15048
|
clan_id?: string | undefined;
|
|
15017
|
-
} & { [
|
|
15049
|
+
} & { [K_505 in Exclude<keyof I_1["clan_profile_updated_event"], keyof ClanProfileUpdatedEvent>]: never; }) | undefined;
|
|
15018
15050
|
check_name_existed_event?: ({
|
|
15019
15051
|
name?: string | undefined;
|
|
15020
15052
|
condition_id?: string | undefined;
|
|
@@ -15025,7 +15057,7 @@ export declare const Envelope: {
|
|
|
15025
15057
|
condition_id?: string | undefined;
|
|
15026
15058
|
exist?: boolean | undefined;
|
|
15027
15059
|
type?: number | undefined;
|
|
15028
|
-
} & { [
|
|
15060
|
+
} & { [K_506 in Exclude<keyof I_1["check_name_existed_event"], keyof CheckNameExistedEvent>]: never; }) | undefined;
|
|
15029
15061
|
user_profile_updated_event?: ({
|
|
15030
15062
|
user_id?: string | undefined;
|
|
15031
15063
|
display_name?: string | undefined;
|
|
@@ -15042,7 +15074,7 @@ export declare const Envelope: {
|
|
|
15042
15074
|
channel_id?: string | undefined;
|
|
15043
15075
|
clan_id?: string | undefined;
|
|
15044
15076
|
encrypt_private_key?: string | undefined;
|
|
15045
|
-
} & { [
|
|
15077
|
+
} & { [K_507 in Exclude<keyof I_1["user_profile_updated_event"], keyof UserProfileUpdatedEvent>]: never; }) | undefined;
|
|
15046
15078
|
add_clan_user_event?: ({
|
|
15047
15079
|
clan_id?: string | undefined;
|
|
15048
15080
|
user?: {
|
|
@@ -15115,7 +15147,7 @@ export declare const Envelope: {
|
|
|
15115
15147
|
device_id?: string | undefined;
|
|
15116
15148
|
token_id?: string | undefined;
|
|
15117
15149
|
platform?: string | undefined;
|
|
15118
|
-
} & { [
|
|
15150
|
+
} & { [K_508 in Exclude<keyof I_1["add_clan_user_event"]["user"]["fcm_tokens"][number], keyof FCMTokens>]: never; })[] & { [K_509 in Exclude<keyof I_1["add_clan_user_event"]["user"]["fcm_tokens"], keyof {
|
|
15119
15151
|
device_id?: string | undefined;
|
|
15120
15152
|
token_id?: string | undefined;
|
|
15121
15153
|
platform?: string | undefined;
|
|
@@ -15123,16 +15155,16 @@ export declare const Envelope: {
|
|
|
15123
15155
|
online?: boolean | undefined;
|
|
15124
15156
|
metadata?: string | undefined;
|
|
15125
15157
|
is_disabled?: boolean | undefined;
|
|
15126
|
-
joined_clans?: (string[] & string[] & { [
|
|
15158
|
+
joined_clans?: (string[] & string[] & { [K_510 in Exclude<keyof I_1["add_clan_user_event"]["user"]["joined_clans"], keyof string[]>]: never; }) | undefined;
|
|
15127
15159
|
pubkey?: string | undefined;
|
|
15128
15160
|
mezon_id?: string | undefined;
|
|
15129
15161
|
app_token?: string | undefined;
|
|
15130
15162
|
app_url?: string | undefined;
|
|
15131
15163
|
is_bot?: boolean | undefined;
|
|
15132
15164
|
voip_token?: string | undefined;
|
|
15133
|
-
} & { [
|
|
15165
|
+
} & { [K_511 in Exclude<keyof I_1["add_clan_user_event"]["user"], keyof UserProfileRedis>]: never; }) | undefined;
|
|
15134
15166
|
invitor?: string | undefined;
|
|
15135
|
-
} & { [
|
|
15167
|
+
} & { [K_512 in Exclude<keyof I_1["add_clan_user_event"], keyof AddClanUserEvent>]: never; }) | undefined;
|
|
15136
15168
|
clan_event_created?: ({
|
|
15137
15169
|
title?: string | undefined;
|
|
15138
15170
|
logo?: string | undefined;
|
|
@@ -15186,8 +15218,8 @@ export declare const Envelope: {
|
|
|
15186
15218
|
external_link?: string | undefined;
|
|
15187
15219
|
creator_id?: string | undefined;
|
|
15188
15220
|
event_id?: string | undefined;
|
|
15189
|
-
} & { [
|
|
15190
|
-
} & { [
|
|
15221
|
+
} & { [K_513 in Exclude<keyof I_1["clan_event_created"]["meet_room"], keyof import("../api/api").GenerateMezonMeetResponse>]: never; }) | undefined;
|
|
15222
|
+
} & { [K_514 in Exclude<keyof I_1["clan_event_created"], keyof CreateEventRequest>]: never; }) | undefined;
|
|
15191
15223
|
role_assign_event?: ({
|
|
15192
15224
|
ClanId?: string | undefined;
|
|
15193
15225
|
role_id?: string | undefined;
|
|
@@ -15196,16 +15228,16 @@ export declare const Envelope: {
|
|
|
15196
15228
|
} & {
|
|
15197
15229
|
ClanId?: string | undefined;
|
|
15198
15230
|
role_id?: string | undefined;
|
|
15199
|
-
user_ids_assigned?: (string[] & string[] & { [
|
|
15200
|
-
user_ids_removed?: (string[] & string[] & { [
|
|
15201
|
-
} & { [
|
|
15231
|
+
user_ids_assigned?: (string[] & string[] & { [K_515 in Exclude<keyof I_1["role_assign_event"]["user_ids_assigned"], keyof string[]>]: never; }) | undefined;
|
|
15232
|
+
user_ids_removed?: (string[] & string[] & { [K_516 in Exclude<keyof I_1["role_assign_event"]["user_ids_removed"], keyof string[]>]: never; }) | undefined;
|
|
15233
|
+
} & { [K_517 in Exclude<keyof I_1["role_assign_event"], keyof RoleAssignedEvent>]: never; }) | undefined;
|
|
15202
15234
|
clan_deleted_event?: ({
|
|
15203
15235
|
clan_id?: string | undefined;
|
|
15204
15236
|
deletor?: string | undefined;
|
|
15205
15237
|
} & {
|
|
15206
15238
|
clan_id?: string | undefined;
|
|
15207
15239
|
deletor?: string | undefined;
|
|
15208
|
-
} & { [
|
|
15240
|
+
} & { [K_518 in Exclude<keyof I_1["clan_deleted_event"], keyof ClanDeletedEvent>]: never; }) | undefined;
|
|
15209
15241
|
give_coffee_event?: ({
|
|
15210
15242
|
sender_id?: string | undefined;
|
|
15211
15243
|
receiver_id?: string | undefined;
|
|
@@ -15220,7 +15252,7 @@ export declare const Envelope: {
|
|
|
15220
15252
|
message_ref_id?: string | undefined;
|
|
15221
15253
|
channel_id?: string | undefined;
|
|
15222
15254
|
clan_id?: string | undefined;
|
|
15223
|
-
} & { [
|
|
15255
|
+
} & { [K_519 in Exclude<keyof I_1["give_coffee_event"], keyof GiveCoffeeEvent>]: never; }) | undefined;
|
|
15224
15256
|
sticker_create_event?: ({
|
|
15225
15257
|
clan_id?: string | undefined;
|
|
15226
15258
|
source?: string | undefined;
|
|
@@ -15239,7 +15271,7 @@ export declare const Envelope: {
|
|
|
15239
15271
|
sticker_id?: string | undefined;
|
|
15240
15272
|
logo?: string | undefined;
|
|
15241
15273
|
clan_name?: string | undefined;
|
|
15242
|
-
} & { [
|
|
15274
|
+
} & { [K_520 in Exclude<keyof I_1["sticker_create_event"], keyof StickerCreateEvent>]: never; }) | undefined;
|
|
15243
15275
|
sticker_update_event?: ({
|
|
15244
15276
|
shortname?: string | undefined;
|
|
15245
15277
|
sticker_id?: string | undefined;
|
|
@@ -15248,14 +15280,14 @@ export declare const Envelope: {
|
|
|
15248
15280
|
shortname?: string | undefined;
|
|
15249
15281
|
sticker_id?: string | undefined;
|
|
15250
15282
|
user_id?: string | undefined;
|
|
15251
|
-
} & { [
|
|
15283
|
+
} & { [K_521 in Exclude<keyof I_1["sticker_update_event"], keyof StickerUpdateEvent>]: never; }) | undefined;
|
|
15252
15284
|
sticker_delete_event?: ({
|
|
15253
15285
|
sticker_id?: string | undefined;
|
|
15254
15286
|
user_id?: string | undefined;
|
|
15255
15287
|
} & {
|
|
15256
15288
|
sticker_id?: string | undefined;
|
|
15257
15289
|
user_id?: string | undefined;
|
|
15258
|
-
} & { [
|
|
15290
|
+
} & { [K_522 in Exclude<keyof I_1["sticker_delete_event"], keyof StickerDeleteEvent>]: never; }) | undefined;
|
|
15259
15291
|
role_event?: ({
|
|
15260
15292
|
role?: {
|
|
15261
15293
|
id?: string | undefined;
|
|
@@ -15393,7 +15425,7 @@ export declare const Envelope: {
|
|
|
15393
15425
|
lang_tag?: string | undefined;
|
|
15394
15426
|
location?: string | undefined;
|
|
15395
15427
|
online?: boolean | undefined;
|
|
15396
|
-
} & { [
|
|
15428
|
+
} & { [K_523 in Exclude<keyof I_1["role_event"]["role"]["role_user_list"]["role_users"][number], keyof import("../api/api").RoleUserList_RoleUser>]: never; })[] & { [K_524 in Exclude<keyof I_1["role_event"]["role"]["role_user_list"]["role_users"], keyof {
|
|
15397
15429
|
id?: string | undefined;
|
|
15398
15430
|
username?: string | undefined;
|
|
15399
15431
|
display_name?: string | undefined;
|
|
@@ -15403,7 +15435,7 @@ export declare const Envelope: {
|
|
|
15403
15435
|
online?: boolean | undefined;
|
|
15404
15436
|
}[]>]: never; }) | undefined;
|
|
15405
15437
|
cursor?: string | undefined;
|
|
15406
|
-
} & { [
|
|
15438
|
+
} & { [K_525 in Exclude<keyof I_1["role_event"]["role"]["role_user_list"], keyof RoleUserList>]: never; }) | undefined;
|
|
15407
15439
|
permission_list?: ({
|
|
15408
15440
|
permissions?: {
|
|
15409
15441
|
id?: string | undefined;
|
|
@@ -15440,7 +15472,7 @@ export declare const Envelope: {
|
|
|
15440
15472
|
active?: number | undefined;
|
|
15441
15473
|
scope?: number | undefined;
|
|
15442
15474
|
level?: number | undefined;
|
|
15443
|
-
} & { [
|
|
15475
|
+
} & { [K_526 in Exclude<keyof I_1["role_event"]["role"]["permission_list"]["permissions"][number], keyof import("../api/api").Permission>]: never; })[] & { [K_527 in Exclude<keyof I_1["role_event"]["role"]["permission_list"]["permissions"], keyof {
|
|
15444
15476
|
id?: string | undefined;
|
|
15445
15477
|
title?: string | undefined;
|
|
15446
15478
|
slug?: string | undefined;
|
|
@@ -15450,19 +15482,19 @@ export declare const Envelope: {
|
|
|
15450
15482
|
level?: number | undefined;
|
|
15451
15483
|
}[]>]: never; }) | undefined;
|
|
15452
15484
|
max_level_permission?: number | undefined;
|
|
15453
|
-
} & { [
|
|
15485
|
+
} & { [K_528 in Exclude<keyof I_1["role_event"]["role"]["permission_list"], keyof PermissionList>]: never; }) | undefined;
|
|
15454
15486
|
role_channel_active?: number | undefined;
|
|
15455
|
-
channel_ids?: (string[] & string[] & { [
|
|
15487
|
+
channel_ids?: (string[] & string[] & { [K_529 in Exclude<keyof I_1["role_event"]["role"]["channel_ids"], keyof string[]>]: never; }) | undefined;
|
|
15456
15488
|
max_level_permission?: number | undefined;
|
|
15457
15489
|
order_role?: number | undefined;
|
|
15458
|
-
} & { [
|
|
15490
|
+
} & { [K_530 in Exclude<keyof I_1["role_event"]["role"], keyof Role>]: never; }) | undefined;
|
|
15459
15491
|
status?: number | undefined;
|
|
15460
15492
|
user_id?: string | undefined;
|
|
15461
|
-
user_add_ids?: (string[] & string[] & { [
|
|
15462
|
-
user_remove_ids?: (string[] & string[] & { [
|
|
15463
|
-
active_permission_ids?: (string[] & string[] & { [
|
|
15464
|
-
remove_permission_ids?: (string[] & string[] & { [
|
|
15465
|
-
} & { [
|
|
15493
|
+
user_add_ids?: (string[] & string[] & { [K_531 in Exclude<keyof I_1["role_event"]["user_add_ids"], keyof string[]>]: never; }) | undefined;
|
|
15494
|
+
user_remove_ids?: (string[] & string[] & { [K_532 in Exclude<keyof I_1["role_event"]["user_remove_ids"], keyof string[]>]: never; }) | undefined;
|
|
15495
|
+
active_permission_ids?: (string[] & string[] & { [K_533 in Exclude<keyof I_1["role_event"]["active_permission_ids"], keyof string[]>]: never; }) | undefined;
|
|
15496
|
+
remove_permission_ids?: (string[] & string[] & { [K_534 in Exclude<keyof I_1["role_event"]["remove_permission_ids"], keyof string[]>]: never; }) | undefined;
|
|
15497
|
+
} & { [K_535 in Exclude<keyof I_1["role_event"], keyof RoleEvent>]: never; }) | undefined;
|
|
15466
15498
|
event_emoji?: ({
|
|
15467
15499
|
id?: string | undefined;
|
|
15468
15500
|
clan_id?: string | undefined;
|
|
@@ -15485,7 +15517,7 @@ export declare const Envelope: {
|
|
|
15485
15517
|
logo?: string | undefined;
|
|
15486
15518
|
clan_name?: string | undefined;
|
|
15487
15519
|
is_for_sale?: boolean | undefined;
|
|
15488
|
-
} & { [
|
|
15520
|
+
} & { [K_536 in Exclude<keyof I_1["event_emoji"], keyof EventEmoji>]: never; }) | undefined;
|
|
15489
15521
|
streaming_joined_event?: ({
|
|
15490
15522
|
clan_id?: string | undefined;
|
|
15491
15523
|
clan_name?: string | undefined;
|
|
@@ -15502,7 +15534,7 @@ export declare const Envelope: {
|
|
|
15502
15534
|
user_id?: string | undefined;
|
|
15503
15535
|
streaming_channel_label?: string | undefined;
|
|
15504
15536
|
streaming_channel_id?: string | undefined;
|
|
15505
|
-
} & { [
|
|
15537
|
+
} & { [K_537 in Exclude<keyof I_1["streaming_joined_event"], keyof StreamingJoinedEvent>]: never; }) | undefined;
|
|
15506
15538
|
streaming_leaved_event?: ({
|
|
15507
15539
|
id?: string | undefined;
|
|
15508
15540
|
clan_id?: string | undefined;
|
|
@@ -15513,7 +15545,7 @@ export declare const Envelope: {
|
|
|
15513
15545
|
clan_id?: string | undefined;
|
|
15514
15546
|
streaming_channel_id?: string | undefined;
|
|
15515
15547
|
streaming_user_id?: string | undefined;
|
|
15516
|
-
} & { [
|
|
15548
|
+
} & { [K_538 in Exclude<keyof I_1["streaming_leaved_event"], keyof StreamingLeavedEvent>]: never; }) | undefined;
|
|
15517
15549
|
streaming_started_event?: ({
|
|
15518
15550
|
clan_id?: string | undefined;
|
|
15519
15551
|
channel_id?: string | undefined;
|
|
@@ -15524,14 +15556,14 @@ export declare const Envelope: {
|
|
|
15524
15556
|
channel_id?: string | undefined;
|
|
15525
15557
|
streaming_url?: string | undefined;
|
|
15526
15558
|
is_streaming?: boolean | undefined;
|
|
15527
|
-
} & { [
|
|
15559
|
+
} & { [K_539 in Exclude<keyof I_1["streaming_started_event"], keyof StreamingStartedEvent>]: never; }) | undefined;
|
|
15528
15560
|
streaming_ended_event?: ({
|
|
15529
15561
|
clan_id?: string | undefined;
|
|
15530
15562
|
channel_id?: string | undefined;
|
|
15531
15563
|
} & {
|
|
15532
15564
|
clan_id?: string | undefined;
|
|
15533
15565
|
channel_id?: string | undefined;
|
|
15534
|
-
} & { [
|
|
15566
|
+
} & { [K_540 in Exclude<keyof I_1["streaming_ended_event"], keyof StreamingEndedEvent>]: never; }) | undefined;
|
|
15535
15567
|
permission_set_event?: ({
|
|
15536
15568
|
caller?: string | undefined;
|
|
15537
15569
|
role_id?: string | undefined;
|
|
@@ -15559,12 +15591,12 @@ export declare const Envelope: {
|
|
|
15559
15591
|
permission_id?: string | undefined;
|
|
15560
15592
|
slug?: string | undefined;
|
|
15561
15593
|
type?: number | undefined;
|
|
15562
|
-
} & { [
|
|
15594
|
+
} & { [K_541 in Exclude<keyof I_1["permission_set_event"]["permission_updates"][number], keyof PermissionUpdate>]: never; })[] & { [K_542 in Exclude<keyof I_1["permission_set_event"]["permission_updates"], keyof {
|
|
15563
15595
|
permission_id?: string | undefined;
|
|
15564
15596
|
slug?: string | undefined;
|
|
15565
15597
|
type?: number | undefined;
|
|
15566
15598
|
}[]>]: never; }) | undefined;
|
|
15567
|
-
} & { [
|
|
15599
|
+
} & { [K_543 in Exclude<keyof I_1["permission_set_event"], keyof PermissionSetEvent>]: never; }) | undefined;
|
|
15568
15600
|
permission_changed_event?: ({
|
|
15569
15601
|
user_id?: string | undefined;
|
|
15570
15602
|
channel_id?: string | undefined;
|
|
@@ -15598,7 +15630,7 @@ export declare const Envelope: {
|
|
|
15598
15630
|
permission_id?: string | undefined;
|
|
15599
15631
|
slug?: string | undefined;
|
|
15600
15632
|
type?: number | undefined;
|
|
15601
|
-
} & { [
|
|
15633
|
+
} & { [K_544 in Exclude<keyof I_1["permission_changed_event"]["add_permissions"][number], keyof PermissionUpdate>]: never; })[] & { [K_545 in Exclude<keyof I_1["permission_changed_event"]["add_permissions"], keyof {
|
|
15602
15634
|
permission_id?: string | undefined;
|
|
15603
15635
|
slug?: string | undefined;
|
|
15604
15636
|
type?: number | undefined;
|
|
@@ -15615,7 +15647,7 @@ export declare const Envelope: {
|
|
|
15615
15647
|
permission_id?: string | undefined;
|
|
15616
15648
|
slug?: string | undefined;
|
|
15617
15649
|
type?: number | undefined;
|
|
15618
|
-
} & { [
|
|
15650
|
+
} & { [K_546 in Exclude<keyof I_1["permission_changed_event"]["remove_permissions"][number], keyof PermissionUpdate>]: never; })[] & { [K_547 in Exclude<keyof I_1["permission_changed_event"]["remove_permissions"], keyof {
|
|
15619
15651
|
permission_id?: string | undefined;
|
|
15620
15652
|
slug?: string | undefined;
|
|
15621
15653
|
type?: number | undefined;
|
|
@@ -15632,12 +15664,12 @@ export declare const Envelope: {
|
|
|
15632
15664
|
permission_id?: string | undefined;
|
|
15633
15665
|
slug?: string | undefined;
|
|
15634
15666
|
type?: number | undefined;
|
|
15635
|
-
} & { [
|
|
15667
|
+
} & { [K_548 in Exclude<keyof I_1["permission_changed_event"]["default_permissions"][number], keyof PermissionUpdate>]: never; })[] & { [K_549 in Exclude<keyof I_1["permission_changed_event"]["default_permissions"], keyof {
|
|
15636
15668
|
permission_id?: string | undefined;
|
|
15637
15669
|
slug?: string | undefined;
|
|
15638
15670
|
type?: number | undefined;
|
|
15639
15671
|
}[]>]: never; }) | undefined;
|
|
15640
|
-
} & { [
|
|
15672
|
+
} & { [K_550 in Exclude<keyof I_1["permission_changed_event"], keyof PermissionChangedEvent>]: never; }) | undefined;
|
|
15641
15673
|
token_sent_event?: ({
|
|
15642
15674
|
sender_id?: string | undefined;
|
|
15643
15675
|
sender_name?: string | undefined;
|
|
@@ -15654,7 +15686,7 @@ export declare const Envelope: {
|
|
|
15654
15686
|
note?: string | undefined;
|
|
15655
15687
|
extra_attribute?: string | undefined;
|
|
15656
15688
|
transaction_id?: string | undefined;
|
|
15657
|
-
} & { [
|
|
15689
|
+
} & { [K_551 in Exclude<keyof I_1["token_sent_event"], keyof TokenSentEvent>]: never; }) | undefined;
|
|
15658
15690
|
message_button_clicked?: ({
|
|
15659
15691
|
message_id?: string | undefined;
|
|
15660
15692
|
channel_id?: string | undefined;
|
|
@@ -15669,7 +15701,7 @@ export declare const Envelope: {
|
|
|
15669
15701
|
sender_id?: string | undefined;
|
|
15670
15702
|
user_id?: string | undefined;
|
|
15671
15703
|
extra_data?: string | undefined;
|
|
15672
|
-
} & { [
|
|
15704
|
+
} & { [K_552 in Exclude<keyof I_1["message_button_clicked"], keyof MessageButtonClicked>]: never; }) | undefined;
|
|
15673
15705
|
unmute_event?: ({
|
|
15674
15706
|
channel_id?: string | undefined;
|
|
15675
15707
|
category_id?: string | undefined;
|
|
@@ -15678,7 +15710,7 @@ export declare const Envelope: {
|
|
|
15678
15710
|
channel_id?: string | undefined;
|
|
15679
15711
|
category_id?: string | undefined;
|
|
15680
15712
|
clan_id?: string | undefined;
|
|
15681
|
-
} & { [
|
|
15713
|
+
} & { [K_553 in Exclude<keyof I_1["unmute_event"], keyof UnmuteEvent>]: never; }) | undefined;
|
|
15682
15714
|
webrtc_signaling_fwd?: ({
|
|
15683
15715
|
receiver_id?: string | undefined;
|
|
15684
15716
|
data_type?: number | undefined;
|
|
@@ -15691,7 +15723,7 @@ export declare const Envelope: {
|
|
|
15691
15723
|
json_data?: string | undefined;
|
|
15692
15724
|
channel_id?: string | undefined;
|
|
15693
15725
|
caller_id?: string | undefined;
|
|
15694
|
-
} & { [
|
|
15726
|
+
} & { [K_554 in Exclude<keyof I_1["webrtc_signaling_fwd"], keyof WebrtcSignalingFwd>]: never; }) | undefined;
|
|
15695
15727
|
list_activity?: ({
|
|
15696
15728
|
acts?: {
|
|
15697
15729
|
user_id?: string | undefined;
|
|
@@ -15731,7 +15763,7 @@ export declare const Envelope: {
|
|
|
15731
15763
|
end_time?: Date | undefined;
|
|
15732
15764
|
application_id?: string | undefined;
|
|
15733
15765
|
status?: number | undefined;
|
|
15734
|
-
} & { [
|
|
15766
|
+
} & { [K_555 in Exclude<keyof I_1["list_activity"]["acts"][number], keyof UserActivity>]: never; })[] & { [K_556 in Exclude<keyof I_1["list_activity"]["acts"], keyof {
|
|
15735
15767
|
user_id?: string | undefined;
|
|
15736
15768
|
activity_name?: string | undefined;
|
|
15737
15769
|
activity_type?: number | undefined;
|
|
@@ -15741,7 +15773,7 @@ export declare const Envelope: {
|
|
|
15741
15773
|
application_id?: string | undefined;
|
|
15742
15774
|
status?: number | undefined;
|
|
15743
15775
|
}[]>]: never; }) | undefined;
|
|
15744
|
-
} & { [
|
|
15776
|
+
} & { [K_557 in Exclude<keyof I_1["list_activity"], "acts">]: never; }) | undefined;
|
|
15745
15777
|
dropdown_box_selected?: ({
|
|
15746
15778
|
message_id?: string | undefined;
|
|
15747
15779
|
channel_id?: string | undefined;
|
|
@@ -15755,8 +15787,8 @@ export declare const Envelope: {
|
|
|
15755
15787
|
selectbox_id?: string | undefined;
|
|
15756
15788
|
sender_id?: string | undefined;
|
|
15757
15789
|
user_id?: string | undefined;
|
|
15758
|
-
values?: (string[] & string[] & { [
|
|
15759
|
-
} & { [
|
|
15790
|
+
values?: (string[] & string[] & { [K_558 in Exclude<keyof I_1["dropdown_box_selected"]["values"], keyof string[]>]: never; }) | undefined;
|
|
15791
|
+
} & { [K_559 in Exclude<keyof I_1["dropdown_box_selected"], keyof DropdownBoxSelected>]: never; }) | undefined;
|
|
15760
15792
|
incoming_call_push?: ({
|
|
15761
15793
|
receiver_id?: string | undefined;
|
|
15762
15794
|
json_data?: string | undefined;
|
|
@@ -15767,7 +15799,7 @@ export declare const Envelope: {
|
|
|
15767
15799
|
json_data?: string | undefined;
|
|
15768
15800
|
channel_id?: string | undefined;
|
|
15769
15801
|
caller_id?: string | undefined;
|
|
15770
|
-
} & { [
|
|
15802
|
+
} & { [K_560 in Exclude<keyof I_1["incoming_call_push"], keyof IncomingCallPush>]: never; }) | undefined;
|
|
15771
15803
|
sd_topic_event?: ({
|
|
15772
15804
|
id?: string | undefined;
|
|
15773
15805
|
clan_id?: string | undefined;
|
|
@@ -15839,8 +15871,8 @@ export declare const Envelope: {
|
|
|
15839
15871
|
reference?: string | undefined;
|
|
15840
15872
|
mention?: string | undefined;
|
|
15841
15873
|
reaction?: string | undefined;
|
|
15842
|
-
repliers?: (string[] & string[] & { [
|
|
15843
|
-
} & { [
|
|
15874
|
+
repliers?: (string[] & string[] & { [K_561 in Exclude<keyof I_1["sd_topic_event"]["last_sent_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
15875
|
+
} & { [K_562 in Exclude<keyof I_1["sd_topic_event"]["last_sent_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
15844
15876
|
message?: ({
|
|
15845
15877
|
clan_id?: string | undefined;
|
|
15846
15878
|
channel_id?: string | undefined;
|
|
@@ -15897,9 +15929,9 @@ export declare const Envelope: {
|
|
|
15897
15929
|
hide_editted?: boolean | undefined;
|
|
15898
15930
|
is_public?: boolean | undefined;
|
|
15899
15931
|
topic_id?: string | undefined;
|
|
15900
|
-
} & { [
|
|
15901
|
-
} & { [
|
|
15902
|
-
follow_event?: ({} & {} & { [
|
|
15932
|
+
} & { [K_563 in Exclude<keyof I_1["sd_topic_event"]["message"], keyof ChannelMessage>]: never; }) | undefined;
|
|
15933
|
+
} & { [K_564 in Exclude<keyof I_1["sd_topic_event"], keyof SdTopicEvent>]: never; }) | undefined;
|
|
15934
|
+
follow_event?: ({} & {} & { [K_565 in Exclude<keyof I_1["follow_event"], never>]: never; }) | undefined;
|
|
15903
15935
|
channel_app_event?: ({
|
|
15904
15936
|
user_id?: string | undefined;
|
|
15905
15937
|
username?: string | undefined;
|
|
@@ -15912,19 +15944,19 @@ export declare const Envelope: {
|
|
|
15912
15944
|
clan_id?: string | undefined;
|
|
15913
15945
|
channel_id?: string | undefined;
|
|
15914
15946
|
action?: number | undefined;
|
|
15915
|
-
} & { [
|
|
15947
|
+
} & { [K_566 in Exclude<keyof I_1["channel_app_event"], keyof ChannelAppEvent>]: never; }) | undefined;
|
|
15916
15948
|
user_status_event?: ({
|
|
15917
15949
|
user_id?: string | undefined;
|
|
15918
15950
|
custom_status?: string | undefined;
|
|
15919
15951
|
} & {
|
|
15920
15952
|
user_id?: string | undefined;
|
|
15921
15953
|
custom_status?: string | undefined;
|
|
15922
|
-
} & { [
|
|
15954
|
+
} & { [K_567 in Exclude<keyof I_1["user_status_event"], keyof UserStatusEvent>]: never; }) | undefined;
|
|
15923
15955
|
remove_friend?: ({
|
|
15924
15956
|
user_id?: string | undefined;
|
|
15925
15957
|
} & {
|
|
15926
15958
|
user_id?: string | undefined;
|
|
15927
|
-
} & { [
|
|
15959
|
+
} & { [K_568 in Exclude<keyof I_1["remove_friend"], "user_id">]: never; }) | undefined;
|
|
15928
15960
|
webhook_event?: ({
|
|
15929
15961
|
id?: string | undefined;
|
|
15930
15962
|
webhook_name?: string | undefined;
|
|
@@ -15947,7 +15979,7 @@ export declare const Envelope: {
|
|
|
15947
15979
|
update_time?: string | undefined;
|
|
15948
15980
|
avatar?: string | undefined;
|
|
15949
15981
|
status?: number | undefined;
|
|
15950
|
-
} & { [
|
|
15982
|
+
} & { [K_569 in Exclude<keyof I_1["webhook_event"], keyof Webhook>]: never; }) | undefined;
|
|
15951
15983
|
noti_user_channel?: ({
|
|
15952
15984
|
id?: string | undefined;
|
|
15953
15985
|
notification_setting_type?: number | undefined;
|
|
@@ -15960,7 +15992,7 @@ export declare const Envelope: {
|
|
|
15960
15992
|
time_mute?: Date | undefined;
|
|
15961
15993
|
active?: number | undefined;
|
|
15962
15994
|
channel_id?: string | undefined;
|
|
15963
|
-
} & { [
|
|
15995
|
+
} & { [K_570 in Exclude<keyof I_1["noti_user_channel"], keyof NotificationUserChannel>]: never; }) | undefined;
|
|
15964
15996
|
join_channel_app_data?: ({
|
|
15965
15997
|
user_id?: string | undefined;
|
|
15966
15998
|
username?: string | undefined;
|
|
@@ -15969,7 +16001,7 @@ export declare const Envelope: {
|
|
|
15969
16001
|
user_id?: string | undefined;
|
|
15970
16002
|
username?: string | undefined;
|
|
15971
16003
|
hash?: string | undefined;
|
|
15972
|
-
} & { [
|
|
16004
|
+
} & { [K_571 in Exclude<keyof I_1["join_channel_app_data"], keyof JoinChannelAppData>]: never; }) | undefined;
|
|
15973
16005
|
canvas_event?: ({
|
|
15974
16006
|
id?: string | undefined;
|
|
15975
16007
|
title?: string | undefined;
|
|
@@ -15988,7 +16020,7 @@ export declare const Envelope: {
|
|
|
15988
16020
|
is_default?: boolean | undefined;
|
|
15989
16021
|
channel_id?: string | undefined;
|
|
15990
16022
|
status?: number | undefined;
|
|
15991
|
-
} & { [
|
|
16023
|
+
} & { [K_572 in Exclude<keyof I_1["canvas_event"], keyof ChannelCanvas>]: never; }) | undefined;
|
|
15992
16024
|
unpin_message_event?: ({
|
|
15993
16025
|
id?: string | undefined;
|
|
15994
16026
|
message_id?: string | undefined;
|
|
@@ -15999,7 +16031,7 @@ export declare const Envelope: {
|
|
|
15999
16031
|
message_id?: string | undefined;
|
|
16000
16032
|
channel_id?: string | undefined;
|
|
16001
16033
|
clan_id?: string | undefined;
|
|
16002
|
-
} & { [
|
|
16034
|
+
} & { [K_573 in Exclude<keyof I_1["unpin_message_event"], keyof UnpinMessageEvent>]: never; }) | undefined;
|
|
16003
16035
|
category_event?: ({
|
|
16004
16036
|
creator_id?: string | undefined;
|
|
16005
16037
|
clan_id?: string | undefined;
|
|
@@ -16012,7 +16044,7 @@ export declare const Envelope: {
|
|
|
16012
16044
|
category_name?: string | undefined;
|
|
16013
16045
|
id?: string | undefined;
|
|
16014
16046
|
status?: number | undefined;
|
|
16015
|
-
} & { [
|
|
16047
|
+
} & { [K_574 in Exclude<keyof I_1["category_event"], keyof CategoryEvent>]: never; }) | undefined;
|
|
16016
16048
|
handle_participant_meet_state_event?: ({
|
|
16017
16049
|
clan_id?: string | undefined;
|
|
16018
16050
|
channel_id?: string | undefined;
|
|
@@ -16023,12 +16055,12 @@ export declare const Envelope: {
|
|
|
16023
16055
|
channel_id?: string | undefined;
|
|
16024
16056
|
display_name?: string | undefined;
|
|
16025
16057
|
state?: number | undefined;
|
|
16026
|
-
} & { [
|
|
16058
|
+
} & { [K_575 in Exclude<keyof I_1["handle_participant_meet_state_event"], keyof HandleParticipantMeetStateEvent>]: never; }) | undefined;
|
|
16027
16059
|
delete_account_event?: ({
|
|
16028
16060
|
user_id?: string | undefined;
|
|
16029
16061
|
} & {
|
|
16030
16062
|
user_id?: string | undefined;
|
|
16031
|
-
} & { [
|
|
16063
|
+
} & { [K_576 in Exclude<keyof I_1["delete_account_event"], "user_id">]: never; }) | undefined;
|
|
16032
16064
|
ephemeral_message_send?: ({
|
|
16033
16065
|
message?: {
|
|
16034
16066
|
clan_id?: string | undefined;
|
|
@@ -16148,7 +16180,7 @@ export declare const Envelope: {
|
|
|
16148
16180
|
create_time?: Date | undefined;
|
|
16149
16181
|
s?: number | undefined;
|
|
16150
16182
|
e?: number | undefined;
|
|
16151
|
-
} & { [
|
|
16183
|
+
} & { [K_577 in Exclude<keyof I_1["ephemeral_message_send"]["message"]["mentions"][number], keyof MessageMention>]: never; })[] & { [K_578 in Exclude<keyof I_1["ephemeral_message_send"]["message"]["mentions"], keyof {
|
|
16152
16184
|
id?: string | undefined;
|
|
16153
16185
|
user_id?: string | undefined;
|
|
16154
16186
|
username?: string | undefined;
|
|
@@ -16182,7 +16214,7 @@ export declare const Envelope: {
|
|
|
16182
16214
|
width?: number | undefined;
|
|
16183
16215
|
height?: number | undefined;
|
|
16184
16216
|
thumbnail?: string | undefined;
|
|
16185
|
-
} & { [
|
|
16217
|
+
} & { [K_579 in Exclude<keyof I_1["ephemeral_message_send"]["message"]["attachments"][number], keyof MessageAttachment>]: never; })[] & { [K_580 in Exclude<keyof I_1["ephemeral_message_send"]["message"]["attachments"], keyof {
|
|
16186
16218
|
filename?: string | undefined;
|
|
16187
16219
|
size?: number | undefined;
|
|
16188
16220
|
url?: string | undefined;
|
|
@@ -16224,7 +16256,7 @@ export declare const Envelope: {
|
|
|
16224
16256
|
mesages_sender_avatar?: string | undefined;
|
|
16225
16257
|
message_sender_clan_nick?: string | undefined;
|
|
16226
16258
|
message_sender_display_name?: string | undefined;
|
|
16227
|
-
} & { [
|
|
16259
|
+
} & { [K_581 in Exclude<keyof I_1["ephemeral_message_send"]["message"]["references"][number], keyof MessageRef>]: never; })[] & { [K_582 in Exclude<keyof I_1["ephemeral_message_send"]["message"]["references"], keyof {
|
|
16228
16260
|
message_id?: string | undefined;
|
|
16229
16261
|
message_ref_id?: string | undefined;
|
|
16230
16262
|
content?: string | undefined;
|
|
@@ -16243,25 +16275,25 @@ export declare const Envelope: {
|
|
|
16243
16275
|
is_public?: boolean | undefined;
|
|
16244
16276
|
code?: number | undefined;
|
|
16245
16277
|
topic_id?: string | undefined;
|
|
16246
|
-
} & { [
|
|
16278
|
+
} & { [K_583 in Exclude<keyof I_1["ephemeral_message_send"]["message"], keyof ChannelMessageSend>]: never; }) | undefined;
|
|
16247
16279
|
receiver_id?: string | undefined;
|
|
16248
|
-
} & { [
|
|
16280
|
+
} & { [K_584 in Exclude<keyof I_1["ephemeral_message_send"], keyof EphemeralMessageSend>]: never; }) | undefined;
|
|
16249
16281
|
block_friend?: ({
|
|
16250
16282
|
user_id?: string | undefined;
|
|
16251
16283
|
} & {
|
|
16252
16284
|
user_id?: string | undefined;
|
|
16253
|
-
} & { [
|
|
16285
|
+
} & { [K_585 in Exclude<keyof I_1["block_friend"], "user_id">]: never; }) | undefined;
|
|
16254
16286
|
voice_reaction_send?: ({
|
|
16255
16287
|
emojis?: string[] | undefined;
|
|
16256
16288
|
channel_id?: string | undefined;
|
|
16257
16289
|
sender_id?: string | undefined;
|
|
16258
16290
|
media_type?: number | undefined;
|
|
16259
16291
|
} & {
|
|
16260
|
-
emojis?: (string[] & string[] & { [
|
|
16292
|
+
emojis?: (string[] & string[] & { [K_586 in Exclude<keyof I_1["voice_reaction_send"]["emojis"], keyof string[]>]: never; }) | undefined;
|
|
16261
16293
|
channel_id?: string | undefined;
|
|
16262
16294
|
sender_id?: string | undefined;
|
|
16263
16295
|
media_type?: number | undefined;
|
|
16264
|
-
} & { [
|
|
16296
|
+
} & { [K_587 in Exclude<keyof I_1["voice_reaction_send"], keyof VoiceReactionSend>]: never; }) | undefined;
|
|
16265
16297
|
mark_as_read?: ({
|
|
16266
16298
|
channel_id?: string | undefined;
|
|
16267
16299
|
category_id?: string | undefined;
|
|
@@ -16270,7 +16302,7 @@ export declare const Envelope: {
|
|
|
16270
16302
|
channel_id?: string | undefined;
|
|
16271
16303
|
category_id?: string | undefined;
|
|
16272
16304
|
clan_id?: string | undefined;
|
|
16273
|
-
} & { [
|
|
16305
|
+
} & { [K_588 in Exclude<keyof I_1["mark_as_read"], keyof MarkAsRead>]: never; }) | undefined;
|
|
16274
16306
|
list_data_socket?: ({
|
|
16275
16307
|
api_name?: string | undefined;
|
|
16276
16308
|
list_clan_req?: {
|
|
@@ -16291,6 +16323,8 @@ export declare const Envelope: {
|
|
|
16291
16323
|
welcome_channel_id?: string | undefined;
|
|
16292
16324
|
onboarding_banner?: string | undefined;
|
|
16293
16325
|
clan_order?: number | undefined;
|
|
16326
|
+
is_community?: boolean | undefined;
|
|
16327
|
+
community_banner?: string | undefined;
|
|
16294
16328
|
}[] | undefined;
|
|
16295
16329
|
} | undefined;
|
|
16296
16330
|
list_thread_req?: {
|
|
@@ -17137,7 +17171,7 @@ export declare const Envelope: {
|
|
|
17137
17171
|
limit?: number | undefined;
|
|
17138
17172
|
state?: number | undefined;
|
|
17139
17173
|
cursor?: string | undefined;
|
|
17140
|
-
} & { [
|
|
17174
|
+
} & { [K_589 in Exclude<keyof I_1["list_data_socket"]["list_clan_req"], keyof ListClanDescRequest>]: never; }) | undefined;
|
|
17141
17175
|
clan_desc_list?: ({
|
|
17142
17176
|
clandesc?: {
|
|
17143
17177
|
creator_id?: string | undefined;
|
|
@@ -17151,6 +17185,8 @@ export declare const Envelope: {
|
|
|
17151
17185
|
welcome_channel_id?: string | undefined;
|
|
17152
17186
|
onboarding_banner?: string | undefined;
|
|
17153
17187
|
clan_order?: number | undefined;
|
|
17188
|
+
is_community?: boolean | undefined;
|
|
17189
|
+
community_banner?: string | undefined;
|
|
17154
17190
|
}[] | undefined;
|
|
17155
17191
|
} & {
|
|
17156
17192
|
clandesc?: ({
|
|
@@ -17165,6 +17201,8 @@ export declare const Envelope: {
|
|
|
17165
17201
|
welcome_channel_id?: string | undefined;
|
|
17166
17202
|
onboarding_banner?: string | undefined;
|
|
17167
17203
|
clan_order?: number | undefined;
|
|
17204
|
+
is_community?: boolean | undefined;
|
|
17205
|
+
community_banner?: string | undefined;
|
|
17168
17206
|
}[] & ({
|
|
17169
17207
|
creator_id?: string | undefined;
|
|
17170
17208
|
clan_name?: string | undefined;
|
|
@@ -17177,6 +17215,8 @@ export declare const Envelope: {
|
|
|
17177
17215
|
welcome_channel_id?: string | undefined;
|
|
17178
17216
|
onboarding_banner?: string | undefined;
|
|
17179
17217
|
clan_order?: number | undefined;
|
|
17218
|
+
is_community?: boolean | undefined;
|
|
17219
|
+
community_banner?: string | undefined;
|
|
17180
17220
|
} & {
|
|
17181
17221
|
creator_id?: string | undefined;
|
|
17182
17222
|
clan_name?: string | undefined;
|
|
@@ -17189,7 +17229,9 @@ export declare const Envelope: {
|
|
|
17189
17229
|
welcome_channel_id?: string | undefined;
|
|
17190
17230
|
onboarding_banner?: string | undefined;
|
|
17191
17231
|
clan_order?: number | undefined;
|
|
17192
|
-
|
|
17232
|
+
is_community?: boolean | undefined;
|
|
17233
|
+
community_banner?: string | undefined;
|
|
17234
|
+
} & { [K_590 in Exclude<keyof I_1["list_data_socket"]["clan_desc_list"]["clandesc"][number], keyof import("../api/api").ClanDesc>]: never; })[] & { [K_591 in Exclude<keyof I_1["list_data_socket"]["clan_desc_list"]["clandesc"], keyof {
|
|
17193
17235
|
creator_id?: string | undefined;
|
|
17194
17236
|
clan_name?: string | undefined;
|
|
17195
17237
|
logo?: string | undefined;
|
|
@@ -17201,8 +17243,10 @@ export declare const Envelope: {
|
|
|
17201
17243
|
welcome_channel_id?: string | undefined;
|
|
17202
17244
|
onboarding_banner?: string | undefined;
|
|
17203
17245
|
clan_order?: number | undefined;
|
|
17246
|
+
is_community?: boolean | undefined;
|
|
17247
|
+
community_banner?: string | undefined;
|
|
17204
17248
|
}[]>]: never; }) | undefined;
|
|
17205
|
-
} & { [
|
|
17249
|
+
} & { [K_592 in Exclude<keyof I_1["list_data_socket"]["clan_desc_list"], "clandesc">]: never; }) | undefined;
|
|
17206
17250
|
list_thread_req?: ({
|
|
17207
17251
|
limit?: number | undefined;
|
|
17208
17252
|
state?: number | undefined;
|
|
@@ -17217,7 +17261,7 @@ export declare const Envelope: {
|
|
|
17217
17261
|
channel_id?: string | undefined;
|
|
17218
17262
|
thread_id?: string | undefined;
|
|
17219
17263
|
page?: number | undefined;
|
|
17220
|
-
} & { [
|
|
17264
|
+
} & { [K_593 in Exclude<keyof I_1["list_data_socket"]["list_thread_req"], keyof ListThreadRequest>]: never; }) | undefined;
|
|
17221
17265
|
channel_desc_list?: ({
|
|
17222
17266
|
channeldesc?: {
|
|
17223
17267
|
clan_id?: string | undefined;
|
|
@@ -17391,8 +17435,8 @@ export declare const Envelope: {
|
|
|
17391
17435
|
creator_id?: string | undefined;
|
|
17392
17436
|
channel_label?: string | undefined;
|
|
17393
17437
|
channel_private?: number | undefined;
|
|
17394
|
-
channel_avatar?: (string[] & string[] & { [
|
|
17395
|
-
user_id?: (string[] & string[] & { [
|
|
17438
|
+
channel_avatar?: (string[] & string[] & { [K_594 in Exclude<keyof I_1["list_data_socket"]["channel_desc_list"]["channeldesc"][number]["channel_avatar"], keyof string[]>]: never; }) | undefined;
|
|
17439
|
+
user_id?: (string[] & string[] & { [K_595 in Exclude<keyof I_1["list_data_socket"]["channel_desc_list"]["channeldesc"][number]["user_id"], keyof string[]>]: never; }) | undefined;
|
|
17396
17440
|
last_sent_message?: ({
|
|
17397
17441
|
id?: string | undefined;
|
|
17398
17442
|
timestamp_seconds?: number | undefined;
|
|
@@ -17412,8 +17456,8 @@ export declare const Envelope: {
|
|
|
17412
17456
|
reference?: string | undefined;
|
|
17413
17457
|
mention?: string | undefined;
|
|
17414
17458
|
reaction?: string | undefined;
|
|
17415
|
-
repliers?: (string[] & string[] & { [
|
|
17416
|
-
} & { [
|
|
17459
|
+
repliers?: (string[] & string[] & { [K_596 in Exclude<keyof I_1["list_data_socket"]["channel_desc_list"]["channeldesc"][number]["last_sent_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
17460
|
+
} & { [K_597 in Exclude<keyof I_1["list_data_socket"]["channel_desc_list"]["channeldesc"][number]["last_sent_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
17417
17461
|
last_seen_message?: ({
|
|
17418
17462
|
id?: string | undefined;
|
|
17419
17463
|
timestamp_seconds?: number | undefined;
|
|
@@ -17433,27 +17477,27 @@ export declare const Envelope: {
|
|
|
17433
17477
|
reference?: string | undefined;
|
|
17434
17478
|
mention?: string | undefined;
|
|
17435
17479
|
reaction?: string | undefined;
|
|
17436
|
-
repliers?: (string[] & string[] & { [
|
|
17437
|
-
} & { [
|
|
17438
|
-
is_online?: (boolean[] & boolean[] & { [
|
|
17480
|
+
repliers?: (string[] & string[] & { [K_598 in Exclude<keyof I_1["list_data_socket"]["channel_desc_list"]["channeldesc"][number]["last_seen_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
17481
|
+
} & { [K_599 in Exclude<keyof I_1["list_data_socket"]["channel_desc_list"]["channeldesc"][number]["last_seen_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
17482
|
+
is_online?: (boolean[] & boolean[] & { [K_600 in Exclude<keyof I_1["list_data_socket"]["channel_desc_list"]["channeldesc"][number]["is_online"], keyof boolean[]>]: never; }) | undefined;
|
|
17439
17483
|
meeting_code?: string | undefined;
|
|
17440
17484
|
count_mess_unread?: number | undefined;
|
|
17441
17485
|
active?: number | undefined;
|
|
17442
17486
|
last_pin_message?: string | undefined;
|
|
17443
|
-
usernames?: (string[] & string[] & { [
|
|
17487
|
+
usernames?: (string[] & string[] & { [K_601 in Exclude<keyof I_1["list_data_socket"]["channel_desc_list"]["channeldesc"][number]["usernames"], keyof string[]>]: never; }) | undefined;
|
|
17444
17488
|
creator_name?: string | undefined;
|
|
17445
17489
|
create_time_seconds?: number | undefined;
|
|
17446
17490
|
update_time_seconds?: number | undefined;
|
|
17447
|
-
metadata?: (string[] & string[] & { [
|
|
17448
|
-
about_me?: (string[] & string[] & { [
|
|
17491
|
+
metadata?: (string[] & string[] & { [K_602 in Exclude<keyof I_1["list_data_socket"]["channel_desc_list"]["channeldesc"][number]["metadata"], keyof string[]>]: never; }) | undefined;
|
|
17492
|
+
about_me?: (string[] & string[] & { [K_603 in Exclude<keyof I_1["list_data_socket"]["channel_desc_list"]["channeldesc"][number]["about_me"], keyof string[]>]: never; }) | undefined;
|
|
17449
17493
|
clan_name?: string | undefined;
|
|
17450
17494
|
app_id?: string | undefined;
|
|
17451
17495
|
is_mute?: boolean | undefined;
|
|
17452
17496
|
age_restricted?: number | undefined;
|
|
17453
17497
|
topic?: string | undefined;
|
|
17454
17498
|
e2ee?: number | undefined;
|
|
17455
|
-
display_names?: (string[] & string[] & { [
|
|
17456
|
-
} & { [
|
|
17499
|
+
display_names?: (string[] & string[] & { [K_604 in Exclude<keyof I_1["list_data_socket"]["channel_desc_list"]["channeldesc"][number]["display_names"], keyof string[]>]: never; }) | undefined;
|
|
17500
|
+
} & { [K_605 in Exclude<keyof I_1["list_data_socket"]["channel_desc_list"]["channeldesc"][number], keyof ChannelDescription1>]: never; })[] & { [K_606 in Exclude<keyof I_1["list_data_socket"]["channel_desc_list"]["channeldesc"], keyof {
|
|
17457
17501
|
clan_id?: string | undefined;
|
|
17458
17502
|
parent_id?: string | undefined;
|
|
17459
17503
|
channel_id?: string | undefined;
|
|
@@ -17510,28 +17554,28 @@ export declare const Envelope: {
|
|
|
17510
17554
|
prev_cursor?: string | undefined;
|
|
17511
17555
|
cacheable_cursor?: string | undefined;
|
|
17512
17556
|
page?: number | undefined;
|
|
17513
|
-
} & { [
|
|
17557
|
+
} & { [K_607 in Exclude<keyof I_1["list_data_socket"]["channel_desc_list"], keyof ChannelDescList>]: never; }) | undefined;
|
|
17514
17558
|
list_channel_users_uc_req?: ({
|
|
17515
17559
|
channel_id?: string | undefined;
|
|
17516
17560
|
limit?: number | undefined;
|
|
17517
17561
|
} & {
|
|
17518
17562
|
channel_id?: string | undefined;
|
|
17519
17563
|
limit?: number | undefined;
|
|
17520
|
-
} & { [
|
|
17564
|
+
} & { [K_608 in Exclude<keyof I_1["list_data_socket"]["list_channel_users_uc_req"], keyof AllUsersAddChannelRequest>]: never; }) | undefined;
|
|
17521
17565
|
channel_users_uc_list?: ({
|
|
17522
17566
|
channel_id?: string | undefined;
|
|
17523
17567
|
user_ids?: string[] | undefined;
|
|
17524
17568
|
limit?: number | undefined;
|
|
17525
17569
|
} & {
|
|
17526
17570
|
channel_id?: string | undefined;
|
|
17527
|
-
user_ids?: (string[] & string[] & { [
|
|
17571
|
+
user_ids?: (string[] & string[] & { [K_609 in Exclude<keyof I_1["list_data_socket"]["channel_users_uc_list"]["user_ids"], keyof string[]>]: never; }) | undefined;
|
|
17528
17572
|
limit?: number | undefined;
|
|
17529
|
-
} & { [
|
|
17573
|
+
} & { [K_610 in Exclude<keyof I_1["list_data_socket"]["channel_users_uc_list"], keyof AllUsersAddChannelResponse>]: never; }) | undefined;
|
|
17530
17574
|
list_channel_detail_req?: ({
|
|
17531
17575
|
channel_id?: string | undefined;
|
|
17532
17576
|
} & {
|
|
17533
17577
|
channel_id?: string | undefined;
|
|
17534
|
-
} & { [
|
|
17578
|
+
} & { [K_611 in Exclude<keyof I_1["list_data_socket"]["list_channel_detail_req"], "channel_id">]: never; }) | undefined;
|
|
17535
17579
|
channel_desc?: ({
|
|
17536
17580
|
clan_id?: string | undefined;
|
|
17537
17581
|
parent_id?: string | undefined;
|
|
@@ -17594,8 +17638,8 @@ export declare const Envelope: {
|
|
|
17594
17638
|
creator_id?: string | undefined;
|
|
17595
17639
|
channel_label?: string | undefined;
|
|
17596
17640
|
channel_private?: number | undefined;
|
|
17597
|
-
channel_avatar?: (string[] & string[] & { [
|
|
17598
|
-
user_id?: (string[] & string[] & { [
|
|
17641
|
+
channel_avatar?: (string[] & string[] & { [K_612 in Exclude<keyof I_1["list_data_socket"]["channel_desc"]["channel_avatar"], keyof string[]>]: never; }) | undefined;
|
|
17642
|
+
user_id?: (string[] & string[] & { [K_613 in Exclude<keyof I_1["list_data_socket"]["channel_desc"]["user_id"], keyof string[]>]: never; }) | undefined;
|
|
17599
17643
|
last_sent_message?: ({
|
|
17600
17644
|
id?: string | undefined;
|
|
17601
17645
|
timestamp_seconds?: number | undefined;
|
|
@@ -17615,8 +17659,8 @@ export declare const Envelope: {
|
|
|
17615
17659
|
reference?: string | undefined;
|
|
17616
17660
|
mention?: string | undefined;
|
|
17617
17661
|
reaction?: string | undefined;
|
|
17618
|
-
repliers?: (string[] & string[] & { [
|
|
17619
|
-
} & { [
|
|
17662
|
+
repliers?: (string[] & string[] & { [K_614 in Exclude<keyof I_1["list_data_socket"]["channel_desc"]["last_sent_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
17663
|
+
} & { [K_615 in Exclude<keyof I_1["list_data_socket"]["channel_desc"]["last_sent_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
17620
17664
|
last_seen_message?: ({
|
|
17621
17665
|
id?: string | undefined;
|
|
17622
17666
|
timestamp_seconds?: number | undefined;
|
|
@@ -17636,27 +17680,27 @@ export declare const Envelope: {
|
|
|
17636
17680
|
reference?: string | undefined;
|
|
17637
17681
|
mention?: string | undefined;
|
|
17638
17682
|
reaction?: string | undefined;
|
|
17639
|
-
repliers?: (string[] & string[] & { [
|
|
17640
|
-
} & { [
|
|
17641
|
-
is_online?: (boolean[] & boolean[] & { [
|
|
17683
|
+
repliers?: (string[] & string[] & { [K_616 in Exclude<keyof I_1["list_data_socket"]["channel_desc"]["last_seen_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
17684
|
+
} & { [K_617 in Exclude<keyof I_1["list_data_socket"]["channel_desc"]["last_seen_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
17685
|
+
is_online?: (boolean[] & boolean[] & { [K_618 in Exclude<keyof I_1["list_data_socket"]["channel_desc"]["is_online"], keyof boolean[]>]: never; }) | undefined;
|
|
17642
17686
|
meeting_code?: string | undefined;
|
|
17643
17687
|
count_mess_unread?: number | undefined;
|
|
17644
17688
|
active?: number | undefined;
|
|
17645
17689
|
last_pin_message?: string | undefined;
|
|
17646
|
-
usernames?: (string[] & string[] & { [
|
|
17690
|
+
usernames?: (string[] & string[] & { [K_619 in Exclude<keyof I_1["list_data_socket"]["channel_desc"]["usernames"], keyof string[]>]: never; }) | undefined;
|
|
17647
17691
|
creator_name?: string | undefined;
|
|
17648
17692
|
create_time_seconds?: number | undefined;
|
|
17649
17693
|
update_time_seconds?: number | undefined;
|
|
17650
|
-
metadata?: (string[] & string[] & { [
|
|
17651
|
-
about_me?: (string[] & string[] & { [
|
|
17694
|
+
metadata?: (string[] & string[] & { [K_620 in Exclude<keyof I_1["list_data_socket"]["channel_desc"]["metadata"], keyof string[]>]: never; }) | undefined;
|
|
17695
|
+
about_me?: (string[] & string[] & { [K_621 in Exclude<keyof I_1["list_data_socket"]["channel_desc"]["about_me"], keyof string[]>]: never; }) | undefined;
|
|
17652
17696
|
clan_name?: string | undefined;
|
|
17653
17697
|
app_id?: string | undefined;
|
|
17654
17698
|
is_mute?: boolean | undefined;
|
|
17655
17699
|
age_restricted?: number | undefined;
|
|
17656
17700
|
topic?: string | undefined;
|
|
17657
17701
|
e2ee?: number | undefined;
|
|
17658
|
-
display_names?: (string[] & string[] & { [
|
|
17659
|
-
} & { [
|
|
17702
|
+
display_names?: (string[] & string[] & { [K_622 in Exclude<keyof I_1["list_data_socket"]["channel_desc"]["display_names"], keyof string[]>]: never; }) | undefined;
|
|
17703
|
+
} & { [K_623 in Exclude<keyof I_1["list_data_socket"]["channel_desc"], keyof ChannelDescription1>]: never; }) | undefined;
|
|
17660
17704
|
list_channel_req?: ({
|
|
17661
17705
|
limit?: number | undefined;
|
|
17662
17706
|
state?: number | undefined;
|
|
@@ -17669,7 +17713,7 @@ export declare const Envelope: {
|
|
|
17669
17713
|
cursor?: string | undefined;
|
|
17670
17714
|
clan_id?: string | undefined;
|
|
17671
17715
|
channel_type?: number | undefined;
|
|
17672
|
-
} & { [
|
|
17716
|
+
} & { [K_624 in Exclude<keyof I_1["list_data_socket"]["list_channel_req"], keyof ListChannelDescsRequest>]: never; }) | undefined;
|
|
17673
17717
|
list_channel_message_req?: ({
|
|
17674
17718
|
clan_id?: string | undefined;
|
|
17675
17719
|
channel_id?: string | undefined;
|
|
@@ -17684,7 +17728,7 @@ export declare const Envelope: {
|
|
|
17684
17728
|
limit?: number | undefined;
|
|
17685
17729
|
direction?: number | undefined;
|
|
17686
17730
|
topic_id?: string | undefined;
|
|
17687
|
-
} & { [
|
|
17731
|
+
} & { [K_625 in Exclude<keyof I_1["list_data_socket"]["list_channel_message_req"], keyof ListChannelMessagesRequest>]: never; }) | undefined;
|
|
17688
17732
|
channel_message_list?: ({
|
|
17689
17733
|
messages?: {
|
|
17690
17734
|
clan_id?: string | undefined;
|
|
@@ -17822,7 +17866,7 @@ export declare const Envelope: {
|
|
|
17822
17866
|
hide_editted?: boolean | undefined;
|
|
17823
17867
|
is_public?: boolean | undefined;
|
|
17824
17868
|
topic_id?: string | undefined;
|
|
17825
|
-
} & { [
|
|
17869
|
+
} & { [K_626 in Exclude<keyof I_1["list_data_socket"]["channel_message_list"]["messages"][number], keyof ChannelMessage>]: never; })[] & { [K_627 in Exclude<keyof I_1["list_data_socket"]["channel_message_list"]["messages"], keyof {
|
|
17826
17870
|
clan_id?: string | undefined;
|
|
17827
17871
|
channel_id?: string | undefined;
|
|
17828
17872
|
message_id?: string | undefined;
|
|
@@ -17870,8 +17914,8 @@ export declare const Envelope: {
|
|
|
17870
17914
|
reference?: string | undefined;
|
|
17871
17915
|
mention?: string | undefined;
|
|
17872
17916
|
reaction?: string | undefined;
|
|
17873
|
-
repliers?: (string[] & string[] & { [
|
|
17874
|
-
} & { [
|
|
17917
|
+
repliers?: (string[] & string[] & { [K_628 in Exclude<keyof I_1["list_data_socket"]["channel_message_list"]["last_seen_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
17918
|
+
} & { [K_629 in Exclude<keyof I_1["list_data_socket"]["channel_message_list"]["last_seen_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
17875
17919
|
last_sent_message?: ({
|
|
17876
17920
|
id?: string | undefined;
|
|
17877
17921
|
timestamp_seconds?: number | undefined;
|
|
@@ -17891,9 +17935,9 @@ export declare const Envelope: {
|
|
|
17891
17935
|
reference?: string | undefined;
|
|
17892
17936
|
mention?: string | undefined;
|
|
17893
17937
|
reaction?: string | undefined;
|
|
17894
|
-
repliers?: (string[] & string[] & { [
|
|
17895
|
-
} & { [
|
|
17896
|
-
} & { [
|
|
17938
|
+
repliers?: (string[] & string[] & { [K_630 in Exclude<keyof I_1["list_data_socket"]["channel_message_list"]["last_sent_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
17939
|
+
} & { [K_631 in Exclude<keyof I_1["list_data_socket"]["channel_message_list"]["last_sent_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
17940
|
+
} & { [K_632 in Exclude<keyof I_1["list_data_socket"]["channel_message_list"], keyof ChannelMessageList>]: never; }) | undefined;
|
|
17897
17941
|
list_channel_users_req?: ({
|
|
17898
17942
|
clan_id?: string | undefined;
|
|
17899
17943
|
channel_id?: string | undefined;
|
|
@@ -17908,7 +17952,7 @@ export declare const Envelope: {
|
|
|
17908
17952
|
limit?: number | undefined;
|
|
17909
17953
|
state?: number | undefined;
|
|
17910
17954
|
cursor?: string | undefined;
|
|
17911
|
-
} & { [
|
|
17955
|
+
} & { [K_633 in Exclude<keyof I_1["list_data_socket"]["list_channel_users_req"], keyof ListChannelUsersRequest>]: never; }) | undefined;
|
|
17912
17956
|
voice_user_list?: ({
|
|
17913
17957
|
voice_channel_users?: {
|
|
17914
17958
|
id?: string | undefined;
|
|
@@ -17932,13 +17976,13 @@ export declare const Envelope: {
|
|
|
17932
17976
|
user_id?: string | undefined;
|
|
17933
17977
|
channel_id?: string | undefined;
|
|
17934
17978
|
participant?: string | undefined;
|
|
17935
|
-
} & { [
|
|
17979
|
+
} & { [K_634 in Exclude<keyof I_1["list_data_socket"]["voice_user_list"]["voice_channel_users"][number], keyof import("../api/api").VoiceChannelUser>]: never; })[] & { [K_635 in Exclude<keyof I_1["list_data_socket"]["voice_user_list"]["voice_channel_users"], keyof {
|
|
17936
17980
|
id?: string | undefined;
|
|
17937
17981
|
user_id?: string | undefined;
|
|
17938
17982
|
channel_id?: string | undefined;
|
|
17939
17983
|
participant?: string | undefined;
|
|
17940
17984
|
}[]>]: never; }) | undefined;
|
|
17941
|
-
} & { [
|
|
17985
|
+
} & { [K_636 in Exclude<keyof I_1["list_data_socket"]["voice_user_list"], "voice_channel_users">]: never; }) | undefined;
|
|
17942
17986
|
channel_user_list?: ({
|
|
17943
17987
|
channel_users?: {
|
|
17944
17988
|
user_id?: string | undefined;
|
|
@@ -17973,14 +18017,14 @@ export declare const Envelope: {
|
|
|
17973
18017
|
added_by?: string | undefined;
|
|
17974
18018
|
} & {
|
|
17975
18019
|
user_id?: string | undefined;
|
|
17976
|
-
role_id?: (string[] & string[] & { [
|
|
18020
|
+
role_id?: (string[] & string[] & { [K_637 in Exclude<keyof I_1["list_data_socket"]["channel_user_list"]["channel_users"][number]["role_id"], keyof string[]>]: never; }) | undefined;
|
|
17977
18021
|
id?: string | undefined;
|
|
17978
18022
|
thread_id?: string | undefined;
|
|
17979
18023
|
clan_nick?: string | undefined;
|
|
17980
18024
|
clan_avatar?: string | undefined;
|
|
17981
18025
|
clan_id?: string | undefined;
|
|
17982
18026
|
added_by?: string | undefined;
|
|
17983
|
-
} & { [
|
|
18027
|
+
} & { [K_638 in Exclude<keyof I_1["list_data_socket"]["channel_user_list"]["channel_users"][number], keyof import("../api/api").ChannelUserList_ChannelUser>]: never; })[] & { [K_639 in Exclude<keyof I_1["list_data_socket"]["channel_user_list"]["channel_users"], keyof {
|
|
17984
18028
|
user_id?: string | undefined;
|
|
17985
18029
|
role_id?: string[] | undefined;
|
|
17986
18030
|
id?: string | undefined;
|
|
@@ -17992,7 +18036,7 @@ export declare const Envelope: {
|
|
|
17992
18036
|
}[]>]: never; }) | undefined;
|
|
17993
18037
|
cursor?: string | undefined;
|
|
17994
18038
|
channel_id?: string | undefined;
|
|
17995
|
-
} & { [
|
|
18039
|
+
} & { [K_640 in Exclude<keyof I_1["list_data_socket"]["channel_user_list"], keyof ChannelUserList>]: never; }) | undefined;
|
|
17996
18040
|
list_channel_attachment_req?: ({
|
|
17997
18041
|
clan_id?: string | undefined;
|
|
17998
18042
|
channel_id?: string | undefined;
|
|
@@ -18011,7 +18055,7 @@ export declare const Envelope: {
|
|
|
18011
18055
|
before?: string | undefined;
|
|
18012
18056
|
after?: string | undefined;
|
|
18013
18057
|
around?: string | undefined;
|
|
18014
|
-
} & { [
|
|
18058
|
+
} & { [K_641 in Exclude<keyof I_1["list_data_socket"]["list_channel_attachment_req"], keyof ListChannelAttachmentRequest>]: never; }) | undefined;
|
|
18015
18059
|
channel_attachment_list?: ({
|
|
18016
18060
|
attachments?: {
|
|
18017
18061
|
id?: string | undefined;
|
|
@@ -18059,7 +18103,7 @@ export declare const Envelope: {
|
|
|
18059
18103
|
message_id?: string | undefined;
|
|
18060
18104
|
width?: number | undefined;
|
|
18061
18105
|
height?: number | undefined;
|
|
18062
|
-
} & { [
|
|
18106
|
+
} & { [K_642 in Exclude<keyof I_1["list_data_socket"]["channel_attachment_list"]["attachments"][number], keyof import("../api/api").ChannelAttachment>]: never; })[] & { [K_643 in Exclude<keyof I_1["list_data_socket"]["channel_attachment_list"]["attachments"], keyof {
|
|
18063
18107
|
id?: string | undefined;
|
|
18064
18108
|
filename?: string | undefined;
|
|
18065
18109
|
filetype?: string | undefined;
|
|
@@ -18071,14 +18115,14 @@ export declare const Envelope: {
|
|
|
18071
18115
|
width?: number | undefined;
|
|
18072
18116
|
height?: number | undefined;
|
|
18073
18117
|
}[]>]: never; }) | undefined;
|
|
18074
|
-
} & { [
|
|
18118
|
+
} & { [K_644 in Exclude<keyof I_1["list_data_socket"]["channel_attachment_list"], "attachments">]: never; }) | undefined;
|
|
18075
18119
|
hashtag_dm_req?: ({
|
|
18076
18120
|
user_id?: string[] | undefined;
|
|
18077
18121
|
limit?: number | undefined;
|
|
18078
18122
|
} & {
|
|
18079
|
-
user_id?: (string[] & string[] & { [
|
|
18123
|
+
user_id?: (string[] & string[] & { [K_645 in Exclude<keyof I_1["list_data_socket"]["hashtag_dm_req"]["user_id"], keyof string[]>]: never; }) | undefined;
|
|
18080
18124
|
limit?: number | undefined;
|
|
18081
|
-
} & { [
|
|
18125
|
+
} & { [K_646 in Exclude<keyof I_1["list_data_socket"]["hashtag_dm_req"], keyof HashtagDmListRequest>]: never; }) | undefined;
|
|
18082
18126
|
hashtag_dm_list?: ({
|
|
18083
18127
|
hashtag_dm?: {
|
|
18084
18128
|
channel_id?: string | undefined;
|
|
@@ -18118,7 +18162,7 @@ export declare const Envelope: {
|
|
|
18118
18162
|
type?: number | undefined;
|
|
18119
18163
|
channel_private?: number | undefined;
|
|
18120
18164
|
parent_id?: string | undefined;
|
|
18121
|
-
} & { [
|
|
18165
|
+
} & { [K_647 in Exclude<keyof I_1["list_data_socket"]["hashtag_dm_list"]["hashtag_dm"][number], keyof import("../api/api").HashtagDm>]: never; })[] & { [K_648 in Exclude<keyof I_1["list_data_socket"]["hashtag_dm_list"]["hashtag_dm"], keyof {
|
|
18122
18166
|
channel_id?: string | undefined;
|
|
18123
18167
|
channel_label?: string | undefined;
|
|
18124
18168
|
clan_id?: string | undefined;
|
|
@@ -18128,7 +18172,7 @@ export declare const Envelope: {
|
|
|
18128
18172
|
channel_private?: number | undefined;
|
|
18129
18173
|
parent_id?: string | undefined;
|
|
18130
18174
|
}[]>]: never; }) | undefined;
|
|
18131
|
-
} & { [
|
|
18175
|
+
} & { [K_649 in Exclude<keyof I_1["list_data_socket"]["hashtag_dm_list"], "hashtag_dm">]: never; }) | undefined;
|
|
18132
18176
|
channel_setting_req?: ({
|
|
18133
18177
|
clan_id?: string | undefined;
|
|
18134
18178
|
parent_id?: string | undefined;
|
|
@@ -18151,7 +18195,7 @@ export declare const Envelope: {
|
|
|
18151
18195
|
limit?: number | undefined;
|
|
18152
18196
|
page?: number | undefined;
|
|
18153
18197
|
channel_label?: string | undefined;
|
|
18154
|
-
} & { [
|
|
18198
|
+
} & { [K_650 in Exclude<keyof I_1["list_data_socket"]["channel_setting_req"], keyof ChannelSettingListRequest>]: never; }) | undefined;
|
|
18155
18199
|
channel_setting_list?: ({
|
|
18156
18200
|
clan_id?: string | undefined;
|
|
18157
18201
|
channel_count?: number | undefined;
|
|
@@ -18240,7 +18284,7 @@ export declare const Envelope: {
|
|
|
18240
18284
|
channel_private?: number | undefined;
|
|
18241
18285
|
channel_type?: number | undefined;
|
|
18242
18286
|
active?: number | undefined;
|
|
18243
|
-
user_ids?: (string[] & string[] & { [
|
|
18287
|
+
user_ids?: (string[] & string[] & { [K_651 in Exclude<keyof I_1["list_data_socket"]["channel_setting_list"]["channel_setting_list"][number]["user_ids"], keyof string[]>]: never; }) | undefined;
|
|
18244
18288
|
message_count?: number | undefined;
|
|
18245
18289
|
last_sent_message?: ({
|
|
18246
18290
|
id?: string | undefined;
|
|
@@ -18261,9 +18305,9 @@ export declare const Envelope: {
|
|
|
18261
18305
|
reference?: string | undefined;
|
|
18262
18306
|
mention?: string | undefined;
|
|
18263
18307
|
reaction?: string | undefined;
|
|
18264
|
-
repliers?: (string[] & string[] & { [
|
|
18265
|
-
} & { [
|
|
18266
|
-
} & { [
|
|
18308
|
+
repliers?: (string[] & string[] & { [K_652 in Exclude<keyof I_1["list_data_socket"]["channel_setting_list"]["channel_setting_list"][number]["last_sent_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
18309
|
+
} & { [K_653 in Exclude<keyof I_1["list_data_socket"]["channel_setting_list"]["channel_setting_list"][number]["last_sent_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
18310
|
+
} & { [K_654 in Exclude<keyof I_1["list_data_socket"]["channel_setting_list"]["channel_setting_list"][number], keyof import("../api/api").ChannelSettingItem>]: never; })[] & { [K_655 in Exclude<keyof I_1["list_data_socket"]["channel_setting_list"]["channel_setting_list"], keyof {
|
|
18267
18311
|
id?: string | undefined;
|
|
18268
18312
|
creator_id?: string | undefined;
|
|
18269
18313
|
parent_id?: string | undefined;
|
|
@@ -18287,17 +18331,17 @@ export declare const Envelope: {
|
|
|
18287
18331
|
repliers?: string[] | undefined;
|
|
18288
18332
|
} | undefined;
|
|
18289
18333
|
}[]>]: never; }) | undefined;
|
|
18290
|
-
} & { [
|
|
18334
|
+
} & { [K_656 in Exclude<keyof I_1["list_data_socket"]["channel_setting_list"], keyof ChannelSettingListResponse>]: never; }) | undefined;
|
|
18291
18335
|
favorite_channel_req?: ({
|
|
18292
18336
|
clan_id?: string | undefined;
|
|
18293
18337
|
} & {
|
|
18294
18338
|
clan_id?: string | undefined;
|
|
18295
|
-
} & { [
|
|
18339
|
+
} & { [K_657 in Exclude<keyof I_1["list_data_socket"]["favorite_channel_req"], "clan_id">]: never; }) | undefined;
|
|
18296
18340
|
favorite_channel_list?: ({
|
|
18297
18341
|
channel_ids?: string[] | undefined;
|
|
18298
18342
|
} & {
|
|
18299
|
-
channel_ids?: (string[] & string[] & { [
|
|
18300
|
-
} & { [
|
|
18343
|
+
channel_ids?: (string[] & string[] & { [K_658 in Exclude<keyof I_1["list_data_socket"]["favorite_channel_list"]["channel_ids"], keyof string[]>]: never; }) | undefined;
|
|
18344
|
+
} & { [K_659 in Exclude<keyof I_1["list_data_socket"]["favorite_channel_list"], "channel_ids">]: never; }) | undefined;
|
|
18301
18345
|
search_thread_req?: ({
|
|
18302
18346
|
clan_id?: string | undefined;
|
|
18303
18347
|
channel_id?: string | undefined;
|
|
@@ -18306,12 +18350,12 @@ export declare const Envelope: {
|
|
|
18306
18350
|
clan_id?: string | undefined;
|
|
18307
18351
|
channel_id?: string | undefined;
|
|
18308
18352
|
label?: string | undefined;
|
|
18309
|
-
} & { [
|
|
18353
|
+
} & { [K_660 in Exclude<keyof I_1["list_data_socket"]["search_thread_req"], keyof SearchThreadRequest>]: never; }) | undefined;
|
|
18310
18354
|
notification_channel?: ({
|
|
18311
18355
|
channel_id?: string | undefined;
|
|
18312
18356
|
} & {
|
|
18313
18357
|
channel_id?: string | undefined;
|
|
18314
|
-
} & { [
|
|
18358
|
+
} & { [K_661 in Exclude<keyof I_1["list_data_socket"]["notification_channel"], "channel_id">]: never; }) | undefined;
|
|
18315
18359
|
notificaion_user_channel?: ({
|
|
18316
18360
|
id?: string | undefined;
|
|
18317
18361
|
notification_setting_type?: number | undefined;
|
|
@@ -18324,24 +18368,24 @@ export declare const Envelope: {
|
|
|
18324
18368
|
time_mute?: Date | undefined;
|
|
18325
18369
|
active?: number | undefined;
|
|
18326
18370
|
channel_id?: string | undefined;
|
|
18327
|
-
} & { [
|
|
18371
|
+
} & { [K_662 in Exclude<keyof I_1["list_data_socket"]["notificaion_user_channel"], keyof NotificationUserChannel>]: never; }) | undefined;
|
|
18328
18372
|
notification_category?: ({
|
|
18329
18373
|
category_id?: string | undefined;
|
|
18330
18374
|
} & {
|
|
18331
18375
|
category_id?: string | undefined;
|
|
18332
|
-
} & { [
|
|
18376
|
+
} & { [K_663 in Exclude<keyof I_1["list_data_socket"]["notification_category"], "category_id">]: never; }) | undefined;
|
|
18333
18377
|
notification_clan?: ({
|
|
18334
18378
|
clan_id?: string | undefined;
|
|
18335
18379
|
} & {
|
|
18336
18380
|
clan_id?: string | undefined;
|
|
18337
|
-
} & { [
|
|
18381
|
+
} & { [K_664 in Exclude<keyof I_1["list_data_socket"]["notification_clan"], "clan_id">]: never; }) | undefined;
|
|
18338
18382
|
notification_setting?: ({
|
|
18339
18383
|
id?: string | undefined;
|
|
18340
18384
|
notification_setting_type?: number | undefined;
|
|
18341
18385
|
} & {
|
|
18342
18386
|
id?: string | undefined;
|
|
18343
18387
|
notification_setting_type?: number | undefined;
|
|
18344
|
-
} & { [
|
|
18388
|
+
} & { [K_665 in Exclude<keyof I_1["list_data_socket"]["notification_setting"], keyof NotificationSetting>]: never; }) | undefined;
|
|
18345
18389
|
notification_message?: ({
|
|
18346
18390
|
id?: string | undefined;
|
|
18347
18391
|
user_id?: string | undefined;
|
|
@@ -18350,7 +18394,7 @@ export declare const Envelope: {
|
|
|
18350
18394
|
id?: string | undefined;
|
|
18351
18395
|
user_id?: string | undefined;
|
|
18352
18396
|
channel_id?: string | undefined;
|
|
18353
|
-
} & { [
|
|
18397
|
+
} & { [K_666 in Exclude<keyof I_1["list_data_socket"]["notification_message"], keyof NotifiReactMessage>]: never; }) | undefined;
|
|
18354
18398
|
noti_channel_cat_setting_list?: ({
|
|
18355
18399
|
notification_channel_category_settings_list?: {
|
|
18356
18400
|
id?: string | undefined;
|
|
@@ -18378,14 +18422,14 @@ export declare const Envelope: {
|
|
|
18378
18422
|
notification_setting_type?: number | undefined;
|
|
18379
18423
|
channel_category_title?: string | undefined;
|
|
18380
18424
|
action?: number | undefined;
|
|
18381
|
-
} & { [
|
|
18425
|
+
} & { [K_667 in Exclude<keyof I_1["list_data_socket"]["noti_channel_cat_setting_list"]["notification_channel_category_settings_list"][number], keyof import("../api/api").NotificationChannelCategorySetting>]: never; })[] & { [K_668 in Exclude<keyof I_1["list_data_socket"]["noti_channel_cat_setting_list"]["notification_channel_category_settings_list"], keyof {
|
|
18382
18426
|
id?: string | undefined;
|
|
18383
18427
|
channel_category_label?: string | undefined;
|
|
18384
18428
|
notification_setting_type?: number | undefined;
|
|
18385
18429
|
channel_category_title?: string | undefined;
|
|
18386
18430
|
action?: number | undefined;
|
|
18387
18431
|
}[]>]: never; }) | undefined;
|
|
18388
|
-
} & { [
|
|
18432
|
+
} & { [K_669 in Exclude<keyof I_1["list_data_socket"]["noti_channel_cat_setting_list"], "notification_channel_category_settings_list">]: never; }) | undefined;
|
|
18389
18433
|
list_notification_req?: ({
|
|
18390
18434
|
limit?: number | undefined;
|
|
18391
18435
|
clan_id?: string | undefined;
|
|
@@ -18398,7 +18442,7 @@ export declare const Envelope: {
|
|
|
18398
18442
|
notification_id?: string | undefined;
|
|
18399
18443
|
category?: number | undefined;
|
|
18400
18444
|
direction?: number | undefined;
|
|
18401
|
-
} & { [
|
|
18445
|
+
} & { [K_670 in Exclude<keyof I_1["list_data_socket"]["list_notification_req"], keyof ListNotificationsRequest>]: never; }) | undefined;
|
|
18402
18446
|
notification_list?: ({
|
|
18403
18447
|
notifications?: {
|
|
18404
18448
|
id?: string | undefined;
|
|
@@ -18678,8 +18722,8 @@ export declare const Envelope: {
|
|
|
18678
18722
|
creator_id?: string | undefined;
|
|
18679
18723
|
channel_label?: string | undefined;
|
|
18680
18724
|
channel_private?: number | undefined;
|
|
18681
|
-
channel_avatar?: (string[] & string[] & { [
|
|
18682
|
-
user_id?: (string[] & string[] & { [
|
|
18725
|
+
channel_avatar?: (string[] & string[] & { [K_671 in Exclude<keyof I_1["list_data_socket"]["notification_list"]["notifications"][number]["channel"]["channel_avatar"], keyof string[]>]: never; }) | undefined;
|
|
18726
|
+
user_id?: (string[] & string[] & { [K_672 in Exclude<keyof I_1["list_data_socket"]["notification_list"]["notifications"][number]["channel"]["user_id"], keyof string[]>]: never; }) | undefined;
|
|
18683
18727
|
last_sent_message?: ({
|
|
18684
18728
|
id?: string | undefined;
|
|
18685
18729
|
timestamp_seconds?: number | undefined;
|
|
@@ -18699,8 +18743,8 @@ export declare const Envelope: {
|
|
|
18699
18743
|
reference?: string | undefined;
|
|
18700
18744
|
mention?: string | undefined;
|
|
18701
18745
|
reaction?: string | undefined;
|
|
18702
|
-
repliers?: (string[] & string[] & { [
|
|
18703
|
-
} & { [
|
|
18746
|
+
repliers?: (string[] & string[] & { [K_673 in Exclude<keyof I_1["list_data_socket"]["notification_list"]["notifications"][number]["channel"]["last_sent_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
18747
|
+
} & { [K_674 in Exclude<keyof I_1["list_data_socket"]["notification_list"]["notifications"][number]["channel"]["last_sent_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
18704
18748
|
last_seen_message?: ({
|
|
18705
18749
|
id?: string | undefined;
|
|
18706
18750
|
timestamp_seconds?: number | undefined;
|
|
@@ -18720,30 +18764,30 @@ export declare const Envelope: {
|
|
|
18720
18764
|
reference?: string | undefined;
|
|
18721
18765
|
mention?: string | undefined;
|
|
18722
18766
|
reaction?: string | undefined;
|
|
18723
|
-
repliers?: (string[] & string[] & { [
|
|
18724
|
-
} & { [
|
|
18725
|
-
is_online?: (boolean[] & boolean[] & { [
|
|
18767
|
+
repliers?: (string[] & string[] & { [K_675 in Exclude<keyof I_1["list_data_socket"]["notification_list"]["notifications"][number]["channel"]["last_seen_message"]["repliers"], keyof string[]>]: never; }) | undefined;
|
|
18768
|
+
} & { [K_676 in Exclude<keyof I_1["list_data_socket"]["notification_list"]["notifications"][number]["channel"]["last_seen_message"], keyof ChannelMessageHeader>]: never; }) | undefined;
|
|
18769
|
+
is_online?: (boolean[] & boolean[] & { [K_677 in Exclude<keyof I_1["list_data_socket"]["notification_list"]["notifications"][number]["channel"]["is_online"], keyof boolean[]>]: never; }) | undefined;
|
|
18726
18770
|
meeting_code?: string | undefined;
|
|
18727
18771
|
count_mess_unread?: number | undefined;
|
|
18728
18772
|
active?: number | undefined;
|
|
18729
18773
|
last_pin_message?: string | undefined;
|
|
18730
|
-
usernames?: (string[] & string[] & { [
|
|
18774
|
+
usernames?: (string[] & string[] & { [K_678 in Exclude<keyof I_1["list_data_socket"]["notification_list"]["notifications"][number]["channel"]["usernames"], keyof string[]>]: never; }) | undefined;
|
|
18731
18775
|
creator_name?: string | undefined;
|
|
18732
18776
|
create_time_seconds?: number | undefined;
|
|
18733
18777
|
update_time_seconds?: number | undefined;
|
|
18734
|
-
metadata?: (string[] & string[] & { [
|
|
18735
|
-
about_me?: (string[] & string[] & { [
|
|
18778
|
+
metadata?: (string[] & string[] & { [K_679 in Exclude<keyof I_1["list_data_socket"]["notification_list"]["notifications"][number]["channel"]["metadata"], keyof string[]>]: never; }) | undefined;
|
|
18779
|
+
about_me?: (string[] & string[] & { [K_680 in Exclude<keyof I_1["list_data_socket"]["notification_list"]["notifications"][number]["channel"]["about_me"], keyof string[]>]: never; }) | undefined;
|
|
18736
18780
|
clan_name?: string | undefined;
|
|
18737
18781
|
app_id?: string | undefined;
|
|
18738
18782
|
is_mute?: boolean | undefined;
|
|
18739
18783
|
age_restricted?: number | undefined;
|
|
18740
18784
|
topic?: string | undefined;
|
|
18741
18785
|
e2ee?: number | undefined;
|
|
18742
|
-
display_names?: (string[] & string[] & { [
|
|
18743
|
-
} & { [
|
|
18786
|
+
display_names?: (string[] & string[] & { [K_681 in Exclude<keyof I_1["list_data_socket"]["notification_list"]["notifications"][number]["channel"]["display_names"], keyof string[]>]: never; }) | undefined;
|
|
18787
|
+
} & { [K_682 in Exclude<keyof I_1["list_data_socket"]["notification_list"]["notifications"][number]["channel"], keyof ChannelDescription1>]: never; }) | undefined;
|
|
18744
18788
|
topic_id?: string | undefined;
|
|
18745
18789
|
category?: number | undefined;
|
|
18746
|
-
} & { [
|
|
18790
|
+
} & { [K_683 in Exclude<keyof I_1["list_data_socket"]["notification_list"]["notifications"][number], keyof Notification>]: never; })[] & { [K_684 in Exclude<keyof I_1["list_data_socket"]["notification_list"]["notifications"], keyof {
|
|
18747
18791
|
id?: string | undefined;
|
|
18748
18792
|
subject?: string | undefined;
|
|
18749
18793
|
content?: string | undefined;
|
|
@@ -18812,7 +18856,7 @@ export declare const Envelope: {
|
|
|
18812
18856
|
category?: number | undefined;
|
|
18813
18857
|
}[]>]: never; }) | undefined;
|
|
18814
18858
|
cacheable_cursor?: string | undefined;
|
|
18815
|
-
} & { [
|
|
18859
|
+
} & { [K_685 in Exclude<keyof I_1["list_data_socket"]["notification_list"], keyof NotificationList>]: never; }) | undefined;
|
|
18816
18860
|
sticker_list?: ({
|
|
18817
18861
|
stickers?: {
|
|
18818
18862
|
id?: string | undefined;
|
|
@@ -18864,7 +18908,7 @@ export declare const Envelope: {
|
|
|
18864
18908
|
clan_name?: string | undefined;
|
|
18865
18909
|
media_type?: number | undefined;
|
|
18866
18910
|
is_for_sale?: boolean | undefined;
|
|
18867
|
-
} & { [
|
|
18911
|
+
} & { [K_686 in Exclude<keyof I_1["list_data_socket"]["sticker_list"]["stickers"][number], keyof import("../api/api").ClanSticker>]: never; })[] & { [K_687 in Exclude<keyof I_1["list_data_socket"]["sticker_list"]["stickers"], keyof {
|
|
18868
18912
|
id?: string | undefined;
|
|
18869
18913
|
source?: string | undefined;
|
|
18870
18914
|
shortname?: string | undefined;
|
|
@@ -18877,7 +18921,7 @@ export declare const Envelope: {
|
|
|
18877
18921
|
media_type?: number | undefined;
|
|
18878
18922
|
is_for_sale?: boolean | undefined;
|
|
18879
18923
|
}[]>]: never; }) | undefined;
|
|
18880
|
-
} & { [
|
|
18924
|
+
} & { [K_688 in Exclude<keyof I_1["list_data_socket"]["sticker_list"], "stickers">]: never; }) | undefined;
|
|
18881
18925
|
emoji_recent_list?: ({
|
|
18882
18926
|
emoji_recents?: {
|
|
18883
18927
|
emoji_recents_id?: string | undefined;
|
|
@@ -18897,17 +18941,17 @@ export declare const Envelope: {
|
|
|
18897
18941
|
emoji_recents_id?: string | undefined;
|
|
18898
18942
|
emoji_id?: string | undefined;
|
|
18899
18943
|
update_time?: Date | undefined;
|
|
18900
|
-
} & { [
|
|
18944
|
+
} & { [K_689 in Exclude<keyof I_1["list_data_socket"]["emoji_recent_list"]["emoji_recents"][number], keyof import("../api/api").EmojiRecent>]: never; })[] & { [K_690 in Exclude<keyof I_1["list_data_socket"]["emoji_recent_list"]["emoji_recents"], keyof {
|
|
18901
18945
|
emoji_recents_id?: string | undefined;
|
|
18902
18946
|
emoji_id?: string | undefined;
|
|
18903
18947
|
update_time?: Date | undefined;
|
|
18904
18948
|
}[]>]: never; }) | undefined;
|
|
18905
|
-
} & { [
|
|
18949
|
+
} & { [K_691 in Exclude<keyof I_1["list_data_socket"]["emoji_recent_list"], "emoji_recents">]: never; }) | undefined;
|
|
18906
18950
|
clan_webhook_req?: ({
|
|
18907
18951
|
clan_id?: string | undefined;
|
|
18908
18952
|
} & {
|
|
18909
18953
|
clan_id?: string | undefined;
|
|
18910
|
-
} & { [
|
|
18954
|
+
} & { [K_692 in Exclude<keyof I_1["list_data_socket"]["clan_webhook_req"], "clan_id">]: never; }) | undefined;
|
|
18911
18955
|
clan_webhook_list?: ({
|
|
18912
18956
|
list_clan_webhooks?: {
|
|
18913
18957
|
id?: string | undefined;
|
|
@@ -18951,7 +18995,7 @@ export declare const Envelope: {
|
|
|
18951
18995
|
avatar?: string | undefined;
|
|
18952
18996
|
create_time?: string | undefined;
|
|
18953
18997
|
update_time?: string | undefined;
|
|
18954
|
-
} & { [
|
|
18998
|
+
} & { [K_693 in Exclude<keyof I_1["list_data_socket"]["clan_webhook_list"]["list_clan_webhooks"][number], keyof import("../api/api").ClanWebhook>]: never; })[] & { [K_694 in Exclude<keyof I_1["list_data_socket"]["clan_webhook_list"]["list_clan_webhooks"], keyof {
|
|
18955
18999
|
id?: string | undefined;
|
|
18956
19000
|
webhook_name?: string | undefined;
|
|
18957
19001
|
clan_id?: string | undefined;
|
|
@@ -18962,14 +19006,14 @@ export declare const Envelope: {
|
|
|
18962
19006
|
create_time?: string | undefined;
|
|
18963
19007
|
update_time?: string | undefined;
|
|
18964
19008
|
}[]>]: never; }) | undefined;
|
|
18965
|
-
} & { [
|
|
19009
|
+
} & { [K_695 in Exclude<keyof I_1["list_data_socket"]["clan_webhook_list"], "list_clan_webhooks">]: never; }) | undefined;
|
|
18966
19010
|
webhook_list_req?: ({
|
|
18967
19011
|
channel_id?: string | undefined;
|
|
18968
19012
|
clan_id?: string | undefined;
|
|
18969
19013
|
} & {
|
|
18970
19014
|
channel_id?: string | undefined;
|
|
18971
19015
|
clan_id?: string | undefined;
|
|
18972
|
-
} & { [
|
|
19016
|
+
} & { [K_696 in Exclude<keyof I_1["list_data_socket"]["webhook_list_req"], keyof WebhookListRequest>]: never; }) | undefined;
|
|
18973
19017
|
webhook_list?: ({
|
|
18974
19018
|
webhooks?: {
|
|
18975
19019
|
id?: string | undefined;
|
|
@@ -19017,7 +19061,7 @@ export declare const Envelope: {
|
|
|
19017
19061
|
update_time?: string | undefined;
|
|
19018
19062
|
avatar?: string | undefined;
|
|
19019
19063
|
status?: number | undefined;
|
|
19020
|
-
} & { [
|
|
19064
|
+
} & { [K_697 in Exclude<keyof I_1["list_data_socket"]["webhook_list"]["webhooks"][number], keyof Webhook>]: never; })[] & { [K_698 in Exclude<keyof I_1["list_data_socket"]["webhook_list"]["webhooks"], keyof {
|
|
19021
19065
|
id?: string | undefined;
|
|
19022
19066
|
webhook_name?: string | undefined;
|
|
19023
19067
|
channel_id?: string | undefined;
|
|
@@ -19029,12 +19073,12 @@ export declare const Envelope: {
|
|
|
19029
19073
|
avatar?: string | undefined;
|
|
19030
19074
|
status?: number | undefined;
|
|
19031
19075
|
}[]>]: never; }) | undefined;
|
|
19032
|
-
} & { [
|
|
19076
|
+
} & { [K_699 in Exclude<keyof I_1["list_data_socket"]["webhook_list"], "webhooks">]: never; }) | undefined;
|
|
19033
19077
|
permission_list_req?: ({
|
|
19034
19078
|
role_id?: string | undefined;
|
|
19035
19079
|
} & {
|
|
19036
19080
|
role_id?: string | undefined;
|
|
19037
|
-
} & { [
|
|
19081
|
+
} & { [K_700 in Exclude<keyof I_1["list_data_socket"]["permission_list_req"], "role_id">]: never; }) | undefined;
|
|
19038
19082
|
permission_list?: ({
|
|
19039
19083
|
permissions?: {
|
|
19040
19084
|
id?: string | undefined;
|
|
@@ -19071,7 +19115,7 @@ export declare const Envelope: {
|
|
|
19071
19115
|
active?: number | undefined;
|
|
19072
19116
|
scope?: number | undefined;
|
|
19073
19117
|
level?: number | undefined;
|
|
19074
|
-
} & { [
|
|
19118
|
+
} & { [K_701 in Exclude<keyof I_1["list_data_socket"]["permission_list"]["permissions"][number], keyof import("../api/api").Permission>]: never; })[] & { [K_702 in Exclude<keyof I_1["list_data_socket"]["permission_list"]["permissions"], keyof {
|
|
19075
19119
|
id?: string | undefined;
|
|
19076
19120
|
title?: string | undefined;
|
|
19077
19121
|
slug?: string | undefined;
|
|
@@ -19081,7 +19125,7 @@ export declare const Envelope: {
|
|
|
19081
19125
|
level?: number | undefined;
|
|
19082
19126
|
}[]>]: never; }) | undefined;
|
|
19083
19127
|
max_level_permission?: number | undefined;
|
|
19084
|
-
} & { [
|
|
19128
|
+
} & { [K_703 in Exclude<keyof I_1["list_data_socket"]["permission_list"], keyof PermissionList>]: never; }) | undefined;
|
|
19085
19129
|
role_user_req?: ({
|
|
19086
19130
|
role_id?: string | undefined;
|
|
19087
19131
|
limit?: number | undefined;
|
|
@@ -19090,7 +19134,7 @@ export declare const Envelope: {
|
|
|
19090
19134
|
role_id?: string | undefined;
|
|
19091
19135
|
limit?: number | undefined;
|
|
19092
19136
|
cursor?: string | undefined;
|
|
19093
|
-
} & { [
|
|
19137
|
+
} & { [K_704 in Exclude<keyof I_1["list_data_socket"]["role_user_req"], keyof ListRoleUsersRequest>]: never; }) | undefined;
|
|
19094
19138
|
role_user_list?: ({
|
|
19095
19139
|
role_users?: {
|
|
19096
19140
|
id?: string | undefined;
|
|
@@ -19127,7 +19171,7 @@ export declare const Envelope: {
|
|
|
19127
19171
|
lang_tag?: string | undefined;
|
|
19128
19172
|
location?: string | undefined;
|
|
19129
19173
|
online?: boolean | undefined;
|
|
19130
|
-
} & { [
|
|
19174
|
+
} & { [K_705 in Exclude<keyof I_1["list_data_socket"]["role_user_list"]["role_users"][number], keyof import("../api/api").RoleUserList_RoleUser>]: never; })[] & { [K_706 in Exclude<keyof I_1["list_data_socket"]["role_user_list"]["role_users"], keyof {
|
|
19131
19175
|
id?: string | undefined;
|
|
19132
19176
|
username?: string | undefined;
|
|
19133
19177
|
display_name?: string | undefined;
|
|
@@ -19137,14 +19181,14 @@ export declare const Envelope: {
|
|
|
19137
19181
|
online?: boolean | undefined;
|
|
19138
19182
|
}[]>]: never; }) | undefined;
|
|
19139
19183
|
cursor?: string | undefined;
|
|
19140
|
-
} & { [
|
|
19184
|
+
} & { [K_707 in Exclude<keyof I_1["list_data_socket"]["role_user_list"], keyof RoleUserList>]: never; }) | undefined;
|
|
19141
19185
|
permission_user_req?: ({
|
|
19142
19186
|
clan_id?: string | undefined;
|
|
19143
19187
|
channel_id?: string | undefined;
|
|
19144
19188
|
} & {
|
|
19145
19189
|
clan_id?: string | undefined;
|
|
19146
19190
|
channel_id?: string | undefined;
|
|
19147
|
-
} & { [
|
|
19191
|
+
} & { [K_708 in Exclude<keyof I_1["list_data_socket"]["permission_user_req"], keyof ListPermissionOfUsersRequest>]: never; }) | undefined;
|
|
19148
19192
|
role_list?: ({
|
|
19149
19193
|
roles?: {
|
|
19150
19194
|
id?: string | undefined;
|
|
@@ -19319,7 +19363,7 @@ export declare const Envelope: {
|
|
|
19319
19363
|
lang_tag?: string | undefined;
|
|
19320
19364
|
location?: string | undefined;
|
|
19321
19365
|
online?: boolean | undefined;
|
|
19322
|
-
} & { [
|
|
19366
|
+
} & { [K_709 in Exclude<keyof I_1["list_data_socket"]["role_list"]["roles"][number]["role_user_list"]["role_users"][number], keyof import("../api/api").RoleUserList_RoleUser>]: never; })[] & { [K_710 in Exclude<keyof I_1["list_data_socket"]["role_list"]["roles"][number]["role_user_list"]["role_users"], keyof {
|
|
19323
19367
|
id?: string | undefined;
|
|
19324
19368
|
username?: string | undefined;
|
|
19325
19369
|
display_name?: string | undefined;
|
|
@@ -19329,7 +19373,7 @@ export declare const Envelope: {
|
|
|
19329
19373
|
online?: boolean | undefined;
|
|
19330
19374
|
}[]>]: never; }) | undefined;
|
|
19331
19375
|
cursor?: string | undefined;
|
|
19332
|
-
} & { [
|
|
19376
|
+
} & { [K_711 in Exclude<keyof I_1["list_data_socket"]["role_list"]["roles"][number]["role_user_list"], keyof RoleUserList>]: never; }) | undefined;
|
|
19333
19377
|
permission_list?: ({
|
|
19334
19378
|
permissions?: {
|
|
19335
19379
|
id?: string | undefined;
|
|
@@ -19366,7 +19410,7 @@ export declare const Envelope: {
|
|
|
19366
19410
|
active?: number | undefined;
|
|
19367
19411
|
scope?: number | undefined;
|
|
19368
19412
|
level?: number | undefined;
|
|
19369
|
-
} & { [
|
|
19413
|
+
} & { [K_712 in Exclude<keyof I_1["list_data_socket"]["role_list"]["roles"][number]["permission_list"]["permissions"][number], keyof import("../api/api").Permission>]: never; })[] & { [K_713 in Exclude<keyof I_1["list_data_socket"]["role_list"]["roles"][number]["permission_list"]["permissions"], keyof {
|
|
19370
19414
|
id?: string | undefined;
|
|
19371
19415
|
title?: string | undefined;
|
|
19372
19416
|
slug?: string | undefined;
|
|
@@ -19376,12 +19420,12 @@ export declare const Envelope: {
|
|
|
19376
19420
|
level?: number | undefined;
|
|
19377
19421
|
}[]>]: never; }) | undefined;
|
|
19378
19422
|
max_level_permission?: number | undefined;
|
|
19379
|
-
} & { [
|
|
19423
|
+
} & { [K_714 in Exclude<keyof I_1["list_data_socket"]["role_list"]["roles"][number]["permission_list"], keyof PermissionList>]: never; }) | undefined;
|
|
19380
19424
|
role_channel_active?: number | undefined;
|
|
19381
|
-
channel_ids?: (string[] & string[] & { [
|
|
19425
|
+
channel_ids?: (string[] & string[] & { [K_715 in Exclude<keyof I_1["list_data_socket"]["role_list"]["roles"][number]["channel_ids"], keyof string[]>]: never; }) | undefined;
|
|
19382
19426
|
max_level_permission?: number | undefined;
|
|
19383
19427
|
order_role?: number | undefined;
|
|
19384
|
-
} & { [
|
|
19428
|
+
} & { [K_716 in Exclude<keyof I_1["list_data_socket"]["role_list"]["roles"][number], keyof Role>]: never; })[] & { [K_717 in Exclude<keyof I_1["list_data_socket"]["role_list"]["roles"], keyof {
|
|
19385
19429
|
id?: string | undefined;
|
|
19386
19430
|
title?: string | undefined;
|
|
19387
19431
|
color?: string | undefined;
|
|
@@ -19425,7 +19469,7 @@ export declare const Envelope: {
|
|
|
19425
19469
|
next_cursor?: string | undefined;
|
|
19426
19470
|
prev_cursor?: string | undefined;
|
|
19427
19471
|
cacheable_cursor?: string | undefined;
|
|
19428
|
-
} & { [
|
|
19472
|
+
} & { [K_718 in Exclude<keyof I_1["list_data_socket"]["role_list"], keyof RoleList>]: never; }) | undefined;
|
|
19429
19473
|
role_list_event_req?: ({
|
|
19430
19474
|
clan_id?: string | undefined;
|
|
19431
19475
|
limit?: number | undefined;
|
|
@@ -19436,7 +19480,7 @@ export declare const Envelope: {
|
|
|
19436
19480
|
limit?: number | undefined;
|
|
19437
19481
|
state?: number | undefined;
|
|
19438
19482
|
cursor?: string | undefined;
|
|
19439
|
-
} & { [
|
|
19483
|
+
} & { [K_719 in Exclude<keyof I_1["list_data_socket"]["role_list_event_req"], keyof RoleListEventRequest>]: never; }) | undefined;
|
|
19440
19484
|
role_event_list?: ({
|
|
19441
19485
|
limit?: number | undefined;
|
|
19442
19486
|
state?: number | undefined;
|
|
@@ -19667,7 +19711,7 @@ export declare const Envelope: {
|
|
|
19667
19711
|
lang_tag?: string | undefined;
|
|
19668
19712
|
location?: string | undefined;
|
|
19669
19713
|
online?: boolean | undefined;
|
|
19670
|
-
} & { [
|
|
19714
|
+
} & { [K_720 in Exclude<keyof I_1["list_data_socket"]["role_event_list"]["roles"]["roles"][number]["role_user_list"]["role_users"][number], keyof import("../api/api").RoleUserList_RoleUser>]: never; })[] & { [K_721 in Exclude<keyof I_1["list_data_socket"]["role_event_list"]["roles"]["roles"][number]["role_user_list"]["role_users"], keyof {
|
|
19671
19715
|
id?: string | undefined;
|
|
19672
19716
|
username?: string | undefined;
|
|
19673
19717
|
display_name?: string | undefined;
|
|
@@ -19677,7 +19721,7 @@ export declare const Envelope: {
|
|
|
19677
19721
|
online?: boolean | undefined;
|
|
19678
19722
|
}[]>]: never; }) | undefined;
|
|
19679
19723
|
cursor?: string | undefined;
|
|
19680
|
-
} & { [
|
|
19724
|
+
} & { [K_722 in Exclude<keyof I_1["list_data_socket"]["role_event_list"]["roles"]["roles"][number]["role_user_list"], keyof RoleUserList>]: never; }) | undefined;
|
|
19681
19725
|
permission_list?: ({
|
|
19682
19726
|
permissions?: {
|
|
19683
19727
|
id?: string | undefined;
|
|
@@ -19714,7 +19758,7 @@ export declare const Envelope: {
|
|
|
19714
19758
|
active?: number | undefined;
|
|
19715
19759
|
scope?: number | undefined;
|
|
19716
19760
|
level?: number | undefined;
|
|
19717
|
-
} & { [
|
|
19761
|
+
} & { [K_723 in Exclude<keyof I_1["list_data_socket"]["role_event_list"]["roles"]["roles"][number]["permission_list"]["permissions"][number], keyof import("../api/api").Permission>]: never; })[] & { [K_724 in Exclude<keyof I_1["list_data_socket"]["role_event_list"]["roles"]["roles"][number]["permission_list"]["permissions"], keyof {
|
|
19718
19762
|
id?: string | undefined;
|
|
19719
19763
|
title?: string | undefined;
|
|
19720
19764
|
slug?: string | undefined;
|
|
@@ -19724,12 +19768,12 @@ export declare const Envelope: {
|
|
|
19724
19768
|
level?: number | undefined;
|
|
19725
19769
|
}[]>]: never; }) | undefined;
|
|
19726
19770
|
max_level_permission?: number | undefined;
|
|
19727
|
-
} & { [
|
|
19771
|
+
} & { [K_725 in Exclude<keyof I_1["list_data_socket"]["role_event_list"]["roles"]["roles"][number]["permission_list"], keyof PermissionList>]: never; }) | undefined;
|
|
19728
19772
|
role_channel_active?: number | undefined;
|
|
19729
|
-
channel_ids?: (string[] & string[] & { [
|
|
19773
|
+
channel_ids?: (string[] & string[] & { [K_726 in Exclude<keyof I_1["list_data_socket"]["role_event_list"]["roles"]["roles"][number]["channel_ids"], keyof string[]>]: never; }) | undefined;
|
|
19730
19774
|
max_level_permission?: number | undefined;
|
|
19731
19775
|
order_role?: number | undefined;
|
|
19732
|
-
} & { [
|
|
19776
|
+
} & { [K_727 in Exclude<keyof I_1["list_data_socket"]["role_event_list"]["roles"]["roles"][number], keyof Role>]: never; })[] & { [K_728 in Exclude<keyof I_1["list_data_socket"]["role_event_list"]["roles"]["roles"], keyof {
|
|
19733
19777
|
id?: string | undefined;
|
|
19734
19778
|
title?: string | undefined;
|
|
19735
19779
|
color?: string | undefined;
|
|
@@ -19773,15 +19817,15 @@ export declare const Envelope: {
|
|
|
19773
19817
|
next_cursor?: string | undefined;
|
|
19774
19818
|
prev_cursor?: string | undefined;
|
|
19775
19819
|
cacheable_cursor?: string | undefined;
|
|
19776
|
-
} & { [
|
|
19777
|
-
} & { [
|
|
19820
|
+
} & { [K_729 in Exclude<keyof I_1["list_data_socket"]["role_event_list"]["roles"], keyof RoleList>]: never; }) | undefined;
|
|
19821
|
+
} & { [K_730 in Exclude<keyof I_1["list_data_socket"]["role_event_list"], keyof RoleListEventResponse>]: never; }) | undefined;
|
|
19778
19822
|
user_permission_req?: ({
|
|
19779
19823
|
clan_id?: string | undefined;
|
|
19780
19824
|
channel_id?: string | undefined;
|
|
19781
19825
|
} & {
|
|
19782
19826
|
clan_id?: string | undefined;
|
|
19783
19827
|
channel_id?: string | undefined;
|
|
19784
|
-
} & { [
|
|
19828
|
+
} & { [K_731 in Exclude<keyof I_1["list_data_socket"]["user_permission_req"], keyof UserPermissionInChannelListRequest>]: never; }) | undefined;
|
|
19785
19829
|
user_permission_list?: ({
|
|
19786
19830
|
clan_id?: string | undefined;
|
|
19787
19831
|
channel_id?: string | undefined;
|
|
@@ -19836,7 +19880,7 @@ export declare const Envelope: {
|
|
|
19836
19880
|
active?: number | undefined;
|
|
19837
19881
|
scope?: number | undefined;
|
|
19838
19882
|
level?: number | undefined;
|
|
19839
|
-
} & { [
|
|
19883
|
+
} & { [K_732 in Exclude<keyof I_1["list_data_socket"]["user_permission_list"]["permissions"]["permissions"][number], keyof import("../api/api").Permission>]: never; })[] & { [K_733 in Exclude<keyof I_1["list_data_socket"]["user_permission_list"]["permissions"]["permissions"], keyof {
|
|
19840
19884
|
id?: string | undefined;
|
|
19841
19885
|
title?: string | undefined;
|
|
19842
19886
|
slug?: string | undefined;
|
|
@@ -19846,8 +19890,8 @@ export declare const Envelope: {
|
|
|
19846
19890
|
level?: number | undefined;
|
|
19847
19891
|
}[]>]: never; }) | undefined;
|
|
19848
19892
|
max_level_permission?: number | undefined;
|
|
19849
|
-
} & { [
|
|
19850
|
-
} & { [
|
|
19893
|
+
} & { [K_734 in Exclude<keyof I_1["list_data_socket"]["user_permission_list"]["permissions"], keyof PermissionList>]: never; }) | undefined;
|
|
19894
|
+
} & { [K_735 in Exclude<keyof I_1["list_data_socket"]["user_permission_list"], keyof UserPermissionInChannelListResponse>]: never; }) | undefined;
|
|
19851
19895
|
permission_role_req?: ({
|
|
19852
19896
|
role_id?: string | undefined;
|
|
19853
19897
|
channel_id?: string | undefined;
|
|
@@ -19856,7 +19900,7 @@ export declare const Envelope: {
|
|
|
19856
19900
|
role_id?: string | undefined;
|
|
19857
19901
|
channel_id?: string | undefined;
|
|
19858
19902
|
user_id?: string | undefined;
|
|
19859
|
-
} & { [
|
|
19903
|
+
} & { [K_736 in Exclude<keyof I_1["list_data_socket"]["permission_role_req"], keyof PermissionRoleChannelListEventRequest>]: never; }) | undefined;
|
|
19860
19904
|
permission_role_list?: ({
|
|
19861
19905
|
role_id?: string | undefined;
|
|
19862
19906
|
channel_id?: string | undefined;
|
|
@@ -19878,11 +19922,11 @@ export declare const Envelope: {
|
|
|
19878
19922
|
} & {
|
|
19879
19923
|
permission_id?: string | undefined;
|
|
19880
19924
|
active?: boolean | undefined;
|
|
19881
|
-
} & { [
|
|
19925
|
+
} & { [K_737 in Exclude<keyof I_1["list_data_socket"]["permission_role_list"]["permission_role_channel"][number], keyof import("../api/api").PermissionRoleChannel>]: never; })[] & { [K_738 in Exclude<keyof I_1["list_data_socket"]["permission_role_list"]["permission_role_channel"], keyof {
|
|
19882
19926
|
permission_id?: string | undefined;
|
|
19883
19927
|
active?: boolean | undefined;
|
|
19884
19928
|
}[]>]: never; }) | undefined;
|
|
19885
|
-
} & { [
|
|
19929
|
+
} & { [K_739 in Exclude<keyof I_1["list_data_socket"]["permission_role_list"], keyof PermissionRoleChannelListEventResponse>]: never; }) | undefined;
|
|
19886
19930
|
emoji_list?: ({
|
|
19887
19931
|
emoji_list?: {
|
|
19888
19932
|
id?: string | undefined;
|
|
@@ -19926,7 +19970,7 @@ export declare const Envelope: {
|
|
|
19926
19970
|
logo?: string | undefined;
|
|
19927
19971
|
clan_name?: string | undefined;
|
|
19928
19972
|
is_for_sale?: boolean | undefined;
|
|
19929
|
-
} & { [
|
|
19973
|
+
} & { [K_740 in Exclude<keyof I_1["list_data_socket"]["emoji_list"]["emoji_list"][number], keyof import("../api/api").ClanEmoji>]: never; })[] & { [K_741 in Exclude<keyof I_1["list_data_socket"]["emoji_list"]["emoji_list"], keyof {
|
|
19930
19974
|
id?: string | undefined;
|
|
19931
19975
|
src?: string | undefined;
|
|
19932
19976
|
shortname?: string | undefined;
|
|
@@ -19937,7 +19981,7 @@ export declare const Envelope: {
|
|
|
19937
19981
|
clan_name?: string | undefined;
|
|
19938
19982
|
is_for_sale?: boolean | undefined;
|
|
19939
19983
|
}[]>]: never; }) | undefined;
|
|
19940
|
-
} & { [
|
|
19984
|
+
} & { [K_742 in Exclude<keyof I_1["list_data_socket"]["emoji_list"], "emoji_list">]: never; }) | undefined;
|
|
19941
19985
|
list_friend_req?: ({
|
|
19942
19986
|
limit?: number | undefined;
|
|
19943
19987
|
state?: number | undefined;
|
|
@@ -19946,7 +19990,7 @@ export declare const Envelope: {
|
|
|
19946
19990
|
limit?: number | undefined;
|
|
19947
19991
|
state?: number | undefined;
|
|
19948
19992
|
cursor?: string | undefined;
|
|
19949
|
-
} & { [
|
|
19993
|
+
} & { [K_743 in Exclude<keyof I_1["list_data_socket"]["list_friend_req"], keyof ListFriendsRequest>]: never; }) | undefined;
|
|
19950
19994
|
friend_list?: ({
|
|
19951
19995
|
friends?: {
|
|
19952
19996
|
user?: {
|
|
@@ -20086,12 +20130,12 @@ export declare const Envelope: {
|
|
|
20086
20130
|
is_mobile?: boolean | undefined;
|
|
20087
20131
|
dob?: Date | undefined;
|
|
20088
20132
|
mezon_id?: string | undefined;
|
|
20089
|
-
list_nick_names?: (string[] & string[] & { [
|
|
20090
|
-
} & { [
|
|
20133
|
+
list_nick_names?: (string[] & string[] & { [K_744 in Exclude<keyof I_1["list_data_socket"]["friend_list"]["friends"][number]["user"]["list_nick_names"], keyof string[]>]: never; }) | undefined;
|
|
20134
|
+
} & { [K_745 in Exclude<keyof I_1["list_data_socket"]["friend_list"]["friends"][number]["user"], keyof import("../api/api").User>]: never; }) | undefined;
|
|
20091
20135
|
state?: number | undefined;
|
|
20092
20136
|
update_time?: Date | undefined;
|
|
20093
20137
|
source_id?: string | undefined;
|
|
20094
|
-
} & { [
|
|
20138
|
+
} & { [K_746 in Exclude<keyof I_1["list_data_socket"]["friend_list"]["friends"][number], keyof import("../api/api").Friend>]: never; })[] & { [K_747 in Exclude<keyof I_1["list_data_socket"]["friend_list"]["friends"], keyof {
|
|
20095
20139
|
user?: {
|
|
20096
20140
|
id?: string | undefined;
|
|
20097
20141
|
username?: string | undefined;
|
|
@@ -20122,12 +20166,12 @@ export declare const Envelope: {
|
|
|
20122
20166
|
source_id?: string | undefined;
|
|
20123
20167
|
}[]>]: never; }) | undefined;
|
|
20124
20168
|
cursor?: string | undefined;
|
|
20125
|
-
} & { [
|
|
20169
|
+
} & { [K_748 in Exclude<keyof I_1["list_data_socket"]["friend_list"], keyof FriendList>]: never; }) | undefined;
|
|
20126
20170
|
list_apps_req?: ({
|
|
20127
20171
|
clan_id?: string | undefined;
|
|
20128
20172
|
} & {
|
|
20129
20173
|
clan_id?: string | undefined;
|
|
20130
|
-
} & { [
|
|
20174
|
+
} & { [K_749 in Exclude<keyof I_1["list_data_socket"]["list_apps_req"], "clan_id">]: never; }) | undefined;
|
|
20131
20175
|
channel_apps_list?: ({
|
|
20132
20176
|
channel_apps?: {
|
|
20133
20177
|
id?: string | undefined;
|
|
@@ -20155,14 +20199,14 @@ export declare const Envelope: {
|
|
|
20155
20199
|
channel_id?: string | undefined;
|
|
20156
20200
|
app_id?: string | undefined;
|
|
20157
20201
|
app_url?: string | undefined;
|
|
20158
|
-
} & { [
|
|
20202
|
+
} & { [K_750 in Exclude<keyof I_1["list_data_socket"]["channel_apps_list"]["channel_apps"][number], keyof import("../api/api").ChannelAppResponse>]: never; })[] & { [K_751 in Exclude<keyof I_1["list_data_socket"]["channel_apps_list"]["channel_apps"], keyof {
|
|
20159
20203
|
id?: string | undefined;
|
|
20160
20204
|
clan_id?: string | undefined;
|
|
20161
20205
|
channel_id?: string | undefined;
|
|
20162
20206
|
app_id?: string | undefined;
|
|
20163
20207
|
app_url?: string | undefined;
|
|
20164
20208
|
}[]>]: never; }) | undefined;
|
|
20165
|
-
} & { [
|
|
20209
|
+
} & { [K_752 in Exclude<keyof I_1["list_data_socket"]["channel_apps_list"], "channel_apps">]: never; }) | undefined;
|
|
20166
20210
|
user_activity_list?: ({
|
|
20167
20211
|
activities?: {
|
|
20168
20212
|
user_id?: string | undefined;
|
|
@@ -20202,7 +20246,7 @@ export declare const Envelope: {
|
|
|
20202
20246
|
end_time?: Date | undefined;
|
|
20203
20247
|
application_id?: string | undefined;
|
|
20204
20248
|
status?: number | undefined;
|
|
20205
|
-
} & { [
|
|
20249
|
+
} & { [K_753 in Exclude<keyof I_1["list_data_socket"]["user_activity_list"]["activities"][number], keyof UserActivity>]: never; })[] & { [K_754 in Exclude<keyof I_1["list_data_socket"]["user_activity_list"]["activities"], keyof {
|
|
20206
20250
|
user_id?: string | undefined;
|
|
20207
20251
|
activity_name?: string | undefined;
|
|
20208
20252
|
activity_type?: number | undefined;
|
|
@@ -20212,12 +20256,12 @@ export declare const Envelope: {
|
|
|
20212
20256
|
application_id?: string | undefined;
|
|
20213
20257
|
status?: number | undefined;
|
|
20214
20258
|
}[]>]: never; }) | undefined;
|
|
20215
|
-
} & { [
|
|
20259
|
+
} & { [K_755 in Exclude<keyof I_1["list_data_socket"]["user_activity_list"], "activities">]: never; }) | undefined;
|
|
20216
20260
|
list_clan_user_req?: ({
|
|
20217
20261
|
clan_id?: string | undefined;
|
|
20218
20262
|
} & {
|
|
20219
20263
|
clan_id?: string | undefined;
|
|
20220
|
-
} & { [
|
|
20264
|
+
} & { [K_756 in Exclude<keyof I_1["list_data_socket"]["list_clan_user_req"], "clan_id">]: never; }) | undefined;
|
|
20221
20265
|
clan_user_list?: ({
|
|
20222
20266
|
clan_users?: {
|
|
20223
20267
|
user?: {
|
|
@@ -20361,13 +20405,13 @@ export declare const Envelope: {
|
|
|
20361
20405
|
is_mobile?: boolean | undefined;
|
|
20362
20406
|
dob?: Date | undefined;
|
|
20363
20407
|
mezon_id?: string | undefined;
|
|
20364
|
-
list_nick_names?: (string[] & string[] & { [
|
|
20365
|
-
} & { [
|
|
20366
|
-
role_id?: (string[] & string[] & { [
|
|
20408
|
+
list_nick_names?: (string[] & string[] & { [K_757 in Exclude<keyof I_1["list_data_socket"]["clan_user_list"]["clan_users"][number]["user"]["list_nick_names"], keyof string[]>]: never; }) | undefined;
|
|
20409
|
+
} & { [K_758 in Exclude<keyof I_1["list_data_socket"]["clan_user_list"]["clan_users"][number]["user"], keyof import("../api/api").User>]: never; }) | undefined;
|
|
20410
|
+
role_id?: (string[] & string[] & { [K_759 in Exclude<keyof I_1["list_data_socket"]["clan_user_list"]["clan_users"][number]["role_id"], keyof string[]>]: never; }) | undefined;
|
|
20367
20411
|
clan_nick?: string | undefined;
|
|
20368
20412
|
clan_avatar?: string | undefined;
|
|
20369
20413
|
clan_id?: string | undefined;
|
|
20370
|
-
} & { [
|
|
20414
|
+
} & { [K_760 in Exclude<keyof I_1["list_data_socket"]["clan_user_list"]["clan_users"][number], keyof import("../api/api").ClanUserList_ClanUser>]: never; })[] & { [K_761 in Exclude<keyof I_1["list_data_socket"]["clan_user_list"]["clan_users"], keyof {
|
|
20371
20415
|
user?: {
|
|
20372
20416
|
id?: string | undefined;
|
|
20373
20417
|
username?: string | undefined;
|
|
@@ -20400,12 +20444,12 @@ export declare const Envelope: {
|
|
|
20400
20444
|
}[]>]: never; }) | undefined;
|
|
20401
20445
|
cursor?: string | undefined;
|
|
20402
20446
|
clan_id?: string | undefined;
|
|
20403
|
-
} & { [
|
|
20447
|
+
} & { [K_762 in Exclude<keyof I_1["list_data_socket"]["clan_user_list"], keyof ClanUserList>]: never; }) | undefined;
|
|
20404
20448
|
list_event_req?: ({
|
|
20405
20449
|
clan_id?: string | undefined;
|
|
20406
20450
|
} & {
|
|
20407
20451
|
clan_id?: string | undefined;
|
|
20408
|
-
} & { [
|
|
20452
|
+
} & { [K_763 in Exclude<keyof I_1["list_data_socket"]["list_event_req"], "clan_id">]: never; }) | undefined;
|
|
20409
20453
|
event_list?: ({
|
|
20410
20454
|
events?: {
|
|
20411
20455
|
id?: string | undefined;
|
|
@@ -20503,7 +20547,7 @@ export declare const Envelope: {
|
|
|
20503
20547
|
address?: string | undefined;
|
|
20504
20548
|
start_time?: Date | undefined;
|
|
20505
20549
|
end_time?: Date | undefined;
|
|
20506
|
-
user_ids?: (string[] & string[] & { [
|
|
20550
|
+
user_ids?: (string[] & string[] & { [K_764 in Exclude<keyof I_1["list_data_socket"]["event_list"]["events"][number]["user_ids"], keyof string[]>]: never; }) | undefined;
|
|
20507
20551
|
create_time?: Date | undefined;
|
|
20508
20552
|
max_permission?: number | undefined;
|
|
20509
20553
|
channel_id?: string | undefined;
|
|
@@ -20522,8 +20566,8 @@ export declare const Envelope: {
|
|
|
20522
20566
|
external_link?: string | undefined;
|
|
20523
20567
|
creator_id?: string | undefined;
|
|
20524
20568
|
event_id?: string | undefined;
|
|
20525
|
-
} & { [
|
|
20526
|
-
} & { [
|
|
20569
|
+
} & { [K_765 in Exclude<keyof I_1["list_data_socket"]["event_list"]["events"][number]["meet_room"], keyof import("../api/api").GenerateMezonMeetResponse>]: never; }) | undefined;
|
|
20570
|
+
} & { [K_766 in Exclude<keyof I_1["list_data_socket"]["event_list"]["events"][number], keyof import("../api/api").EventManagement>]: never; })[] & { [K_767 in Exclude<keyof I_1["list_data_socket"]["event_list"]["events"], keyof {
|
|
20527
20571
|
id?: string | undefined;
|
|
20528
20572
|
title?: string | undefined;
|
|
20529
20573
|
logo?: string | undefined;
|
|
@@ -20551,7 +20595,7 @@ export declare const Envelope: {
|
|
|
20551
20595
|
event_id?: string | undefined;
|
|
20552
20596
|
} | undefined;
|
|
20553
20597
|
}[]>]: never; }) | undefined;
|
|
20554
|
-
} & { [
|
|
20598
|
+
} & { [K_768 in Exclude<keyof I_1["list_data_socket"]["event_list"], "events">]: never; }) | undefined;
|
|
20555
20599
|
list_category_req?: ({
|
|
20556
20600
|
creator_id?: string | undefined;
|
|
20557
20601
|
clan_id?: string | undefined;
|
|
@@ -20564,7 +20608,7 @@ export declare const Envelope: {
|
|
|
20564
20608
|
category_name?: string | undefined;
|
|
20565
20609
|
category_id?: string | undefined;
|
|
20566
20610
|
category_order?: number | undefined;
|
|
20567
|
-
} & { [
|
|
20611
|
+
} & { [K_769 in Exclude<keyof I_1["list_data_socket"]["list_category_req"], keyof CategoryDesc>]: never; }) | undefined;
|
|
20568
20612
|
category_list?: ({
|
|
20569
20613
|
categorydesc?: {
|
|
20570
20614
|
creator_id?: string | undefined;
|
|
@@ -20592,14 +20636,14 @@ export declare const Envelope: {
|
|
|
20592
20636
|
category_name?: string | undefined;
|
|
20593
20637
|
category_id?: string | undefined;
|
|
20594
20638
|
category_order?: number | undefined;
|
|
20595
|
-
} & { [
|
|
20639
|
+
} & { [K_770 in Exclude<keyof I_1["list_data_socket"]["category_list"]["categorydesc"][number], keyof CategoryDesc>]: never; })[] & { [K_771 in Exclude<keyof I_1["list_data_socket"]["category_list"]["categorydesc"], keyof {
|
|
20596
20640
|
creator_id?: string | undefined;
|
|
20597
20641
|
clan_id?: string | undefined;
|
|
20598
20642
|
category_name?: string | undefined;
|
|
20599
20643
|
category_id?: string | undefined;
|
|
20600
20644
|
category_order?: number | undefined;
|
|
20601
20645
|
}[]>]: never; }) | undefined;
|
|
20602
|
-
} & { [
|
|
20646
|
+
} & { [K_772 in Exclude<keyof I_1["list_data_socket"]["category_list"], "categorydesc">]: never; }) | undefined;
|
|
20603
20647
|
stream_user_list?: ({
|
|
20604
20648
|
streaming_channel_users?: {
|
|
20605
20649
|
id?: string | undefined;
|
|
@@ -20623,14 +20667,14 @@ export declare const Envelope: {
|
|
|
20623
20667
|
user_id?: string | undefined;
|
|
20624
20668
|
channel_id?: string | undefined;
|
|
20625
20669
|
participant?: string | undefined;
|
|
20626
|
-
} & { [
|
|
20670
|
+
} & { [K_773 in Exclude<keyof I_1["list_data_socket"]["stream_user_list"]["streaming_channel_users"][number], keyof import("../api/api").StreamingChannelUser>]: never; })[] & { [K_774 in Exclude<keyof I_1["list_data_socket"]["stream_user_list"]["streaming_channel_users"], keyof {
|
|
20627
20671
|
id?: string | undefined;
|
|
20628
20672
|
user_id?: string | undefined;
|
|
20629
20673
|
channel_id?: string | undefined;
|
|
20630
20674
|
participant?: string | undefined;
|
|
20631
20675
|
}[]>]: never; }) | undefined;
|
|
20632
|
-
} & { [
|
|
20633
|
-
} & { [
|
|
20676
|
+
} & { [K_775 in Exclude<keyof I_1["list_data_socket"]["stream_user_list"], "streaming_channel_users">]: never; }) | undefined;
|
|
20677
|
+
} & { [K_776 in Exclude<keyof I_1["list_data_socket"], keyof ListDataSocket>]: never; }) | undefined;
|
|
20634
20678
|
quick_menu_event?: ({
|
|
20635
20679
|
menu_name?: string | undefined;
|
|
20636
20680
|
message?: {
|
|
@@ -20751,7 +20795,7 @@ export declare const Envelope: {
|
|
|
20751
20795
|
create_time?: Date | undefined;
|
|
20752
20796
|
s?: number | undefined;
|
|
20753
20797
|
e?: number | undefined;
|
|
20754
|
-
} & { [
|
|
20798
|
+
} & { [K_777 in Exclude<keyof I_1["quick_menu_event"]["message"]["mentions"][number], keyof MessageMention>]: never; })[] & { [K_778 in Exclude<keyof I_1["quick_menu_event"]["message"]["mentions"], keyof {
|
|
20755
20799
|
id?: string | undefined;
|
|
20756
20800
|
user_id?: string | undefined;
|
|
20757
20801
|
username?: string | undefined;
|
|
@@ -20785,7 +20829,7 @@ export declare const Envelope: {
|
|
|
20785
20829
|
width?: number | undefined;
|
|
20786
20830
|
height?: number | undefined;
|
|
20787
20831
|
thumbnail?: string | undefined;
|
|
20788
|
-
} & { [
|
|
20832
|
+
} & { [K_779 in Exclude<keyof I_1["quick_menu_event"]["message"]["attachments"][number], keyof MessageAttachment>]: never; })[] & { [K_780 in Exclude<keyof I_1["quick_menu_event"]["message"]["attachments"], keyof {
|
|
20789
20833
|
filename?: string | undefined;
|
|
20790
20834
|
size?: number | undefined;
|
|
20791
20835
|
url?: string | undefined;
|
|
@@ -20827,7 +20871,7 @@ export declare const Envelope: {
|
|
|
20827
20871
|
mesages_sender_avatar?: string | undefined;
|
|
20828
20872
|
message_sender_clan_nick?: string | undefined;
|
|
20829
20873
|
message_sender_display_name?: string | undefined;
|
|
20830
|
-
} & { [
|
|
20874
|
+
} & { [K_781 in Exclude<keyof I_1["quick_menu_event"]["message"]["references"][number], keyof MessageRef>]: never; })[] & { [K_782 in Exclude<keyof I_1["quick_menu_event"]["message"]["references"], keyof {
|
|
20831
20875
|
message_id?: string | undefined;
|
|
20832
20876
|
message_ref_id?: string | undefined;
|
|
20833
20877
|
content?: string | undefined;
|
|
@@ -20846,9 +20890,9 @@ export declare const Envelope: {
|
|
|
20846
20890
|
is_public?: boolean | undefined;
|
|
20847
20891
|
code?: number | undefined;
|
|
20848
20892
|
topic_id?: string | undefined;
|
|
20849
|
-
} & { [
|
|
20850
|
-
} & { [
|
|
20851
|
-
} & { [
|
|
20893
|
+
} & { [K_783 in Exclude<keyof I_1["quick_menu_event"]["message"], keyof ChannelMessageSend>]: never; }) | undefined;
|
|
20894
|
+
} & { [K_784 in Exclude<keyof I_1["quick_menu_event"], keyof QuickMenuDataEvent>]: never; }) | undefined;
|
|
20895
|
+
} & { [K_785 in Exclude<keyof I_1, keyof Envelope>]: never; }>(object: I_1): Envelope;
|
|
20852
20896
|
};
|
|
20853
20897
|
export declare const FollowEvent: {
|
|
20854
20898
|
encode(_: FollowEvent, writer?: _m0.Writer): _m0.Writer;
|
|
@@ -25727,6 +25771,8 @@ export declare const ChannelUpdatedEvent: {
|
|
|
25727
25771
|
age_restricted?: number | undefined;
|
|
25728
25772
|
active?: number | undefined;
|
|
25729
25773
|
count_mess_unread?: number | undefined;
|
|
25774
|
+
user_ids?: string[] | undefined;
|
|
25775
|
+
role_ids?: string[] | undefined;
|
|
25730
25776
|
} & {
|
|
25731
25777
|
clan_id?: string | undefined;
|
|
25732
25778
|
category_id?: string | undefined;
|
|
@@ -25745,7 +25791,9 @@ export declare const ChannelUpdatedEvent: {
|
|
|
25745
25791
|
age_restricted?: number | undefined;
|
|
25746
25792
|
active?: number | undefined;
|
|
25747
25793
|
count_mess_unread?: number | undefined;
|
|
25748
|
-
|
|
25794
|
+
user_ids?: (string[] & string[] & { [K in Exclude<keyof I["user_ids"], keyof string[]>]: never; }) | undefined;
|
|
25795
|
+
role_ids?: (string[] & string[] & { [K_1 in Exclude<keyof I["role_ids"], keyof string[]>]: never; }) | undefined;
|
|
25796
|
+
} & { [K_2 in Exclude<keyof I, keyof ChannelUpdatedEvent>]: never; }>(base?: I | undefined): ChannelUpdatedEvent;
|
|
25749
25797
|
fromPartial<I_1 extends {
|
|
25750
25798
|
clan_id?: string | undefined;
|
|
25751
25799
|
category_id?: string | undefined;
|
|
@@ -25764,6 +25812,8 @@ export declare const ChannelUpdatedEvent: {
|
|
|
25764
25812
|
age_restricted?: number | undefined;
|
|
25765
25813
|
active?: number | undefined;
|
|
25766
25814
|
count_mess_unread?: number | undefined;
|
|
25815
|
+
user_ids?: string[] | undefined;
|
|
25816
|
+
role_ids?: string[] | undefined;
|
|
25767
25817
|
} & {
|
|
25768
25818
|
clan_id?: string | undefined;
|
|
25769
25819
|
category_id?: string | undefined;
|
|
@@ -25782,7 +25832,9 @@ export declare const ChannelUpdatedEvent: {
|
|
|
25782
25832
|
age_restricted?: number | undefined;
|
|
25783
25833
|
active?: number | undefined;
|
|
25784
25834
|
count_mess_unread?: number | undefined;
|
|
25785
|
-
|
|
25835
|
+
user_ids?: (string[] & string[] & { [K_3 in Exclude<keyof I_1["user_ids"], keyof string[]>]: never; }) | undefined;
|
|
25836
|
+
role_ids?: (string[] & string[] & { [K_4 in Exclude<keyof I_1["role_ids"], keyof string[]>]: never; }) | undefined;
|
|
25837
|
+
} & { [K_5 in Exclude<keyof I_1, keyof ChannelUpdatedEvent>]: never; }>(object: I_1): ChannelUpdatedEvent;
|
|
25786
25838
|
};
|
|
25787
25839
|
export declare const StatusUnfollow: {
|
|
25788
25840
|
encode(message: StatusUnfollow, writer?: _m0.Writer): _m0.Writer;
|
|
@@ -28339,6 +28391,8 @@ export declare const ListDataSocket: {
|
|
|
28339
28391
|
welcome_channel_id?: string | undefined;
|
|
28340
28392
|
onboarding_banner?: string | undefined;
|
|
28341
28393
|
clan_order?: number | undefined;
|
|
28394
|
+
is_community?: boolean | undefined;
|
|
28395
|
+
community_banner?: string | undefined;
|
|
28342
28396
|
}[] | undefined;
|
|
28343
28397
|
} | undefined;
|
|
28344
28398
|
list_thread_req?: {
|
|
@@ -29199,6 +29253,8 @@ export declare const ListDataSocket: {
|
|
|
29199
29253
|
welcome_channel_id?: string | undefined;
|
|
29200
29254
|
onboarding_banner?: string | undefined;
|
|
29201
29255
|
clan_order?: number | undefined;
|
|
29256
|
+
is_community?: boolean | undefined;
|
|
29257
|
+
community_banner?: string | undefined;
|
|
29202
29258
|
}[] | undefined;
|
|
29203
29259
|
} & {
|
|
29204
29260
|
clandesc?: ({
|
|
@@ -29213,6 +29269,8 @@ export declare const ListDataSocket: {
|
|
|
29213
29269
|
welcome_channel_id?: string | undefined;
|
|
29214
29270
|
onboarding_banner?: string | undefined;
|
|
29215
29271
|
clan_order?: number | undefined;
|
|
29272
|
+
is_community?: boolean | undefined;
|
|
29273
|
+
community_banner?: string | undefined;
|
|
29216
29274
|
}[] & ({
|
|
29217
29275
|
creator_id?: string | undefined;
|
|
29218
29276
|
clan_name?: string | undefined;
|
|
@@ -29225,6 +29283,8 @@ export declare const ListDataSocket: {
|
|
|
29225
29283
|
welcome_channel_id?: string | undefined;
|
|
29226
29284
|
onboarding_banner?: string | undefined;
|
|
29227
29285
|
clan_order?: number | undefined;
|
|
29286
|
+
is_community?: boolean | undefined;
|
|
29287
|
+
community_banner?: string | undefined;
|
|
29228
29288
|
} & {
|
|
29229
29289
|
creator_id?: string | undefined;
|
|
29230
29290
|
clan_name?: string | undefined;
|
|
@@ -29237,6 +29297,8 @@ export declare const ListDataSocket: {
|
|
|
29237
29297
|
welcome_channel_id?: string | undefined;
|
|
29238
29298
|
onboarding_banner?: string | undefined;
|
|
29239
29299
|
clan_order?: number | undefined;
|
|
29300
|
+
is_community?: boolean | undefined;
|
|
29301
|
+
community_banner?: string | undefined;
|
|
29240
29302
|
} & { [K_1 in Exclude<keyof I["clan_desc_list"]["clandesc"][number], keyof import("../api/api").ClanDesc>]: never; })[] & { [K_2 in Exclude<keyof I["clan_desc_list"]["clandesc"], keyof {
|
|
29241
29303
|
creator_id?: string | undefined;
|
|
29242
29304
|
clan_name?: string | undefined;
|
|
@@ -29249,6 +29311,8 @@ export declare const ListDataSocket: {
|
|
|
29249
29311
|
welcome_channel_id?: string | undefined;
|
|
29250
29312
|
onboarding_banner?: string | undefined;
|
|
29251
29313
|
clan_order?: number | undefined;
|
|
29314
|
+
is_community?: boolean | undefined;
|
|
29315
|
+
community_banner?: string | undefined;
|
|
29252
29316
|
}[]>]: never; }) | undefined;
|
|
29253
29317
|
} & { [K_3 in Exclude<keyof I["clan_desc_list"], "clandesc">]: never; }) | undefined;
|
|
29254
29318
|
list_thread_req?: ({
|
|
@@ -32699,6 +32763,8 @@ export declare const ListDataSocket: {
|
|
|
32699
32763
|
welcome_channel_id?: string | undefined;
|
|
32700
32764
|
onboarding_banner?: string | undefined;
|
|
32701
32765
|
clan_order?: number | undefined;
|
|
32766
|
+
is_community?: boolean | undefined;
|
|
32767
|
+
community_banner?: string | undefined;
|
|
32702
32768
|
}[] | undefined;
|
|
32703
32769
|
} | undefined;
|
|
32704
32770
|
list_thread_req?: {
|
|
@@ -33559,6 +33625,8 @@ export declare const ListDataSocket: {
|
|
|
33559
33625
|
welcome_channel_id?: string | undefined;
|
|
33560
33626
|
onboarding_banner?: string | undefined;
|
|
33561
33627
|
clan_order?: number | undefined;
|
|
33628
|
+
is_community?: boolean | undefined;
|
|
33629
|
+
community_banner?: string | undefined;
|
|
33562
33630
|
}[] | undefined;
|
|
33563
33631
|
} & {
|
|
33564
33632
|
clandesc?: ({
|
|
@@ -33573,6 +33641,8 @@ export declare const ListDataSocket: {
|
|
|
33573
33641
|
welcome_channel_id?: string | undefined;
|
|
33574
33642
|
onboarding_banner?: string | undefined;
|
|
33575
33643
|
clan_order?: number | undefined;
|
|
33644
|
+
is_community?: boolean | undefined;
|
|
33645
|
+
community_banner?: string | undefined;
|
|
33576
33646
|
}[] & ({
|
|
33577
33647
|
creator_id?: string | undefined;
|
|
33578
33648
|
clan_name?: string | undefined;
|
|
@@ -33585,6 +33655,8 @@ export declare const ListDataSocket: {
|
|
|
33585
33655
|
welcome_channel_id?: string | undefined;
|
|
33586
33656
|
onboarding_banner?: string | undefined;
|
|
33587
33657
|
clan_order?: number | undefined;
|
|
33658
|
+
is_community?: boolean | undefined;
|
|
33659
|
+
community_banner?: string | undefined;
|
|
33588
33660
|
} & {
|
|
33589
33661
|
creator_id?: string | undefined;
|
|
33590
33662
|
clan_name?: string | undefined;
|
|
@@ -33597,6 +33669,8 @@ export declare const ListDataSocket: {
|
|
|
33597
33669
|
welcome_channel_id?: string | undefined;
|
|
33598
33670
|
onboarding_banner?: string | undefined;
|
|
33599
33671
|
clan_order?: number | undefined;
|
|
33672
|
+
is_community?: boolean | undefined;
|
|
33673
|
+
community_banner?: string | undefined;
|
|
33600
33674
|
} & { [K_189 in Exclude<keyof I_1["clan_desc_list"]["clandesc"][number], keyof import("../api/api").ClanDesc>]: never; })[] & { [K_190 in Exclude<keyof I_1["clan_desc_list"]["clandesc"], keyof {
|
|
33601
33675
|
creator_id?: string | undefined;
|
|
33602
33676
|
clan_name?: string | undefined;
|
|
@@ -33609,6 +33683,8 @@ export declare const ListDataSocket: {
|
|
|
33609
33683
|
welcome_channel_id?: string | undefined;
|
|
33610
33684
|
onboarding_banner?: string | undefined;
|
|
33611
33685
|
clan_order?: number | undefined;
|
|
33686
|
+
is_community?: boolean | undefined;
|
|
33687
|
+
community_banner?: string | undefined;
|
|
33612
33688
|
}[]>]: never; }) | undefined;
|
|
33613
33689
|
} & { [K_191 in Exclude<keyof I_1["clan_desc_list"], "clandesc">]: never; }) | undefined;
|
|
33614
33690
|
list_thread_req?: ({
|