test
This commit is contained in:
parent
94b29d9974
commit
cd70f448da
4
td.go
4
td.go
@ -200,8 +200,8 @@ func getHistory(c *tdlib.Client, chatID64 *int64, senderUserID64 *int64) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if msg.ID == 22799187968 {
|
if msg.ID == 22799187968 {
|
||||||
x, err := json.Marshal(msg)
|
//x, err := json.Marshal(msg)
|
||||||
logOnError(err, "Marshal")
|
//logOnError(err, "Marshal")
|
||||||
fmt.Printf("DUMP:\n%v\n", msg)
|
fmt.Printf("DUMP:\n%v\n", msg)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user