savannah1099

Results 1 comments of savannah1099

在发送ReplyText之前判断一下,如果是自己发送的,给一个另外的识别码。方法均来自mssage.go(/usr/local/go/bin/pkg/mod/github.com/eatmoreapple/[email protected]/message.go) if reply != nil { msg.FromUserName = func() string { s := msg.FromUserName if msg.IsSendBySelf() { s = msg.ToUserName } return s }() _, err = msg.ReplyText(*reply) if err...