😲Send Message

Send Message to Your Wife

async def main():
    message = input("You:")
    async with client.connect(Owner_ID) as chat2:
        r = await client.chat2.send_message(char,chat_id,message,author)
        print(r)

Owner id [STR]

Token/owner id

Char [STR]

Your character ID

Chat id [STR]

Your Chat ID

Message [STR]

Set your message to send to your character

author [DICT]

set your author, you can see example code at the example section :D

Last updated