From 6a4cf19a0f4e78e6f6c58201df61511dae8481e7 Mon Sep 17 00:00:00 2001 From: shoopea Date: Fri, 3 May 2019 18:39:40 +0800 Subject: [PATCH] upd --- td.go | 1 + 1 file changed, 1 insertion(+) diff --git a/td.go b/td.go index 6d172da..3ea7155 100644 --- a/td.go +++ b/td.go @@ -178,6 +178,7 @@ func getHistory(c *tdlib.Client) { } } log.Printf("Exported %d messages.\n", msgCount) + fmt.Printf("Exported %d messages.\n", msgCount) } func ForwardMsg(c *tdlib.Client, msgID int64, fromChatID int64, toChatID int64) int64 {