x
This commit is contained in:
parent
6b466f3459
commit
40d3a1d6bc
@ -70,7 +70,7 @@ func SendTgMsg(uid int, msg string) {
|
||||
b.Send(&tb.User{ID: uid}, msg)
|
||||
}
|
||||
|
||||
func SendTggMsg(uid int, gid int, msg string) {
|
||||
func SendTggMsg(gid int, uid int, msg string) {
|
||||
if b == nil || uid == 0 {
|
||||
return
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user