This commit is contained in:
shoopea 2020-06-27 16:15:59 +02:00
parent 72ae78f56c
commit 058e8e4a75

View File

@ -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,