Documentation ¶
Overview ¶
Package whatsapp is currently a [ NO-OP ] service! We're sorry for the inconveniences. We're already working on a fix.
Please read this [1] for more. Thanks!
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct{}
Service encapsulates the WhatsApp client along with internal state for storing contacts.
func (*Service) AddReceivers ¶
AddReceivers takes WhatsApp contacts and adds them to the internal contacts list. The Send method will send a given message to all those contacts.
func (*Service) LoginWithQRCode ¶
LoginWithQRCode provides helper for authentication using QR code on terminal. Refer: https://github.com/Rhymen/go-whatsapp#login for more information.
func (*Service) LoginWithSessionCredentials ¶
LoginWithSessionCredentials provides helper for authentication using whatsapp.Session credentials.