test
This commit is contained in:
parent
2063c42b78
commit
9983c7e480
2
td.go
2
td.go
@ -23,7 +23,7 @@ func getHistory(c *tdlib.Client, chatID64 *int64) {
|
|||||||
|
|
||||||
fmt.Printf("Getting details for chatID64 %d ...\n", chat)
|
fmt.Printf("Getting details for chatID64 %d ...\n", chat)
|
||||||
|
|
||||||
chatDetails, err := c.GetChat(chatID64)
|
chatDetails, err := c.GetChat(chat)
|
||||||
failOnError(err, "getHistory : GetChat")
|
failOnError(err, "getHistory : GetChat")
|
||||||
fmt.Printf("Exporting historic messages for chat %d (%s) ...\n", chat, chatDetails.Title)
|
fmt.Printf("Exporting historic messages for chat %d (%s) ...\n", chat, chatDetails.Title)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user