get_history

Retrieve the dialogue history with a character using get_history by their ID.

# some code

from crushon.lib import Characters
characters = Characters(client)
print(characters.get_history("charid"))

Last updated