This commit is contained in:
shoopea 2019-05-31 09:11:25 +08:00
parent ca9c17fe05
commit 6ca8836046

View File

@ -5,6 +5,8 @@ import (
)
func clientSendCWMsg(userID64 int64, s string) {
log.Printf("clientSendCWMsg : s : %s\n", s)
log.Printf("clientSendCWMsg : userID64 : %d\n", userID64)
c := TGCommand{
Type: commandSendMsg,
Text: s,