This commit is contained in:
shoopea 2019-05-03 19:35:41 +08:00
parent e450c7ced4
commit b33c915254

2
td.go
View File

@ -154,7 +154,7 @@ func getHistory(c *tdlib.Client) {
case tdlib.MessageTextType:
m := ChatWarsMessage{
UserID64: int64(msg.SenderUserID),
ChatID64: msg.ChatID
ChatID64: msg.ChatID,
MsgDate: msg.Date,
MsgText: msg.Content.(*tdlib.MessageText).Text.Text,
MsgID64: msg.ID,