mirror of
https://github.com/krau/SaveAny-Bot.git
synced 2026-05-11 23:59:43 +08:00
feat: set default storage by inline keyboard
This commit is contained in:
@@ -43,10 +43,13 @@ type Task struct {
|
||||
StoragePath string
|
||||
StartTime time.Time
|
||||
|
||||
FileMessageID int
|
||||
FileChatID int64
|
||||
FileMessageID int
|
||||
FileChatID int64
|
||||
// to track the reply message
|
||||
ReplyMessageID int
|
||||
ReplyChatID int64
|
||||
// to track the user
|
||||
UserID int64
|
||||
}
|
||||
|
||||
func (t Task) String() string {
|
||||
|
||||
Reference in New Issue
Block a user