🧃Generate Image
async with client.connect(owner_id) as chat2:
r = await client.chat2.create_img(char,chat_id,message,
author,Return_all,Return_img)
Owner ID [STR]
your Token/owner ID
Char [STR]
your character id
Chat id [STR]
Your Chat Id
Message [STR]
Set messages to create images
author [DICT]
set your author, you can see example code at example section :D
Return_all [BOOL]
if True It will return message and image link
Return_Img [BOOL]
if True it will return only image link
EXSAMPEL CODE
at example code section!
Last updated