fix forward

This commit is contained in:
shoopea 2019-08-27 11:34:39 +08:00
parent 9bc8235cb2
commit edfd1cb34f

4
td.go
View File

@ -195,10 +195,6 @@ func getHistory(c *tdlib.Client, chatID64 *int64, senderUserID64 *int64) {
fmt.Printf("Exported %d messages.\n", msgCount)
}
func ForwardMsg(c *tdlib.Client, msgID int64, fromChatID int64, toChatID int64) int64 {
}
func DeleteMsg(c *tdlib.Client, chatID int64, msgID int64) {
msgIDs := make([]int64, 1)
msgIDs[0] = msgID