SendTracked returns a string id for a send message, and Update can be used to change that message
This commit is contained in:
@@ -4,6 +4,8 @@ import "time"
|
||||
|
||||
type Sender interface {
|
||||
Send(string) error
|
||||
SendTracked(string) (string, error)
|
||||
Update(string, string) (string, error)
|
||||
Receive() ([]Message, error)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user