This commit is contained in:
shoopea 2020-02-01 20:32:11 +08:00
parent 33052eb74d
commit eec6bbcd97

2
td.go
View File

@ -199,7 +199,7 @@ func getHistory(c *tdlib.Client, chatID64 *int64, senderUserID64 *int64) {
} }
} }
if msg.ID == 22799187968 { if msg.ID == 22874685440 {
x, err := json.Marshal(msg) x, err := json.Marshal(msg)
logOnError(err, "Marshal") logOnError(err, "Marshal")
fmt.Printf("DUMP:\n%s\n", x) fmt.Printf("DUMP:\n%s\n", x)