feat: add user client

This commit is contained in:
krau
2025-06-08 15:36:14 +08:00
parent 481427683e
commit c7c458f147
15 changed files with 501 additions and 45 deletions

View File

@@ -16,6 +16,7 @@ type ReceivedFile struct {
FileName string
IsTelegraph bool
TelegraphURL string
UseUserClient bool // Whether to use userbot client to fetch the file
}
type User struct {