This commit is contained in:
shoopea 2019-05-03 18:39:40 +08:00
parent 82f28ff298
commit 6a4cf19a0f

1
td.go
View File

@ -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 {