We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca83c49 commit e6aedcfCopy full SHA for e6aedcf
README.md
@@ -68,6 +68,9 @@ pywhatkit.sendwhats_image("+910123456789", "Images/Hello.png")
68
# Send a WhatsApp Message to a Group at 12:00 AM
69
pywhatkit.sendwhatmsg_to_group("AB123CDEFGHijklmn", "Hey All!", 0, 0)
70
71
+# Send a WhatsApp Message to a Group instantly
72
+pywhatkit.sendwhatmsg_to_group_instantly("AB123CDEFGHijklmn", "Hey All!")
73
+
74
# Play a Video on YouTube
75
pywhatkit.playonyt("PyWhatKit")
76
```
0 commit comments