From b33c9152540f9388bc5004c5e5f83990a9fe65a2 Mon Sep 17 00:00:00 2001 From: shoopea Date: Fri, 3 May 2019 19:35:41 +0800 Subject: [PATCH] typo --- td.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/td.go b/td.go index cd7b1b9..fe10d5d 100644 --- a/td.go +++ b/td.go @@ -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,