Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BusinessAccountDetails ¶
type BusinessAccountDetails struct {
model.WhatsappBusinessAccount
Organization model.Organization `json:"organization"`
}
type ContactWithAllDetails ¶
type ContactWithAllDetails struct {
model.Contact
Organization model.Organization
}
type WebhookController ¶
type WebhookController struct {
controller.BaseController `json:"-,inline"`
// contains filtered or unexported fields
}
func NewWhatsappWebhookWebhookController ¶
func NewWhatsappWebhookWebhookController(wapiClient *wapi.Client) *WebhookController
Click to show internal directories.
Click to hide internal directories.