wppconnect-team / WPP4Delphi

WPP4Delphi is an open-source project with the aim of exporting functions from WhatsApp Web for Delphi, which can be used to support the creation of any interaction.
Apache License 2.0
187 stars 62 forks source link

Message not sent #29

Closed nanaksr closed 1 year ago

nanaksr commented 1 year ago

Message not sent if the number not in Chat.

marcelo386 commented 1 year ago

options := 'createChat: true'; frDemo.TWPPConnect1.SendTextMessageEx(ed_num.Text, mem_message.Text, options, '123');