zelenin/go-tdlib

Where is the DeleteChatHistory() function?

omani opened this issue · 2 comments

omani commented

how am I supposed to call the function DeleteChatHistory()in functions.go? it is in the client package but I can't access it.

ok, err := tdlibClient.DeleteChatHistory(&client.DeleteChatHistoryRequest{ChatId: chatId})
omani commented

thank you.