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) {
|
func clientRefreshCWMsg(userID64 int64, chatID64 int64, msgID64 int64) {
|
||||||
|
log.Printf("clientRefreshCWMsg(%d, %d, %d)\n", userID64, chatID64, msgID64)
|
||||||
c := TGCommand{
|
c := TGCommand{
|
||||||
Type: commandRefreshMsg,
|
Type: commandRefreshMsg,
|
||||||
FromUserID64: userID64,
|
FromUserID64: userID64,
|
||||||
|
Loading…
Reference in New Issue
Block a user