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,