Packages Documentation
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
import "github.com/wapikit/wapi.go/pkg/messaging"
type MessagingClient struct {
Media manager.MediaManager
Message manager.MessageManager
PhoneNumberId string
ApiAccessToken string
BusinessAccountId string
Requester *request_client.RequestClient
}
func (client *MessagingClient) Deregister() (RegisterResponse, error)
func (client *MessagingClient) GetApiAccessToken() string
func (client *MessagingClient) GetBusinessAccountId() string
func (client *MessagingClient) GetPhoneNumberId() string
func (client *MessagingClient) Register(pin string) (RegisterResponse, error)
func (client *MessagingClient) SetApiAccessToken(apiAccessToken string)
func (client *MessagingClient) SetPhoneNumberId(phoneNumberId string)
type RegisterResponse struct {
Success bool `json:"success"`
}