test
This commit is contained in:
parent
72ae78f56c
commit
058e8e4a75
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user