feat: enhance Save method to validate chat ID and adjust ForceFile logic for image uploads

This commit is contained in:
krau
2025-08-24 12:02:27 +08:00
parent 8b389a58d5
commit 46c21b77e9
2 changed files with 8 additions and 2 deletions

View File

@@ -7,4 +7,5 @@ import (
const (
MaxPartSize = 1024 * 1024
MaxUploadPartSize = uploader.MaximumPartSize
MaxPhotoSize = 10 * 1024 * 1024
)