This commit is contained in:
1-6
2023-07-25 09:41:56 +08:00
parent 172c244656
commit e5163b233a
23 changed files with 4729 additions and 312 deletions
+3 -1
View File
@@ -3,9 +3,11 @@ package common
import "time"
type Sender interface {
SetPluginID(string)
GetPluginID() string
GetID() string
GetTime() time.Time
SetID()
SetID() string
GetUserID() string
GetChatID() string
GetBotID() string