Skip to content

Commit e6aedcf

Browse files
authored
Updated README.md
Added example for sendwhatmsg_to_group_instantly.
1 parent ca83c49 commit e6aedcf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ pywhatkit.sendwhats_image("+910123456789", "Images/Hello.png")
6868
# Send a WhatsApp Message to a Group at 12:00 AM
6969
pywhatkit.sendwhatmsg_to_group("AB123CDEFGHijklmn", "Hey All!", 0, 0)
7070

71+
# Send a WhatsApp Message to a Group instantly
72+
pywhatkit.sendwhatmsg_to_group_instantly("AB123CDEFGHijklmn", "Hey All!")
73+
7174
# Play a Video on YouTube
7275
pywhatkit.playonyt("PyWhatKit")
7376
```

0 commit comments

Comments
 (0)