test
This commit is contained in:
parent
e616b9a127
commit
7c61025bbe
1
td.go
1
td.go
@ -201,6 +201,7 @@ 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")
|
||||||
fmt.Printf("DUMP:\n%s\n", x)
|
fmt.Printf("DUMP:\n%s\n", x)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user