new_chat

async ChatV2.new_chat(char: str, creator_id: str, *, greeting: bool = True, chat_id: str = None)

Editing the message text

EXAMPLE:

await client.new_chat('CHAR', 'CREATOR_ID')
Parameters:
  • char (str) – Character ID

  • creator_id (str) – Your account ID. Can be found at get_me

  • greeting (bool, optional) – If False, the new chat will be without the character’s first message

  • chat_id (str, optional) – You can specify your chat ID, it can be any str

Returns:

BotAnswer