feat: domain blocker plugin
This commit is contained in:
parent
c9edb57505
commit
7dd02c0056
25 changed files with 898 additions and 63 deletions
|
@ -43,4 +43,7 @@ type Platform interface {
|
|||
|
||||
// SendMessage sends a message through the platform
|
||||
SendMessage(msg *Message) error
|
||||
|
||||
// DeleteMessage deletes a message from the platform
|
||||
DeleteMessage(channel string, messageID string) error
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue