From 058e8e4a751f69894ed5c6e3ce316898d506cc8b Mon Sep 17 00:00:00 2001 From: shoopea Date: Sat, 27 Jun 2020 16:15:59 +0200 Subject: [PATCH] test --- client.go | 1 + 1 file changed, 1 insertion(+) diff --git a/client.go b/client.go index 5801afc..7ebeb66 100644 --- a/client.go +++ b/client.go @@ -252,6 +252,7 @@ func clientSendCWMsgDelay(userID64 int64, s string, d time.Duration) { } func clientRefreshCWMsg(userID64 int64, chatID64 int64, msgID64 int64) { + log.Printf("clientRefreshCWMsg(%d, %d, %d)\n", userID64, chatID64, msgID64) c := TGCommand{ Type: commandRefreshMsg, FromUserID64: userID64,