WhatsApp is a cross-platform centralized instant messaging and voice-over-IP service owned by Facebook, Inc. It allows users to send text messages and voice messages, make voice and video calls, and share images, documents, user locations, and other content. The service requires a cellular mobile telephone number to sign up.
WhatsApp's client application runs on mobile devices but is also accessible from desktop computers, as long as the user's mobile device remains connected to the Internet while they use the desktop web app.
Here are 1,862 public repositories matching this topic...
At the moment a person can configure even value 999999 for account auto resolution time in the account settings page. Which in the backend would give an ::DatetimeFieldOverflow: ERROR: timestamp out of range
- Set maximum auto resolution time period to 999 days
- Frontend validation to show error if range crosses that
- Backend validation to prevent values saved over 999 days
-
Updated
Nov 22, 2021 - Go
-
Updated
Nov 14, 2021 - JavaScript
-
Updated
Nov 3, 2021 - JavaScript
Especially for IRC, the outgoing IP address can matter a lot. Need some way to set which one to use on a box that has many.
-
Updated
Nov 27, 2021 - JavaScript
Preflight Checklist
- I have read the Contributing Guidelines for this project.
- I agree to follow the Code of Conduct that this project adheres to.
- I have searched the issue tracker for a feature
-
Updated
Nov 26, 2021 - JavaScript
-
Updated
Nov 26, 2021 - TypeScript
-
Updated
Nov 26, 2021 - JavaScript
-
Updated
Nov 22, 2021 - JavaScript
-
Updated
Apr 10, 2020 - Python
When executing create, it starts an instance of chrome and waits for the qrcode to be read.
How do I cancel this instance? Close this instance.
Is your feature request related to a problem? Please describe.
Missing support for Twilio.
Describe the solution you'd like
Implement a notification service and use existing services such as WhatsApp as a guide for implementation. At the
-
Updated
Oct 18, 2021 - Python
-
Updated
Nov 26, 2021 - JavaScript
-
Updated
Oct 1, 2020 - Jupyter Notebook
-
Updated
Nov 27, 2021 - Go
-
Updated
Jun 30, 2021 - CSS
-
Updated
Nov 28, 2021 - Kotlin
-
Updated
Oct 21, 2019 - Python
-
Updated
Oct 31, 2020 - Go
Created by Brian Acton, Jan Koum
Released February 2009
- Organization
- Website
- www.whatsapp.com
- Wikipedia
- Wikipedia
Is your feature request related to a problem? Please describe.
The current RoomMemberQueryFilter doesn't support query by wxid (id of Contact), can we support this?
Describe the solution you'd like
Add id as a string type in RoomMemberQueryFilter
Describe alternatives you've considered