tiktok-live-proto 0.1.0
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/README.md +35 -0
- package/dist/node/v1.d.ts +424 -0
- package/dist/node/v1.js +2489 -0
- package/dist/node/v2.d.ts +4706 -0
- package/dist/node/v2.js +23090 -0
- package/dist/web/v1.d.ts +424 -0
- package/dist/web/v1.js +2489 -0
- package/dist/web/v2.d.ts +4706 -0
- package/dist/web/v2.js +23090 -0
- package/package.json +49 -0
|
@@ -0,0 +1,4706 @@
|
|
|
1
|
+
import { BinaryReader, BinaryWriter } from "@bufbuild/protobuf/wire";
|
|
2
|
+
|
|
3
|
+
//#region src/generated/node/v2/tiktok-schema.d.ts
|
|
4
|
+
declare const protobufPackage = "TikTok";
|
|
5
|
+
declare enum AuditStatus {
|
|
6
|
+
AUDITSTATUSUNKNOWN = 0,
|
|
7
|
+
AUDITSTATUSPASS = 1,
|
|
8
|
+
AUDITSTATUSFAILED = 2,
|
|
9
|
+
AUDITSTATUSREVIEWING = 3,
|
|
10
|
+
AUDITSTATUSFORBIDDEN = 4,
|
|
11
|
+
UNRECOGNIZED = -1
|
|
12
|
+
}
|
|
13
|
+
declare enum EmoteType {
|
|
14
|
+
EMOTETYPENORMAL = 0,
|
|
15
|
+
EMOTETYPEWITHSTICKER = 1,
|
|
16
|
+
UNRECOGNIZED = -1
|
|
17
|
+
}
|
|
18
|
+
declare enum ContentSource {
|
|
19
|
+
CONTENTSOURCEUNKNOWN = 0,
|
|
20
|
+
CONTENTSOURCENORMAL = 1,
|
|
21
|
+
CONTENTSOURCECAMERA = 2,
|
|
22
|
+
UNRECOGNIZED = -1
|
|
23
|
+
}
|
|
24
|
+
declare enum EmotePrivateType {
|
|
25
|
+
EMOTE_PRIVATE_TYPE_NORMAL = 0,
|
|
26
|
+
EMOTE_PRIVATE_TYPE_SUB_WAVE = 1,
|
|
27
|
+
UNRECOGNIZED = -1
|
|
28
|
+
}
|
|
29
|
+
declare enum TextType {
|
|
30
|
+
DISPLAY_TEXT = 0,
|
|
31
|
+
CONTENT = 1,
|
|
32
|
+
UNRECOGNIZED = -1
|
|
33
|
+
}
|
|
34
|
+
declare enum LinkmicApplierSortSetting {
|
|
35
|
+
LINKMIC_APPLIER_SORT_SETTING_NONE = 0,
|
|
36
|
+
LINKMIC_APPLIER_SORT_SETTING_BY_GIFT_SCORE = 1,
|
|
37
|
+
UNRECOGNIZED = -1
|
|
38
|
+
}
|
|
39
|
+
declare enum HashtagNamespace {
|
|
40
|
+
GLOBAL = 0,
|
|
41
|
+
GAMING = 1,
|
|
42
|
+
UNRECOGNIZED = -1
|
|
43
|
+
}
|
|
44
|
+
declare enum AgreeStatus {
|
|
45
|
+
AGREE_UNKNOWN = 0,
|
|
46
|
+
AGREE = 1,
|
|
47
|
+
REJECT = 2,
|
|
48
|
+
UNRECOGNIZED = -1
|
|
49
|
+
}
|
|
50
|
+
declare enum KickoutReason {
|
|
51
|
+
KICKOUT_REASON_UNKNOWN = 0,
|
|
52
|
+
KICKOUT_REASON_FIRST_FRAME_TIMEOUT = 1,
|
|
53
|
+
KICKOUT_REASON_BY_HOST = 2,
|
|
54
|
+
KICKOUT_REASON_RTC_LOST_CONNECTION = 3,
|
|
55
|
+
KICKOUT_REASON_BY_PUNISH = 4,
|
|
56
|
+
KICKOUT_REASON_BY_ADMIN = 5,
|
|
57
|
+
KICKOUT_REASON_HOST_REMOVE_ALL_GUESTS = 6,
|
|
58
|
+
UNRECOGNIZED = -1
|
|
59
|
+
}
|
|
60
|
+
declare enum GroupStatus {
|
|
61
|
+
GROUP_STATUS_UNKNOWN = 0,
|
|
62
|
+
GROUP_STATUS_WAITING = 1,
|
|
63
|
+
GROUP_STATUS_LINKED = 3,
|
|
64
|
+
UNRECOGNIZED = -1
|
|
65
|
+
}
|
|
66
|
+
declare enum BusinessCase {
|
|
67
|
+
BUSINESS_NOT_SET = 0,
|
|
68
|
+
APPLY_BIZ_CONTENT = 1,
|
|
69
|
+
INVITE_BIZ_CONTENT = 2,
|
|
70
|
+
REPLY_BIZ_CONTENT = 3,
|
|
71
|
+
PERMIT_BIZ_CONTENT = 4,
|
|
72
|
+
JOIN_DIRECT_BIZ_CONTENT = 5,
|
|
73
|
+
KICK_OUT_BIZ_CONTENT = 6,
|
|
74
|
+
LIST_CHANGE_BIZ_CONTENT = 11,
|
|
75
|
+
MULTI_LIVE_CONTENT = 100,
|
|
76
|
+
COHOST_CONTENT = 200,
|
|
77
|
+
UNRECOGNIZED = -1
|
|
78
|
+
}
|
|
79
|
+
declare enum ReplyStatus {
|
|
80
|
+
REPLY_STATUS_UNKNOWN = 0,
|
|
81
|
+
REPLY_STATUS_AGREE = 1,
|
|
82
|
+
REPLY_STATUS_REFUSE_PERSONALLY = 2,
|
|
83
|
+
REPLY_STATUS_REFUSE_TYPE_NOT_SUPPORT = 3,
|
|
84
|
+
REPLY_STATUS_REFUSE_PROCESSING_INVITATION = 4,
|
|
85
|
+
REPLY_STATUS_REFUSE_BY_TIMEOUT = 5,
|
|
86
|
+
REPLY_STATUS_REFUSE_EXCEPTION = 6,
|
|
87
|
+
REPLY_STATUS_REFUSE_SYSTEM_NOT_SUPPORTED = 7,
|
|
88
|
+
REPLY_STATUS_REFUSE_SUBTYPE_DIFFERENCE = 8,
|
|
89
|
+
REPLY_STATUS_REFUSE_IN_MICROOM = 9,
|
|
90
|
+
REPLY_STATUS_REFUSE_NOT_LOAD_PLUGIN = 10,
|
|
91
|
+
REPLY_STATUS_REFUSE_IN_MULTI_GUEST = 11,
|
|
92
|
+
REPLY_STATUS_REFUSE_PAUSE_LIVE = 12,
|
|
93
|
+
REPLY_STATUS_REFUSE_OPEN_CAMERA_DIALOG_SHOWING = 13,
|
|
94
|
+
REPLY_STATUS_REFUSE_DRAW_GUESSING = 14,
|
|
95
|
+
REPLY_STATUS_REFUSE_RANDOM_MATCHING = 15,
|
|
96
|
+
REPLY_STATUS_REFUSE_IN_MATCH_PROCESSING = 16,
|
|
97
|
+
REPLY_STATUS_REFUSE_IN_MICROOM_FOR_MULTI_COHOST = 17,
|
|
98
|
+
REPLY_STATUS_REFUSE_COHOST_FINISHED = 18,
|
|
99
|
+
REPLY_STATUS_REFUSE_NOT_CONNECTED = 19,
|
|
100
|
+
REPLY_STATUS_REFUSE_LINKMIC_FULL = 20,
|
|
101
|
+
REPLY_STATUS_REFUSE_ARC_INCOMPATIBLE = 21,
|
|
102
|
+
REPLY_STATUS_REFUSE_PROCESSING_OTHER_INVITE = 22,
|
|
103
|
+
REPLY_STATUS_REFUSE_PROCESSING_OTHER_APPLY = 23,
|
|
104
|
+
REPLY_STATUS_REFUSE_IN_ANCHOR_COHOST = 24,
|
|
105
|
+
REPLY_STATUS_REFUSE_TOPIC_PAIRING = 25,
|
|
106
|
+
UNRECOGNIZED = -1
|
|
107
|
+
}
|
|
108
|
+
declare enum SubscribeType {
|
|
109
|
+
SUBSCRIBETYPE_ONCE = 0,
|
|
110
|
+
SUBSCRIBETYPE_AUTO = 1,
|
|
111
|
+
SUBSCRIBETYPE_DEFAULT = 100,
|
|
112
|
+
UNRECOGNIZED = -1
|
|
113
|
+
}
|
|
114
|
+
declare enum OldSubscribeStatus {
|
|
115
|
+
OLD_SUBSCRIBE_STATUS_FIRST = 0,
|
|
116
|
+
OLD_SUBSCRIBE_STATUS_RESUB = 1,
|
|
117
|
+
OLD_SUBSCRIBE_STATUS_SUBIN_GRACE_PERIOD = 2,
|
|
118
|
+
OLD_SUBSCRIBE_STATUS_SUB_NOTIN_GRACE_PERIOD = 3,
|
|
119
|
+
OLD_SUBSCRIBE_STATUS_DEFAULT = 100,
|
|
120
|
+
UNRECOGNIZED = -1
|
|
121
|
+
}
|
|
122
|
+
declare enum SubscribingStatus {
|
|
123
|
+
SUBSCRIBING_STATUS_UNKNOWN = 0,
|
|
124
|
+
SUBSCRIBING_STATUS_ONCE = 1,
|
|
125
|
+
SUBSCRIBING_STATUS_CIRCLE = 2,
|
|
126
|
+
SUBSCRIBING_STATUS_CIRCLE_CANCEL = 3,
|
|
127
|
+
SUBSCRIBING_STATUS_REFUND = 4,
|
|
128
|
+
SUBSCRIBING_STATUS_IN_GRACE_PERIOD = 5,
|
|
129
|
+
SUBSCRIBING_STATUS_NOT_IN_GRACE_PERIOD = 6,
|
|
130
|
+
UNRECOGNIZED = -1
|
|
131
|
+
}
|
|
132
|
+
declare enum LinkmicStatus {
|
|
133
|
+
Disable = 0,
|
|
134
|
+
Enable = 1,
|
|
135
|
+
Just_Following = 2,
|
|
136
|
+
Multi_Linking = 3,
|
|
137
|
+
Multi_Linking_Only_Following = 4,
|
|
138
|
+
UNRECOGNIZED = -1
|
|
139
|
+
}
|
|
140
|
+
declare enum MemberMessageAction {
|
|
141
|
+
UNKNOWN = 0,
|
|
142
|
+
/** JOINED - User Joined the Stream */
|
|
143
|
+
JOINED = 1,
|
|
144
|
+
/** SUBSCRIBED - User Subscribed to the Host */
|
|
145
|
+
SUBSCRIBED = 3,
|
|
146
|
+
UNRECOGNIZED = -1
|
|
147
|
+
}
|
|
148
|
+
declare enum ControlAction {
|
|
149
|
+
CONTROL_ACTION_FALLBACK_UNKNOWN = 0,
|
|
150
|
+
CONTROL_ACTION_STREAM_PAUSED = 1,
|
|
151
|
+
CONTROL_ACTION_STREAM_UNPAUSED = 2,
|
|
152
|
+
CONTROL_ACTION_STREAM_ENDED = 3,
|
|
153
|
+
CONTROL_ACTION_STREAM_SUSPENDED = 4,
|
|
154
|
+
UNRECOGNIZED = -1
|
|
155
|
+
}
|
|
156
|
+
declare enum LinkLayerMessageType {
|
|
157
|
+
Linker_Unknown = 0,
|
|
158
|
+
Linker_Create = 1,
|
|
159
|
+
Linker_Invite = 2,
|
|
160
|
+
Linker_Apply = 3,
|
|
161
|
+
Linker_Permit = 4,
|
|
162
|
+
Linker_Reply = 5,
|
|
163
|
+
Linker_Kick_Out = 6,
|
|
164
|
+
Linker_Cancel_Apply = 7,
|
|
165
|
+
Linker_Cancel_Invite = 8,
|
|
166
|
+
Linker_Leave = 9,
|
|
167
|
+
Linker_Finish = 10,
|
|
168
|
+
Linker_List_Change = 11,
|
|
169
|
+
Linker_Join_Direct = 12,
|
|
170
|
+
Linker_Join_Group = 13,
|
|
171
|
+
Linker_Permit_Group = 14,
|
|
172
|
+
Linker_Cancel_Group = 15,
|
|
173
|
+
Linker_Leave_Group = 16,
|
|
174
|
+
Linker_P2P_Group_Change = 17,
|
|
175
|
+
Linker_Group_Change = 18,
|
|
176
|
+
UNRECOGNIZED = -1
|
|
177
|
+
}
|
|
178
|
+
declare enum BarrageType {
|
|
179
|
+
BarrageType_Unknown = 0,
|
|
180
|
+
EComOrdering = 1,
|
|
181
|
+
EComBuying = 2,
|
|
182
|
+
Normal = 3,
|
|
183
|
+
Subscribe = 4,
|
|
184
|
+
EventView = 5,
|
|
185
|
+
EventRegistered = 6,
|
|
186
|
+
SubscribeGift = 7,
|
|
187
|
+
UserUpgrade = 8,
|
|
188
|
+
GradeUserEntranceNotification = 9,
|
|
189
|
+
FansLevelUpgrade = 10,
|
|
190
|
+
FansLevelEntrance = 11,
|
|
191
|
+
GamePartnership = 12,
|
|
192
|
+
UNRECOGNIZED = -1
|
|
193
|
+
}
|
|
194
|
+
declare enum EnvelopeBusinessType {
|
|
195
|
+
BusinessTypeUnknown = 0,
|
|
196
|
+
BusinessTypeUserDiamond = 1,
|
|
197
|
+
BusinessTypePlatformDiamond = 2,
|
|
198
|
+
BusinessTypePlatformShell = 3,
|
|
199
|
+
BusinessTypePortal = 4,
|
|
200
|
+
BusinessTypePlatformMerch = 5,
|
|
201
|
+
BusinessTypeEoYDiamond = 6,
|
|
202
|
+
BusinessTypeFanClubGtM = 7,
|
|
203
|
+
UNRECOGNIZED = -1
|
|
204
|
+
}
|
|
205
|
+
declare enum EnvelopeFollowShowStatus {
|
|
206
|
+
ENVELOPE_FOLLOW_SHOW_STATUS_ENVELOPE_FOLLOW_SHOW_UNKNOWN = 0,
|
|
207
|
+
ENVELOPE_FOLLOW_SHOW_STATUS_ENVELOPE_FOLLOW_SHOW = 1,
|
|
208
|
+
ENVELOPE_FOLLOW_SHOW_STATUS_ENVELOPE_FOLLOW_NOT_SHOW = 2,
|
|
209
|
+
UNRECOGNIZED = -1
|
|
210
|
+
}
|
|
211
|
+
declare enum EnvelopeDisplay {
|
|
212
|
+
ENVELOPE_DISPLAY_UNKNOWN = 0,
|
|
213
|
+
ENVELOPE_DISPLAY_NEW = 1,
|
|
214
|
+
ENVELOPE_DISPLAY_HIDE = 2,
|
|
215
|
+
UNRECOGNIZED = -1
|
|
216
|
+
}
|
|
217
|
+
declare enum CommonContentCase {
|
|
218
|
+
COMMON_CONTENT_NOT_SET = 0,
|
|
219
|
+
CREATE_CHANNEL_CONTENT = 100,
|
|
220
|
+
LIST_CHANGE_CONTENT = 102,
|
|
221
|
+
INVITE_CONTENT = 103,
|
|
222
|
+
APPLY_CONTENT = 104,
|
|
223
|
+
PERMIT_APPLY_CONTENT = 105,
|
|
224
|
+
REPLY_INVITE_CONTENT = 106,
|
|
225
|
+
KICK_OUT_CONTENT = 107,
|
|
226
|
+
CANCEL_APPLY_CONTENT = 108,
|
|
227
|
+
CANCEL_INVITE_CONTENT = 109,
|
|
228
|
+
LEAVE_CONTENT = 110,
|
|
229
|
+
FINISH_CONTENT = 111,
|
|
230
|
+
JOIN_DIRECT_CONTENT = 112,
|
|
231
|
+
JOIN_GROUP_CONTENT = 113,
|
|
232
|
+
PERMIT_GROUP_CONTENT = 114,
|
|
233
|
+
CANCEL_GROUP_CONTENT = 115,
|
|
234
|
+
LEAVE_GROUP_CONTENT = 116,
|
|
235
|
+
P2P_GROUP_CHANGE_CONTENT = 117,
|
|
236
|
+
GROUP_CHANGE_CONTENT = 118,
|
|
237
|
+
UNRECOGNIZED = -1
|
|
238
|
+
}
|
|
239
|
+
declare enum LinkMessageType {
|
|
240
|
+
TYPE_LINKER_UNKNOWN = 0,
|
|
241
|
+
TYPE_LINKER_CREATE = 1,
|
|
242
|
+
TYPE_LINKER_CLOSE = 2,
|
|
243
|
+
TYPE_LINKER_INVITE = 3,
|
|
244
|
+
TYPE_LINKER_APPLY = 4,
|
|
245
|
+
TYPE_LINKER_REPLY = 5,
|
|
246
|
+
TYPE_LINKER_ENTER = 6,
|
|
247
|
+
TYPE_LINKER_LEAVE = 7,
|
|
248
|
+
TYPE_LINKER_PERMIT = 8,
|
|
249
|
+
TYPE_LINKER_CANCEL_INVITE = 9,
|
|
250
|
+
TYPE_LINKER_WAITING_LIST_CHANGE = 10,
|
|
251
|
+
TYPE_LINKER_LINKED_LIST_CHANGE = 11,
|
|
252
|
+
TYPE_LINKER_UPDATE_USER = 12,
|
|
253
|
+
TYPE_LINKER_KICK_OUT = 13,
|
|
254
|
+
TYPE_LINKER_CANCEL_APPLY = 14,
|
|
255
|
+
TYPE_LINKER_MUTE = 15,
|
|
256
|
+
TYPE_LINKER_MATCH = 16,
|
|
257
|
+
TYPE_LINKER_UPDATE_USER_SETTING = 17,
|
|
258
|
+
TYPE_LINKER_MIC_IDX_UPDATE = 18,
|
|
259
|
+
TYPE_LINKER_LEAVE_V2 = 19,
|
|
260
|
+
TYPE_LINKER_WAITING_LIST_CHANGE_V2 = 20,
|
|
261
|
+
TYPE_LINKER_LINKED_LIST_CHANGE_V2 = 21,
|
|
262
|
+
TYPE_LINKER_COHOST_LIST_CHANGE = 22,
|
|
263
|
+
TYPE_LINKER_MEDIA_CHANGE = 23,
|
|
264
|
+
TYPE_LINKER_ACCEPT_NOTICE = 24,
|
|
265
|
+
TYPE_LINKER_SYS_KICK_OUT = 101,
|
|
266
|
+
TYPE_LINKMIC_USER_TOAST = 102,
|
|
267
|
+
UNRECOGNIZED = -1
|
|
268
|
+
}
|
|
269
|
+
declare enum MessageType {
|
|
270
|
+
MESSAGE_TYPE_SUB_SUCCESS = 0,
|
|
271
|
+
MESSAGE_TYPE_ANCHOR_REMINDER = 1,
|
|
272
|
+
MESSAGE_TYPE_ENTER_ROOM_EXPIRE_SOON = 2,
|
|
273
|
+
MESSAGE_TYPE_SUB_GOAL_CREATE_TO_ANCHOR = 3,
|
|
274
|
+
MESSAGE_TYPE_SUB_GOAL_COMPLETE_TO_AUDIENCE = 4,
|
|
275
|
+
MESSAGE_TYPE_SUB_GOAL_COMPLETE_TO_ANCHOR = 5,
|
|
276
|
+
MESSAGE_TYPE_SUB_GIFT_TIK_TOK_2_USER_NOTICE = 6,
|
|
277
|
+
MESSAGE_TYPE_SUB_GIFT_TIK_TOK_2_ANCHOR_NOTICE = 7,
|
|
278
|
+
MESSAGE_TYPE_SUB_GIFT_T_RECEIVES_END_NOTICE = 8,
|
|
279
|
+
MESSAGE_TYPE_SUB_GIFTS_END_SUCCEED_ROOM_MESSAGE = 9,
|
|
280
|
+
MESSAGE_TYPE_SUB_GIFTS_END_SUCCEED_ANCHOR_NOTICE = 10,
|
|
281
|
+
MESSAGE_TYPE_SUB_GIFT_LOW_VERSION_UPGRADE_NOTICE = 11,
|
|
282
|
+
MESSAGE_TYPE_SUB_GIFT_USER_BUY_AU_TH_NOTICE = 12,
|
|
283
|
+
MESSAGE_TYPE_SUB_COMMON_TEXT_NOTICE = 13,
|
|
284
|
+
MESSAGE_TYPE_SUB_MODERATOR_PIN_PERK = 14,
|
|
285
|
+
UNRECOGNIZED = -1
|
|
286
|
+
}
|
|
287
|
+
declare enum Scene {
|
|
288
|
+
SCENE_UNKNOWN = 0,
|
|
289
|
+
SCENE_CO_HOST = 2,
|
|
290
|
+
SCENE_MULTI_LIVE = 4,
|
|
291
|
+
UNRECOGNIZED = -1
|
|
292
|
+
}
|
|
293
|
+
declare enum RewardCondition {
|
|
294
|
+
REWARD_CONDITION_SUBSCRIPTION = 0,
|
|
295
|
+
REWARD_CONDITION_SUB_WAVE_CUSTOM = 1,
|
|
296
|
+
UNRECOGNIZED = -1
|
|
297
|
+
}
|
|
298
|
+
declare enum UserEmoteUploadSource {
|
|
299
|
+
USER_EMOTE_UPLOAD_SOURCE_EMOTE_UPLOAD_SOURCE_ANCHOR = 0,
|
|
300
|
+
USER_EMOTE_UPLOAD_SOURCE_EMOTE_UPLOAD_SOURCE_SUBSCRIBER = 1,
|
|
301
|
+
USER_EMOTE_UPLOAD_SOURCE_EMOTE_UPLOAD_SOURCE_MODERATOR = 2,
|
|
302
|
+
UNRECOGNIZED = -1
|
|
303
|
+
}
|
|
304
|
+
declare enum EmoteScene {
|
|
305
|
+
EMOTE_SCENE_SUBSCRIPTION = 0,
|
|
306
|
+
EMOTE_SCENE_GAME = 1,
|
|
307
|
+
UNRECOGNIZED = -1
|
|
308
|
+
}
|
|
309
|
+
declare enum PunishTypeId {
|
|
310
|
+
PUNISH_TYPE_IDUN_KNOWN = 0,
|
|
311
|
+
PUNISH_TYPE_ID_BAN_LINK_MIC = 9,
|
|
312
|
+
PUNISH_TYPE_ID_BAN_GAME_PARTNERSHIP = 25,
|
|
313
|
+
PUNISH_TYPE_ID_REMOVE_GAME_PARTNERSHIP = 26,
|
|
314
|
+
PUNISH_TYPE_ID_BANCO_HOST_LINK_MIC = 55,
|
|
315
|
+
PUNISH_TYPE_ID_AUTHORITY_LIMIT_MATCH = 57,
|
|
316
|
+
PUNISH_TYPE_ID_BAN_VOICE_CHAT = 59,
|
|
317
|
+
PUNISH_TYPE_ID_BAN_LIVE_GOAL = 64,
|
|
318
|
+
PUNISH_TYPE_ID_VIEWER_LIMIT = 70,
|
|
319
|
+
UNRECOGNIZED = -1
|
|
320
|
+
}
|
|
321
|
+
declare enum MultiplierType {
|
|
322
|
+
MULTIPLIER_TYPE_UNSPECIFIED = 0,
|
|
323
|
+
MULTIPLIER_TYPE_CRITICAL_STRIKE = 1,
|
|
324
|
+
MULTIPLIER_TYPE_TOP_2 = 2,
|
|
325
|
+
MULTIPLIER_TYPE_TOP_3 = 3,
|
|
326
|
+
UNRECOGNIZED = -1
|
|
327
|
+
}
|
|
328
|
+
declare enum LinkmicGiftExpressionStrategy {
|
|
329
|
+
LINKMIC_GIFT_EXPRESSION_STRATEGY_CONTROL_V_1 = 0,
|
|
330
|
+
LINKMIC_GIFT_EXPRESSION_STRATEGY_EXPERIMENT_V_1 = 1,
|
|
331
|
+
LINKMIC_GIFT_EXPRESSION_STRATEGY_EXPERIMENT_V_2 = 2,
|
|
332
|
+
UNRECOGNIZED = -1
|
|
333
|
+
}
|
|
334
|
+
declare enum GiftMessageVersion {
|
|
335
|
+
GIFT_MESSAGE_VERSION_0 = 0,
|
|
336
|
+
GIFT_MESSAGE_VERSION_1 = 1,
|
|
337
|
+
UNRECOGNIZED = -1
|
|
338
|
+
}
|
|
339
|
+
declare enum TagType {
|
|
340
|
+
TAG_TYPE_CREATOR_CR_M_TAG_TYPE_UNKNOWN = 0,
|
|
341
|
+
TAG_TYPE_CREATOR_CR_M_TAG_TYPE_USER_GRADE = 1,
|
|
342
|
+
TAG_TYPE_CREATOR_CR_M_TAG_TYPE_FANS_LEVEL = 2,
|
|
343
|
+
TAG_TYPE_CREATOR_CR_M_TAG_TYPE_WATCH_ME_DAYS_AGO = 3,
|
|
344
|
+
TAG_TYPE_CREATOR_CR_M_TAG_TYPE_CUSTOM = 4,
|
|
345
|
+
TAG_TYPE_CREATOR_CR_M_TAG_TYPE_TITLE_GIFT = 5,
|
|
346
|
+
TAG_TYPE_CREATOR_CR_M_TAG_TYPE_FIRST_JOINED_TEAM = 6,
|
|
347
|
+
TAG_TYPE_CREATOR_CR_M_TAG_TYPE_PAY_ACCOMPANY_DAYS = 7,
|
|
348
|
+
TAG_TYPE_CREATOR_CR_M_TAG_TYPE_SPONSOR_GIFT_LAST_ROOM = 8,
|
|
349
|
+
TAG_TYPE_CREATOR_CR_M_TAG_TYPE_MATCH_MVP_LAST_ROOM = 9,
|
|
350
|
+
TAG_TYPE_CREATOR_CR_M_TAG_TYPE_LARGE_AMOUNT_GIFT_LAST_ROOM = 10,
|
|
351
|
+
TAG_TYPE_CREATOR_CR_M_TAG_TYPE_COMMENT_LAST_ROOM = 11,
|
|
352
|
+
TAG_TYPE_CREATOR_CR_M_TAG_TYPE_RECENT_TITLED_GIFT = 12,
|
|
353
|
+
TAG_TYPE_CREATOR_CR_M_TAG_TYPE_MEET_ANNIVERSARY = 13,
|
|
354
|
+
TAG_TYPE_CREATOR_CR_M_TAG_TYPE_FANS_SLEEP = 14,
|
|
355
|
+
TAG_TYPE_CREATOR_CR_M_TAG_TYPE_NOT_SEND_HEART_ME = 15,
|
|
356
|
+
TAG_TYPE_CREATOR_CR_M_TAG_TYPE_NOT_JOIN_TEAM = 16,
|
|
357
|
+
TAG_TYPE_CREATOR_CR_M_TAG_TYPE_FIRST_WATCH_LIVE = 17,
|
|
358
|
+
TAG_TYPE_CREATOR_CR_M_TAG_TYPE_RECENT_COMMENT = 18,
|
|
359
|
+
TAG_TYPE_CREATOR_CR_M_TAG_TYPE_RECENT_GIFT_TIMES = 19,
|
|
360
|
+
TAG_TYPE_CREATOR_CR_M_TAG_TYPE_RECENT_WATCH_LIVE_DURATION = 20,
|
|
361
|
+
TAG_TYPE_CREATOR_CR_M_TAG_TYPE_RECENT_GIFT = 21,
|
|
362
|
+
TAG_TYPE_CREATOR_CR_M_TAG_TYPE_RECENT_LIVE_CONTRIBUTION_TOP = 22,
|
|
363
|
+
TAG_TYPE_CREATOR_CR_M_TAG_TYPE_JUST_UPGRADE = 28,
|
|
364
|
+
TAG_TYPE_CREATOR_CR_M_TAG_TYPE_FAN_TOTAL_WATCH_DURATION = 29,
|
|
365
|
+
TAG_TYPE_CREATOR_CR_M_TAG_TYPE_FAN_TOTAL_COMMENT_NUM = 30,
|
|
366
|
+
TAG_TYPE_CREATOR_CR_M_TAG_TYPE_FAN_TOTAL_GIFT_SENT_NUM = 31,
|
|
367
|
+
UNRECOGNIZED = -1
|
|
368
|
+
}
|
|
369
|
+
declare enum TopicActionType {
|
|
370
|
+
TOPIC_ACTION_TYPE_UNKNOWN = 0,
|
|
371
|
+
TOPIC_ACTION_TYPE_FOLLOW = 1,
|
|
372
|
+
UNRECOGNIZED = -1
|
|
373
|
+
}
|
|
374
|
+
declare enum UserMetricsType {
|
|
375
|
+
USER_METRICS_TYPE_UNKNOWN = 0,
|
|
376
|
+
USER_METRICS_TYPE_GRADE = 1,
|
|
377
|
+
USER_METRICS_TYPE_SUBSCRIBE = 2,
|
|
378
|
+
USER_METRICS_TYPE_FOLLOW = 3,
|
|
379
|
+
USER_METRICS_TYPE_FANS_CLUB = 4,
|
|
380
|
+
USER_METRICS_TYPE_TOP_VIEWER = 5,
|
|
381
|
+
USER_METRICS_TYPE_GIFT = 6,
|
|
382
|
+
UNRECOGNIZED = -1
|
|
383
|
+
}
|
|
384
|
+
declare enum GiftMessageIgnoreConfig {
|
|
385
|
+
GIFT_MESSAGE_IGNORE_CONFIG_NOT_IGNORE = 0,
|
|
386
|
+
GIFT_MESSAGE_IGNORE_CONFIG_IGNORE_TRAY = 1,
|
|
387
|
+
GIFT_MESSAGE_IGNORE_CONFIG_IGNORE_PS_M = 2,
|
|
388
|
+
GIFT_MESSAGE_IGNORE_CONFIG_IGNORE_TRAY_AND_PS_M = 3,
|
|
389
|
+
UNRECOGNIZED = -1
|
|
390
|
+
}
|
|
391
|
+
declare enum HorizontalOnclickTriggerType {
|
|
392
|
+
HORIZONTAL_ONCLICK_TRIGGER_TYPE_ONCLICK_TRIGGER_TYPE_UNKNOWN = 0,
|
|
393
|
+
HORIZONTAL_ONCLICK_TRIGGER_TYPE_ONCLICK_TRIGGER_TYPE_LEFT = 1,
|
|
394
|
+
HORIZONTAL_ONCLICK_TRIGGER_TYPE_ONCLICK_TRIGGER_TYPE_MIDDLE = 2,
|
|
395
|
+
HORIZONTAL_ONCLICK_TRIGGER_TYPE_ONCLICK_TRIGGER_TYPE_RIGHT = 3,
|
|
396
|
+
HORIZONTAL_ONCLICK_TRIGGER_TYPE_ONCLICK_TRIGGER_TYPE_ALL_AREA = 4,
|
|
397
|
+
UNRECOGNIZED = -1
|
|
398
|
+
}
|
|
399
|
+
declare enum ShowType {
|
|
400
|
+
SHOW_TYPE_NORMAL = 0,
|
|
401
|
+
SHOW_TYPE_FADE_IN_OUT = 1,
|
|
402
|
+
UNRECOGNIZED = -1
|
|
403
|
+
}
|
|
404
|
+
declare enum RenderType {
|
|
405
|
+
RENDER_TYPE_NATIVE = 0,
|
|
406
|
+
RENDER_TYPE_HYBRID = 1,
|
|
407
|
+
RENDER_TYPE_ALPHA = 2,
|
|
408
|
+
UNRECOGNIZED = -1
|
|
409
|
+
}
|
|
410
|
+
declare enum IconDisplayType {
|
|
411
|
+
ICON_DISPLAY_TYPE_IMAGE = 0,
|
|
412
|
+
ICON_DISPLAY_TYPE_BADGE = 1,
|
|
413
|
+
UNRECOGNIZED = -1
|
|
414
|
+
}
|
|
415
|
+
declare enum CommentTag {
|
|
416
|
+
COMMENT_TAG_NORMAL = 0,
|
|
417
|
+
COMMENT_TAG_CANDIDATE = 1,
|
|
418
|
+
COMMENT_TAG_OVERAGE = 2,
|
|
419
|
+
UNRECOGNIZED = -1
|
|
420
|
+
}
|
|
421
|
+
declare enum PerceptionDialogIconType {
|
|
422
|
+
PERCEPTION_DIALOG_ICON_TYPE_ICON_TYPE_NONE = 0,
|
|
423
|
+
PERCEPTION_DIALOG_ICON_TYPE_ICON_TYPE_WARNING = 1,
|
|
424
|
+
PERCEPTION_DIALOG_ICON_TYPE_ICON_TYPE_LINK_MIC = 2,
|
|
425
|
+
PERCEPTION_DIALOG_ICON_TYPE_ICON_TYPE_GUEST_LINK_MIC = 3,
|
|
426
|
+
PERCEPTION_DIALOG_ICON_TYPE_ICON_TYPE_LIVE = 4,
|
|
427
|
+
PERCEPTION_DIALOG_ICON_TYPE_ICON_TYPE_TREASURE_BOX = 5,
|
|
428
|
+
PERCEPTION_DIALOG_ICON_TYPE_ICON_TYPE_MUTE = 6,
|
|
429
|
+
PERCEPTION_DIALOG_ICON_TYPE_ICON_GAMEPAD_ACCESS_REVOKED = 7,
|
|
430
|
+
PERCEPTION_DIALOG_ICON_TYPE_ICON_TYPE_BAN_REPORT_LIVE_SINGLE_ROOM = 8,
|
|
431
|
+
PERCEPTION_DIALOG_ICON_TYPE_ICON_TYPE_BAN_REPORT_LIVE_ALL_ROOM = 9,
|
|
432
|
+
PERCEPTION_DIALOG_ICON_TYPE_ICON_TYPE_BAN_REPORT_LIVE_GREEN_SCREEN = 10,
|
|
433
|
+
PERCEPTION_DIALOG_ICON_TYPE_ICON_TYPE_GIFT = 11,
|
|
434
|
+
PERCEPTION_DIALOG_ICON_TYPE_ICON_TYPE_APPEAL_SUCCESS = 12,
|
|
435
|
+
PERCEPTION_DIALOG_ICON_TYPE_ICON_TYPE_MATCH = 13,
|
|
436
|
+
PERCEPTION_DIALOG_ICON_TYPE_ICON_TYPE_LIVE_GOAL = 14,
|
|
437
|
+
PERCEPTION_DIALOG_ICON_TYPE_ICON_TYPE_SUBSCRIPTION = 15,
|
|
438
|
+
PERCEPTION_DIALOG_ICON_TYPE_ICON_TYPE_STAR_COMMENT = 16,
|
|
439
|
+
PERCEPTION_DIALOG_ICON_TYPE_ICON_TYPE_RANKING = 17,
|
|
440
|
+
PERCEPTION_DIALOG_ICON_TYPE_ICON_TYPE_COMMON = 18,
|
|
441
|
+
UNRECOGNIZED = -1
|
|
442
|
+
}
|
|
443
|
+
declare enum GoalMessageSource {
|
|
444
|
+
GOAL_MESSAGE_SOURCE_UNKNOWN = 0,
|
|
445
|
+
GOAL_MESSAGE_SOURCE_COMMIT = 1,
|
|
446
|
+
GOAL_MESSAGE_SOURCE_PROGRESS_UPDATE = 2,
|
|
447
|
+
GOAL_MESSAGE_SOURCE_PIN = 3,
|
|
448
|
+
GOAL_MESSAGE_SOURCE_UNPIN = 4,
|
|
449
|
+
GOAL_MESSAGE_SOURCE_REVIEW_CALLBACK = 5,
|
|
450
|
+
GOAL_MESSAGE_SOURCE_SUSPEND = 6,
|
|
451
|
+
GOAL_MESSAGE_SOURCE_CHALLENGE_PROMPT = 7,
|
|
452
|
+
UNRECOGNIZED = -1
|
|
453
|
+
}
|
|
454
|
+
declare enum ExhibitionType {
|
|
455
|
+
EXHIBITION_TYPE_DEFAULT = 0,
|
|
456
|
+
EXHIBITION_TYPE_FOLD = 1,
|
|
457
|
+
EXHIBITION_TYPE_PUBLIC_SCREEN = 2,
|
|
458
|
+
UNRECOGNIZED = -1
|
|
459
|
+
}
|
|
460
|
+
declare enum GiftSource {
|
|
461
|
+
GIFT_SOURCE_UNKNOWN = 0,
|
|
462
|
+
GIFT_SOURCE_PLATFORM = 1,
|
|
463
|
+
GIFT_SOURCE_USER_BUY_RANDOM = 2,
|
|
464
|
+
GIFT_SOURCE_USER_BUY_SPECIFIC = 3,
|
|
465
|
+
UNRECOGNIZED = -1
|
|
466
|
+
}
|
|
467
|
+
declare enum MessageDisplayStyle {
|
|
468
|
+
MESSAGE_DISPLAY_STYLE_DEFAULT = 0,
|
|
469
|
+
MESSAGE_DISPLAY_STYLE_POPUP = 1,
|
|
470
|
+
UNRECOGNIZED = -1
|
|
471
|
+
}
|
|
472
|
+
declare enum ProfitRankType {
|
|
473
|
+
PROFIT_RANK_TYPE_TYPE_HOURLY_RANK = 0,
|
|
474
|
+
PROFIT_RANK_TYPE_TYPE_WEEKLY_RANK = 1,
|
|
475
|
+
PROFIT_RANK_TYPE_TYPE_HOURLY_STAR_RANK = 2,
|
|
476
|
+
PROFIT_RANK_TYPE_TYPE_WEEKLY_RISING_RANK_ACTIVITY = 3,
|
|
477
|
+
PROFIT_RANK_TYPE_TYPE_WEEKLY_RISING_RANK = 4,
|
|
478
|
+
PROFIT_RANK_TYPE_TYPE_WEEKLY_ROOKIE = 5,
|
|
479
|
+
PROFIT_RANK_TYPE_TYPE_E_COMMERCE_WEEKLY = 6,
|
|
480
|
+
PROFIT_RANK_TYPE_TYPE_E_COMMERCE_DAILY = 7,
|
|
481
|
+
PROFIT_RANK_TYPE_TYPE_DAILY_RANK = 8,
|
|
482
|
+
PROFIT_RANK_TYPE_TYPE_FIRST_GIFT_RANK = 9,
|
|
483
|
+
PROFIT_RANK_TYPE_TYPE_GAME_RANK = 10,
|
|
484
|
+
PROFIT_RANK_TYPE_TYPE_DAILY_GAME = 11,
|
|
485
|
+
PROFIT_RANK_TYPE_TYPE_HALL_OF_FAME_RANK = 12,
|
|
486
|
+
PROFIT_RANK_TYPE_TYPE_RANK_LEAGUE = 13,
|
|
487
|
+
PROFIT_RANK_TYPE_DAILY_ROOKIE = 14,
|
|
488
|
+
PROFIT_RANK_TYPE_TYPE_TEAM_RANK = 15,
|
|
489
|
+
PROFIT_RANK_TYPE_TYPE_CLASS_RANK = 16,
|
|
490
|
+
PROFIT_RANK_TYPE_TYPE_DAILY_GAME_PUB_G = 20,
|
|
491
|
+
PROFIT_RANK_TYPE_TYPE_DAILY_GAME_MLB_B = 21,
|
|
492
|
+
PROFIT_RANK_TYPE_TYPE_DAILY_GAME_FREE_FIRE = 22,
|
|
493
|
+
PROFIT_RANK_TYPE_TYPE_WEEKLY_GAME_SUBCATEGORY_ONE = 23,
|
|
494
|
+
PROFIT_RANK_TYPE_TYPE_WEEKLY_GAME_SUBCATEGORY_TWO = 24,
|
|
495
|
+
PROFIT_RANK_TYPE_TYPE_WEEKLY_GAME_SUBCATEGORY_THREE = 25,
|
|
496
|
+
UNRECOGNIZED = -1
|
|
497
|
+
}
|
|
498
|
+
declare enum UnionAnimationInfoType {
|
|
499
|
+
UNION_ANIMATION_INFO_TYPE_NO_UNION_ANIMATION = 0,
|
|
500
|
+
UNION_ANIMATION_INFO_TYPE_LOOP = 1,
|
|
501
|
+
UNION_ANIMATION_INFO_TYPE_LOCK = 2,
|
|
502
|
+
UNRECOGNIZED = -1
|
|
503
|
+
}
|
|
504
|
+
declare enum DisplayStyle {
|
|
505
|
+
DISPLAY_STYLE_NORMAL = 0,
|
|
506
|
+
DISPLAY_STYLE_STAY = 1,
|
|
507
|
+
DISPLAY_STYLE_CHAT = 2,
|
|
508
|
+
UNRECOGNIZED = -1
|
|
509
|
+
}
|
|
510
|
+
declare enum HitABStatus {
|
|
511
|
+
HIT_A_B_STATUS_HIT_AB_STATUS_NO_HIT = 0,
|
|
512
|
+
HIT_A_B_STATUS_HIT_AB_STATUS_ENTER_FROM_EXTERNAL_LINK_NEW_TEXT = 1,
|
|
513
|
+
HIT_A_B_STATUS_HIT_AB_STATUS_ENTER_FROM_RE_POST_NEW_TEXT = 2,
|
|
514
|
+
UNRECOGNIZED = -1
|
|
515
|
+
}
|
|
516
|
+
declare enum PollKind {
|
|
517
|
+
POLL_KIND_NORMAL = 0,
|
|
518
|
+
POLL_KIND_GIFT = 1,
|
|
519
|
+
POLL_KIND_CUSTOMIZABLE = 2,
|
|
520
|
+
POLL_KIND_CUSTOMIZABLE_GIFT = 3,
|
|
521
|
+
POLL_KIND_QUICK_GIFT = 4,
|
|
522
|
+
POLL_KIND_EMOTE = 5,
|
|
523
|
+
UNRECOGNIZED = -1
|
|
524
|
+
}
|
|
525
|
+
declare enum PollTemplateStatus {
|
|
526
|
+
POLL_TEMPLATE_STATUS_TO_BE_REVIEWED = 0,
|
|
527
|
+
POLL_TEMPLATE_STATUS_UNDER_REVIEW = 1,
|
|
528
|
+
POLL_TEMPLATE_STATUS_REVIEWED = 2,
|
|
529
|
+
POLL_TEMPLATE_STATUS_REFUSED = 3,
|
|
530
|
+
UNRECOGNIZED = -1
|
|
531
|
+
}
|
|
532
|
+
declare enum PollAppealStatus {
|
|
533
|
+
POLL_APPEAL_STATUS_UNKNOWN = 0,
|
|
534
|
+
POLL_APPEAL_STATUS_PASS = 1,
|
|
535
|
+
POLL_APPEAL_STATUS_FAIL = 2,
|
|
536
|
+
UNRECOGNIZED = -1
|
|
537
|
+
}
|
|
538
|
+
declare enum RankTestMessageScene {
|
|
539
|
+
RANK_TEST_MESSAGE_SCENE_UNKNOWN = 0,
|
|
540
|
+
RANK_TEST_MESSAGE_SCENE_ONLINE_AUDIENCE_TOP_N_UPDATE_PUBLIC_SCREEN = 1,
|
|
541
|
+
UNRECOGNIZED = -1
|
|
542
|
+
}
|
|
543
|
+
declare enum TriggerReason {
|
|
544
|
+
TRIGGER_REASON_UNKNOWN = 0,
|
|
545
|
+
TRIGGER_REASON_SCORE_UPDATE = 1,
|
|
546
|
+
TRIGGER_REASON_BATTLE_END = 2,
|
|
547
|
+
TRIGGER_REASON_OPT_OUT_UPDATE = 3,
|
|
548
|
+
TRIGGER_REASON_KEEP_ALIVE = 4,
|
|
549
|
+
UNRECOGNIZED = -1
|
|
550
|
+
}
|
|
551
|
+
declare enum Reason {
|
|
552
|
+
REASON_TIME_UP = 0,
|
|
553
|
+
REASON_CUT_SHORT = 1,
|
|
554
|
+
UNRECOGNIZED = -1
|
|
555
|
+
}
|
|
556
|
+
declare enum BattleTaskMessageType {
|
|
557
|
+
BATTLE_TASK_MESSAGE_TYPE_START = 0,
|
|
558
|
+
BATTLE_TASK_MESSAGE_TYPE_TASK_UPDATE = 1,
|
|
559
|
+
BATTLE_TASK_MESSAGE_TYPE_TASK_SETTLE = 2,
|
|
560
|
+
BATTLE_TASK_MESSAGE_TYPE_REWARD_SETTLE = 3,
|
|
561
|
+
UNRECOGNIZED = -1
|
|
562
|
+
}
|
|
563
|
+
declare enum RewardStatus {
|
|
564
|
+
REWARD_STATUS_SUCCEED = 0,
|
|
565
|
+
REWARD_STATUS_FAILED = 1,
|
|
566
|
+
UNRECOGNIZED = -1
|
|
567
|
+
}
|
|
568
|
+
declare enum BattleAction {
|
|
569
|
+
BATTLE_ACTION_UNKNOWN = 0,
|
|
570
|
+
BATTLE_ACTION_INVITE = 1,
|
|
571
|
+
BATTLE_ACTION_REJECT = 2,
|
|
572
|
+
BATTLE_ACTION_CANCEL = 3,
|
|
573
|
+
BATTLE_ACTION_OPEN = 4,
|
|
574
|
+
BATTLE_ACTION_FINISH = 5,
|
|
575
|
+
BATTLE_ACTION_CUT_SHORT = 6,
|
|
576
|
+
BATTLE_ACTION_ACCEPT = 7,
|
|
577
|
+
BATTLE_ACTION_QUIT_APPLY = 8,
|
|
578
|
+
BATTLE_ACTION_DECLINE_QUIT = 9,
|
|
579
|
+
BATTLE_ACTION_DECLINE_OFF_QUIT = 10,
|
|
580
|
+
BATTLE_ACTION_LEAVE_LINK_MIC = 11,
|
|
581
|
+
UNRECOGNIZED = -1
|
|
582
|
+
}
|
|
583
|
+
declare enum Result {
|
|
584
|
+
RESULT_WIN = 0,
|
|
585
|
+
RESULT_LOSE = 1,
|
|
586
|
+
RESULT_DRAW = 2,
|
|
587
|
+
UNRECOGNIZED = -1
|
|
588
|
+
}
|
|
589
|
+
declare enum GiftPermissionType {
|
|
590
|
+
GIFT_PERMISSION_TYPE_UNKNOWN_TYPE = 0,
|
|
591
|
+
GIFT_PERMISSION_TYPE_NO_GIFT_PERMISSION = 1,
|
|
592
|
+
GIFT_PERMISSION_TYPE_ANCHOR_CLOSE = 2,
|
|
593
|
+
GIFT_PERMISSION_TYPE_HAS_GIFT_PERMISSION = 3,
|
|
594
|
+
GIFT_PERMISSION_TYPE_ANCHOR_BANNED = 4,
|
|
595
|
+
UNRECOGNIZED = -1
|
|
596
|
+
}
|
|
597
|
+
declare enum BattleABTestType {
|
|
598
|
+
BATTLE_A_B_TEST_TYPE_UNKNOWN_AB_TEST_TYPE = 0,
|
|
599
|
+
BATTLE_A_B_TEST_TYPE_MEANWHILE_INVITE = 1,
|
|
600
|
+
BATTLE_A_B_TEST_TYPE_SPECIFIED_GIFT = 2,
|
|
601
|
+
BATTLE_A_B_TEST_TYPE_RT_C_MESSAGE_CHANNEL = 3,
|
|
602
|
+
BATTLE_A_B_TEST_TYPE_CONNECTION_TIME_OUT = 4,
|
|
603
|
+
BATTLE_A_B_TEST_TYPE_REMATCH_SKIP_TEAMMATE = 5,
|
|
604
|
+
BATTLE_A_B_TEST_TYPE_OPT_INVITEE_4048 = 6,
|
|
605
|
+
BATTLE_A_B_TEST_TYPE_BATTLE_AB_TEST_TYPE_TIME_CALIBRATE = 7,
|
|
606
|
+
UNRECOGNIZED = -1
|
|
607
|
+
}
|
|
608
|
+
declare enum PlayScene {
|
|
609
|
+
PLAY_SCENE_UNKNOWN = 0,
|
|
610
|
+
PLAY_SCENE_COUNTDOWN_FOR_ALL = 1,
|
|
611
|
+
PLAY_SCENE_COUNTDOWN_FOR_SINGLE = 2,
|
|
612
|
+
PLAY_SCENE_LIVE_SHOW = 3,
|
|
613
|
+
PLAY_SCENE_AIG_C = 4,
|
|
614
|
+
PLAY_SCENE_KARAOKE = 5,
|
|
615
|
+
PLAY_SCENE_DRAW_GUESS = 6,
|
|
616
|
+
PLAY_SCENE_ENLARGE_GRID = 7,
|
|
617
|
+
PLAY_SCENE_GIFT_PRIORITY_LINK = 8,
|
|
618
|
+
PLAY_SCENE_GIFT_THRESHOLD_LINK = 9,
|
|
619
|
+
PLAY_SCENE_NOTICE_BOARD = 10,
|
|
620
|
+
PLAY_SCENE_PLAY_BOOK = 11,
|
|
621
|
+
PLAY_SCENE_GUEST_SHOWDOWN = 12,
|
|
622
|
+
UNRECOGNIZED = -1
|
|
623
|
+
}
|
|
624
|
+
declare enum LinkType {
|
|
625
|
+
LINK_TYPE_TYPE_UNKNOWN = 0,
|
|
626
|
+
LINK_TYPE_TYPE_VIDEO = 1,
|
|
627
|
+
LINK_TYPE_TYPE_AUDIO = 2,
|
|
628
|
+
LINK_TYPE_TYPE_VIRTUAL = 3,
|
|
629
|
+
UNRECOGNIZED = -1
|
|
630
|
+
}
|
|
631
|
+
declare enum LinkSilenceStatus {
|
|
632
|
+
LINK_SILENCE_STATUS_STATUS_UN_SILENCE = 0,
|
|
633
|
+
LINK_SILENCE_STATUS_STATUS_SILENCE_BY_SELF = 1,
|
|
634
|
+
LINK_SILENCE_STATUS_STATUS_SILENCE_BY_OWNER = 2,
|
|
635
|
+
UNRECOGNIZED = -1
|
|
636
|
+
}
|
|
637
|
+
declare enum LinkmicRoleType {
|
|
638
|
+
LINKMIC_ROLE_TYPE_ROLE_TYPE_UNKOWN = 0,
|
|
639
|
+
LINKMIC_ROLE_TYPE_LEADER = 1,
|
|
640
|
+
LINKMIC_ROLE_TYPE_PLAYER = 2,
|
|
641
|
+
LINKMIC_ROLE_TYPE_INVITEE = 3,
|
|
642
|
+
UNRECOGNIZED = -1
|
|
643
|
+
}
|
|
644
|
+
declare enum LinkRoleType {
|
|
645
|
+
LINK_ROLE_TYPE_TYPE_ROLE_TYPE_UNKOWN = 0,
|
|
646
|
+
LINK_ROLE_TYPE_TYPE_LEADER = 1,
|
|
647
|
+
LINK_ROLE_TYPE_TYPE_PLAYER = 2,
|
|
648
|
+
LINK_ROLE_TYPE_TYPE_INVITEE = 3,
|
|
649
|
+
LINK_ROLE_TYPE_TYPE_APPLIER = 4,
|
|
650
|
+
UNRECOGNIZED = -1
|
|
651
|
+
}
|
|
652
|
+
declare enum MuteStatus {
|
|
653
|
+
MUTE_STATUS_MUTE = 0,
|
|
654
|
+
MUTE_STATUS_UN_MUTE = 1,
|
|
655
|
+
UNRECOGNIZED = -1
|
|
656
|
+
}
|
|
657
|
+
declare enum GuestMicCameraManageOp {
|
|
658
|
+
GUEST_MIC_CAMERA_MANAGE_OP_OPEN_MIC = 0,
|
|
659
|
+
GUEST_MIC_CAMERA_MANAGE_OP_OPEN_CAMERA = 1,
|
|
660
|
+
GUEST_MIC_CAMERA_MANAGE_OP_CLOSE_MIC = 2,
|
|
661
|
+
GUEST_MIC_CAMERA_MANAGE_OP_CLOSE_CAMERA = 3,
|
|
662
|
+
GUEST_MIC_CAMERA_MANAGE_OP_CLOSE_MIC_PUNISH = 4,
|
|
663
|
+
UNRECOGNIZED = -1
|
|
664
|
+
}
|
|
665
|
+
declare enum GuestMicCameraChangeScene {
|
|
666
|
+
GUEST_MIC_CAMERA_CHANGE_SCENE_CHANGE_SCENE_UNKNOWN = 0,
|
|
667
|
+
GUEST_MIC_CAMERA_CHANGE_SCENE_LIVE_SHOW_BY_ANCHOR_AUTO = 1,
|
|
668
|
+
GUEST_MIC_CAMERA_CHANGE_SCENE_LIVE_SHOW_BY_SERVER_NORMAL = 2,
|
|
669
|
+
GUEST_MIC_CAMERA_CHANGE_SCENE_LIVE_SHOW_BY_SHOW_END = 3,
|
|
670
|
+
UNRECOGNIZED = -1
|
|
671
|
+
}
|
|
672
|
+
declare enum LinkMicUserAdminType {
|
|
673
|
+
LINK_MIC_USER_ADMIN_TYPE_UNDEFINED_TYPE = 0,
|
|
674
|
+
LINK_MIC_USER_ADMIN_TYPE_MANAGER_TYPE = 1,
|
|
675
|
+
LINK_MIC_USER_ADMIN_TYPE_HOST_TYPE = 2,
|
|
676
|
+
UNRECOGNIZED = -1
|
|
677
|
+
}
|
|
678
|
+
declare enum LinkmicMultiLiveEnum {
|
|
679
|
+
LINKMIC_MULTI_LIVE_ENUM_DEFAULT = 0,
|
|
680
|
+
LINKMIC_MULTI_LIVE_ENUM_ANCHOR_USE_NEW_LAYOUT = 1,
|
|
681
|
+
UNRECOGNIZED = -1
|
|
682
|
+
}
|
|
683
|
+
declare enum PollEndType {
|
|
684
|
+
POLL_END_TYPE_POLL_END_BY_TIME = 0,
|
|
685
|
+
POLL_END_TYPE_POLL_END_BY_OWNER = 1,
|
|
686
|
+
POLL_END_TYPE_POLL_END_BY_OTHER = 2,
|
|
687
|
+
POLL_END_TYPE_POLL_END_BY_ADMIN = 3,
|
|
688
|
+
UNRECOGNIZED = -1
|
|
689
|
+
}
|
|
690
|
+
declare enum CohostABTestType {
|
|
691
|
+
COHOST_A_B_TEST_TYPE_COHOST_AB_TEST_TYPE_UNKNOWN = 0,
|
|
692
|
+
COHOST_A_B_TEST_TYPE_COHOST_AB_TEST_TYPE_LINK_TIME_OUT_STRATEGY = 1,
|
|
693
|
+
COHOST_A_B_TEST_TYPE_COHOST_AB_TEST_TYPE_COHOST_RESERVATION = 2,
|
|
694
|
+
COHOST_A_B_TEST_TYPE_COHOST_AB_TEST_TYPE_QUICK_PAIR_NEW_ARCH_SWITCH = 3,
|
|
695
|
+
COHOST_A_B_TEST_TYPE_COHOST_AB_TEST_TYPE_COHOST_INVITATION_TEXT = 4,
|
|
696
|
+
UNRECOGNIZED = -1
|
|
697
|
+
}
|
|
698
|
+
declare enum OptPairStatus {
|
|
699
|
+
OPT_PAIR_STATUS_UNKNOWN = 0,
|
|
700
|
+
OPT_PAIR_STATUS_OFFLINE = 1,
|
|
701
|
+
OPT_PAIR_STATUS_FINISHED = 2,
|
|
702
|
+
UNRECOGNIZED = -1
|
|
703
|
+
}
|
|
704
|
+
declare enum ContentPositionType {
|
|
705
|
+
CONTENT_POSITION_TYPE_UNKNOWN = 0,
|
|
706
|
+
CONTENT_POSITION_TYPE_STREAM = 1,
|
|
707
|
+
CONTENT_POSITION_TYPE_LIVE_STUDIO_STREAM_PORTRAIT = 2,
|
|
708
|
+
CONTENT_POSITION_TYPE_LIVE_STUDIO_STREAM_LANDSCAPE = 3,
|
|
709
|
+
UNRECOGNIZED = -1
|
|
710
|
+
}
|
|
711
|
+
declare enum MultiGuestOutsideRoomInviteSource {
|
|
712
|
+
MULTI_GUEST_OUTSIDE_ROOM_INVITE_SOURCE_OUTSIDE_ROOM_INVITE_SOURCE_UNKNOWN = 0,
|
|
713
|
+
MULTI_GUEST_OUTSIDE_ROOM_INVITE_SOURCE_OUTSIDE_ROOM_INVITE_SOURCE_PANEL = 1,
|
|
714
|
+
MULTI_GUEST_OUTSIDE_ROOM_INVITE_SOURCE_OUTSIDE_ROOM_INVITE_SOURCE_CAPSULE = 2,
|
|
715
|
+
MULTI_GUEST_OUTSIDE_ROOM_INVITE_SOURCE_OUTSIDE_ROOM_INVITE_SOURCE_EMPTY_POSITION = 3,
|
|
716
|
+
UNRECOGNIZED = -1
|
|
717
|
+
}
|
|
718
|
+
declare enum LinkUserType {
|
|
719
|
+
LINK_USER_TYPE_DEFAULT = 0,
|
|
720
|
+
LINK_USER_TYPE_KARAOKE = 1,
|
|
721
|
+
UNRECOGNIZED = -1
|
|
722
|
+
}
|
|
723
|
+
declare enum ContentInviteSource {
|
|
724
|
+
CONTENT_INVITE_SOURCE_INVITE_SOURCE_UNKNOWN = 0,
|
|
725
|
+
CONTENT_INVITE_SOURCE_INVITE_SOURCE_PANEL_GO_LIVE = 1,
|
|
726
|
+
CONTENT_INVITE_SOURCE_INVITE_SOURCE_MUTUAL_NOTICE = 2,
|
|
727
|
+
CONTENT_INVITE_SOURCE_INVITE_SOURCE_USER_PROFILE = 3,
|
|
728
|
+
CONTENT_INVITE_SOURCE_INVITE_SOURCE_RESERVE = 4,
|
|
729
|
+
UNRECOGNIZED = -1
|
|
730
|
+
}
|
|
731
|
+
declare enum LinkmicShareRevenueSetting {
|
|
732
|
+
LINKMIC_SHARE_REVENUE_SETTING_LINK_MIC_SHARE_REVENUE_NOT_SET = 0,
|
|
733
|
+
LINKMIC_SHARE_REVENUE_SETTING_LINK_MIC_SHARE_REVENUE_OPEN = 1,
|
|
734
|
+
LINKMIC_SHARE_REVENUE_SETTING_LINK_MIC_SHARE_REVENUE_CLOSE = 2,
|
|
735
|
+
UNRECOGNIZED = -1
|
|
736
|
+
}
|
|
737
|
+
declare enum PosIdentityType {
|
|
738
|
+
POS_IDENTITY_TYPE_IDENTITY_EMPTY_SLOT = 0,
|
|
739
|
+
POS_IDENTITY_TYPE_IDENTITY_RT_C_USER_ID = 1,
|
|
740
|
+
POS_IDENTITY_TYPE_IDENTITY_RT_C_STREAM_ID = 2,
|
|
741
|
+
POS_IDENTITY_TYPE_IDENTITY_LIVE_USER_ID = 3,
|
|
742
|
+
UNRECOGNIZED = -1
|
|
743
|
+
}
|
|
744
|
+
declare enum JoinType {
|
|
745
|
+
JOIN_TYPE_UNKNOWN = 0,
|
|
746
|
+
JOIN_TYPE_CHANNEL_APPLY = 1,
|
|
747
|
+
JOIN_TYPE_CHANNEL_INVITE = 2,
|
|
748
|
+
JOIN_TYPE_GROUP_APPLY = 100,
|
|
749
|
+
JOIN_TYPE_GROUP_APPLY_FOLLOW = 101,
|
|
750
|
+
JOIN_TYPE_GROUP_INVITE = 102,
|
|
751
|
+
JOIN_TYPE_GROUP_INVITE_FOLLOW = 103,
|
|
752
|
+
JOIN_TYPE_GROUP_OWNER_JOIN = 104,
|
|
753
|
+
UNRECOGNIZED = -1
|
|
754
|
+
}
|
|
755
|
+
declare enum CohostLayoutMode {
|
|
756
|
+
COHOST_LAYOUT_MODE_NORMAL = 0,
|
|
757
|
+
COHOST_LAYOUT_MODE_SCREEN_SHARE = 1,
|
|
758
|
+
UNRECOGNIZED = -1
|
|
759
|
+
}
|
|
760
|
+
declare enum TagClassification {
|
|
761
|
+
TAG_CLASSIFICATION_UNKNOWN = 0,
|
|
762
|
+
TAG_CLASSIFICATION_COHOST_HISTORY = 1,
|
|
763
|
+
TAG_CLASSIFICATION_FIRST_DEGREE_RELATION = 2,
|
|
764
|
+
TAG_CLASSIFICATION_SECOND_DEGREE_RELATION = 3,
|
|
765
|
+
TAG_CLASSIFICATION_RANK = 4,
|
|
766
|
+
TAG_CLASSIFICATION_SIMILAR_INTERESTS = 5,
|
|
767
|
+
UNRECOGNIZED = -1
|
|
768
|
+
}
|
|
769
|
+
declare enum SourceType {
|
|
770
|
+
SOURCE_TYPE_UNKNOWN = 0,
|
|
771
|
+
SOURCE_TYPE_FRIEND_LIST = 1,
|
|
772
|
+
SOURCE_TYPE_RECOMMEND_LIST = 2,
|
|
773
|
+
SOURCE_TYPE_RECENT = 3,
|
|
774
|
+
SOURCE_TYPE_OTHER_FOLLOW = 4,
|
|
775
|
+
SOURCE_TYPE_QUICK_PAIR = 5,
|
|
776
|
+
SOURCE_TYPE_ACTIVITY = 6,
|
|
777
|
+
SOURCE_TYPE_QUICK_RECOMMEND = 7,
|
|
778
|
+
SOURCE_TYPE_OFFICIAL_CHANNEL = 8,
|
|
779
|
+
SOURCE_TYPE_BEST_TEAMMATE = 9,
|
|
780
|
+
SOURCE_TYPE_RESERVATION = 10,
|
|
781
|
+
SOURCE_TYPE_PAIRING = 11,
|
|
782
|
+
SOURCE_TYPE_PAIRING_ON_RESERVATION = 12,
|
|
783
|
+
SOURCE_TYPE_TOPIC_QUICK_PAIR = 13,
|
|
784
|
+
SOURCE_TYPE_TOPIC_QUICK_RECOMMEND = 14,
|
|
785
|
+
SOURCE_TYPE_ONLINE_FRIEND_CAPSULE = 15,
|
|
786
|
+
SOURCE_TYPE_WEEKLY_RANK = 20,
|
|
787
|
+
SOURCE_TYPE_HOURLY_RANK = 21,
|
|
788
|
+
SOURCE_TYPE_WEEKLY_RISING = 23,
|
|
789
|
+
SOURCE_TYPE_WEEKLY_ROOKIE = 24,
|
|
790
|
+
SOURCE_TYPE_CONNECTION_LIST = 25,
|
|
791
|
+
SOURCE_TYPE_DAILY_RANK = 26,
|
|
792
|
+
SOURCE_TYPE_DAILY_RANK_HALL_OF_FAME = 27,
|
|
793
|
+
SOURCE_TYPE_RESERVATION_BUBBLE = 28,
|
|
794
|
+
SOURCE_TYPE_PAIRING_BUBBLE = 29,
|
|
795
|
+
SOURCE_TYPE_LEAGUE_PHASE_ONE = 30,
|
|
796
|
+
SOURCE_TYPE_LEAGUE_PHASE_TWO = 31,
|
|
797
|
+
SOURCE_TYPE_LEAGUE_PHASE_THREE = 32,
|
|
798
|
+
SOURCE_TYPE_DAILY_ROOKIE = 33,
|
|
799
|
+
SOURCE_TYPE_MAY_KNOW_LIST = 34,
|
|
800
|
+
SOURCE_TYPE_BANNER = 35,
|
|
801
|
+
SOURCE_TYPE_FANS_TEAM_RANK = 36,
|
|
802
|
+
SOURCE_TYPE_SEARCH = 37,
|
|
803
|
+
SOURCE_TYPE_E_OY_RANK_LIST = 38,
|
|
804
|
+
SOURCE_TYPE_LEAGUE_CAMPAIGN_RANK = 39,
|
|
805
|
+
SOURCE_TYPE_CREATOR_CLASS_RANK = 40,
|
|
806
|
+
SOURCE_TYPE_HISTORY = 41,
|
|
807
|
+
SOURCE_TYPE_QUICK_RECOMMEND_DURING_COHOST = 43,
|
|
808
|
+
UNRECOGNIZED = -1
|
|
809
|
+
}
|
|
810
|
+
declare enum BattleType {
|
|
811
|
+
BATTLE_TYPE_UNKNOWN_BATTLE_TYPE = 0,
|
|
812
|
+
BATTLE_TYPE_NORMAL_BATTLE = 1,
|
|
813
|
+
BATTLE_TYPE_TEAM_BATTLE = 2,
|
|
814
|
+
BATTLE_TYPE_INDIVIDUAL_BATTLE = 3,
|
|
815
|
+
BATTLE_TYPE_1_V_N = 4,
|
|
816
|
+
BATTLE_TYPE_TAKE_THE_STAGE = 51,
|
|
817
|
+
BATTLE_TYPE_GROUP_SHOW = 52,
|
|
818
|
+
UNRECOGNIZED = -1
|
|
819
|
+
}
|
|
820
|
+
declare enum BattleInviteType {
|
|
821
|
+
BATTLE_INVITE_TYPE_NORMAL = 0,
|
|
822
|
+
BATTLE_INVITE_TYPE_AGAIN = 1,
|
|
823
|
+
UNRECOGNIZED = -1
|
|
824
|
+
}
|
|
825
|
+
/** @Common */
|
|
826
|
+
interface CommonMessageData {
|
|
827
|
+
method: string;
|
|
828
|
+
msgId: string;
|
|
829
|
+
roomId: string;
|
|
830
|
+
createTime: string;
|
|
831
|
+
monitor: number;
|
|
832
|
+
isShowMsg: boolean;
|
|
833
|
+
describe: string;
|
|
834
|
+
displayText: Text | undefined;
|
|
835
|
+
foldType: string;
|
|
836
|
+
anchorFoldType: string;
|
|
837
|
+
priorityScore: string;
|
|
838
|
+
logId: string;
|
|
839
|
+
msgProcessFilterK: string;
|
|
840
|
+
msgProcessFilterV: string;
|
|
841
|
+
fromIdc: string;
|
|
842
|
+
toIdc: string;
|
|
843
|
+
filterMsgTagsList: string[];
|
|
844
|
+
sei: CommonMessageData_LiveMessageSEI | undefined;
|
|
845
|
+
dependRootId: CommonMessageData_LiveMessageID | undefined;
|
|
846
|
+
dependId: CommonMessageData_LiveMessageID | undefined;
|
|
847
|
+
anchorPriorityScore: string;
|
|
848
|
+
roomMessageHeatLevel: string;
|
|
849
|
+
foldTypeForWeb: string;
|
|
850
|
+
anchorFoldTypeForWeb: string;
|
|
851
|
+
clientSendTime: string;
|
|
852
|
+
/** Enum */
|
|
853
|
+
dispatchStrategy: CommonMessageData_IMDispatchStrategy;
|
|
854
|
+
}
|
|
855
|
+
declare enum CommonMessageData_IMDispatchStrategy {
|
|
856
|
+
IM_DISPATCH_STRATEGY_DEFAULT = 0,
|
|
857
|
+
IM_DISPATCH_STRATEGY_BYPASS_DISPATCH_QUEUE = 1,
|
|
858
|
+
UNRECOGNIZED = -1
|
|
859
|
+
}
|
|
860
|
+
interface CommonMessageData_LiveMessageSEI {
|
|
861
|
+
uniqueId: CommonMessageData_LiveMessageID | undefined;
|
|
862
|
+
timestamp: string;
|
|
863
|
+
}
|
|
864
|
+
interface CommonMessageData_LiveMessageID {
|
|
865
|
+
primaryId: string;
|
|
866
|
+
messageScene: string;
|
|
867
|
+
}
|
|
868
|
+
/** @Text */
|
|
869
|
+
interface Text {
|
|
870
|
+
displayType: string;
|
|
871
|
+
defaultPattern: string;
|
|
872
|
+
defaultFormat: Text_TextFormat | undefined;
|
|
873
|
+
piecesList: Text_TextPiece[];
|
|
874
|
+
}
|
|
875
|
+
declare enum Text_ShowType {
|
|
876
|
+
SHOW_TYPE_NORMAL = 0,
|
|
877
|
+
SHOW_TYPE_FADE_IN_OUT = 1,
|
|
878
|
+
UNRECOGNIZED = -1
|
|
879
|
+
}
|
|
880
|
+
interface Text_TextPiece {
|
|
881
|
+
type: number;
|
|
882
|
+
format: Text_TextFormat | undefined;
|
|
883
|
+
stringValue: string;
|
|
884
|
+
userValue?: Text_TextPieceUser | undefined;
|
|
885
|
+
giftValue?: Text_TextPieceGift | undefined;
|
|
886
|
+
patternRefValue: Text_TextPiecePatternRef | undefined;
|
|
887
|
+
}
|
|
888
|
+
interface Text_TextFormat {
|
|
889
|
+
color: string;
|
|
890
|
+
bold: boolean;
|
|
891
|
+
italic: boolean;
|
|
892
|
+
weight: number;
|
|
893
|
+
italicAngle: number;
|
|
894
|
+
fontSize: number;
|
|
895
|
+
useHeighLightColor: boolean;
|
|
896
|
+
useRemoteClor: boolean;
|
|
897
|
+
}
|
|
898
|
+
interface Text_TextPieceGift {
|
|
899
|
+
giftId: number;
|
|
900
|
+
nameRef: Text_PatternRef | undefined;
|
|
901
|
+
/** Enum */
|
|
902
|
+
showType: Text_ShowType;
|
|
903
|
+
colorId: string;
|
|
904
|
+
}
|
|
905
|
+
interface Text_TextPiecePatternRef {
|
|
906
|
+
key: string;
|
|
907
|
+
defaultPattern: string;
|
|
908
|
+
}
|
|
909
|
+
interface Text_TextPieceUser {
|
|
910
|
+
user: User | undefined;
|
|
911
|
+
withColon: boolean;
|
|
912
|
+
}
|
|
913
|
+
interface Text_PatternRef {
|
|
914
|
+
key: string;
|
|
915
|
+
defaultPattern: string;
|
|
916
|
+
}
|
|
917
|
+
/** @Image */
|
|
918
|
+
interface Image {
|
|
919
|
+
url: string[];
|
|
920
|
+
mUri: string;
|
|
921
|
+
height: number;
|
|
922
|
+
width: number;
|
|
923
|
+
avgColor: string;
|
|
924
|
+
imageType: number;
|
|
925
|
+
schema: string;
|
|
926
|
+
content: Image_Content | undefined;
|
|
927
|
+
isAnimated: boolean;
|
|
928
|
+
}
|
|
929
|
+
interface Image_Content {
|
|
930
|
+
name: string;
|
|
931
|
+
fontColor: string;
|
|
932
|
+
level: string;
|
|
933
|
+
}
|
|
934
|
+
/** @Badge */
|
|
935
|
+
interface BadgeStruct {
|
|
936
|
+
badgePriorityType: BadgeStruct_BadgePriorityType;
|
|
937
|
+
badgeScene: BadgeStruct_BadgeSceneType;
|
|
938
|
+
position: BadgeStruct_Position;
|
|
939
|
+
displayStatus: BadgeStruct_DisplayStatus;
|
|
940
|
+
greyedByClient: string;
|
|
941
|
+
exhibitionType: BadgeStruct_BadgeExhibitionType;
|
|
942
|
+
schemaUrl: string;
|
|
943
|
+
display: boolean;
|
|
944
|
+
logExtra: PrivilegeLogExtra | undefined;
|
|
945
|
+
image?: BadgeStruct_ImageBadge | undefined;
|
|
946
|
+
text?: BadgeStruct_TextBadge | undefined;
|
|
947
|
+
str?: BadgeStruct_StringBadge | undefined;
|
|
948
|
+
combine?: BadgeStruct_CombineBadge | undefined;
|
|
949
|
+
isCustomized: boolean;
|
|
950
|
+
}
|
|
951
|
+
declare enum BadgeStruct_BadgePriorityType {
|
|
952
|
+
BADGE_PRIORITY_TYPE_UNKNOWN = 0,
|
|
953
|
+
BADGE_PRIORITY_TYPE_STRONG_RELATION = 10,
|
|
954
|
+
BADGE_PRIORITY_TYPE_PLATFORM = 20,
|
|
955
|
+
BADGE_PRIORITY_TYPE_RELATION = 30,
|
|
956
|
+
BADGE_PRIORITY_TYPE_ACTIVITY = 40,
|
|
957
|
+
BADGE_PRIORITY_TYPE_RANK_LIST = 50,
|
|
958
|
+
UNRECOGNIZED = -1
|
|
959
|
+
}
|
|
960
|
+
declare enum BadgeStruct_BadgeSceneType {
|
|
961
|
+
BADGE_SCENE_TYPE_UNKNOWN = 0,
|
|
962
|
+
BADGE_SCENE_TYPE_ADMIN = 1,
|
|
963
|
+
BADGE_SCENE_TYPE_FIRST_RECHARGE = 2,
|
|
964
|
+
BADGE_SCENE_TYPE_FRIENDS = 3,
|
|
965
|
+
BADGE_SCENE_TYPE_SUBSCRIBER = 4,
|
|
966
|
+
BADGE_SCENE_TYPE_ACTIVITY = 5,
|
|
967
|
+
BADGE_SCENE_TYPE_RANK_LIST = 6,
|
|
968
|
+
BADGE_SCENE_TYPE_NEW_SUBSCRIBER = 7,
|
|
969
|
+
BADGE_SCENE_TYPE_USER_GRADE = 8,
|
|
970
|
+
BADGE_SCENE_TYPE_STATE_CONTROLLED_MEDIA = 9,
|
|
971
|
+
BADGE_SCENE_TYPE_FANS = 10,
|
|
972
|
+
BADGE_SCENE_TYPE_LIVE_PRO = 11,
|
|
973
|
+
BADGE_SCENE_TYPE_ANCHOR = 12,
|
|
974
|
+
UNRECOGNIZED = -1
|
|
975
|
+
}
|
|
976
|
+
declare enum BadgeStruct_DisplayStatus {
|
|
977
|
+
DISPLAY_STATUS_NORMAL = 0,
|
|
978
|
+
DISPLAY_STATUS_SHADOW = 1,
|
|
979
|
+
UNRECOGNIZED = -1
|
|
980
|
+
}
|
|
981
|
+
declare enum BadgeStruct_BadgeExhibitionType {
|
|
982
|
+
BADGE_EXHIBITION_TYPE_BADGE = 0,
|
|
983
|
+
BADGE_EXHIBITION_TYPE_IDENTITY_LABEL = 1,
|
|
984
|
+
UNRECOGNIZED = -1
|
|
985
|
+
}
|
|
986
|
+
declare enum BadgeStruct_Position {
|
|
987
|
+
POSITIONUNKNOWN = 0,
|
|
988
|
+
POSITIONLEFT = 1,
|
|
989
|
+
POSITIONRIGHT = 2,
|
|
990
|
+
UNRECOGNIZED = -1
|
|
991
|
+
}
|
|
992
|
+
declare enum BadgeStruct_HorizontalPaddingRule {
|
|
993
|
+
HORIZONTAL_PADDING_RULE_USE_MIDDLE_AND_WIDTH = 0,
|
|
994
|
+
HORIZONTAL_PADDING_RULE_USE_LEFT_AND_MIDDLE_AND_RIGHT = 1,
|
|
995
|
+
UNRECOGNIZED = -1
|
|
996
|
+
}
|
|
997
|
+
declare enum BadgeStruct_VerticalPaddingRule {
|
|
998
|
+
VERTICAL_PADDING_RULE_USE_DEFAULT = 0,
|
|
999
|
+
VERTICAL_PADDING_RULE_USE_TOP_AND_BOTTOM = 1,
|
|
1000
|
+
UNRECOGNIZED = -1
|
|
1001
|
+
}
|
|
1002
|
+
interface BadgeStruct_CombineBadge {
|
|
1003
|
+
badgeDisplayType: number;
|
|
1004
|
+
icon: Image | undefined;
|
|
1005
|
+
text: BadgeStruct_TextBadge | undefined;
|
|
1006
|
+
str: string;
|
|
1007
|
+
padding: BadgeStruct_PaddingInfo | undefined;
|
|
1008
|
+
fontStyle: FontStyle | undefined;
|
|
1009
|
+
profileCardPanel: BadgeStruct_ProfileCardPanel | undefined;
|
|
1010
|
+
background: BadgeStruct_CombineBadgeBackground | undefined;
|
|
1011
|
+
backgroundDarkMode: BadgeStruct_CombineBadgeBackground | undefined;
|
|
1012
|
+
iconAutoMirrored: boolean;
|
|
1013
|
+
bgAutoMirrored: boolean;
|
|
1014
|
+
publicScreenShowStyle: number;
|
|
1015
|
+
personalCardShowStyle: number;
|
|
1016
|
+
rankListOnlineAudienceShowStyle: number;
|
|
1017
|
+
multiGuestShowStyle: number;
|
|
1018
|
+
arrowConfig: BadgeStruct_ArrowConfig | undefined;
|
|
1019
|
+
paddingNewFont: BadgeStruct_PaddingInfo | undefined;
|
|
1020
|
+
}
|
|
1021
|
+
interface BadgeStruct_ArrowConfig {
|
|
1022
|
+
icon: Image | undefined;
|
|
1023
|
+
}
|
|
1024
|
+
interface BadgeStruct_ProfileContent {
|
|
1025
|
+
useContent: boolean;
|
|
1026
|
+
iconList: BadgeStruct_IconConfig[];
|
|
1027
|
+
numberConfig: BadgeStruct_NumberConfig | undefined;
|
|
1028
|
+
}
|
|
1029
|
+
interface BadgeStruct_ProjectionConfig {
|
|
1030
|
+
useProjection: boolean;
|
|
1031
|
+
icon: Image | undefined;
|
|
1032
|
+
}
|
|
1033
|
+
interface BadgeStruct_NumberConfig {
|
|
1034
|
+
number: string;
|
|
1035
|
+
fontStyle: FontStyle | undefined;
|
|
1036
|
+
background: BadgeStruct_CombineBadgeBackground | undefined;
|
|
1037
|
+
}
|
|
1038
|
+
interface BadgeStruct_ProfileCardPanel {
|
|
1039
|
+
useNewProfileCardStyle: boolean;
|
|
1040
|
+
/** BadgeTextPosition badgeTextPosition = 2; // Enum */
|
|
1041
|
+
projectionConfig: BadgeStruct_ProjectionConfig | undefined;
|
|
1042
|
+
profileContent: BadgeStruct_ProfileContent | undefined;
|
|
1043
|
+
}
|
|
1044
|
+
interface BadgeStruct_CombineBadgeBackground {
|
|
1045
|
+
image: Image | undefined;
|
|
1046
|
+
backgroundColorCode: string;
|
|
1047
|
+
borderColorCode: string;
|
|
1048
|
+
}
|
|
1049
|
+
interface BadgeStruct_ImageBadge {
|
|
1050
|
+
image: Image | undefined;
|
|
1051
|
+
}
|
|
1052
|
+
interface BadgeStruct_TextBadge {
|
|
1053
|
+
key: string;
|
|
1054
|
+
defaultPattern: string;
|
|
1055
|
+
pieces: string[];
|
|
1056
|
+
}
|
|
1057
|
+
interface BadgeStruct_IconConfig {
|
|
1058
|
+
icon: Image | undefined;
|
|
1059
|
+
background: BadgeStruct_CombineBadgeBackground | undefined;
|
|
1060
|
+
}
|
|
1061
|
+
interface BadgeStruct_StringBadge {
|
|
1062
|
+
str: string;
|
|
1063
|
+
}
|
|
1064
|
+
interface BadgeStruct_PaddingInfo {
|
|
1065
|
+
useSpecific: boolean;
|
|
1066
|
+
middlePadding: number;
|
|
1067
|
+
badgeWidth: number;
|
|
1068
|
+
leftPadding: number;
|
|
1069
|
+
rightPadding: number;
|
|
1070
|
+
iconTopPadding: number;
|
|
1071
|
+
iconBottomPadding: number;
|
|
1072
|
+
horizontalPaddingRule: BadgeStruct_HorizontalPaddingRule;
|
|
1073
|
+
verticalPaddingRule: BadgeStruct_VerticalPaddingRule;
|
|
1074
|
+
}
|
|
1075
|
+
/** @Gift */
|
|
1076
|
+
interface Gift {
|
|
1077
|
+
giftImage: Image | undefined;
|
|
1078
|
+
describe: string;
|
|
1079
|
+
duration: number;
|
|
1080
|
+
id: string;
|
|
1081
|
+
forLinkMic: boolean;
|
|
1082
|
+
combo: boolean;
|
|
1083
|
+
giftType: number;
|
|
1084
|
+
diamondCount: number;
|
|
1085
|
+
isDisplayedOnPanel: boolean;
|
|
1086
|
+
primaryEffectId: string;
|
|
1087
|
+
giftLabelIcon: Image | undefined;
|
|
1088
|
+
giftName: string;
|
|
1089
|
+
icon: Image | undefined;
|
|
1090
|
+
goldEffect: string;
|
|
1091
|
+
previewImage: Image | undefined;
|
|
1092
|
+
giftPanelBanner: Gift_GiftPanelBanner | undefined;
|
|
1093
|
+
isBroadcastGift: boolean;
|
|
1094
|
+
isEffectBefview: boolean;
|
|
1095
|
+
isRandomGift: boolean;
|
|
1096
|
+
isBoxGift: boolean;
|
|
1097
|
+
canPutInGiftBox: boolean;
|
|
1098
|
+
giftBoxInfo: Gift_GiftBoxInfo | undefined;
|
|
1099
|
+
}
|
|
1100
|
+
interface Gift_GiftPanelBanner {
|
|
1101
|
+
displayText: Text | undefined;
|
|
1102
|
+
leftIcon: Image | undefined;
|
|
1103
|
+
schemaUrl: string;
|
|
1104
|
+
bgColors: string[];
|
|
1105
|
+
bannerLynxUrl: string;
|
|
1106
|
+
bannerPriority: number;
|
|
1107
|
+
bannerLynxExtra: string;
|
|
1108
|
+
bgImage: Image | undefined;
|
|
1109
|
+
}
|
|
1110
|
+
interface Gift_BatchGiftInfo {
|
|
1111
|
+
canBatchSend: boolean;
|
|
1112
|
+
availableCounts: string[];
|
|
1113
|
+
}
|
|
1114
|
+
interface Gift_CrossScreenEffectInfo {
|
|
1115
|
+
singleActionEffectIds: {
|
|
1116
|
+
[key: string]: number;
|
|
1117
|
+
};
|
|
1118
|
+
actionEffectIds: {
|
|
1119
|
+
[key: string]: number;
|
|
1120
|
+
};
|
|
1121
|
+
reactionEffectIds: {
|
|
1122
|
+
[key: string]: number;
|
|
1123
|
+
};
|
|
1124
|
+
}
|
|
1125
|
+
interface Gift_CrossScreenEffectInfo_SingleActionEffectIdsEntry {
|
|
1126
|
+
key: string;
|
|
1127
|
+
value: number;
|
|
1128
|
+
}
|
|
1129
|
+
interface Gift_CrossScreenEffectInfo_ActionEffectIdsEntry {
|
|
1130
|
+
key: string;
|
|
1131
|
+
value: number;
|
|
1132
|
+
}
|
|
1133
|
+
interface Gift_CrossScreenEffectInfo_ReactionEffectIdsEntry {
|
|
1134
|
+
key: string;
|
|
1135
|
+
value: number;
|
|
1136
|
+
}
|
|
1137
|
+
interface Gift_GiftSponsorInfo {
|
|
1138
|
+
sponsorId: string;
|
|
1139
|
+
sponsorCount: string;
|
|
1140
|
+
currentCount: string;
|
|
1141
|
+
leftCountToSponsor: string;
|
|
1142
|
+
canSponsor: boolean;
|
|
1143
|
+
}
|
|
1144
|
+
interface Gift_UGGiftStructInfo {
|
|
1145
|
+
isUgGift: boolean;
|
|
1146
|
+
ugPointsCost: string;
|
|
1147
|
+
}
|
|
1148
|
+
interface Gift_GiftSkin {
|
|
1149
|
+
giftSkinId: string;
|
|
1150
|
+
giftSkinName: string;
|
|
1151
|
+
staticImage: Image | undefined;
|
|
1152
|
+
animatedImage: Image | undefined;
|
|
1153
|
+
}
|
|
1154
|
+
interface Gift_GiftText {
|
|
1155
|
+
giftTextId: string;
|
|
1156
|
+
giftTextName: string;
|
|
1157
|
+
}
|
|
1158
|
+
interface Gift_GiftSkinToGiftTextsInfo {
|
|
1159
|
+
giftSkinId: string;
|
|
1160
|
+
giftTextIds: string[];
|
|
1161
|
+
}
|
|
1162
|
+
interface Gift_GiftBoxInfo {
|
|
1163
|
+
capacity: string;
|
|
1164
|
+
isPrimaryBox: boolean;
|
|
1165
|
+
schemeUrl: string;
|
|
1166
|
+
}
|
|
1167
|
+
/** @User */
|
|
1168
|
+
interface User {
|
|
1169
|
+
userId: string;
|
|
1170
|
+
nickname: string;
|
|
1171
|
+
bioDescription: string;
|
|
1172
|
+
profilePicture: Image | undefined;
|
|
1173
|
+
profilePictureMedium: Image | undefined;
|
|
1174
|
+
profilePictureLarge: Image | undefined;
|
|
1175
|
+
verified: boolean;
|
|
1176
|
+
status: number;
|
|
1177
|
+
createTime: string;
|
|
1178
|
+
modifyTime: string;
|
|
1179
|
+
secret: number;
|
|
1180
|
+
shareQrcodeUri: string;
|
|
1181
|
+
badgeImageList: Image[];
|
|
1182
|
+
followInfo: User_FollowInfo | undefined;
|
|
1183
|
+
userHonor: UserHonor | undefined;
|
|
1184
|
+
fansClub: FansClubMember | undefined;
|
|
1185
|
+
border: BorderInfo | undefined;
|
|
1186
|
+
specialId: string;
|
|
1187
|
+
avatarBorder: Image | undefined;
|
|
1188
|
+
medal: Image | undefined;
|
|
1189
|
+
userBadges: Image[];
|
|
1190
|
+
newUserBadges: Image[];
|
|
1191
|
+
topVipNo: number;
|
|
1192
|
+
userAttr: User_UserAttr | undefined;
|
|
1193
|
+
ownRoom: User_OwnRoom | undefined;
|
|
1194
|
+
payScore: string;
|
|
1195
|
+
fanTicketCount: string;
|
|
1196
|
+
anchorInfo: User_AnchorLevel | undefined;
|
|
1197
|
+
linkMicStats: LinkmicStatus;
|
|
1198
|
+
uniqueId: string;
|
|
1199
|
+
enableShowCommerceSale: boolean;
|
|
1200
|
+
withFusionShopEntry: boolean;
|
|
1201
|
+
payScores: string;
|
|
1202
|
+
anchorLevel: User_AnchorLevel | undefined;
|
|
1203
|
+
verifiedContent: string;
|
|
1204
|
+
authorInfo: Author | undefined;
|
|
1205
|
+
topFans: User[];
|
|
1206
|
+
secUid: string;
|
|
1207
|
+
userRole: number;
|
|
1208
|
+
rewardInfo: User_ActivityInfo | undefined;
|
|
1209
|
+
personalCard: Image | undefined;
|
|
1210
|
+
authenticationInfo: User_AuthenticationInfo | undefined;
|
|
1211
|
+
mediaBadgeImageList: Image[];
|
|
1212
|
+
commerceWebcastConfigIds: string[];
|
|
1213
|
+
borders: BorderInfo[];
|
|
1214
|
+
comboBadgeInfo: User_ComboBadgeInfo | undefined;
|
|
1215
|
+
subscribeInfo: User_SubscribeInfo | undefined;
|
|
1216
|
+
badges: BadgeStruct[];
|
|
1217
|
+
mintTypeLabel: string[];
|
|
1218
|
+
fansClubInfo: User_FansClubInfo | undefined;
|
|
1219
|
+
allowFindByContacts: boolean;
|
|
1220
|
+
allowOthersDownloadVideo: boolean;
|
|
1221
|
+
allowOthersDownloadWhenSharingVideo: boolean;
|
|
1222
|
+
allowShareShowProfile: boolean;
|
|
1223
|
+
allowShowInGossip: boolean;
|
|
1224
|
+
allowShowMyAction: boolean;
|
|
1225
|
+
allowStrangeComment: boolean;
|
|
1226
|
+
allowUnfollowerComment: boolean;
|
|
1227
|
+
allowUseLinkmic: boolean;
|
|
1228
|
+
avatarJpg: Image | undefined;
|
|
1229
|
+
backgroundImgUrl: string;
|
|
1230
|
+
blockStatus: number;
|
|
1231
|
+
commentRestrict: number;
|
|
1232
|
+
constellation: string;
|
|
1233
|
+
disableIchat: number;
|
|
1234
|
+
enableIchatImg: string;
|
|
1235
|
+
exp: number;
|
|
1236
|
+
foldStrangerChat: boolean;
|
|
1237
|
+
followStatus: string;
|
|
1238
|
+
ichatRestrictType: number;
|
|
1239
|
+
idStr: string;
|
|
1240
|
+
isFollower: boolean;
|
|
1241
|
+
isFollowing: boolean;
|
|
1242
|
+
needProfileGuide: boolean;
|
|
1243
|
+
pushCommentStatus: boolean;
|
|
1244
|
+
pushDigg: boolean;
|
|
1245
|
+
pushFollow: boolean;
|
|
1246
|
+
pushFriendAction: boolean;
|
|
1247
|
+
pushIchat: boolean;
|
|
1248
|
+
pushStatus: boolean;
|
|
1249
|
+
pushVideoPost: boolean;
|
|
1250
|
+
pushVideoRecommend: boolean;
|
|
1251
|
+
verifiedReason: string;
|
|
1252
|
+
enableCarManagementPermission: boolean;
|
|
1253
|
+
upcomingEventList: User_LiveEventInfo[];
|
|
1254
|
+
scmLabel: string;
|
|
1255
|
+
ecommerceEntrance: User_EcommerceEntrance | undefined;
|
|
1256
|
+
isBlock: boolean;
|
|
1257
|
+
isSubscribe: boolean;
|
|
1258
|
+
isAnchorMarked: boolean;
|
|
1259
|
+
}
|
|
1260
|
+
interface User_LiveEventInfo {
|
|
1261
|
+
eventId: string;
|
|
1262
|
+
startTime: string;
|
|
1263
|
+
duration: string;
|
|
1264
|
+
title: string;
|
|
1265
|
+
description: string;
|
|
1266
|
+
hasSubscribed: boolean;
|
|
1267
|
+
isPaidEvent: boolean;
|
|
1268
|
+
ticketAmount: string;
|
|
1269
|
+
/** @warning Enum not found, should be PayMethod */
|
|
1270
|
+
payMethod: string;
|
|
1271
|
+
}
|
|
1272
|
+
/**
|
|
1273
|
+
* @EventPayMethod
|
|
1274
|
+
* webcast.data.LiveEventInfo
|
|
1275
|
+
* C:\Users\ja\RiderProjects\TikTokProBufferGenerator\Application\output\sources\test.js
|
|
1276
|
+
*/
|
|
1277
|
+
declare enum User_LiveEventInfo_EventPayMethod {
|
|
1278
|
+
EVENTPAYMETHODINVALID = 0,
|
|
1279
|
+
EVENTPAYMETHODCOINS = 1,
|
|
1280
|
+
EVENTPAYMETHODCASH = 2,
|
|
1281
|
+
UNRECOGNIZED = -1
|
|
1282
|
+
}
|
|
1283
|
+
/**
|
|
1284
|
+
* @WalletPackage
|
|
1285
|
+
* proto.webcast.data.LiveEventInfo
|
|
1286
|
+
* C:\Users\ja\RiderProjects\TikTokProBufferGenerator\Application\output\sources\test.js
|
|
1287
|
+
*/
|
|
1288
|
+
interface User_LiveEventInfo_WalletPackage {
|
|
1289
|
+
iapId: string;
|
|
1290
|
+
usdPriceShow: string;
|
|
1291
|
+
}
|
|
1292
|
+
/**
|
|
1293
|
+
* @ActivityInfo
|
|
1294
|
+
* proto.webcast.data.User
|
|
1295
|
+
* C:\Users\ja\RiderProjects\TikTokProBufferGenerator\Application\output\sources\test.js
|
|
1296
|
+
*/
|
|
1297
|
+
interface User_ActivityInfo {
|
|
1298
|
+
badge: Image | undefined;
|
|
1299
|
+
storytag: Image | undefined;
|
|
1300
|
+
}
|
|
1301
|
+
/**
|
|
1302
|
+
* @AnchorLevel
|
|
1303
|
+
* proto.webcast.data.User
|
|
1304
|
+
* C:\Users\ja\RiderProjects\TikTokProBufferGenerator\Application\output\sources\test.js
|
|
1305
|
+
*/
|
|
1306
|
+
interface User_AnchorLevel {
|
|
1307
|
+
level: string;
|
|
1308
|
+
experience: string;
|
|
1309
|
+
lowestExperienceThisLevel: string;
|
|
1310
|
+
highestExperienceThisLevel: string;
|
|
1311
|
+
taskStartExperience: string;
|
|
1312
|
+
taskStartTime: string;
|
|
1313
|
+
taskDecreaseExperience: string;
|
|
1314
|
+
taskTargetExperience: string;
|
|
1315
|
+
taskEndTime: string;
|
|
1316
|
+
profileDialogBg: Image | undefined;
|
|
1317
|
+
profileDialogBgBack: Image | undefined;
|
|
1318
|
+
stageLevel: Image | undefined;
|
|
1319
|
+
smallIcon: Image | undefined;
|
|
1320
|
+
}
|
|
1321
|
+
/**
|
|
1322
|
+
* @AuthenticationInfo
|
|
1323
|
+
* proto.webcast.data.User
|
|
1324
|
+
* C:\Users\ja\RiderProjects\TikTokProBufferGenerator\Application\output\sources\test.js
|
|
1325
|
+
*/
|
|
1326
|
+
interface User_AuthenticationInfo {
|
|
1327
|
+
customVerify: string;
|
|
1328
|
+
enterpriseVerifyReason: string;
|
|
1329
|
+
authenticationBadge: Image | undefined;
|
|
1330
|
+
}
|
|
1331
|
+
/**
|
|
1332
|
+
* @AuthorStats
|
|
1333
|
+
* proto.webcast.data.User
|
|
1334
|
+
* C:\Users\ja\RiderProjects\TikTokProBufferGenerator\Application\output\sources\test.js
|
|
1335
|
+
*/
|
|
1336
|
+
interface User_AuthorStats {
|
|
1337
|
+
videoTotalCount: string;
|
|
1338
|
+
videoTotalPlayCount: string;
|
|
1339
|
+
videoTotalShareCount: string;
|
|
1340
|
+
videoTotalSeriesCount: string;
|
|
1341
|
+
varietyShowPlayCount: string;
|
|
1342
|
+
videoTotalFavoriteCount: string;
|
|
1343
|
+
}
|
|
1344
|
+
/**
|
|
1345
|
+
* @Border
|
|
1346
|
+
* proto.webcast.data.User
|
|
1347
|
+
* C:\Users\ja\RiderProjects\TikTokProBufferGenerator\Application\output\sources\test.js
|
|
1348
|
+
*/
|
|
1349
|
+
interface User_Border {
|
|
1350
|
+
icon: Image | undefined;
|
|
1351
|
+
level: string;
|
|
1352
|
+
source: string;
|
|
1353
|
+
profileDecorationRibbon: Image | undefined;
|
|
1354
|
+
avatarBackgroundColor: string;
|
|
1355
|
+
avatarBackgroundBorderColor: string;
|
|
1356
|
+
}
|
|
1357
|
+
/**
|
|
1358
|
+
* @ComboBadgeInfo
|
|
1359
|
+
* proto.webcast.data.User
|
|
1360
|
+
* C:\Users\ja\RiderProjects\TikTokProBufferGenerator\Application\output\sources\test.js
|
|
1361
|
+
*/
|
|
1362
|
+
interface User_ComboBadgeInfo {
|
|
1363
|
+
icon: Image | undefined;
|
|
1364
|
+
comboCount: string;
|
|
1365
|
+
}
|
|
1366
|
+
/**
|
|
1367
|
+
* @EcommerceEntrance
|
|
1368
|
+
* proto.webcast.data.User
|
|
1369
|
+
* C:\Users\ja\RiderProjects\TikTokProBufferGenerator\Application\output\sources\test.js
|
|
1370
|
+
*/
|
|
1371
|
+
interface User_EcommerceEntrance {
|
|
1372
|
+
/** Enum */
|
|
1373
|
+
entranceType: User_EcommerceEntrance_EntranceType;
|
|
1374
|
+
/** Enum */
|
|
1375
|
+
creatorType: User_EcommerceEntrance_CreatorType;
|
|
1376
|
+
schema: string;
|
|
1377
|
+
shopEntranceInfo: User_EcommerceEntrance_ShopEntranceInfo | undefined;
|
|
1378
|
+
showcaseEntranceInfo: User_EcommerceEntrance_ShowcaseEntranceInfo | undefined;
|
|
1379
|
+
}
|
|
1380
|
+
/**
|
|
1381
|
+
* @CreatorType
|
|
1382
|
+
* webcast.data.User.EcommerceEntrance
|
|
1383
|
+
* C:\Users\ja\RiderProjects\TikTokProBufferGenerator\Application\output\sources\test.js
|
|
1384
|
+
*/
|
|
1385
|
+
declare enum User_EcommerceEntrance_CreatorType {
|
|
1386
|
+
UNDEFINED = 0,
|
|
1387
|
+
OFFICIAL = 1,
|
|
1388
|
+
MARKET = 2,
|
|
1389
|
+
NORMAL = 3,
|
|
1390
|
+
UNRECOGNIZED = -1
|
|
1391
|
+
}
|
|
1392
|
+
/**
|
|
1393
|
+
* @EntranceType
|
|
1394
|
+
* webcast.data.User.EcommerceEntrance
|
|
1395
|
+
* C:\Users\ja\RiderProjects\TikTokProBufferGenerator\Application\output\sources\test.js
|
|
1396
|
+
*/
|
|
1397
|
+
declare enum User_EcommerceEntrance_EntranceType {
|
|
1398
|
+
PROFILE = 0,
|
|
1399
|
+
SHOWCASE = 1,
|
|
1400
|
+
SHOP = 2,
|
|
1401
|
+
UNRECOGNIZED = -1
|
|
1402
|
+
}
|
|
1403
|
+
/**
|
|
1404
|
+
* @ShopEntranceInfo
|
|
1405
|
+
* proto.webcast.data.User.EcommerceEntrance
|
|
1406
|
+
* C:\Users\ja\RiderProjects\TikTokProBufferGenerator\Application\output\sources\test.js
|
|
1407
|
+
*/
|
|
1408
|
+
interface User_EcommerceEntrance_ShopEntranceInfo {
|
|
1409
|
+
shopId: string;
|
|
1410
|
+
shopName: string;
|
|
1411
|
+
shopRating: string;
|
|
1412
|
+
storeLabel: User_EcommerceEntrance_ShopEntranceInfo_StoreLabel | undefined;
|
|
1413
|
+
formatSoldCount: string;
|
|
1414
|
+
soldCount: string;
|
|
1415
|
+
expRatePercentile: number;
|
|
1416
|
+
expRateTopDisplay: string;
|
|
1417
|
+
rateDisplayStyle: number;
|
|
1418
|
+
showRateNotApplicable: boolean;
|
|
1419
|
+
}
|
|
1420
|
+
/**
|
|
1421
|
+
* @StoreLabel
|
|
1422
|
+
* proto.webcast.data.User.EcommerceEntrance.ShopEntranceInfo
|
|
1423
|
+
* C:\Users\ja\RiderProjects\TikTokProBufferGenerator\Application\output\sources\test.js
|
|
1424
|
+
*/
|
|
1425
|
+
interface User_EcommerceEntrance_ShopEntranceInfo_StoreLabel {
|
|
1426
|
+
officialLabel: User_EcommerceEntrance_ShopEntranceInfo_StoreLabel_StoreOfficialLabel | undefined;
|
|
1427
|
+
isBytemall: boolean;
|
|
1428
|
+
}
|
|
1429
|
+
/**
|
|
1430
|
+
* @StoreBrandLabelType
|
|
1431
|
+
* webcast.data.User.EcommerceEntrance.ShopEntranceInfo.StoreLabel
|
|
1432
|
+
* C:\Users\ja\RiderProjects\TikTokProBufferGenerator\Application\output\sources\test.js
|
|
1433
|
+
*/
|
|
1434
|
+
declare enum User_EcommerceEntrance_ShopEntranceInfo_StoreLabel_StoreBrandLabelType {
|
|
1435
|
+
NONE = 0,
|
|
1436
|
+
OFFICIAL = 1,
|
|
1437
|
+
AUTHORIZED = 2,
|
|
1438
|
+
STORE_BRAND_LABEL_TYPE_BLUE_V = 3,
|
|
1439
|
+
STORE_BRAND_LABEL_TYPE_TOP_CHOICE = 4,
|
|
1440
|
+
UNRECOGNIZED = -1
|
|
1441
|
+
}
|
|
1442
|
+
/**
|
|
1443
|
+
* @StoreOfficialLabel
|
|
1444
|
+
* proto.webcast.data.User.EcommerceEntrance.ShopEntranceInfo.StoreLabel
|
|
1445
|
+
* C:\Users\ja\RiderProjects\TikTokProBufferGenerator\Application\output\sources\test.js
|
|
1446
|
+
*/
|
|
1447
|
+
interface User_EcommerceEntrance_ShopEntranceInfo_StoreLabel_StoreOfficialLabel {
|
|
1448
|
+
labelImageLight: User_EcommerceEntrance_ShopEntranceInfo_StoreLabel_StoreOfficialLabel_ShopLabelImage | undefined;
|
|
1449
|
+
labelImageDark: User_EcommerceEntrance_ShopEntranceInfo_StoreLabel_StoreOfficialLabel_ShopLabelImage | undefined;
|
|
1450
|
+
/** @warning Enum not found, should be LabelType */
|
|
1451
|
+
labelType: string;
|
|
1452
|
+
labelTypeStr: string;
|
|
1453
|
+
}
|
|
1454
|
+
/**
|
|
1455
|
+
* @ShopLabelImage
|
|
1456
|
+
* proto.webcast.data.User.EcommerceEntrance.ShopEntranceInfo.StoreLabel.StoreOfficialLabel
|
|
1457
|
+
* C:\Users\ja\RiderProjects\TikTokProBufferGenerator\Application\output\sources\test.js
|
|
1458
|
+
*/
|
|
1459
|
+
interface User_EcommerceEntrance_ShopEntranceInfo_StoreLabel_StoreOfficialLabel_ShopLabelImage {
|
|
1460
|
+
height: number;
|
|
1461
|
+
width: number;
|
|
1462
|
+
minetype: string;
|
|
1463
|
+
thumbUri: string;
|
|
1464
|
+
thumbUriList: string[];
|
|
1465
|
+
uri: string;
|
|
1466
|
+
urlList: string[];
|
|
1467
|
+
color: string;
|
|
1468
|
+
}
|
|
1469
|
+
/**
|
|
1470
|
+
* @ShowcaseEntranceInfo
|
|
1471
|
+
* proto.webcast.data.User.EcommerceEntrance
|
|
1472
|
+
* C:\Users\ja\RiderProjects\TikTokProBufferGenerator\Application\output\sources\test.js
|
|
1473
|
+
*/
|
|
1474
|
+
interface User_EcommerceEntrance_ShowcaseEntranceInfo {
|
|
1475
|
+
formatSoldCount: string;
|
|
1476
|
+
soldCount: string;
|
|
1477
|
+
}
|
|
1478
|
+
/**
|
|
1479
|
+
* @FansClub
|
|
1480
|
+
* proto.webcast.data.User
|
|
1481
|
+
* C:\Users\ja\RiderProjects\TikTokProBufferGenerator\Application\output\sources\test.js
|
|
1482
|
+
*/
|
|
1483
|
+
interface User_FansClub {
|
|
1484
|
+
data: User_FansClub_FansClubData | undefined;
|
|
1485
|
+
}
|
|
1486
|
+
/**
|
|
1487
|
+
* @PreferntialType
|
|
1488
|
+
* webcast.data.User.FansClub
|
|
1489
|
+
* C:\Users\ja\RiderProjects\TikTokProBufferGenerator\Application\output\sources\test.js
|
|
1490
|
+
*/
|
|
1491
|
+
declare enum User_FansClub_PreferntialType {
|
|
1492
|
+
PRESONALPROFILE = 0,
|
|
1493
|
+
OTHERROOM = 1,
|
|
1494
|
+
UNRECOGNIZED = -1
|
|
1495
|
+
}
|
|
1496
|
+
/**
|
|
1497
|
+
* @FansClubData
|
|
1498
|
+
* proto.webcast.data.User.FansClub
|
|
1499
|
+
* C:\Users\ja\RiderProjects\TikTokProBufferGenerator\Application\output\sources\test.js
|
|
1500
|
+
*/
|
|
1501
|
+
interface User_FansClub_FansClubData {
|
|
1502
|
+
clubName: string;
|
|
1503
|
+
level: number;
|
|
1504
|
+
/** Enum */
|
|
1505
|
+
userFansClubStatus: User_FansClub_FansClubData_UserFansClubStatus;
|
|
1506
|
+
availableGiftIdsList: string[];
|
|
1507
|
+
anchorId: string;
|
|
1508
|
+
}
|
|
1509
|
+
/**
|
|
1510
|
+
* @BadgeIcon
|
|
1511
|
+
* webcast.data.User.FansClub.FansClubData
|
|
1512
|
+
* C:\Users\ja\RiderProjects\TikTokProBufferGenerator\Application\output\sources\test.js
|
|
1513
|
+
*/
|
|
1514
|
+
declare enum User_FansClub_FansClubData_BadgeIcon {
|
|
1515
|
+
UNKNOWN = 0,
|
|
1516
|
+
ICON = 1,
|
|
1517
|
+
SMALLICON = 2,
|
|
1518
|
+
UNRECOGNIZED = -1
|
|
1519
|
+
}
|
|
1520
|
+
/**
|
|
1521
|
+
* @UserFansClubStatus
|
|
1522
|
+
* webcast.data.User.FansClub.FansClubData
|
|
1523
|
+
* C:\Users\ja\RiderProjects\TikTokProBufferGenerator\Application\output\sources\test.js
|
|
1524
|
+
*/
|
|
1525
|
+
declare enum User_FansClub_FansClubData_UserFansClubStatus {
|
|
1526
|
+
NOTJOINED = 0,
|
|
1527
|
+
ACTIVE = 1,
|
|
1528
|
+
INACTIVE = 2,
|
|
1529
|
+
UNRECOGNIZED = -1
|
|
1530
|
+
}
|
|
1531
|
+
/**
|
|
1532
|
+
* @FansClubInfo
|
|
1533
|
+
* proto.webcast.data.User
|
|
1534
|
+
* C:\Users\ja\RiderProjects\TikTokProBufferGenerator\Application\output\sources\test.js
|
|
1535
|
+
*/
|
|
1536
|
+
interface User_FansClubInfo {
|
|
1537
|
+
isSleeping: boolean;
|
|
1538
|
+
fansLevel: string;
|
|
1539
|
+
fansScore: string;
|
|
1540
|
+
badge: Image | undefined;
|
|
1541
|
+
fansCount: string;
|
|
1542
|
+
fansClubName: string;
|
|
1543
|
+
}
|
|
1544
|
+
/**
|
|
1545
|
+
* @FollowInfo
|
|
1546
|
+
* proto.webcast.data.User
|
|
1547
|
+
* C:\Users\ja\RiderProjects\TikTokProBufferGenerator\Application\output\sources\test.js
|
|
1548
|
+
*/
|
|
1549
|
+
interface User_FollowInfo {
|
|
1550
|
+
followingCount: string;
|
|
1551
|
+
followerCount: string;
|
|
1552
|
+
followStatus: string;
|
|
1553
|
+
pushStatus: string;
|
|
1554
|
+
}
|
|
1555
|
+
/**
|
|
1556
|
+
* @OwnRoom
|
|
1557
|
+
* proto.webcast.data.User
|
|
1558
|
+
* C:\Users\ja\RiderProjects\TikTokProBufferGenerator\Application\output\sources\test.js
|
|
1559
|
+
*/
|
|
1560
|
+
interface User_OwnRoom {
|
|
1561
|
+
roomIdsList: string[];
|
|
1562
|
+
roomIdsStrList: string[];
|
|
1563
|
+
}
|
|
1564
|
+
/**
|
|
1565
|
+
* @PayGrade
|
|
1566
|
+
* proto.webcast.data.User
|
|
1567
|
+
* C:\Users\ja\RiderProjects\TikTokProBufferGenerator\Application\output\sources\test.js
|
|
1568
|
+
*/
|
|
1569
|
+
interface User_PayGrade {
|
|
1570
|
+
diamondIcon: Image | undefined;
|
|
1571
|
+
name: string;
|
|
1572
|
+
icon: Image | undefined;
|
|
1573
|
+
nextName: string;
|
|
1574
|
+
level: string;
|
|
1575
|
+
nextIcon: Image | undefined;
|
|
1576
|
+
gradeDescribe: string;
|
|
1577
|
+
gradeIconList: GradeIcon[];
|
|
1578
|
+
screenChatType: string;
|
|
1579
|
+
imIcon: Image | undefined;
|
|
1580
|
+
imIconWithLevel: Image | undefined;
|
|
1581
|
+
liveIcon: Image | undefined;
|
|
1582
|
+
newImIconWithLevel: Image | undefined;
|
|
1583
|
+
newLiveIcon: Image | undefined;
|
|
1584
|
+
upgradeNeedConsume: string;
|
|
1585
|
+
nextPrivileges: string;
|
|
1586
|
+
background: Image | undefined;
|
|
1587
|
+
backgroundBack: Image | undefined;
|
|
1588
|
+
score: string;
|
|
1589
|
+
gradeBanner: string;
|
|
1590
|
+
profileDialogBg: Image | undefined;
|
|
1591
|
+
profileDialogBgBack: Image | undefined;
|
|
1592
|
+
}
|
|
1593
|
+
/**
|
|
1594
|
+
* @SubscribeBadge
|
|
1595
|
+
* proto.webcast.data.User
|
|
1596
|
+
* C:\Users\ja\RiderProjects\TikTokProBufferGenerator\Application\output\sources\test.js
|
|
1597
|
+
*/
|
|
1598
|
+
interface User_SubscribeBadge {
|
|
1599
|
+
originImg: Image | undefined;
|
|
1600
|
+
previewImg: Image | undefined;
|
|
1601
|
+
}
|
|
1602
|
+
/**
|
|
1603
|
+
* @SubscribeInfo
|
|
1604
|
+
* proto.webcast.data.User
|
|
1605
|
+
* C:\Users\ja\RiderProjects\TikTokProBufferGenerator\Application\output\sources\test.js
|
|
1606
|
+
*/
|
|
1607
|
+
interface User_SubscribeInfo {
|
|
1608
|
+
qualification: boolean;
|
|
1609
|
+
isSubscribe: boolean;
|
|
1610
|
+
badge: User_SubscribeBadge | undefined;
|
|
1611
|
+
enableSubscription: boolean;
|
|
1612
|
+
subscriberCount: string;
|
|
1613
|
+
isInGracePeriod: boolean;
|
|
1614
|
+
isSubscribedToAnchor: boolean;
|
|
1615
|
+
userGiftSubAuth: boolean;
|
|
1616
|
+
anchorGiftSubAuth: boolean;
|
|
1617
|
+
}
|
|
1618
|
+
/**
|
|
1619
|
+
* @UserAttr
|
|
1620
|
+
* proto.webcast.data.User
|
|
1621
|
+
* C:\Users\ja\RiderProjects\TikTokProBufferGenerator\Application\output\sources\test.js
|
|
1622
|
+
*/
|
|
1623
|
+
interface User_UserAttr {
|
|
1624
|
+
isMuted: boolean;
|
|
1625
|
+
isAdmin: boolean;
|
|
1626
|
+
isSuperAdmin: boolean;
|
|
1627
|
+
muteDuration: string;
|
|
1628
|
+
}
|
|
1629
|
+
/**
|
|
1630
|
+
* @UserStats
|
|
1631
|
+
* proto.webcast.data.User
|
|
1632
|
+
* C:\Users\ja\RiderProjects\TikTokProBufferGenerator\Application\output\sources\test.js
|
|
1633
|
+
*/
|
|
1634
|
+
interface User_UserStats {
|
|
1635
|
+
id: string;
|
|
1636
|
+
idStr: string;
|
|
1637
|
+
followingCount: string;
|
|
1638
|
+
followerCount: string;
|
|
1639
|
+
recordCount: string;
|
|
1640
|
+
totalDuration: string;
|
|
1641
|
+
dailyFanTicketCount: string;
|
|
1642
|
+
dailyIncome: string;
|
|
1643
|
+
itemCount: string;
|
|
1644
|
+
favoriteItemCount: string;
|
|
1645
|
+
diamondConsumedCount: string;
|
|
1646
|
+
tuwenItemCount: string;
|
|
1647
|
+
}
|
|
1648
|
+
/** @Emote */
|
|
1649
|
+
interface Emote {
|
|
1650
|
+
emoteId: string;
|
|
1651
|
+
image: Image | undefined;
|
|
1652
|
+
/** Enum */
|
|
1653
|
+
auditStatus: AuditStatus;
|
|
1654
|
+
uuid: string;
|
|
1655
|
+
/** Enum */
|
|
1656
|
+
emoteType: EmoteType;
|
|
1657
|
+
/** Enum */
|
|
1658
|
+
contentSource: ContentSource;
|
|
1659
|
+
/** Enum */
|
|
1660
|
+
emotePrivateType: EmotePrivateType;
|
|
1661
|
+
packageId: string;
|
|
1662
|
+
auditInfo: Emote_AuditInfo | undefined;
|
|
1663
|
+
rewardCondition: RewardCondition;
|
|
1664
|
+
emoteUploadInfo: Emote_EmoteUploadInfo | undefined;
|
|
1665
|
+
createTime: string;
|
|
1666
|
+
emoteScene: EmoteScene;
|
|
1667
|
+
}
|
|
1668
|
+
interface Emote_AuditInfo {
|
|
1669
|
+
violationId: string;
|
|
1670
|
+
taskType: Emote_AuditInfo_AuditTaskType;
|
|
1671
|
+
}
|
|
1672
|
+
declare enum Emote_AuditInfo_AuditTaskType {
|
|
1673
|
+
AUDIT_TASK_TYPE_DEFAULT = 0,
|
|
1674
|
+
AUDIT_TASK_TYPE_APPEAL = 1,
|
|
1675
|
+
UNRECOGNIZED = -1
|
|
1676
|
+
}
|
|
1677
|
+
interface Emote_EmoteUploadInfo {
|
|
1678
|
+
userId: string;
|
|
1679
|
+
emoteUploadSource: UserEmoteUploadSource;
|
|
1680
|
+
userInfo: User | undefined;
|
|
1681
|
+
userIdStr: string;
|
|
1682
|
+
}
|
|
1683
|
+
/** @PunishEventInfo */
|
|
1684
|
+
interface PunishEventInfo {
|
|
1685
|
+
punishType: string;
|
|
1686
|
+
punishReason: string;
|
|
1687
|
+
punishId: string;
|
|
1688
|
+
violationUid: string;
|
|
1689
|
+
/** Enum */
|
|
1690
|
+
punishTypeId: PunishTypeId;
|
|
1691
|
+
duration: string;
|
|
1692
|
+
punishPerceptionCode: string;
|
|
1693
|
+
violationUidStr: string;
|
|
1694
|
+
showReason: string;
|
|
1695
|
+
}
|
|
1696
|
+
/** @MsgFilter */
|
|
1697
|
+
interface MsgFilter {
|
|
1698
|
+
isGifter: boolean;
|
|
1699
|
+
isSubscribedToAnchor: boolean;
|
|
1700
|
+
}
|
|
1701
|
+
/**
|
|
1702
|
+
* @UserIdentity
|
|
1703
|
+
* proto.webcast.data
|
|
1704
|
+
*/
|
|
1705
|
+
interface UserIdentity {
|
|
1706
|
+
isGiftGiverOfAnchor: boolean;
|
|
1707
|
+
isSubscriberOfAnchor: boolean;
|
|
1708
|
+
isMutualFollowingWithAnchor: boolean;
|
|
1709
|
+
isFollowerOfAnchor: boolean;
|
|
1710
|
+
isModeratorOfAnchor: boolean;
|
|
1711
|
+
isAnchor: boolean;
|
|
1712
|
+
}
|
|
1713
|
+
/**
|
|
1714
|
+
* @Goal
|
|
1715
|
+
* proto.webcast.data
|
|
1716
|
+
* C:\Users\ja\RiderProjects\TikTokProBufferGenerator\Application\output\sources\test.js
|
|
1717
|
+
*/
|
|
1718
|
+
interface LiveStreamGoal {
|
|
1719
|
+
id: string;
|
|
1720
|
+
type: number;
|
|
1721
|
+
status: number;
|
|
1722
|
+
subGoals: LiveStreamGoal_LiveStreamSubGoal[];
|
|
1723
|
+
description: string;
|
|
1724
|
+
auditStatus: AuditStatus;
|
|
1725
|
+
cycleType: number;
|
|
1726
|
+
startTime: string;
|
|
1727
|
+
expireTime: string;
|
|
1728
|
+
realFinishTime: string;
|
|
1729
|
+
contributors: LiveStreamGoal_LiveStreamGoalContributor[];
|
|
1730
|
+
contributorsLength: number;
|
|
1731
|
+
idStr: string;
|
|
1732
|
+
auditDescription: string;
|
|
1733
|
+
stats: LiveStreamGoal_GoalStats | undefined;
|
|
1734
|
+
goalExtraInfo: string;
|
|
1735
|
+
mode: number;
|
|
1736
|
+
auditInfo: LiveStreamGoal_AuditInfo | undefined;
|
|
1737
|
+
challengeType: string;
|
|
1738
|
+
isUneditable: boolean;
|
|
1739
|
+
}
|
|
1740
|
+
interface LiveStreamGoal_AuditInfo {
|
|
1741
|
+
violationId: string;
|
|
1742
|
+
taskType: number;
|
|
1743
|
+
}
|
|
1744
|
+
interface LiveStreamGoal_LiveStreamSubGoal {
|
|
1745
|
+
type: number;
|
|
1746
|
+
id: string;
|
|
1747
|
+
progress: string;
|
|
1748
|
+
target: string;
|
|
1749
|
+
gift: LiveStreamGoal_LiveStreamSubGoalGift | undefined;
|
|
1750
|
+
idStr: string;
|
|
1751
|
+
pinInfo: LiveStreamGoal_LiveStreamSubGoal_SubGoalPinInfo | undefined;
|
|
1752
|
+
source: number;
|
|
1753
|
+
recommendedText: string;
|
|
1754
|
+
recommendedHeader: string;
|
|
1755
|
+
}
|
|
1756
|
+
interface LiveStreamGoal_LiveStreamSubGoal_SubGoalPinInfo {
|
|
1757
|
+
pinStartTime: string;
|
|
1758
|
+
pinEndTime: string;
|
|
1759
|
+
pinReadyTime: string;
|
|
1760
|
+
}
|
|
1761
|
+
interface LiveStreamGoal_LiveStreamSubGoalGift {
|
|
1762
|
+
name: string;
|
|
1763
|
+
icon: Image | undefined;
|
|
1764
|
+
diamondCount: string;
|
|
1765
|
+
type: number;
|
|
1766
|
+
}
|
|
1767
|
+
interface LiveStreamGoal_LiveStreamGoalContributor {
|
|
1768
|
+
userId: string;
|
|
1769
|
+
avatar: Image | undefined;
|
|
1770
|
+
displayId: string;
|
|
1771
|
+
score: string;
|
|
1772
|
+
userIdStr: string;
|
|
1773
|
+
inRoom: boolean;
|
|
1774
|
+
isFriend: boolean;
|
|
1775
|
+
followByOwner: boolean;
|
|
1776
|
+
isFistContribute: boolean;
|
|
1777
|
+
subGoalContributions: LiveStreamGoal_LiveStreamGoalContributor_SubGoalContribution[];
|
|
1778
|
+
}
|
|
1779
|
+
interface LiveStreamGoal_LiveStreamGoalContributor_SubGoalContribution {
|
|
1780
|
+
id: string;
|
|
1781
|
+
contributionCount: string;
|
|
1782
|
+
}
|
|
1783
|
+
interface LiveStreamGoal_GoalStats {
|
|
1784
|
+
totalCoins: string;
|
|
1785
|
+
totalContributor: string;
|
|
1786
|
+
comparison: LiveStreamGoal_GoalStats_GoalComparison | undefined;
|
|
1787
|
+
totalNewFans: string;
|
|
1788
|
+
}
|
|
1789
|
+
interface LiveStreamGoal_GoalStats_GoalComparison {
|
|
1790
|
+
coinsIncr: string;
|
|
1791
|
+
contributorIncr: string;
|
|
1792
|
+
}
|
|
1793
|
+
/**
|
|
1794
|
+
* @Indicator
|
|
1795
|
+
* proto.webcast.data
|
|
1796
|
+
* C:\Users\ja\RiderProjects\TikTokProBufferGenerator\Application\output\sources\test.js
|
|
1797
|
+
*/
|
|
1798
|
+
interface LiveStreamGoalIndicator {
|
|
1799
|
+
key: string;
|
|
1800
|
+
op: number;
|
|
1801
|
+
}
|
|
1802
|
+
interface Ranking {
|
|
1803
|
+
type: string;
|
|
1804
|
+
label: string;
|
|
1805
|
+
color: TikTokColor | undefined;
|
|
1806
|
+
details: ValueLabel[];
|
|
1807
|
+
}
|
|
1808
|
+
interface TikTokColor {
|
|
1809
|
+
color: string;
|
|
1810
|
+
id: string;
|
|
1811
|
+
data1: number;
|
|
1812
|
+
}
|
|
1813
|
+
interface ValueLabel {
|
|
1814
|
+
data: number;
|
|
1815
|
+
label: string;
|
|
1816
|
+
label2: string;
|
|
1817
|
+
label3: string;
|
|
1818
|
+
}
|
|
1819
|
+
interface TimeStampContainer {
|
|
1820
|
+
timestamp1: string;
|
|
1821
|
+
timestamp2: string;
|
|
1822
|
+
timestamp3: string;
|
|
1823
|
+
}
|
|
1824
|
+
interface PollStartContent {
|
|
1825
|
+
StartTime: string;
|
|
1826
|
+
EndTime: string;
|
|
1827
|
+
OptionList: PollOptionInfo[];
|
|
1828
|
+
Title: string;
|
|
1829
|
+
Operator: User | undefined;
|
|
1830
|
+
}
|
|
1831
|
+
interface PollEndContent {
|
|
1832
|
+
EndType: PollEndType;
|
|
1833
|
+
OptionList: PollOptionInfo[];
|
|
1834
|
+
Operator: User | undefined;
|
|
1835
|
+
}
|
|
1836
|
+
interface PollOptionInfo {
|
|
1837
|
+
Votes: number;
|
|
1838
|
+
DisplayContent: string;
|
|
1839
|
+
OptionIdx: number;
|
|
1840
|
+
VoteUserList: VoteUser[];
|
|
1841
|
+
}
|
|
1842
|
+
interface VoteUser {
|
|
1843
|
+
UserId: string;
|
|
1844
|
+
NickName: string;
|
|
1845
|
+
AvatarThumb: Image | undefined;
|
|
1846
|
+
}
|
|
1847
|
+
interface PollUpdateVotesContent {
|
|
1848
|
+
OptionList: PollOptionInfo[];
|
|
1849
|
+
}
|
|
1850
|
+
interface UserFanTicket {
|
|
1851
|
+
UserId: string;
|
|
1852
|
+
FanTicket: string;
|
|
1853
|
+
MatchTotalScore: string;
|
|
1854
|
+
MatchRank: number;
|
|
1855
|
+
}
|
|
1856
|
+
interface FanTicketRoomNoticeContent {
|
|
1857
|
+
UserFanTicketList: UserFanTicket[];
|
|
1858
|
+
TotalLinkMicFanTicket: string;
|
|
1859
|
+
MatchId: string;
|
|
1860
|
+
EventTime: string;
|
|
1861
|
+
FanTicketIconUrl: string;
|
|
1862
|
+
playId: string;
|
|
1863
|
+
playScene: PlayScene;
|
|
1864
|
+
}
|
|
1865
|
+
interface LinkerAcceptNoticeContent {
|
|
1866
|
+
fromUserId: string;
|
|
1867
|
+
fromRoomId: string;
|
|
1868
|
+
toUserId: string;
|
|
1869
|
+
}
|
|
1870
|
+
interface LinkerCancelContent {
|
|
1871
|
+
fromUserId: string;
|
|
1872
|
+
toUserId: string;
|
|
1873
|
+
cancelType: string;
|
|
1874
|
+
actionId: string;
|
|
1875
|
+
}
|
|
1876
|
+
interface ListUser {
|
|
1877
|
+
user: User | undefined;
|
|
1878
|
+
linkmicId: string;
|
|
1879
|
+
linkmicIdStr: string;
|
|
1880
|
+
linkStatus: LinkmicRoleType;
|
|
1881
|
+
linkType: LinkType;
|
|
1882
|
+
userPosition: number;
|
|
1883
|
+
silenceStatus: LinkSilenceStatus;
|
|
1884
|
+
modifyTime: string;
|
|
1885
|
+
linkerId: string;
|
|
1886
|
+
roleType: LinkRoleType;
|
|
1887
|
+
}
|
|
1888
|
+
/** it is just empty */
|
|
1889
|
+
interface LinkerCloseContent {}
|
|
1890
|
+
interface LinkerCreateContent {
|
|
1891
|
+
ownerId: string;
|
|
1892
|
+
ownerRoomId: string;
|
|
1893
|
+
/** Assuming this is LinkType enum */
|
|
1894
|
+
linkType: string;
|
|
1895
|
+
}
|
|
1896
|
+
interface LinkerEnterContent {
|
|
1897
|
+
linkedUsersList: ListUser[];
|
|
1898
|
+
anchorMultiLiveEnum: LinkmicMultiLiveEnum;
|
|
1899
|
+
anchorSettingInfo: MultiLiveAnchorPanelSettings | undefined;
|
|
1900
|
+
}
|
|
1901
|
+
interface LinkerInviteContent {
|
|
1902
|
+
fromUserId: string;
|
|
1903
|
+
fromRoomId: string;
|
|
1904
|
+
toRtcExtInfo: string;
|
|
1905
|
+
rtcJoinChannel: boolean;
|
|
1906
|
+
vendor: string;
|
|
1907
|
+
secFromUserId: string;
|
|
1908
|
+
toLinkmicIdStr: string;
|
|
1909
|
+
fromUser: User | undefined;
|
|
1910
|
+
requiredMicIdx: string;
|
|
1911
|
+
rtcExtInfoMap: {
|
|
1912
|
+
[key: string]: string;
|
|
1913
|
+
};
|
|
1914
|
+
multiLiveLayoutEnable: LinkmicMultiLiveEnum;
|
|
1915
|
+
multiLiveSetting: MultiLiveAnchorPanelSettings | undefined;
|
|
1916
|
+
fromLinkmicIdStr: string;
|
|
1917
|
+
fromTopHostInfo: LinkerInviteContent_InviteTopHostInfo | undefined;
|
|
1918
|
+
actionId: string;
|
|
1919
|
+
linkedUsers: LinkerInviteContent_LinkmicUserInfo[];
|
|
1920
|
+
dialogInfo: LinkerInviteContent_PerceptionDialogInfo | undefined;
|
|
1921
|
+
punishEventInfo: PunishEventInfo | undefined;
|
|
1922
|
+
fromRoomAgeRestricted: number;
|
|
1923
|
+
abTestSetting: LinkerInviteContent_CohostABTestSetting[];
|
|
1924
|
+
linkerInviteMsgExtra: LinkerInviteContent_LinkerInviteMessageExtra | undefined;
|
|
1925
|
+
}
|
|
1926
|
+
interface LinkerInviteContent_RtcExtInfoMapEntry {
|
|
1927
|
+
key: string;
|
|
1928
|
+
value: string;
|
|
1929
|
+
}
|
|
1930
|
+
interface LinkerInviteContent_InviteTopHostInfo {
|
|
1931
|
+
rankType: string;
|
|
1932
|
+
topIndex: string;
|
|
1933
|
+
}
|
|
1934
|
+
interface LinkerInviteContent_LinkmicUserInfo {
|
|
1935
|
+
userId: string;
|
|
1936
|
+
linkmicIdStr: string;
|
|
1937
|
+
roomId: string;
|
|
1938
|
+
linkedTime: string;
|
|
1939
|
+
}
|
|
1940
|
+
interface LinkerInviteContent_PerceptionDialogInfo {
|
|
1941
|
+
iconType: PerceptionDialogIconType;
|
|
1942
|
+
title: Text | undefined;
|
|
1943
|
+
subTitle: Text | undefined;
|
|
1944
|
+
adviceActionText: Text | undefined;
|
|
1945
|
+
defaultActionText: Text | undefined;
|
|
1946
|
+
violationDetailUrl: string;
|
|
1947
|
+
scene: Scene;
|
|
1948
|
+
targetUserId: string;
|
|
1949
|
+
targetRoomId: string;
|
|
1950
|
+
countDownTime: string;
|
|
1951
|
+
showFeedback: boolean;
|
|
1952
|
+
feedbackOptions: LinkerInviteContent_PerceptionDialogInfo_PerceptionFeedbackOption[];
|
|
1953
|
+
policyTip: string;
|
|
1954
|
+
appealPopup: number;
|
|
1955
|
+
}
|
|
1956
|
+
interface LinkerInviteContent_PerceptionDialogInfo_PerceptionFeedbackOption {
|
|
1957
|
+
id: string;
|
|
1958
|
+
contentKey: string;
|
|
1959
|
+
}
|
|
1960
|
+
interface LinkerInviteContent_CohostABTestSetting {
|
|
1961
|
+
key: string;
|
|
1962
|
+
value: LinkerInviteContent_CohostABTestSetting_CohostABTestList | undefined;
|
|
1963
|
+
}
|
|
1964
|
+
interface LinkerInviteContent_CohostABTestSetting_CohostABTestList {
|
|
1965
|
+
abTestList: LinkerInviteContent_CohostABTestSetting_CohostABTestList_CohostABTest[];
|
|
1966
|
+
}
|
|
1967
|
+
interface LinkerInviteContent_CohostABTestSetting_CohostABTestList_CohostABTest {
|
|
1968
|
+
abTestType: CohostABTestType;
|
|
1969
|
+
group: string;
|
|
1970
|
+
}
|
|
1971
|
+
interface LinkerInviteContent_LinkerInviteMessageExtra {
|
|
1972
|
+
matchType: number;
|
|
1973
|
+
inviteType: number;
|
|
1974
|
+
subType: number;
|
|
1975
|
+
theme: string;
|
|
1976
|
+
duration: number;
|
|
1977
|
+
layout: number;
|
|
1978
|
+
tips: string;
|
|
1979
|
+
inviterRivalExtra: LinkerInviteContent_LinkerInviteMessageExtra_InviterRivalExtra | undefined;
|
|
1980
|
+
otherRivalExtra: LinkerInviteContent_LinkerInviteMessageExtra_InviterRivalExtra[];
|
|
1981
|
+
topicInfo: CohostTopic | undefined;
|
|
1982
|
+
algoRequestId: string;
|
|
1983
|
+
}
|
|
1984
|
+
interface LinkerInviteContent_LinkerInviteMessageExtra_InviterRivalExtra {
|
|
1985
|
+
textType: TextType;
|
|
1986
|
+
text: string;
|
|
1987
|
+
label: string;
|
|
1988
|
+
userCount: number;
|
|
1989
|
+
avatarThumb: Image | undefined;
|
|
1990
|
+
displayId: string;
|
|
1991
|
+
authenticationInfo: LinkerInviteContent_LinkerInviteMessageExtra_InviterRivalExtra_AuthenticationInfo | undefined;
|
|
1992
|
+
nickname: string;
|
|
1993
|
+
followStatus: string;
|
|
1994
|
+
mHashtag: LinkerInviteContent_LinkerInviteMessageExtra_InviterRivalExtra_Hashtag | undefined;
|
|
1995
|
+
userId: string;
|
|
1996
|
+
isBestTeammate: boolean;
|
|
1997
|
+
optPairInfo: LinkerInviteContent_LinkerInviteMessageExtra_InviterRivalExtra_OptPairInfo | undefined;
|
|
1998
|
+
followerCount: string;
|
|
1999
|
+
}
|
|
2000
|
+
interface LinkerInviteContent_LinkerInviteMessageExtra_InviterRivalExtra_AuthenticationInfo {
|
|
2001
|
+
customVerify: string;
|
|
2002
|
+
enterpriseVerifyReason: string;
|
|
2003
|
+
authenticationBadge: Image | undefined;
|
|
2004
|
+
}
|
|
2005
|
+
interface LinkerInviteContent_LinkerInviteMessageExtra_InviterRivalExtra_Hashtag {
|
|
2006
|
+
id: string;
|
|
2007
|
+
title: string;
|
|
2008
|
+
image: Image | undefined;
|
|
2009
|
+
namespace: HashtagNamespace;
|
|
2010
|
+
}
|
|
2011
|
+
interface LinkerInviteContent_LinkerInviteMessageExtra_InviterRivalExtra_OptPairInfo {
|
|
2012
|
+
mappingId: string;
|
|
2013
|
+
displayUserList: LinkerInviteContent_LinkerInviteMessageExtra_InviterRivalExtra_OptPairInfo_OptPairUser[];
|
|
2014
|
+
buttonNoticeType: OptPairStatus;
|
|
2015
|
+
expectedTimeSec: string;
|
|
2016
|
+
optPairType: string;
|
|
2017
|
+
}
|
|
2018
|
+
interface LinkerInviteContent_LinkerInviteMessageExtra_InviterRivalExtra_OptPairInfo_OptPairUser {
|
|
2019
|
+
user: User | undefined;
|
|
2020
|
+
roomId: string;
|
|
2021
|
+
}
|
|
2022
|
+
interface CohostTopic {
|
|
2023
|
+
id: string;
|
|
2024
|
+
titleKey: string;
|
|
2025
|
+
titleText: string;
|
|
2026
|
+
liked: boolean;
|
|
2027
|
+
totalHeat: string;
|
|
2028
|
+
totalRivals: string;
|
|
2029
|
+
rivalsAvatar: Image[];
|
|
2030
|
+
}
|
|
2031
|
+
interface LinkerKickOutContent {
|
|
2032
|
+
fromUserId: string;
|
|
2033
|
+
kickoutReason: KickoutReason;
|
|
2034
|
+
}
|
|
2035
|
+
interface LinkerLeaveContent {
|
|
2036
|
+
userId: string;
|
|
2037
|
+
linkmicIdStr: string;
|
|
2038
|
+
sendLeaveUid: string;
|
|
2039
|
+
leaveReason: string;
|
|
2040
|
+
}
|
|
2041
|
+
/** Empty */
|
|
2042
|
+
interface LinkerLinkedListChangeContent {}
|
|
2043
|
+
/** Empty */
|
|
2044
|
+
interface CohostListChangeContent {}
|
|
2045
|
+
interface LinkerListChangeContent {
|
|
2046
|
+
linkedUsers: ListUser[];
|
|
2047
|
+
appliedUsers: ListUser[];
|
|
2048
|
+
connectingUsers: ListUser[];
|
|
2049
|
+
}
|
|
2050
|
+
interface LinkerMediaChangeContent {
|
|
2051
|
+
op: GuestMicCameraManageOp;
|
|
2052
|
+
toUserId: string;
|
|
2053
|
+
anchorId: string;
|
|
2054
|
+
roomId: string;
|
|
2055
|
+
changeScene: GuestMicCameraChangeScene;
|
|
2056
|
+
operatorInfo: LinkerMediaChangeContent_LinkerMediaChangeOperator | undefined;
|
|
2057
|
+
}
|
|
2058
|
+
interface LinkerMediaChangeContent_LinkerMediaChangeOperator {
|
|
2059
|
+
userId: string;
|
|
2060
|
+
operatorType: LinkMicUserAdminType;
|
|
2061
|
+
nickName: string;
|
|
2062
|
+
displayId: string;
|
|
2063
|
+
}
|
|
2064
|
+
/** Empty */
|
|
2065
|
+
interface LinkerMicIdxUpdateContent {}
|
|
2066
|
+
interface LinkerMuteContent {
|
|
2067
|
+
userId: string;
|
|
2068
|
+
status: MuteStatus;
|
|
2069
|
+
}
|
|
2070
|
+
interface LinkerRandomMatchContent {
|
|
2071
|
+
user: User | undefined;
|
|
2072
|
+
roomId: string;
|
|
2073
|
+
inviteType: string;
|
|
2074
|
+
matchId: string;
|
|
2075
|
+
innerChannelId: string;
|
|
2076
|
+
}
|
|
2077
|
+
interface LinkerReplyContent {
|
|
2078
|
+
fromUserId: string;
|
|
2079
|
+
fromRoomId: string;
|
|
2080
|
+
fromUserLinkmicInfo: LinkerReplyContent_LinkmicInfo | undefined;
|
|
2081
|
+
toUserId: string;
|
|
2082
|
+
toUserLinkmicInfo: LinkerReplyContent_LinkmicInfo | undefined;
|
|
2083
|
+
linkType: string;
|
|
2084
|
+
replyStatus: string;
|
|
2085
|
+
linkerSetting: LinkerSetting | undefined;
|
|
2086
|
+
fromUser: User | undefined;
|
|
2087
|
+
toUser: User | undefined;
|
|
2088
|
+
}
|
|
2089
|
+
interface LinkerReplyContent_LinkmicInfo {
|
|
2090
|
+
accessKey: string;
|
|
2091
|
+
linkMicId: string;
|
|
2092
|
+
joinable: boolean;
|
|
2093
|
+
confluenceType: number;
|
|
2094
|
+
rtcExtInfo: string;
|
|
2095
|
+
rtcAppId: string;
|
|
2096
|
+
rtcAppSign: string;
|
|
2097
|
+
linkmicIdStr: string;
|
|
2098
|
+
vendor: string;
|
|
2099
|
+
}
|
|
2100
|
+
interface LinkerSetting {
|
|
2101
|
+
MaxMemberLimit: string;
|
|
2102
|
+
LinkType: string;
|
|
2103
|
+
Scene: Scene;
|
|
2104
|
+
OwnerUserId: string;
|
|
2105
|
+
OwnerRoomId: string;
|
|
2106
|
+
Vendor: string;
|
|
2107
|
+
}
|
|
2108
|
+
interface LinkerSysKickOutContent {
|
|
2109
|
+
userId: string;
|
|
2110
|
+
linkmicIdStr: string;
|
|
2111
|
+
}
|
|
2112
|
+
interface LinkmicUserToastContent {
|
|
2113
|
+
userId: string;
|
|
2114
|
+
roomId: string;
|
|
2115
|
+
displayText: Text | undefined;
|
|
2116
|
+
leavedUserId: string;
|
|
2117
|
+
}
|
|
2118
|
+
interface LinkerUpdateUserContent {
|
|
2119
|
+
fromUserId: string;
|
|
2120
|
+
toUserId: string;
|
|
2121
|
+
updateInfo: {
|
|
2122
|
+
[key: string]: string;
|
|
2123
|
+
};
|
|
2124
|
+
}
|
|
2125
|
+
interface LinkerUpdateUserContent_UpdateInfoEntry {
|
|
2126
|
+
key: string;
|
|
2127
|
+
value: string;
|
|
2128
|
+
}
|
|
2129
|
+
interface LinkerUpdateUserSettingContent {
|
|
2130
|
+
multiLiveAnchorPanelSettings: MultiLiveAnchorPanelSettings | undefined;
|
|
2131
|
+
}
|
|
2132
|
+
/** Empty */
|
|
2133
|
+
interface LinkerWaitingListChangeContent {}
|
|
2134
|
+
interface MultiLiveAnchorPanelSettings {
|
|
2135
|
+
userId: string;
|
|
2136
|
+
layout: string;
|
|
2137
|
+
fixMicNum: string;
|
|
2138
|
+
allowRequestFromUser: string;
|
|
2139
|
+
allowRequestFromFollowerOnly: string;
|
|
2140
|
+
applierSortSetting: LinkmicApplierSortSetting;
|
|
2141
|
+
applierSortGiftScoreThreshold: string;
|
|
2142
|
+
allowRequestFromFriends: number;
|
|
2143
|
+
allowRequestFromFollowers: number;
|
|
2144
|
+
allowRequestFromOthers: number;
|
|
2145
|
+
enableShowMultiGuestLayout: number;
|
|
2146
|
+
}
|
|
2147
|
+
interface Player {
|
|
2148
|
+
roomId: string;
|
|
2149
|
+
userId: string;
|
|
2150
|
+
}
|
|
2151
|
+
interface AllListUser {
|
|
2152
|
+
linkedList: LinkLayerListUser[];
|
|
2153
|
+
appliedList: LinkLayerListUser[];
|
|
2154
|
+
invitedList: LinkLayerListUser[];
|
|
2155
|
+
readyList: LinkLayerListUser[];
|
|
2156
|
+
}
|
|
2157
|
+
interface LinkLayerListUser {
|
|
2158
|
+
user: User | undefined;
|
|
2159
|
+
linkmicId: string;
|
|
2160
|
+
pos: Position | undefined;
|
|
2161
|
+
linkedTimeNano: string;
|
|
2162
|
+
appVersion: string;
|
|
2163
|
+
magicNumber1: string;
|
|
2164
|
+
}
|
|
2165
|
+
interface Position {
|
|
2166
|
+
type: number;
|
|
2167
|
+
link: LinkPosition | undefined;
|
|
2168
|
+
}
|
|
2169
|
+
interface LinkPosition {
|
|
2170
|
+
position: number;
|
|
2171
|
+
opt: number;
|
|
2172
|
+
}
|
|
2173
|
+
interface GroupPlayer {
|
|
2174
|
+
channelId: string;
|
|
2175
|
+
user: User | undefined;
|
|
2176
|
+
}
|
|
2177
|
+
interface DSLConfig {
|
|
2178
|
+
sceneVersion: number;
|
|
2179
|
+
layoutId: string;
|
|
2180
|
+
}
|
|
2181
|
+
interface GroupChannelAllUser {
|
|
2182
|
+
groupChannelId: string;
|
|
2183
|
+
userList: GroupChannelUser[];
|
|
2184
|
+
contentVersion: string;
|
|
2185
|
+
}
|
|
2186
|
+
interface GroupChannelUser {
|
|
2187
|
+
channelId: string;
|
|
2188
|
+
status: GroupStatus;
|
|
2189
|
+
type: TextType;
|
|
2190
|
+
allUser: AllListUser | undefined;
|
|
2191
|
+
joinTime: string;
|
|
2192
|
+
linkedTime: string;
|
|
2193
|
+
ownerUser: GroupPlayer | undefined;
|
|
2194
|
+
groupLinkmicId: string;
|
|
2195
|
+
}
|
|
2196
|
+
interface RTCExtraInfo {
|
|
2197
|
+
liveRtcEngineConfig: RTCExtraInfo_RTCEngineConfig | undefined;
|
|
2198
|
+
liveRtcVideoParamList: RTCExtraInfo_RTCLiveVideoParam[];
|
|
2199
|
+
rtcBitrateMap: RTCExtraInfo_RTCBitrateMap | undefined;
|
|
2200
|
+
rtcFps: number;
|
|
2201
|
+
rtcMixBase: RTCExtraInfo_RTCMixBase | undefined;
|
|
2202
|
+
byteRtcExtInfo: RTCExtraInfo_ByteRTCExtInfo | undefined;
|
|
2203
|
+
rtcInfoExtra: RTCExtraInfo_RTCInfoExtra | undefined;
|
|
2204
|
+
rtcBusinessId: string;
|
|
2205
|
+
rtcOther: RTCExtraInfo_RTCOther | undefined;
|
|
2206
|
+
interactClientType: number;
|
|
2207
|
+
}
|
|
2208
|
+
interface RTCExtraInfo_RTCMixBase {
|
|
2209
|
+
bitrate: number;
|
|
2210
|
+
}
|
|
2211
|
+
interface RTCExtraInfo_ByteRTCExtInfo {
|
|
2212
|
+
defaultSignaling: number;
|
|
2213
|
+
}
|
|
2214
|
+
interface RTCExtraInfo_RTCInfoExtra {
|
|
2215
|
+
version: string;
|
|
2216
|
+
}
|
|
2217
|
+
interface RTCExtraInfo_RTCOther {
|
|
2218
|
+
transCodingSecond: number;
|
|
2219
|
+
}
|
|
2220
|
+
interface RTCExtraInfo_RTCEngineConfig {
|
|
2221
|
+
rtcAppId: string;
|
|
2222
|
+
rtcUserId: string;
|
|
2223
|
+
rtcToken: string;
|
|
2224
|
+
rtcChannelId: string;
|
|
2225
|
+
}
|
|
2226
|
+
interface RTCExtraInfo_RTCLiveVideoParam {
|
|
2227
|
+
strategyId: number;
|
|
2228
|
+
params: RTCExtraInfo_RTCVideoParam | undefined;
|
|
2229
|
+
}
|
|
2230
|
+
interface RTCExtraInfo_RTCVideoParam {
|
|
2231
|
+
width: number;
|
|
2232
|
+
height: number;
|
|
2233
|
+
fps: number;
|
|
2234
|
+
bitrateKbps: number;
|
|
2235
|
+
}
|
|
2236
|
+
interface RTCExtraInfo_RTCBitrateMap {
|
|
2237
|
+
xx1: number;
|
|
2238
|
+
xx2: number;
|
|
2239
|
+
xx3: number;
|
|
2240
|
+
xx4: number;
|
|
2241
|
+
}
|
|
2242
|
+
interface CreateChannelContent {
|
|
2243
|
+
owner: Player | undefined;
|
|
2244
|
+
ownerLinkMicId: string;
|
|
2245
|
+
}
|
|
2246
|
+
interface ListChangeContent {
|
|
2247
|
+
listChangeType: number;
|
|
2248
|
+
userList: AllListUser | undefined;
|
|
2249
|
+
linkedUserUiPositions: string[];
|
|
2250
|
+
contentPos: ContentPosition[];
|
|
2251
|
+
}
|
|
2252
|
+
interface ContentPosition {
|
|
2253
|
+
contentID: string;
|
|
2254
|
+
contentType: ContentPositionType;
|
|
2255
|
+
pos: MicPositionData | undefined;
|
|
2256
|
+
contentLinkmicID: string;
|
|
2257
|
+
startTimeNano: string;
|
|
2258
|
+
}
|
|
2259
|
+
interface MicPositionData {
|
|
2260
|
+
type: number;
|
|
2261
|
+
linkPosition: LinkPosition | undefined;
|
|
2262
|
+
}
|
|
2263
|
+
interface MultiLiveContent {
|
|
2264
|
+
applyBizContent: MultiLiveContent_ApplyBizContent | undefined;
|
|
2265
|
+
inviteBizContent: MultiLiveContent_InviteBizContent | undefined;
|
|
2266
|
+
replyBizContent: MultiLiveContent_ReplyBizContent | undefined;
|
|
2267
|
+
permitBizContent: MultiLiveContent_PermitBizContent | undefined;
|
|
2268
|
+
joinDirectBizContent: MultiLiveContent_JoinDirectBizContent | undefined;
|
|
2269
|
+
kickOutBizContent: MultiLiveContent_KickOutBizContent | undefined;
|
|
2270
|
+
}
|
|
2271
|
+
interface MultiLiveContent_ApplyBizContent {
|
|
2272
|
+
user: User | undefined;
|
|
2273
|
+
}
|
|
2274
|
+
interface MultiLiveContent_JoinDirectBizContent {
|
|
2275
|
+
replyImMsgId: string;
|
|
2276
|
+
outsideRoomInviteSource: MultiGuestOutsideRoomInviteSource;
|
|
2277
|
+
}
|
|
2278
|
+
interface MultiLiveContent_InviteBizContent {
|
|
2279
|
+
anchorSettingInfo: MultiLiveAnchorPanelSettings | undefined;
|
|
2280
|
+
inviteSource: ContentInviteSource;
|
|
2281
|
+
operatorUserInfo: User | undefined;
|
|
2282
|
+
operatorLinkAdminType: LinkMicUserAdminType;
|
|
2283
|
+
inviteeUserInfo: User | undefined;
|
|
2284
|
+
shareRevenueSetting: LinkmicShareRevenueSetting;
|
|
2285
|
+
}
|
|
2286
|
+
interface MultiLiveContent_ReplyBizContent {
|
|
2287
|
+
linkType: number;
|
|
2288
|
+
isTurnOffInvitation: number;
|
|
2289
|
+
replyUserInfo: User | undefined;
|
|
2290
|
+
}
|
|
2291
|
+
interface MultiLiveContent_PermitBizContent {
|
|
2292
|
+
anchorSettingInfo: MultiLiveAnchorPanelSettings | undefined;
|
|
2293
|
+
expireTimestamp: string;
|
|
2294
|
+
operatorUserInfo: User | undefined;
|
|
2295
|
+
operatorLinkAdminType: LinkMicUserAdminType;
|
|
2296
|
+
linkUserType: LinkUserType;
|
|
2297
|
+
}
|
|
2298
|
+
interface MultiLiveContent_KickOutBizContent {
|
|
2299
|
+
operatorUserInfo: User | undefined;
|
|
2300
|
+
operatorLinkAdminType: LinkMicUserAdminType;
|
|
2301
|
+
kickPlayerUserInfo: User | undefined;
|
|
2302
|
+
}
|
|
2303
|
+
interface InviteContent {
|
|
2304
|
+
invitor: Player | undefined;
|
|
2305
|
+
inviteeRtcExtInfo: RTCExtraInfo | undefined;
|
|
2306
|
+
invitorLinkMicId: string;
|
|
2307
|
+
inviteeLinkMicId: string;
|
|
2308
|
+
isOwner: boolean;
|
|
2309
|
+
pos: Position | undefined;
|
|
2310
|
+
dsl: DSLConfig | undefined;
|
|
2311
|
+
invitee: User | undefined;
|
|
2312
|
+
operator: User | undefined;
|
|
2313
|
+
}
|
|
2314
|
+
/**
|
|
2315
|
+
* @ApplyContent
|
|
2316
|
+
* proto.webcast.im
|
|
2317
|
+
* C:\Users\ja\RiderProjects\TikTokProBufferGenerator\Application\output\sources\test.js
|
|
2318
|
+
*/
|
|
2319
|
+
interface ApplyContent {
|
|
2320
|
+
applier: Player | undefined;
|
|
2321
|
+
applierLinkMicId: string;
|
|
2322
|
+
}
|
|
2323
|
+
/**
|
|
2324
|
+
* @PermitApplyContent
|
|
2325
|
+
* proto.webcast.im
|
|
2326
|
+
* C:\Users\ja\RiderProjects\TikTokProBufferGenerator\Application\output\sources\test.js
|
|
2327
|
+
*/
|
|
2328
|
+
interface PermitApplyContent {
|
|
2329
|
+
permiter: Player | undefined;
|
|
2330
|
+
permiterLinkMicId: string;
|
|
2331
|
+
applierPos: Position | undefined;
|
|
2332
|
+
/** Enum */
|
|
2333
|
+
replyStatus: ReplyStatus;
|
|
2334
|
+
dsl: DSLConfig | undefined;
|
|
2335
|
+
applier: User | undefined;
|
|
2336
|
+
operator: User | undefined;
|
|
2337
|
+
applierLinkMicId: string;
|
|
2338
|
+
}
|
|
2339
|
+
/**
|
|
2340
|
+
* @ReplyInviteContent
|
|
2341
|
+
* proto.webcast.im
|
|
2342
|
+
* C:\Users\ja\RiderProjects\TikTokProBufferGenerator\Application\output\sources\test.js
|
|
2343
|
+
*/
|
|
2344
|
+
interface ReplyInviteContent {
|
|
2345
|
+
invitee: Player | undefined;
|
|
2346
|
+
replyStatus: ReplyStatus;
|
|
2347
|
+
inviteeLinkMicId: string;
|
|
2348
|
+
inviteePos: Position | undefined;
|
|
2349
|
+
inviteOperatorUser: Player | undefined;
|
|
2350
|
+
linkedUserUiPositions: string[];
|
|
2351
|
+
uiPos: PosIdentity[];
|
|
2352
|
+
}
|
|
2353
|
+
/**
|
|
2354
|
+
* @KickOutContent
|
|
2355
|
+
* proto.webcast.im
|
|
2356
|
+
* C:\Users\ja\RiderProjects\TikTokProBufferGenerator\Application\output\sources\test.js
|
|
2357
|
+
*/
|
|
2358
|
+
interface KickOutContent {
|
|
2359
|
+
offliner: Player | undefined;
|
|
2360
|
+
kickoutReason: KickoutReason;
|
|
2361
|
+
linkedUserUiPositions: string[];
|
|
2362
|
+
uiPos: PosIdentity[];
|
|
2363
|
+
}
|
|
2364
|
+
interface PosIdentity {
|
|
2365
|
+
type: PosIdentityType;
|
|
2366
|
+
value: string;
|
|
2367
|
+
}
|
|
2368
|
+
/**
|
|
2369
|
+
* @CancelApplyContent
|
|
2370
|
+
* proto.webcast.im
|
|
2371
|
+
* C:\Users\ja\RiderProjects\TikTokProBufferGenerator\Application\output\sources\test.js
|
|
2372
|
+
*/
|
|
2373
|
+
interface CancelApplyContent {
|
|
2374
|
+
applier: Player | undefined;
|
|
2375
|
+
applierLinkMicId: string;
|
|
2376
|
+
}
|
|
2377
|
+
/**
|
|
2378
|
+
* @CancelInviteContent
|
|
2379
|
+
* proto.webcast.im
|
|
2380
|
+
* C:\Users\ja\RiderProjects\TikTokProBufferGenerator\Application\output\sources\test.js
|
|
2381
|
+
*/
|
|
2382
|
+
interface CancelInviteContent {
|
|
2383
|
+
invitor: Player | undefined;
|
|
2384
|
+
invitorLinkMicId: string;
|
|
2385
|
+
inviteeLinkMicId: string;
|
|
2386
|
+
inviteSeqId: string;
|
|
2387
|
+
invitee: Player | undefined;
|
|
2388
|
+
}
|
|
2389
|
+
/**
|
|
2390
|
+
* @LeaveContent
|
|
2391
|
+
* proto.webcast.im
|
|
2392
|
+
* C:\Users\ja\RiderProjects\TikTokProBufferGenerator\Application\output\sources\test.js
|
|
2393
|
+
*/
|
|
2394
|
+
interface LeaveContent {
|
|
2395
|
+
leaver: Player | undefined;
|
|
2396
|
+
leaveReason: string;
|
|
2397
|
+
linkedUserUiPositions: string[];
|
|
2398
|
+
uiPos: PosIdentity[];
|
|
2399
|
+
}
|
|
2400
|
+
/**
|
|
2401
|
+
* @FinishChannelContent
|
|
2402
|
+
* proto.webcast.im
|
|
2403
|
+
* C:\Users\ja\RiderProjects\TikTokProBufferGenerator\Application\output\sources\test.js
|
|
2404
|
+
*/
|
|
2405
|
+
interface FinishChannelContent {
|
|
2406
|
+
owner: Player | undefined;
|
|
2407
|
+
finishReason: string;
|
|
2408
|
+
}
|
|
2409
|
+
/**
|
|
2410
|
+
* @JoinDirectContent
|
|
2411
|
+
* proto.webcast.im
|
|
2412
|
+
* C:\Users\ja\RiderProjects\TikTokProBufferGenerator\Application\output\sources\test.js
|
|
2413
|
+
*/
|
|
2414
|
+
interface JoinDirectContent {
|
|
2415
|
+
joiner: LinkLayerListUser | undefined;
|
|
2416
|
+
allUsers: AllListUser | undefined;
|
|
2417
|
+
}
|
|
2418
|
+
/**
|
|
2419
|
+
* @LeaveJoinGroupContent
|
|
2420
|
+
* proto.webcast.im
|
|
2421
|
+
* C:\Users\ja\RiderProjects\TikTokProBufferGenerator\Application\output\sources\test.js
|
|
2422
|
+
*/
|
|
2423
|
+
interface LeaveJoinGroupContent {
|
|
2424
|
+
operator: GroupPlayer | undefined;
|
|
2425
|
+
groupChannelId: string;
|
|
2426
|
+
leaveSource: string;
|
|
2427
|
+
linkedUserUiPositions: string[];
|
|
2428
|
+
}
|
|
2429
|
+
/**
|
|
2430
|
+
* @PermitJoinGroupContent
|
|
2431
|
+
* proto.webcast.im
|
|
2432
|
+
*/
|
|
2433
|
+
interface PermitJoinGroupContent {
|
|
2434
|
+
approver: GroupPlayer | undefined;
|
|
2435
|
+
agreeStatus: AgreeStatus;
|
|
2436
|
+
type: JoinType;
|
|
2437
|
+
groupExtInfoList: RTCExtraInfo[];
|
|
2438
|
+
groupUser: GroupChannelAllUser | undefined;
|
|
2439
|
+
migrationDetails: MigrationDetails | undefined;
|
|
2440
|
+
linkedUserUiPositions: string[];
|
|
2441
|
+
}
|
|
2442
|
+
interface MigrationDetails {
|
|
2443
|
+
isMigrate: boolean;
|
|
2444
|
+
sourceGroupChannelId: string;
|
|
2445
|
+
targetGroupChannelId: string;
|
|
2446
|
+
}
|
|
2447
|
+
/**
|
|
2448
|
+
* @CancelJoinGroupContent
|
|
2449
|
+
* proto.webcast.im
|
|
2450
|
+
*/
|
|
2451
|
+
interface CancelJoinGroupContent {
|
|
2452
|
+
leaverList: GroupPlayer[];
|
|
2453
|
+
operator: GroupPlayer | undefined;
|
|
2454
|
+
type: JoinType;
|
|
2455
|
+
groupUser: GroupChannelAllUser | undefined;
|
|
2456
|
+
}
|
|
2457
|
+
interface P2PGroupChangeContent {
|
|
2458
|
+
groupExtInfoList: RTCExtraInfo[];
|
|
2459
|
+
groupUser: GroupChannelAllUser | undefined;
|
|
2460
|
+
migrationDetails: MigrationDetails | undefined;
|
|
2461
|
+
contentPos: ContentPosition[];
|
|
2462
|
+
}
|
|
2463
|
+
interface GroupChangeContent {
|
|
2464
|
+
groupUser: GroupChannelAllUser | undefined;
|
|
2465
|
+
linkedUserUiPositions: string[];
|
|
2466
|
+
}
|
|
2467
|
+
interface BusinessContent {
|
|
2468
|
+
overLength: string;
|
|
2469
|
+
multiLiveContent: MultiLiveContent | undefined;
|
|
2470
|
+
cohostContent: BusinessContent_CohostContent | undefined;
|
|
2471
|
+
}
|
|
2472
|
+
interface BusinessContent_CohostContent {
|
|
2473
|
+
joinGroupBizContent: BusinessContent_JoinGroupBizContent | undefined;
|
|
2474
|
+
permitJoinGroupBizContent: BusinessContent_PermitJoinGroupBizContent | undefined;
|
|
2475
|
+
listChangeBizContent: BusinessContent_ListChangeBizContent | undefined;
|
|
2476
|
+
}
|
|
2477
|
+
interface BusinessContent_PermitJoinGroupBizContent {
|
|
2478
|
+
replyStatus: ReplyStatus;
|
|
2479
|
+
sourceType: SourceType;
|
|
2480
|
+
}
|
|
2481
|
+
interface BusinessContent_ListChangeBizContent {
|
|
2482
|
+
userInfos: {
|
|
2483
|
+
[key: string]: BusinessContent_CohostUserInfo;
|
|
2484
|
+
};
|
|
2485
|
+
waitingUsers: BusinessContent_ListChangeBizContent_VirtualWaitingUser[];
|
|
2486
|
+
}
|
|
2487
|
+
interface BusinessContent_ListChangeBizContent_UserInfosEntry {
|
|
2488
|
+
key: string;
|
|
2489
|
+
value: BusinessContent_CohostUserInfo | undefined;
|
|
2490
|
+
}
|
|
2491
|
+
interface BusinessContent_ListChangeBizContent_VirtualWaitingUser {
|
|
2492
|
+
userId: string;
|
|
2493
|
+
timestamp: string;
|
|
2494
|
+
avatars: Image[];
|
|
2495
|
+
}
|
|
2496
|
+
interface BusinessContent_CohostUserInfo {
|
|
2497
|
+
permissionType: string;
|
|
2498
|
+
sourceType: SourceType;
|
|
2499
|
+
isLowVersion: boolean;
|
|
2500
|
+
bestTeammateUid: string;
|
|
2501
|
+
hasTopicPerm: boolean;
|
|
2502
|
+
streamConfig: BusinessContent_CohostUserInfo_CohostStreamConfig | undefined;
|
|
2503
|
+
inDifferentInviteTypeControlGroup: boolean;
|
|
2504
|
+
nickname: string;
|
|
2505
|
+
displayId: string;
|
|
2506
|
+
avatarThumb: Image | undefined;
|
|
2507
|
+
followStatus: string;
|
|
2508
|
+
userIdStr: string;
|
|
2509
|
+
}
|
|
2510
|
+
interface BusinessContent_CohostUserInfo_CohostStreamConfig {
|
|
2511
|
+
screenShareStreamId: string;
|
|
2512
|
+
}
|
|
2513
|
+
interface BusinessContent_JoinGroupBizContent {
|
|
2514
|
+
fromRoomAgeRestricted: number;
|
|
2515
|
+
fromTag: BusinessContent_Tag | undefined;
|
|
2516
|
+
dialog: BusinessContent_PerceptionDialogInfo | undefined;
|
|
2517
|
+
punishInfo: PunishEventInfo | undefined;
|
|
2518
|
+
topicInfo: CohostTopic | undefined;
|
|
2519
|
+
algoRequestId: string;
|
|
2520
|
+
cohostLayoutMode: CohostLayoutMode;
|
|
2521
|
+
tag: BusinessContent_JoinGroupBizContent_TagV2 | undefined;
|
|
2522
|
+
gameTag: BusinessContent_JoinGroupBizContent_RivalsGameTag | undefined;
|
|
2523
|
+
newUserEducation: string;
|
|
2524
|
+
joinGroupMsgExtra: BusinessContent_JoinGroupMessageExtra | undefined;
|
|
2525
|
+
}
|
|
2526
|
+
interface BusinessContent_JoinGroupBizContent_RivalsGameTag {
|
|
2527
|
+
tagId: string;
|
|
2528
|
+
tagDisplayText: string;
|
|
2529
|
+
}
|
|
2530
|
+
interface BusinessContent_JoinGroupBizContent_TagV2 {
|
|
2531
|
+
tagClassification: TagClassification;
|
|
2532
|
+
tagType: number;
|
|
2533
|
+
tagValue: string;
|
|
2534
|
+
starlingKey: string;
|
|
2535
|
+
secondDegreeRelationContent: BusinessContent_JoinGroupBizContent_TagV2_SecondDegreeRelationContent | undefined;
|
|
2536
|
+
cohostHistoryDay: string;
|
|
2537
|
+
similarInterestContent: BusinessContent_JoinGroupBizContent_TagV2_SimilarInterestContent | undefined;
|
|
2538
|
+
}
|
|
2539
|
+
interface BusinessContent_JoinGroupBizContent_TagV2_UserInfo {
|
|
2540
|
+
userId: string;
|
|
2541
|
+
nickName: string;
|
|
2542
|
+
avatarThumb: Image | undefined;
|
|
2543
|
+
}
|
|
2544
|
+
interface BusinessContent_JoinGroupBizContent_TagV2_SecondDegreeRelationContent {
|
|
2545
|
+
relatedUsers: BusinessContent_JoinGroupBizContent_TagV2_UserInfo[];
|
|
2546
|
+
totalRelatedUserCnt: string;
|
|
2547
|
+
}
|
|
2548
|
+
interface BusinessContent_JoinGroupBizContent_TagV2_SimilarInterestContent {
|
|
2549
|
+
contentId: string;
|
|
2550
|
+
displayText: string;
|
|
2551
|
+
}
|
|
2552
|
+
interface BusinessContent_Tag {
|
|
2553
|
+
tagType: number;
|
|
2554
|
+
tagValue: string;
|
|
2555
|
+
tagText: string;
|
|
2556
|
+
}
|
|
2557
|
+
interface BusinessContent_PerceptionDialogInfo {
|
|
2558
|
+
/** @warning Enum not found, should be IconType */
|
|
2559
|
+
iconType: string;
|
|
2560
|
+
title: Text | undefined;
|
|
2561
|
+
subTitle: Text | undefined;
|
|
2562
|
+
adviceActionText: Text | undefined;
|
|
2563
|
+
defaultActionText: Text | undefined;
|
|
2564
|
+
violationDetailUrl: string;
|
|
2565
|
+
scene: number;
|
|
2566
|
+
targetUserId: string;
|
|
2567
|
+
targetRoomId: string;
|
|
2568
|
+
countDownTime: string;
|
|
2569
|
+
showFeedback: boolean;
|
|
2570
|
+
feedbackOptionsList: BusinessContent_PerceptionFeedbackOption[];
|
|
2571
|
+
policyTip: string;
|
|
2572
|
+
}
|
|
2573
|
+
interface BusinessContent_PerceptionFeedbackOption {
|
|
2574
|
+
id: string;
|
|
2575
|
+
contentKey: string;
|
|
2576
|
+
}
|
|
2577
|
+
interface BusinessContent_JoinGroupMessageExtra {
|
|
2578
|
+
sourceType: string;
|
|
2579
|
+
extra: BusinessContent_JoinGroupMessageExtra_RivalExtra | undefined;
|
|
2580
|
+
otherUsersList: BusinessContent_JoinGroupMessageExtra_RivalExtra[];
|
|
2581
|
+
}
|
|
2582
|
+
/**
|
|
2583
|
+
* @RivalExtra
|
|
2584
|
+
* proto.webcast.im.JoinGroupMessageExtra
|
|
2585
|
+
* C:\Users\ja\RiderProjects\TikTokProBufferGenerator\Application\output\sources\test.js
|
|
2586
|
+
*/
|
|
2587
|
+
interface BusinessContent_JoinGroupMessageExtra_RivalExtra {
|
|
2588
|
+
userCount: string;
|
|
2589
|
+
avatarThumb: Image | undefined;
|
|
2590
|
+
displayId: string;
|
|
2591
|
+
authenticationInfo: BusinessContent_JoinGroupMessageExtra_RivalExtra_AuthenticationInfo | undefined;
|
|
2592
|
+
nickname: string;
|
|
2593
|
+
followStatus: string;
|
|
2594
|
+
hashtag: BusinessContent_Hashtag | undefined;
|
|
2595
|
+
topHostInfo: BusinessContent_TopHostInfo | undefined;
|
|
2596
|
+
userId: string;
|
|
2597
|
+
isBestTeammate: boolean;
|
|
2598
|
+
}
|
|
2599
|
+
interface BusinessContent_JoinGroupMessageExtra_RivalExtra_AuthenticationInfo {
|
|
2600
|
+
customVerify: string;
|
|
2601
|
+
enterpriseVerifyReason: string;
|
|
2602
|
+
authenticationBadge: Image | undefined;
|
|
2603
|
+
}
|
|
2604
|
+
interface BusinessContent_Hashtag {
|
|
2605
|
+
id: string;
|
|
2606
|
+
title: string;
|
|
2607
|
+
image: Image | undefined;
|
|
2608
|
+
namespace: HashtagNamespace;
|
|
2609
|
+
}
|
|
2610
|
+
interface BusinessContent_TopHostInfo {
|
|
2611
|
+
rankType: string;
|
|
2612
|
+
topIndex: string;
|
|
2613
|
+
}
|
|
2614
|
+
interface JoinGroupContent {
|
|
2615
|
+
groupUser: GroupChannelAllUser | undefined;
|
|
2616
|
+
joinUser: GroupPlayer | undefined;
|
|
2617
|
+
type: JoinType;
|
|
2618
|
+
groupExtInfo: RTCExtraInfo[];
|
|
2619
|
+
}
|
|
2620
|
+
interface PrivilegeLogExtra {
|
|
2621
|
+
dataVersion: string;
|
|
2622
|
+
privilegeId: string;
|
|
2623
|
+
privilegeVersion: string;
|
|
2624
|
+
privilegeOrderId: string;
|
|
2625
|
+
level: string;
|
|
2626
|
+
}
|
|
2627
|
+
interface FontStyle {
|
|
2628
|
+
fontSize: number;
|
|
2629
|
+
fontWidth: number;
|
|
2630
|
+
fontColor: string;
|
|
2631
|
+
borderColor: string;
|
|
2632
|
+
}
|
|
2633
|
+
interface UserHonor {
|
|
2634
|
+
totalDiamond: string;
|
|
2635
|
+
diamondIcon: Image | undefined;
|
|
2636
|
+
currentHonorName: string;
|
|
2637
|
+
currentHonorIcon: Image | undefined;
|
|
2638
|
+
nextHonorName: string;
|
|
2639
|
+
level: number;
|
|
2640
|
+
nextHonorIcon: Image | undefined;
|
|
2641
|
+
currentDiamond: string;
|
|
2642
|
+
thisGradeMinDiamond: string;
|
|
2643
|
+
thisGradeMaxDiamond: string;
|
|
2644
|
+
gradeDescribe: string;
|
|
2645
|
+
gradeIconList: GradeIcon[];
|
|
2646
|
+
screenChatType: string;
|
|
2647
|
+
imIcon: Image | undefined;
|
|
2648
|
+
imIconWithLevel: Image | undefined;
|
|
2649
|
+
liveIcon: Image | undefined;
|
|
2650
|
+
newImIconWithLevel: Image | undefined;
|
|
2651
|
+
newLiveIcon: Image | undefined;
|
|
2652
|
+
upgradeNeedConsume: string;
|
|
2653
|
+
nextPrivileges: string;
|
|
2654
|
+
profileDialogBg: Image | undefined;
|
|
2655
|
+
profileDialogBackBg: Image | undefined;
|
|
2656
|
+
score: string;
|
|
2657
|
+
gradeBanner: string;
|
|
2658
|
+
}
|
|
2659
|
+
/**
|
|
2660
|
+
* @GradeIcon
|
|
2661
|
+
* proto.webcast.data.User.PayGrade
|
|
2662
|
+
* C:\Users\ja\RiderProjects\TikTokProBufferGenerator\Application\output\sources\test.js
|
|
2663
|
+
*/
|
|
2664
|
+
interface GradeIcon {
|
|
2665
|
+
icon: Image | undefined;
|
|
2666
|
+
iconDiamond: string;
|
|
2667
|
+
level: string;
|
|
2668
|
+
levelStr: string;
|
|
2669
|
+
}
|
|
2670
|
+
interface BorderInfo {
|
|
2671
|
+
icon: Image | undefined;
|
|
2672
|
+
level: string;
|
|
2673
|
+
source: string;
|
|
2674
|
+
profileDecorationRibbon: Image | undefined;
|
|
2675
|
+
borderLogExtra: PrivilegeLogExtra | undefined;
|
|
2676
|
+
ribbonLogExtra: PrivilegeLogExtra | undefined;
|
|
2677
|
+
avatarBackgroundColor: string;
|
|
2678
|
+
avatarBackgroundBorderColor: string;
|
|
2679
|
+
}
|
|
2680
|
+
interface FansClubMember {
|
|
2681
|
+
data: FansClubData | undefined;
|
|
2682
|
+
preferData: {
|
|
2683
|
+
[key: number]: FansClubData;
|
|
2684
|
+
};
|
|
2685
|
+
}
|
|
2686
|
+
interface FansClubMember_PreferDataEntry {
|
|
2687
|
+
key: number;
|
|
2688
|
+
value: FansClubData | undefined;
|
|
2689
|
+
}
|
|
2690
|
+
interface FansClubData {
|
|
2691
|
+
clubName: string;
|
|
2692
|
+
level: number;
|
|
2693
|
+
userFansClubStatus: number;
|
|
2694
|
+
badge: FansClubData_UserBadge | undefined;
|
|
2695
|
+
availableGiftIds: string[];
|
|
2696
|
+
anchorId: string;
|
|
2697
|
+
}
|
|
2698
|
+
interface FansClubData_UserBadge {
|
|
2699
|
+
icons: {
|
|
2700
|
+
[key: number]: Image;
|
|
2701
|
+
};
|
|
2702
|
+
title: string;
|
|
2703
|
+
}
|
|
2704
|
+
interface FansClubData_UserBadge_IconsEntry {
|
|
2705
|
+
key: number;
|
|
2706
|
+
value: Image | undefined;
|
|
2707
|
+
}
|
|
2708
|
+
interface Author {
|
|
2709
|
+
videoTotalCount: string;
|
|
2710
|
+
videoTotalPlayCount: string;
|
|
2711
|
+
videoTotalFavoriteCount: string;
|
|
2712
|
+
}
|
|
2713
|
+
interface PublicAreaCommon {
|
|
2714
|
+
userLabel: Image | undefined;
|
|
2715
|
+
userConsumeInRoom: string;
|
|
2716
|
+
}
|
|
2717
|
+
interface PublicAreaMessageCommon {
|
|
2718
|
+
scrollGapCount: string;
|
|
2719
|
+
anchorScrollGapCount: string;
|
|
2720
|
+
releaseToScrollArea: boolean;
|
|
2721
|
+
anchorReleaseToScrollArea: boolean;
|
|
2722
|
+
isAnchorMarked: boolean;
|
|
2723
|
+
creatorSuccessInfo: PublicAreaMessageCommon_CreatorSuccessInfo | undefined;
|
|
2724
|
+
portraitInfo: PublicAreaMessageCommon_PortraitInfo | undefined;
|
|
2725
|
+
userInteractionInfo: PublicAreaMessageCommon_UserInteractionInfo | undefined;
|
|
2726
|
+
adminFoldType: string;
|
|
2727
|
+
}
|
|
2728
|
+
interface PublicAreaMessageCommon_TagItem {
|
|
2729
|
+
tagType: TagType;
|
|
2730
|
+
tagText: Text | undefined;
|
|
2731
|
+
}
|
|
2732
|
+
interface PublicAreaMessageCommon_Topic {
|
|
2733
|
+
topicActionType: TopicActionType;
|
|
2734
|
+
topicText: Text | undefined;
|
|
2735
|
+
topicTips: Text | undefined;
|
|
2736
|
+
}
|
|
2737
|
+
interface PublicAreaMessageCommon_CreatorSuccessInfo {
|
|
2738
|
+
tags: PublicAreaMessageCommon_TagItem[];
|
|
2739
|
+
topic: PublicAreaMessageCommon_Topic | undefined;
|
|
2740
|
+
}
|
|
2741
|
+
interface PublicAreaMessageCommon_UserMetrics {
|
|
2742
|
+
type: UserMetricsType;
|
|
2743
|
+
metricsValue: string;
|
|
2744
|
+
}
|
|
2745
|
+
interface PublicAreaMessageCommon_PortraitTag {
|
|
2746
|
+
tagId: string;
|
|
2747
|
+
priority: string;
|
|
2748
|
+
showValue: string;
|
|
2749
|
+
showArgs: string;
|
|
2750
|
+
}
|
|
2751
|
+
interface PublicAreaMessageCommon_PortraitInfo {
|
|
2752
|
+
userMetrics: PublicAreaMessageCommon_UserMetrics[];
|
|
2753
|
+
portraitTag: PublicAreaMessageCommon_PortraitTag[];
|
|
2754
|
+
}
|
|
2755
|
+
interface PublicAreaMessageCommon_UserInteractionInfo {
|
|
2756
|
+
likeCnt: string;
|
|
2757
|
+
commentCnt: string;
|
|
2758
|
+
shareCnt: string;
|
|
2759
|
+
}
|
|
2760
|
+
interface GiftModeMeta {
|
|
2761
|
+
giftId: string;
|
|
2762
|
+
giftNameKey: string;
|
|
2763
|
+
giftIconImage: Image | undefined;
|
|
2764
|
+
giftModeDesc: Text | undefined;
|
|
2765
|
+
}
|
|
2766
|
+
interface BattleTeamUser {
|
|
2767
|
+
userId: string;
|
|
2768
|
+
score: string;
|
|
2769
|
+
userIdStr: string;
|
|
2770
|
+
}
|
|
2771
|
+
interface BattleSetting {
|
|
2772
|
+
battleId: string;
|
|
2773
|
+
startTimeMs: string;
|
|
2774
|
+
duration: number;
|
|
2775
|
+
channelId: string;
|
|
2776
|
+
status: number;
|
|
2777
|
+
inviteType: BattleInviteType;
|
|
2778
|
+
giftModeMeta: GiftModeMeta | undefined;
|
|
2779
|
+
battleType: BattleType;
|
|
2780
|
+
extraDurationSecond: string;
|
|
2781
|
+
endTimeMs: string;
|
|
2782
|
+
}
|
|
2783
|
+
interface BattleTeamUserArmies {
|
|
2784
|
+
teamId: string;
|
|
2785
|
+
teamUsers: BattleTeamUser[];
|
|
2786
|
+
teamTotalScore: string;
|
|
2787
|
+
userArmies: BattleUserArmies | undefined;
|
|
2788
|
+
hostRank: string;
|
|
2789
|
+
}
|
|
2790
|
+
interface BattleUserArmies {
|
|
2791
|
+
userArmy: BattleUserArmy[];
|
|
2792
|
+
hostScore: string;
|
|
2793
|
+
anchorIdStr: string;
|
|
2794
|
+
}
|
|
2795
|
+
interface BattleUserArmy {
|
|
2796
|
+
userId: string;
|
|
2797
|
+
score: string;
|
|
2798
|
+
nickname: string;
|
|
2799
|
+
avatarThumb: Image | undefined;
|
|
2800
|
+
diamondScore: string;
|
|
2801
|
+
userIdStr: string;
|
|
2802
|
+
}
|
|
2803
|
+
interface HighScoreControlCfg {
|
|
2804
|
+
normalControlApplied: boolean;
|
|
2805
|
+
threshold: string;
|
|
2806
|
+
originDisplayToUserList: string[];
|
|
2807
|
+
}
|
|
2808
|
+
/** Heartbeat message */
|
|
2809
|
+
interface HeartbeatMessage {
|
|
2810
|
+
roomId: string;
|
|
2811
|
+
sendPacketSeqId: string;
|
|
2812
|
+
}
|
|
2813
|
+
/** Incoming & outbound messages */
|
|
2814
|
+
interface WebcastPushFrame {
|
|
2815
|
+
seqId: string;
|
|
2816
|
+
logId: string;
|
|
2817
|
+
service: string;
|
|
2818
|
+
method: string;
|
|
2819
|
+
headers: {
|
|
2820
|
+
[key: string]: string;
|
|
2821
|
+
};
|
|
2822
|
+
payloadEncoding: string;
|
|
2823
|
+
payloadType: string;
|
|
2824
|
+
payload: Buffer;
|
|
2825
|
+
}
|
|
2826
|
+
interface WebcastPushFrame_HeadersEntry {
|
|
2827
|
+
key: string;
|
|
2828
|
+
value: string;
|
|
2829
|
+
}
|
|
2830
|
+
interface Message {
|
|
2831
|
+
type: string;
|
|
2832
|
+
binary: Buffer;
|
|
2833
|
+
}
|
|
2834
|
+
interface WebsocketParam {
|
|
2835
|
+
name: string;
|
|
2836
|
+
value: string;
|
|
2837
|
+
}
|
|
2838
|
+
interface WebcastRoomUserSeqMessage {
|
|
2839
|
+
common: CommonMessageData | undefined;
|
|
2840
|
+
viewerCount: number;
|
|
2841
|
+
ranksList: WebcastRoomUserSeqMessage_Contributor[];
|
|
2842
|
+
popStr: string;
|
|
2843
|
+
seatsList: WebcastRoomUserSeqMessage_Contributor[];
|
|
2844
|
+
popularity: string;
|
|
2845
|
+
totalUser: number;
|
|
2846
|
+
anonymous: string;
|
|
2847
|
+
}
|
|
2848
|
+
interface WebcastRoomUserSeqMessage_Contributor {
|
|
2849
|
+
coinCount: number;
|
|
2850
|
+
user: User | undefined;
|
|
2851
|
+
rank: number;
|
|
2852
|
+
delta: string;
|
|
2853
|
+
}
|
|
2854
|
+
interface ImageModel {
|
|
2855
|
+
mUrls: string[];
|
|
2856
|
+
mUri: string;
|
|
2857
|
+
height: number;
|
|
2858
|
+
width: number;
|
|
2859
|
+
avgColor: string;
|
|
2860
|
+
imageType: number;
|
|
2861
|
+
schema: string;
|
|
2862
|
+
content: ImageModel_Content | undefined;
|
|
2863
|
+
isAnimated: boolean;
|
|
2864
|
+
}
|
|
2865
|
+
interface ImageModel_Content {
|
|
2866
|
+
name: string;
|
|
2867
|
+
fontColor: string;
|
|
2868
|
+
level: string;
|
|
2869
|
+
}
|
|
2870
|
+
interface WebcastChatMessage {
|
|
2871
|
+
common: CommonMessageData | undefined;
|
|
2872
|
+
user: User | undefined;
|
|
2873
|
+
comment: string;
|
|
2874
|
+
visibleToSender: boolean;
|
|
2875
|
+
background: ImageModel | undefined;
|
|
2876
|
+
fullScreenTextColor: string;
|
|
2877
|
+
backgroundImageV2: ImageModel | undefined;
|
|
2878
|
+
publicAreaCommon: PublicAreaCommon | undefined;
|
|
2879
|
+
giftImage: ImageModel | undefined;
|
|
2880
|
+
inputType: number;
|
|
2881
|
+
atUser: User | undefined;
|
|
2882
|
+
emotes: WebcastSubEmote[];
|
|
2883
|
+
contentLanguage: string;
|
|
2884
|
+
msgFilter: MsgFilter | undefined;
|
|
2885
|
+
quickChatScene: number;
|
|
2886
|
+
communityflaggedStatus: number;
|
|
2887
|
+
commentQualityScores: WebcastChatMessage_CommentQualityScore[];
|
|
2888
|
+
userIdentity: WebcastChatMessage_UserIdentity | undefined;
|
|
2889
|
+
commentTag: WebcastChatMessage_CommentTag[];
|
|
2890
|
+
publicAreaMessageCommon: PublicAreaMessageCommon | undefined;
|
|
2891
|
+
screenTime: string;
|
|
2892
|
+
signature: string;
|
|
2893
|
+
signatureVersion: string;
|
|
2894
|
+
ecStreamerKey: string;
|
|
2895
|
+
}
|
|
2896
|
+
declare enum WebcastChatMessage_CommentTag {
|
|
2897
|
+
COMMENT_TAG_NORMAL = 0,
|
|
2898
|
+
COMMENT_TAG_CANDIDATE = 1,
|
|
2899
|
+
COMMENT_TAG_OVERAGE = 2,
|
|
2900
|
+
UNRECOGNIZED = -1
|
|
2901
|
+
}
|
|
2902
|
+
interface WebcastChatMessage_UserIdentity {
|
|
2903
|
+
isGiftGiverOfAnchor: boolean;
|
|
2904
|
+
isSubscriberOfAnchor: boolean;
|
|
2905
|
+
isMutualFollowingWithAnchor: boolean;
|
|
2906
|
+
isFollowerOfAnchor: boolean;
|
|
2907
|
+
isModeratorOfAnchor: boolean;
|
|
2908
|
+
isAnchor: boolean;
|
|
2909
|
+
}
|
|
2910
|
+
interface WebcastChatMessage_CommentQualityScore {
|
|
2911
|
+
version: string;
|
|
2912
|
+
score: string;
|
|
2913
|
+
}
|
|
2914
|
+
interface EmoteUploadInfo {
|
|
2915
|
+
userId: string;
|
|
2916
|
+
emoteUploadSource?: EmoteUploadInfo_UserEmoteUploadSource | undefined;
|
|
2917
|
+
userInfo: User | undefined;
|
|
2918
|
+
userIdStr: string;
|
|
2919
|
+
}
|
|
2920
|
+
declare enum EmoteUploadInfo_UserEmoteUploadSource {
|
|
2921
|
+
USER_EMOTE_UPLOAD_SOURCE_EMOTE_UPLOAD_SOURCE_ANCHOR = 0,
|
|
2922
|
+
USER_EMOTE_UPLOAD_SOURCE_EMOTE_UPLOAD_SOURCE_SUBSCRIBER = 1,
|
|
2923
|
+
USER_EMOTE_UPLOAD_SOURCE_EMOTE_UPLOAD_SOURCE_MODERATOR = 2,
|
|
2924
|
+
UNRECOGNIZED = -1
|
|
2925
|
+
}
|
|
2926
|
+
/** Chat Emotes (Subscriber) */
|
|
2927
|
+
interface WebcastEmoteChatMessage {
|
|
2928
|
+
common: CommonMessageData | undefined;
|
|
2929
|
+
user: User | undefined;
|
|
2930
|
+
emoteList: Emote[];
|
|
2931
|
+
msgFilter: MsgFilter | undefined;
|
|
2932
|
+
userIdentity: UserIdentity | undefined;
|
|
2933
|
+
}
|
|
2934
|
+
interface WebcastSubEmote {
|
|
2935
|
+
/** starting at 0, you insert the emote itself into the comment at that place */
|
|
2936
|
+
placeInComment: number;
|
|
2937
|
+
emote: EmoteDetails | undefined;
|
|
2938
|
+
}
|
|
2939
|
+
interface WebcastMemberMessage {
|
|
2940
|
+
common: CommonMessageData | undefined;
|
|
2941
|
+
user: User | undefined;
|
|
2942
|
+
action: MemberMessageAction;
|
|
2943
|
+
memberCount: number;
|
|
2944
|
+
operator: User | undefined;
|
|
2945
|
+
isSetToAdmin: boolean;
|
|
2946
|
+
isTopUser: boolean;
|
|
2947
|
+
rankScore: string;
|
|
2948
|
+
topUserNo: string;
|
|
2949
|
+
enterType: string;
|
|
2950
|
+
actionDescription: string;
|
|
2951
|
+
userId: string;
|
|
2952
|
+
effectConfig: WebcastMemberMessage_EffectConfig | undefined;
|
|
2953
|
+
popStr: string;
|
|
2954
|
+
enterEffectConfig: WebcastMemberMessage_EffectConfig | undefined;
|
|
2955
|
+
backgroundImage: Image | undefined;
|
|
2956
|
+
backgroundImageV2: Image | undefined;
|
|
2957
|
+
anchorDisplayText: Text | undefined;
|
|
2958
|
+
clientEnterSource: string;
|
|
2959
|
+
clientEnterType: string;
|
|
2960
|
+
clientLiveReason: string;
|
|
2961
|
+
actionDuration: string;
|
|
2962
|
+
userShareType: string;
|
|
2963
|
+
displayStyle: WebcastMemberMessage_DisplayStyle;
|
|
2964
|
+
adminPermissions: {
|
|
2965
|
+
[key: number]: number;
|
|
2966
|
+
};
|
|
2967
|
+
kickSource: number;
|
|
2968
|
+
allowPreviewTime: string;
|
|
2969
|
+
lastSubscriptionAction: string;
|
|
2970
|
+
publicAreaMessageCommon: PublicAreaMessageCommon | undefined;
|
|
2971
|
+
liveSubOnlyTier: string;
|
|
2972
|
+
liveSubOnlyMonth: string;
|
|
2973
|
+
ecStreamerKey: string;
|
|
2974
|
+
showWave: string;
|
|
2975
|
+
waveAlgorithmData: WebcastMemberMessage_WaveAlgorithmData | undefined;
|
|
2976
|
+
hitAbStatus: WebcastMemberMessage_HitABStatus;
|
|
2977
|
+
}
|
|
2978
|
+
declare enum WebcastMemberMessage_DisplayStyle {
|
|
2979
|
+
DISPLAY_STYLE_NORMAL = 0,
|
|
2980
|
+
DISPLAY_STYLE_STAY = 1,
|
|
2981
|
+
DISPLAY_STYLE_CHAT = 2,
|
|
2982
|
+
UNRECOGNIZED = -1
|
|
2983
|
+
}
|
|
2984
|
+
declare enum WebcastMemberMessage_HitABStatus {
|
|
2985
|
+
HIT_A_B_STATUS_HIT_AB_STATUS_NO_HIT = 0,
|
|
2986
|
+
HIT_A_B_STATUS_HIT_AB_STATUS_ENTER_FROM_EXTERNAL_LINK_NEW_TEXT = 1,
|
|
2987
|
+
HIT_A_B_STATUS_HIT_AB_STATUS_ENTER_FROM_RE_POST_NEW_TEXT = 2,
|
|
2988
|
+
UNRECOGNIZED = -1
|
|
2989
|
+
}
|
|
2990
|
+
interface WebcastMemberMessage_AdminPermissionsEntry {
|
|
2991
|
+
key: number;
|
|
2992
|
+
value: number;
|
|
2993
|
+
}
|
|
2994
|
+
/**
|
|
2995
|
+
* @EffectConfig
|
|
2996
|
+
* proto.webcast.im.MemberMessage
|
|
2997
|
+
* C:\Users\ja\RiderProjects\TikTokProBufferGenerator\Application\output\sources\test.js
|
|
2998
|
+
*/
|
|
2999
|
+
interface WebcastMemberMessage_EffectConfig {
|
|
3000
|
+
type: string;
|
|
3001
|
+
icon: Image | undefined;
|
|
3002
|
+
avatarPos: string;
|
|
3003
|
+
text: Text | undefined;
|
|
3004
|
+
textIcon: Image | undefined;
|
|
3005
|
+
stayTime: number;
|
|
3006
|
+
animAssetId: string;
|
|
3007
|
+
badge: Image | undefined;
|
|
3008
|
+
flexSettingArrayList: string[];
|
|
3009
|
+
}
|
|
3010
|
+
interface WebcastMemberMessage_WaveAlgorithmData {
|
|
3011
|
+
algorithmVersion: string;
|
|
3012
|
+
isAlgHit: boolean;
|
|
3013
|
+
predictScore: string;
|
|
3014
|
+
isRewatch: boolean;
|
|
3015
|
+
isFollow: boolean;
|
|
3016
|
+
}
|
|
3017
|
+
interface WebcastMemberMessage_EffectConfigBean {
|
|
3018
|
+
type: number;
|
|
3019
|
+
icon: ImageModel | undefined;
|
|
3020
|
+
textKey: Text | undefined;
|
|
3021
|
+
badge: ImageModel | undefined;
|
|
3022
|
+
}
|
|
3023
|
+
interface WebcastGiftMessage {
|
|
3024
|
+
common: CommonMessageData | undefined;
|
|
3025
|
+
giftId: number;
|
|
3026
|
+
user: User | undefined;
|
|
3027
|
+
repeatEnd: number;
|
|
3028
|
+
groupId: string;
|
|
3029
|
+
giftDetails: Gift | undefined;
|
|
3030
|
+
monitorExtra: string;
|
|
3031
|
+
fanTicketCount: string;
|
|
3032
|
+
groupCount: number;
|
|
3033
|
+
repeatCount: number;
|
|
3034
|
+
comboCount: number;
|
|
3035
|
+
toUser: User | undefined;
|
|
3036
|
+
textEffect: WebcastGiftMessage_TextEffect | undefined;
|
|
3037
|
+
incomeTaskgifts: string;
|
|
3038
|
+
roomFanTicketCount: string;
|
|
3039
|
+
priority: WebcastGiftMessage_GiftIMPriority | undefined;
|
|
3040
|
+
logId: string;
|
|
3041
|
+
sendType: string;
|
|
3042
|
+
publicAreaCommon: PublicAreaCommon | undefined;
|
|
3043
|
+
trayDisplayText: Text | undefined;
|
|
3044
|
+
bannedDisplayEffects: string;
|
|
3045
|
+
mTrayInfo: WebcastGiftMessage_GiftTrayInfo | undefined;
|
|
3046
|
+
giftExtra: WebcastGiftMessage_GiftMonitorInfo | undefined;
|
|
3047
|
+
colorId: string;
|
|
3048
|
+
isFirstSent: boolean;
|
|
3049
|
+
displayTextForAnchor: Text | undefined;
|
|
3050
|
+
displayTextForAudience: Text | undefined;
|
|
3051
|
+
orderId: string;
|
|
3052
|
+
giftsInBox: WebcastGiftMessage_GiftsBoxInfo | undefined;
|
|
3053
|
+
msgFilter: MsgFilter | undefined;
|
|
3054
|
+
lynxExtra: WebcastGiftMessage_LynxGiftExtra[];
|
|
3055
|
+
userIdentity: UserIdentity | undefined;
|
|
3056
|
+
matchInfo: WebcastGiftMessage_MatchInfo | undefined;
|
|
3057
|
+
linkmicGiftExpressionStrategy: LinkmicGiftExpressionStrategy;
|
|
3058
|
+
flyingMicResources: WebcastGiftMessage_FlyingMicResources | undefined;
|
|
3059
|
+
disableGiftTracking: boolean;
|
|
3060
|
+
asset: WebcastGiftMessage_AssetsModel | undefined;
|
|
3061
|
+
version: GiftMessageVersion;
|
|
3062
|
+
sponsorshipInfo: WebcastGiftMessage_SponsorshipInfo[];
|
|
3063
|
+
flyingMicResourcesV2: WebcastGiftMessage_FlyingMicResources | undefined;
|
|
3064
|
+
publicAreaMessageCommon: PublicAreaMessageCommon | undefined;
|
|
3065
|
+
signature: string;
|
|
3066
|
+
signatureVersion: string;
|
|
3067
|
+
multiGenerateMessage: boolean;
|
|
3068
|
+
toMemberId: string;
|
|
3069
|
+
toMemberIdInt: string;
|
|
3070
|
+
toMemberNickname: string;
|
|
3071
|
+
interactiveGiftInfo: WebcastGiftMessage_InteractiveGiftInfo | undefined;
|
|
3072
|
+
}
|
|
3073
|
+
interface WebcastGiftMessage_InteractiveGiftInfo {
|
|
3074
|
+
crossScreenDelay: string;
|
|
3075
|
+
crossScreenRole: string;
|
|
3076
|
+
ignoreConfig: GiftMessageIgnoreConfig;
|
|
3077
|
+
uniqId: string;
|
|
3078
|
+
toUserTeamId: string;
|
|
3079
|
+
}
|
|
3080
|
+
interface WebcastGiftMessage_GiftIMPriority {
|
|
3081
|
+
queueSizesList: string[];
|
|
3082
|
+
selfQueuePriority: string;
|
|
3083
|
+
priority: string;
|
|
3084
|
+
}
|
|
3085
|
+
interface WebcastGiftMessage_TextEffect {
|
|
3086
|
+
portraitDetail: WebcastGiftMessage_TextEffect_Detail | undefined;
|
|
3087
|
+
landscapeDetail: WebcastGiftMessage_TextEffect_Detail | undefined;
|
|
3088
|
+
}
|
|
3089
|
+
interface WebcastGiftMessage_TextEffect_Detail {
|
|
3090
|
+
text: Text | undefined;
|
|
3091
|
+
textFontSize: number;
|
|
3092
|
+
background: Image | undefined;
|
|
3093
|
+
start: string;
|
|
3094
|
+
duration: string;
|
|
3095
|
+
x: number;
|
|
3096
|
+
y: number;
|
|
3097
|
+
width: number;
|
|
3098
|
+
height: number;
|
|
3099
|
+
shadowDx: number;
|
|
3100
|
+
shadowDy: number;
|
|
3101
|
+
shadowRadius: number;
|
|
3102
|
+
shadowColor: string;
|
|
3103
|
+
strokeColor: string;
|
|
3104
|
+
strokeWidth: number;
|
|
3105
|
+
}
|
|
3106
|
+
interface WebcastGiftMessage_GiftTrayInfo {
|
|
3107
|
+
mDynamicImg: Image | undefined;
|
|
3108
|
+
canMirror: boolean;
|
|
3109
|
+
trayNormalBgImg: Image | undefined;
|
|
3110
|
+
trayNormalBgColor: string[];
|
|
3111
|
+
traySmallBgImg: Image | undefined;
|
|
3112
|
+
traySmallBgColor: string[];
|
|
3113
|
+
rightTagText: Text | undefined;
|
|
3114
|
+
rightTagBgImg: Image | undefined;
|
|
3115
|
+
rightTagBgColor: string[];
|
|
3116
|
+
trayNameTextColor: string;
|
|
3117
|
+
trayDescTextColor: string;
|
|
3118
|
+
rightTagJumpSchema: string;
|
|
3119
|
+
}
|
|
3120
|
+
interface WebcastGiftMessage_GiftMonitorInfo {
|
|
3121
|
+
anchorId: string;
|
|
3122
|
+
profitApiMessageDur: string;
|
|
3123
|
+
sendGiftProfitApiStartMs: string;
|
|
3124
|
+
sendGiftProfitCoreStartMs: string;
|
|
3125
|
+
sendGiftReqStartMs: string;
|
|
3126
|
+
sendGiftSendMessageSuccessMs: string;
|
|
3127
|
+
sendProfitApiDur: string;
|
|
3128
|
+
toUserId: string;
|
|
3129
|
+
sendGiftStartClientLocalMs: string;
|
|
3130
|
+
fromPlatform: string;
|
|
3131
|
+
fromVersion: string;
|
|
3132
|
+
}
|
|
3133
|
+
interface WebcastGiftMessage_MatchInfo {
|
|
3134
|
+
critical: string;
|
|
3135
|
+
effectCardInUse: boolean;
|
|
3136
|
+
multiplierType: MultiplierType;
|
|
3137
|
+
multiplierValue: string;
|
|
3138
|
+
}
|
|
3139
|
+
interface WebcastGiftMessage_GiftsBoxInfo {
|
|
3140
|
+
gifts: WebcastGiftMessage_GiftsBoxInfo_GiftInfoInBox[];
|
|
3141
|
+
}
|
|
3142
|
+
interface WebcastGiftMessage_GiftsBoxInfo_GiftInfoInBox {
|
|
3143
|
+
giftId: string;
|
|
3144
|
+
effectId: string;
|
|
3145
|
+
colorId: string;
|
|
3146
|
+
remainTimes: number;
|
|
3147
|
+
asset: WebcastGiftMessage_GiftsBoxInfo_GiftInfoInBox_AssetsModel | undefined;
|
|
3148
|
+
}
|
|
3149
|
+
interface WebcastGiftMessage_GiftsBoxInfo_GiftInfoInBox_AssetsModel {
|
|
3150
|
+
name: string;
|
|
3151
|
+
resourceUri: string;
|
|
3152
|
+
resourceModel: WebcastGiftMessage_GiftsBoxInfo_GiftInfoInBox_AssetsModel_ResourceModel | undefined;
|
|
3153
|
+
describe: string;
|
|
3154
|
+
id: string;
|
|
3155
|
+
resourceType: number;
|
|
3156
|
+
md5: string;
|
|
3157
|
+
size: string;
|
|
3158
|
+
lokiExtraContent: WebcastGiftMessage_GiftsBoxInfo_GiftInfoInBox_AssetsModel_LokiExtraContent | undefined;
|
|
3159
|
+
downloadType: number;
|
|
3160
|
+
resourceByteVC1Model: WebcastGiftMessage_GiftsBoxInfo_GiftInfoInBox_AssetsModel_ResourceModel | undefined;
|
|
3161
|
+
bytevc1Md5: string;
|
|
3162
|
+
videoResourceList: WebcastGiftMessage_GiftsBoxInfo_GiftInfoInBox_AssetsModel_VideoResource[];
|
|
3163
|
+
faceRecognitionArchiveMeta: WebcastGiftMessage_GiftsBoxInfo_GiftInfoInBox_AssetsModel_FaceRecognitionMeta | undefined;
|
|
3164
|
+
lynxUrlSettingsKey: string;
|
|
3165
|
+
downgradeResourceType: number;
|
|
3166
|
+
assetExtra: WebcastGiftMessage_GiftsBoxInfo_GiftInfoInBox_AssetsModel_AssetExtra | undefined;
|
|
3167
|
+
stickerAssetVariant: number;
|
|
3168
|
+
immediateDownload: boolean;
|
|
3169
|
+
stickerAssetVariantReason: number;
|
|
3170
|
+
}
|
|
3171
|
+
interface WebcastGiftMessage_GiftsBoxInfo_GiftInfoInBox_AssetsModel_AssetExtra {
|
|
3172
|
+
effectStarlingKey: string;
|
|
3173
|
+
}
|
|
3174
|
+
interface WebcastGiftMessage_GiftsBoxInfo_GiftInfoInBox_AssetsModel_ResourceModel {
|
|
3175
|
+
urlList: string[];
|
|
3176
|
+
uri: string;
|
|
3177
|
+
}
|
|
3178
|
+
interface WebcastGiftMessage_GiftsBoxInfo_GiftInfoInBox_AssetsModel_LokiExtraContent {
|
|
3179
|
+
giftType: string;
|
|
3180
|
+
giftDuration: string;
|
|
3181
|
+
needScreenShot: boolean;
|
|
3182
|
+
ismultiFrame: boolean;
|
|
3183
|
+
viewOverlay: string;
|
|
3184
|
+
befViewRenderSize: WebcastGiftMessage_GiftsBoxInfo_GiftInfoInBox_AssetsModel_LokiExtraContent_BEFViewRenderSize | undefined;
|
|
3185
|
+
befViewRenderFPS: number;
|
|
3186
|
+
befViewFitMode: number;
|
|
3187
|
+
modelNames: string;
|
|
3188
|
+
requirements: string[];
|
|
3189
|
+
}
|
|
3190
|
+
interface WebcastGiftMessage_GiftsBoxInfo_GiftInfoInBox_AssetsModel_LokiExtraContent_BEFViewRenderSize {
|
|
3191
|
+
with: number;
|
|
3192
|
+
height: number;
|
|
3193
|
+
}
|
|
3194
|
+
interface WebcastGiftMessage_GiftsBoxInfo_GiftInfoInBox_AssetsModel_VideoResource {
|
|
3195
|
+
videoTypeName: string;
|
|
3196
|
+
videoUrl: WebcastGiftMessage_GiftsBoxInfo_GiftInfoInBox_AssetsModel_ResourceModel | undefined;
|
|
3197
|
+
videoMd5: string;
|
|
3198
|
+
}
|
|
3199
|
+
interface WebcastGiftMessage_GiftsBoxInfo_GiftInfoInBox_AssetsModel_FaceRecognitionMeta {
|
|
3200
|
+
version: string;
|
|
3201
|
+
requirements: string[];
|
|
3202
|
+
modelNames: string;
|
|
3203
|
+
sdkExtra: string;
|
|
3204
|
+
}
|
|
3205
|
+
interface WebcastGiftMessage_AssetsModel {
|
|
3206
|
+
name: string;
|
|
3207
|
+
resourceUri: string;
|
|
3208
|
+
resourceModel: WebcastGiftMessage_AssetsModel_ResourceModel | undefined;
|
|
3209
|
+
describe: string;
|
|
3210
|
+
id: string;
|
|
3211
|
+
resourceType: number;
|
|
3212
|
+
md5: string;
|
|
3213
|
+
size: string;
|
|
3214
|
+
lokiExtraContent: WebcastGiftMessage_AssetsModel_LokiExtraContent | undefined;
|
|
3215
|
+
downloadType: number;
|
|
3216
|
+
resourceByteVC1Model: WebcastGiftMessage_AssetsModel_ResourceModel | undefined;
|
|
3217
|
+
bytevc1Md5: string;
|
|
3218
|
+
videoResourceList: WebcastGiftMessage_AssetsModel_VideoResource[];
|
|
3219
|
+
faceRecognitionArchiveMeta: WebcastGiftMessage_AssetsModel_FaceRecognitionMeta | undefined;
|
|
3220
|
+
lynxUrlSettingsKey: string;
|
|
3221
|
+
downgradeResourceType: number;
|
|
3222
|
+
assetExtra: WebcastGiftMessage_AssetsModel_AssetExtra | undefined;
|
|
3223
|
+
stickerAssetVariant: number;
|
|
3224
|
+
immediateDownload: boolean;
|
|
3225
|
+
stickerAssetVariantReason: number;
|
|
3226
|
+
}
|
|
3227
|
+
interface WebcastGiftMessage_AssetsModel_AssetExtra {
|
|
3228
|
+
effectStarlingKey: string;
|
|
3229
|
+
}
|
|
3230
|
+
interface WebcastGiftMessage_AssetsModel_ResourceModel {
|
|
3231
|
+
urlList: string[];
|
|
3232
|
+
uri: string;
|
|
3233
|
+
}
|
|
3234
|
+
interface WebcastGiftMessage_AssetsModel_LokiExtraContent {
|
|
3235
|
+
giftType: string;
|
|
3236
|
+
giftDuration: string;
|
|
3237
|
+
needScreenShot: boolean;
|
|
3238
|
+
ismultiFrame: boolean;
|
|
3239
|
+
viewOverlay: string;
|
|
3240
|
+
befViewRenderSize: WebcastGiftMessage_AssetsModel_LokiExtraContent_BEFViewRenderSize | undefined;
|
|
3241
|
+
befViewRenderFPS: number;
|
|
3242
|
+
befViewFitMode: number;
|
|
3243
|
+
modelNames: string;
|
|
3244
|
+
requirements: string[];
|
|
3245
|
+
}
|
|
3246
|
+
interface WebcastGiftMessage_AssetsModel_LokiExtraContent_BEFViewRenderSize {
|
|
3247
|
+
with: number;
|
|
3248
|
+
height: number;
|
|
3249
|
+
}
|
|
3250
|
+
interface WebcastGiftMessage_AssetsModel_VideoResource {
|
|
3251
|
+
videoTypeName: string;
|
|
3252
|
+
videoUrl: WebcastGiftMessage_AssetsModel_ResourceModel | undefined;
|
|
3253
|
+
videoMd5: string;
|
|
3254
|
+
}
|
|
3255
|
+
interface WebcastGiftMessage_AssetsModel_FaceRecognitionMeta {
|
|
3256
|
+
version: string;
|
|
3257
|
+
requirements: string[];
|
|
3258
|
+
modelNames: string;
|
|
3259
|
+
sdkExtra: string;
|
|
3260
|
+
}
|
|
3261
|
+
interface WebcastGiftMessage_LynxGiftExtra {
|
|
3262
|
+
id: string;
|
|
3263
|
+
code: string;
|
|
3264
|
+
type: string;
|
|
3265
|
+
params: string[];
|
|
3266
|
+
extra: string;
|
|
3267
|
+
}
|
|
3268
|
+
interface WebcastGiftMessage_FlyingMicResources {
|
|
3269
|
+
pathImage: Image | undefined;
|
|
3270
|
+
micImage: Image | undefined;
|
|
3271
|
+
transitionConfigs: WebcastGiftMessage_FlyingMicResources_TransitionConfig[];
|
|
3272
|
+
}
|
|
3273
|
+
interface WebcastGiftMessage_FlyingMicResources_TransitionConfig {
|
|
3274
|
+
configId: string;
|
|
3275
|
+
resourceImage: Image | undefined;
|
|
3276
|
+
}
|
|
3277
|
+
interface WebcastGiftMessage_SponsorshipInfo {
|
|
3278
|
+
giftId: string;
|
|
3279
|
+
sponsorId: string;
|
|
3280
|
+
lightGiftUp: boolean;
|
|
3281
|
+
unlightedGiftIcon: string;
|
|
3282
|
+
giftGalleryDetailPageSchemeUrl: string;
|
|
3283
|
+
giftGalleryClickSponsor: boolean;
|
|
3284
|
+
becomeAllSponsored: boolean;
|
|
3285
|
+
}
|
|
3286
|
+
/** Battle start */
|
|
3287
|
+
interface WebcastLinkMicBattle {
|
|
3288
|
+
common: CommonMessageData | undefined;
|
|
3289
|
+
battleId: string;
|
|
3290
|
+
battleSetting: BattleSetting | undefined;
|
|
3291
|
+
action: BattleAction;
|
|
3292
|
+
battleResult: {
|
|
3293
|
+
[key: string]: WebcastLinkMicBattle_BattleResult;
|
|
3294
|
+
};
|
|
3295
|
+
mBattleDisplayConfig: WebcastLinkMicBattle_BattleDisplayConfig | undefined;
|
|
3296
|
+
inviteeGiftPermissionType: GiftPermissionType;
|
|
3297
|
+
armies: {
|
|
3298
|
+
[key: string]: BattleUserArmies;
|
|
3299
|
+
};
|
|
3300
|
+
anchorInfo: {
|
|
3301
|
+
[key: string]: WebcastLinkMicBattle_BattleUserInfo;
|
|
3302
|
+
};
|
|
3303
|
+
bubbleText: string;
|
|
3304
|
+
supportedActions: WebcastLinkMicBattle_SupportedActionsWrapper[];
|
|
3305
|
+
battleCombos: {
|
|
3306
|
+
[key: string]: WebcastLinkMicBattle_BattleComboInfo;
|
|
3307
|
+
};
|
|
3308
|
+
teamUsers: WebcastLinkMicBattle_TeamUsersInfo[];
|
|
3309
|
+
inviteeGiftPermissionTypes: WebcastLinkMicBattle_BattleInviteeGiftPermission[];
|
|
3310
|
+
actionByUserId: string;
|
|
3311
|
+
teamBattleResult: WebcastLinkMicBattle_BattleTeamResult[];
|
|
3312
|
+
teamArmies: BattleTeamUserArmies[];
|
|
3313
|
+
abtestSettings: WebcastLinkMicBattle_BattleABTestSetting[];
|
|
3314
|
+
teamMatchCampaign: WebcastLinkMicBattle_TeamMatchCampaign | undefined;
|
|
3315
|
+
fuzzyDisplayConfigV2: HighScoreControlCfg | undefined;
|
|
3316
|
+
}
|
|
3317
|
+
interface WebcastLinkMicBattle_BattleResultEntry {
|
|
3318
|
+
key: string;
|
|
3319
|
+
value: WebcastLinkMicBattle_BattleResult | undefined;
|
|
3320
|
+
}
|
|
3321
|
+
interface WebcastLinkMicBattle_ArmiesEntry {
|
|
3322
|
+
key: string;
|
|
3323
|
+
value: BattleUserArmies | undefined;
|
|
3324
|
+
}
|
|
3325
|
+
interface WebcastLinkMicBattle_AnchorInfoEntry {
|
|
3326
|
+
key: string;
|
|
3327
|
+
value: WebcastLinkMicBattle_BattleUserInfo | undefined;
|
|
3328
|
+
}
|
|
3329
|
+
interface WebcastLinkMicBattle_BattleCombosEntry {
|
|
3330
|
+
key: string;
|
|
3331
|
+
value: WebcastLinkMicBattle_BattleComboInfo | undefined;
|
|
3332
|
+
}
|
|
3333
|
+
interface WebcastLinkMicBattle_TeamMatchCampaign {
|
|
3334
|
+
bestTeammateRelation: WebcastLinkMicBattle_TeamMatchCampaign_BestTeammateRelation[];
|
|
3335
|
+
startSfxTeamId: string[];
|
|
3336
|
+
hasTeamMatchMvpSfx: boolean;
|
|
3337
|
+
}
|
|
3338
|
+
interface WebcastLinkMicBattle_TeamMatchCampaign_BestTeammateRelation {
|
|
3339
|
+
userId: string;
|
|
3340
|
+
bestTeammateId: string;
|
|
3341
|
+
}
|
|
3342
|
+
interface WebcastLinkMicBattle_BattleTeamResult {
|
|
3343
|
+
teamId: string;
|
|
3344
|
+
teamUsers: BattleTeamUser[];
|
|
3345
|
+
result: number;
|
|
3346
|
+
totalScore: string;
|
|
3347
|
+
}
|
|
3348
|
+
interface WebcastLinkMicBattle_BattleInviteeGiftPermission {
|
|
3349
|
+
userId: string;
|
|
3350
|
+
giftPermissionType: number;
|
|
3351
|
+
}
|
|
3352
|
+
interface WebcastLinkMicBattle_SupportedActionsWrapper {
|
|
3353
|
+
actionType: string;
|
|
3354
|
+
}
|
|
3355
|
+
interface WebcastLinkMicBattle_TeamUsersInfo {
|
|
3356
|
+
teamId: string;
|
|
3357
|
+
userIds: string[];
|
|
3358
|
+
}
|
|
3359
|
+
interface WebcastLinkMicBattle_BattleComboInfo {
|
|
3360
|
+
userId: string;
|
|
3361
|
+
comboStatus: string;
|
|
3362
|
+
comboCount: string;
|
|
3363
|
+
comboIconUrl: string;
|
|
3364
|
+
comboType: number;
|
|
3365
|
+
comboRuleGuideSchema: string;
|
|
3366
|
+
}
|
|
3367
|
+
interface WebcastLinkMicBattle_BattleResult {
|
|
3368
|
+
userId: string;
|
|
3369
|
+
result: Result;
|
|
3370
|
+
score: string;
|
|
3371
|
+
}
|
|
3372
|
+
interface WebcastLinkMicBattle_BattleDisplayConfig {
|
|
3373
|
+
threshold: number;
|
|
3374
|
+
text: string;
|
|
3375
|
+
diffThreshold: number;
|
|
3376
|
+
diffText: string;
|
|
3377
|
+
exemptStrategy: WebcastLinkMicBattle_BattleDisplayConfig_ExemptStrategy | undefined;
|
|
3378
|
+
}
|
|
3379
|
+
interface WebcastLinkMicBattle_BattleDisplayConfig_ExemptStrategy {
|
|
3380
|
+
exemptBothHost: boolean;
|
|
3381
|
+
exemptAudienceTop: number;
|
|
3382
|
+
}
|
|
3383
|
+
interface WebcastLinkMicBattle_BattleUserInfo {
|
|
3384
|
+
user: WebcastLinkMicBattle_BattleUserInfo_BattleBaseUserInfo | undefined;
|
|
3385
|
+
tags: WebcastLinkMicBattle_BattleUserInfo_BattleRivalTag[];
|
|
3386
|
+
}
|
|
3387
|
+
interface WebcastLinkMicBattle_BattleUserInfo_BattleBaseUserInfo {
|
|
3388
|
+
userId: string;
|
|
3389
|
+
nickName: string;
|
|
3390
|
+
avatarThumb: Image | undefined;
|
|
3391
|
+
displayId: string;
|
|
3392
|
+
}
|
|
3393
|
+
interface WebcastLinkMicBattle_BattleUserInfo_BattleRivalTag {
|
|
3394
|
+
bgImage: Image | undefined;
|
|
3395
|
+
iconImage: Image | undefined;
|
|
3396
|
+
content: string;
|
|
3397
|
+
}
|
|
3398
|
+
interface WebcastLinkMicBattle_BattleABTestSetting {
|
|
3399
|
+
uid: string;
|
|
3400
|
+
abTestList: WebcastLinkMicBattle_BattleABTestSetting_BattleABTestList | undefined;
|
|
3401
|
+
}
|
|
3402
|
+
interface WebcastLinkMicBattle_BattleABTestSetting_BattleABTestList {
|
|
3403
|
+
abTestList: WebcastLinkMicBattle_BattleABTestSetting_BattleABTestList_BattleABTest[];
|
|
3404
|
+
}
|
|
3405
|
+
interface WebcastLinkMicBattle_BattleABTestSetting_BattleABTestList_BattleABTest {
|
|
3406
|
+
abTestType: BattleABTestType;
|
|
3407
|
+
group: number;
|
|
3408
|
+
}
|
|
3409
|
+
/** Battle status */
|
|
3410
|
+
interface WebcastLinkMicArmies {
|
|
3411
|
+
common: CommonMessageData | undefined;
|
|
3412
|
+
battleId: string;
|
|
3413
|
+
battleItems: {
|
|
3414
|
+
[key: string]: BattleUserArmies;
|
|
3415
|
+
};
|
|
3416
|
+
channelId: string;
|
|
3417
|
+
giftSentTime: string;
|
|
3418
|
+
scoreUpdateTime: string;
|
|
3419
|
+
battleStatus: TriggerReason;
|
|
3420
|
+
fromUserId: string;
|
|
3421
|
+
giftId: string;
|
|
3422
|
+
giftCount: number;
|
|
3423
|
+
gifIconImage: Image | undefined;
|
|
3424
|
+
totalDiamondCount: number;
|
|
3425
|
+
repeatCount: number;
|
|
3426
|
+
teamArmies: BattleTeamUserArmies[];
|
|
3427
|
+
triggerCriticalStrike: boolean;
|
|
3428
|
+
hasTeamMatchMvpSfx: boolean;
|
|
3429
|
+
logId: string;
|
|
3430
|
+
battleSettings: BattleSetting | undefined;
|
|
3431
|
+
fuzzyDisplayConfigV2: HighScoreControlCfg | undefined;
|
|
3432
|
+
}
|
|
3433
|
+
interface WebcastLinkMicArmies_BattleItemsEntry {
|
|
3434
|
+
key: string;
|
|
3435
|
+
value: BattleUserArmies | undefined;
|
|
3436
|
+
}
|
|
3437
|
+
interface WebcastLinkMicArmiesItems {
|
|
3438
|
+
hostUserId: string;
|
|
3439
|
+
battleGroups: WebcastLinkMicArmiesGroup[];
|
|
3440
|
+
}
|
|
3441
|
+
interface WebcastLinkMicArmiesGroup {
|
|
3442
|
+
users: User[];
|
|
3443
|
+
points: number;
|
|
3444
|
+
}
|
|
3445
|
+
/** Follow & share event */
|
|
3446
|
+
interface WebcastSocialMessage {
|
|
3447
|
+
common: CommonMessageData | undefined;
|
|
3448
|
+
user: User | undefined;
|
|
3449
|
+
shareType: string;
|
|
3450
|
+
action: string;
|
|
3451
|
+
shareTarget: string;
|
|
3452
|
+
followCount: number;
|
|
3453
|
+
shareDisplayStyle: string;
|
|
3454
|
+
shareCount: number;
|
|
3455
|
+
publicAreaMessageCommon: PublicAreaMessageCommon | undefined;
|
|
3456
|
+
signature: string;
|
|
3457
|
+
signatureVersion: string;
|
|
3458
|
+
showDurationMs: string;
|
|
3459
|
+
}
|
|
3460
|
+
/** Like event (is only sent from time to time, not with every like) */
|
|
3461
|
+
interface WebcastLikeMessage {
|
|
3462
|
+
common: CommonMessageData | undefined;
|
|
3463
|
+
likeCount: number;
|
|
3464
|
+
totalLikeCount: number;
|
|
3465
|
+
color: number;
|
|
3466
|
+
user: User | undefined;
|
|
3467
|
+
icon: string;
|
|
3468
|
+
icons: Image[];
|
|
3469
|
+
specifiedDisplayText: SpecifiedDisplayText[];
|
|
3470
|
+
effectCnt: string;
|
|
3471
|
+
likeEffect: LikeEffect[];
|
|
3472
|
+
publicAreaMessageCommon: PublicAreaMessageCommon | undefined;
|
|
3473
|
+
roomMessageHeatLevel: string;
|
|
3474
|
+
}
|
|
3475
|
+
interface SpecifiedDisplayText {
|
|
3476
|
+
uid: string;
|
|
3477
|
+
displayText: Text | undefined;
|
|
3478
|
+
}
|
|
3479
|
+
interface LikeEffect {
|
|
3480
|
+
version: string;
|
|
3481
|
+
effectCnt: string;
|
|
3482
|
+
effectIntervalMs: string;
|
|
3483
|
+
level: string;
|
|
3484
|
+
}
|
|
3485
|
+
/** New question event */
|
|
3486
|
+
interface WebcastQuestionNewMessage {
|
|
3487
|
+
common: CommonMessageData | undefined;
|
|
3488
|
+
details: WebcastQuestionNewMessage_Question | undefined;
|
|
3489
|
+
}
|
|
3490
|
+
interface WebcastQuestionNewMessage_Question {
|
|
3491
|
+
questionId: string;
|
|
3492
|
+
questionText: string;
|
|
3493
|
+
answerStatus: number;
|
|
3494
|
+
createTime: string;
|
|
3495
|
+
user: User | undefined;
|
|
3496
|
+
createFrom: number;
|
|
3497
|
+
answerFrom: number;
|
|
3498
|
+
}
|
|
3499
|
+
/** Contains UI information */
|
|
3500
|
+
interface WebcastMessageEventDetails {
|
|
3501
|
+
displayType: string;
|
|
3502
|
+
label: string;
|
|
3503
|
+
}
|
|
3504
|
+
/** Source: Co-opted https://github.com/zerodytrash/TikTok-Livestream-Chat-Connector/issues/19#issuecomment-1074150342 */
|
|
3505
|
+
interface WebcastLiveIntroMessage {
|
|
3506
|
+
common: CommonMessageData | undefined;
|
|
3507
|
+
roomId: string;
|
|
3508
|
+
auditStatus: AuditStatus;
|
|
3509
|
+
description: string;
|
|
3510
|
+
host: User | undefined;
|
|
3511
|
+
introMode: number;
|
|
3512
|
+
badges: BadgeStruct[];
|
|
3513
|
+
language: string;
|
|
3514
|
+
}
|
|
3515
|
+
interface SystemMessage {
|
|
3516
|
+
description: string;
|
|
3517
|
+
}
|
|
3518
|
+
interface RankItem {
|
|
3519
|
+
colour: string;
|
|
3520
|
+
id: string;
|
|
3521
|
+
}
|
|
3522
|
+
interface WebcastHourlyRankMessage {
|
|
3523
|
+
data: WebcastHourlyRankMessage_RankContainer | undefined;
|
|
3524
|
+
common: CommonMessageData | undefined;
|
|
3525
|
+
data2: number;
|
|
3526
|
+
}
|
|
3527
|
+
interface WebcastHourlyRankMessage_RankContainer {
|
|
3528
|
+
data1: number;
|
|
3529
|
+
rankingData: WebcastHourlyRankMessage_RankContainer_RankingData | undefined;
|
|
3530
|
+
data2: number;
|
|
3531
|
+
rankings: Ranking | undefined;
|
|
3532
|
+
rankingData2: WebcastHourlyRankMessage_RankContainer_RankingData2 | undefined;
|
|
3533
|
+
data3: number;
|
|
3534
|
+
data4: number;
|
|
3535
|
+
}
|
|
3536
|
+
interface WebcastHourlyRankMessage_RankContainer_RankingData {
|
|
3537
|
+
data1: number;
|
|
3538
|
+
rankdata: Ranking | undefined;
|
|
3539
|
+
data2: string;
|
|
3540
|
+
}
|
|
3541
|
+
interface WebcastHourlyRankMessage_RankContainer_RankingData2 {
|
|
3542
|
+
data1: number;
|
|
3543
|
+
data2: number;
|
|
3544
|
+
rankdata: Ranking | undefined;
|
|
3545
|
+
data3: string;
|
|
3546
|
+
data4: number;
|
|
3547
|
+
data5: number;
|
|
3548
|
+
}
|
|
3549
|
+
interface EmoteDetails {
|
|
3550
|
+
emoteId: string;
|
|
3551
|
+
image: EmoteImage | undefined;
|
|
3552
|
+
}
|
|
3553
|
+
interface EmoteImage {
|
|
3554
|
+
imageUrl: string;
|
|
3555
|
+
}
|
|
3556
|
+
interface WebcastEnvelopeMessage {
|
|
3557
|
+
common: CommonMessageData | undefined;
|
|
3558
|
+
envelopeInfo: WebcastEnvelopeMessage_EnvelopeInfo | undefined;
|
|
3559
|
+
display: EnvelopeDisplay;
|
|
3560
|
+
}
|
|
3561
|
+
interface WebcastEnvelopeMessage_EnvelopeInfo {
|
|
3562
|
+
envelopeId: string;
|
|
3563
|
+
businessType: EnvelopeBusinessType;
|
|
3564
|
+
envelopeIdc: string;
|
|
3565
|
+
sendUserName: string;
|
|
3566
|
+
diamondCount: number;
|
|
3567
|
+
peopleCount: number;
|
|
3568
|
+
unpackAt: number;
|
|
3569
|
+
sendUserId: string;
|
|
3570
|
+
sendUserAvatar: Image | undefined;
|
|
3571
|
+
createAt: string;
|
|
3572
|
+
roomId: string;
|
|
3573
|
+
followShowStatus: EnvelopeFollowShowStatus;
|
|
3574
|
+
skinId: number;
|
|
3575
|
+
}
|
|
3576
|
+
interface TreasureBoxData {
|
|
3577
|
+
coins: number;
|
|
3578
|
+
canOpen: number;
|
|
3579
|
+
timestamp: string;
|
|
3580
|
+
}
|
|
3581
|
+
interface FollowInfo {
|
|
3582
|
+
followingCount: number;
|
|
3583
|
+
followerCount: number;
|
|
3584
|
+
followStatus: number;
|
|
3585
|
+
pushStatus: number;
|
|
3586
|
+
}
|
|
3587
|
+
interface ProfilePicture {
|
|
3588
|
+
urls: string[];
|
|
3589
|
+
}
|
|
3590
|
+
interface UserBadgesAttributes {
|
|
3591
|
+
badgeSceneType: number;
|
|
3592
|
+
imageBadges: UserImageBadge[];
|
|
3593
|
+
badges: UserBadge[];
|
|
3594
|
+
privilegeLogExtra: PrivilegeLogExtra | undefined;
|
|
3595
|
+
}
|
|
3596
|
+
interface UserBadge {
|
|
3597
|
+
type: string;
|
|
3598
|
+
name: string;
|
|
3599
|
+
}
|
|
3600
|
+
interface UserImageBadge {
|
|
3601
|
+
displayType: number;
|
|
3602
|
+
image: UserImageBadgeImage | undefined;
|
|
3603
|
+
}
|
|
3604
|
+
interface UserImageBadgeImage {
|
|
3605
|
+
url: string;
|
|
3606
|
+
}
|
|
3607
|
+
interface WebcastBarrageMessage {
|
|
3608
|
+
common: CommonMessageData | undefined;
|
|
3609
|
+
event: WebcastBarrageMessage_BarrageEvent | undefined;
|
|
3610
|
+
msgType?: WebcastBarrageMessage_BarrageType | undefined;
|
|
3611
|
+
icon: ImageModel | undefined;
|
|
3612
|
+
duration: string;
|
|
3613
|
+
backGround: ImageModel | undefined;
|
|
3614
|
+
rightIcon: ImageModel | undefined;
|
|
3615
|
+
displayConfig: number;
|
|
3616
|
+
galleryGiftId: string;
|
|
3617
|
+
useMarquee: boolean;
|
|
3618
|
+
showType?: WebcastBarrageMessage_ShowType | undefined;
|
|
3619
|
+
renderType?: WebcastBarrageMessage_RenderType | undefined;
|
|
3620
|
+
leftIconDisplayType?: WebcastBarrageMessage_IconDisplayType | undefined;
|
|
3621
|
+
ribbonAnimation: ImageModel | undefined;
|
|
3622
|
+
hybridUrl: string;
|
|
3623
|
+
schema: string;
|
|
3624
|
+
subType: string;
|
|
3625
|
+
privilegeLogExtra: PrivilegeLogExtra | undefined;
|
|
3626
|
+
content: Text | undefined;
|
|
3627
|
+
scene: Scene;
|
|
3628
|
+
control: WebcastBarrageMessage_DisplayControl | undefined;
|
|
3629
|
+
rightLabel: WebcastBarrageMessage_RightLabel | undefined;
|
|
3630
|
+
badge: BadgeStruct | undefined;
|
|
3631
|
+
animationData: WebcastBarrageMessage_AnimationData | undefined;
|
|
3632
|
+
commonBarrageContent: Text | undefined;
|
|
3633
|
+
userGradeParam: WebcastBarrageMessage_BarrageTypeUserGradeParam | undefined;
|
|
3634
|
+
fansLevelParam: WebcastBarrageMessage_BarrageTypeFansLevelParam | undefined;
|
|
3635
|
+
subscribeGiftParam: WebcastBarrageMessage_BarrageTypeSubscribeGiftParam | undefined;
|
|
3636
|
+
giftGalleryParams: WebcastBarrageMessage_BarrageTypeGiftGalleryParam | undefined;
|
|
3637
|
+
}
|
|
3638
|
+
declare enum WebcastBarrageMessage_BarrageType {
|
|
3639
|
+
BARRAGE_TYPE_UNKNOWN = 0,
|
|
3640
|
+
BARRAGE_TYPE_E_COM_ORDERING = 1,
|
|
3641
|
+
BARRAGE_TYPE_E_COM_BUYING = 2,
|
|
3642
|
+
BARRAGE_TYPE_NORMAL = 3,
|
|
3643
|
+
BARRAGE_TYPE_SUBSCRIBE = 4,
|
|
3644
|
+
BARRAGE_TYPE_EVENT_VIEW = 5,
|
|
3645
|
+
BARRAGE_TYPE_EVENT_REGISTERED = 6,
|
|
3646
|
+
BARRAGE_TYPE_SUBSCRIBE_GIFT = 7,
|
|
3647
|
+
BARRAGE_TYPE_USER_UPGRADE = 8,
|
|
3648
|
+
BARRAGE_TYPE_GRADE_USER_ENTRANCE_NOTIFICATION = 9,
|
|
3649
|
+
BARRAGE_TYPE_FANS_LEVEL_UPGRADE = 10,
|
|
3650
|
+
BARRAGE_TYPE_FANS_LEVEL_ENTRANCE = 11,
|
|
3651
|
+
BARRAGE_TYPE_GAME_PARTNERSHIP = 12,
|
|
3652
|
+
BARRAGE_TYPE_GIFT_GALLERY = 13,
|
|
3653
|
+
BARRAGE_TYPE_E_COM_BOUGHT = 14,
|
|
3654
|
+
BARRAGE_TYPE_COMMON_BARRAGE = 100,
|
|
3655
|
+
UNRECOGNIZED = -1
|
|
3656
|
+
}
|
|
3657
|
+
declare enum WebcastBarrageMessage_ShowType {
|
|
3658
|
+
SHOW_TYPE_NORMAL = 0,
|
|
3659
|
+
SHOW_TYPE_FADE_IN_OUT = 1,
|
|
3660
|
+
UNRECOGNIZED = -1
|
|
3661
|
+
}
|
|
3662
|
+
declare enum WebcastBarrageMessage_RenderType {
|
|
3663
|
+
RENDER_TYPE_NATIVE = 0,
|
|
3664
|
+
RENDER_TYPE_HYBRID = 1,
|
|
3665
|
+
RENDER_TYPE_ALPHA = 2,
|
|
3666
|
+
UNRECOGNIZED = -1
|
|
3667
|
+
}
|
|
3668
|
+
declare enum WebcastBarrageMessage_IconDisplayType {
|
|
3669
|
+
ICON_DISPLAY_TYPE_IMAGE = 0,
|
|
3670
|
+
ICON_DISPLAY_TYPE_BADGE = 1,
|
|
3671
|
+
UNRECOGNIZED = -1
|
|
3672
|
+
}
|
|
3673
|
+
interface WebcastBarrageMessage_BarrageEvent {
|
|
3674
|
+
eventName: string;
|
|
3675
|
+
params: {
|
|
3676
|
+
[key: string]: string;
|
|
3677
|
+
};
|
|
3678
|
+
}
|
|
3679
|
+
interface WebcastBarrageMessage_BarrageEvent_ParamsEntry {
|
|
3680
|
+
key: string;
|
|
3681
|
+
value: string;
|
|
3682
|
+
}
|
|
3683
|
+
interface WebcastBarrageMessage_BarrageTypeUserGradeParam {
|
|
3684
|
+
currentGrade: number;
|
|
3685
|
+
displayConfig: number;
|
|
3686
|
+
userId: string;
|
|
3687
|
+
user: User | undefined;
|
|
3688
|
+
}
|
|
3689
|
+
interface WebcastBarrageMessage_BarrageTypeFansLevelParam {
|
|
3690
|
+
currentGrade: number;
|
|
3691
|
+
displayConfig: number;
|
|
3692
|
+
user: User | undefined;
|
|
3693
|
+
}
|
|
3694
|
+
interface WebcastBarrageMessage_BarrageTypeSubscribeGiftParam {
|
|
3695
|
+
giftSubCount: string;
|
|
3696
|
+
showGiftSubCount: boolean;
|
|
3697
|
+
}
|
|
3698
|
+
interface WebcastBarrageMessage_AnimationData {
|
|
3699
|
+
geckoChannelName: string;
|
|
3700
|
+
fileName: string;
|
|
3701
|
+
height: string;
|
|
3702
|
+
width: string;
|
|
3703
|
+
rightOffset: string;
|
|
3704
|
+
}
|
|
3705
|
+
interface WebcastBarrageMessage_BarrageTypeGiftGalleryParam {
|
|
3706
|
+
fromUserId: string;
|
|
3707
|
+
toUserId: string;
|
|
3708
|
+
}
|
|
3709
|
+
interface WebcastBarrageMessage_DisplayControl {
|
|
3710
|
+
priority: number;
|
|
3711
|
+
duration: string;
|
|
3712
|
+
targetGroupShowRst: {
|
|
3713
|
+
[key: number]: WebcastBarrageMessage_DisplayControl_ShowResult;
|
|
3714
|
+
};
|
|
3715
|
+
horizontalTriggerType: HorizontalOnclickTriggerType;
|
|
3716
|
+
}
|
|
3717
|
+
interface WebcastBarrageMessage_DisplayControl_TargetGroupShowRstEntry {
|
|
3718
|
+
key: number;
|
|
3719
|
+
value: WebcastBarrageMessage_DisplayControl_ShowResult | undefined;
|
|
3720
|
+
}
|
|
3721
|
+
interface WebcastBarrageMessage_DisplayControl_ShowResult {
|
|
3722
|
+
banned: boolean;
|
|
3723
|
+
}
|
|
3724
|
+
interface WebcastBarrageMessage_RightLabel {
|
|
3725
|
+
backgroundColor: string;
|
|
3726
|
+
content: Text | undefined;
|
|
3727
|
+
height: string;
|
|
3728
|
+
}
|
|
3729
|
+
/** Response from TikTokServer. Container for Messages */
|
|
3730
|
+
interface ProtoMessageFetchResult {
|
|
3731
|
+
messages: BaseProtoMessage[];
|
|
3732
|
+
cursor: string;
|
|
3733
|
+
fetchInterval: string;
|
|
3734
|
+
now: string;
|
|
3735
|
+
internalExt: string;
|
|
3736
|
+
fetchType: number;
|
|
3737
|
+
wsParams: {
|
|
3738
|
+
[key: string]: string;
|
|
3739
|
+
};
|
|
3740
|
+
heartBeatDuration: number;
|
|
3741
|
+
needsAck: boolean;
|
|
3742
|
+
wsUrl: string;
|
|
3743
|
+
isFirst: boolean;
|
|
3744
|
+
historyCommentCursor: string;
|
|
3745
|
+
historyNoMore: boolean;
|
|
3746
|
+
}
|
|
3747
|
+
interface ProtoMessageFetchResult_WsParamsEntry {
|
|
3748
|
+
key: string;
|
|
3749
|
+
value: string;
|
|
3750
|
+
}
|
|
3751
|
+
interface BaseProtoMessage {
|
|
3752
|
+
type: string;
|
|
3753
|
+
payload: Buffer;
|
|
3754
|
+
msgId: string;
|
|
3755
|
+
msgType: number;
|
|
3756
|
+
offset: string;
|
|
3757
|
+
isHistory: boolean;
|
|
3758
|
+
}
|
|
3759
|
+
interface WebcastRoomMessage {
|
|
3760
|
+
common: CommonMessageData | undefined;
|
|
3761
|
+
content: string;
|
|
3762
|
+
supportLandscape: boolean;
|
|
3763
|
+
source: string;
|
|
3764
|
+
icon: Image | undefined;
|
|
3765
|
+
scene: Scene;
|
|
3766
|
+
isWelcome: boolean;
|
|
3767
|
+
publicAreaCommon: PublicAreaMessageCommon | undefined;
|
|
3768
|
+
showDurationMs: string;
|
|
3769
|
+
subScene: string;
|
|
3770
|
+
}
|
|
3771
|
+
/** Closed Captioning for Video */
|
|
3772
|
+
interface WebcastCaptionMessage {
|
|
3773
|
+
common: CommonMessageData | undefined;
|
|
3774
|
+
timestampMs: string;
|
|
3775
|
+
durationMs: string;
|
|
3776
|
+
content: WebcastCaptionMessage_CaptionContent[];
|
|
3777
|
+
sentenceId: string;
|
|
3778
|
+
sequenceId: string;
|
|
3779
|
+
definite: boolean;
|
|
3780
|
+
}
|
|
3781
|
+
interface WebcastCaptionMessage_CaptionContent {
|
|
3782
|
+
lang: string;
|
|
3783
|
+
content: string;
|
|
3784
|
+
}
|
|
3785
|
+
/** System-Control Message from Room (e.g. Host ended Stream) */
|
|
3786
|
+
interface WebcastControlMessage {
|
|
3787
|
+
common: CommonMessageData | undefined;
|
|
3788
|
+
action: ControlAction;
|
|
3789
|
+
tips: string;
|
|
3790
|
+
extra: WebcastControlMessage_Extra | undefined;
|
|
3791
|
+
perceptionDialog: WebcastControlMessage_PerceptionDialogInfo | undefined;
|
|
3792
|
+
perceptionAudienceText: Text | undefined;
|
|
3793
|
+
punishInfo: PunishEventInfo | undefined;
|
|
3794
|
+
floatText: Text | undefined;
|
|
3795
|
+
floatStyle: number;
|
|
3796
|
+
}
|
|
3797
|
+
/**
|
|
3798
|
+
* @Extra
|
|
3799
|
+
* proto.webcast.im.ControlMessage
|
|
3800
|
+
*/
|
|
3801
|
+
interface WebcastControlMessage_Extra {
|
|
3802
|
+
banInfoUrl: string;
|
|
3803
|
+
reasonNo: string;
|
|
3804
|
+
title: Text | undefined;
|
|
3805
|
+
violationReason: Text | undefined;
|
|
3806
|
+
content: Text | undefined;
|
|
3807
|
+
gotItButton: Text | undefined;
|
|
3808
|
+
banDetailButton: Text | undefined;
|
|
3809
|
+
source: string;
|
|
3810
|
+
}
|
|
3811
|
+
interface WebcastControlMessage_PerceptionDialogInfo {
|
|
3812
|
+
iconType: PerceptionDialogIconType;
|
|
3813
|
+
title: Text | undefined;
|
|
3814
|
+
subTitle: Text | undefined;
|
|
3815
|
+
adviceActionText: Text | undefined;
|
|
3816
|
+
defaultActionText: Text | undefined;
|
|
3817
|
+
violationDetailUrl: string;
|
|
3818
|
+
scene: Scene;
|
|
3819
|
+
targetUserId: string;
|
|
3820
|
+
targetRoomId: string;
|
|
3821
|
+
countDownTime: string;
|
|
3822
|
+
showFeedback: boolean;
|
|
3823
|
+
feedbackOptions: WebcastControlMessage_PerceptionDialogInfo_PerceptionFeedbackOption[];
|
|
3824
|
+
policyTip: string;
|
|
3825
|
+
appealPopup: number;
|
|
3826
|
+
}
|
|
3827
|
+
interface WebcastControlMessage_PerceptionDialogInfo_PerceptionFeedbackOption {
|
|
3828
|
+
id: string;
|
|
3829
|
+
contentKey: string;
|
|
3830
|
+
}
|
|
3831
|
+
interface WebcastGoalUpdateMessage {
|
|
3832
|
+
common: CommonMessageData | undefined;
|
|
3833
|
+
indicator: LiveStreamGoalIndicator | undefined;
|
|
3834
|
+
goal: LiveStreamGoal | undefined;
|
|
3835
|
+
contributorId: string;
|
|
3836
|
+
contributorAvatar: Image | undefined;
|
|
3837
|
+
contributorDisplayId: string;
|
|
3838
|
+
contributeSubgoal: WebcastGoalUpdateMessage_LiveStreamSubGoal | undefined;
|
|
3839
|
+
contributeCount: string;
|
|
3840
|
+
contributeScore: string;
|
|
3841
|
+
giftRepeatCount: string;
|
|
3842
|
+
contributorIdStr: string;
|
|
3843
|
+
pin: boolean;
|
|
3844
|
+
unpin: boolean;
|
|
3845
|
+
pinInfo: WebcastGoalUpdateMessage_GoalPinInfo | undefined;
|
|
3846
|
+
updateSource: GoalMessageSource;
|
|
3847
|
+
goalExtra: string;
|
|
3848
|
+
}
|
|
3849
|
+
interface WebcastGoalUpdateMessage_LiveStreamSubGoal {
|
|
3850
|
+
type: number;
|
|
3851
|
+
id: string;
|
|
3852
|
+
progress: string;
|
|
3853
|
+
target: string;
|
|
3854
|
+
gift: WebcastGoalUpdateMessage_LiveStreamSubGoal_LiveStreamSubGoalGift | undefined;
|
|
3855
|
+
idStr: string;
|
|
3856
|
+
pinInfo: WebcastGoalUpdateMessage_LiveStreamSubGoal_SubGoalPinInfo | undefined;
|
|
3857
|
+
source: number;
|
|
3858
|
+
recommendedText: string;
|
|
3859
|
+
recommendedCommon: string;
|
|
3860
|
+
}
|
|
3861
|
+
interface WebcastGoalUpdateMessage_LiveStreamSubGoal_LiveStreamSubGoalGift {
|
|
3862
|
+
name: string;
|
|
3863
|
+
icon: Image | undefined;
|
|
3864
|
+
diamondCount: string;
|
|
3865
|
+
type: number;
|
|
3866
|
+
}
|
|
3867
|
+
interface WebcastGoalUpdateMessage_LiveStreamSubGoal_SubGoalPinInfo {
|
|
3868
|
+
pinStartTime: string;
|
|
3869
|
+
pinEndTime: string;
|
|
3870
|
+
pinReadyTime: string;
|
|
3871
|
+
}
|
|
3872
|
+
interface WebcastGoalUpdateMessage_GoalPinInfo {
|
|
3873
|
+
pin: boolean;
|
|
3874
|
+
unpin: boolean;
|
|
3875
|
+
pinEndTime: string;
|
|
3876
|
+
subGoalId: string;
|
|
3877
|
+
subGoalIdStr: string;
|
|
3878
|
+
}
|
|
3879
|
+
/** Message related to Chat-moderation? */
|
|
3880
|
+
interface WebcastImDeleteMessage {
|
|
3881
|
+
common: CommonMessageData | undefined;
|
|
3882
|
+
deleteMsgIdsList: string[];
|
|
3883
|
+
deleteUserIdsList: string[];
|
|
3884
|
+
}
|
|
3885
|
+
interface WebcastInRoomBannerMessage {
|
|
3886
|
+
common: CommonMessageData | undefined;
|
|
3887
|
+
jsonData: string;
|
|
3888
|
+
}
|
|
3889
|
+
interface WebcastRankUpdateMessage {
|
|
3890
|
+
common: CommonMessageData | undefined;
|
|
3891
|
+
updatesList: WebcastRankUpdateMessage_RankUpdate[];
|
|
3892
|
+
/** @warning Enum not found, should be GroupType */
|
|
3893
|
+
groupType: string;
|
|
3894
|
+
priority: string;
|
|
3895
|
+
tabsList: WebcastRankUpdateMessage_RankTabInfo[];
|
|
3896
|
+
isAnimationLoopPlay: boolean;
|
|
3897
|
+
animationLoopForOff: boolean;
|
|
3898
|
+
unionAnimation: WebcastRankUpdateMessage_UnionAnimationInfo[];
|
|
3899
|
+
tabInfo: WebcastRankUpdateMessage_RankListTabInfo[];
|
|
3900
|
+
}
|
|
3901
|
+
interface WebcastRankUpdateMessage_UnionAnimationInfo {
|
|
3902
|
+
unionType: UnionAnimationInfoType;
|
|
3903
|
+
rankTypeArray: ProfitRankType;
|
|
3904
|
+
supportedVersion: string;
|
|
3905
|
+
}
|
|
3906
|
+
interface WebcastRankUpdateMessage_RankListTabInfo {
|
|
3907
|
+
tabs: WebcastRankUpdateMessage_RankTabInfo[];
|
|
3908
|
+
supportedVersion: string;
|
|
3909
|
+
}
|
|
3910
|
+
interface WebcastRankUpdateMessage_RankTabInfo {
|
|
3911
|
+
rankType: ProfitRankType;
|
|
3912
|
+
title: string;
|
|
3913
|
+
titleText: Text | undefined;
|
|
3914
|
+
listLynxType: string;
|
|
3915
|
+
}
|
|
3916
|
+
/**
|
|
3917
|
+
* @RankUpdate
|
|
3918
|
+
* proto.webcast.im.RankUpdateMessage
|
|
3919
|
+
*/
|
|
3920
|
+
interface WebcastRankUpdateMessage_RankUpdate {
|
|
3921
|
+
/** @warning Enum not found, should be RankType */
|
|
3922
|
+
rankType: string;
|
|
3923
|
+
ownerRank: string;
|
|
3924
|
+
defaultContent: Text | undefined;
|
|
3925
|
+
showEntranceAnimation: boolean;
|
|
3926
|
+
countdown: string;
|
|
3927
|
+
/** @warning Enum not found, should be RelatedTabRankType */
|
|
3928
|
+
relatedTabRankType: string;
|
|
3929
|
+
/** @warning Enum not found, should be RequestFirstShowType */
|
|
3930
|
+
requestFirstShowType: string;
|
|
3931
|
+
supportedVersion: string;
|
|
3932
|
+
owneronrank: boolean;
|
|
3933
|
+
}
|
|
3934
|
+
/** --- HandMade -- */
|
|
3935
|
+
interface WebcastPollMessage {
|
|
3936
|
+
common: CommonMessageData | undefined;
|
|
3937
|
+
messageType: MessageType;
|
|
3938
|
+
pollId: string;
|
|
3939
|
+
startContent: PollStartContent | undefined;
|
|
3940
|
+
endContent: PollEndContent | undefined;
|
|
3941
|
+
updateContent: PollUpdateVotesContent | undefined;
|
|
3942
|
+
pollKind: PollKind;
|
|
3943
|
+
pollBasicInfo: WebcastPollMessage_PollBasicInfo | undefined;
|
|
3944
|
+
templateContent: WebcastPollMessage_TemplateContent | undefined;
|
|
3945
|
+
}
|
|
3946
|
+
interface WebcastPollMessage_TemplateContent {
|
|
3947
|
+
templateId: string;
|
|
3948
|
+
templateIdStr: string;
|
|
3949
|
+
status: PollTemplateStatus;
|
|
3950
|
+
pollKind: PollKind;
|
|
3951
|
+
appealStatus: PollAppealStatus;
|
|
3952
|
+
violationIdStr: string;
|
|
3953
|
+
}
|
|
3954
|
+
interface WebcastPollMessage_PollBasicInfo {
|
|
3955
|
+
pollSponsor: string;
|
|
3956
|
+
giftId: string;
|
|
3957
|
+
title: string;
|
|
3958
|
+
isSuggestedQuestion: boolean;
|
|
3959
|
+
userCnt: string;
|
|
3960
|
+
gift: Gift | undefined;
|
|
3961
|
+
pollIdStr: string;
|
|
3962
|
+
suggestedQuestionKey: string;
|
|
3963
|
+
pollDuration: string;
|
|
3964
|
+
timeRemain: string;
|
|
3965
|
+
pollIndex: string;
|
|
3966
|
+
templateId: string;
|
|
3967
|
+
}
|
|
3968
|
+
interface WebcastRankTextMessage {
|
|
3969
|
+
common: CommonMessageData | undefined;
|
|
3970
|
+
scene: RankTestMessageScene;
|
|
3971
|
+
ownerIdxBeforeUpdate: string;
|
|
3972
|
+
ownerIdxAfterUpdate: string;
|
|
3973
|
+
selfGetBadgeMsg: Text | undefined;
|
|
3974
|
+
otherGetBadgeMsg: Text | undefined;
|
|
3975
|
+
curUserId: string;
|
|
3976
|
+
}
|
|
3977
|
+
interface WebcastLinkMicBattlePunishFinish {
|
|
3978
|
+
common: CommonMessageData | undefined;
|
|
3979
|
+
channelId: string;
|
|
3980
|
+
opUid: string;
|
|
3981
|
+
reason: Reason;
|
|
3982
|
+
battleId: string;
|
|
3983
|
+
battleSettings: BattleSetting | undefined;
|
|
3984
|
+
}
|
|
3985
|
+
interface WebcastLinkmicBattleTaskMessage {
|
|
3986
|
+
common: CommonMessageData | undefined;
|
|
3987
|
+
battleTaskMessageType: BattleTaskMessageType;
|
|
3988
|
+
taskStart: WebcastLinkmicBattleTaskMessage_BattleTaskStart | undefined;
|
|
3989
|
+
taskUpdate: WebcastLinkmicBattleTaskMessage_BattleTaskUpdate | undefined;
|
|
3990
|
+
taskSettle: WebcastLinkmicBattleTaskMessage_BattleTaskSettle | undefined;
|
|
3991
|
+
rewardSettle: WebcastLinkmicBattleTaskMessage_BattleRewardSettle | undefined;
|
|
3992
|
+
battleId: string;
|
|
3993
|
+
}
|
|
3994
|
+
interface WebcastLinkmicBattleTaskMessage_BattlePrompt {
|
|
3995
|
+
promptKey: string;
|
|
3996
|
+
promptElements: WebcastLinkmicBattleTaskMessage_BattlePrompt_BattlePromptElem[];
|
|
3997
|
+
}
|
|
3998
|
+
interface WebcastLinkmicBattleTaskMessage_BattlePrompt_BattlePromptElem {
|
|
3999
|
+
promptFieldKey: string;
|
|
4000
|
+
promptFieldValue: string;
|
|
4001
|
+
}
|
|
4002
|
+
interface WebcastLinkmicBattleTaskMessage_BattleTaskStart {
|
|
4003
|
+
battleBonusConfig: WebcastLinkmicBattleTaskMessage_BattleTaskStart_BattleBonusConfig | undefined;
|
|
4004
|
+
}
|
|
4005
|
+
interface WebcastLinkmicBattleTaskMessage_BattleTaskStart_BattleBonusConfig {
|
|
4006
|
+
previewStartTime: string;
|
|
4007
|
+
previewPeriodConfig: WebcastLinkmicBattleTaskMessage_BattleTaskStart_BattleBonusConfig_PreviewPeriod[];
|
|
4008
|
+
taskPeriodConfig: WebcastLinkmicBattleTaskMessage_BattleTaskStart_BattleBonusConfig_TaskPeriodConfig | undefined;
|
|
4009
|
+
rewardPeriodConfig: WebcastLinkmicBattleTaskMessage_BattleTaskStart_BattleBonusConfig_RewardPeriodConfig | undefined;
|
|
4010
|
+
taskGiftGuide: {
|
|
4011
|
+
[key: string]: WebcastLinkmicBattleTaskMessage_BattleTaskStart_BattleBonusConfig_BattleTaskGiftAmountGuide;
|
|
4012
|
+
};
|
|
4013
|
+
previewStartTimestamp: string;
|
|
4014
|
+
previewClickActionSchemaUrl: string;
|
|
4015
|
+
}
|
|
4016
|
+
interface WebcastLinkmicBattleTaskMessage_BattleTaskStart_BattleBonusConfig_TaskGiftGuideEntry {
|
|
4017
|
+
key: string;
|
|
4018
|
+
value: WebcastLinkmicBattleTaskMessage_BattleTaskStart_BattleBonusConfig_BattleTaskGiftAmountGuide | undefined;
|
|
4019
|
+
}
|
|
4020
|
+
interface WebcastLinkmicBattleTaskMessage_BattleTaskStart_BattleBonusConfig_PreviewPeriod {
|
|
4021
|
+
duration: string;
|
|
4022
|
+
promot: WebcastLinkmicBattleTaskMessage_BattlePrompt | undefined;
|
|
4023
|
+
icon: Image | undefined;
|
|
4024
|
+
}
|
|
4025
|
+
interface WebcastLinkmicBattleTaskMessage_BattleTaskStart_BattleBonusConfig_TaskPeriodConfig {
|
|
4026
|
+
taskStartTime: string;
|
|
4027
|
+
duration: string;
|
|
4028
|
+
targetStartTimestamp: string;
|
|
4029
|
+
clickAction: number;
|
|
4030
|
+
clickToastPrompt: WebcastLinkmicBattleTaskMessage_BattlePrompt | undefined;
|
|
4031
|
+
promptType: number;
|
|
4032
|
+
taskStaticPrompt: WebcastLinkmicBattleTaskMessage_BattlePrompt | undefined;
|
|
4033
|
+
progressTarget: string;
|
|
4034
|
+
targetType: number;
|
|
4035
|
+
icon: Image | undefined;
|
|
4036
|
+
clickActionSchemaUrl: string;
|
|
4037
|
+
}
|
|
4038
|
+
interface WebcastLinkmicBattleTaskMessage_BattleTaskStart_BattleBonusConfig_RewardPeriodConfig {
|
|
4039
|
+
rewardStartTime: string;
|
|
4040
|
+
duration: string;
|
|
4041
|
+
rewardMultiple: number;
|
|
4042
|
+
rewardStartTimestamp: string;
|
|
4043
|
+
rewardPraparePrompt: WebcastLinkmicBattleTaskMessage_BattlePrompt | undefined;
|
|
4044
|
+
rewardingPrompt: WebcastLinkmicBattleTaskMessage_BattlePrompt | undefined;
|
|
4045
|
+
clickPrompt: WebcastLinkmicBattleTaskMessage_BattlePrompt | undefined;
|
|
4046
|
+
}
|
|
4047
|
+
interface WebcastLinkmicBattleTaskMessage_BattleTaskStart_BattleBonusConfig_BattleTaskGiftAmountGuide {
|
|
4048
|
+
guidePrompt: WebcastLinkmicBattleTaskMessage_BattlePrompt | undefined;
|
|
4049
|
+
promptType: number;
|
|
4050
|
+
disappearDuration: number;
|
|
4051
|
+
iconImage: Image | undefined;
|
|
4052
|
+
giftImage: Image | undefined;
|
|
4053
|
+
recommendGiftId: string;
|
|
4054
|
+
recommendGiftCount: number;
|
|
4055
|
+
guideContent: Text | undefined;
|
|
4056
|
+
}
|
|
4057
|
+
interface WebcastLinkmicBattleTaskMessage_BattleTaskUpdate {
|
|
4058
|
+
taskProgress: string;
|
|
4059
|
+
fromUserUid: string;
|
|
4060
|
+
promptKey: string;
|
|
4061
|
+
logId: string;
|
|
4062
|
+
}
|
|
4063
|
+
interface WebcastLinkmicBattleTaskMessage_BattleTaskSettle {
|
|
4064
|
+
taskResult: WebcastLinkmicBattleTaskMessage_BattleTaskSettle_Result;
|
|
4065
|
+
rewardStartTime: string;
|
|
4066
|
+
rewardStartTimestamp: string;
|
|
4067
|
+
}
|
|
4068
|
+
declare enum WebcastLinkmicBattleTaskMessage_BattleTaskSettle_Result {
|
|
4069
|
+
RESULT_SUCCEED = 0,
|
|
4070
|
+
RESULT_FAILED = 1,
|
|
4071
|
+
RESULT_BOTH_SUCCEED = 2,
|
|
4072
|
+
UNRECOGNIZED = -1
|
|
4073
|
+
}
|
|
4074
|
+
interface WebcastLinkmicBattleTaskMessage_BattleRewardSettle {
|
|
4075
|
+
rewardSettlePrompt: WebcastLinkmicBattleTaskMessage_BattlePrompt | undefined;
|
|
4076
|
+
status: RewardStatus;
|
|
4077
|
+
}
|
|
4078
|
+
interface WebcastLinkMicFanTicketMethod {
|
|
4079
|
+
common: CommonMessageData | undefined;
|
|
4080
|
+
FanTicketRoomNotice: FanTicketRoomNoticeContent | undefined;
|
|
4081
|
+
}
|
|
4082
|
+
interface WebcastLinkMicMethod {
|
|
4083
|
+
common: CommonMessageData | undefined;
|
|
4084
|
+
messageType: MessageType;
|
|
4085
|
+
accessKey: string;
|
|
4086
|
+
anchorLinkmicId: string;
|
|
4087
|
+
userId: string;
|
|
4088
|
+
fanTicket: string;
|
|
4089
|
+
totalLinkMicFanTicket: string;
|
|
4090
|
+
channelId: string;
|
|
4091
|
+
layout: string;
|
|
4092
|
+
vendor: string;
|
|
4093
|
+
dimension: string;
|
|
4094
|
+
theme: string;
|
|
4095
|
+
inviteUid: string;
|
|
4096
|
+
reply: number;
|
|
4097
|
+
duration: number;
|
|
4098
|
+
matchType: number;
|
|
4099
|
+
win: boolean;
|
|
4100
|
+
prompts: string;
|
|
4101
|
+
toUserId: string;
|
|
4102
|
+
tips: string;
|
|
4103
|
+
startTimeMs: string;
|
|
4104
|
+
confluenceType: number;
|
|
4105
|
+
fromRoomId: string;
|
|
4106
|
+
inviteType: number;
|
|
4107
|
+
subType: string;
|
|
4108
|
+
rtcExtInfo: string;
|
|
4109
|
+
appId: string;
|
|
4110
|
+
appSign: string;
|
|
4111
|
+
anchorLinkMicIdStr: string;
|
|
4112
|
+
rivalAnchorId: string;
|
|
4113
|
+
rivalLinkmicId: number;
|
|
4114
|
+
rivalLinkmicIdStr: string;
|
|
4115
|
+
shouldShowPopup: boolean;
|
|
4116
|
+
rtcJoinChannel: boolean;
|
|
4117
|
+
fanTicketType: number;
|
|
4118
|
+
}
|
|
4119
|
+
interface WebcastUnauthorizedMemberMessage {
|
|
4120
|
+
common: CommonMessageData | undefined;
|
|
4121
|
+
action: number;
|
|
4122
|
+
nickNamePrefix: Text | undefined;
|
|
4123
|
+
nickName: string;
|
|
4124
|
+
enterText: Text | undefined;
|
|
4125
|
+
publicAreaCommon: PublicAreaMessageCommon | undefined;
|
|
4126
|
+
}
|
|
4127
|
+
interface WebcastMsgDetectMessage {
|
|
4128
|
+
common: CommonMessageData | undefined;
|
|
4129
|
+
detectType: number;
|
|
4130
|
+
triggerCondition: WebcastMsgDetectMessage_TriggerCondition | undefined;
|
|
4131
|
+
timeInfo: WebcastMsgDetectMessage_TimeInfo | undefined;
|
|
4132
|
+
triggerBy: number;
|
|
4133
|
+
fromRegion: string;
|
|
4134
|
+
}
|
|
4135
|
+
interface WebcastMsgDetectMessage_TimeInfo {
|
|
4136
|
+
clientStartMs: string;
|
|
4137
|
+
apiRecvTimeMs: string;
|
|
4138
|
+
apiSendToGoimMs: string;
|
|
4139
|
+
}
|
|
4140
|
+
interface WebcastMsgDetectMessage_TriggerCondition {
|
|
4141
|
+
uplinkDetectHttp: boolean;
|
|
4142
|
+
uplinkDetectWebSocket: boolean;
|
|
4143
|
+
detectP2PMsg: boolean;
|
|
4144
|
+
detectRoomMsg: boolean;
|
|
4145
|
+
httpOptimize: boolean;
|
|
4146
|
+
}
|
|
4147
|
+
interface WebcastOecLiveShoppingMessage {
|
|
4148
|
+
common: CommonMessageData | undefined;
|
|
4149
|
+
data1: number;
|
|
4150
|
+
shopData: WebcastOecLiveShoppingMessage_LiveShoppingData | undefined;
|
|
4151
|
+
/** Uses index 1, 2 & 3 */
|
|
4152
|
+
shopTimings: TimeStampContainer | undefined;
|
|
4153
|
+
details: WebcastOecLiveShoppingMessage_LiveShoppingDetails | undefined;
|
|
4154
|
+
}
|
|
4155
|
+
interface WebcastOecLiveShoppingMessage_LiveShoppingData {
|
|
4156
|
+
title: string;
|
|
4157
|
+
/** $55.99 */
|
|
4158
|
+
priceString: string;
|
|
4159
|
+
imageUrl: string;
|
|
4160
|
+
shopUrl: string;
|
|
4161
|
+
data1: string;
|
|
4162
|
+
/** "Shopify" */
|
|
4163
|
+
shopName: string;
|
|
4164
|
+
data2: string;
|
|
4165
|
+
shopUrl2: string;
|
|
4166
|
+
data3: string;
|
|
4167
|
+
data4: string;
|
|
4168
|
+
}
|
|
4169
|
+
interface WebcastOecLiveShoppingMessage_LiveShoppingDetails {
|
|
4170
|
+
id1: string;
|
|
4171
|
+
data1: string;
|
|
4172
|
+
data2: number;
|
|
4173
|
+
timestamp: string;
|
|
4174
|
+
data: ValueLabel | undefined;
|
|
4175
|
+
}
|
|
4176
|
+
/** Host Pins comment to stream */
|
|
4177
|
+
interface WebcastRoomPinMessage {
|
|
4178
|
+
common: CommonMessageData | undefined;
|
|
4179
|
+
chatMessage?: WebcastChatMessage | undefined;
|
|
4180
|
+
socialMessage?: WebcastSocialMessage | undefined;
|
|
4181
|
+
giftMessage?: WebcastGiftMessage | undefined;
|
|
4182
|
+
memberMessage?: WebcastMemberMessage | undefined;
|
|
4183
|
+
likeMessage?: WebcastLikeMessage | undefined;
|
|
4184
|
+
method: string;
|
|
4185
|
+
pinTime: string;
|
|
4186
|
+
operator: User | undefined;
|
|
4187
|
+
action: number;
|
|
4188
|
+
displayDuration: string;
|
|
4189
|
+
pinId: string;
|
|
4190
|
+
ecStreamerKey: string;
|
|
4191
|
+
}
|
|
4192
|
+
interface WebcastSystemMessage {
|
|
4193
|
+
common: CommonMessageData | undefined;
|
|
4194
|
+
message: string;
|
|
4195
|
+
}
|
|
4196
|
+
interface WebcastLinkMessage {
|
|
4197
|
+
common: CommonMessageData | undefined;
|
|
4198
|
+
MessageType: LinkMessageType;
|
|
4199
|
+
LinkerId: string;
|
|
4200
|
+
Scene: Scene;
|
|
4201
|
+
InviteContent: LinkerInviteContent | undefined;
|
|
4202
|
+
ReplyContent: LinkerReplyContent | undefined;
|
|
4203
|
+
CreateContent: LinkerCreateContent | undefined;
|
|
4204
|
+
CloseContent: LinkerCloseContent | undefined;
|
|
4205
|
+
EnterContent: LinkerEnterContent | undefined;
|
|
4206
|
+
LeaveContent: LinkerLeaveContent | undefined;
|
|
4207
|
+
CancelContent: LinkerCancelContent | undefined;
|
|
4208
|
+
KickOutContent: LinkerKickOutContent | undefined;
|
|
4209
|
+
LinkedListChangeContent: LinkerLinkedListChangeContent | undefined;
|
|
4210
|
+
UpdateUserContent: LinkerUpdateUserContent | undefined;
|
|
4211
|
+
WaitingListChangeContent: LinkerWaitingListChangeContent | undefined;
|
|
4212
|
+
MuteContent: LinkerMuteContent | undefined;
|
|
4213
|
+
RandomMatchContent: LinkerRandomMatchContent | undefined;
|
|
4214
|
+
UpdateUserSettingContent: LinkerUpdateUserSettingContent | undefined;
|
|
4215
|
+
MicIdxUpdateContent: LinkerMicIdxUpdateContent | undefined;
|
|
4216
|
+
ListChangeContent: LinkerListChangeContent | undefined;
|
|
4217
|
+
CohostListChangeContent: CohostListChangeContent | undefined;
|
|
4218
|
+
MediaChangeContent: LinkerMediaChangeContent | undefined;
|
|
4219
|
+
AcceptNoticeContent: LinkerAcceptNoticeContent | undefined;
|
|
4220
|
+
SysKickOutContent: LinkerSysKickOutContent | undefined;
|
|
4221
|
+
UserToastContent: LinkmicUserToastContent | undefined;
|
|
4222
|
+
extra: string;
|
|
4223
|
+
expireTimestamp: string;
|
|
4224
|
+
transferExtra: string;
|
|
4225
|
+
}
|
|
4226
|
+
/** @WebcastLinkLayerMessage */
|
|
4227
|
+
interface WebcastLinkLayerMessage {
|
|
4228
|
+
common: CommonMessageData | undefined;
|
|
4229
|
+
messageType: MessageType;
|
|
4230
|
+
channelId: string;
|
|
4231
|
+
scene: Scene;
|
|
4232
|
+
source: string;
|
|
4233
|
+
centerizedIdc: string;
|
|
4234
|
+
rtcRoomId: string;
|
|
4235
|
+
createChannelContent: CreateChannelContent | undefined;
|
|
4236
|
+
listChangeContent: ListChangeContent | undefined;
|
|
4237
|
+
inviteContent: InviteContent | undefined;
|
|
4238
|
+
applyContent: ApplyContent | undefined;
|
|
4239
|
+
permitApplyContent: PermitApplyContent | undefined;
|
|
4240
|
+
replyInviteContent: ReplyInviteContent | undefined;
|
|
4241
|
+
kickOutContent: KickOutContent | undefined;
|
|
4242
|
+
cancelApplyContent: CancelApplyContent | undefined;
|
|
4243
|
+
cancelInviteContent: CancelInviteContent | undefined;
|
|
4244
|
+
leaveContent: LeaveContent | undefined;
|
|
4245
|
+
finishContent: FinishChannelContent | undefined;
|
|
4246
|
+
joinDirectContent: JoinDirectContent | undefined;
|
|
4247
|
+
joinGroupContent: JoinGroupContent | undefined;
|
|
4248
|
+
permitGroupContent: PermitJoinGroupContent | undefined;
|
|
4249
|
+
cancelGroupContent: CancelJoinGroupContent | undefined;
|
|
4250
|
+
leaveGroupContent: LeaveJoinGroupContent | undefined;
|
|
4251
|
+
p2pGroupChangeContent: P2PGroupChangeContent | undefined;
|
|
4252
|
+
groupChangeContent: GroupChangeContent | undefined;
|
|
4253
|
+
businessContent: BusinessContent | undefined;
|
|
4254
|
+
}
|
|
4255
|
+
/** @RoomVerifyMessage */
|
|
4256
|
+
interface RoomVerifyMessage {
|
|
4257
|
+
common: CommonMessageData | undefined;
|
|
4258
|
+
action: number;
|
|
4259
|
+
content: string;
|
|
4260
|
+
noticeType: string;
|
|
4261
|
+
closeRoom: boolean;
|
|
4262
|
+
}
|
|
4263
|
+
interface WebcastBarrageMessageOld {
|
|
4264
|
+
event: CommonMessageData | undefined;
|
|
4265
|
+
msgType: number;
|
|
4266
|
+
content: WebcastBarrageMessageOld_Text | undefined;
|
|
4267
|
+
}
|
|
4268
|
+
interface WebcastBarrageMessageOld_Text {
|
|
4269
|
+
key: string;
|
|
4270
|
+
defaultPattern: string;
|
|
4271
|
+
pieces: WebcastBarrageMessageOld_TextPiece[];
|
|
4272
|
+
}
|
|
4273
|
+
interface WebcastBarrageMessageOld_TextPiece {
|
|
4274
|
+
type: number;
|
|
4275
|
+
stringValue: string;
|
|
4276
|
+
userValue: WebcastBarrageMessageOld_TextPieceUser | undefined;
|
|
4277
|
+
}
|
|
4278
|
+
interface WebcastBarrageMessageOld_TextPieceUser {
|
|
4279
|
+
user: User | undefined;
|
|
4280
|
+
withColon: boolean;
|
|
4281
|
+
}
|
|
4282
|
+
interface WebcastImEnterRoomMessage {
|
|
4283
|
+
/** sent */
|
|
4284
|
+
roomId: string;
|
|
4285
|
+
/** Not sent, even when there is a hashtag on the room */
|
|
4286
|
+
roomTag: string;
|
|
4287
|
+
/** not sent */
|
|
4288
|
+
liveRegion: string;
|
|
4289
|
+
/** "12" <- It's a STATIC value for all streams, I checked the decompiled proto */
|
|
4290
|
+
liveId: string;
|
|
4291
|
+
/** "audience" */
|
|
4292
|
+
identity: string;
|
|
4293
|
+
/** "" */
|
|
4294
|
+
cursor: string;
|
|
4295
|
+
/** 0 */
|
|
4296
|
+
accountType: string;
|
|
4297
|
+
/** NOT sent */
|
|
4298
|
+
enterUniqueId: string;
|
|
4299
|
+
/** "0" */
|
|
4300
|
+
filterWelcomeMsg: string;
|
|
4301
|
+
/** 0 */
|
|
4302
|
+
isAnchorContinueKeepMsg: boolean;
|
|
4303
|
+
}
|
|
4304
|
+
declare const CommonMessageData: MessageFns<CommonMessageData>;
|
|
4305
|
+
declare const CommonMessageData_LiveMessageSEI: MessageFns<CommonMessageData_LiveMessageSEI>;
|
|
4306
|
+
declare const CommonMessageData_LiveMessageID: MessageFns<CommonMessageData_LiveMessageID>;
|
|
4307
|
+
declare const Text: MessageFns<Text>;
|
|
4308
|
+
declare const Text_TextPiece: MessageFns<Text_TextPiece>;
|
|
4309
|
+
declare const Text_TextFormat: MessageFns<Text_TextFormat>;
|
|
4310
|
+
declare const Text_TextPieceGift: MessageFns<Text_TextPieceGift>;
|
|
4311
|
+
declare const Text_TextPiecePatternRef: MessageFns<Text_TextPiecePatternRef>;
|
|
4312
|
+
declare const Text_TextPieceUser: MessageFns<Text_TextPieceUser>;
|
|
4313
|
+
declare const Text_PatternRef: MessageFns<Text_PatternRef>;
|
|
4314
|
+
declare const Image: MessageFns<Image>;
|
|
4315
|
+
declare const Image_Content: MessageFns<Image_Content>;
|
|
4316
|
+
declare const BadgeStruct: MessageFns<BadgeStruct>;
|
|
4317
|
+
declare const BadgeStruct_CombineBadge: MessageFns<BadgeStruct_CombineBadge>;
|
|
4318
|
+
declare const BadgeStruct_ArrowConfig: MessageFns<BadgeStruct_ArrowConfig>;
|
|
4319
|
+
declare const BadgeStruct_ProfileContent: MessageFns<BadgeStruct_ProfileContent>;
|
|
4320
|
+
declare const BadgeStruct_ProjectionConfig: MessageFns<BadgeStruct_ProjectionConfig>;
|
|
4321
|
+
declare const BadgeStruct_NumberConfig: MessageFns<BadgeStruct_NumberConfig>;
|
|
4322
|
+
declare const BadgeStruct_ProfileCardPanel: MessageFns<BadgeStruct_ProfileCardPanel>;
|
|
4323
|
+
declare const BadgeStruct_CombineBadgeBackground: MessageFns<BadgeStruct_CombineBadgeBackground>;
|
|
4324
|
+
declare const BadgeStruct_ImageBadge: MessageFns<BadgeStruct_ImageBadge>;
|
|
4325
|
+
declare const BadgeStruct_TextBadge: MessageFns<BadgeStruct_TextBadge>;
|
|
4326
|
+
declare const BadgeStruct_IconConfig: MessageFns<BadgeStruct_IconConfig>;
|
|
4327
|
+
declare const BadgeStruct_StringBadge: MessageFns<BadgeStruct_StringBadge>;
|
|
4328
|
+
declare const BadgeStruct_PaddingInfo: MessageFns<BadgeStruct_PaddingInfo>;
|
|
4329
|
+
declare const Gift: MessageFns<Gift>;
|
|
4330
|
+
declare const Gift_GiftPanelBanner: MessageFns<Gift_GiftPanelBanner>;
|
|
4331
|
+
declare const Gift_BatchGiftInfo: MessageFns<Gift_BatchGiftInfo>;
|
|
4332
|
+
declare const Gift_CrossScreenEffectInfo: MessageFns<Gift_CrossScreenEffectInfo>;
|
|
4333
|
+
declare const Gift_CrossScreenEffectInfo_SingleActionEffectIdsEntry: MessageFns<Gift_CrossScreenEffectInfo_SingleActionEffectIdsEntry>;
|
|
4334
|
+
declare const Gift_CrossScreenEffectInfo_ActionEffectIdsEntry: MessageFns<Gift_CrossScreenEffectInfo_ActionEffectIdsEntry>;
|
|
4335
|
+
declare const Gift_CrossScreenEffectInfo_ReactionEffectIdsEntry: MessageFns<Gift_CrossScreenEffectInfo_ReactionEffectIdsEntry>;
|
|
4336
|
+
declare const Gift_GiftSponsorInfo: MessageFns<Gift_GiftSponsorInfo>;
|
|
4337
|
+
declare const Gift_UGGiftStructInfo: MessageFns<Gift_UGGiftStructInfo>;
|
|
4338
|
+
declare const Gift_GiftSkin: MessageFns<Gift_GiftSkin>;
|
|
4339
|
+
declare const Gift_GiftText: MessageFns<Gift_GiftText>;
|
|
4340
|
+
declare const Gift_GiftSkinToGiftTextsInfo: MessageFns<Gift_GiftSkinToGiftTextsInfo>;
|
|
4341
|
+
declare const Gift_GiftBoxInfo: MessageFns<Gift_GiftBoxInfo>;
|
|
4342
|
+
declare const User: MessageFns<User>;
|
|
4343
|
+
declare const User_LiveEventInfo: MessageFns<User_LiveEventInfo>;
|
|
4344
|
+
declare const User_LiveEventInfo_WalletPackage: MessageFns<User_LiveEventInfo_WalletPackage>;
|
|
4345
|
+
declare const User_ActivityInfo: MessageFns<User_ActivityInfo>;
|
|
4346
|
+
declare const User_AnchorLevel: MessageFns<User_AnchorLevel>;
|
|
4347
|
+
declare const User_AuthenticationInfo: MessageFns<User_AuthenticationInfo>;
|
|
4348
|
+
declare const User_AuthorStats: MessageFns<User_AuthorStats>;
|
|
4349
|
+
declare const User_Border: MessageFns<User_Border>;
|
|
4350
|
+
declare const User_ComboBadgeInfo: MessageFns<User_ComboBadgeInfo>;
|
|
4351
|
+
declare const User_EcommerceEntrance: MessageFns<User_EcommerceEntrance>;
|
|
4352
|
+
declare const User_EcommerceEntrance_ShopEntranceInfo: MessageFns<User_EcommerceEntrance_ShopEntranceInfo>;
|
|
4353
|
+
declare const User_EcommerceEntrance_ShopEntranceInfo_StoreLabel: MessageFns<User_EcommerceEntrance_ShopEntranceInfo_StoreLabel>;
|
|
4354
|
+
declare const User_EcommerceEntrance_ShopEntranceInfo_StoreLabel_StoreOfficialLabel: MessageFns<User_EcommerceEntrance_ShopEntranceInfo_StoreLabel_StoreOfficialLabel>;
|
|
4355
|
+
declare const User_EcommerceEntrance_ShopEntranceInfo_StoreLabel_StoreOfficialLabel_ShopLabelImage: MessageFns<User_EcommerceEntrance_ShopEntranceInfo_StoreLabel_StoreOfficialLabel_ShopLabelImage>;
|
|
4356
|
+
declare const User_EcommerceEntrance_ShowcaseEntranceInfo: MessageFns<User_EcommerceEntrance_ShowcaseEntranceInfo>;
|
|
4357
|
+
declare const User_FansClub: MessageFns<User_FansClub>;
|
|
4358
|
+
declare const User_FansClub_FansClubData: MessageFns<User_FansClub_FansClubData>;
|
|
4359
|
+
declare const User_FansClubInfo: MessageFns<User_FansClubInfo>;
|
|
4360
|
+
declare const User_FollowInfo: MessageFns<User_FollowInfo>;
|
|
4361
|
+
declare const User_OwnRoom: MessageFns<User_OwnRoom>;
|
|
4362
|
+
declare const User_PayGrade: MessageFns<User_PayGrade>;
|
|
4363
|
+
declare const User_SubscribeBadge: MessageFns<User_SubscribeBadge>;
|
|
4364
|
+
declare const User_SubscribeInfo: MessageFns<User_SubscribeInfo>;
|
|
4365
|
+
declare const User_UserAttr: MessageFns<User_UserAttr>;
|
|
4366
|
+
declare const User_UserStats: MessageFns<User_UserStats>;
|
|
4367
|
+
declare const Emote: MessageFns<Emote>;
|
|
4368
|
+
declare const Emote_AuditInfo: MessageFns<Emote_AuditInfo>;
|
|
4369
|
+
declare const Emote_EmoteUploadInfo: MessageFns<Emote_EmoteUploadInfo>;
|
|
4370
|
+
declare const PunishEventInfo: MessageFns<PunishEventInfo>;
|
|
4371
|
+
declare const MsgFilter: MessageFns<MsgFilter>;
|
|
4372
|
+
declare const UserIdentity: MessageFns<UserIdentity>;
|
|
4373
|
+
declare const LiveStreamGoal: MessageFns<LiveStreamGoal>;
|
|
4374
|
+
declare const LiveStreamGoal_AuditInfo: MessageFns<LiveStreamGoal_AuditInfo>;
|
|
4375
|
+
declare const LiveStreamGoal_LiveStreamSubGoal: MessageFns<LiveStreamGoal_LiveStreamSubGoal>;
|
|
4376
|
+
declare const LiveStreamGoal_LiveStreamSubGoal_SubGoalPinInfo: MessageFns<LiveStreamGoal_LiveStreamSubGoal_SubGoalPinInfo>;
|
|
4377
|
+
declare const LiveStreamGoal_LiveStreamSubGoalGift: MessageFns<LiveStreamGoal_LiveStreamSubGoalGift>;
|
|
4378
|
+
declare const LiveStreamGoal_LiveStreamGoalContributor: MessageFns<LiveStreamGoal_LiveStreamGoalContributor>;
|
|
4379
|
+
declare const LiveStreamGoal_LiveStreamGoalContributor_SubGoalContribution: MessageFns<LiveStreamGoal_LiveStreamGoalContributor_SubGoalContribution>;
|
|
4380
|
+
declare const LiveStreamGoal_GoalStats: MessageFns<LiveStreamGoal_GoalStats>;
|
|
4381
|
+
declare const LiveStreamGoal_GoalStats_GoalComparison: MessageFns<LiveStreamGoal_GoalStats_GoalComparison>;
|
|
4382
|
+
declare const LiveStreamGoalIndicator: MessageFns<LiveStreamGoalIndicator>;
|
|
4383
|
+
declare const Ranking: MessageFns<Ranking>;
|
|
4384
|
+
declare const TikTokColor: MessageFns<TikTokColor>;
|
|
4385
|
+
declare const ValueLabel: MessageFns<ValueLabel>;
|
|
4386
|
+
declare const TimeStampContainer: MessageFns<TimeStampContainer>;
|
|
4387
|
+
declare const PollStartContent: MessageFns<PollStartContent>;
|
|
4388
|
+
declare const PollEndContent: MessageFns<PollEndContent>;
|
|
4389
|
+
declare const PollOptionInfo: MessageFns<PollOptionInfo>;
|
|
4390
|
+
declare const VoteUser: MessageFns<VoteUser>;
|
|
4391
|
+
declare const PollUpdateVotesContent: MessageFns<PollUpdateVotesContent>;
|
|
4392
|
+
declare const UserFanTicket: MessageFns<UserFanTicket>;
|
|
4393
|
+
declare const FanTicketRoomNoticeContent: MessageFns<FanTicketRoomNoticeContent>;
|
|
4394
|
+
declare const LinkerAcceptNoticeContent: MessageFns<LinkerAcceptNoticeContent>;
|
|
4395
|
+
declare const LinkerCancelContent: MessageFns<LinkerCancelContent>;
|
|
4396
|
+
declare const ListUser: MessageFns<ListUser>;
|
|
4397
|
+
declare const LinkerCloseContent: MessageFns<LinkerCloseContent>;
|
|
4398
|
+
declare const LinkerCreateContent: MessageFns<LinkerCreateContent>;
|
|
4399
|
+
declare const LinkerEnterContent: MessageFns<LinkerEnterContent>;
|
|
4400
|
+
declare const LinkerInviteContent: MessageFns<LinkerInviteContent>;
|
|
4401
|
+
declare const LinkerInviteContent_RtcExtInfoMapEntry: MessageFns<LinkerInviteContent_RtcExtInfoMapEntry>;
|
|
4402
|
+
declare const LinkerInviteContent_InviteTopHostInfo: MessageFns<LinkerInviteContent_InviteTopHostInfo>;
|
|
4403
|
+
declare const LinkerInviteContent_LinkmicUserInfo: MessageFns<LinkerInviteContent_LinkmicUserInfo>;
|
|
4404
|
+
declare const LinkerInviteContent_PerceptionDialogInfo: MessageFns<LinkerInviteContent_PerceptionDialogInfo>;
|
|
4405
|
+
declare const LinkerInviteContent_PerceptionDialogInfo_PerceptionFeedbackOption: MessageFns<LinkerInviteContent_PerceptionDialogInfo_PerceptionFeedbackOption>;
|
|
4406
|
+
declare const LinkerInviteContent_CohostABTestSetting: MessageFns<LinkerInviteContent_CohostABTestSetting>;
|
|
4407
|
+
declare const LinkerInviteContent_CohostABTestSetting_CohostABTestList: MessageFns<LinkerInviteContent_CohostABTestSetting_CohostABTestList>;
|
|
4408
|
+
declare const LinkerInviteContent_CohostABTestSetting_CohostABTestList_CohostABTest: MessageFns<LinkerInviteContent_CohostABTestSetting_CohostABTestList_CohostABTest>;
|
|
4409
|
+
declare const LinkerInviteContent_LinkerInviteMessageExtra: MessageFns<LinkerInviteContent_LinkerInviteMessageExtra>;
|
|
4410
|
+
declare const LinkerInviteContent_LinkerInviteMessageExtra_InviterRivalExtra: MessageFns<LinkerInviteContent_LinkerInviteMessageExtra_InviterRivalExtra>;
|
|
4411
|
+
declare const LinkerInviteContent_LinkerInviteMessageExtra_InviterRivalExtra_AuthenticationInfo: MessageFns<LinkerInviteContent_LinkerInviteMessageExtra_InviterRivalExtra_AuthenticationInfo>;
|
|
4412
|
+
declare const LinkerInviteContent_LinkerInviteMessageExtra_InviterRivalExtra_Hashtag: MessageFns<LinkerInviteContent_LinkerInviteMessageExtra_InviterRivalExtra_Hashtag>;
|
|
4413
|
+
declare const LinkerInviteContent_LinkerInviteMessageExtra_InviterRivalExtra_OptPairInfo: MessageFns<LinkerInviteContent_LinkerInviteMessageExtra_InviterRivalExtra_OptPairInfo>;
|
|
4414
|
+
declare const LinkerInviteContent_LinkerInviteMessageExtra_InviterRivalExtra_OptPairInfo_OptPairUser: MessageFns<LinkerInviteContent_LinkerInviteMessageExtra_InviterRivalExtra_OptPairInfo_OptPairUser>;
|
|
4415
|
+
declare const CohostTopic: MessageFns<CohostTopic>;
|
|
4416
|
+
declare const LinkerKickOutContent: MessageFns<LinkerKickOutContent>;
|
|
4417
|
+
declare const LinkerLeaveContent: MessageFns<LinkerLeaveContent>;
|
|
4418
|
+
declare const LinkerLinkedListChangeContent: MessageFns<LinkerLinkedListChangeContent>;
|
|
4419
|
+
declare const CohostListChangeContent: MessageFns<CohostListChangeContent>;
|
|
4420
|
+
declare const LinkerListChangeContent: MessageFns<LinkerListChangeContent>;
|
|
4421
|
+
declare const LinkerMediaChangeContent: MessageFns<LinkerMediaChangeContent>;
|
|
4422
|
+
declare const LinkerMediaChangeContent_LinkerMediaChangeOperator: MessageFns<LinkerMediaChangeContent_LinkerMediaChangeOperator>;
|
|
4423
|
+
declare const LinkerMicIdxUpdateContent: MessageFns<LinkerMicIdxUpdateContent>;
|
|
4424
|
+
declare const LinkerMuteContent: MessageFns<LinkerMuteContent>;
|
|
4425
|
+
declare const LinkerRandomMatchContent: MessageFns<LinkerRandomMatchContent>;
|
|
4426
|
+
declare const LinkerReplyContent: MessageFns<LinkerReplyContent>;
|
|
4427
|
+
declare const LinkerReplyContent_LinkmicInfo: MessageFns<LinkerReplyContent_LinkmicInfo>;
|
|
4428
|
+
declare const LinkerSetting: MessageFns<LinkerSetting>;
|
|
4429
|
+
declare const LinkerSysKickOutContent: MessageFns<LinkerSysKickOutContent>;
|
|
4430
|
+
declare const LinkmicUserToastContent: MessageFns<LinkmicUserToastContent>;
|
|
4431
|
+
declare const LinkerUpdateUserContent: MessageFns<LinkerUpdateUserContent>;
|
|
4432
|
+
declare const LinkerUpdateUserContent_UpdateInfoEntry: MessageFns<LinkerUpdateUserContent_UpdateInfoEntry>;
|
|
4433
|
+
declare const LinkerUpdateUserSettingContent: MessageFns<LinkerUpdateUserSettingContent>;
|
|
4434
|
+
declare const LinkerWaitingListChangeContent: MessageFns<LinkerWaitingListChangeContent>;
|
|
4435
|
+
declare const MultiLiveAnchorPanelSettings: MessageFns<MultiLiveAnchorPanelSettings>;
|
|
4436
|
+
declare const Player: MessageFns<Player>;
|
|
4437
|
+
declare const AllListUser: MessageFns<AllListUser>;
|
|
4438
|
+
declare const LinkLayerListUser: MessageFns<LinkLayerListUser>;
|
|
4439
|
+
declare const Position: MessageFns<Position>;
|
|
4440
|
+
declare const LinkPosition: MessageFns<LinkPosition>;
|
|
4441
|
+
declare const GroupPlayer: MessageFns<GroupPlayer>;
|
|
4442
|
+
declare const DSLConfig: MessageFns<DSLConfig>;
|
|
4443
|
+
declare const GroupChannelAllUser: MessageFns<GroupChannelAllUser>;
|
|
4444
|
+
declare const GroupChannelUser: MessageFns<GroupChannelUser>;
|
|
4445
|
+
declare const RTCExtraInfo: MessageFns<RTCExtraInfo>;
|
|
4446
|
+
declare const RTCExtraInfo_RTCMixBase: MessageFns<RTCExtraInfo_RTCMixBase>;
|
|
4447
|
+
declare const RTCExtraInfo_ByteRTCExtInfo: MessageFns<RTCExtraInfo_ByteRTCExtInfo>;
|
|
4448
|
+
declare const RTCExtraInfo_RTCInfoExtra: MessageFns<RTCExtraInfo_RTCInfoExtra>;
|
|
4449
|
+
declare const RTCExtraInfo_RTCOther: MessageFns<RTCExtraInfo_RTCOther>;
|
|
4450
|
+
declare const RTCExtraInfo_RTCEngineConfig: MessageFns<RTCExtraInfo_RTCEngineConfig>;
|
|
4451
|
+
declare const RTCExtraInfo_RTCLiveVideoParam: MessageFns<RTCExtraInfo_RTCLiveVideoParam>;
|
|
4452
|
+
declare const RTCExtraInfo_RTCVideoParam: MessageFns<RTCExtraInfo_RTCVideoParam>;
|
|
4453
|
+
declare const RTCExtraInfo_RTCBitrateMap: MessageFns<RTCExtraInfo_RTCBitrateMap>;
|
|
4454
|
+
declare const CreateChannelContent: MessageFns<CreateChannelContent>;
|
|
4455
|
+
declare const ListChangeContent: MessageFns<ListChangeContent>;
|
|
4456
|
+
declare const ContentPosition: MessageFns<ContentPosition>;
|
|
4457
|
+
declare const MicPositionData: MessageFns<MicPositionData>;
|
|
4458
|
+
declare const MultiLiveContent: MessageFns<MultiLiveContent>;
|
|
4459
|
+
declare const MultiLiveContent_ApplyBizContent: MessageFns<MultiLiveContent_ApplyBizContent>;
|
|
4460
|
+
declare const MultiLiveContent_JoinDirectBizContent: MessageFns<MultiLiveContent_JoinDirectBizContent>;
|
|
4461
|
+
declare const MultiLiveContent_InviteBizContent: MessageFns<MultiLiveContent_InviteBizContent>;
|
|
4462
|
+
declare const MultiLiveContent_ReplyBizContent: MessageFns<MultiLiveContent_ReplyBizContent>;
|
|
4463
|
+
declare const MultiLiveContent_PermitBizContent: MessageFns<MultiLiveContent_PermitBizContent>;
|
|
4464
|
+
declare const MultiLiveContent_KickOutBizContent: MessageFns<MultiLiveContent_KickOutBizContent>;
|
|
4465
|
+
declare const InviteContent: MessageFns<InviteContent>;
|
|
4466
|
+
declare const ApplyContent: MessageFns<ApplyContent>;
|
|
4467
|
+
declare const PermitApplyContent: MessageFns<PermitApplyContent>;
|
|
4468
|
+
declare const ReplyInviteContent: MessageFns<ReplyInviteContent>;
|
|
4469
|
+
declare const KickOutContent: MessageFns<KickOutContent>;
|
|
4470
|
+
declare const PosIdentity: MessageFns<PosIdentity>;
|
|
4471
|
+
declare const CancelApplyContent: MessageFns<CancelApplyContent>;
|
|
4472
|
+
declare const CancelInviteContent: MessageFns<CancelInviteContent>;
|
|
4473
|
+
declare const LeaveContent: MessageFns<LeaveContent>;
|
|
4474
|
+
declare const FinishChannelContent: MessageFns<FinishChannelContent>;
|
|
4475
|
+
declare const JoinDirectContent: MessageFns<JoinDirectContent>;
|
|
4476
|
+
declare const LeaveJoinGroupContent: MessageFns<LeaveJoinGroupContent>;
|
|
4477
|
+
declare const PermitJoinGroupContent: MessageFns<PermitJoinGroupContent>;
|
|
4478
|
+
declare const MigrationDetails: MessageFns<MigrationDetails>;
|
|
4479
|
+
declare const CancelJoinGroupContent: MessageFns<CancelJoinGroupContent>;
|
|
4480
|
+
declare const P2PGroupChangeContent: MessageFns<P2PGroupChangeContent>;
|
|
4481
|
+
declare const GroupChangeContent: MessageFns<GroupChangeContent>;
|
|
4482
|
+
declare const BusinessContent: MessageFns<BusinessContent>;
|
|
4483
|
+
declare const BusinessContent_CohostContent: MessageFns<BusinessContent_CohostContent>;
|
|
4484
|
+
declare const BusinessContent_PermitJoinGroupBizContent: MessageFns<BusinessContent_PermitJoinGroupBizContent>;
|
|
4485
|
+
declare const BusinessContent_ListChangeBizContent: MessageFns<BusinessContent_ListChangeBizContent>;
|
|
4486
|
+
declare const BusinessContent_ListChangeBizContent_UserInfosEntry: MessageFns<BusinessContent_ListChangeBizContent_UserInfosEntry>;
|
|
4487
|
+
declare const BusinessContent_ListChangeBizContent_VirtualWaitingUser: MessageFns<BusinessContent_ListChangeBizContent_VirtualWaitingUser>;
|
|
4488
|
+
declare const BusinessContent_CohostUserInfo: MessageFns<BusinessContent_CohostUserInfo>;
|
|
4489
|
+
declare const BusinessContent_CohostUserInfo_CohostStreamConfig: MessageFns<BusinessContent_CohostUserInfo_CohostStreamConfig>;
|
|
4490
|
+
declare const BusinessContent_JoinGroupBizContent: MessageFns<BusinessContent_JoinGroupBizContent>;
|
|
4491
|
+
declare const BusinessContent_JoinGroupBizContent_RivalsGameTag: MessageFns<BusinessContent_JoinGroupBizContent_RivalsGameTag>;
|
|
4492
|
+
declare const BusinessContent_JoinGroupBizContent_TagV2: MessageFns<BusinessContent_JoinGroupBizContent_TagV2>;
|
|
4493
|
+
declare const BusinessContent_JoinGroupBizContent_TagV2_UserInfo: MessageFns<BusinessContent_JoinGroupBizContent_TagV2_UserInfo>;
|
|
4494
|
+
declare const BusinessContent_JoinGroupBizContent_TagV2_SecondDegreeRelationContent: MessageFns<BusinessContent_JoinGroupBizContent_TagV2_SecondDegreeRelationContent>;
|
|
4495
|
+
declare const BusinessContent_JoinGroupBizContent_TagV2_SimilarInterestContent: MessageFns<BusinessContent_JoinGroupBizContent_TagV2_SimilarInterestContent>;
|
|
4496
|
+
declare const BusinessContent_Tag: MessageFns<BusinessContent_Tag>;
|
|
4497
|
+
declare const BusinessContent_PerceptionDialogInfo: MessageFns<BusinessContent_PerceptionDialogInfo>;
|
|
4498
|
+
declare const BusinessContent_PerceptionFeedbackOption: MessageFns<BusinessContent_PerceptionFeedbackOption>;
|
|
4499
|
+
declare const BusinessContent_JoinGroupMessageExtra: MessageFns<BusinessContent_JoinGroupMessageExtra>;
|
|
4500
|
+
declare const BusinessContent_JoinGroupMessageExtra_RivalExtra: MessageFns<BusinessContent_JoinGroupMessageExtra_RivalExtra>;
|
|
4501
|
+
declare const BusinessContent_JoinGroupMessageExtra_RivalExtra_AuthenticationInfo: MessageFns<BusinessContent_JoinGroupMessageExtra_RivalExtra_AuthenticationInfo>;
|
|
4502
|
+
declare const BusinessContent_Hashtag: MessageFns<BusinessContent_Hashtag>;
|
|
4503
|
+
declare const BusinessContent_TopHostInfo: MessageFns<BusinessContent_TopHostInfo>;
|
|
4504
|
+
declare const JoinGroupContent: MessageFns<JoinGroupContent>;
|
|
4505
|
+
declare const PrivilegeLogExtra: MessageFns<PrivilegeLogExtra>;
|
|
4506
|
+
declare const FontStyle: MessageFns<FontStyle>;
|
|
4507
|
+
declare const UserHonor: MessageFns<UserHonor>;
|
|
4508
|
+
declare const GradeIcon: MessageFns<GradeIcon>;
|
|
4509
|
+
declare const BorderInfo: MessageFns<BorderInfo>;
|
|
4510
|
+
declare const FansClubMember: MessageFns<FansClubMember>;
|
|
4511
|
+
declare const FansClubMember_PreferDataEntry: MessageFns<FansClubMember_PreferDataEntry>;
|
|
4512
|
+
declare const FansClubData: MessageFns<FansClubData>;
|
|
4513
|
+
declare const FansClubData_UserBadge: MessageFns<FansClubData_UserBadge>;
|
|
4514
|
+
declare const FansClubData_UserBadge_IconsEntry: MessageFns<FansClubData_UserBadge_IconsEntry>;
|
|
4515
|
+
declare const Author: MessageFns<Author>;
|
|
4516
|
+
declare const PublicAreaCommon: MessageFns<PublicAreaCommon>;
|
|
4517
|
+
declare const PublicAreaMessageCommon: MessageFns<PublicAreaMessageCommon>;
|
|
4518
|
+
declare const PublicAreaMessageCommon_TagItem: MessageFns<PublicAreaMessageCommon_TagItem>;
|
|
4519
|
+
declare const PublicAreaMessageCommon_Topic: MessageFns<PublicAreaMessageCommon_Topic>;
|
|
4520
|
+
declare const PublicAreaMessageCommon_CreatorSuccessInfo: MessageFns<PublicAreaMessageCommon_CreatorSuccessInfo>;
|
|
4521
|
+
declare const PublicAreaMessageCommon_UserMetrics: MessageFns<PublicAreaMessageCommon_UserMetrics>;
|
|
4522
|
+
declare const PublicAreaMessageCommon_PortraitTag: MessageFns<PublicAreaMessageCommon_PortraitTag>;
|
|
4523
|
+
declare const PublicAreaMessageCommon_PortraitInfo: MessageFns<PublicAreaMessageCommon_PortraitInfo>;
|
|
4524
|
+
declare const PublicAreaMessageCommon_UserInteractionInfo: MessageFns<PublicAreaMessageCommon_UserInteractionInfo>;
|
|
4525
|
+
declare const GiftModeMeta: MessageFns<GiftModeMeta>;
|
|
4526
|
+
declare const BattleTeamUser: MessageFns<BattleTeamUser>;
|
|
4527
|
+
declare const BattleSetting: MessageFns<BattleSetting>;
|
|
4528
|
+
declare const BattleTeamUserArmies: MessageFns<BattleTeamUserArmies>;
|
|
4529
|
+
declare const BattleUserArmies: MessageFns<BattleUserArmies>;
|
|
4530
|
+
declare const BattleUserArmy: MessageFns<BattleUserArmy>;
|
|
4531
|
+
declare const HighScoreControlCfg: MessageFns<HighScoreControlCfg>;
|
|
4532
|
+
declare const HeartbeatMessage: MessageFns<HeartbeatMessage>;
|
|
4533
|
+
declare const WebcastPushFrame: MessageFns<WebcastPushFrame>;
|
|
4534
|
+
declare const WebcastPushFrame_HeadersEntry: MessageFns<WebcastPushFrame_HeadersEntry>;
|
|
4535
|
+
declare const Message: MessageFns<Message>;
|
|
4536
|
+
declare const WebsocketParam: MessageFns<WebsocketParam>;
|
|
4537
|
+
declare const WebcastRoomUserSeqMessage: MessageFns<WebcastRoomUserSeqMessage>;
|
|
4538
|
+
declare const WebcastRoomUserSeqMessage_Contributor: MessageFns<WebcastRoomUserSeqMessage_Contributor>;
|
|
4539
|
+
declare const ImageModel: MessageFns<ImageModel>;
|
|
4540
|
+
declare const ImageModel_Content: MessageFns<ImageModel_Content>;
|
|
4541
|
+
declare const WebcastChatMessage: MessageFns<WebcastChatMessage>;
|
|
4542
|
+
declare const WebcastChatMessage_UserIdentity: MessageFns<WebcastChatMessage_UserIdentity>;
|
|
4543
|
+
declare const WebcastChatMessage_CommentQualityScore: MessageFns<WebcastChatMessage_CommentQualityScore>;
|
|
4544
|
+
declare const EmoteUploadInfo: MessageFns<EmoteUploadInfo>;
|
|
4545
|
+
declare const WebcastEmoteChatMessage: MessageFns<WebcastEmoteChatMessage>;
|
|
4546
|
+
declare const WebcastSubEmote: MessageFns<WebcastSubEmote>;
|
|
4547
|
+
declare const WebcastMemberMessage: MessageFns<WebcastMemberMessage>;
|
|
4548
|
+
declare const WebcastMemberMessage_AdminPermissionsEntry: MessageFns<WebcastMemberMessage_AdminPermissionsEntry>;
|
|
4549
|
+
declare const WebcastMemberMessage_EffectConfig: MessageFns<WebcastMemberMessage_EffectConfig>;
|
|
4550
|
+
declare const WebcastMemberMessage_WaveAlgorithmData: MessageFns<WebcastMemberMessage_WaveAlgorithmData>;
|
|
4551
|
+
declare const WebcastMemberMessage_EffectConfigBean: MessageFns<WebcastMemberMessage_EffectConfigBean>;
|
|
4552
|
+
declare const WebcastGiftMessage: MessageFns<WebcastGiftMessage>;
|
|
4553
|
+
declare const WebcastGiftMessage_InteractiveGiftInfo: MessageFns<WebcastGiftMessage_InteractiveGiftInfo>;
|
|
4554
|
+
declare const WebcastGiftMessage_GiftIMPriority: MessageFns<WebcastGiftMessage_GiftIMPriority>;
|
|
4555
|
+
declare const WebcastGiftMessage_TextEffect: MessageFns<WebcastGiftMessage_TextEffect>;
|
|
4556
|
+
declare const WebcastGiftMessage_TextEffect_Detail: MessageFns<WebcastGiftMessage_TextEffect_Detail>;
|
|
4557
|
+
declare const WebcastGiftMessage_GiftTrayInfo: MessageFns<WebcastGiftMessage_GiftTrayInfo>;
|
|
4558
|
+
declare const WebcastGiftMessage_GiftMonitorInfo: MessageFns<WebcastGiftMessage_GiftMonitorInfo>;
|
|
4559
|
+
declare const WebcastGiftMessage_MatchInfo: MessageFns<WebcastGiftMessage_MatchInfo>;
|
|
4560
|
+
declare const WebcastGiftMessage_GiftsBoxInfo: MessageFns<WebcastGiftMessage_GiftsBoxInfo>;
|
|
4561
|
+
declare const WebcastGiftMessage_GiftsBoxInfo_GiftInfoInBox: MessageFns<WebcastGiftMessage_GiftsBoxInfo_GiftInfoInBox>;
|
|
4562
|
+
declare const WebcastGiftMessage_GiftsBoxInfo_GiftInfoInBox_AssetsModel: MessageFns<WebcastGiftMessage_GiftsBoxInfo_GiftInfoInBox_AssetsModel>;
|
|
4563
|
+
declare const WebcastGiftMessage_GiftsBoxInfo_GiftInfoInBox_AssetsModel_AssetExtra: MessageFns<WebcastGiftMessage_GiftsBoxInfo_GiftInfoInBox_AssetsModel_AssetExtra>;
|
|
4564
|
+
declare const WebcastGiftMessage_GiftsBoxInfo_GiftInfoInBox_AssetsModel_ResourceModel: MessageFns<WebcastGiftMessage_GiftsBoxInfo_GiftInfoInBox_AssetsModel_ResourceModel>;
|
|
4565
|
+
declare const WebcastGiftMessage_GiftsBoxInfo_GiftInfoInBox_AssetsModel_LokiExtraContent: MessageFns<WebcastGiftMessage_GiftsBoxInfo_GiftInfoInBox_AssetsModel_LokiExtraContent>;
|
|
4566
|
+
declare const WebcastGiftMessage_GiftsBoxInfo_GiftInfoInBox_AssetsModel_LokiExtraContent_BEFViewRenderSize: MessageFns<WebcastGiftMessage_GiftsBoxInfo_GiftInfoInBox_AssetsModel_LokiExtraContent_BEFViewRenderSize>;
|
|
4567
|
+
declare const WebcastGiftMessage_GiftsBoxInfo_GiftInfoInBox_AssetsModel_VideoResource: MessageFns<WebcastGiftMessage_GiftsBoxInfo_GiftInfoInBox_AssetsModel_VideoResource>;
|
|
4568
|
+
declare const WebcastGiftMessage_GiftsBoxInfo_GiftInfoInBox_AssetsModel_FaceRecognitionMeta: MessageFns<WebcastGiftMessage_GiftsBoxInfo_GiftInfoInBox_AssetsModel_FaceRecognitionMeta>;
|
|
4569
|
+
declare const WebcastGiftMessage_AssetsModel: MessageFns<WebcastGiftMessage_AssetsModel>;
|
|
4570
|
+
declare const WebcastGiftMessage_AssetsModel_AssetExtra: MessageFns<WebcastGiftMessage_AssetsModel_AssetExtra>;
|
|
4571
|
+
declare const WebcastGiftMessage_AssetsModel_ResourceModel: MessageFns<WebcastGiftMessage_AssetsModel_ResourceModel>;
|
|
4572
|
+
declare const WebcastGiftMessage_AssetsModel_LokiExtraContent: MessageFns<WebcastGiftMessage_AssetsModel_LokiExtraContent>;
|
|
4573
|
+
declare const WebcastGiftMessage_AssetsModel_LokiExtraContent_BEFViewRenderSize: MessageFns<WebcastGiftMessage_AssetsModel_LokiExtraContent_BEFViewRenderSize>;
|
|
4574
|
+
declare const WebcastGiftMessage_AssetsModel_VideoResource: MessageFns<WebcastGiftMessage_AssetsModel_VideoResource>;
|
|
4575
|
+
declare const WebcastGiftMessage_AssetsModel_FaceRecognitionMeta: MessageFns<WebcastGiftMessage_AssetsModel_FaceRecognitionMeta>;
|
|
4576
|
+
declare const WebcastGiftMessage_LynxGiftExtra: MessageFns<WebcastGiftMessage_LynxGiftExtra>;
|
|
4577
|
+
declare const WebcastGiftMessage_FlyingMicResources: MessageFns<WebcastGiftMessage_FlyingMicResources>;
|
|
4578
|
+
declare const WebcastGiftMessage_FlyingMicResources_TransitionConfig: MessageFns<WebcastGiftMessage_FlyingMicResources_TransitionConfig>;
|
|
4579
|
+
declare const WebcastGiftMessage_SponsorshipInfo: MessageFns<WebcastGiftMessage_SponsorshipInfo>;
|
|
4580
|
+
declare const WebcastLinkMicBattle: MessageFns<WebcastLinkMicBattle>;
|
|
4581
|
+
declare const WebcastLinkMicBattle_BattleResultEntry: MessageFns<WebcastLinkMicBattle_BattleResultEntry>;
|
|
4582
|
+
declare const WebcastLinkMicBattle_ArmiesEntry: MessageFns<WebcastLinkMicBattle_ArmiesEntry>;
|
|
4583
|
+
declare const WebcastLinkMicBattle_AnchorInfoEntry: MessageFns<WebcastLinkMicBattle_AnchorInfoEntry>;
|
|
4584
|
+
declare const WebcastLinkMicBattle_BattleCombosEntry: MessageFns<WebcastLinkMicBattle_BattleCombosEntry>;
|
|
4585
|
+
declare const WebcastLinkMicBattle_TeamMatchCampaign: MessageFns<WebcastLinkMicBattle_TeamMatchCampaign>;
|
|
4586
|
+
declare const WebcastLinkMicBattle_TeamMatchCampaign_BestTeammateRelation: MessageFns<WebcastLinkMicBattle_TeamMatchCampaign_BestTeammateRelation>;
|
|
4587
|
+
declare const WebcastLinkMicBattle_BattleTeamResult: MessageFns<WebcastLinkMicBattle_BattleTeamResult>;
|
|
4588
|
+
declare const WebcastLinkMicBattle_BattleInviteeGiftPermission: MessageFns<WebcastLinkMicBattle_BattleInviteeGiftPermission>;
|
|
4589
|
+
declare const WebcastLinkMicBattle_SupportedActionsWrapper: MessageFns<WebcastLinkMicBattle_SupportedActionsWrapper>;
|
|
4590
|
+
declare const WebcastLinkMicBattle_TeamUsersInfo: MessageFns<WebcastLinkMicBattle_TeamUsersInfo>;
|
|
4591
|
+
declare const WebcastLinkMicBattle_BattleComboInfo: MessageFns<WebcastLinkMicBattle_BattleComboInfo>;
|
|
4592
|
+
declare const WebcastLinkMicBattle_BattleResult: MessageFns<WebcastLinkMicBattle_BattleResult>;
|
|
4593
|
+
declare const WebcastLinkMicBattle_BattleDisplayConfig: MessageFns<WebcastLinkMicBattle_BattleDisplayConfig>;
|
|
4594
|
+
declare const WebcastLinkMicBattle_BattleDisplayConfig_ExemptStrategy: MessageFns<WebcastLinkMicBattle_BattleDisplayConfig_ExemptStrategy>;
|
|
4595
|
+
declare const WebcastLinkMicBattle_BattleUserInfo: MessageFns<WebcastLinkMicBattle_BattleUserInfo>;
|
|
4596
|
+
declare const WebcastLinkMicBattle_BattleUserInfo_BattleBaseUserInfo: MessageFns<WebcastLinkMicBattle_BattleUserInfo_BattleBaseUserInfo>;
|
|
4597
|
+
declare const WebcastLinkMicBattle_BattleUserInfo_BattleRivalTag: MessageFns<WebcastLinkMicBattle_BattleUserInfo_BattleRivalTag>;
|
|
4598
|
+
declare const WebcastLinkMicBattle_BattleABTestSetting: MessageFns<WebcastLinkMicBattle_BattleABTestSetting>;
|
|
4599
|
+
declare const WebcastLinkMicBattle_BattleABTestSetting_BattleABTestList: MessageFns<WebcastLinkMicBattle_BattleABTestSetting_BattleABTestList>;
|
|
4600
|
+
declare const WebcastLinkMicBattle_BattleABTestSetting_BattleABTestList_BattleABTest: MessageFns<WebcastLinkMicBattle_BattleABTestSetting_BattleABTestList_BattleABTest>;
|
|
4601
|
+
declare const WebcastLinkMicArmies: MessageFns<WebcastLinkMicArmies>;
|
|
4602
|
+
declare const WebcastLinkMicArmies_BattleItemsEntry: MessageFns<WebcastLinkMicArmies_BattleItemsEntry>;
|
|
4603
|
+
declare const WebcastLinkMicArmiesItems: MessageFns<WebcastLinkMicArmiesItems>;
|
|
4604
|
+
declare const WebcastLinkMicArmiesGroup: MessageFns<WebcastLinkMicArmiesGroup>;
|
|
4605
|
+
declare const WebcastSocialMessage: MessageFns<WebcastSocialMessage>;
|
|
4606
|
+
declare const WebcastLikeMessage: MessageFns<WebcastLikeMessage>;
|
|
4607
|
+
declare const SpecifiedDisplayText: MessageFns<SpecifiedDisplayText>;
|
|
4608
|
+
declare const LikeEffect: MessageFns<LikeEffect>;
|
|
4609
|
+
declare const WebcastQuestionNewMessage: MessageFns<WebcastQuestionNewMessage>;
|
|
4610
|
+
declare const WebcastQuestionNewMessage_Question: MessageFns<WebcastQuestionNewMessage_Question>;
|
|
4611
|
+
declare const WebcastMessageEventDetails: MessageFns<WebcastMessageEventDetails>;
|
|
4612
|
+
declare const WebcastLiveIntroMessage: MessageFns<WebcastLiveIntroMessage>;
|
|
4613
|
+
declare const SystemMessage: MessageFns<SystemMessage>;
|
|
4614
|
+
declare const RankItem: MessageFns<RankItem>;
|
|
4615
|
+
declare const WebcastHourlyRankMessage: MessageFns<WebcastHourlyRankMessage>;
|
|
4616
|
+
declare const WebcastHourlyRankMessage_RankContainer: MessageFns<WebcastHourlyRankMessage_RankContainer>;
|
|
4617
|
+
declare const WebcastHourlyRankMessage_RankContainer_RankingData: MessageFns<WebcastHourlyRankMessage_RankContainer_RankingData>;
|
|
4618
|
+
declare const WebcastHourlyRankMessage_RankContainer_RankingData2: MessageFns<WebcastHourlyRankMessage_RankContainer_RankingData2>;
|
|
4619
|
+
declare const EmoteDetails: MessageFns<EmoteDetails>;
|
|
4620
|
+
declare const EmoteImage: MessageFns<EmoteImage>;
|
|
4621
|
+
declare const WebcastEnvelopeMessage: MessageFns<WebcastEnvelopeMessage>;
|
|
4622
|
+
declare const WebcastEnvelopeMessage_EnvelopeInfo: MessageFns<WebcastEnvelopeMessage_EnvelopeInfo>;
|
|
4623
|
+
declare const TreasureBoxData: MessageFns<TreasureBoxData>;
|
|
4624
|
+
declare const FollowInfo: MessageFns<FollowInfo>;
|
|
4625
|
+
declare const ProfilePicture: MessageFns<ProfilePicture>;
|
|
4626
|
+
declare const UserBadgesAttributes: MessageFns<UserBadgesAttributes>;
|
|
4627
|
+
declare const UserBadge: MessageFns<UserBadge>;
|
|
4628
|
+
declare const UserImageBadge: MessageFns<UserImageBadge>;
|
|
4629
|
+
declare const UserImageBadgeImage: MessageFns<UserImageBadgeImage>;
|
|
4630
|
+
declare const WebcastBarrageMessage: MessageFns<WebcastBarrageMessage>;
|
|
4631
|
+
declare const WebcastBarrageMessage_BarrageEvent: MessageFns<WebcastBarrageMessage_BarrageEvent>;
|
|
4632
|
+
declare const WebcastBarrageMessage_BarrageEvent_ParamsEntry: MessageFns<WebcastBarrageMessage_BarrageEvent_ParamsEntry>;
|
|
4633
|
+
declare const WebcastBarrageMessage_BarrageTypeUserGradeParam: MessageFns<WebcastBarrageMessage_BarrageTypeUserGradeParam>;
|
|
4634
|
+
declare const WebcastBarrageMessage_BarrageTypeFansLevelParam: MessageFns<WebcastBarrageMessage_BarrageTypeFansLevelParam>;
|
|
4635
|
+
declare const WebcastBarrageMessage_BarrageTypeSubscribeGiftParam: MessageFns<WebcastBarrageMessage_BarrageTypeSubscribeGiftParam>;
|
|
4636
|
+
declare const WebcastBarrageMessage_AnimationData: MessageFns<WebcastBarrageMessage_AnimationData>;
|
|
4637
|
+
declare const WebcastBarrageMessage_BarrageTypeGiftGalleryParam: MessageFns<WebcastBarrageMessage_BarrageTypeGiftGalleryParam>;
|
|
4638
|
+
declare const WebcastBarrageMessage_DisplayControl: MessageFns<WebcastBarrageMessage_DisplayControl>;
|
|
4639
|
+
declare const WebcastBarrageMessage_DisplayControl_TargetGroupShowRstEntry: MessageFns<WebcastBarrageMessage_DisplayControl_TargetGroupShowRstEntry>;
|
|
4640
|
+
declare const WebcastBarrageMessage_DisplayControl_ShowResult: MessageFns<WebcastBarrageMessage_DisplayControl_ShowResult>;
|
|
4641
|
+
declare const WebcastBarrageMessage_RightLabel: MessageFns<WebcastBarrageMessage_RightLabel>;
|
|
4642
|
+
declare const ProtoMessageFetchResult: MessageFns<ProtoMessageFetchResult>;
|
|
4643
|
+
declare const ProtoMessageFetchResult_WsParamsEntry: MessageFns<ProtoMessageFetchResult_WsParamsEntry>;
|
|
4644
|
+
declare const BaseProtoMessage: MessageFns<BaseProtoMessage>;
|
|
4645
|
+
declare const WebcastRoomMessage: MessageFns<WebcastRoomMessage>;
|
|
4646
|
+
declare const WebcastCaptionMessage: MessageFns<WebcastCaptionMessage>;
|
|
4647
|
+
declare const WebcastCaptionMessage_CaptionContent: MessageFns<WebcastCaptionMessage_CaptionContent>;
|
|
4648
|
+
declare const WebcastControlMessage: MessageFns<WebcastControlMessage>;
|
|
4649
|
+
declare const WebcastControlMessage_Extra: MessageFns<WebcastControlMessage_Extra>;
|
|
4650
|
+
declare const WebcastControlMessage_PerceptionDialogInfo: MessageFns<WebcastControlMessage_PerceptionDialogInfo>;
|
|
4651
|
+
declare const WebcastControlMessage_PerceptionDialogInfo_PerceptionFeedbackOption: MessageFns<WebcastControlMessage_PerceptionDialogInfo_PerceptionFeedbackOption>;
|
|
4652
|
+
declare const WebcastGoalUpdateMessage: MessageFns<WebcastGoalUpdateMessage>;
|
|
4653
|
+
declare const WebcastGoalUpdateMessage_LiveStreamSubGoal: MessageFns<WebcastGoalUpdateMessage_LiveStreamSubGoal>;
|
|
4654
|
+
declare const WebcastGoalUpdateMessage_LiveStreamSubGoal_LiveStreamSubGoalGift: MessageFns<WebcastGoalUpdateMessage_LiveStreamSubGoal_LiveStreamSubGoalGift>;
|
|
4655
|
+
declare const WebcastGoalUpdateMessage_LiveStreamSubGoal_SubGoalPinInfo: MessageFns<WebcastGoalUpdateMessage_LiveStreamSubGoal_SubGoalPinInfo>;
|
|
4656
|
+
declare const WebcastGoalUpdateMessage_GoalPinInfo: MessageFns<WebcastGoalUpdateMessage_GoalPinInfo>;
|
|
4657
|
+
declare const WebcastImDeleteMessage: MessageFns<WebcastImDeleteMessage>;
|
|
4658
|
+
declare const WebcastInRoomBannerMessage: MessageFns<WebcastInRoomBannerMessage>;
|
|
4659
|
+
declare const WebcastRankUpdateMessage: MessageFns<WebcastRankUpdateMessage>;
|
|
4660
|
+
declare const WebcastRankUpdateMessage_UnionAnimationInfo: MessageFns<WebcastRankUpdateMessage_UnionAnimationInfo>;
|
|
4661
|
+
declare const WebcastRankUpdateMessage_RankListTabInfo: MessageFns<WebcastRankUpdateMessage_RankListTabInfo>;
|
|
4662
|
+
declare const WebcastRankUpdateMessage_RankTabInfo: MessageFns<WebcastRankUpdateMessage_RankTabInfo>;
|
|
4663
|
+
declare const WebcastRankUpdateMessage_RankUpdate: MessageFns<WebcastRankUpdateMessage_RankUpdate>;
|
|
4664
|
+
declare const WebcastPollMessage: MessageFns<WebcastPollMessage>;
|
|
4665
|
+
declare const WebcastPollMessage_TemplateContent: MessageFns<WebcastPollMessage_TemplateContent>;
|
|
4666
|
+
declare const WebcastPollMessage_PollBasicInfo: MessageFns<WebcastPollMessage_PollBasicInfo>;
|
|
4667
|
+
declare const WebcastRankTextMessage: MessageFns<WebcastRankTextMessage>;
|
|
4668
|
+
declare const WebcastLinkMicBattlePunishFinish: MessageFns<WebcastLinkMicBattlePunishFinish>;
|
|
4669
|
+
declare const WebcastLinkmicBattleTaskMessage: MessageFns<WebcastLinkmicBattleTaskMessage>;
|
|
4670
|
+
declare const WebcastLinkmicBattleTaskMessage_BattlePrompt: MessageFns<WebcastLinkmicBattleTaskMessage_BattlePrompt>;
|
|
4671
|
+
declare const WebcastLinkmicBattleTaskMessage_BattlePrompt_BattlePromptElem: MessageFns<WebcastLinkmicBattleTaskMessage_BattlePrompt_BattlePromptElem>;
|
|
4672
|
+
declare const WebcastLinkmicBattleTaskMessage_BattleTaskStart: MessageFns<WebcastLinkmicBattleTaskMessage_BattleTaskStart>;
|
|
4673
|
+
declare const WebcastLinkmicBattleTaskMessage_BattleTaskStart_BattleBonusConfig: MessageFns<WebcastLinkmicBattleTaskMessage_BattleTaskStart_BattleBonusConfig>;
|
|
4674
|
+
declare const WebcastLinkmicBattleTaskMessage_BattleTaskStart_BattleBonusConfig_TaskGiftGuideEntry: MessageFns<WebcastLinkmicBattleTaskMessage_BattleTaskStart_BattleBonusConfig_TaskGiftGuideEntry>;
|
|
4675
|
+
declare const WebcastLinkmicBattleTaskMessage_BattleTaskStart_BattleBonusConfig_PreviewPeriod: MessageFns<WebcastLinkmicBattleTaskMessage_BattleTaskStart_BattleBonusConfig_PreviewPeriod>;
|
|
4676
|
+
declare const WebcastLinkmicBattleTaskMessage_BattleTaskStart_BattleBonusConfig_TaskPeriodConfig: MessageFns<WebcastLinkmicBattleTaskMessage_BattleTaskStart_BattleBonusConfig_TaskPeriodConfig>;
|
|
4677
|
+
declare const WebcastLinkmicBattleTaskMessage_BattleTaskStart_BattleBonusConfig_RewardPeriodConfig: MessageFns<WebcastLinkmicBattleTaskMessage_BattleTaskStart_BattleBonusConfig_RewardPeriodConfig>;
|
|
4678
|
+
declare const WebcastLinkmicBattleTaskMessage_BattleTaskStart_BattleBonusConfig_BattleTaskGiftAmountGuide: MessageFns<WebcastLinkmicBattleTaskMessage_BattleTaskStart_BattleBonusConfig_BattleTaskGiftAmountGuide>;
|
|
4679
|
+
declare const WebcastLinkmicBattleTaskMessage_BattleTaskUpdate: MessageFns<WebcastLinkmicBattleTaskMessage_BattleTaskUpdate>;
|
|
4680
|
+
declare const WebcastLinkmicBattleTaskMessage_BattleTaskSettle: MessageFns<WebcastLinkmicBattleTaskMessage_BattleTaskSettle>;
|
|
4681
|
+
declare const WebcastLinkmicBattleTaskMessage_BattleRewardSettle: MessageFns<WebcastLinkmicBattleTaskMessage_BattleRewardSettle>;
|
|
4682
|
+
declare const WebcastLinkMicFanTicketMethod: MessageFns<WebcastLinkMicFanTicketMethod>;
|
|
4683
|
+
declare const WebcastLinkMicMethod: MessageFns<WebcastLinkMicMethod>;
|
|
4684
|
+
declare const WebcastUnauthorizedMemberMessage: MessageFns<WebcastUnauthorizedMemberMessage>;
|
|
4685
|
+
declare const WebcastMsgDetectMessage: MessageFns<WebcastMsgDetectMessage>;
|
|
4686
|
+
declare const WebcastMsgDetectMessage_TimeInfo: MessageFns<WebcastMsgDetectMessage_TimeInfo>;
|
|
4687
|
+
declare const WebcastMsgDetectMessage_TriggerCondition: MessageFns<WebcastMsgDetectMessage_TriggerCondition>;
|
|
4688
|
+
declare const WebcastOecLiveShoppingMessage: MessageFns<WebcastOecLiveShoppingMessage>;
|
|
4689
|
+
declare const WebcastOecLiveShoppingMessage_LiveShoppingData: MessageFns<WebcastOecLiveShoppingMessage_LiveShoppingData>;
|
|
4690
|
+
declare const WebcastOecLiveShoppingMessage_LiveShoppingDetails: MessageFns<WebcastOecLiveShoppingMessage_LiveShoppingDetails>;
|
|
4691
|
+
declare const WebcastRoomPinMessage: MessageFns<WebcastRoomPinMessage>;
|
|
4692
|
+
declare const WebcastSystemMessage: MessageFns<WebcastSystemMessage>;
|
|
4693
|
+
declare const WebcastLinkMessage: MessageFns<WebcastLinkMessage>;
|
|
4694
|
+
declare const WebcastLinkLayerMessage: MessageFns<WebcastLinkLayerMessage>;
|
|
4695
|
+
declare const RoomVerifyMessage: MessageFns<RoomVerifyMessage>;
|
|
4696
|
+
declare const WebcastBarrageMessageOld: MessageFns<WebcastBarrageMessageOld>;
|
|
4697
|
+
declare const WebcastBarrageMessageOld_Text: MessageFns<WebcastBarrageMessageOld_Text>;
|
|
4698
|
+
declare const WebcastBarrageMessageOld_TextPiece: MessageFns<WebcastBarrageMessageOld_TextPiece>;
|
|
4699
|
+
declare const WebcastBarrageMessageOld_TextPieceUser: MessageFns<WebcastBarrageMessageOld_TextPieceUser>;
|
|
4700
|
+
declare const WebcastImEnterRoomMessage: MessageFns<WebcastImEnterRoomMessage>;
|
|
4701
|
+
interface MessageFns<T> {
|
|
4702
|
+
encode(message: T, writer?: BinaryWriter): BinaryWriter;
|
|
4703
|
+
decode(input: BinaryReader | Uint8Array, length?: number): T;
|
|
4704
|
+
}
|
|
4705
|
+
//#endregion
|
|
4706
|
+
export { AgreeStatus, AllListUser, ApplyContent, AuditStatus, Author, BadgeStruct, BadgeStruct_ArrowConfig, BadgeStruct_BadgeExhibitionType, BadgeStruct_BadgePriorityType, BadgeStruct_BadgeSceneType, BadgeStruct_CombineBadge, BadgeStruct_CombineBadgeBackground, BadgeStruct_DisplayStatus, BadgeStruct_HorizontalPaddingRule, BadgeStruct_IconConfig, BadgeStruct_ImageBadge, BadgeStruct_NumberConfig, BadgeStruct_PaddingInfo, BadgeStruct_Position, BadgeStruct_ProfileCardPanel, BadgeStruct_ProfileContent, BadgeStruct_ProjectionConfig, BadgeStruct_StringBadge, BadgeStruct_TextBadge, BadgeStruct_VerticalPaddingRule, BarrageType, BaseProtoMessage, BattleABTestType, BattleAction, BattleInviteType, BattleSetting, BattleTaskMessageType, BattleTeamUser, BattleTeamUserArmies, BattleType, BattleUserArmies, BattleUserArmy, BorderInfo, BusinessCase, BusinessContent, BusinessContent_CohostContent, BusinessContent_CohostUserInfo, BusinessContent_CohostUserInfo_CohostStreamConfig, BusinessContent_Hashtag, BusinessContent_JoinGroupBizContent, BusinessContent_JoinGroupBizContent_RivalsGameTag, BusinessContent_JoinGroupBizContent_TagV2, BusinessContent_JoinGroupBizContent_TagV2_SecondDegreeRelationContent, BusinessContent_JoinGroupBizContent_TagV2_SimilarInterestContent, BusinessContent_JoinGroupBizContent_TagV2_UserInfo, BusinessContent_JoinGroupMessageExtra, BusinessContent_JoinGroupMessageExtra_RivalExtra, BusinessContent_JoinGroupMessageExtra_RivalExtra_AuthenticationInfo, BusinessContent_ListChangeBizContent, BusinessContent_ListChangeBizContent_UserInfosEntry, BusinessContent_ListChangeBizContent_VirtualWaitingUser, BusinessContent_PerceptionDialogInfo, BusinessContent_PerceptionFeedbackOption, BusinessContent_PermitJoinGroupBizContent, BusinessContent_Tag, BusinessContent_TopHostInfo, CancelApplyContent, CancelInviteContent, CancelJoinGroupContent, CohostABTestType, CohostLayoutMode, CohostListChangeContent, CohostTopic, CommentTag, CommonContentCase, CommonMessageData, CommonMessageData_IMDispatchStrategy, CommonMessageData_LiveMessageID, CommonMessageData_LiveMessageSEI, ContentInviteSource, ContentPosition, ContentPositionType, ContentSource, ControlAction, CreateChannelContent, DSLConfig, DisplayStyle, Emote, EmoteDetails, EmoteImage, EmotePrivateType, EmoteScene, EmoteType, EmoteUploadInfo, EmoteUploadInfo_UserEmoteUploadSource, Emote_AuditInfo, Emote_AuditInfo_AuditTaskType, Emote_EmoteUploadInfo, EnvelopeBusinessType, EnvelopeDisplay, EnvelopeFollowShowStatus, ExhibitionType, FanTicketRoomNoticeContent, FansClubData, FansClubData_UserBadge, FansClubData_UserBadge_IconsEntry, FansClubMember, FansClubMember_PreferDataEntry, FinishChannelContent, FollowInfo, FontStyle, Gift, GiftMessageIgnoreConfig, GiftMessageVersion, GiftModeMeta, GiftPermissionType, GiftSource, Gift_BatchGiftInfo, Gift_CrossScreenEffectInfo, Gift_CrossScreenEffectInfo_ActionEffectIdsEntry, Gift_CrossScreenEffectInfo_ReactionEffectIdsEntry, Gift_CrossScreenEffectInfo_SingleActionEffectIdsEntry, Gift_GiftBoxInfo, Gift_GiftPanelBanner, Gift_GiftSkin, Gift_GiftSkinToGiftTextsInfo, Gift_GiftSponsorInfo, Gift_GiftText, Gift_UGGiftStructInfo, GoalMessageSource, GradeIcon, GroupChangeContent, GroupChannelAllUser, GroupChannelUser, GroupPlayer, GroupStatus, GuestMicCameraChangeScene, GuestMicCameraManageOp, HashtagNamespace, HeartbeatMessage, HighScoreControlCfg, HitABStatus, HorizontalOnclickTriggerType, IconDisplayType, Image, ImageModel, ImageModel_Content, Image_Content, InviteContent, JoinDirectContent, JoinGroupContent, JoinType, KickOutContent, KickoutReason, LeaveContent, LeaveJoinGroupContent, LikeEffect, LinkLayerListUser, LinkLayerMessageType, LinkMessageType, LinkMicUserAdminType, LinkPosition, LinkRoleType, LinkSilenceStatus, LinkType, LinkUserType, LinkerAcceptNoticeContent, LinkerCancelContent, LinkerCloseContent, LinkerCreateContent, LinkerEnterContent, LinkerInviteContent, LinkerInviteContent_CohostABTestSetting, LinkerInviteContent_CohostABTestSetting_CohostABTestList, LinkerInviteContent_CohostABTestSetting_CohostABTestList_CohostABTest, LinkerInviteContent_InviteTopHostInfo, LinkerInviteContent_LinkerInviteMessageExtra, LinkerInviteContent_LinkerInviteMessageExtra_InviterRivalExtra, LinkerInviteContent_LinkerInviteMessageExtra_InviterRivalExtra_AuthenticationInfo, LinkerInviteContent_LinkerInviteMessageExtra_InviterRivalExtra_Hashtag, LinkerInviteContent_LinkerInviteMessageExtra_InviterRivalExtra_OptPairInfo, LinkerInviteContent_LinkerInviteMessageExtra_InviterRivalExtra_OptPairInfo_OptPairUser, LinkerInviteContent_LinkmicUserInfo, LinkerInviteContent_PerceptionDialogInfo, LinkerInviteContent_PerceptionDialogInfo_PerceptionFeedbackOption, LinkerInviteContent_RtcExtInfoMapEntry, LinkerKickOutContent, LinkerLeaveContent, LinkerLinkedListChangeContent, LinkerListChangeContent, LinkerMediaChangeContent, LinkerMediaChangeContent_LinkerMediaChangeOperator, LinkerMicIdxUpdateContent, LinkerMuteContent, LinkerRandomMatchContent, LinkerReplyContent, LinkerReplyContent_LinkmicInfo, LinkerSetting, LinkerSysKickOutContent, LinkerUpdateUserContent, LinkerUpdateUserContent_UpdateInfoEntry, LinkerUpdateUserSettingContent, LinkerWaitingListChangeContent, LinkmicApplierSortSetting, LinkmicGiftExpressionStrategy, LinkmicMultiLiveEnum, LinkmicRoleType, LinkmicShareRevenueSetting, LinkmicStatus, LinkmicUserToastContent, ListChangeContent, ListUser, LiveStreamGoal, LiveStreamGoalIndicator, LiveStreamGoal_AuditInfo, LiveStreamGoal_GoalStats, LiveStreamGoal_GoalStats_GoalComparison, LiveStreamGoal_LiveStreamGoalContributor, LiveStreamGoal_LiveStreamGoalContributor_SubGoalContribution, LiveStreamGoal_LiveStreamSubGoal, LiveStreamGoal_LiveStreamSubGoalGift, LiveStreamGoal_LiveStreamSubGoal_SubGoalPinInfo, MemberMessageAction, Message, MessageDisplayStyle, MessageFns, MessageType, MicPositionData, MigrationDetails, MsgFilter, MultiGuestOutsideRoomInviteSource, MultiLiveAnchorPanelSettings, MultiLiveContent, MultiLiveContent_ApplyBizContent, MultiLiveContent_InviteBizContent, MultiLiveContent_JoinDirectBizContent, MultiLiveContent_KickOutBizContent, MultiLiveContent_PermitBizContent, MultiLiveContent_ReplyBizContent, MultiplierType, MuteStatus, OldSubscribeStatus, OptPairStatus, P2PGroupChangeContent, PerceptionDialogIconType, PermitApplyContent, PermitJoinGroupContent, PlayScene, Player, PollAppealStatus, PollEndContent, PollEndType, PollKind, PollOptionInfo, PollStartContent, PollTemplateStatus, PollUpdateVotesContent, PosIdentity, PosIdentityType, Position, PrivilegeLogExtra, ProfilePicture, ProfitRankType, ProtoMessageFetchResult, ProtoMessageFetchResult_WsParamsEntry, PublicAreaCommon, PublicAreaMessageCommon, PublicAreaMessageCommon_CreatorSuccessInfo, PublicAreaMessageCommon_PortraitInfo, PublicAreaMessageCommon_PortraitTag, PublicAreaMessageCommon_TagItem, PublicAreaMessageCommon_Topic, PublicAreaMessageCommon_UserInteractionInfo, PublicAreaMessageCommon_UserMetrics, PunishEventInfo, PunishTypeId, RTCExtraInfo, RTCExtraInfo_ByteRTCExtInfo, RTCExtraInfo_RTCBitrateMap, RTCExtraInfo_RTCEngineConfig, RTCExtraInfo_RTCInfoExtra, RTCExtraInfo_RTCLiveVideoParam, RTCExtraInfo_RTCMixBase, RTCExtraInfo_RTCOther, RTCExtraInfo_RTCVideoParam, RankItem, RankTestMessageScene, Ranking, Reason, RenderType, ReplyInviteContent, ReplyStatus, Result, RewardCondition, RewardStatus, RoomVerifyMessage, Scene, ShowType, SourceType, SpecifiedDisplayText, SubscribeType, SubscribingStatus, SystemMessage, TagClassification, TagType, Text, TextType, Text_PatternRef, Text_ShowType, Text_TextFormat, Text_TextPiece, Text_TextPieceGift, Text_TextPiecePatternRef, Text_TextPieceUser, TikTokColor, TimeStampContainer, TopicActionType, TreasureBoxData, TriggerReason, UnionAnimationInfoType, User, UserBadge, UserBadgesAttributes, UserEmoteUploadSource, UserFanTicket, UserHonor, UserIdentity, UserImageBadge, UserImageBadgeImage, UserMetricsType, User_ActivityInfo, User_AnchorLevel, User_AuthenticationInfo, User_AuthorStats, User_Border, User_ComboBadgeInfo, User_EcommerceEntrance, User_EcommerceEntrance_CreatorType, User_EcommerceEntrance_EntranceType, User_EcommerceEntrance_ShopEntranceInfo, User_EcommerceEntrance_ShopEntranceInfo_StoreLabel, User_EcommerceEntrance_ShopEntranceInfo_StoreLabel_StoreBrandLabelType, User_EcommerceEntrance_ShopEntranceInfo_StoreLabel_StoreOfficialLabel, User_EcommerceEntrance_ShopEntranceInfo_StoreLabel_StoreOfficialLabel_ShopLabelImage, User_EcommerceEntrance_ShowcaseEntranceInfo, User_FansClub, User_FansClubInfo, User_FansClub_FansClubData, User_FansClub_FansClubData_BadgeIcon, User_FansClub_FansClubData_UserFansClubStatus, User_FansClub_PreferntialType, User_FollowInfo, User_LiveEventInfo, User_LiveEventInfo_EventPayMethod, User_LiveEventInfo_WalletPackage, User_OwnRoom, User_PayGrade, User_SubscribeBadge, User_SubscribeInfo, User_UserAttr, User_UserStats, ValueLabel, VoteUser, WebcastBarrageMessage, WebcastBarrageMessageOld, WebcastBarrageMessageOld_Text, WebcastBarrageMessageOld_TextPiece, WebcastBarrageMessageOld_TextPieceUser, WebcastBarrageMessage_AnimationData, WebcastBarrageMessage_BarrageEvent, WebcastBarrageMessage_BarrageEvent_ParamsEntry, WebcastBarrageMessage_BarrageType, WebcastBarrageMessage_BarrageTypeFansLevelParam, WebcastBarrageMessage_BarrageTypeGiftGalleryParam, WebcastBarrageMessage_BarrageTypeSubscribeGiftParam, WebcastBarrageMessage_BarrageTypeUserGradeParam, WebcastBarrageMessage_DisplayControl, WebcastBarrageMessage_DisplayControl_ShowResult, WebcastBarrageMessage_DisplayControl_TargetGroupShowRstEntry, WebcastBarrageMessage_IconDisplayType, WebcastBarrageMessage_RenderType, WebcastBarrageMessage_RightLabel, WebcastBarrageMessage_ShowType, WebcastCaptionMessage, WebcastCaptionMessage_CaptionContent, WebcastChatMessage, WebcastChatMessage_CommentQualityScore, WebcastChatMessage_CommentTag, WebcastChatMessage_UserIdentity, WebcastControlMessage, WebcastControlMessage_Extra, WebcastControlMessage_PerceptionDialogInfo, WebcastControlMessage_PerceptionDialogInfo_PerceptionFeedbackOption, WebcastEmoteChatMessage, WebcastEnvelopeMessage, WebcastEnvelopeMessage_EnvelopeInfo, WebcastGiftMessage, WebcastGiftMessage_AssetsModel, WebcastGiftMessage_AssetsModel_AssetExtra, WebcastGiftMessage_AssetsModel_FaceRecognitionMeta, WebcastGiftMessage_AssetsModel_LokiExtraContent, WebcastGiftMessage_AssetsModel_LokiExtraContent_BEFViewRenderSize, WebcastGiftMessage_AssetsModel_ResourceModel, WebcastGiftMessage_AssetsModel_VideoResource, WebcastGiftMessage_FlyingMicResources, WebcastGiftMessage_FlyingMicResources_TransitionConfig, WebcastGiftMessage_GiftIMPriority, WebcastGiftMessage_GiftMonitorInfo, WebcastGiftMessage_GiftTrayInfo, WebcastGiftMessage_GiftsBoxInfo, WebcastGiftMessage_GiftsBoxInfo_GiftInfoInBox, WebcastGiftMessage_GiftsBoxInfo_GiftInfoInBox_AssetsModel, WebcastGiftMessage_GiftsBoxInfo_GiftInfoInBox_AssetsModel_AssetExtra, WebcastGiftMessage_GiftsBoxInfo_GiftInfoInBox_AssetsModel_FaceRecognitionMeta, WebcastGiftMessage_GiftsBoxInfo_GiftInfoInBox_AssetsModel_LokiExtraContent, WebcastGiftMessage_GiftsBoxInfo_GiftInfoInBox_AssetsModel_LokiExtraContent_BEFViewRenderSize, WebcastGiftMessage_GiftsBoxInfo_GiftInfoInBox_AssetsModel_ResourceModel, WebcastGiftMessage_GiftsBoxInfo_GiftInfoInBox_AssetsModel_VideoResource, WebcastGiftMessage_InteractiveGiftInfo, WebcastGiftMessage_LynxGiftExtra, WebcastGiftMessage_MatchInfo, WebcastGiftMessage_SponsorshipInfo, WebcastGiftMessage_TextEffect, WebcastGiftMessage_TextEffect_Detail, WebcastGoalUpdateMessage, WebcastGoalUpdateMessage_GoalPinInfo, WebcastGoalUpdateMessage_LiveStreamSubGoal, WebcastGoalUpdateMessage_LiveStreamSubGoal_LiveStreamSubGoalGift, WebcastGoalUpdateMessage_LiveStreamSubGoal_SubGoalPinInfo, WebcastHourlyRankMessage, WebcastHourlyRankMessage_RankContainer, WebcastHourlyRankMessage_RankContainer_RankingData, WebcastHourlyRankMessage_RankContainer_RankingData2, WebcastImDeleteMessage, WebcastImEnterRoomMessage, WebcastInRoomBannerMessage, WebcastLikeMessage, WebcastLinkLayerMessage, WebcastLinkMessage, WebcastLinkMicArmies, WebcastLinkMicArmiesGroup, WebcastLinkMicArmiesItems, WebcastLinkMicArmies_BattleItemsEntry, WebcastLinkMicBattle, WebcastLinkMicBattlePunishFinish, WebcastLinkMicBattle_AnchorInfoEntry, WebcastLinkMicBattle_ArmiesEntry, WebcastLinkMicBattle_BattleABTestSetting, WebcastLinkMicBattle_BattleABTestSetting_BattleABTestList, WebcastLinkMicBattle_BattleABTestSetting_BattleABTestList_BattleABTest, WebcastLinkMicBattle_BattleComboInfo, WebcastLinkMicBattle_BattleCombosEntry, WebcastLinkMicBattle_BattleDisplayConfig, WebcastLinkMicBattle_BattleDisplayConfig_ExemptStrategy, WebcastLinkMicBattle_BattleInviteeGiftPermission, WebcastLinkMicBattle_BattleResult, WebcastLinkMicBattle_BattleResultEntry, WebcastLinkMicBattle_BattleTeamResult, WebcastLinkMicBattle_BattleUserInfo, WebcastLinkMicBattle_BattleUserInfo_BattleBaseUserInfo, WebcastLinkMicBattle_BattleUserInfo_BattleRivalTag, WebcastLinkMicBattle_SupportedActionsWrapper, WebcastLinkMicBattle_TeamMatchCampaign, WebcastLinkMicBattle_TeamMatchCampaign_BestTeammateRelation, WebcastLinkMicBattle_TeamUsersInfo, WebcastLinkMicFanTicketMethod, WebcastLinkMicMethod, WebcastLinkmicBattleTaskMessage, WebcastLinkmicBattleTaskMessage_BattlePrompt, WebcastLinkmicBattleTaskMessage_BattlePrompt_BattlePromptElem, WebcastLinkmicBattleTaskMessage_BattleRewardSettle, WebcastLinkmicBattleTaskMessage_BattleTaskSettle, WebcastLinkmicBattleTaskMessage_BattleTaskSettle_Result, WebcastLinkmicBattleTaskMessage_BattleTaskStart, WebcastLinkmicBattleTaskMessage_BattleTaskStart_BattleBonusConfig, WebcastLinkmicBattleTaskMessage_BattleTaskStart_BattleBonusConfig_BattleTaskGiftAmountGuide, WebcastLinkmicBattleTaskMessage_BattleTaskStart_BattleBonusConfig_PreviewPeriod, WebcastLinkmicBattleTaskMessage_BattleTaskStart_BattleBonusConfig_RewardPeriodConfig, WebcastLinkmicBattleTaskMessage_BattleTaskStart_BattleBonusConfig_TaskGiftGuideEntry, WebcastLinkmicBattleTaskMessage_BattleTaskStart_BattleBonusConfig_TaskPeriodConfig, WebcastLinkmicBattleTaskMessage_BattleTaskUpdate, WebcastLiveIntroMessage, WebcastMemberMessage, WebcastMemberMessage_AdminPermissionsEntry, WebcastMemberMessage_DisplayStyle, WebcastMemberMessage_EffectConfig, WebcastMemberMessage_EffectConfigBean, WebcastMemberMessage_HitABStatus, WebcastMemberMessage_WaveAlgorithmData, WebcastMessageEventDetails, WebcastMsgDetectMessage, WebcastMsgDetectMessage_TimeInfo, WebcastMsgDetectMessage_TriggerCondition, WebcastOecLiveShoppingMessage, WebcastOecLiveShoppingMessage_LiveShoppingData, WebcastOecLiveShoppingMessage_LiveShoppingDetails, WebcastPollMessage, WebcastPollMessage_PollBasicInfo, WebcastPollMessage_TemplateContent, WebcastPushFrame, WebcastPushFrame_HeadersEntry, WebcastQuestionNewMessage, WebcastQuestionNewMessage_Question, WebcastRankTextMessage, WebcastRankUpdateMessage, WebcastRankUpdateMessage_RankListTabInfo, WebcastRankUpdateMessage_RankTabInfo, WebcastRankUpdateMessage_RankUpdate, WebcastRankUpdateMessage_UnionAnimationInfo, WebcastRoomMessage, WebcastRoomPinMessage, WebcastRoomUserSeqMessage, WebcastRoomUserSeqMessage_Contributor, WebcastSocialMessage, WebcastSubEmote, WebcastSystemMessage, WebcastUnauthorizedMemberMessage, WebsocketParam, protobufPackage };
|