feat: support custom channel now (close #72, close #75, #71)

This commit is contained in:
JustSong
2023-05-08 22:20:14 +08:00
parent 6914575f47
commit 82068de143
6 changed files with 90 additions and 2 deletions
+1
View File
@@ -20,6 +20,7 @@ const (
TypeOneBot = "one_bot"
TypeGroup = "group"
TypeLarkApp = "lark_app"
TypeCustom = "custom"
)
type Channel struct {