PyCAI2
CtrlK
PyCAI2
CtrlK
  • 😎Welcome to PyCAI2
  • 👾Getting Information
  • 🤠Credits
  • 🛠️V2.0.4
    • 📞Chat V1
    • 📞Chat V2
      • 😲Send Message
      • 🧃Generate Image
      • 🆕New Chat
      • ⛔Delete Message
      • 🈳Translate
  • 🛠️V2.1.0
    • ☎️Chat V1
      • 🤯Send Message
      • 📼Voice
      • 🈂️Translate
      • ⚗️Get Histories
      • ⚗️Get History
    • ☎️Chat V2
      • 🤯Send Message
      • 📼Voice
      • 🈳Translate
      • ⚗️Get Histories
      • ⚗️Get History
      • 🎋Get Char Avatar
      • 🧃Generate Image
      • ⛔Delate Message
      • 🆕New Chat
  • 📈EXAMPLE
    • 📈Example CHAT V1
    • 📈Example CHAT V2
Powered by GitBook
On this page
  • owner_id [STR]
  • Char [STR]
  • With Greeting [BOOL]
  1. 🛠️V2.1.0
  2. ☎️Chat V2

🆕New Chat

Create New Conversation With Char

async with PyAsyncCAI2.connect(owner_id) as chat2:
        await chat2.new_chat(char,with_greeting=True)

owner_id [STR]

token/owner id

Char [STR]

char id

With Greeting [BOOL]

if true it will return greeting of char

PreviousDelate MessageNextExample CHAT V1

Last updated 1 year ago