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]
chat_id [str]
parent_msg_uuid [str]
Last updated