Versions in this module Expand all Collapse all v7 v7.1.0 Apr 22, 2022 v7.0.0 Jun 25, 2021 Changes in this version + const ClientVersion + const Endpoint + var ErrUnexpectedResponse = errors.New("The MessageBird API is currently unavailable") + func SetVoiceErrorReader(r errorReader) + type Client struct + AccessKey string + DebugLog *log.Logger + HTTPClient *http.Client + func New(accessKey string) *Client + func (c *Client) DisableFeatures(feature Feature) + func (c *Client) EnableFeatures(feature Feature) + func (c *Client) IsFeatureEnabled(feature Feature) bool + func (c *Client) Request(v interface{}, method, path string, data interface{}) error + type Error struct + Code int + Description string + Parameter string + func (e Error) Error() string + type ErrorResponse struct + Errors []Error + func (r ErrorResponse) Error() string + type Feature int + const FeatureConversationsAPIWhatsAppSandbox + type Recipient struct + Recipient int64 + Status string + StatusDatetime *time.Time + type Recipients struct + Items []Recipient + TotalCount int + TotalDeliveredCount int + TotalDeliveryFailedCount int + TotalSentCount int Other modules containing this package github.com/messagebird/go-rest-api github.com/messagebird/go-rest-api/v6 github.com/messagebird/go-rest-api/v8 github.com/messagebird/go-rest-api/v9