Jesus Valverde

Results 6 issues of Jesus Valverde

Is there a way to set the name of the bot ( instead of "mac") ? and the profile picture.. mac.set_entity("My Bot") ? mac.set_profile_picture("logo.png") ?

**Describe the bug** The send_media falied. Same procedure that used to work days aday noy it's not. Maybe an upgrade of the whatsapp web ? **Additional context** Add any other...

bug

are archive or delete_chat working....not able to do somethign like this contact_it = self._driver.chats.get_items() self.echo('List chats to delete') async for chat in contact_it: self.echo('Chat: {}'.format(chat.id)) self._driver.chats[chat.id].archive() self._driver.chats[chat.id].delete_chat() self.echo('Deleted chats finished')

question

**Describe the bug** Using update_pushname do not change the Pushname in a whatsapp business await self._driver.conn.update_pushname(name=statusAndPic['phoneName']) **Additional context** no problems over set_my_status

bug

Any exanple on how to use the set_picture() to change the profile pic ?

question

Any update over the image reception ....