Added draft SMS support.
This commit is contained in:
@ -15,3 +15,7 @@ func (resp Resp) RmFront(str string) Resp {
|
||||
func (resp Resp) String() string {
|
||||
return string(resp)
|
||||
}
|
||||
|
||||
func (resp Resp) Bytes() []byte {
|
||||
return []byte(resp)
|
||||
}
|
||||
|
Reference in New Issue
Block a user