NapCatQQ/packages/napcat-onebot/action/stream
手瓜一十雪 075047d790 Refactor payload schemas to use string IDs
Replaced Type.Union([Type.Number(), Type.String()]) with Type.String for group_id, user_id, and similar fields across all action payload schemas to standardize input types. Also made minor improvements to error handling, return types, and removed unused imports for better code clarity and consistency.
2026-01-25 15:07:43 +08:00
..
BaseDownloadStream.ts refactor: 整体重构 (#1381) 2025-11-13 15:39:42 +08:00
CleanStreamTempFile.ts Add payload and return schemas to OneBot actions 2026-01-25 14:50:58 +08:00
DownloadFileImageStream.ts Add payload and return schemas to OneBot actions 2026-01-25 14:50:58 +08:00
DownloadFileRecordStream.ts Add payload and return schemas to OneBot actions 2026-01-25 14:50:58 +08:00
DownloadFileStream.ts Add payload and return schemas to OneBot actions 2026-01-25 14:50:58 +08:00
Readme.txt refactor: 整体重构 (#1381) 2025-11-13 15:39:42 +08:00
StreamBasic.ts refactor: 整体重构 (#1381) 2025-11-13 15:39:42 +08:00
test_upload_stream.py refactor: 整体重构 (#1381) 2025-11-13 15:39:42 +08:00
TestStreamDownload.ts Add payload and return schemas to OneBot actions 2026-01-25 14:50:58 +08:00
UploadFileStream.ts Refactor payload schemas to use string IDs 2026-01-25 15:07:43 +08:00

# Stream-Api

## 流式接口