test
This commit is contained in:
parent
ca9c17fe05
commit
6ca8836046
@ -5,6 +5,8 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
func clientSendCWMsg(userID64 int64, s string) {
|
func clientSendCWMsg(userID64 int64, s string) {
|
||||||
|
log.Printf("clientSendCWMsg : s : %s\n", s)
|
||||||
|
log.Printf("clientSendCWMsg : userID64 : %d\n", userID64)
|
||||||
c := TGCommand{
|
c := TGCommand{
|
||||||
Type: commandSendMsg,
|
Type: commandSendMsg,
|
||||||
Text: s,
|
Text: s,
|
||||||
|
Loading…
Reference in New Issue
Block a user