Versions in this module Expand all Collapse all v1 v1.1.0 Jul 31, 2026 v1.0.1 Jul 28, 2026 Changes in this version + var ContextAPIKeys = contextKey("apiKeys") + var ContextOperationServerIndices = contextKey("serverOperationIndices") + var ContextOperationServerVariables = contextKey("serverOperationVariables") + var ContextServerIndex = contextKey("serverIndex") + var ContextServerVariables = contextKey("serverVariables") + var JsonCheck = regexp.MustCompile(`(?i:(?:application|text)/(?:[^;]+\+)?json)`) + var XmlCheck = regexp.MustCompile(`(?i:(?:application|text)/(?:[^;]+\+)?xml)`) + func CacheExpires(r *http.Response) time.Time + func IsNil(i interface{}) bool + func PtrBool(v bool) *bool + func PtrFloat32(v float32) *float32 + func PtrFloat64(v float64) *float64 + func PtrInt(v int) *int + func PtrInt32(v int32) *int32 + func PtrInt64(v int64) *int64 + func PtrString(v string) *string + func PtrTime(v time.Time) *time.Time + type APIClient struct + CallingAPI *CallingAPIService + CatalogAPI *CatalogAPIService + ChannelAPI *ChannelAPIService + FlowsAPI *FlowsAPIService + GroupsAPI *GroupsAPIService + MessagingAPI *MessagingAPIService + ProfileAPI *ProfileAPIService + TemplatesAPI *TemplatesAPIService + UsersAPI *UsersAPIService + WebhooksAPI *WebhooksAPIService + func NewAPIClient(cfg *Configuration) *APIClient + func (c *APIClient) GetConfig() *Configuration + type APIKey struct + Key string + Prefix string + type APIResponse struct + Message string + Method string + Operation string + Payload []byte + RequestURL string + func NewAPIResponse(r *http.Response) *APIResponse + func NewAPIResponseWithError(errorMessage string) *APIResponse + type AddTemplateRequest struct + AdditionalProperties map[string]interface{} + Category *string + Components []map[string]interface{} + Language *string + Name *string + func NewAddTemplateRequest() *AddTemplateRequest + func NewAddTemplateRequestWithDefaults() *AddTemplateRequest + func (o *AddTemplateRequest) GetCategory() string + func (o *AddTemplateRequest) GetCategoryOk() (*string, bool) + func (o *AddTemplateRequest) GetComponents() []map[string]interface{} + func (o *AddTemplateRequest) GetComponentsOk() ([]map[string]interface{}, bool) + func (o *AddTemplateRequest) GetLanguage() string + func (o *AddTemplateRequest) GetLanguageOk() (*string, bool) + func (o *AddTemplateRequest) GetName() string + func (o *AddTemplateRequest) GetNameOk() (*string, bool) + func (o *AddTemplateRequest) HasCategory() bool + func (o *AddTemplateRequest) HasComponents() bool + func (o *AddTemplateRequest) HasLanguage() bool + func (o *AddTemplateRequest) HasName() bool + func (o *AddTemplateRequest) SetCategory(v string) + func (o *AddTemplateRequest) SetComponents(v []map[string]interface{}) + func (o *AddTemplateRequest) SetLanguage(v string) + func (o *AddTemplateRequest) SetName(v string) + func (o *AddTemplateRequest) UnmarshalJSON(data []byte) (err error) + func (o AddTemplateRequest) MarshalJSON() ([]byte, error) + func (o AddTemplateRequest) ToMap() (map[string]interface{}, error) + type ApiAddTemplateRequest struct + ApiService *TemplatesAPIService + func (r ApiAddTemplateRequest) AddTemplateRequest(addTemplateRequest AddTemplateRequest) ApiAddTemplateRequest + func (r ApiAddTemplateRequest) Execute() (map[string]interface{}, *http.Response, error) + func (r ApiAddTemplateRequest) Token(token string) ApiAddTemplateRequest + type ApiBlockUserRequest struct + ApiService *UsersAPIService + func (r ApiBlockUserRequest) BlockUserRequest(blockUserRequest BlockUserRequest) ApiBlockUserRequest + func (r ApiBlockUserRequest) Execute() (*SuccessResponse, *http.Response, error) + func (r ApiBlockUserRequest) Token(token string) ApiBlockUserRequest + type ApiCreateCommerceRequest struct + ApiService *CatalogAPIService + func (r ApiCreateCommerceRequest) CreateCommerceRequest(createCommerceRequest CreateCommerceRequest) ApiCreateCommerceRequest + func (r ApiCreateCommerceRequest) Execute() (*CreateCommerce200Response, *http.Response, error) + func (r ApiCreateCommerceRequest) Token(token string) ApiCreateCommerceRequest + type ApiCreateFlowsFlowIdDeprecateRequest struct + ApiService *FlowsAPIService + func (r ApiCreateFlowsFlowIdDeprecateRequest) Execute() (map[string]interface{}, *http.Response, error) + func (r ApiCreateFlowsFlowIdDeprecateRequest) Token(token string) ApiCreateFlowsFlowIdDeprecateRequest + func (r ApiCreateFlowsFlowIdDeprecateRequest) WabaAccountId(wabaAccountId string) ApiCreateFlowsFlowIdDeprecateRequest + type ApiCreateFlowsFlowIdPublishRequest struct + ApiService *FlowsAPIService + func (r ApiCreateFlowsFlowIdPublishRequest) Execute() (map[string]interface{}, *http.Response, error) + func (r ApiCreateFlowsFlowIdPublishRequest) Token(token string) ApiCreateFlowsFlowIdPublishRequest + func (r ApiCreateFlowsFlowIdPublishRequest) WabaAccountId(wabaAccountId string) ApiCreateFlowsFlowIdPublishRequest + type ApiCreateFlowsRequest struct + ApiService *FlowsAPIService + func (r ApiCreateFlowsRequest) Execute() (*CreateGroups200Response, *http.Response, error) + func (r ApiCreateFlowsRequest) Token(token string) ApiCreateFlowsRequest + func (r ApiCreateFlowsRequest) WabaAccountId(wabaAccountId string) ApiCreateFlowsRequest + type ApiCreateGroupsGroupIdInvitelinkRequest struct + ApiService *GroupsAPIService + func (r ApiCreateGroupsGroupIdInvitelinkRequest) Execute() (map[string]interface{}, *http.Response, error) + func (r ApiCreateGroupsGroupIdInvitelinkRequest) Token(token string) ApiCreateGroupsGroupIdInvitelinkRequest + type ApiCreateGroupsGroupIdRequest struct + ApiService *GroupsAPIService + func (r ApiCreateGroupsGroupIdRequest) Execute() (map[string]interface{}, *http.Response, error) + func (r ApiCreateGroupsGroupIdRequest) Token(token string) ApiCreateGroupsGroupIdRequest + type ApiCreateGroupsRequest struct + ApiService *GroupsAPIService + func (r ApiCreateGroupsRequest) Execute() (*CreateGroups200Response, *http.Response, error) + func (r ApiCreateGroupsRequest) Token(token string) ApiCreateGroupsRequest + type ApiCreateReadMessageRequest struct + ApiService *MessagingAPIService + func (r ApiCreateReadMessageRequest) Execute() (*CreateReadMessage200Response, *http.Response, error) + func (r ApiCreateReadMessageRequest) MessageId(messageId string) ApiCreateReadMessageRequest + func (r ApiCreateReadMessageRequest) MsgId(msgId string) ApiCreateReadMessageRequest + func (r ApiCreateReadMessageRequest) Token(token string) ApiCreateReadMessageRequest + func (r ApiCreateReadMessageRequest) TypingIndicator(typingIndicator bool) ApiCreateReadMessageRequest + type ApiCreateUploadMediaRequest struct + ApiService *MessagingAPIService + func (r ApiCreateUploadMediaRequest) Execute() (*http.Response, error) + func (r ApiCreateUploadMediaRequest) RequestBody(requestBody map[string]interface{}) ApiCreateUploadMediaRequest + func (r ApiCreateUploadMediaRequest) Token(token string) ApiCreateUploadMediaRequest + type ApiDeleteFlowsFlowIdRequest struct + ApiService *FlowsAPIService + func (r ApiDeleteFlowsFlowIdRequest) Execute() (*DeleteFlowsFlowId200Response, *http.Response, error) + func (r ApiDeleteFlowsFlowIdRequest) Token(token string) ApiDeleteFlowsFlowIdRequest + func (r ApiDeleteFlowsFlowIdRequest) WabaAccountId(wabaAccountId string) ApiDeleteFlowsFlowIdRequest + type ApiDeleteGroupsGroupIdRequest struct + ApiService *GroupsAPIService + func (r ApiDeleteGroupsGroupIdRequest) Execute() (*DeleteGroupsGroupId200Response, *http.Response, error) + func (r ApiDeleteGroupsGroupIdRequest) Token(token string) ApiDeleteGroupsGroupIdRequest + type ApiDeleteMediaLegacyRequest struct + ApiService *MessagingAPIService + func (r ApiDeleteMediaLegacyRequest) DeleteMediaLegacyRequest(deleteMediaLegacyRequest DeleteMediaLegacyRequest) ApiDeleteMediaLegacyRequest + func (r ApiDeleteMediaLegacyRequest) Execute() (*SuccessResponse, *http.Response, error) + func (r ApiDeleteMediaLegacyRequest) Token(token string) ApiDeleteMediaLegacyRequest + type ApiDeleteMediaRequest struct + ApiService *MessagingAPIService + func (r ApiDeleteMediaRequest) Execute() (*SuccessResponse, *http.Response, error) + func (r ApiDeleteMediaRequest) Token(token string) ApiDeleteMediaRequest + type ApiGetCallingSettingsRequest struct + ApiService *CallingAPIService + func (r ApiGetCallingSettingsRequest) Execute() (map[string]interface{}, *http.Response, error) + func (r ApiGetCallingSettingsRequest) Token(token string) ApiGetCallingSettingsRequest + type ApiGetCommerceRequest struct + ApiService *CatalogAPIService + func (r ApiGetCommerceRequest) Execute() ([]GetCommerce200ResponseInner, *http.Response, error) + func (r ApiGetCommerceRequest) Token(token string) ApiGetCommerceRequest + type ApiGetConversationalAutomationRequest struct + ApiService *ChannelAPIService + func (r ApiGetConversationalAutomationRequest) Execute() (*ConversationalAutomation, *http.Response, error) + func (r ApiGetConversationalAutomationRequest) Token(token string) ApiGetConversationalAutomationRequest + type ApiGetFlowsFlowIdPreviewRequest struct + ApiService *FlowsAPIService + func (r ApiGetFlowsFlowIdPreviewRequest) Execute() (map[string]interface{}, *http.Response, error) + func (r ApiGetFlowsFlowIdPreviewRequest) Token(token string) ApiGetFlowsFlowIdPreviewRequest + func (r ApiGetFlowsFlowIdPreviewRequest) WabaAccountId(wabaAccountId string) ApiGetFlowsFlowIdPreviewRequest + type ApiGetFlowsFlowIdRequest struct + ApiService *FlowsAPIService + func (r ApiGetFlowsFlowIdRequest) Execute() (*CreateGroups200Response, *http.Response, error) + func (r ApiGetFlowsFlowIdRequest) Token(token string) ApiGetFlowsFlowIdRequest + func (r ApiGetFlowsFlowIdRequest) WabaAccountId(wabaAccountId string) ApiGetFlowsFlowIdRequest + type ApiGetGroupsGroupIdInvitelinkRequest struct + ApiService *GroupsAPIService + func (r ApiGetGroupsGroupIdInvitelinkRequest) Execute() (map[string]interface{}, *http.Response, error) + func (r ApiGetGroupsGroupIdInvitelinkRequest) Token(token string) ApiGetGroupsGroupIdInvitelinkRequest + type ApiGetGroupsGroupIdRequest struct + ApiService *GroupsAPIService + func (r ApiGetGroupsGroupIdRequest) Execute() (map[string]interface{}, *http.Response, error) + func (r ApiGetGroupsGroupIdRequest) Token(token string) ApiGetGroupsGroupIdRequest + type ApiGetMeRequest struct + ApiService *ProfileAPIService + func (r ApiGetMeRequest) Execute() (*ProfileInfo, *http.Response, error) + func (r ApiGetMeRequest) Token(token string) ApiGetMeRequest + type ApiGetMmLiteStatusRequest struct + ApiService *MessagingAPIService + func (r ApiGetMmLiteStatusRequest) Execute() (*GetMmLiteStatus200Response, *http.Response, error) + func (r ApiGetMmLiteStatusRequest) Token(token string) ApiGetMmLiteStatusRequest + type ApiGetStatusRequest struct + ApiService *ChannelAPIService + func (r ApiGetStatusRequest) Execute() (map[string]interface{}, *http.Response, error) + func (r ApiGetStatusRequest) Token(token string) ApiGetStatusRequest + type ApiGetWebhookRequest struct + ApiService *WebhooksAPIService + func (r ApiGetWebhookRequest) Execute() (*GetWebhook200Response, *http.Response, error) + func (r ApiGetWebhookRequest) Token(token string) ApiGetWebhookRequest + type ApiGetWhatsappBusinessEncryptionRequest struct + ApiService *FlowsAPIService + func (r ApiGetWhatsappBusinessEncryptionRequest) Execute() (*GetWhatsappBusinessEncryption200Response, *http.Response, error) + func (r ApiGetWhatsappBusinessEncryptionRequest) Token(token string) ApiGetWhatsappBusinessEncryptionRequest + type ApiInitiateCallRequest struct + ApiService *CallingAPIService + func (r ApiInitiateCallRequest) Execute() (map[string]interface{}, *http.Response, error) + func (r ApiInitiateCallRequest) RequestBody(requestBody map[string]interface{}) ApiInitiateCallRequest + func (r ApiInitiateCallRequest) Token(token string) ApiInitiateCallRequest + type ApiListBlockedUsersRequest struct + ApiService *UsersAPIService + func (r ApiListBlockedUsersRequest) Execute() (*ListBlockedUsers200Response, *http.Response, error) + func (r ApiListBlockedUsersRequest) Token(token string) ApiListBlockedUsersRequest + type ApiListFlowsRequest struct + ApiService *FlowsAPIService + func (r ApiListFlowsRequest) Execute() (*ListFlows200Response, *http.Response, error) + func (r ApiListFlowsRequest) Token(token string) ApiListFlowsRequest + func (r ApiListFlowsRequest) WabaAccountId(wabaAccountId string) ApiListFlowsRequest + type ApiListGroupsRequest struct + ApiService *GroupsAPIService + func (r ApiListGroupsRequest) Execute() (map[string]interface{}, *http.Response, error) + func (r ApiListGroupsRequest) Token(token string) ApiListGroupsRequest + type ApiListMessagesRequest struct + ApiService *MessagingAPIService + func (r ApiListMessagesRequest) Execute() (*ListMessages200Response, *http.Response, error) + func (r ApiListMessagesRequest) Token(token string) ApiListMessagesRequest + type ApiListTemplatesRequest struct + ApiService *TemplatesAPIService + func (r ApiListTemplatesRequest) Execute() (*ListTemplates200Response, *http.Response, error) + func (r ApiListTemplatesRequest) Token(token string) ApiListTemplatesRequest + type ApiPatchFlowsFlowIdAssetsRequest struct + ApiService *FlowsAPIService + func (r ApiPatchFlowsFlowIdAssetsRequest) Execute() (*PatchFlowsFlowIdAssets200Response, *http.Response, error) + func (r ApiPatchFlowsFlowIdAssetsRequest) Token(token string) ApiPatchFlowsFlowIdAssetsRequest + func (r ApiPatchFlowsFlowIdAssetsRequest) WabaAccountId(wabaAccountId string) ApiPatchFlowsFlowIdAssetsRequest + type ApiPatchFlowsFlowIdMetadataRequest struct + ApiService *FlowsAPIService + func (r ApiPatchFlowsFlowIdMetadataRequest) Execute() (map[string]interface{}, *http.Response, error) + func (r ApiPatchFlowsFlowIdMetadataRequest) Token(token string) ApiPatchFlowsFlowIdMetadataRequest + func (r ApiPatchFlowsFlowIdMetadataRequest) WabaAccountId(wabaAccountId string) ApiPatchFlowsFlowIdMetadataRequest + type ApiRemoveTemplateRequest struct + ApiService *TemplatesAPIService + func (r ApiRemoveTemplateRequest) Execute() (map[string]interface{}, *http.Response, error) + func (r ApiRemoveTemplateRequest) RequestBody(requestBody map[string]interface{}) ApiRemoveTemplateRequest + func (r ApiRemoveTemplateRequest) Token(token string) ApiRemoveTemplateRequest + type ApiRetrieveMediaRequest struct + ApiService *MessagingAPIService + func (r ApiRetrieveMediaRequest) Execute() (*RetrieveMedia200Response, *http.Response, error) + func (r ApiRetrieveMediaRequest) MediaId(mediaId string) ApiRetrieveMediaRequest + func (r ApiRetrieveMediaRequest) Token(token string) ApiRetrieveMediaRequest + type ApiSendAddressMessageRequest struct + ApiService *MessagingAPIService + func (r ApiSendAddressMessageRequest) Execute() (*MessageSentResponse, *http.Response, error) + func (r ApiSendAddressMessageRequest) SendAddressMessageRequest(sendAddressMessageRequest SendAddressMessageRequest) ApiSendAddressMessageRequest + func (r ApiSendAddressMessageRequest) Token(token string) ApiSendAddressMessageRequest + type ApiSendButtonRequest struct + ApiService *MessagingAPIService + func (r ApiSendButtonRequest) Execute() (*MessageSentResponse, *http.Response, error) + func (r ApiSendButtonRequest) SendButtonRequest(sendButtonRequest SendButtonRequest) ApiSendButtonRequest + func (r ApiSendButtonRequest) Token(token string) ApiSendButtonRequest + type ApiSendCarouselRequest struct + ApiService *MessagingAPIService + func (r ApiSendCarouselRequest) Body(body string) ApiSendCarouselRequest + func (r ApiSendCarouselRequest) ChatId(chatId string) ApiSendCarouselRequest + func (r ApiSendCarouselRequest) Execute() (*MessageSentResponse, *http.Response, error) + func (r ApiSendCarouselRequest) Params(params []map[string]interface{}) ApiSendCarouselRequest + func (r ApiSendCarouselRequest) Phone(phone int32) ApiSendCarouselRequest + func (r ApiSendCarouselRequest) QuotedMsgId(quotedMsgId string) ApiSendCarouselRequest + func (r ApiSendCarouselRequest) Token(token string) ApiSendCarouselRequest + type ApiSendContactRequest struct + ApiService *MessagingAPIService + func (r ApiSendContactRequest) Execute() (*MessageSentResponse, *http.Response, error) + func (r ApiSendContactRequest) SendContactRequest(sendContactRequest SendContactRequest) ApiSendContactRequest + func (r ApiSendContactRequest) Token(token string) ApiSendContactRequest + type ApiSendCtaUrlRequest struct + ApiService *MessagingAPIService + func (r ApiSendCtaUrlRequest) Execute() (*MessageSentResponse, *http.Response, error) + func (r ApiSendCtaUrlRequest) SendCtaUrlRequest(sendCtaUrlRequest SendCtaUrlRequest) ApiSendCtaUrlRequest + func (r ApiSendCtaUrlRequest) Token(token string) ApiSendCtaUrlRequest + type ApiSendFileRequest struct + ApiService *MessagingAPIService + func (r ApiSendFileRequest) Body(body string) ApiSendFileRequest + func (r ApiSendFileRequest) Caption(caption string) ApiSendFileRequest + func (r ApiSendFileRequest) ChatId(chatId string) ApiSendFileRequest + func (r ApiSendFileRequest) Execute() (*MessageSentResponse, *http.Response, error) + func (r ApiSendFileRequest) Filename(filename string) ApiSendFileRequest + func (r ApiSendFileRequest) MediaId(mediaId string) ApiSendFileRequest + func (r ApiSendFileRequest) MediaType(mediaType string) ApiSendFileRequest + func (r ApiSendFileRequest) Phone(phone int32) ApiSendFileRequest + func (r ApiSendFileRequest) QuotedMsgId(quotedMsgId string) ApiSendFileRequest + func (r ApiSendFileRequest) Token(token string) ApiSendFileRequest + func (r ApiSendFileRequest) Voice(voice bool) ApiSendFileRequest + type ApiSendFlowRequest struct + ApiService *MessagingAPIService + func (r ApiSendFlowRequest) Body(body string) ApiSendFlowRequest + func (r ApiSendFlowRequest) ChatId(chatId string) ApiSendFlowRequest + func (r ApiSendFlowRequest) Execute() (*MessageSentResponse, *http.Response, error) + func (r ApiSendFlowRequest) FlowAction(flowAction string) ApiSendFlowRequest + func (r ApiSendFlowRequest) FlowActionData(flowActionData map[string]interface{}) ApiSendFlowRequest + func (r ApiSendFlowRequest) FlowActionPayload(flowActionPayload map[string]interface{}) ApiSendFlowRequest + func (r ApiSendFlowRequest) FlowActionScreen(flowActionScreen string) ApiSendFlowRequest + func (r ApiSendFlowRequest) FlowCta(flowCta string) ApiSendFlowRequest + func (r ApiSendFlowRequest) FlowId(flowId string) ApiSendFlowRequest + func (r ApiSendFlowRequest) FlowMessageVersion(flowMessageVersion string) ApiSendFlowRequest + func (r ApiSendFlowRequest) FlowToken(flowToken string) ApiSendFlowRequest + func (r ApiSendFlowRequest) Footer(footer string) ApiSendFlowRequest + func (r ApiSendFlowRequest) Header(header SendFlowRequestHeader) ApiSendFlowRequest + func (r ApiSendFlowRequest) Mode(mode string) ApiSendFlowRequest + func (r ApiSendFlowRequest) Phone(phone int32) ApiSendFlowRequest + func (r ApiSendFlowRequest) QuotedMsgId(quotedMsgId string) ApiSendFlowRequest + func (r ApiSendFlowRequest) Token(token string) ApiSendFlowRequest + type ApiSendListRequest struct + ApiService *MessagingAPIService + func (r ApiSendListRequest) Execute() (*MessageSentResponse, *http.Response, error) + func (r ApiSendListRequest) SendListRequest(sendListRequest SendListRequest) ApiSendListRequest + func (r ApiSendListRequest) Token(token string) ApiSendListRequest + type ApiSendLocationRequest struct + ApiService *MessagingAPIService + func (r ApiSendLocationRequest) Address(address string) ApiSendLocationRequest + func (r ApiSendLocationRequest) ChatId(chatId string) ApiSendLocationRequest + func (r ApiSendLocationRequest) Execute() (*MessageSentResponse, *http.Response, error) + func (r ApiSendLocationRequest) Lat(lat string) ApiSendLocationRequest + func (r ApiSendLocationRequest) Lng(lng string) ApiSendLocationRequest + func (r ApiSendLocationRequest) Name(name string) ApiSendLocationRequest + func (r ApiSendLocationRequest) Phone(phone int32) ApiSendLocationRequest + func (r ApiSendLocationRequest) QuotedMsgId(quotedMsgId string) ApiSendLocationRequest + func (r ApiSendLocationRequest) Token(token string) ApiSendLocationRequest + type ApiSendLocationRequestRequest struct + ApiService *MessagingAPIService + func (r ApiSendLocationRequestRequest) Execute() (*MessageSentResponse, *http.Response, error) + func (r ApiSendLocationRequestRequest) SendLocationRequestRequest(sendLocationRequestRequest SendLocationRequestRequest) ApiSendLocationRequestRequest + func (r ApiSendLocationRequestRequest) Token(token string) ApiSendLocationRequestRequest + type ApiSendMessageRequest struct + ApiService *MessagingAPIService + func (r ApiSendMessageRequest) Body(body string) ApiSendMessageRequest + func (r ApiSendMessageRequest) ChatId(chatId string) ApiSendMessageRequest + func (r ApiSendMessageRequest) Execute() (*MessageSentResponse, *http.Response, error) + func (r ApiSendMessageRequest) Phone(phone int32) ApiSendMessageRequest + func (r ApiSendMessageRequest) QuotedMsgId(quotedMsgId string) ApiSendMessageRequest + func (r ApiSendMessageRequest) Token(token string) ApiSendMessageRequest + type ApiSendOrderDetailsRequest struct + ApiService *MessagingAPIService + func (r ApiSendOrderDetailsRequest) Execute() (*MessageSentResponse, *http.Response, error) + func (r ApiSendOrderDetailsRequest) SendOrderDetailsRequest(sendOrderDetailsRequest SendOrderDetailsRequest) ApiSendOrderDetailsRequest + func (r ApiSendOrderDetailsRequest) Token(token string) ApiSendOrderDetailsRequest + type ApiSendPaymentRequestRequest struct + ApiService *MessagingAPIService + func (r ApiSendPaymentRequestRequest) Execute() (*MessageSentResponse, *http.Response, error) + func (r ApiSendPaymentRequestRequest) SendPaymentRequestRequest(sendPaymentRequestRequest SendPaymentRequestRequest) ApiSendPaymentRequestRequest + func (r ApiSendPaymentRequestRequest) Token(token string) ApiSendPaymentRequestRequest + type ApiSendProductRequest struct + ApiService *MessagingAPIService + func (r ApiSendProductRequest) Execute() (*MessageSentResponse, *http.Response, error) + func (r ApiSendProductRequest) RequestBody(requestBody map[string]interface{}) ApiSendProductRequest + func (r ApiSendProductRequest) Token(token string) ApiSendProductRequest + type ApiSendReactionRequest struct + ApiService *MessagingAPIService + func (r ApiSendReactionRequest) Execute() (*MessageSentResponse, *http.Response, error) + func (r ApiSendReactionRequest) SendReactionRequest(sendReactionRequest SendReactionRequest) ApiSendReactionRequest + func (r ApiSendReactionRequest) Token(token string) ApiSendReactionRequest + type ApiSendStickerRequest struct + ApiService *MessagingAPIService + func (r ApiSendStickerRequest) Execute() (*MessageSentResponse, *http.Response, error) + func (r ApiSendStickerRequest) SendStickerRequest(sendStickerRequest SendStickerRequest) ApiSendStickerRequest + func (r ApiSendStickerRequest) Token(token string) ApiSendStickerRequest + type ApiSendTemplateRequest struct + ApiService *TemplatesAPIService + func (r ApiSendTemplateRequest) Execute() (map[string]interface{}, *http.Response, error) + func (r ApiSendTemplateRequest) SendTemplateRequest(sendTemplateRequest SendTemplateRequest) ApiSendTemplateRequest + func (r ApiSendTemplateRequest) Token(token string) ApiSendTemplateRequest + type ApiSetConversationalAutomationRequest struct + ApiService *ChannelAPIService + func (r ApiSetConversationalAutomationRequest) ConversationalAutomation(conversationalAutomation ConversationalAutomation) ApiSetConversationalAutomationRequest + func (r ApiSetConversationalAutomationRequest) Execute() (map[string]interface{}, *http.Response, error) + func (r ApiSetConversationalAutomationRequest) Token(token string) ApiSetConversationalAutomationRequest + type ApiSetWebhookRequest struct + ApiService *WebhooksAPIService + func (r ApiSetWebhookRequest) Execute() (map[string]interface{}, *http.Response, error) + func (r ApiSetWebhookRequest) GetWebhook200Response(getWebhook200Response GetWebhook200Response) ApiSetWebhookRequest + func (r ApiSetWebhookRequest) Token(token string) ApiSetWebhookRequest + type ApiSetWhatsappBusinessEncryptionRequest struct + ApiService *FlowsAPIService + func (r ApiSetWhatsappBusinessEncryptionRequest) Execute() (*CreateCommerce200Response, *http.Response, error) + func (r ApiSetWhatsappBusinessEncryptionRequest) SetWhatsappBusinessEncryptionRequest(setWhatsappBusinessEncryptionRequest SetWhatsappBusinessEncryptionRequest) ApiSetWhatsappBusinessEncryptionRequest + func (r ApiSetWhatsappBusinessEncryptionRequest) Token(token string) ApiSetWhatsappBusinessEncryptionRequest + type ApiUnblockUserRequest struct + ApiService *UsersAPIService + func (r ApiUnblockUserRequest) BlockUserRequest(blockUserRequest BlockUserRequest) ApiUnblockUserRequest + func (r ApiUnblockUserRequest) Execute() (*SuccessResponse, *http.Response, error) + func (r ApiUnblockUserRequest) Token(token string) ApiUnblockUserRequest + type ApiUpdateCallingSettingsRequest struct + ApiService *CallingAPIService + func (r ApiUpdateCallingSettingsRequest) Execute() (map[string]interface{}, *http.Response, error) + func (r ApiUpdateCallingSettingsRequest) RequestBody(requestBody map[string]interface{}) ApiUpdateCallingSettingsRequest + func (r ApiUpdateCallingSettingsRequest) Token(token string) ApiUpdateCallingSettingsRequest + type ApiUpdateMeRequest struct + ApiService *ProfileAPIService + func (r ApiUpdateMeRequest) Execute() (map[string]interface{}, *http.Response, error) + func (r ApiUpdateMeRequest) Token(token string) ApiUpdateMeRequest + func (r ApiUpdateMeRequest) UpdateMeRequest(updateMeRequest UpdateMeRequest) ApiUpdateMeRequest + type BasicAuth struct + Password string + UserName string + type BlockUserRequest struct + AdditionalProperties map[string]interface{} + Phone int32 + func NewBlockUserRequest(phone int32) *BlockUserRequest + func NewBlockUserRequestWithDefaults() *BlockUserRequest + func (o *BlockUserRequest) GetPhone() int32 + func (o *BlockUserRequest) GetPhoneOk() (*int32, bool) + func (o *BlockUserRequest) SetPhone(v int32) + func (o *BlockUserRequest) UnmarshalJSON(data []byte) (err error) + func (o BlockUserRequest) MarshalJSON() ([]byte, error) + func (o BlockUserRequest) ToMap() (map[string]interface{}, error) + type CallingAPIService service + func (a *CallingAPIService) GetCallingSettings(ctx context.Context) ApiGetCallingSettingsRequest + func (a *CallingAPIService) GetCallingSettingsExecute(r ApiGetCallingSettingsRequest) (map[string]interface{}, *http.Response, error) + func (a *CallingAPIService) InitiateCall(ctx context.Context) ApiInitiateCallRequest + func (a *CallingAPIService) InitiateCallExecute(r ApiInitiateCallRequest) (map[string]interface{}, *http.Response, error) + func (a *CallingAPIService) UpdateCallingSettings(ctx context.Context) ApiUpdateCallingSettingsRequest + func (a *CallingAPIService) UpdateCallingSettingsExecute(r ApiUpdateCallingSettingsRequest) (map[string]interface{}, *http.Response, error) + type CatalogAPIService service + func (a *CatalogAPIService) CreateCommerce(ctx context.Context) ApiCreateCommerceRequest + func (a *CatalogAPIService) CreateCommerceExecute(r ApiCreateCommerceRequest) (*CreateCommerce200Response, *http.Response, error) + func (a *CatalogAPIService) GetCommerce(ctx context.Context) ApiGetCommerceRequest + func (a *CatalogAPIService) GetCommerceExecute(r ApiGetCommerceRequest) ([]GetCommerce200ResponseInner, *http.Response, error) + type ChannelAPIService service + func (a *ChannelAPIService) GetConversationalAutomation(ctx context.Context) ApiGetConversationalAutomationRequest + func (a *ChannelAPIService) GetConversationalAutomationExecute(r ApiGetConversationalAutomationRequest) (*ConversationalAutomation, *http.Response, error) + func (a *ChannelAPIService) GetStatus(ctx context.Context) ApiGetStatusRequest + func (a *ChannelAPIService) GetStatusExecute(r ApiGetStatusRequest) (map[string]interface{}, *http.Response, error) + func (a *ChannelAPIService) SetConversationalAutomation(ctx context.Context) ApiSetConversationalAutomationRequest + func (a *ChannelAPIService) SetConversationalAutomationExecute(r ApiSetConversationalAutomationRequest) (map[string]interface{}, *http.Response, error) + type Configuration struct + Debug bool + DefaultHeader map[string]string + HTTPClient *http.Client + Host string + OperationServers map[string]ServerConfigurations + Scheme string + Servers ServerConfigurations + UserAgent string + func NewConfiguration() *Configuration + func (c *Configuration) AddDefaultHeader(key string, value string) + func (c *Configuration) ServerURL(index int, variables map[string]string) (string, error) + func (c *Configuration) ServerURLWithContext(ctx context.Context, endpoint string) (string, error) + type ConversationalAutomation struct + AdditionalProperties map[string]interface{} + Commands []ConversationalAutomationCommandsInner + EnableWelcomeMessage *bool + Prompts []string + func NewConversationalAutomation() *ConversationalAutomation + func NewConversationalAutomationWithDefaults() *ConversationalAutomation + func (o *ConversationalAutomation) GetCommands() []ConversationalAutomationCommandsInner + func (o *ConversationalAutomation) GetCommandsOk() ([]ConversationalAutomationCommandsInner, bool) + func (o *ConversationalAutomation) GetEnableWelcomeMessage() bool + func (o *ConversationalAutomation) GetEnableWelcomeMessageOk() (*bool, bool) + func (o *ConversationalAutomation) GetPrompts() []string + func (o *ConversationalAutomation) GetPromptsOk() ([]string, bool) + func (o *ConversationalAutomation) HasCommands() bool + func (o *ConversationalAutomation) HasEnableWelcomeMessage() bool + func (o *ConversationalAutomation) HasPrompts() bool + func (o *ConversationalAutomation) SetCommands(v []ConversationalAutomationCommandsInner) + func (o *ConversationalAutomation) SetEnableWelcomeMessage(v bool) + func (o *ConversationalAutomation) SetPrompts(v []string) + func (o *ConversationalAutomation) UnmarshalJSON(data []byte) (err error) + func (o ConversationalAutomation) MarshalJSON() ([]byte, error) + func (o ConversationalAutomation) ToMap() (map[string]interface{}, error) + type ConversationalAutomationCommandsInner struct + AdditionalProperties map[string]interface{} + CommandDescription string + CommandName string + func NewConversationalAutomationCommandsInner(commandName string, commandDescription string) *ConversationalAutomationCommandsInner + func NewConversationalAutomationCommandsInnerWithDefaults() *ConversationalAutomationCommandsInner + func (o *ConversationalAutomationCommandsInner) GetCommandDescription() string + func (o *ConversationalAutomationCommandsInner) GetCommandDescriptionOk() (*string, bool) + func (o *ConversationalAutomationCommandsInner) GetCommandName() string + func (o *ConversationalAutomationCommandsInner) GetCommandNameOk() (*string, bool) + func (o *ConversationalAutomationCommandsInner) SetCommandDescription(v string) + func (o *ConversationalAutomationCommandsInner) SetCommandName(v string) + func (o *ConversationalAutomationCommandsInner) UnmarshalJSON(data []byte) (err error) + func (o ConversationalAutomationCommandsInner) MarshalJSON() ([]byte, error) + func (o ConversationalAutomationCommandsInner) ToMap() (map[string]interface{}, error) + type CreateCommerce200Response struct + AdditionalProperties map[string]interface{} + Success *bool + func NewCreateCommerce200Response() *CreateCommerce200Response + func NewCreateCommerce200ResponseWithDefaults() *CreateCommerce200Response + func (o *CreateCommerce200Response) GetSuccess() bool + func (o *CreateCommerce200Response) GetSuccessOk() (*bool, bool) + func (o *CreateCommerce200Response) HasSuccess() bool + func (o *CreateCommerce200Response) SetSuccess(v bool) + func (o *CreateCommerce200Response) UnmarshalJSON(data []byte) (err error) + func (o CreateCommerce200Response) MarshalJSON() ([]byte, error) + func (o CreateCommerce200Response) ToMap() (map[string]interface{}, error) + type CreateCommerceRequest struct + AdditionalProperties map[string]interface{} + Params CreateCommerceRequestParams + func NewCreateCommerceRequest(params CreateCommerceRequestParams) *CreateCommerceRequest + func NewCreateCommerceRequestWithDefaults() *CreateCommerceRequest + func (o *CreateCommerceRequest) GetParams() CreateCommerceRequestParams + func (o *CreateCommerceRequest) GetParamsOk() (*CreateCommerceRequestParams, bool) + func (o *CreateCommerceRequest) SetParams(v CreateCommerceRequestParams) + func (o *CreateCommerceRequest) UnmarshalJSON(data []byte) (err error) + func (o CreateCommerceRequest) MarshalJSON() ([]byte, error) + func (o CreateCommerceRequest) ToMap() (map[string]interface{}, error) + type CreateCommerceRequestParams struct + AdditionalProperties map[string]interface{} + IsCartEnabled bool + IsCatalogVisible bool + func NewCreateCommerceRequestParams(isCartEnabled bool, isCatalogVisible bool) *CreateCommerceRequestParams + func NewCreateCommerceRequestParamsWithDefaults() *CreateCommerceRequestParams + func (o *CreateCommerceRequestParams) GetIsCartEnabled() bool + func (o *CreateCommerceRequestParams) GetIsCartEnabledOk() (*bool, bool) + func (o *CreateCommerceRequestParams) GetIsCatalogVisible() bool + func (o *CreateCommerceRequestParams) GetIsCatalogVisibleOk() (*bool, bool) + func (o *CreateCommerceRequestParams) SetIsCartEnabled(v bool) + func (o *CreateCommerceRequestParams) SetIsCatalogVisible(v bool) + func (o *CreateCommerceRequestParams) UnmarshalJSON(data []byte) (err error) + func (o CreateCommerceRequestParams) MarshalJSON() ([]byte, error) + func (o CreateCommerceRequestParams) ToMap() (map[string]interface{}, error) + type CreateGroups200Response struct + AdditionalProperties map[string]interface{} + Error interface{} + func NewCreateGroups200Response() *CreateGroups200Response + func NewCreateGroups200ResponseWithDefaults() *CreateGroups200Response + func (o *CreateGroups200Response) GetError() interface{} + func (o *CreateGroups200Response) GetErrorOk() (*interface{}, bool) + func (o *CreateGroups200Response) HasError() bool + func (o *CreateGroups200Response) SetError(v interface{}) + func (o *CreateGroups200Response) UnmarshalJSON(data []byte) (err error) + func (o CreateGroups200Response) MarshalJSON() ([]byte, error) + func (o CreateGroups200Response) ToMap() (map[string]interface{}, error) + type CreateReadMessage200Response struct + AdditionalProperties map[string]interface{} + Result *string + func NewCreateReadMessage200Response() *CreateReadMessage200Response + func NewCreateReadMessage200ResponseWithDefaults() *CreateReadMessage200Response + func (o *CreateReadMessage200Response) GetResult() string + func (o *CreateReadMessage200Response) GetResultOk() (*string, bool) + func (o *CreateReadMessage200Response) HasResult() bool + func (o *CreateReadMessage200Response) SetResult(v string) + func (o *CreateReadMessage200Response) UnmarshalJSON(data []byte) (err error) + func (o CreateReadMessage200Response) MarshalJSON() ([]byte, error) + func (o CreateReadMessage200Response) ToMap() (map[string]interface{}, error) + type CreateReadMessage401Response struct + Error *string + func NewCreateReadMessage401Response() *CreateReadMessage401Response + func NewCreateReadMessage401ResponseWithDefaults() *CreateReadMessage401Response + func (o *CreateReadMessage401Response) GetError() string + func (o *CreateReadMessage401Response) GetErrorOk() (*string, bool) + func (o *CreateReadMessage401Response) HasError() bool + func (o *CreateReadMessage401Response) SetError(v string) + func (o CreateReadMessage401Response) MarshalJSON() ([]byte, error) + func (o CreateReadMessage401Response) ToMap() (map[string]interface{}, error) + type CreateReadMessageRequest struct + MessageId *string + MsgId *string + TypingIndicator *bool + func NewCreateReadMessageRequest() *CreateReadMessageRequest + func NewCreateReadMessageRequestWithDefaults() *CreateReadMessageRequest + func (o *CreateReadMessageRequest) GetMessageId() string + func (o *CreateReadMessageRequest) GetMessageIdOk() (*string, bool) + func (o *CreateReadMessageRequest) GetMsgId() string + func (o *CreateReadMessageRequest) GetMsgIdOk() (*string, bool) + func (o *CreateReadMessageRequest) GetTypingIndicator() bool + func (o *CreateReadMessageRequest) GetTypingIndicatorOk() (*bool, bool) + func (o *CreateReadMessageRequest) HasMessageId() bool + func (o *CreateReadMessageRequest) HasMsgId() bool + func (o *CreateReadMessageRequest) HasTypingIndicator() bool + func (o *CreateReadMessageRequest) SetMessageId(v string) + func (o *CreateReadMessageRequest) SetMsgId(v string) + func (o *CreateReadMessageRequest) SetTypingIndicator(v bool) + func (o CreateReadMessageRequest) MarshalJSON() ([]byte, error) + func (o CreateReadMessageRequest) ToMap() (map[string]interface{}, error) + type DeleteFlowsFlowId200Response struct + AdditionalProperties map[string]interface{} + Error interface{} + Success *bool + func NewDeleteFlowsFlowId200Response() *DeleteFlowsFlowId200Response + func NewDeleteFlowsFlowId200ResponseWithDefaults() *DeleteFlowsFlowId200Response + func (o *DeleteFlowsFlowId200Response) GetError() interface{} + func (o *DeleteFlowsFlowId200Response) GetErrorOk() (*interface{}, bool) + func (o *DeleteFlowsFlowId200Response) GetSuccess() bool + func (o *DeleteFlowsFlowId200Response) GetSuccessOk() (*bool, bool) + func (o *DeleteFlowsFlowId200Response) HasError() bool + func (o *DeleteFlowsFlowId200Response) HasSuccess() bool + func (o *DeleteFlowsFlowId200Response) SetError(v interface{}) + func (o *DeleteFlowsFlowId200Response) SetSuccess(v bool) + func (o *DeleteFlowsFlowId200Response) UnmarshalJSON(data []byte) (err error) + func (o DeleteFlowsFlowId200Response) MarshalJSON() ([]byte, error) + func (o DeleteFlowsFlowId200Response) ToMap() (map[string]interface{}, error) + type DeleteGroupsGroupId200Response struct + AdditionalProperties map[string]interface{} + Response map[string]interface{} + Success *bool + func NewDeleteGroupsGroupId200Response() *DeleteGroupsGroupId200Response + func NewDeleteGroupsGroupId200ResponseWithDefaults() *DeleteGroupsGroupId200Response + func (o *DeleteGroupsGroupId200Response) GetResponse() map[string]interface{} + func (o *DeleteGroupsGroupId200Response) GetResponseOk() (map[string]interface{}, bool) + func (o *DeleteGroupsGroupId200Response) GetSuccess() bool + func (o *DeleteGroupsGroupId200Response) GetSuccessOk() (*bool, bool) + func (o *DeleteGroupsGroupId200Response) HasResponse() bool + func (o *DeleteGroupsGroupId200Response) HasSuccess() bool + func (o *DeleteGroupsGroupId200Response) SetResponse(v map[string]interface{}) + func (o *DeleteGroupsGroupId200Response) SetSuccess(v bool) + func (o *DeleteGroupsGroupId200Response) UnmarshalJSON(data []byte) (err error) + func (o DeleteGroupsGroupId200Response) MarshalJSON() ([]byte, error) + func (o DeleteGroupsGroupId200Response) ToMap() (map[string]interface{}, error) + type DeleteMediaLegacyRequest struct + AdditionalProperties map[string]interface{} + MediaId string + func NewDeleteMediaLegacyRequest(mediaId string) *DeleteMediaLegacyRequest + func NewDeleteMediaLegacyRequestWithDefaults() *DeleteMediaLegacyRequest + func (o *DeleteMediaLegacyRequest) GetMediaId() string + func (o *DeleteMediaLegacyRequest) GetMediaIdOk() (*string, bool) + func (o *DeleteMediaLegacyRequest) SetMediaId(v string) + func (o *DeleteMediaLegacyRequest) UnmarshalJSON(data []byte) (err error) + func (o DeleteMediaLegacyRequest) MarshalJSON() ([]byte, error) + func (o DeleteMediaLegacyRequest) ToMap() (map[string]interface{}, error) + type ErrorResponse struct + Error *string + func NewErrorResponse() *ErrorResponse + func NewErrorResponseWithDefaults() *ErrorResponse + func (o *ErrorResponse) GetError() string + func (o *ErrorResponse) GetErrorOk() (*string, bool) + func (o *ErrorResponse) HasError() bool + func (o *ErrorResponse) SetError(v string) + func (o ErrorResponse) MarshalJSON() ([]byte, error) + func (o ErrorResponse) ToMap() (map[string]interface{}, error) + type FlowsAPIService service + func (a *FlowsAPIService) CreateFlows(ctx context.Context) ApiCreateFlowsRequest + func (a *FlowsAPIService) CreateFlowsExecute(r ApiCreateFlowsRequest) (*CreateGroups200Response, *http.Response, error) + func (a *FlowsAPIService) CreateFlowsFlowIdDeprecate(ctx context.Context, flowId string) ApiCreateFlowsFlowIdDeprecateRequest + func (a *FlowsAPIService) CreateFlowsFlowIdDeprecateExecute(r ApiCreateFlowsFlowIdDeprecateRequest) (map[string]interface{}, *http.Response, error) + func (a *FlowsAPIService) CreateFlowsFlowIdPublish(ctx context.Context, flowId string) ApiCreateFlowsFlowIdPublishRequest + func (a *FlowsAPIService) CreateFlowsFlowIdPublishExecute(r ApiCreateFlowsFlowIdPublishRequest) (map[string]interface{}, *http.Response, error) + func (a *FlowsAPIService) DeleteFlowsFlowId(ctx context.Context, flowId string) ApiDeleteFlowsFlowIdRequest + func (a *FlowsAPIService) DeleteFlowsFlowIdExecute(r ApiDeleteFlowsFlowIdRequest) (*DeleteFlowsFlowId200Response, *http.Response, error) + func (a *FlowsAPIService) GetFlowsFlowId(ctx context.Context, flowId string) ApiGetFlowsFlowIdRequest + func (a *FlowsAPIService) GetFlowsFlowIdExecute(r ApiGetFlowsFlowIdRequest) (*CreateGroups200Response, *http.Response, error) + func (a *FlowsAPIService) GetFlowsFlowIdPreview(ctx context.Context, flowId string) ApiGetFlowsFlowIdPreviewRequest + func (a *FlowsAPIService) GetFlowsFlowIdPreviewExecute(r ApiGetFlowsFlowIdPreviewRequest) (map[string]interface{}, *http.Response, error) + func (a *FlowsAPIService) GetWhatsappBusinessEncryption(ctx context.Context) ApiGetWhatsappBusinessEncryptionRequest + func (a *FlowsAPIService) GetWhatsappBusinessEncryptionExecute(r ApiGetWhatsappBusinessEncryptionRequest) (*GetWhatsappBusinessEncryption200Response, *http.Response, error) + func (a *FlowsAPIService) ListFlows(ctx context.Context) ApiListFlowsRequest + func (a *FlowsAPIService) ListFlowsExecute(r ApiListFlowsRequest) (*ListFlows200Response, *http.Response, error) + func (a *FlowsAPIService) PatchFlowsFlowIdAssets(ctx context.Context, flowId string) ApiPatchFlowsFlowIdAssetsRequest + func (a *FlowsAPIService) PatchFlowsFlowIdAssetsExecute(r ApiPatchFlowsFlowIdAssetsRequest) (*PatchFlowsFlowIdAssets200Response, *http.Response, error) + func (a *FlowsAPIService) PatchFlowsFlowIdMetadata(ctx context.Context, flowId string) ApiPatchFlowsFlowIdMetadataRequest + func (a *FlowsAPIService) PatchFlowsFlowIdMetadataExecute(r ApiPatchFlowsFlowIdMetadataRequest) (map[string]interface{}, *http.Response, error) + func (a *FlowsAPIService) SetWhatsappBusinessEncryption(ctx context.Context) ApiSetWhatsappBusinessEncryptionRequest + func (a *FlowsAPIService) SetWhatsappBusinessEncryptionExecute(r ApiSetWhatsappBusinessEncryptionRequest) (*CreateCommerce200Response, *http.Response, error) + type GenericOpenAPIError struct + func (e GenericOpenAPIError) Body() []byte + func (e GenericOpenAPIError) Error() string + func (e GenericOpenAPIError) Model() interface{} + type GetCommerce200ResponseInner struct + AdditionalProperties map[string]interface{} + Id *string + IsCartEnabled *bool + IsCatalogVisible *bool + func NewGetCommerce200ResponseInner() *GetCommerce200ResponseInner + func NewGetCommerce200ResponseInnerWithDefaults() *GetCommerce200ResponseInner + func (o *GetCommerce200ResponseInner) GetId() string + func (o *GetCommerce200ResponseInner) GetIdOk() (*string, bool) + func (o *GetCommerce200ResponseInner) GetIsCartEnabled() bool + func (o *GetCommerce200ResponseInner) GetIsCartEnabledOk() (*bool, bool) + func (o *GetCommerce200ResponseInner) GetIsCatalogVisible() bool + func (o *GetCommerce200ResponseInner) GetIsCatalogVisibleOk() (*bool, bool) + func (o *GetCommerce200ResponseInner) HasId() bool + func (o *GetCommerce200ResponseInner) HasIsCartEnabled() bool + func (o *GetCommerce200ResponseInner) HasIsCatalogVisible() bool + func (o *GetCommerce200ResponseInner) SetId(v string) + func (o *GetCommerce200ResponseInner) SetIsCartEnabled(v bool) + func (o *GetCommerce200ResponseInner) SetIsCatalogVisible(v bool) + func (o *GetCommerce200ResponseInner) UnmarshalJSON(data []byte) (err error) + func (o GetCommerce200ResponseInner) MarshalJSON() ([]byte, error) + func (o GetCommerce200ResponseInner) ToMap() (map[string]interface{}, error) + type GetMmLiteStatus200Response struct + AdditionalProperties map[string]interface{} + Available *bool + Message *string + Status *string + func NewGetMmLiteStatus200Response() *GetMmLiteStatus200Response + func NewGetMmLiteStatus200ResponseWithDefaults() *GetMmLiteStatus200Response + func (o *GetMmLiteStatus200Response) GetAvailable() bool + func (o *GetMmLiteStatus200Response) GetAvailableOk() (*bool, bool) + func (o *GetMmLiteStatus200Response) GetMessage() string + func (o *GetMmLiteStatus200Response) GetMessageOk() (*string, bool) + func (o *GetMmLiteStatus200Response) GetStatus() string + func (o *GetMmLiteStatus200Response) GetStatusOk() (*string, bool) + func (o *GetMmLiteStatus200Response) HasAvailable() bool + func (o *GetMmLiteStatus200Response) HasMessage() bool + func (o *GetMmLiteStatus200Response) HasStatus() bool + func (o *GetMmLiteStatus200Response) SetAvailable(v bool) + func (o *GetMmLiteStatus200Response) SetMessage(v string) + func (o *GetMmLiteStatus200Response) SetStatus(v string) + func (o *GetMmLiteStatus200Response) UnmarshalJSON(data []byte) (err error) + func (o GetMmLiteStatus200Response) MarshalJSON() ([]byte, error) + func (o GetMmLiteStatus200Response) ToMap() (map[string]interface{}, error) + type GetWebhook200Response struct + AdditionalProperties map[string]interface{} + WebhookUrl *string + func NewGetWebhook200Response() *GetWebhook200Response + func NewGetWebhook200ResponseWithDefaults() *GetWebhook200Response + func (o *GetWebhook200Response) GetWebhookUrl() string + func (o *GetWebhook200Response) GetWebhookUrlOk() (*string, bool) + func (o *GetWebhook200Response) HasWebhookUrl() bool + func (o *GetWebhook200Response) SetWebhookUrl(v string) + func (o *GetWebhook200Response) UnmarshalJSON(data []byte) (err error) + func (o GetWebhook200Response) MarshalJSON() ([]byte, error) + func (o GetWebhook200Response) ToMap() (map[string]interface{}, error) + type GetWhatsappBusinessEncryption200Response struct + AdditionalProperties map[string]interface{} + BusinessPublicKey *string + BusinessPublicKeySignatureStatus *string + Data []map[string]interface{} + func NewGetWhatsappBusinessEncryption200Response() *GetWhatsappBusinessEncryption200Response + func NewGetWhatsappBusinessEncryption200ResponseWithDefaults() *GetWhatsappBusinessEncryption200Response + func (o *GetWhatsappBusinessEncryption200Response) GetBusinessPublicKey() string + func (o *GetWhatsappBusinessEncryption200Response) GetBusinessPublicKeyOk() (*string, bool) + func (o *GetWhatsappBusinessEncryption200Response) GetBusinessPublicKeySignatureStatus() string + func (o *GetWhatsappBusinessEncryption200Response) GetBusinessPublicKeySignatureStatusOk() (*string, bool) + func (o *GetWhatsappBusinessEncryption200Response) GetData() []map[string]interface{} + func (o *GetWhatsappBusinessEncryption200Response) GetDataOk() ([]map[string]interface{}, bool) + func (o *GetWhatsappBusinessEncryption200Response) HasBusinessPublicKey() bool + func (o *GetWhatsappBusinessEncryption200Response) HasBusinessPublicKeySignatureStatus() bool + func (o *GetWhatsappBusinessEncryption200Response) HasData() bool + func (o *GetWhatsappBusinessEncryption200Response) SetBusinessPublicKey(v string) + func (o *GetWhatsappBusinessEncryption200Response) SetBusinessPublicKeySignatureStatus(v string) + func (o *GetWhatsappBusinessEncryption200Response) SetData(v []map[string]interface{}) + func (o *GetWhatsappBusinessEncryption200Response) UnmarshalJSON(data []byte) (err error) + func (o GetWhatsappBusinessEncryption200Response) MarshalJSON() ([]byte, error) + func (o GetWhatsappBusinessEncryption200Response) ToMap() (map[string]interface{}, error) + type GroupsAPIService service + func (a *GroupsAPIService) CreateGroups(ctx context.Context) ApiCreateGroupsRequest + func (a *GroupsAPIService) CreateGroupsExecute(r ApiCreateGroupsRequest) (*CreateGroups200Response, *http.Response, error) + func (a *GroupsAPIService) CreateGroupsGroupId(ctx context.Context, groupId string) ApiCreateGroupsGroupIdRequest + func (a *GroupsAPIService) CreateGroupsGroupIdExecute(r ApiCreateGroupsGroupIdRequest) (map[string]interface{}, *http.Response, error) + func (a *GroupsAPIService) CreateGroupsGroupIdInvitelink(ctx context.Context, groupId string) ApiCreateGroupsGroupIdInvitelinkRequest + func (a *GroupsAPIService) CreateGroupsGroupIdInvitelinkExecute(r ApiCreateGroupsGroupIdInvitelinkRequest) (map[string]interface{}, *http.Response, error) + func (a *GroupsAPIService) DeleteGroupsGroupId(ctx context.Context, groupId string) ApiDeleteGroupsGroupIdRequest + func (a *GroupsAPIService) DeleteGroupsGroupIdExecute(r ApiDeleteGroupsGroupIdRequest) (*DeleteGroupsGroupId200Response, *http.Response, error) + func (a *GroupsAPIService) GetGroupsGroupId(ctx context.Context, groupId string) ApiGetGroupsGroupIdRequest + func (a *GroupsAPIService) GetGroupsGroupIdExecute(r ApiGetGroupsGroupIdRequest) (map[string]interface{}, *http.Response, error) + func (a *GroupsAPIService) GetGroupsGroupIdInvitelink(ctx context.Context, groupId string) ApiGetGroupsGroupIdInvitelinkRequest + func (a *GroupsAPIService) GetGroupsGroupIdInvitelinkExecute(r ApiGetGroupsGroupIdInvitelinkRequest) (map[string]interface{}, *http.Response, error) + func (a *GroupsAPIService) ListGroups(ctx context.Context) ApiListGroupsRequest + func (a *GroupsAPIService) ListGroupsExecute(r ApiListGroupsRequest) (map[string]interface{}, *http.Response, error) + type ListBlockedUsers200Response struct + AdditionalProperties map[string]interface{} + BlockedUsers []map[string]interface{} + func NewListBlockedUsers200Response() *ListBlockedUsers200Response + func NewListBlockedUsers200ResponseWithDefaults() *ListBlockedUsers200Response + func (o *ListBlockedUsers200Response) GetBlockedUsers() []map[string]interface{} + func (o *ListBlockedUsers200Response) GetBlockedUsersOk() ([]map[string]interface{}, bool) + func (o *ListBlockedUsers200Response) HasBlockedUsers() bool + func (o *ListBlockedUsers200Response) SetBlockedUsers(v []map[string]interface{}) + func (o *ListBlockedUsers200Response) UnmarshalJSON(data []byte) (err error) + func (o ListBlockedUsers200Response) MarshalJSON() ([]byte, error) + func (o ListBlockedUsers200Response) ToMap() (map[string]interface{}, error) + type ListFlows200Response struct + AdditionalProperties map[string]interface{} + Count *int32 + Error interface{} + Items []map[string]interface{} + Paging map[string]interface{} + Total *int32 + func NewListFlows200Response() *ListFlows200Response + func NewListFlows200ResponseWithDefaults() *ListFlows200Response + func (o *ListFlows200Response) GetCount() int32 + func (o *ListFlows200Response) GetCountOk() (*int32, bool) + func (o *ListFlows200Response) GetError() interface{} + func (o *ListFlows200Response) GetErrorOk() (*interface{}, bool) + func (o *ListFlows200Response) GetItems() []map[string]interface{} + func (o *ListFlows200Response) GetItemsOk() ([]map[string]interface{}, bool) + func (o *ListFlows200Response) GetPaging() map[string]interface{} + func (o *ListFlows200Response) GetPagingOk() (map[string]interface{}, bool) + func (o *ListFlows200Response) GetTotal() int32 + func (o *ListFlows200Response) GetTotalOk() (*int32, bool) + func (o *ListFlows200Response) HasCount() bool + func (o *ListFlows200Response) HasError() bool + func (o *ListFlows200Response) HasItems() bool + func (o *ListFlows200Response) HasPaging() bool + func (o *ListFlows200Response) HasTotal() bool + func (o *ListFlows200Response) SetCount(v int32) + func (o *ListFlows200Response) SetError(v interface{}) + func (o *ListFlows200Response) SetItems(v []map[string]interface{}) + func (o *ListFlows200Response) SetPaging(v map[string]interface{}) + func (o *ListFlows200Response) SetTotal(v int32) + func (o *ListFlows200Response) UnmarshalJSON(data []byte) (err error) + func (o ListFlows200Response) MarshalJSON() ([]byte, error) + func (o ListFlows200Response) ToMap() (map[string]interface{}, error) + type ListMessages200Response struct + AdditionalProperties map[string]interface{} + Messages []map[string]interface{} + Notice *string + func NewListMessages200Response() *ListMessages200Response + func NewListMessages200ResponseWithDefaults() *ListMessages200Response + func (o *ListMessages200Response) GetMessages() []map[string]interface{} + func (o *ListMessages200Response) GetMessagesOk() ([]map[string]interface{}, bool) + func (o *ListMessages200Response) GetNotice() string + func (o *ListMessages200Response) GetNoticeOk() (*string, bool) + func (o *ListMessages200Response) HasMessages() bool + func (o *ListMessages200Response) HasNotice() bool + func (o *ListMessages200Response) SetMessages(v []map[string]interface{}) + func (o *ListMessages200Response) SetNotice(v string) + func (o *ListMessages200Response) UnmarshalJSON(data []byte) (err error) + func (o ListMessages200Response) MarshalJSON() ([]byte, error) + func (o ListMessages200Response) ToMap() (map[string]interface{}, error) + type ListTemplates200Response struct + AdditionalProperties map[string]interface{} + Error map[string]interface{} + Templates []map[string]interface{} + Total *int32 + func NewListTemplates200Response() *ListTemplates200Response + func NewListTemplates200ResponseWithDefaults() *ListTemplates200Response + func (o *ListTemplates200Response) GetError() map[string]interface{} + func (o *ListTemplates200Response) GetErrorOk() (map[string]interface{}, bool) + func (o *ListTemplates200Response) GetTemplates() []map[string]interface{} + func (o *ListTemplates200Response) GetTemplatesOk() ([]map[string]interface{}, bool) + func (o *ListTemplates200Response) GetTotal() int32 + func (o *ListTemplates200Response) GetTotalOk() (*int32, bool) + func (o *ListTemplates200Response) HasError() bool + func (o *ListTemplates200Response) HasTemplates() bool + func (o *ListTemplates200Response) HasTotal() bool + func (o *ListTemplates200Response) SetError(v map[string]interface{}) + func (o *ListTemplates200Response) SetTemplates(v []map[string]interface{}) + func (o *ListTemplates200Response) SetTotal(v int32) + func (o *ListTemplates200Response) UnmarshalJSON(data []byte) (err error) + func (o ListTemplates200Response) MarshalJSON() ([]byte, error) + func (o ListTemplates200Response) ToMap() (map[string]interface{}, error) + type MappedNullable interface + ToMap func() (map[string]interface{}, error) + type MessageSentResponse struct + AdditionalProperties map[string]interface{} + Description *string + Id *string + Message *string + Sent *bool + func NewMessageSentResponse() *MessageSentResponse + func NewMessageSentResponseWithDefaults() *MessageSentResponse + func (o *MessageSentResponse) GetDescription() string + func (o *MessageSentResponse) GetDescriptionOk() (*string, bool) + func (o *MessageSentResponse) GetId() string + func (o *MessageSentResponse) GetIdOk() (*string, bool) + func (o *MessageSentResponse) GetMessage() string + func (o *MessageSentResponse) GetMessageOk() (*string, bool) + func (o *MessageSentResponse) GetSent() bool + func (o *MessageSentResponse) GetSentOk() (*bool, bool) + func (o *MessageSentResponse) HasDescription() bool + func (o *MessageSentResponse) HasId() bool + func (o *MessageSentResponse) HasMessage() bool + func (o *MessageSentResponse) HasSent() bool + func (o *MessageSentResponse) SetDescription(v string) + func (o *MessageSentResponse) SetId(v string) + func (o *MessageSentResponse) SetMessage(v string) + func (o *MessageSentResponse) SetSent(v bool) + func (o *MessageSentResponse) UnmarshalJSON(data []byte) (err error) + func (o MessageSentResponse) MarshalJSON() ([]byte, error) + func (o MessageSentResponse) ToMap() (map[string]interface{}, error) + type MessagingAPIService service + func (a *MessagingAPIService) CreateReadMessage(ctx context.Context) ApiCreateReadMessageRequest + func (a *MessagingAPIService) CreateReadMessageExecute(r ApiCreateReadMessageRequest) (*CreateReadMessage200Response, *http.Response, error) + func (a *MessagingAPIService) CreateUploadMedia(ctx context.Context) ApiCreateUploadMediaRequest + func (a *MessagingAPIService) CreateUploadMediaExecute(r ApiCreateUploadMediaRequest) (*http.Response, error) + func (a *MessagingAPIService) DeleteMedia(ctx context.Context, mediaId string) ApiDeleteMediaRequest + func (a *MessagingAPIService) DeleteMediaExecute(r ApiDeleteMediaRequest) (*SuccessResponse, *http.Response, error) + func (a *MessagingAPIService) DeleteMediaLegacy(ctx context.Context) ApiDeleteMediaLegacyRequest + func (a *MessagingAPIService) DeleteMediaLegacyExecute(r ApiDeleteMediaLegacyRequest) (*SuccessResponse, *http.Response, error) + func (a *MessagingAPIService) GetMmLiteStatus(ctx context.Context) ApiGetMmLiteStatusRequest + func (a *MessagingAPIService) GetMmLiteStatusExecute(r ApiGetMmLiteStatusRequest) (*GetMmLiteStatus200Response, *http.Response, error) + func (a *MessagingAPIService) ListMessages(ctx context.Context) ApiListMessagesRequest + func (a *MessagingAPIService) ListMessagesExecute(r ApiListMessagesRequest) (*ListMessages200Response, *http.Response, error) + func (a *MessagingAPIService) RetrieveMedia(ctx context.Context) ApiRetrieveMediaRequest + func (a *MessagingAPIService) RetrieveMediaExecute(r ApiRetrieveMediaRequest) (*RetrieveMedia200Response, *http.Response, error) + func (a *MessagingAPIService) SendAddressMessage(ctx context.Context) ApiSendAddressMessageRequest + func (a *MessagingAPIService) SendAddressMessageExecute(r ApiSendAddressMessageRequest) (*MessageSentResponse, *http.Response, error) + func (a *MessagingAPIService) SendButton(ctx context.Context) ApiSendButtonRequest + func (a *MessagingAPIService) SendButtonExecute(r ApiSendButtonRequest) (*MessageSentResponse, *http.Response, error) + func (a *MessagingAPIService) SendCarousel(ctx context.Context) ApiSendCarouselRequest + func (a *MessagingAPIService) SendCarouselExecute(r ApiSendCarouselRequest) (*MessageSentResponse, *http.Response, error) + func (a *MessagingAPIService) SendContact(ctx context.Context) ApiSendContactRequest + func (a *MessagingAPIService) SendContactExecute(r ApiSendContactRequest) (*MessageSentResponse, *http.Response, error) + func (a *MessagingAPIService) SendCtaUrl(ctx context.Context) ApiSendCtaUrlRequest + func (a *MessagingAPIService) SendCtaUrlExecute(r ApiSendCtaUrlRequest) (*MessageSentResponse, *http.Response, error) + func (a *MessagingAPIService) SendFile(ctx context.Context) ApiSendFileRequest + func (a *MessagingAPIService) SendFileExecute(r ApiSendFileRequest) (*MessageSentResponse, *http.Response, error) + func (a *MessagingAPIService) SendFlow(ctx context.Context) ApiSendFlowRequest + func (a *MessagingAPIService) SendFlowExecute(r ApiSendFlowRequest) (*MessageSentResponse, *http.Response, error) + func (a *MessagingAPIService) SendList(ctx context.Context) ApiSendListRequest + func (a *MessagingAPIService) SendListExecute(r ApiSendListRequest) (*MessageSentResponse, *http.Response, error) + func (a *MessagingAPIService) SendLocation(ctx context.Context) ApiSendLocationRequest + func (a *MessagingAPIService) SendLocationExecute(r ApiSendLocationRequest) (*MessageSentResponse, *http.Response, error) + func (a *MessagingAPIService) SendLocationRequest(ctx context.Context) ApiSendLocationRequestRequest + func (a *MessagingAPIService) SendLocationRequestExecute(r ApiSendLocationRequestRequest) (*MessageSentResponse, *http.Response, error) + func (a *MessagingAPIService) SendMessage(ctx context.Context) ApiSendMessageRequest + func (a *MessagingAPIService) SendMessageExecute(r ApiSendMessageRequest) (*MessageSentResponse, *http.Response, error) + func (a *MessagingAPIService) SendOrderDetails(ctx context.Context) ApiSendOrderDetailsRequest + func (a *MessagingAPIService) SendOrderDetailsExecute(r ApiSendOrderDetailsRequest) (*MessageSentResponse, *http.Response, error) + func (a *MessagingAPIService) SendPaymentRequest(ctx context.Context) ApiSendPaymentRequestRequest + func (a *MessagingAPIService) SendPaymentRequestExecute(r ApiSendPaymentRequestRequest) (*MessageSentResponse, *http.Response, error) + func (a *MessagingAPIService) SendProduct(ctx context.Context) ApiSendProductRequest + func (a *MessagingAPIService) SendProductExecute(r ApiSendProductRequest) (*MessageSentResponse, *http.Response, error) + func (a *MessagingAPIService) SendReaction(ctx context.Context) ApiSendReactionRequest + func (a *MessagingAPIService) SendReactionExecute(r ApiSendReactionRequest) (*MessageSentResponse, *http.Response, error) + func (a *MessagingAPIService) SendSticker(ctx context.Context) ApiSendStickerRequest + func (a *MessagingAPIService) SendStickerExecute(r ApiSendStickerRequest) (*MessageSentResponse, *http.Response, error) + type NullableAddTemplateRequest struct + func NewNullableAddTemplateRequest(val *AddTemplateRequest) *NullableAddTemplateRequest + func (v *NullableAddTemplateRequest) Set(val *AddTemplateRequest) + func (v *NullableAddTemplateRequest) UnmarshalJSON(src []byte) error + func (v *NullableAddTemplateRequest) Unset() + func (v NullableAddTemplateRequest) Get() *AddTemplateRequest + func (v NullableAddTemplateRequest) IsSet() bool + func (v NullableAddTemplateRequest) MarshalJSON() ([]byte, error) + type NullableBlockUserRequest struct + func NewNullableBlockUserRequest(val *BlockUserRequest) *NullableBlockUserRequest + func (v *NullableBlockUserRequest) Set(val *BlockUserRequest) + func (v *NullableBlockUserRequest) UnmarshalJSON(src []byte) error + func (v *NullableBlockUserRequest) Unset() + func (v NullableBlockUserRequest) Get() *BlockUserRequest + func (v NullableBlockUserRequest) IsSet() bool + func (v NullableBlockUserRequest) MarshalJSON() ([]byte, error) + type NullableBool struct + func NewNullableBool(val *bool) *NullableBool + func (v *NullableBool) Set(val *bool) + func (v *NullableBool) UnmarshalJSON(src []byte) error + func (v *NullableBool) Unset() + func (v NullableBool) Get() *bool + func (v NullableBool) IsSet() bool + func (v NullableBool) MarshalJSON() ([]byte, error) + type NullableConversationalAutomation struct + func NewNullableConversationalAutomation(val *ConversationalAutomation) *NullableConversationalAutomation + func (v *NullableConversationalAutomation) Set(val *ConversationalAutomation) + func (v *NullableConversationalAutomation) UnmarshalJSON(src []byte) error + func (v *NullableConversationalAutomation) Unset() + func (v NullableConversationalAutomation) Get() *ConversationalAutomation + func (v NullableConversationalAutomation) IsSet() bool + func (v NullableConversationalAutomation) MarshalJSON() ([]byte, error) + type NullableConversationalAutomationCommandsInner struct + func NewNullableConversationalAutomationCommandsInner(val *ConversationalAutomationCommandsInner) *NullableConversationalAutomationCommandsInner + func (v *NullableConversationalAutomationCommandsInner) Set(val *ConversationalAutomationCommandsInner) + func (v *NullableConversationalAutomationCommandsInner) UnmarshalJSON(src []byte) error + func (v *NullableConversationalAutomationCommandsInner) Unset() + func (v NullableConversationalAutomationCommandsInner) Get() *ConversationalAutomationCommandsInner + func (v NullableConversationalAutomationCommandsInner) IsSet() bool + func (v NullableConversationalAutomationCommandsInner) MarshalJSON() ([]byte, error) + type NullableCreateCommerce200Response struct + func NewNullableCreateCommerce200Response(val *CreateCommerce200Response) *NullableCreateCommerce200Response + func (v *NullableCreateCommerce200Response) Set(val *CreateCommerce200Response) + func (v *NullableCreateCommerce200Response) UnmarshalJSON(src []byte) error + func (v *NullableCreateCommerce200Response) Unset() + func (v NullableCreateCommerce200Response) Get() *CreateCommerce200Response + func (v NullableCreateCommerce200Response) IsSet() bool + func (v NullableCreateCommerce200Response) MarshalJSON() ([]byte, error) + type NullableCreateCommerceRequest struct + func NewNullableCreateCommerceRequest(val *CreateCommerceRequest) *NullableCreateCommerceRequest + func (v *NullableCreateCommerceRequest) Set(val *CreateCommerceRequest) + func (v *NullableCreateCommerceRequest) UnmarshalJSON(src []byte) error + func (v *NullableCreateCommerceRequest) Unset() + func (v NullableCreateCommerceRequest) Get() *CreateCommerceRequest + func (v NullableCreateCommerceRequest) IsSet() bool + func (v NullableCreateCommerceRequest) MarshalJSON() ([]byte, error) + type NullableCreateCommerceRequestParams struct + func NewNullableCreateCommerceRequestParams(val *CreateCommerceRequestParams) *NullableCreateCommerceRequestParams + func (v *NullableCreateCommerceRequestParams) Set(val *CreateCommerceRequestParams) + func (v *NullableCreateCommerceRequestParams) UnmarshalJSON(src []byte) error + func (v *NullableCreateCommerceRequestParams) Unset() + func (v NullableCreateCommerceRequestParams) Get() *CreateCommerceRequestParams + func (v NullableCreateCommerceRequestParams) IsSet() bool + func (v NullableCreateCommerceRequestParams) MarshalJSON() ([]byte, error) + type NullableCreateGroups200Response struct + func NewNullableCreateGroups200Response(val *CreateGroups200Response) *NullableCreateGroups200Response + func (v *NullableCreateGroups200Response) Set(val *CreateGroups200Response) + func (v *NullableCreateGroups200Response) UnmarshalJSON(src []byte) error + func (v *NullableCreateGroups200Response) Unset() + func (v NullableCreateGroups200Response) Get() *CreateGroups200Response + func (v NullableCreateGroups200Response) IsSet() bool + func (v NullableCreateGroups200Response) MarshalJSON() ([]byte, error) + type NullableCreateReadMessage200Response struct + func NewNullableCreateReadMessage200Response(val *CreateReadMessage200Response) *NullableCreateReadMessage200Response + func (v *NullableCreateReadMessage200Response) Set(val *CreateReadMessage200Response) + func (v *NullableCreateReadMessage200Response) UnmarshalJSON(src []byte) error + func (v *NullableCreateReadMessage200Response) Unset() + func (v NullableCreateReadMessage200Response) Get() *CreateReadMessage200Response + func (v NullableCreateReadMessage200Response) IsSet() bool + func (v NullableCreateReadMessage200Response) MarshalJSON() ([]byte, error) + type NullableCreateReadMessage401Response struct + func NewNullableCreateReadMessage401Response(val *CreateReadMessage401Response) *NullableCreateReadMessage401Response + func (v *NullableCreateReadMessage401Response) Set(val *CreateReadMessage401Response) + func (v *NullableCreateReadMessage401Response) UnmarshalJSON(src []byte) error + func (v *NullableCreateReadMessage401Response) Unset() + func (v NullableCreateReadMessage401Response) Get() *CreateReadMessage401Response + func (v NullableCreateReadMessage401Response) IsSet() bool + func (v NullableCreateReadMessage401Response) MarshalJSON() ([]byte, error) + type NullableCreateReadMessageRequest struct + func NewNullableCreateReadMessageRequest(val *CreateReadMessageRequest) *NullableCreateReadMessageRequest + func (v *NullableCreateReadMessageRequest) Set(val *CreateReadMessageRequest) + func (v *NullableCreateReadMessageRequest) UnmarshalJSON(src []byte) error + func (v *NullableCreateReadMessageRequest) Unset() + func (v NullableCreateReadMessageRequest) Get() *CreateReadMessageRequest + func (v NullableCreateReadMessageRequest) IsSet() bool + func (v NullableCreateReadMessageRequest) MarshalJSON() ([]byte, error) + type NullableDeleteFlowsFlowId200Response struct + func NewNullableDeleteFlowsFlowId200Response(val *DeleteFlowsFlowId200Response) *NullableDeleteFlowsFlowId200Response + func (v *NullableDeleteFlowsFlowId200Response) Set(val *DeleteFlowsFlowId200Response) + func (v *NullableDeleteFlowsFlowId200Response) UnmarshalJSON(src []byte) error + func (v *NullableDeleteFlowsFlowId200Response) Unset() + func (v NullableDeleteFlowsFlowId200Response) Get() *DeleteFlowsFlowId200Response + func (v NullableDeleteFlowsFlowId200Response) IsSet() bool + func (v NullableDeleteFlowsFlowId200Response) MarshalJSON() ([]byte, error) + type NullableDeleteGroupsGroupId200Response struct + func NewNullableDeleteGroupsGroupId200Response(val *DeleteGroupsGroupId200Response) *NullableDeleteGroupsGroupId200Response + func (v *NullableDeleteGroupsGroupId200Response) Set(val *DeleteGroupsGroupId200Response) + func (v *NullableDeleteGroupsGroupId200Response) UnmarshalJSON(src []byte) error + func (v *NullableDeleteGroupsGroupId200Response) Unset() + func (v NullableDeleteGroupsGroupId200Response) Get() *DeleteGroupsGroupId200Response + func (v NullableDeleteGroupsGroupId200Response) IsSet() bool + func (v NullableDeleteGroupsGroupId200Response) MarshalJSON() ([]byte, error) + type NullableDeleteMediaLegacyRequest struct + func NewNullableDeleteMediaLegacyRequest(val *DeleteMediaLegacyRequest) *NullableDeleteMediaLegacyRequest + func (v *NullableDeleteMediaLegacyRequest) Set(val *DeleteMediaLegacyRequest) + func (v *NullableDeleteMediaLegacyRequest) UnmarshalJSON(src []byte) error + func (v *NullableDeleteMediaLegacyRequest) Unset() + func (v NullableDeleteMediaLegacyRequest) Get() *DeleteMediaLegacyRequest + func (v NullableDeleteMediaLegacyRequest) IsSet() bool + func (v NullableDeleteMediaLegacyRequest) MarshalJSON() ([]byte, error) + type NullableErrorResponse struct + func NewNullableErrorResponse(val *ErrorResponse) *NullableErrorResponse + func (v *NullableErrorResponse) Set(val *ErrorResponse) + func (v *NullableErrorResponse) UnmarshalJSON(src []byte) error + func (v *NullableErrorResponse) Unset() + func (v NullableErrorResponse) Get() *ErrorResponse + func (v NullableErrorResponse) IsSet() bool + func (v NullableErrorResponse) MarshalJSON() ([]byte, error) + type NullableFloat32 struct + func NewNullableFloat32(val *float32) *NullableFloat32 + func (v *NullableFloat32) Set(val *float32) + func (v *NullableFloat32) UnmarshalJSON(src []byte) error + func (v *NullableFloat32) Unset() + func (v NullableFloat32) Get() *float32 + func (v NullableFloat32) IsSet() bool + func (v NullableFloat32) MarshalJSON() ([]byte, error) + type NullableFloat64 struct + func NewNullableFloat64(val *float64) *NullableFloat64 + func (v *NullableFloat64) Set(val *float64) + func (v *NullableFloat64) UnmarshalJSON(src []byte) error + func (v *NullableFloat64) Unset() + func (v NullableFloat64) Get() *float64 + func (v NullableFloat64) IsSet() bool + func (v NullableFloat64) MarshalJSON() ([]byte, error) + type NullableGetCommerce200ResponseInner struct + func NewNullableGetCommerce200ResponseInner(val *GetCommerce200ResponseInner) *NullableGetCommerce200ResponseInner + func (v *NullableGetCommerce200ResponseInner) Set(val *GetCommerce200ResponseInner) + func (v *NullableGetCommerce200ResponseInner) UnmarshalJSON(src []byte) error + func (v *NullableGetCommerce200ResponseInner) Unset() + func (v NullableGetCommerce200ResponseInner) Get() *GetCommerce200ResponseInner + func (v NullableGetCommerce200ResponseInner) IsSet() bool + func (v NullableGetCommerce200ResponseInner) MarshalJSON() ([]byte, error) + type NullableGetMmLiteStatus200Response struct + func NewNullableGetMmLiteStatus200Response(val *GetMmLiteStatus200Response) *NullableGetMmLiteStatus200Response + func (v *NullableGetMmLiteStatus200Response) Set(val *GetMmLiteStatus200Response) + func (v *NullableGetMmLiteStatus200Response) UnmarshalJSON(src []byte) error + func (v *NullableGetMmLiteStatus200Response) Unset() + func (v NullableGetMmLiteStatus200Response) Get() *GetMmLiteStatus200Response + func (v NullableGetMmLiteStatus200Response) IsSet() bool + func (v NullableGetMmLiteStatus200Response) MarshalJSON() ([]byte, error) + type NullableGetWebhook200Response struct + func NewNullableGetWebhook200Response(val *GetWebhook200Response) *NullableGetWebhook200Response + func (v *NullableGetWebhook200Response) Set(val *GetWebhook200Response) + func (v *NullableGetWebhook200Response) UnmarshalJSON(src []byte) error + func (v *NullableGetWebhook200Response) Unset() + func (v NullableGetWebhook200Response) Get() *GetWebhook200Response + func (v NullableGetWebhook200Response) IsSet() bool + func (v NullableGetWebhook200Response) MarshalJSON() ([]byte, error) + type NullableGetWhatsappBusinessEncryption200Response struct + func NewNullableGetWhatsappBusinessEncryption200Response(val *GetWhatsappBusinessEncryption200Response) *NullableGetWhatsappBusinessEncryption200Response + func (v *NullableGetWhatsappBusinessEncryption200Response) Set(val *GetWhatsappBusinessEncryption200Response) + func (v *NullableGetWhatsappBusinessEncryption200Response) UnmarshalJSON(src []byte) error + func (v *NullableGetWhatsappBusinessEncryption200Response) Unset() + func (v NullableGetWhatsappBusinessEncryption200Response) Get() *GetWhatsappBusinessEncryption200Response + func (v NullableGetWhatsappBusinessEncryption200Response) IsSet() bool + func (v NullableGetWhatsappBusinessEncryption200Response) MarshalJSON() ([]byte, error) + type NullableInt struct + func NewNullableInt(val *int) *NullableInt + func (v *NullableInt) Set(val *int) + func (v *NullableInt) UnmarshalJSON(src []byte) error + func (v *NullableInt) Unset() + func (v NullableInt) Get() *int + func (v NullableInt) IsSet() bool + func (v NullableInt) MarshalJSON() ([]byte, error) + type NullableInt32 struct + func NewNullableInt32(val *int32) *NullableInt32 + func (v *NullableInt32) Set(val *int32) + func (v *NullableInt32) UnmarshalJSON(src []byte) error + func (v *NullableInt32) Unset() + func (v NullableInt32) Get() *int32 + func (v NullableInt32) IsSet() bool + func (v NullableInt32) MarshalJSON() ([]byte, error) + type NullableInt64 struct + func NewNullableInt64(val *int64) *NullableInt64 + func (v *NullableInt64) Set(val *int64) + func (v *NullableInt64) UnmarshalJSON(src []byte) error + func (v *NullableInt64) Unset() + func (v NullableInt64) Get() *int64 + func (v NullableInt64) IsSet() bool + func (v NullableInt64) MarshalJSON() ([]byte, error) + type NullableListBlockedUsers200Response struct + func NewNullableListBlockedUsers200Response(val *ListBlockedUsers200Response) *NullableListBlockedUsers200Response + func (v *NullableListBlockedUsers200Response) Set(val *ListBlockedUsers200Response) + func (v *NullableListBlockedUsers200Response) UnmarshalJSON(src []byte) error + func (v *NullableListBlockedUsers200Response) Unset() + func (v NullableListBlockedUsers200Response) Get() *ListBlockedUsers200Response + func (v NullableListBlockedUsers200Response) IsSet() bool + func (v NullableListBlockedUsers200Response) MarshalJSON() ([]byte, error) + type NullableListFlows200Response struct + func NewNullableListFlows200Response(val *ListFlows200Response) *NullableListFlows200Response + func (v *NullableListFlows200Response) Set(val *ListFlows200Response) + func (v *NullableListFlows200Response) UnmarshalJSON(src []byte) error + func (v *NullableListFlows200Response) Unset() + func (v NullableListFlows200Response) Get() *ListFlows200Response + func (v NullableListFlows200Response) IsSet() bool + func (v NullableListFlows200Response) MarshalJSON() ([]byte, error) + type NullableListMessages200Response struct + func NewNullableListMessages200Response(val *ListMessages200Response) *NullableListMessages200Response + func (v *NullableListMessages200Response) Set(val *ListMessages200Response) + func (v *NullableListMessages200Response) UnmarshalJSON(src []byte) error + func (v *NullableListMessages200Response) Unset() + func (v NullableListMessages200Response) Get() *ListMessages200Response + func (v NullableListMessages200Response) IsSet() bool + func (v NullableListMessages200Response) MarshalJSON() ([]byte, error) + type NullableListTemplates200Response struct + func NewNullableListTemplates200Response(val *ListTemplates200Response) *NullableListTemplates200Response + func (v *NullableListTemplates200Response) Set(val *ListTemplates200Response) + func (v *NullableListTemplates200Response) UnmarshalJSON(src []byte) error + func (v *NullableListTemplates200Response) Unset() + func (v NullableListTemplates200Response) Get() *ListTemplates200Response + func (v NullableListTemplates200Response) IsSet() bool + func (v NullableListTemplates200Response) MarshalJSON() ([]byte, error) + type NullableMessageSentResponse struct + func NewNullableMessageSentResponse(val *MessageSentResponse) *NullableMessageSentResponse + func (v *NullableMessageSentResponse) Set(val *MessageSentResponse) + func (v *NullableMessageSentResponse) UnmarshalJSON(src []byte) error + func (v *NullableMessageSentResponse) Unset() + func (v NullableMessageSentResponse) Get() *MessageSentResponse + func (v NullableMessageSentResponse) IsSet() bool + func (v NullableMessageSentResponse) MarshalJSON() ([]byte, error) + type NullablePatchFlowsFlowIdAssets200Response struct + func NewNullablePatchFlowsFlowIdAssets200Response(val *PatchFlowsFlowIdAssets200Response) *NullablePatchFlowsFlowIdAssets200Response + func (v *NullablePatchFlowsFlowIdAssets200Response) Set(val *PatchFlowsFlowIdAssets200Response) + func (v *NullablePatchFlowsFlowIdAssets200Response) UnmarshalJSON(src []byte) error + func (v *NullablePatchFlowsFlowIdAssets200Response) Unset() + func (v NullablePatchFlowsFlowIdAssets200Response) Get() *PatchFlowsFlowIdAssets200Response + func (v NullablePatchFlowsFlowIdAssets200Response) IsSet() bool + func (v NullablePatchFlowsFlowIdAssets200Response) MarshalJSON() ([]byte, error) + type NullableProfileInfo struct + func NewNullableProfileInfo(val *ProfileInfo) *NullableProfileInfo + func (v *NullableProfileInfo) Set(val *ProfileInfo) + func (v *NullableProfileInfo) UnmarshalJSON(src []byte) error + func (v *NullableProfileInfo) Unset() + func (v NullableProfileInfo) Get() *ProfileInfo + func (v NullableProfileInfo) IsSet() bool + func (v NullableProfileInfo) MarshalJSON() ([]byte, error) + type NullableRetrieveMedia200Response struct + func NewNullableRetrieveMedia200Response(val *RetrieveMedia200Response) *NullableRetrieveMedia200Response + func (v *NullableRetrieveMedia200Response) Set(val *RetrieveMedia200Response) + func (v *NullableRetrieveMedia200Response) UnmarshalJSON(src []byte) error + func (v *NullableRetrieveMedia200Response) Unset() + func (v NullableRetrieveMedia200Response) Get() *RetrieveMedia200Response + func (v NullableRetrieveMedia200Response) IsSet() bool + func (v NullableRetrieveMedia200Response) MarshalJSON() ([]byte, error) + type NullableSendAddressMessageRequest struct + func NewNullableSendAddressMessageRequest(val *SendAddressMessageRequest) *NullableSendAddressMessageRequest + func (v *NullableSendAddressMessageRequest) Set(val *SendAddressMessageRequest) + func (v *NullableSendAddressMessageRequest) UnmarshalJSON(src []byte) error + func (v *NullableSendAddressMessageRequest) Unset() + func (v NullableSendAddressMessageRequest) Get() *SendAddressMessageRequest + func (v NullableSendAddressMessageRequest) IsSet() bool + func (v NullableSendAddressMessageRequest) MarshalJSON() ([]byte, error) + type NullableSendButtonRequest struct + func NewNullableSendButtonRequest(val *SendButtonRequest) *NullableSendButtonRequest + func (v *NullableSendButtonRequest) Set(val *SendButtonRequest) + func (v *NullableSendButtonRequest) UnmarshalJSON(src []byte) error + func (v *NullableSendButtonRequest) Unset() + func (v NullableSendButtonRequest) Get() *SendButtonRequest + func (v NullableSendButtonRequest) IsSet() bool + func (v NullableSendButtonRequest) MarshalJSON() ([]byte, error) + type NullableSendButtonRequestSectionsInner struct + func NewNullableSendButtonRequestSectionsInner(val *SendButtonRequestSectionsInner) *NullableSendButtonRequestSectionsInner + func (v *NullableSendButtonRequestSectionsInner) Set(val *SendButtonRequestSectionsInner) + func (v *NullableSendButtonRequestSectionsInner) UnmarshalJSON(src []byte) error + func (v *NullableSendButtonRequestSectionsInner) Unset() + func (v NullableSendButtonRequestSectionsInner) Get() *SendButtonRequestSectionsInner + func (v NullableSendButtonRequestSectionsInner) IsSet() bool + func (v NullableSendButtonRequestSectionsInner) MarshalJSON() ([]byte, error) + type NullableSendButtonRequestSectionsInnerReply struct + func NewNullableSendButtonRequestSectionsInnerReply(val *SendButtonRequestSectionsInnerReply) *NullableSendButtonRequestSectionsInnerReply + func (v *NullableSendButtonRequestSectionsInnerReply) Set(val *SendButtonRequestSectionsInnerReply) + func (v *NullableSendButtonRequestSectionsInnerReply) UnmarshalJSON(src []byte) error + func (v *NullableSendButtonRequestSectionsInnerReply) Unset() + func (v NullableSendButtonRequestSectionsInnerReply) Get() *SendButtonRequestSectionsInnerReply + func (v NullableSendButtonRequestSectionsInnerReply) IsSet() bool + func (v NullableSendButtonRequestSectionsInnerReply) MarshalJSON() ([]byte, error) + type NullableSendCarouselRequest1 struct + func NewNullableSendCarouselRequest1(val *SendCarouselRequest1) *NullableSendCarouselRequest1 + func (v *NullableSendCarouselRequest1) Set(val *SendCarouselRequest1) + func (v *NullableSendCarouselRequest1) UnmarshalJSON(src []byte) error + func (v *NullableSendCarouselRequest1) Unset() + func (v NullableSendCarouselRequest1) Get() *SendCarouselRequest1 + func (v NullableSendCarouselRequest1) IsSet() bool + func (v NullableSendCarouselRequest1) MarshalJSON() ([]byte, error) + type NullableSendContactRequest struct + func NewNullableSendContactRequest(val *SendContactRequest) *NullableSendContactRequest + func (v *NullableSendContactRequest) Set(val *SendContactRequest) + func (v *NullableSendContactRequest) UnmarshalJSON(src []byte) error + func (v *NullableSendContactRequest) Unset() + func (v NullableSendContactRequest) Get() *SendContactRequest + func (v NullableSendContactRequest) IsSet() bool + func (v NullableSendContactRequest) MarshalJSON() ([]byte, error) + type NullableSendContactRequestContactsInner struct + func NewNullableSendContactRequestContactsInner(val *SendContactRequestContactsInner) *NullableSendContactRequestContactsInner + func (v *NullableSendContactRequestContactsInner) Set(val *SendContactRequestContactsInner) + func (v *NullableSendContactRequestContactsInner) UnmarshalJSON(src []byte) error + func (v *NullableSendContactRequestContactsInner) Unset() + func (v NullableSendContactRequestContactsInner) Get() *SendContactRequestContactsInner + func (v NullableSendContactRequestContactsInner) IsSet() bool + func (v NullableSendContactRequestContactsInner) MarshalJSON() ([]byte, error) + type NullableSendContactRequestContactsInnerName struct + func NewNullableSendContactRequestContactsInnerName(val *SendContactRequestContactsInnerName) *NullableSendContactRequestContactsInnerName + func (v *NullableSendContactRequestContactsInnerName) Set(val *SendContactRequestContactsInnerName) + func (v *NullableSendContactRequestContactsInnerName) UnmarshalJSON(src []byte) error + func (v *NullableSendContactRequestContactsInnerName) Unset() + func (v NullableSendContactRequestContactsInnerName) Get() *SendContactRequestContactsInnerName + func (v NullableSendContactRequestContactsInnerName) IsSet() bool + func (v NullableSendContactRequestContactsInnerName) MarshalJSON() ([]byte, error) + type NullableSendContactRequestContactsInnerOrg struct + func NewNullableSendContactRequestContactsInnerOrg(val *SendContactRequestContactsInnerOrg) *NullableSendContactRequestContactsInnerOrg + func (v *NullableSendContactRequestContactsInnerOrg) Set(val *SendContactRequestContactsInnerOrg) + func (v *NullableSendContactRequestContactsInnerOrg) UnmarshalJSON(src []byte) error + func (v *NullableSendContactRequestContactsInnerOrg) Unset() + func (v NullableSendContactRequestContactsInnerOrg) Get() *SendContactRequestContactsInnerOrg + func (v NullableSendContactRequestContactsInnerOrg) IsSet() bool + func (v NullableSendContactRequestContactsInnerOrg) MarshalJSON() ([]byte, error) + type NullableSendContactRequestContactsInnerPhonesInner struct + func NewNullableSendContactRequestContactsInnerPhonesInner(val *SendContactRequestContactsInnerPhonesInner) *NullableSendContactRequestContactsInnerPhonesInner + func (v *NullableSendContactRequestContactsInnerPhonesInner) Set(val *SendContactRequestContactsInnerPhonesInner) + func (v *NullableSendContactRequestContactsInnerPhonesInner) UnmarshalJSON(src []byte) error + func (v *NullableSendContactRequestContactsInnerPhonesInner) Unset() + func (v NullableSendContactRequestContactsInnerPhonesInner) Get() *SendContactRequestContactsInnerPhonesInner + func (v NullableSendContactRequestContactsInnerPhonesInner) IsSet() bool + func (v NullableSendContactRequestContactsInnerPhonesInner) MarshalJSON() ([]byte, error) + type NullableSendCtaUrlRequest struct + func NewNullableSendCtaUrlRequest(val *SendCtaUrlRequest) *NullableSendCtaUrlRequest + func (v *NullableSendCtaUrlRequest) Set(val *SendCtaUrlRequest) + func (v *NullableSendCtaUrlRequest) UnmarshalJSON(src []byte) error + func (v *NullableSendCtaUrlRequest) Unset() + func (v NullableSendCtaUrlRequest) Get() *SendCtaUrlRequest + func (v NullableSendCtaUrlRequest) IsSet() bool + func (v NullableSendCtaUrlRequest) MarshalJSON() ([]byte, error) + type NullableSendFileRequest struct + func NewNullableSendFileRequest(val *SendFileRequest) *NullableSendFileRequest + func (v *NullableSendFileRequest) Set(val *SendFileRequest) + func (v *NullableSendFileRequest) UnmarshalJSON(src []byte) error + func (v *NullableSendFileRequest) Unset() + func (v NullableSendFileRequest) Get() *SendFileRequest + func (v NullableSendFileRequest) IsSet() bool + func (v NullableSendFileRequest) MarshalJSON() ([]byte, error) + type NullableSendFlowRequest1 struct + func NewNullableSendFlowRequest1(val *SendFlowRequest1) *NullableSendFlowRequest1 + func (v *NullableSendFlowRequest1) Set(val *SendFlowRequest1) + func (v *NullableSendFlowRequest1) UnmarshalJSON(src []byte) error + func (v *NullableSendFlowRequest1) Unset() + func (v NullableSendFlowRequest1) Get() *SendFlowRequest1 + func (v NullableSendFlowRequest1) IsSet() bool + func (v NullableSendFlowRequest1) MarshalJSON() ([]byte, error) + type NullableSendFlowRequest1Header struct + func NewNullableSendFlowRequest1Header(val *SendFlowRequest1Header) *NullableSendFlowRequest1Header + func (v *NullableSendFlowRequest1Header) Set(val *SendFlowRequest1Header) + func (v *NullableSendFlowRequest1Header) UnmarshalJSON(src []byte) error + func (v *NullableSendFlowRequest1Header) Unset() + func (v NullableSendFlowRequest1Header) Get() *SendFlowRequest1Header + func (v NullableSendFlowRequest1Header) IsSet() bool + func (v NullableSendFlowRequest1Header) MarshalJSON() ([]byte, error) + type NullableSendFlowRequestHeader struct + func NewNullableSendFlowRequestHeader(val *SendFlowRequestHeader) *NullableSendFlowRequestHeader + func (v *NullableSendFlowRequestHeader) Set(val *SendFlowRequestHeader) + func (v *NullableSendFlowRequestHeader) UnmarshalJSON(src []byte) error + func (v *NullableSendFlowRequestHeader) Unset() + func (v NullableSendFlowRequestHeader) Get() *SendFlowRequestHeader + func (v NullableSendFlowRequestHeader) IsSet() bool + func (v NullableSendFlowRequestHeader) MarshalJSON() ([]byte, error) + type NullableSendListRequest struct + func NewNullableSendListRequest(val *SendListRequest) *NullableSendListRequest + func (v *NullableSendListRequest) Set(val *SendListRequest) + func (v *NullableSendListRequest) UnmarshalJSON(src []byte) error + func (v *NullableSendListRequest) Unset() + func (v NullableSendListRequest) Get() *SendListRequest + func (v NullableSendListRequest) IsSet() bool + func (v NullableSendListRequest) MarshalJSON() ([]byte, error) + type NullableSendListRequestSectionsInner struct + func NewNullableSendListRequestSectionsInner(val *SendListRequestSectionsInner) *NullableSendListRequestSectionsInner + func (v *NullableSendListRequestSectionsInner) Set(val *SendListRequestSectionsInner) + func (v *NullableSendListRequestSectionsInner) UnmarshalJSON(src []byte) error + func (v *NullableSendListRequestSectionsInner) Unset() + func (v NullableSendListRequestSectionsInner) Get() *SendListRequestSectionsInner + func (v NullableSendListRequestSectionsInner) IsSet() bool + func (v NullableSendListRequestSectionsInner) MarshalJSON() ([]byte, error) + type NullableSendListRequestSectionsInnerRowsInner struct + func NewNullableSendListRequestSectionsInnerRowsInner(val *SendListRequestSectionsInnerRowsInner) *NullableSendListRequestSectionsInnerRowsInner + func (v *NullableSendListRequestSectionsInnerRowsInner) Set(val *SendListRequestSectionsInnerRowsInner) + func (v *NullableSendListRequestSectionsInnerRowsInner) UnmarshalJSON(src []byte) error + func (v *NullableSendListRequestSectionsInnerRowsInner) Unset() + func (v NullableSendListRequestSectionsInnerRowsInner) Get() *SendListRequestSectionsInnerRowsInner + func (v NullableSendListRequestSectionsInnerRowsInner) IsSet() bool + func (v NullableSendListRequestSectionsInnerRowsInner) MarshalJSON() ([]byte, error) + type NullableSendLocationRequest1 struct + func NewNullableSendLocationRequest1(val *SendLocationRequest1) *NullableSendLocationRequest1 + func (v *NullableSendLocationRequest1) Set(val *SendLocationRequest1) + func (v *NullableSendLocationRequest1) UnmarshalJSON(src []byte) error + func (v *NullableSendLocationRequest1) Unset() + func (v NullableSendLocationRequest1) Get() *SendLocationRequest1 + func (v NullableSendLocationRequest1) IsSet() bool + func (v NullableSendLocationRequest1) MarshalJSON() ([]byte, error) + type NullableSendLocationRequestRequest struct + func NewNullableSendLocationRequestRequest(val *SendLocationRequestRequest) *NullableSendLocationRequestRequest + func (v *NullableSendLocationRequestRequest) Set(val *SendLocationRequestRequest) + func (v *NullableSendLocationRequestRequest) UnmarshalJSON(src []byte) error + func (v *NullableSendLocationRequestRequest) Unset() + func (v NullableSendLocationRequestRequest) Get() *SendLocationRequestRequest + func (v NullableSendLocationRequestRequest) IsSet() bool + func (v NullableSendLocationRequestRequest) MarshalJSON() ([]byte, error) + type NullableSendMessageRequest struct + func NewNullableSendMessageRequest(val *SendMessageRequest) *NullableSendMessageRequest + func (v *NullableSendMessageRequest) Set(val *SendMessageRequest) + func (v *NullableSendMessageRequest) UnmarshalJSON(src []byte) error + func (v *NullableSendMessageRequest) Unset() + func (v NullableSendMessageRequest) Get() *SendMessageRequest + func (v NullableSendMessageRequest) IsSet() bool + func (v NullableSendMessageRequest) MarshalJSON() ([]byte, error) + type NullableSendOrderDetailsRequest struct + func NewNullableSendOrderDetailsRequest(val *SendOrderDetailsRequest) *NullableSendOrderDetailsRequest + func (v *NullableSendOrderDetailsRequest) Set(val *SendOrderDetailsRequest) + func (v *NullableSendOrderDetailsRequest) UnmarshalJSON(src []byte) error + func (v *NullableSendOrderDetailsRequest) Unset() + func (v NullableSendOrderDetailsRequest) Get() *SendOrderDetailsRequest + func (v NullableSendOrderDetailsRequest) IsSet() bool + func (v NullableSendOrderDetailsRequest) MarshalJSON() ([]byte, error) + type NullableSendOrderDetailsRequestLanguage struct + func NewNullableSendOrderDetailsRequestLanguage(val *SendOrderDetailsRequestLanguage) *NullableSendOrderDetailsRequestLanguage + func (v *NullableSendOrderDetailsRequestLanguage) Set(val *SendOrderDetailsRequestLanguage) + func (v *NullableSendOrderDetailsRequestLanguage) UnmarshalJSON(src []byte) error + func (v *NullableSendOrderDetailsRequestLanguage) Unset() + func (v NullableSendOrderDetailsRequestLanguage) Get() *SendOrderDetailsRequestLanguage + func (v NullableSendOrderDetailsRequestLanguage) IsSet() bool + func (v NullableSendOrderDetailsRequestLanguage) MarshalJSON() ([]byte, error) + type NullableSendOrderDetailsRequestOrder struct + func NewNullableSendOrderDetailsRequestOrder(val *SendOrderDetailsRequestOrder) *NullableSendOrderDetailsRequestOrder + func (v *NullableSendOrderDetailsRequestOrder) Set(val *SendOrderDetailsRequestOrder) + func (v *NullableSendOrderDetailsRequestOrder) UnmarshalJSON(src []byte) error + func (v *NullableSendOrderDetailsRequestOrder) Unset() + func (v NullableSendOrderDetailsRequestOrder) Get() *SendOrderDetailsRequestOrder + func (v NullableSendOrderDetailsRequestOrder) IsSet() bool + func (v NullableSendOrderDetailsRequestOrder) MarshalJSON() ([]byte, error) + type NullableSendOrderDetailsRequestOrderItemsInner struct + func NewNullableSendOrderDetailsRequestOrderItemsInner(val *SendOrderDetailsRequestOrderItemsInner) *NullableSendOrderDetailsRequestOrderItemsInner + func (v *NullableSendOrderDetailsRequestOrderItemsInner) Set(val *SendOrderDetailsRequestOrderItemsInner) + func (v *NullableSendOrderDetailsRequestOrderItemsInner) UnmarshalJSON(src []byte) error + func (v *NullableSendOrderDetailsRequestOrderItemsInner) Unset() + func (v NullableSendOrderDetailsRequestOrderItemsInner) Get() *SendOrderDetailsRequestOrderItemsInner + func (v NullableSendOrderDetailsRequestOrderItemsInner) IsSet() bool + func (v NullableSendOrderDetailsRequestOrderItemsInner) MarshalJSON() ([]byte, error) + type NullableSendOrderDetailsRequestOrderItemsInnerAmount struct + func NewNullableSendOrderDetailsRequestOrderItemsInnerAmount(val *SendOrderDetailsRequestOrderItemsInnerAmount) *NullableSendOrderDetailsRequestOrderItemsInnerAmount + func (v *NullableSendOrderDetailsRequestOrderItemsInnerAmount) Set(val *SendOrderDetailsRequestOrderItemsInnerAmount) + func (v *NullableSendOrderDetailsRequestOrderItemsInnerAmount) UnmarshalJSON(src []byte) error + func (v *NullableSendOrderDetailsRequestOrderItemsInnerAmount) Unset() + func (v NullableSendOrderDetailsRequestOrderItemsInnerAmount) Get() *SendOrderDetailsRequestOrderItemsInnerAmount + func (v NullableSendOrderDetailsRequestOrderItemsInnerAmount) IsSet() bool + func (v NullableSendOrderDetailsRequestOrderItemsInnerAmount) MarshalJSON() ([]byte, error) + type NullableSendPaymentRequestRequest struct + func NewNullableSendPaymentRequestRequest(val *SendPaymentRequestRequest) *NullableSendPaymentRequestRequest + func (v *NullableSendPaymentRequestRequest) Set(val *SendPaymentRequestRequest) + func (v *NullableSendPaymentRequestRequest) UnmarshalJSON(src []byte) error + func (v *NullableSendPaymentRequestRequest) Unset() + func (v NullableSendPaymentRequestRequest) Get() *SendPaymentRequestRequest + func (v NullableSendPaymentRequestRequest) IsSet() bool + func (v NullableSendPaymentRequestRequest) MarshalJSON() ([]byte, error) + type NullableSendReactionRequest struct + func NewNullableSendReactionRequest(val *SendReactionRequest) *NullableSendReactionRequest + func (v *NullableSendReactionRequest) Set(val *SendReactionRequest) + func (v *NullableSendReactionRequest) UnmarshalJSON(src []byte) error + func (v *NullableSendReactionRequest) Unset() + func (v NullableSendReactionRequest) Get() *SendReactionRequest + func (v NullableSendReactionRequest) IsSet() bool + func (v NullableSendReactionRequest) MarshalJSON() ([]byte, error) + type NullableSendStickerRequest struct + func NewNullableSendStickerRequest(val *SendStickerRequest) *NullableSendStickerRequest + func (v *NullableSendStickerRequest) Set(val *SendStickerRequest) + func (v *NullableSendStickerRequest) UnmarshalJSON(src []byte) error + func (v *NullableSendStickerRequest) Unset() + func (v NullableSendStickerRequest) Get() *SendStickerRequest + func (v NullableSendStickerRequest) IsSet() bool + func (v NullableSendStickerRequest) MarshalJSON() ([]byte, error) + type NullableSendTemplateRequest struct + func NewNullableSendTemplateRequest(val *SendTemplateRequest) *NullableSendTemplateRequest + func (v *NullableSendTemplateRequest) Set(val *SendTemplateRequest) + func (v *NullableSendTemplateRequest) UnmarshalJSON(src []byte) error + func (v *NullableSendTemplateRequest) Unset() + func (v NullableSendTemplateRequest) Get() *SendTemplateRequest + func (v NullableSendTemplateRequest) IsSet() bool + func (v NullableSendTemplateRequest) MarshalJSON() ([]byte, error) + type NullableSendTemplateRequestLanguage struct + func NewNullableSendTemplateRequestLanguage(val *SendTemplateRequestLanguage) *NullableSendTemplateRequestLanguage + func (v *NullableSendTemplateRequestLanguage) Set(val *SendTemplateRequestLanguage) + func (v *NullableSendTemplateRequestLanguage) UnmarshalJSON(src []byte) error + func (v *NullableSendTemplateRequestLanguage) Unset() + func (v NullableSendTemplateRequestLanguage) Get() *SendTemplateRequestLanguage + func (v NullableSendTemplateRequestLanguage) IsSet() bool + func (v NullableSendTemplateRequestLanguage) MarshalJSON() ([]byte, error) + type NullableSetWhatsappBusinessEncryptionRequest struct + func NewNullableSetWhatsappBusinessEncryptionRequest(val *SetWhatsappBusinessEncryptionRequest) *NullableSetWhatsappBusinessEncryptionRequest + func (v *NullableSetWhatsappBusinessEncryptionRequest) Set(val *SetWhatsappBusinessEncryptionRequest) + func (v *NullableSetWhatsappBusinessEncryptionRequest) UnmarshalJSON(src []byte) error + func (v *NullableSetWhatsappBusinessEncryptionRequest) Unset() + func (v NullableSetWhatsappBusinessEncryptionRequest) Get() *SetWhatsappBusinessEncryptionRequest + func (v NullableSetWhatsappBusinessEncryptionRequest) IsSet() bool + func (v NullableSetWhatsappBusinessEncryptionRequest) MarshalJSON() ([]byte, error) + type NullableString struct + func NewNullableString(val *string) *NullableString + func (v *NullableString) Set(val *string) + func (v *NullableString) UnmarshalJSON(src []byte) error + func (v *NullableString) Unset() + func (v NullableString) Get() *string + func (v NullableString) IsSet() bool + func (v NullableString) MarshalJSON() ([]byte, error) + type NullableSuccessResponse struct + func NewNullableSuccessResponse(val *SuccessResponse) *NullableSuccessResponse + func (v *NullableSuccessResponse) Set(val *SuccessResponse) + func (v *NullableSuccessResponse) UnmarshalJSON(src []byte) error + func (v *NullableSuccessResponse) Unset() + func (v NullableSuccessResponse) Get() *SuccessResponse + func (v NullableSuccessResponse) IsSet() bool + func (v NullableSuccessResponse) MarshalJSON() ([]byte, error) + type NullableTime struct + func NewNullableTime(val *time.Time) *NullableTime + func (v *NullableTime) Set(val *time.Time) + func (v *NullableTime) UnmarshalJSON(src []byte) error + func (v *NullableTime) Unset() + func (v NullableTime) Get() *time.Time + func (v NullableTime) IsSet() bool + func (v NullableTime) MarshalJSON() ([]byte, error) + type NullableUpdateMeRequest struct + func NewNullableUpdateMeRequest(val *UpdateMeRequest) *NullableUpdateMeRequest + func (v *NullableUpdateMeRequest) Set(val *UpdateMeRequest) + func (v *NullableUpdateMeRequest) UnmarshalJSON(src []byte) error + func (v *NullableUpdateMeRequest) Unset() + func (v NullableUpdateMeRequest) Get() *UpdateMeRequest + func (v NullableUpdateMeRequest) IsSet() bool + func (v NullableUpdateMeRequest) MarshalJSON() ([]byte, error) + type PatchFlowsFlowIdAssets200Response struct + AdditionalProperties map[string]interface{} + Error interface{} + Success *bool + ValidationErrors []map[string]interface{} + func NewPatchFlowsFlowIdAssets200Response() *PatchFlowsFlowIdAssets200Response + func NewPatchFlowsFlowIdAssets200ResponseWithDefaults() *PatchFlowsFlowIdAssets200Response + func (o *PatchFlowsFlowIdAssets200Response) GetError() interface{} + func (o *PatchFlowsFlowIdAssets200Response) GetErrorOk() (*interface{}, bool) + func (o *PatchFlowsFlowIdAssets200Response) GetSuccess() bool + func (o *PatchFlowsFlowIdAssets200Response) GetSuccessOk() (*bool, bool) + func (o *PatchFlowsFlowIdAssets200Response) GetValidationErrors() []map[string]interface{} + func (o *PatchFlowsFlowIdAssets200Response) GetValidationErrorsOk() ([]map[string]interface{}, bool) + func (o *PatchFlowsFlowIdAssets200Response) HasError() bool + func (o *PatchFlowsFlowIdAssets200Response) HasSuccess() bool + func (o *PatchFlowsFlowIdAssets200Response) HasValidationErrors() bool + func (o *PatchFlowsFlowIdAssets200Response) SetError(v interface{}) + func (o *PatchFlowsFlowIdAssets200Response) SetSuccess(v bool) + func (o *PatchFlowsFlowIdAssets200Response) SetValidationErrors(v []map[string]interface{}) + func (o *PatchFlowsFlowIdAssets200Response) UnmarshalJSON(data []byte) (err error) + func (o PatchFlowsFlowIdAssets200Response) MarshalJSON() ([]byte, error) + func (o PatchFlowsFlowIdAssets200Response) ToMap() (map[string]interface{}, error) + type ProfileAPIService service + func (a *ProfileAPIService) GetMe(ctx context.Context) ApiGetMeRequest + func (a *ProfileAPIService) GetMeExecute(r ApiGetMeRequest) (*ProfileInfo, *http.Response, error) + func (a *ProfileAPIService) UpdateMe(ctx context.Context) ApiUpdateMeRequest + func (a *ProfileAPIService) UpdateMeExecute(r ApiUpdateMeRequest) (map[string]interface{}, *http.Response, error) + type ProfileInfo struct + About *string + AdditionalProperties map[string]interface{} + Address *string + Description *string + Email *string + Phone *string + Photo *string + Vertical *string + Websites []string + func NewProfileInfo() *ProfileInfo + func NewProfileInfoWithDefaults() *ProfileInfo + func (o *ProfileInfo) GetAbout() string + func (o *ProfileInfo) GetAboutOk() (*string, bool) + func (o *ProfileInfo) GetAddress() string + func (o *ProfileInfo) GetAddressOk() (*string, bool) + func (o *ProfileInfo) GetDescription() string + func (o *ProfileInfo) GetDescriptionOk() (*string, bool) + func (o *ProfileInfo) GetEmail() string + func (o *ProfileInfo) GetEmailOk() (*string, bool) + func (o *ProfileInfo) GetPhone() string + func (o *ProfileInfo) GetPhoneOk() (*string, bool) + func (o *ProfileInfo) GetPhoto() string + func (o *ProfileInfo) GetPhotoOk() (*string, bool) + func (o *ProfileInfo) GetVertical() string + func (o *ProfileInfo) GetVerticalOk() (*string, bool) + func (o *ProfileInfo) GetWebsites() []string + func (o *ProfileInfo) GetWebsitesOk() ([]string, bool) + func (o *ProfileInfo) HasAbout() bool + func (o *ProfileInfo) HasAddress() bool + func (o *ProfileInfo) HasDescription() bool + func (o *ProfileInfo) HasEmail() bool + func (o *ProfileInfo) HasPhone() bool + func (o *ProfileInfo) HasPhoto() bool + func (o *ProfileInfo) HasVertical() bool + func (o *ProfileInfo) HasWebsites() bool + func (o *ProfileInfo) SetAbout(v string) + func (o *ProfileInfo) SetAddress(v string) + func (o *ProfileInfo) SetDescription(v string) + func (o *ProfileInfo) SetEmail(v string) + func (o *ProfileInfo) SetPhone(v string) + func (o *ProfileInfo) SetPhoto(v string) + func (o *ProfileInfo) SetVertical(v string) + func (o *ProfileInfo) SetWebsites(v []string) + func (o *ProfileInfo) UnmarshalJSON(data []byte) (err error) + func (o ProfileInfo) MarshalJSON() ([]byte, error) + func (o ProfileInfo) ToMap() (map[string]interface{}, error) + type RetrieveMedia200Response struct + AdditionalProperties map[string]interface{} + FileSize *int32 + Id *string + MimeType *string + Sha256 *string + Url *string + func NewRetrieveMedia200Response() *RetrieveMedia200Response + func NewRetrieveMedia200ResponseWithDefaults() *RetrieveMedia200Response + func (o *RetrieveMedia200Response) GetFileSize() int32 + func (o *RetrieveMedia200Response) GetFileSizeOk() (*int32, bool) + func (o *RetrieveMedia200Response) GetId() string + func (o *RetrieveMedia200Response) GetIdOk() (*string, bool) + func (o *RetrieveMedia200Response) GetMimeType() string + func (o *RetrieveMedia200Response) GetMimeTypeOk() (*string, bool) + func (o *RetrieveMedia200Response) GetSha256() string + func (o *RetrieveMedia200Response) GetSha256Ok() (*string, bool) + func (o *RetrieveMedia200Response) GetUrl() string + func (o *RetrieveMedia200Response) GetUrlOk() (*string, bool) + func (o *RetrieveMedia200Response) HasFileSize() bool + func (o *RetrieveMedia200Response) HasId() bool + func (o *RetrieveMedia200Response) HasMimeType() bool + func (o *RetrieveMedia200Response) HasSha256() bool + func (o *RetrieveMedia200Response) HasUrl() bool + func (o *RetrieveMedia200Response) SetFileSize(v int32) + func (o *RetrieveMedia200Response) SetId(v string) + func (o *RetrieveMedia200Response) SetMimeType(v string) + func (o *RetrieveMedia200Response) SetSha256(v string) + func (o *RetrieveMedia200Response) SetUrl(v string) + func (o *RetrieveMedia200Response) UnmarshalJSON(data []byte) (err error) + func (o RetrieveMedia200Response) MarshalJSON() ([]byte, error) + func (o RetrieveMedia200Response) ToMap() (map[string]interface{}, error) + type SendAddressMessageRequest struct + AdditionalProperties map[string]interface{} + Body string + ChatId *string + Country *string + Phone *int32 + QuotedMsgId *string + SavedAddresses []map[string]interface{} + ValidationErrors map[string]interface{} + Values map[string]interface{} + func NewSendAddressMessageRequest(body string) *SendAddressMessageRequest + func NewSendAddressMessageRequestWithDefaults() *SendAddressMessageRequest + func (o *SendAddressMessageRequest) GetBody() string + func (o *SendAddressMessageRequest) GetBodyOk() (*string, bool) + func (o *SendAddressMessageRequest) GetChatId() string + func (o *SendAddressMessageRequest) GetChatIdOk() (*string, bool) + func (o *SendAddressMessageRequest) GetCountry() string + func (o *SendAddressMessageRequest) GetCountryOk() (*string, bool) + func (o *SendAddressMessageRequest) GetPhone() int32 + func (o *SendAddressMessageRequest) GetPhoneOk() (*int32, bool) + func (o *SendAddressMessageRequest) GetQuotedMsgId() string + func (o *SendAddressMessageRequest) GetQuotedMsgIdOk() (*string, bool) + func (o *SendAddressMessageRequest) GetSavedAddresses() []map[string]interface{} + func (o *SendAddressMessageRequest) GetSavedAddressesOk() ([]map[string]interface{}, bool) + func (o *SendAddressMessageRequest) GetValidationErrors() map[string]interface{} + func (o *SendAddressMessageRequest) GetValidationErrorsOk() (map[string]interface{}, bool) + func (o *SendAddressMessageRequest) GetValues() map[string]interface{} + func (o *SendAddressMessageRequest) GetValuesOk() (map[string]interface{}, bool) + func (o *SendAddressMessageRequest) HasChatId() bool + func (o *SendAddressMessageRequest) HasCountry() bool + func (o *SendAddressMessageRequest) HasPhone() bool + func (o *SendAddressMessageRequest) HasQuotedMsgId() bool + func (o *SendAddressMessageRequest) HasSavedAddresses() bool + func (o *SendAddressMessageRequest) HasValidationErrors() bool + func (o *SendAddressMessageRequest) HasValues() bool + func (o *SendAddressMessageRequest) SetBody(v string) + func (o *SendAddressMessageRequest) SetChatId(v string) + func (o *SendAddressMessageRequest) SetCountry(v string) + func (o *SendAddressMessageRequest) SetPhone(v int32) + func (o *SendAddressMessageRequest) SetQuotedMsgId(v string) + func (o *SendAddressMessageRequest) SetSavedAddresses(v []map[string]interface{}) + func (o *SendAddressMessageRequest) SetValidationErrors(v map[string]interface{}) + func (o *SendAddressMessageRequest) SetValues(v map[string]interface{}) + func (o *SendAddressMessageRequest) UnmarshalJSON(data []byte) (err error) + func (o SendAddressMessageRequest) MarshalJSON() ([]byte, error) + func (o SendAddressMessageRequest) ToMap() (map[string]interface{}, error) + type SendButtonRequest struct + Body *string + Footer *string + Phone *string + Sections []SendButtonRequestSectionsInner + func NewSendButtonRequest() *SendButtonRequest + func NewSendButtonRequestWithDefaults() *SendButtonRequest + func (o *SendButtonRequest) GetBody() string + func (o *SendButtonRequest) GetBodyOk() (*string, bool) + func (o *SendButtonRequest) GetFooter() string + func (o *SendButtonRequest) GetFooterOk() (*string, bool) + func (o *SendButtonRequest) GetPhone() string + func (o *SendButtonRequest) GetPhoneOk() (*string, bool) + func (o *SendButtonRequest) GetSections() []SendButtonRequestSectionsInner + func (o *SendButtonRequest) GetSectionsOk() ([]SendButtonRequestSectionsInner, bool) + func (o *SendButtonRequest) HasBody() bool + func (o *SendButtonRequest) HasFooter() bool + func (o *SendButtonRequest) HasPhone() bool + func (o *SendButtonRequest) HasSections() bool + func (o *SendButtonRequest) SetBody(v string) + func (o *SendButtonRequest) SetFooter(v string) + func (o *SendButtonRequest) SetPhone(v string) + func (o *SendButtonRequest) SetSections(v []SendButtonRequestSectionsInner) + func (o SendButtonRequest) MarshalJSON() ([]byte, error) + func (o SendButtonRequest) ToMap() (map[string]interface{}, error) + type SendButtonRequestSectionsInner struct + Reply *SendButtonRequestSectionsInnerReply + Type *string + func NewSendButtonRequestSectionsInner() *SendButtonRequestSectionsInner + func NewSendButtonRequestSectionsInnerWithDefaults() *SendButtonRequestSectionsInner + func (o *SendButtonRequestSectionsInner) GetReply() SendButtonRequestSectionsInnerReply + func (o *SendButtonRequestSectionsInner) GetReplyOk() (*SendButtonRequestSectionsInnerReply, bool) + func (o *SendButtonRequestSectionsInner) GetType() string + func (o *SendButtonRequestSectionsInner) GetTypeOk() (*string, bool) + func (o *SendButtonRequestSectionsInner) HasReply() bool + func (o *SendButtonRequestSectionsInner) HasType() bool + func (o *SendButtonRequestSectionsInner) SetReply(v SendButtonRequestSectionsInnerReply) + func (o *SendButtonRequestSectionsInner) SetType(v string) + func (o SendButtonRequestSectionsInner) MarshalJSON() ([]byte, error) + func (o SendButtonRequestSectionsInner) ToMap() (map[string]interface{}, error) + type SendButtonRequestSectionsInnerReply struct + Id *string + Title *string + func NewSendButtonRequestSectionsInnerReply() *SendButtonRequestSectionsInnerReply + func NewSendButtonRequestSectionsInnerReplyWithDefaults() *SendButtonRequestSectionsInnerReply + func (o *SendButtonRequestSectionsInnerReply) GetId() string + func (o *SendButtonRequestSectionsInnerReply) GetIdOk() (*string, bool) + func (o *SendButtonRequestSectionsInnerReply) GetTitle() string + func (o *SendButtonRequestSectionsInnerReply) GetTitleOk() (*string, bool) + func (o *SendButtonRequestSectionsInnerReply) HasId() bool + func (o *SendButtonRequestSectionsInnerReply) HasTitle() bool + func (o *SendButtonRequestSectionsInnerReply) SetId(v string) + func (o *SendButtonRequestSectionsInnerReply) SetTitle(v string) + func (o SendButtonRequestSectionsInnerReply) MarshalJSON() ([]byte, error) + func (o SendButtonRequestSectionsInnerReply) ToMap() (map[string]interface{}, error) + type SendCarouselRequest1 struct + Body *string + ChatId *string + Params []map[string]interface{} + Phone *int32 + QuotedMsgId *string + func NewSendCarouselRequest1(params []map[string]interface{}) *SendCarouselRequest1 + func NewSendCarouselRequest1WithDefaults() *SendCarouselRequest1 + func (o *SendCarouselRequest1) GetBody() string + func (o *SendCarouselRequest1) GetBodyOk() (*string, bool) + func (o *SendCarouselRequest1) GetChatId() string + func (o *SendCarouselRequest1) GetChatIdOk() (*string, bool) + func (o *SendCarouselRequest1) GetParams() []map[string]interface{} + func (o *SendCarouselRequest1) GetParamsOk() ([]map[string]interface{}, bool) + func (o *SendCarouselRequest1) GetPhone() int32 + func (o *SendCarouselRequest1) GetPhoneOk() (*int32, bool) + func (o *SendCarouselRequest1) GetQuotedMsgId() string + func (o *SendCarouselRequest1) GetQuotedMsgIdOk() (*string, bool) + func (o *SendCarouselRequest1) HasBody() bool + func (o *SendCarouselRequest1) HasChatId() bool + func (o *SendCarouselRequest1) HasPhone() bool + func (o *SendCarouselRequest1) HasQuotedMsgId() bool + func (o *SendCarouselRequest1) SetBody(v string) + func (o *SendCarouselRequest1) SetChatId(v string) + func (o *SendCarouselRequest1) SetParams(v []map[string]interface{}) + func (o *SendCarouselRequest1) SetPhone(v int32) + func (o *SendCarouselRequest1) SetQuotedMsgId(v string) + func (o *SendCarouselRequest1) UnmarshalJSON(data []byte) (err error) + func (o SendCarouselRequest1) MarshalJSON() ([]byte, error) + func (o SendCarouselRequest1) ToMap() (map[string]interface{}, error) + type SendContactRequest struct + Contacts []SendContactRequestContactsInner + Phone *string + func NewSendContactRequest() *SendContactRequest + func NewSendContactRequestWithDefaults() *SendContactRequest + func (o *SendContactRequest) GetContacts() []SendContactRequestContactsInner + func (o *SendContactRequest) GetContactsOk() ([]SendContactRequestContactsInner, bool) + func (o *SendContactRequest) GetPhone() string + func (o *SendContactRequest) GetPhoneOk() (*string, bool) + func (o *SendContactRequest) HasContacts() bool + func (o *SendContactRequest) HasPhone() bool + func (o *SendContactRequest) SetContacts(v []SendContactRequestContactsInner) + func (o *SendContactRequest) SetPhone(v string) + func (o SendContactRequest) MarshalJSON() ([]byte, error) + func (o SendContactRequest) ToMap() (map[string]interface{}, error) + type SendContactRequestContactsInner struct + Addresses []interface{} + Birthday *string + Emails []interface{} + Name *SendContactRequestContactsInnerName + Org *SendContactRequestContactsInnerOrg + Phones []SendContactRequestContactsInnerPhonesInner + Urls []interface{} + func NewSendContactRequestContactsInner() *SendContactRequestContactsInner + func NewSendContactRequestContactsInnerWithDefaults() *SendContactRequestContactsInner + func (o *SendContactRequestContactsInner) GetAddresses() []interface{} + func (o *SendContactRequestContactsInner) GetAddressesOk() ([]interface{}, bool) + func (o *SendContactRequestContactsInner) GetBirthday() string + func (o *SendContactRequestContactsInner) GetBirthdayOk() (*string, bool) + func (o *SendContactRequestContactsInner) GetEmails() []interface{} + func (o *SendContactRequestContactsInner) GetEmailsOk() ([]interface{}, bool) + func (o *SendContactRequestContactsInner) GetName() SendContactRequestContactsInnerName + func (o *SendContactRequestContactsInner) GetNameOk() (*SendContactRequestContactsInnerName, bool) + func (o *SendContactRequestContactsInner) GetOrg() SendContactRequestContactsInnerOrg + func (o *SendContactRequestContactsInner) GetOrgOk() (*SendContactRequestContactsInnerOrg, bool) + func (o *SendContactRequestContactsInner) GetPhones() []SendContactRequestContactsInnerPhonesInner + func (o *SendContactRequestContactsInner) GetPhonesOk() ([]SendContactRequestContactsInnerPhonesInner, bool) + func (o *SendContactRequestContactsInner) GetUrls() []interface{} + func (o *SendContactRequestContactsInner) GetUrlsOk() ([]interface{}, bool) + func (o *SendContactRequestContactsInner) HasAddresses() bool + func (o *SendContactRequestContactsInner) HasBirthday() bool + func (o *SendContactRequestContactsInner) HasEmails() bool + func (o *SendContactRequestContactsInner) HasName() bool + func (o *SendContactRequestContactsInner) HasOrg() bool + func (o *SendContactRequestContactsInner) HasPhones() bool + func (o *SendContactRequestContactsInner) HasUrls() bool + func (o *SendContactRequestContactsInner) SetAddresses(v []interface{}) + func (o *SendContactRequestContactsInner) SetBirthday(v string) + func (o *SendContactRequestContactsInner) SetEmails(v []interface{}) + func (o *SendContactRequestContactsInner) SetName(v SendContactRequestContactsInnerName) + func (o *SendContactRequestContactsInner) SetOrg(v SendContactRequestContactsInnerOrg) + func (o *SendContactRequestContactsInner) SetPhones(v []SendContactRequestContactsInnerPhonesInner) + func (o *SendContactRequestContactsInner) SetUrls(v []interface{}) + func (o SendContactRequestContactsInner) MarshalJSON() ([]byte, error) + func (o SendContactRequestContactsInner) ToMap() (map[string]interface{}, error) + type SendContactRequestContactsInnerName struct + FirstName *string + FormattedName *string + LastName *string + MiddleName *string + Prefix *string + Suffix *string + func NewSendContactRequestContactsInnerName() *SendContactRequestContactsInnerName + func NewSendContactRequestContactsInnerNameWithDefaults() *SendContactRequestContactsInnerName + func (o *SendContactRequestContactsInnerName) GetFirstName() string + func (o *SendContactRequestContactsInnerName) GetFirstNameOk() (*string, bool) + func (o *SendContactRequestContactsInnerName) GetFormattedName() string + func (o *SendContactRequestContactsInnerName) GetFormattedNameOk() (*string, bool) + func (o *SendContactRequestContactsInnerName) GetLastName() string + func (o *SendContactRequestContactsInnerName) GetLastNameOk() (*string, bool) + func (o *SendContactRequestContactsInnerName) GetMiddleName() string + func (o *SendContactRequestContactsInnerName) GetMiddleNameOk() (*string, bool) + func (o *SendContactRequestContactsInnerName) GetPrefix() string + func (o *SendContactRequestContactsInnerName) GetPrefixOk() (*string, bool) + func (o *SendContactRequestContactsInnerName) GetSuffix() string + func (o *SendContactRequestContactsInnerName) GetSuffixOk() (*string, bool) + func (o *SendContactRequestContactsInnerName) HasFirstName() bool + func (o *SendContactRequestContactsInnerName) HasFormattedName() bool + func (o *SendContactRequestContactsInnerName) HasLastName() bool + func (o *SendContactRequestContactsInnerName) HasMiddleName() bool + func (o *SendContactRequestContactsInnerName) HasPrefix() bool + func (o *SendContactRequestContactsInnerName) HasSuffix() bool + func (o *SendContactRequestContactsInnerName) SetFirstName(v string) + func (o *SendContactRequestContactsInnerName) SetFormattedName(v string) + func (o *SendContactRequestContactsInnerName) SetLastName(v string) + func (o *SendContactRequestContactsInnerName) SetMiddleName(v string) + func (o *SendContactRequestContactsInnerName) SetPrefix(v string) + func (o *SendContactRequestContactsInnerName) SetSuffix(v string) + func (o SendContactRequestContactsInnerName) MarshalJSON() ([]byte, error) + func (o SendContactRequestContactsInnerName) ToMap() (map[string]interface{}, error) + type SendContactRequestContactsInnerOrg struct + Company *string + Department *string + Title *string + func NewSendContactRequestContactsInnerOrg() *SendContactRequestContactsInnerOrg + func NewSendContactRequestContactsInnerOrgWithDefaults() *SendContactRequestContactsInnerOrg + func (o *SendContactRequestContactsInnerOrg) GetCompany() string + func (o *SendContactRequestContactsInnerOrg) GetCompanyOk() (*string, bool) + func (o *SendContactRequestContactsInnerOrg) GetDepartment() string + func (o *SendContactRequestContactsInnerOrg) GetDepartmentOk() (*string, bool) + func (o *SendContactRequestContactsInnerOrg) GetTitle() string + func (o *SendContactRequestContactsInnerOrg) GetTitleOk() (*string, bool) + func (o *SendContactRequestContactsInnerOrg) HasCompany() bool + func (o *SendContactRequestContactsInnerOrg) HasDepartment() bool + func (o *SendContactRequestContactsInnerOrg) HasTitle() bool + func (o *SendContactRequestContactsInnerOrg) SetCompany(v string) + func (o *SendContactRequestContactsInnerOrg) SetDepartment(v string) + func (o *SendContactRequestContactsInnerOrg) SetTitle(v string) + func (o SendContactRequestContactsInnerOrg) MarshalJSON() ([]byte, error) + func (o SendContactRequestContactsInnerOrg) ToMap() (map[string]interface{}, error) + type SendContactRequestContactsInnerPhonesInner struct + Phone *string + Type *string + WaId *string + func NewSendContactRequestContactsInnerPhonesInner() *SendContactRequestContactsInnerPhonesInner + func NewSendContactRequestContactsInnerPhonesInnerWithDefaults() *SendContactRequestContactsInnerPhonesInner + func (o *SendContactRequestContactsInnerPhonesInner) GetPhone() string + func (o *SendContactRequestContactsInnerPhonesInner) GetPhoneOk() (*string, bool) + func (o *SendContactRequestContactsInnerPhonesInner) GetType() string + func (o *SendContactRequestContactsInnerPhonesInner) GetTypeOk() (*string, bool) + func (o *SendContactRequestContactsInnerPhonesInner) GetWaId() string + func (o *SendContactRequestContactsInnerPhonesInner) GetWaIdOk() (*string, bool) + func (o *SendContactRequestContactsInnerPhonesInner) HasPhone() bool + func (o *SendContactRequestContactsInnerPhonesInner) HasType() bool + func (o *SendContactRequestContactsInnerPhonesInner) HasWaId() bool + func (o *SendContactRequestContactsInnerPhonesInner) SetPhone(v string) + func (o *SendContactRequestContactsInnerPhonesInner) SetType(v string) + func (o *SendContactRequestContactsInnerPhonesInner) SetWaId(v string) + func (o SendContactRequestContactsInnerPhonesInner) MarshalJSON() ([]byte, error) + func (o SendContactRequestContactsInnerPhonesInner) ToMap() (map[string]interface{}, error) + type SendCtaUrlRequest struct + AdditionalProperties map[string]interface{} + Body string + ChatId *string + DisplayText string + Footer *string + Header map[string]interface{} + Phone *int32 + QuotedMsgId *string + Url string + func NewSendCtaUrlRequest(body string, displayText string, url string) *SendCtaUrlRequest + func NewSendCtaUrlRequestWithDefaults() *SendCtaUrlRequest + func (o *SendCtaUrlRequest) GetBody() string + func (o *SendCtaUrlRequest) GetBodyOk() (*string, bool) + func (o *SendCtaUrlRequest) GetChatId() string + func (o *SendCtaUrlRequest) GetChatIdOk() (*string, bool) + func (o *SendCtaUrlRequest) GetDisplayText() string + func (o *SendCtaUrlRequest) GetDisplayTextOk() (*string, bool) + func (o *SendCtaUrlRequest) GetFooter() string + func (o *SendCtaUrlRequest) GetFooterOk() (*string, bool) + func (o *SendCtaUrlRequest) GetHeader() map[string]interface{} + func (o *SendCtaUrlRequest) GetHeaderOk() (map[string]interface{}, bool) + func (o *SendCtaUrlRequest) GetPhone() int32 + func (o *SendCtaUrlRequest) GetPhoneOk() (*int32, bool) + func (o *SendCtaUrlRequest) GetQuotedMsgId() string + func (o *SendCtaUrlRequest) GetQuotedMsgIdOk() (*string, bool) + func (o *SendCtaUrlRequest) GetUrl() string + func (o *SendCtaUrlRequest) GetUrlOk() (*string, bool) + func (o *SendCtaUrlRequest) HasChatId() bool + func (o *SendCtaUrlRequest) HasFooter() bool + func (o *SendCtaUrlRequest) HasHeader() bool + func (o *SendCtaUrlRequest) HasPhone() bool + func (o *SendCtaUrlRequest) HasQuotedMsgId() bool + func (o *SendCtaUrlRequest) SetBody(v string) + func (o *SendCtaUrlRequest) SetChatId(v string) + func (o *SendCtaUrlRequest) SetDisplayText(v string) + func (o *SendCtaUrlRequest) SetFooter(v string) + func (o *SendCtaUrlRequest) SetHeader(v map[string]interface{}) + func (o *SendCtaUrlRequest) SetPhone(v int32) + func (o *SendCtaUrlRequest) SetQuotedMsgId(v string) + func (o *SendCtaUrlRequest) SetUrl(v string) + func (o *SendCtaUrlRequest) UnmarshalJSON(data []byte) (err error) + func (o SendCtaUrlRequest) MarshalJSON() ([]byte, error) + func (o SendCtaUrlRequest) ToMap() (map[string]interface{}, error) + type SendFileRequest struct + AdditionalProperties map[string]interface{} + Body *string + Caption *string + ChatId *string + Filename *string + MediaId *string + MediaType *string + Phone *int32 + QuotedMsgId *string + Voice *bool + func NewSendFileRequest() *SendFileRequest + func NewSendFileRequestWithDefaults() *SendFileRequest + func (o *SendFileRequest) GetBody() string + func (o *SendFileRequest) GetBodyOk() (*string, bool) + func (o *SendFileRequest) GetCaption() string + func (o *SendFileRequest) GetCaptionOk() (*string, bool) + func (o *SendFileRequest) GetChatId() string + func (o *SendFileRequest) GetChatIdOk() (*string, bool) + func (o *SendFileRequest) GetFilename() string + func (o *SendFileRequest) GetFilenameOk() (*string, bool) + func (o *SendFileRequest) GetMediaId() string + func (o *SendFileRequest) GetMediaIdOk() (*string, bool) + func (o *SendFileRequest) GetMediaType() string + func (o *SendFileRequest) GetMediaTypeOk() (*string, bool) + func (o *SendFileRequest) GetPhone() int32 + func (o *SendFileRequest) GetPhoneOk() (*int32, bool) + func (o *SendFileRequest) GetQuotedMsgId() string + func (o *SendFileRequest) GetQuotedMsgIdOk() (*string, bool) + func (o *SendFileRequest) GetVoice() bool + func (o *SendFileRequest) GetVoiceOk() (*bool, bool) + func (o *SendFileRequest) HasBody() bool + func (o *SendFileRequest) HasCaption() bool + func (o *SendFileRequest) HasChatId() bool + func (o *SendFileRequest) HasFilename() bool + func (o *SendFileRequest) HasMediaId() bool + func (o *SendFileRequest) HasMediaType() bool + func (o *SendFileRequest) HasPhone() bool + func (o *SendFileRequest) HasQuotedMsgId() bool + func (o *SendFileRequest) HasVoice() bool + func (o *SendFileRequest) SetBody(v string) + func (o *SendFileRequest) SetCaption(v string) + func (o *SendFileRequest) SetChatId(v string) + func (o *SendFileRequest) SetFilename(v string) + func (o *SendFileRequest) SetMediaId(v string) + func (o *SendFileRequest) SetMediaType(v string) + func (o *SendFileRequest) SetPhone(v int32) + func (o *SendFileRequest) SetQuotedMsgId(v string) + func (o *SendFileRequest) SetVoice(v bool) + func (o *SendFileRequest) UnmarshalJSON(data []byte) (err error) + func (o SendFileRequest) MarshalJSON() ([]byte, error) + func (o SendFileRequest) ToMap() (map[string]interface{}, error) + type SendFlowRequest1 struct + Body string + ChatId *string + FlowAction *string + FlowActionData map[string]interface{} + FlowActionPayload map[string]interface{} + FlowActionScreen *string + FlowCta string + FlowId string + FlowMessageVersion *string + FlowToken string + Footer *string + Header *SendFlowRequest1Header + Mode *string + Phone *int32 + QuotedMsgId *string + func NewSendFlowRequest1(body string, flowId string, flowToken string, flowCta string) *SendFlowRequest1 + func NewSendFlowRequest1WithDefaults() *SendFlowRequest1 + func (o *SendFlowRequest1) GetBody() string + func (o *SendFlowRequest1) GetBodyOk() (*string, bool) + func (o *SendFlowRequest1) GetChatId() string + func (o *SendFlowRequest1) GetChatIdOk() (*string, bool) + func (o *SendFlowRequest1) GetFlowAction() string + func (o *SendFlowRequest1) GetFlowActionData() map[string]interface{} + func (o *SendFlowRequest1) GetFlowActionDataOk() (map[string]interface{}, bool) + func (o *SendFlowRequest1) GetFlowActionOk() (*string, bool) + func (o *SendFlowRequest1) GetFlowActionPayload() map[string]interface{} + func (o *SendFlowRequest1) GetFlowActionPayloadOk() (map[string]interface{}, bool) + func (o *SendFlowRequest1) GetFlowActionScreen() string + func (o *SendFlowRequest1) GetFlowActionScreenOk() (*string, bool) + func (o *SendFlowRequest1) GetFlowCta() string + func (o *SendFlowRequest1) GetFlowCtaOk() (*string, bool) + func (o *SendFlowRequest1) GetFlowId() string + func (o *SendFlowRequest1) GetFlowIdOk() (*string, bool) + func (o *SendFlowRequest1) GetFlowMessageVersion() string + func (o *SendFlowRequest1) GetFlowMessageVersionOk() (*string, bool) + func (o *SendFlowRequest1) GetFlowToken() string + func (o *SendFlowRequest1) GetFlowTokenOk() (*string, bool) + func (o *SendFlowRequest1) GetFooter() string + func (o *SendFlowRequest1) GetFooterOk() (*string, bool) + func (o *SendFlowRequest1) GetHeader() SendFlowRequest1Header + func (o *SendFlowRequest1) GetHeaderOk() (*SendFlowRequest1Header, bool) + func (o *SendFlowRequest1) GetMode() string + func (o *SendFlowRequest1) GetModeOk() (*string, bool) + func (o *SendFlowRequest1) GetPhone() int32 + func (o *SendFlowRequest1) GetPhoneOk() (*int32, bool) + func (o *SendFlowRequest1) GetQuotedMsgId() string + func (o *SendFlowRequest1) GetQuotedMsgIdOk() (*string, bool) + func (o *SendFlowRequest1) HasChatId() bool + func (o *SendFlowRequest1) HasFlowAction() bool + func (o *SendFlowRequest1) HasFlowActionData() bool + func (o *SendFlowRequest1) HasFlowActionPayload() bool + func (o *SendFlowRequest1) HasFlowActionScreen() bool + func (o *SendFlowRequest1) HasFlowMessageVersion() bool + func (o *SendFlowRequest1) HasFooter() bool + func (o *SendFlowRequest1) HasHeader() bool + func (o *SendFlowRequest1) HasMode() bool + func (o *SendFlowRequest1) HasPhone() bool + func (o *SendFlowRequest1) HasQuotedMsgId() bool + func (o *SendFlowRequest1) SetBody(v string) + func (o *SendFlowRequest1) SetChatId(v string) + func (o *SendFlowRequest1) SetFlowAction(v string) + func (o *SendFlowRequest1) SetFlowActionData(v map[string]interface{}) + func (o *SendFlowRequest1) SetFlowActionPayload(v map[string]interface{}) + func (o *SendFlowRequest1) SetFlowActionScreen(v string) + func (o *SendFlowRequest1) SetFlowCta(v string) + func (o *SendFlowRequest1) SetFlowId(v string) + func (o *SendFlowRequest1) SetFlowMessageVersion(v string) + func (o *SendFlowRequest1) SetFlowToken(v string) + func (o *SendFlowRequest1) SetFooter(v string) + func (o *SendFlowRequest1) SetHeader(v SendFlowRequest1Header) + func (o *SendFlowRequest1) SetMode(v string) + func (o *SendFlowRequest1) SetPhone(v int32) + func (o *SendFlowRequest1) SetQuotedMsgId(v string) + func (o *SendFlowRequest1) UnmarshalJSON(data []byte) (err error) + func (o SendFlowRequest1) MarshalJSON() ([]byte, error) + func (o SendFlowRequest1) ToMap() (map[string]interface{}, error) + type SendFlowRequest1Header struct + MapmapOfStringAny *map[string]interface{} + String *string + func MapmapOfStringAnyAsSendFlowRequest1Header(v *map[string]interface{}) SendFlowRequest1Header + func StringAsSendFlowRequest1Header(v *string) SendFlowRequest1Header + func (dst *SendFlowRequest1Header) UnmarshalJSON(data []byte) error + func (obj *SendFlowRequest1Header) GetActualInstance() interface{} + func (obj SendFlowRequest1Header) GetActualInstanceValue() interface{} + func (src SendFlowRequest1Header) MarshalJSON() ([]byte, error) + type SendFlowRequestHeader struct + MapmapOfStringAny *map[string]interface{} + String *string + func MapmapOfStringAnyAsSendFlowRequestHeader(v *map[string]interface{}) SendFlowRequestHeader + func StringAsSendFlowRequestHeader(v *string) SendFlowRequestHeader + func (dst *SendFlowRequestHeader) UnmarshalJSON(data []byte) error + func (obj *SendFlowRequestHeader) GetActualInstance() interface{} + func (obj SendFlowRequestHeader) GetActualInstanceValue() interface{} + func (src SendFlowRequestHeader) MarshalJSON() ([]byte, error) + type SendListRequest struct + Action *string + Body *string + ButtonText *string + Phone *string + Sections []SendListRequestSectionsInner + func NewSendListRequest() *SendListRequest + func NewSendListRequestWithDefaults() *SendListRequest + func (o *SendListRequest) GetAction() string + func (o *SendListRequest) GetActionOk() (*string, bool) + func (o *SendListRequest) GetBody() string + func (o *SendListRequest) GetBodyOk() (*string, bool) + func (o *SendListRequest) GetButtonText() string + func (o *SendListRequest) GetButtonTextOk() (*string, bool) + func (o *SendListRequest) GetPhone() string + func (o *SendListRequest) GetPhoneOk() (*string, bool) + func (o *SendListRequest) GetSections() []SendListRequestSectionsInner + func (o *SendListRequest) GetSectionsOk() ([]SendListRequestSectionsInner, bool) + func (o *SendListRequest) HasAction() bool + func (o *SendListRequest) HasBody() bool + func (o *SendListRequest) HasButtonText() bool + func (o *SendListRequest) HasPhone() bool + func (o *SendListRequest) HasSections() bool + func (o *SendListRequest) SetAction(v string) + func (o *SendListRequest) SetBody(v string) + func (o *SendListRequest) SetButtonText(v string) + func (o *SendListRequest) SetPhone(v string) + func (o *SendListRequest) SetSections(v []SendListRequestSectionsInner) + func (o SendListRequest) MarshalJSON() ([]byte, error) + func (o SendListRequest) ToMap() (map[string]interface{}, error) + type SendListRequestSectionsInner struct + Rows []SendListRequestSectionsInnerRowsInner + Title *string + func NewSendListRequestSectionsInner() *SendListRequestSectionsInner + func NewSendListRequestSectionsInnerWithDefaults() *SendListRequestSectionsInner + func (o *SendListRequestSectionsInner) GetRows() []SendListRequestSectionsInnerRowsInner + func (o *SendListRequestSectionsInner) GetRowsOk() ([]SendListRequestSectionsInnerRowsInner, bool) + func (o *SendListRequestSectionsInner) GetTitle() string + func (o *SendListRequestSectionsInner) GetTitleOk() (*string, bool) + func (o *SendListRequestSectionsInner) HasRows() bool + func (o *SendListRequestSectionsInner) HasTitle() bool + func (o *SendListRequestSectionsInner) SetRows(v []SendListRequestSectionsInnerRowsInner) + func (o *SendListRequestSectionsInner) SetTitle(v string) + func (o SendListRequestSectionsInner) MarshalJSON() ([]byte, error) + func (o SendListRequestSectionsInner) ToMap() (map[string]interface{}, error) + type SendListRequestSectionsInnerRowsInner struct + Description *string + Id *string + Title *string + func NewSendListRequestSectionsInnerRowsInner() *SendListRequestSectionsInnerRowsInner + func NewSendListRequestSectionsInnerRowsInnerWithDefaults() *SendListRequestSectionsInnerRowsInner + func (o *SendListRequestSectionsInnerRowsInner) GetDescription() string + func (o *SendListRequestSectionsInnerRowsInner) GetDescriptionOk() (*string, bool) + func (o *SendListRequestSectionsInnerRowsInner) GetId() string + func (o *SendListRequestSectionsInnerRowsInner) GetIdOk() (*string, bool) + func (o *SendListRequestSectionsInnerRowsInner) GetTitle() string + func (o *SendListRequestSectionsInnerRowsInner) GetTitleOk() (*string, bool) + func (o *SendListRequestSectionsInnerRowsInner) HasDescription() bool + func (o *SendListRequestSectionsInnerRowsInner) HasId() bool + func (o *SendListRequestSectionsInnerRowsInner) HasTitle() bool + func (o *SendListRequestSectionsInnerRowsInner) SetDescription(v string) + func (o *SendListRequestSectionsInnerRowsInner) SetId(v string) + func (o *SendListRequestSectionsInnerRowsInner) SetTitle(v string) + func (o SendListRequestSectionsInnerRowsInner) MarshalJSON() ([]byte, error) + func (o SendListRequestSectionsInnerRowsInner) ToMap() (map[string]interface{}, error) + type SendLocationRequest1 struct + Address *string + ChatId *string + Lat string + Lng string + Name *string + Phone *int32 + QuotedMsgId *string + func NewSendLocationRequest1(lat string, lng string) *SendLocationRequest1 + func NewSendLocationRequest1WithDefaults() *SendLocationRequest1 + func (o *SendLocationRequest1) GetAddress() string + func (o *SendLocationRequest1) GetAddressOk() (*string, bool) + func (o *SendLocationRequest1) GetChatId() string + func (o *SendLocationRequest1) GetChatIdOk() (*string, bool) + func (o *SendLocationRequest1) GetLat() string + func (o *SendLocationRequest1) GetLatOk() (*string, bool) + func (o *SendLocationRequest1) GetLng() string + func (o *SendLocationRequest1) GetLngOk() (*string, bool) + func (o *SendLocationRequest1) GetName() string + func (o *SendLocationRequest1) GetNameOk() (*string, bool) + func (o *SendLocationRequest1) GetPhone() int32 + func (o *SendLocationRequest1) GetPhoneOk() (*int32, bool) + func (o *SendLocationRequest1) GetQuotedMsgId() string + func (o *SendLocationRequest1) GetQuotedMsgIdOk() (*string, bool) + func (o *SendLocationRequest1) HasAddress() bool + func (o *SendLocationRequest1) HasChatId() bool + func (o *SendLocationRequest1) HasName() bool + func (o *SendLocationRequest1) HasPhone() bool + func (o *SendLocationRequest1) HasQuotedMsgId() bool + func (o *SendLocationRequest1) SetAddress(v string) + func (o *SendLocationRequest1) SetChatId(v string) + func (o *SendLocationRequest1) SetLat(v string) + func (o *SendLocationRequest1) SetLng(v string) + func (o *SendLocationRequest1) SetName(v string) + func (o *SendLocationRequest1) SetPhone(v int32) + func (o *SendLocationRequest1) SetQuotedMsgId(v string) + func (o *SendLocationRequest1) UnmarshalJSON(data []byte) (err error) + func (o SendLocationRequest1) MarshalJSON() ([]byte, error) + func (o SendLocationRequest1) ToMap() (map[string]interface{}, error) + type SendLocationRequestRequest struct + Body *string + Phone *string + func NewSendLocationRequestRequest() *SendLocationRequestRequest + func NewSendLocationRequestRequestWithDefaults() *SendLocationRequestRequest + func (o *SendLocationRequestRequest) GetBody() string + func (o *SendLocationRequestRequest) GetBodyOk() (*string, bool) + func (o *SendLocationRequestRequest) GetPhone() string + func (o *SendLocationRequestRequest) GetPhoneOk() (*string, bool) + func (o *SendLocationRequestRequest) HasBody() bool + func (o *SendLocationRequestRequest) HasPhone() bool + func (o *SendLocationRequestRequest) SetBody(v string) + func (o *SendLocationRequestRequest) SetPhone(v string) + func (o SendLocationRequestRequest) MarshalJSON() ([]byte, error) + func (o SendLocationRequestRequest) ToMap() (map[string]interface{}, error) + type SendMessageRequest struct + Body string + ChatId *string + Phone *int32 + QuotedMsgId *string + func NewSendMessageRequest(body string) *SendMessageRequest + func NewSendMessageRequestWithDefaults() *SendMessageRequest + func (o *SendMessageRequest) GetBody() string + func (o *SendMessageRequest) GetBodyOk() (*string, bool) + func (o *SendMessageRequest) GetChatId() string + func (o *SendMessageRequest) GetChatIdOk() (*string, bool) + func (o *SendMessageRequest) GetPhone() int32 + func (o *SendMessageRequest) GetPhoneOk() (*int32, bool) + func (o *SendMessageRequest) GetQuotedMsgId() string + func (o *SendMessageRequest) GetQuotedMsgIdOk() (*string, bool) + func (o *SendMessageRequest) HasChatId() bool + func (o *SendMessageRequest) HasPhone() bool + func (o *SendMessageRequest) HasQuotedMsgId() bool + func (o *SendMessageRequest) SetBody(v string) + func (o *SendMessageRequest) SetChatId(v string) + func (o *SendMessageRequest) SetPhone(v int32) + func (o *SendMessageRequest) SetQuotedMsgId(v string) + func (o *SendMessageRequest) UnmarshalJSON(data []byte) (err error) + func (o SendMessageRequest) MarshalJSON() ([]byte, error) + func (o SendMessageRequest) ToMap() (map[string]interface{}, error) + type SendOrderDetailsRequest struct + AdditionalProperties map[string]interface{} + ChatId *string + Currency *string + Language SendOrderDetailsRequestLanguage + Namespace string + Order SendOrderDetailsRequestOrder + Params []map[string]interface{} + PaymentSettings map[string]interface{} + Phone *int32 + ReferenceId *string + Template string + func NewSendOrderDetailsRequest(template string, namespace string, language SendOrderDetailsRequestLanguage, ...) *SendOrderDetailsRequest + func NewSendOrderDetailsRequestWithDefaults() *SendOrderDetailsRequest + func (o *SendOrderDetailsRequest) GetChatId() string + func (o *SendOrderDetailsRequest) GetChatIdOk() (*string, bool) + func (o *SendOrderDetailsRequest) GetCurrency() string + func (o *SendOrderDetailsRequest) GetCurrencyOk() (*string, bool) + func (o *SendOrderDetailsRequest) GetLanguage() SendOrderDetailsRequestLanguage + func (o *SendOrderDetailsRequest) GetLanguageOk() (*SendOrderDetailsRequestLanguage, bool) + func (o *SendOrderDetailsRequest) GetNamespace() string + func (o *SendOrderDetailsRequest) GetNamespaceOk() (*string, bool) + func (o *SendOrderDetailsRequest) GetOrder() SendOrderDetailsRequestOrder + func (o *SendOrderDetailsRequest) GetOrderOk() (*SendOrderDetailsRequestOrder, bool) + func (o *SendOrderDetailsRequest) GetParams() []map[string]interface{} + func (o *SendOrderDetailsRequest) GetParamsOk() ([]map[string]interface{}, bool) + func (o *SendOrderDetailsRequest) GetPaymentSettings() map[string]interface{} + func (o *SendOrderDetailsRequest) GetPaymentSettingsOk() (map[string]interface{}, bool) + func (o *SendOrderDetailsRequest) GetPhone() int32 + func (o *SendOrderDetailsRequest) GetPhoneOk() (*int32, bool) + func (o *SendOrderDetailsRequest) GetReferenceId() string + func (o *SendOrderDetailsRequest) GetReferenceIdOk() (*string, bool) + func (o *SendOrderDetailsRequest) GetTemplate() string + func (o *SendOrderDetailsRequest) GetTemplateOk() (*string, bool) + func (o *SendOrderDetailsRequest) HasChatId() bool + func (o *SendOrderDetailsRequest) HasCurrency() bool + func (o *SendOrderDetailsRequest) HasParams() bool + func (o *SendOrderDetailsRequest) HasPaymentSettings() bool + func (o *SendOrderDetailsRequest) HasPhone() bool + func (o *SendOrderDetailsRequest) HasReferenceId() bool + func (o *SendOrderDetailsRequest) SetChatId(v string) + func (o *SendOrderDetailsRequest) SetCurrency(v string) + func (o *SendOrderDetailsRequest) SetLanguage(v SendOrderDetailsRequestLanguage) + func (o *SendOrderDetailsRequest) SetNamespace(v string) + func (o *SendOrderDetailsRequest) SetOrder(v SendOrderDetailsRequestOrder) + func (o *SendOrderDetailsRequest) SetParams(v []map[string]interface{}) + func (o *SendOrderDetailsRequest) SetPaymentSettings(v map[string]interface{}) + func (o *SendOrderDetailsRequest) SetPhone(v int32) + func (o *SendOrderDetailsRequest) SetReferenceId(v string) + func (o *SendOrderDetailsRequest) SetTemplate(v string) + func (o *SendOrderDetailsRequest) UnmarshalJSON(data []byte) (err error) + func (o SendOrderDetailsRequest) MarshalJSON() ([]byte, error) + func (o SendOrderDetailsRequest) ToMap() (map[string]interface{}, error) + type SendOrderDetailsRequestLanguage struct + AdditionalProperties map[string]interface{} + Code string + Policy *string + func NewSendOrderDetailsRequestLanguage(code string) *SendOrderDetailsRequestLanguage + func NewSendOrderDetailsRequestLanguageWithDefaults() *SendOrderDetailsRequestLanguage + func (o *SendOrderDetailsRequestLanguage) GetCode() string + func (o *SendOrderDetailsRequestLanguage) GetCodeOk() (*string, bool) + func (o *SendOrderDetailsRequestLanguage) GetPolicy() string + func (o *SendOrderDetailsRequestLanguage) GetPolicyOk() (*string, bool) + func (o *SendOrderDetailsRequestLanguage) HasPolicy() bool + func (o *SendOrderDetailsRequestLanguage) SetCode(v string) + func (o *SendOrderDetailsRequestLanguage) SetPolicy(v string) + func (o *SendOrderDetailsRequestLanguage) UnmarshalJSON(data []byte) (err error) + func (o SendOrderDetailsRequestLanguage) MarshalJSON() ([]byte, error) + func (o SendOrderDetailsRequestLanguage) ToMap() (map[string]interface{}, error) + type SendOrderDetailsRequestOrder struct + AdditionalProperties map[string]interface{} + Discount map[string]interface{} + Items []SendOrderDetailsRequestOrderItemsInner + Shipping map[string]interface{} + Status *string + Subtotal *SendOrderDetailsRequestOrderItemsInnerAmount + Tax map[string]interface{} + func NewSendOrderDetailsRequestOrder(items []SendOrderDetailsRequestOrderItemsInner) *SendOrderDetailsRequestOrder + func NewSendOrderDetailsRequestOrderWithDefaults() *SendOrderDetailsRequestOrder + func (o *SendOrderDetailsRequestOrder) GetDiscount() map[string]interface{} + func (o *SendOrderDetailsRequestOrder) GetDiscountOk() (map[string]interface{}, bool) + func (o *SendOrderDetailsRequestOrder) GetItems() []SendOrderDetailsRequestOrderItemsInner + func (o *SendOrderDetailsRequestOrder) GetItemsOk() ([]SendOrderDetailsRequestOrderItemsInner, bool) + func (o *SendOrderDetailsRequestOrder) GetShipping() map[string]interface{} + func (o *SendOrderDetailsRequestOrder) GetShippingOk() (map[string]interface{}, bool) + func (o *SendOrderDetailsRequestOrder) GetStatus() string + func (o *SendOrderDetailsRequestOrder) GetStatusOk() (*string, bool) + func (o *SendOrderDetailsRequestOrder) GetSubtotal() SendOrderDetailsRequestOrderItemsInnerAmount + func (o *SendOrderDetailsRequestOrder) GetSubtotalOk() (*SendOrderDetailsRequestOrderItemsInnerAmount, bool) + func (o *SendOrderDetailsRequestOrder) GetTax() map[string]interface{} + func (o *SendOrderDetailsRequestOrder) GetTaxOk() (map[string]interface{}, bool) + func (o *SendOrderDetailsRequestOrder) HasDiscount() bool + func (o *SendOrderDetailsRequestOrder) HasShipping() bool + func (o *SendOrderDetailsRequestOrder) HasStatus() bool + func (o *SendOrderDetailsRequestOrder) HasSubtotal() bool + func (o *SendOrderDetailsRequestOrder) HasTax() bool + func (o *SendOrderDetailsRequestOrder) SetDiscount(v map[string]interface{}) + func (o *SendOrderDetailsRequestOrder) SetItems(v []SendOrderDetailsRequestOrderItemsInner) + func (o *SendOrderDetailsRequestOrder) SetShipping(v map[string]interface{}) + func (o *SendOrderDetailsRequestOrder) SetStatus(v string) + func (o *SendOrderDetailsRequestOrder) SetSubtotal(v SendOrderDetailsRequestOrderItemsInnerAmount) + func (o *SendOrderDetailsRequestOrder) SetTax(v map[string]interface{}) + func (o *SendOrderDetailsRequestOrder) UnmarshalJSON(data []byte) (err error) + func (o SendOrderDetailsRequestOrder) MarshalJSON() ([]byte, error) + func (o SendOrderDetailsRequestOrder) ToMap() (map[string]interface{}, error) + type SendOrderDetailsRequestOrderItemsInner struct + AdditionalProperties map[string]interface{} + Amount *SendOrderDetailsRequestOrderItemsInnerAmount + Name *string + Quantity *int32 + RetailerId *string + func NewSendOrderDetailsRequestOrderItemsInner() *SendOrderDetailsRequestOrderItemsInner + func NewSendOrderDetailsRequestOrderItemsInnerWithDefaults() *SendOrderDetailsRequestOrderItemsInner + func (o *SendOrderDetailsRequestOrderItemsInner) GetAmount() SendOrderDetailsRequestOrderItemsInnerAmount + func (o *SendOrderDetailsRequestOrderItemsInner) GetAmountOk() (*SendOrderDetailsRequestOrderItemsInnerAmount, bool) + func (o *SendOrderDetailsRequestOrderItemsInner) GetName() string + func (o *SendOrderDetailsRequestOrderItemsInner) GetNameOk() (*string, bool) + func (o *SendOrderDetailsRequestOrderItemsInner) GetQuantity() int32 + func (o *SendOrderDetailsRequestOrderItemsInner) GetQuantityOk() (*int32, bool) + func (o *SendOrderDetailsRequestOrderItemsInner) GetRetailerId() string + func (o *SendOrderDetailsRequestOrderItemsInner) GetRetailerIdOk() (*string, bool) + func (o *SendOrderDetailsRequestOrderItemsInner) HasAmount() bool + func (o *SendOrderDetailsRequestOrderItemsInner) HasName() bool + func (o *SendOrderDetailsRequestOrderItemsInner) HasQuantity() bool + func (o *SendOrderDetailsRequestOrderItemsInner) HasRetailerId() bool + func (o *SendOrderDetailsRequestOrderItemsInner) SetAmount(v SendOrderDetailsRequestOrderItemsInnerAmount) + func (o *SendOrderDetailsRequestOrderItemsInner) SetName(v string) + func (o *SendOrderDetailsRequestOrderItemsInner) SetQuantity(v int32) + func (o *SendOrderDetailsRequestOrderItemsInner) SetRetailerId(v string) + func (o *SendOrderDetailsRequestOrderItemsInner) UnmarshalJSON(data []byte) (err error) + func (o SendOrderDetailsRequestOrderItemsInner) MarshalJSON() ([]byte, error) + func (o SendOrderDetailsRequestOrderItemsInner) ToMap() (map[string]interface{}, error) + type SendOrderDetailsRequestOrderItemsInnerAmount struct + AdditionalProperties map[string]interface{} + Offset *int32 + Value *int32 + func NewSendOrderDetailsRequestOrderItemsInnerAmount() *SendOrderDetailsRequestOrderItemsInnerAmount + func NewSendOrderDetailsRequestOrderItemsInnerAmountWithDefaults() *SendOrderDetailsRequestOrderItemsInnerAmount + func (o *SendOrderDetailsRequestOrderItemsInnerAmount) GetOffset() int32 + func (o *SendOrderDetailsRequestOrderItemsInnerAmount) GetOffsetOk() (*int32, bool) + func (o *SendOrderDetailsRequestOrderItemsInnerAmount) GetValue() int32 + func (o *SendOrderDetailsRequestOrderItemsInnerAmount) GetValueOk() (*int32, bool) + func (o *SendOrderDetailsRequestOrderItemsInnerAmount) HasOffset() bool + func (o *SendOrderDetailsRequestOrderItemsInnerAmount) HasValue() bool + func (o *SendOrderDetailsRequestOrderItemsInnerAmount) SetOffset(v int32) + func (o *SendOrderDetailsRequestOrderItemsInnerAmount) SetValue(v int32) + func (o *SendOrderDetailsRequestOrderItemsInnerAmount) UnmarshalJSON(data []byte) (err error) + func (o SendOrderDetailsRequestOrderItemsInnerAmount) MarshalJSON() ([]byte, error) + func (o SendOrderDetailsRequestOrderItemsInnerAmount) ToMap() (map[string]interface{}, error) + type SendPaymentRequestRequest struct + Action map[string]interface{} + AdditionalProperties map[string]interface{} + Body *string + Interactive map[string]interface{} + Phone int32 + Region string + func NewSendPaymentRequestRequest(phone int32, region string) *SendPaymentRequestRequest + func NewSendPaymentRequestRequestWithDefaults() *SendPaymentRequestRequest + func (o *SendPaymentRequestRequest) GetAction() map[string]interface{} + func (o *SendPaymentRequestRequest) GetActionOk() (map[string]interface{}, bool) + func (o *SendPaymentRequestRequest) GetBody() string + func (o *SendPaymentRequestRequest) GetBodyOk() (*string, bool) + func (o *SendPaymentRequestRequest) GetInteractive() map[string]interface{} + func (o *SendPaymentRequestRequest) GetInteractiveOk() (map[string]interface{}, bool) + func (o *SendPaymentRequestRequest) GetPhone() int32 + func (o *SendPaymentRequestRequest) GetPhoneOk() (*int32, bool) + func (o *SendPaymentRequestRequest) GetRegion() string + func (o *SendPaymentRequestRequest) GetRegionOk() (*string, bool) + func (o *SendPaymentRequestRequest) HasAction() bool + func (o *SendPaymentRequestRequest) HasBody() bool + func (o *SendPaymentRequestRequest) HasInteractive() bool + func (o *SendPaymentRequestRequest) SetAction(v map[string]interface{}) + func (o *SendPaymentRequestRequest) SetBody(v string) + func (o *SendPaymentRequestRequest) SetInteractive(v map[string]interface{}) + func (o *SendPaymentRequestRequest) SetPhone(v int32) + func (o *SendPaymentRequestRequest) SetRegion(v string) + func (o *SendPaymentRequestRequest) UnmarshalJSON(data []byte) (err error) + func (o SendPaymentRequestRequest) MarshalJSON() ([]byte, error) + func (o SendPaymentRequestRequest) ToMap() (map[string]interface{}, error) + type SendReactionRequest struct + Body *string + Phone *string + QuotedMsgId *string + func NewSendReactionRequest() *SendReactionRequest + func NewSendReactionRequestWithDefaults() *SendReactionRequest + func (o *SendReactionRequest) GetBody() string + func (o *SendReactionRequest) GetBodyOk() (*string, bool) + func (o *SendReactionRequest) GetPhone() string + func (o *SendReactionRequest) GetPhoneOk() (*string, bool) + func (o *SendReactionRequest) GetQuotedMsgId() string + func (o *SendReactionRequest) GetQuotedMsgIdOk() (*string, bool) + func (o *SendReactionRequest) HasBody() bool + func (o *SendReactionRequest) HasPhone() bool + func (o *SendReactionRequest) HasQuotedMsgId() bool + func (o *SendReactionRequest) SetBody(v string) + func (o *SendReactionRequest) SetPhone(v string) + func (o *SendReactionRequest) SetQuotedMsgId(v string) + func (o SendReactionRequest) MarshalJSON() ([]byte, error) + func (o SendReactionRequest) ToMap() (map[string]interface{}, error) + type SendStickerRequest struct + AdditionalProperties map[string]interface{} + ChatId *string + Link *string + MediaId *string + Phone *int32 + QuotedMsgId *string + func NewSendStickerRequest() *SendStickerRequest + func NewSendStickerRequestWithDefaults() *SendStickerRequest + func (o *SendStickerRequest) GetChatId() string + func (o *SendStickerRequest) GetChatIdOk() (*string, bool) + func (o *SendStickerRequest) GetLink() string + func (o *SendStickerRequest) GetLinkOk() (*string, bool) + func (o *SendStickerRequest) GetMediaId() string + func (o *SendStickerRequest) GetMediaIdOk() (*string, bool) + func (o *SendStickerRequest) GetPhone() int32 + func (o *SendStickerRequest) GetPhoneOk() (*int32, bool) + func (o *SendStickerRequest) GetQuotedMsgId() string + func (o *SendStickerRequest) GetQuotedMsgIdOk() (*string, bool) + func (o *SendStickerRequest) HasChatId() bool + func (o *SendStickerRequest) HasLink() bool + func (o *SendStickerRequest) HasMediaId() bool + func (o *SendStickerRequest) HasPhone() bool + func (o *SendStickerRequest) HasQuotedMsgId() bool + func (o *SendStickerRequest) SetChatId(v string) + func (o *SendStickerRequest) SetLink(v string) + func (o *SendStickerRequest) SetMediaId(v string) + func (o *SendStickerRequest) SetPhone(v int32) + func (o *SendStickerRequest) SetQuotedMsgId(v string) + func (o *SendStickerRequest) UnmarshalJSON(data []byte) (err error) + func (o SendStickerRequest) MarshalJSON() ([]byte, error) + func (o SendStickerRequest) ToMap() (map[string]interface{}, error) + type SendTemplateRequest struct + Language *SendTemplateRequestLanguage + MessageActivitySharing *bool + MessageSendTtlSeconds *int32 + Namespace *string + Params []interface{} + Phone *string + Template *string + UseMMlite *bool + func NewSendTemplateRequest() *SendTemplateRequest + func NewSendTemplateRequestWithDefaults() *SendTemplateRequest + func (o *SendTemplateRequest) GetLanguage() SendTemplateRequestLanguage + func (o *SendTemplateRequest) GetLanguageOk() (*SendTemplateRequestLanguage, bool) + func (o *SendTemplateRequest) GetMessageActivitySharing() bool + func (o *SendTemplateRequest) GetMessageActivitySharingOk() (*bool, bool) + func (o *SendTemplateRequest) GetMessageSendTtlSeconds() int32 + func (o *SendTemplateRequest) GetMessageSendTtlSecondsOk() (*int32, bool) + func (o *SendTemplateRequest) GetNamespace() string + func (o *SendTemplateRequest) GetNamespaceOk() (*string, bool) + func (o *SendTemplateRequest) GetParams() []interface{} + func (o *SendTemplateRequest) GetParamsOk() ([]interface{}, bool) + func (o *SendTemplateRequest) GetPhone() string + func (o *SendTemplateRequest) GetPhoneOk() (*string, bool) + func (o *SendTemplateRequest) GetTemplate() string + func (o *SendTemplateRequest) GetTemplateOk() (*string, bool) + func (o *SendTemplateRequest) GetUseMMlite() bool + func (o *SendTemplateRequest) GetUseMMliteOk() (*bool, bool) + func (o *SendTemplateRequest) HasLanguage() bool + func (o *SendTemplateRequest) HasMessageActivitySharing() bool + func (o *SendTemplateRequest) HasMessageSendTtlSeconds() bool + func (o *SendTemplateRequest) HasNamespace() bool + func (o *SendTemplateRequest) HasParams() bool + func (o *SendTemplateRequest) HasPhone() bool + func (o *SendTemplateRequest) HasTemplate() bool + func (o *SendTemplateRequest) HasUseMMlite() bool + func (o *SendTemplateRequest) SetLanguage(v SendTemplateRequestLanguage) + func (o *SendTemplateRequest) SetMessageActivitySharing(v bool) + func (o *SendTemplateRequest) SetMessageSendTtlSeconds(v int32) + func (o *SendTemplateRequest) SetNamespace(v string) + func (o *SendTemplateRequest) SetParams(v []interface{}) + func (o *SendTemplateRequest) SetPhone(v string) + func (o *SendTemplateRequest) SetTemplate(v string) + func (o *SendTemplateRequest) SetUseMMlite(v bool) + func (o SendTemplateRequest) MarshalJSON() ([]byte, error) + func (o SendTemplateRequest) ToMap() (map[string]interface{}, error) + type SendTemplateRequestLanguage struct + Code *string + Policy *string + func NewSendTemplateRequestLanguage() *SendTemplateRequestLanguage + func NewSendTemplateRequestLanguageWithDefaults() *SendTemplateRequestLanguage + func (o *SendTemplateRequestLanguage) GetCode() string + func (o *SendTemplateRequestLanguage) GetCodeOk() (*string, bool) + func (o *SendTemplateRequestLanguage) GetPolicy() string + func (o *SendTemplateRequestLanguage) GetPolicyOk() (*string, bool) + func (o *SendTemplateRequestLanguage) HasCode() bool + func (o *SendTemplateRequestLanguage) HasPolicy() bool + func (o *SendTemplateRequestLanguage) SetCode(v string) + func (o *SendTemplateRequestLanguage) SetPolicy(v string) + func (o SendTemplateRequestLanguage) MarshalJSON() ([]byte, error) + func (o SendTemplateRequestLanguage) ToMap() (map[string]interface{}, error) + type ServerConfiguration struct + Description string + URL string + Variables map[string]ServerVariable + type ServerConfigurations []ServerConfiguration + func (sc ServerConfigurations) URL(index int, variables map[string]string) (string, error) + type ServerVariable struct + DefaultValue string + Description string + EnumValues []string + type SetWhatsappBusinessEncryptionRequest struct + BusinessPublicKey string + func NewSetWhatsappBusinessEncryptionRequest(businessPublicKey string) *SetWhatsappBusinessEncryptionRequest + func NewSetWhatsappBusinessEncryptionRequestWithDefaults() *SetWhatsappBusinessEncryptionRequest + func (o *SetWhatsappBusinessEncryptionRequest) GetBusinessPublicKey() string + func (o *SetWhatsappBusinessEncryptionRequest) GetBusinessPublicKeyOk() (*string, bool) + func (o *SetWhatsappBusinessEncryptionRequest) SetBusinessPublicKey(v string) + func (o *SetWhatsappBusinessEncryptionRequest) UnmarshalJSON(data []byte) (err error) + func (o SetWhatsappBusinessEncryptionRequest) MarshalJSON() ([]byte, error) + func (o SetWhatsappBusinessEncryptionRequest) ToMap() (map[string]interface{}, error) + type SuccessResponse struct + AdditionalProperties map[string]interface{} + Result *string + func NewSuccessResponse() *SuccessResponse + func NewSuccessResponseWithDefaults() *SuccessResponse + func (o *SuccessResponse) GetResult() string + func (o *SuccessResponse) GetResultOk() (*string, bool) + func (o *SuccessResponse) HasResult() bool + func (o *SuccessResponse) SetResult(v string) + func (o *SuccessResponse) UnmarshalJSON(data []byte) (err error) + func (o SuccessResponse) MarshalJSON() ([]byte, error) + func (o SuccessResponse) ToMap() (map[string]interface{}, error) + type TemplatesAPIService service + func (a *TemplatesAPIService) AddTemplate(ctx context.Context) ApiAddTemplateRequest + func (a *TemplatesAPIService) AddTemplateExecute(r ApiAddTemplateRequest) (map[string]interface{}, *http.Response, error) + func (a *TemplatesAPIService) ListTemplates(ctx context.Context) ApiListTemplatesRequest + func (a *TemplatesAPIService) ListTemplatesExecute(r ApiListTemplatesRequest) (*ListTemplates200Response, *http.Response, error) + func (a *TemplatesAPIService) RemoveTemplate(ctx context.Context) ApiRemoveTemplateRequest + func (a *TemplatesAPIService) RemoveTemplateExecute(r ApiRemoveTemplateRequest) (map[string]interface{}, *http.Response, error) + func (a *TemplatesAPIService) SendTemplate(ctx context.Context) ApiSendTemplateRequest + func (a *TemplatesAPIService) SendTemplateExecute(r ApiSendTemplateRequest) (map[string]interface{}, *http.Response, error) + type UpdateMeRequest struct + About *string + AdditionalProperties map[string]interface{} + Address *string + Description *string + Email *string + Photo *string + Vertical *string + Websites []string + func NewUpdateMeRequest() *UpdateMeRequest + func NewUpdateMeRequestWithDefaults() *UpdateMeRequest + func (o *UpdateMeRequest) GetAbout() string + func (o *UpdateMeRequest) GetAboutOk() (*string, bool) + func (o *UpdateMeRequest) GetAddress() string + func (o *UpdateMeRequest) GetAddressOk() (*string, bool) + func (o *UpdateMeRequest) GetDescription() string + func (o *UpdateMeRequest) GetDescriptionOk() (*string, bool) + func (o *UpdateMeRequest) GetEmail() string + func (o *UpdateMeRequest) GetEmailOk() (*string, bool) + func (o *UpdateMeRequest) GetPhoto() string + func (o *UpdateMeRequest) GetPhotoOk() (*string, bool) + func (o *UpdateMeRequest) GetVertical() string + func (o *UpdateMeRequest) GetVerticalOk() (*string, bool) + func (o *UpdateMeRequest) GetWebsites() []string + func (o *UpdateMeRequest) GetWebsitesOk() ([]string, bool) + func (o *UpdateMeRequest) HasAbout() bool + func (o *UpdateMeRequest) HasAddress() bool + func (o *UpdateMeRequest) HasDescription() bool + func (o *UpdateMeRequest) HasEmail() bool + func (o *UpdateMeRequest) HasPhoto() bool + func (o *UpdateMeRequest) HasVertical() bool + func (o *UpdateMeRequest) HasWebsites() bool + func (o *UpdateMeRequest) SetAbout(v string) + func (o *UpdateMeRequest) SetAddress(v string) + func (o *UpdateMeRequest) SetDescription(v string) + func (o *UpdateMeRequest) SetEmail(v string) + func (o *UpdateMeRequest) SetPhoto(v string) + func (o *UpdateMeRequest) SetVertical(v string) + func (o *UpdateMeRequest) SetWebsites(v []string) + func (o *UpdateMeRequest) UnmarshalJSON(data []byte) (err error) + func (o UpdateMeRequest) MarshalJSON() ([]byte, error) + func (o UpdateMeRequest) ToMap() (map[string]interface{}, error) + type UsersAPIService service + func (a *UsersAPIService) BlockUser(ctx context.Context) ApiBlockUserRequest + func (a *UsersAPIService) BlockUserExecute(r ApiBlockUserRequest) (*SuccessResponse, *http.Response, error) + func (a *UsersAPIService) ListBlockedUsers(ctx context.Context) ApiListBlockedUsersRequest + func (a *UsersAPIService) ListBlockedUsersExecute(r ApiListBlockedUsersRequest) (*ListBlockedUsers200Response, *http.Response, error) + func (a *UsersAPIService) UnblockUser(ctx context.Context) ApiUnblockUserRequest + func (a *UsersAPIService) UnblockUserExecute(r ApiUnblockUserRequest) (*SuccessResponse, *http.Response, error) + type WebhooksAPIService service + func (a *WebhooksAPIService) GetWebhook(ctx context.Context) ApiGetWebhookRequest + func (a *WebhooksAPIService) GetWebhookExecute(r ApiGetWebhookRequest) (*GetWebhook200Response, *http.Response, error) + func (a *WebhooksAPIService) SetWebhook(ctx context.Context) ApiSetWebhookRequest + func (a *WebhooksAPIService) SetWebhookExecute(r ApiSetWebhookRequest) (map[string]interface{}, *http.Response, error)