mirror of
https://github.com/krau/SaveAny-Bot.git
synced 2026-05-11 18:39:42 +08:00
refactor: use MTP API
This commit is contained in:
@@ -6,18 +6,11 @@ import (
|
||||
|
||||
type ReceivedFile struct {
|
||||
gorm.Model
|
||||
// FileUniqueID 和 FileID 在数据库中均不具有唯一性
|
||||
// 如需确定唯一一行, 使用 ChatID + MessageID
|
||||
FileUniqueID string `gorm:"index"`
|
||||
FileID string `gorm:"index"`
|
||||
Processing bool
|
||||
FileName string
|
||||
FilePath string
|
||||
FileSize int64
|
||||
MediaGroupID string
|
||||
ChatID int64
|
||||
MessageID int
|
||||
ReplyMessageID int
|
||||
MessageID int32
|
||||
ReplyMessageID int32
|
||||
}
|
||||
|
||||
type User struct {
|
||||
|
||||
Reference in New Issue
Block a user