next_message

Generate an alternative response of the last message

async with client.connect('TOKEN') as chat2:
    await chat2.next_message('CHAR', 'CHAT_ID', 'PARENT_ID')

char [str]

Character ID

chat_id [str]

Unique ID for character history

parent_msg_uuid [str]

ID of the character's last message

Last updated