@laplace.live/internal 1.1.100 → 1.1.101
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/index.d.ts +9 -2
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -978,10 +978,15 @@ export declare namespace BilibiliInternal {
|
|
|
978
978
|
* @link https://api.live.bilibili.com/xlive/web-room/v1/index/getDanmuInfo?id=${room_id}&type=0
|
|
979
979
|
*/
|
|
980
980
|
export interface GetDanmuInfo {
|
|
981
|
+
/**
|
|
982
|
+
* - 0: 正常
|
|
983
|
+
* - -352: 封控
|
|
984
|
+
*/
|
|
981
985
|
code: number
|
|
982
986
|
message: string
|
|
983
987
|
ttl: number
|
|
984
|
-
|
|
988
|
+
/** 封控或错误时此字段不存在 */
|
|
989
|
+
data?: {
|
|
985
990
|
group: string
|
|
986
991
|
business_id: number
|
|
987
992
|
refresh_row_factor: number
|
|
@@ -5246,7 +5251,9 @@ export declare namespace BilibiliInternal {
|
|
|
5246
5251
|
*
|
|
5247
5252
|
* 已知无:
|
|
5248
5253
|
*
|
|
5249
|
-
* -
|
|
5254
|
+
* - `DANMU_MSG`
|
|
5255
|
+
* - `SEND_GIFT`
|
|
5256
|
+
* - `SUPER_CHAT_MESSAGE`
|
|
5250
5257
|
*/
|
|
5251
5258
|
uhead_frame: {
|
|
5252
5259
|
/**
|