UNPKG

bili-sender

Version:

It is used to automatically send barrages to the Bilibili live broadcast room

9 lines 209 B
interface IEncodeDataBody { wkfb: string; roomId: number; message: string; csrf: string; csrf_token: string; } export type { IEncodeDataBody }; //# sourceMappingURL=IEncodeDataBody.d.ts.map