send_message
Sending a message to a character
async with client.connect('TOKEN') as chat2:
await chat2.send_message('CHAR', 'CHAT_ID', 'TEXT', {AUTHOR})char [str]
chat_id [str]
text [str]
author [dict]
{
'author_id': 'YOUR ID',
'is_human': True,
'name': 'NAME'
}Last updated