next_message

Generate an alternative response of the last message

client.chat.next_message('HISTORY_ID', 'MESSAGE_ID', 'TGT')

history_id [str]

Unique ID for character history

message_id [str]

Last message UUID

tgt [str]

Character's username

token [str] (optional)

You can set a specific token for the function, it will be executed from the specified token

Last updated