Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MessageCallback ¶ added in v1.1.0
type WhatsAppClient ¶
type WhatsAppClient struct {
// contains filtered or unexported fields
}
func NewClient ¶
func NewClient() WhatsAppClient
func (*WhatsAppClient) PrintGroupList ¶
func (w *WhatsAppClient) PrintGroupList() error
func (*WhatsAppClient) RegisterDevice ¶
func (w *WhatsAppClient) RegisterDevice() error
func (*WhatsAppClient) SendMessage ¶ added in v1.1.0
func (w *WhatsAppClient) SendMessage(message string, groupId types.JID) error
func (*WhatsAppClient) SetMessageCallback ¶ added in v1.1.0
func (w *WhatsAppClient) SetMessageCallback(callback MessageCallback)
func (*WhatsAppClient) StartBot ¶ added in v1.1.0
func (w *WhatsAppClient) StartBot() error
Click to show internal directories.
Click to hide internal directories.