This commit is contained in:
shoopea 2020-02-01 20:27:49 +08:00
parent 67492beddd
commit e616b9a127

2
td.go
View File

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