feat: support group message now (close #46)

This commit is contained in:
JustSong
2023-05-07 10:33:48 +08:00
parent cd908e4868
commit 1cade7a218
6 changed files with 91 additions and 8 deletions
+1
View File
@@ -18,6 +18,7 @@ const (
TypeClient = "client"
TypeNone = "none"
TypeOneBot = "one_bot"
TypeGroup = "group"
)
type Channel struct {