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 IDcreator_id (
str
) – Your account ID. Can be found atget_me
greeting (
bool
, optional) – IfFalse
, the new chat will be without the character’s first messagechat_id (
str
, optional) – You can specify your chat ID, it can be anystr
- Returns: