refactor: migrate to gotd (wip)

This commit is contained in:
krau
2024-11-08 23:00:57 +08:00
parent 32bd391129
commit fbdfc04ad8
14 changed files with 465 additions and 387 deletions

View File

@@ -9,8 +9,8 @@ type ReceivedFile struct {
Processing bool
FileName string
ChatID int64
MessageID int32
ReplyMessageID int32
MessageID int
ReplyMessageID int
}
type User struct {