Versions in this module Expand all Collapse all v0 v0.1.0 Jul 29, 2026 Changes in this version + const APIKeyStatusActive + const APIKeyStatusInactive + const APIKeyStatusUpdateRequestStatusActive + const APIKeyStatusUpdateRequestStatusInactive + const ConversationLabelDeleteResultDeletedTrue + const ConversationLabelMembersRequestActionAdd + const ConversationLabelMembersRequestActionRemove + const ConversationLabelMembersResultActionAdd + const ConversationLabelMembersResultActionRemove + const ConversationTypeChannel + const ConversationTypeGroup + const ConversationTypeUser + const DefaultMaxPages + const DefaultMaxResponseBytes + const DefaultMaxRetries + const DefaultTimeout + const GroupJoinRequestsUpdateRequestActionApprove + const GroupJoinRequestsUpdateRequestActionReject + const GroupMemberUpdateRequestActionAdd + const GroupMemberUpdateRequestActionDemote + const GroupMemberUpdateRequestActionPromote + const GroupMemberUpdateRequestActionRemove + const MaximumResponseBytes + const MessagePayloadTypeAudio + const MessagePayloadTypeContact + const MessagePayloadTypeDocument + const MessagePayloadTypeFile + const MessagePayloadTypeImage + const MessagePayloadTypeText + const MessagePayloadTypeVideo + const OkDataOkTrue + const ProviderNameLine + const ProviderNameTelegram + const ProviderNameTiktok + const ProviderNameTwitter + const ProviderNameWhatsapp + const ProviderNameX + const ProviderNameZalo + const RuntimeActionResultActionReconnect + const RuntimeActionResultActionRefreshStatus + const RuntimeActionResultActionStart + const RuntimeActionResultActionStop + const RuntimeStatusDisconnected + const RuntimeStatusError + const RuntimeStatusReconnecting + const RuntimeStatusRunning + const RuntimeStatusStarting + const RuntimeStatusStopped + const RuntimeStatusStopping + const RuntimeStatusUnknown + const StandardEventTypeAccountAuthFailed + const StandardEventTypeAccountAuthRequired + const StandardEventTypeAccountAuthSucceeded + const StandardEventTypeAccountHistorySynced + const StandardEventTypeAccountStarted + const StandardEventTypeAccountStatusUpdated + const StandardEventTypeAsterisk + const StandardEventTypeConversationCleared + const StandardEventTypeConversationDeleted + const StandardEventTypeConversationHistory + const StandardEventTypeConversationUpdated + const StandardEventTypeGroupJoinRequest + const StandardEventTypeGroupUpdated + const StandardEventTypeMessageDeleted + const StandardEventTypeMessageDelivered + const StandardEventTypeMessageReaction + const StandardEventTypeMessageRead + const StandardEventTypeMessageReceived + const StandardEventTypeMessageUpdated + type APIError struct + Code string + OperationID string + RequestID string + StatusCode int + func (e *APIError) Error() string + type APIKey = wire.APIKey + type APIKeyCreateRequest = wire.APIKeyCreateRequest + type APIKeyCreateResult = wire.APIKeyCreateResult + type APIKeyProvider func(context.Context) (string, error) + func StaticAPIKey(apiKey string) APIKeyProvider + type APIKeyStatus = wire.APIKeyStatus + type APIKeyStatusUpdateRequest = wire.APIKeyStatusUpdateRequest + type APIKeyStatusUpdateRequestStatus = wire.APIKeyStatusUpdateRequestStatus + type Account = wire.Account + type AccountID = wire.AccountID + type AccountRequest = wire.AccountRequest + type AccountSession = wire.AccountSession + type AuthField = wire.AuthField + type BlockContactInput struct + AccountID AccountID + Body BlockContactRequestBody + type BlockContactRequestBody = wire.BlockContactJSONRequestBody + type CallOption interface + func WithMaxRetries(maxRetries int) CallOption + func WithTimeout(timeout time.Duration) CallOption + func WithoutRetry() CallOption + type CancelAccountAuthInput struct + AccountID AccountID + Body *CancelAccountAuthRequestBody + type CancelAccountAuthRequestBody = wire.CancelAccountAuthJSONRequestBody + type CanceledError = transport.CanceledError + type CheckAccountQRAuthInput struct + AccountID AccountID + Body *CheckAccountQRAuthRequestBody + type CheckAccountQRAuthRequestBody = wire.CheckAccountQRAuthJSONRequestBody + type Client struct + func NewClient(config Config) (*Client, error) + func (c *Client) BlockContact(ctx context.Context, input BlockContactInput, options ...CallOption) (Result[OkData], error) + func (c *Client) CancelAccountAuth(ctx context.Context, input CancelAccountAuthInput, options ...CallOption) (Result[FreeFormObject], error) + func (c *Client) CheckAccountQRAuth(ctx context.Context, input CheckAccountQRAuthInput, options ...CallOption) (Result[FreeFormObject], error) + func (c *Client) CreateAPIKey(ctx context.Context, input CreateAPIKeyInput, options ...CallOption) (Result[APIKeyCreateResult], error) + func (c *Client) CreateAccount(ctx context.Context, input CreateAccountInput, options ...CallOption) (Result[Account], error) + func (c *Client) CreateGroup(ctx context.Context, input CreateGroupInput, options ...CallOption) (Result[GroupCreateResult], error) + func (c *Client) CreateWebhookEndpoint(ctx context.Context, input CreateWebhookEndpointInput, options ...CallOption) (Result[WebhookEndpoint], error) + func (c *Client) DeactivateWebhookEndpoint(ctx context.Context, input DeactivateWebhookEndpointInput, ...) (Result[WebhookEndpoint], error) + func (c *Client) DeleteAccount(ctx context.Context, input DeleteAccountInput, options ...CallOption) (Result[NoContent], error) + func (c *Client) DeleteConversationLabel(ctx context.Context, input DeleteConversationLabelInput, options ...CallOption) (Result[ConversationLabelDeleteResult], error) + func (c *Client) DeleteWebhookEndpoint(ctx context.Context, input DeleteWebhookEndpointInput, options ...CallOption) (Result[NoContent], error) + func (c *Client) EditMessage(ctx context.Context, input EditMessageInput, options ...CallOption) (Result[OkData], error) + func (c *Client) GetAccount(ctx context.Context, input GetAccountInput, options ...CallOption) (Result[Account], error) + func (c *Client) GetAccountAuthState(ctx context.Context, input GetAccountAuthStateInput, options ...CallOption) (Result[AccountSession], error) + func (c *Client) GetContact(ctx context.Context, input GetContactInput, options ...CallOption) (Result[Contact], error) + func (c *Client) GetConversation(ctx context.Context, input GetConversationInput, options ...CallOption) (Result[Conversation], error) + func (c *Client) GetGroup(ctx context.Context, input GetGroupInput, options ...CallOption) (Result[Group], error) + func (c *Client) GetGroupInviteCode(ctx context.Context, input GetGroupInviteCodeInput, options ...CallOption) (Result[GroupInviteCode], error) + func (c *Client) GetWebhookEndpoint(ctx context.Context, input GetWebhookEndpointInput, options ...CallOption) (Result[WebhookEndpoint], error) + func (c *Client) GetWorkspace(ctx context.Context, options ...CallOption) (Result[Workspace], error) + func (c *Client) ImportAccountAuthSession(ctx context.Context, input ImportAccountAuthSessionInput, ...) (Result[FreeFormObject], error) + func (c *Client) LeaveGroup(ctx context.Context, input LeaveGroupInput, options ...CallOption) (Result[OkData], error) + func (c *Client) ListAPIKeys(ctx context.Context, options ...CallOption) (Result[[]APIKey], error) + func (c *Client) ListAccounts(ctx context.Context, options ...CallOption) (Result[[]Account], error) + func (c *Client) ListContactBlocklist(ctx context.Context, input ListContactBlocklistInput, options ...CallOption) (Result[ContactBlocklistResult], error) + func (c *Client) ListContacts(ctx context.Context, input ListContactsInput, options ...CallOption) (Result[ContactListResult], error) + func (c *Client) ListConversationLabels(ctx context.Context, input ListConversationLabelsInput, options ...CallOption) (Result[ConversationLabelListResult], error) + func (c *Client) ListConversationMembers(ctx context.Context, input ListConversationMembersInput, options ...CallOption) (Result[ConversationMemberListResult], error) + func (c *Client) ListConversations(ctx context.Context, input ListConversationsInput, options ...CallOption) (Result[ConversationListResult], error) + func (c *Client) ListGroupJoinRequests(ctx context.Context, input ListGroupJoinRequestsInput, options ...CallOption) (Result[GroupJoinRequestsResult], error) + func (c *Client) ListGroups(ctx context.Context, input ListGroupsInput, options ...CallOption) (Result[GroupListResult], error) + func (c *Client) ListProviderRegions(ctx context.Context, input ListProviderRegionsInput, options ...CallOption) (Result[ProviderRegionsResponse], error) + func (c *Client) ListWebhookEndpoints(ctx context.Context, options ...CallOption) (Result[[]WebhookEndpoint], error) + func (c *Client) MarkConversationRead(ctx context.Context, input MarkConversationReadInput, options ...CallOption) (Result[OkData], error) + func (c *Client) MarkConversationUnread(ctx context.Context, input MarkConversationUnreadInput, options ...CallOption) (Result[OkData], error) + func (c *Client) MuteConversation(ctx context.Context, input MuteConversationInput, options ...CallOption) (Result[OkData], error) + func (c *Client) PinConversation(ctx context.Context, input PinConversationInput, options ...CallOption) (Result[OkData], error) + func (c *Client) PinMessage(ctx context.Context, input PinMessageInput, options ...CallOption) (Result[OkData], error) + func (c *Client) ReactMessage(ctx context.Context, input ReactMessageInput, options ...CallOption) (Result[OkData], error) + func (c *Client) ReconnectAccountRuntime(ctx context.Context, input ReconnectAccountRuntimeInput, options ...CallOption) (Result[RuntimeActionResult], error) + func (c *Client) RefreshAccountRuntime(ctx context.Context, input RefreshAccountRuntimeInput, options ...CallOption) (Result[RuntimeActionResult], error) + func (c *Client) RevokeMessage(ctx context.Context, input RevokeMessageInput, options ...CallOption) (Result[OkData], error) + func (c *Client) RotateAPIKey(ctx context.Context, input RotateAPIKeyInput, options ...CallOption) (Result[APIKeyCreateResult], error) + func (c *Client) SendMessage(ctx context.Context, input SendMessageInput, options ...CallOption) (Result[SendMessageResult], error) + func (c *Client) SetContactNote(ctx context.Context, input SetContactNoteInput, options ...CallOption) (Result[OkData], error) + func (c *Client) SetConversationLabelMembers(ctx context.Context, input SetConversationLabelMembersInput, ...) (Result[ConversationLabelMembersResult], error) + func (c *Client) SetGroupJoinApprovalMode(ctx context.Context, input SetGroupJoinApprovalModeInput, ...) (Result[OkData], error) + func (c *Client) StartAccountAuth(ctx context.Context, input StartAccountAuthInput, options ...CallOption) (Result[FreeFormObject], error) + func (c *Client) StartAccountQRAuth(ctx context.Context, input StartAccountQRAuthInput, options ...CallOption) (Result[FreeFormObject], error) + func (c *Client) StartAccountRuntime(ctx context.Context, input StartAccountRuntimeInput, options ...CallOption) (Result[RuntimeActionResult], error) + func (c *Client) StopAccountRuntime(ctx context.Context, input StopAccountRuntimeInput, options ...CallOption) (Result[RuntimeActionResult], error) + func (c *Client) SubmitAccountAuthCode(ctx context.Context, input SubmitAccountAuthCodeInput, options ...CallOption) (Result[FreeFormObject], error) + func (c *Client) SubmitAccountAuthPassword(ctx context.Context, input SubmitAccountAuthPasswordInput, ...) (Result[FreeFormObject], error) + func (c *Client) UnblockContact(ctx context.Context, input UnblockContactInput, options ...CallOption) (Result[OkData], error) + func (c *Client) UnmuteConversation(ctx context.Context, input UnmuteConversationInput, options ...CallOption) (Result[OkData], error) + func (c *Client) UnpinConversation(ctx context.Context, input UnpinConversationInput, options ...CallOption) (Result[OkData], error) + func (c *Client) UpdateAPIKeyStatus(ctx context.Context, input UpdateAPIKeyStatusInput, options ...CallOption) (Result[APIKey], error) + func (c *Client) UpdateAccount(ctx context.Context, input UpdateAccountInput, options ...CallOption) (Result[Account], error) + func (c *Client) UpdateGroupInfo(ctx context.Context, input UpdateGroupInfoInput, options ...CallOption) (Result[OkData], error) + func (c *Client) UpdateGroupJoinRequests(ctx context.Context, input UpdateGroupJoinRequestsInput, options ...CallOption) (Result[OkData], error) + func (c *Client) UpdateGroupMembers(ctx context.Context, input UpdateGroupMembersInput, options ...CallOption) (Result[OkData], error) + func (c *Client) UpdateWebhookEndpoint(ctx context.Context, input UpdateWebhookEndpointInput, options ...CallOption) (Result[WebhookEndpoint], error) + func (c *Client) UpdateWorkspace(ctx context.Context, input UpdateWorkspaceInput, options ...CallOption) (Result[Workspace], error) + func (c *Client) UpsertConversationLabel(ctx context.Context, input UpsertConversationLabelInput, options ...CallOption) (Result[ConversationLabel], error) + type Config struct + APIKeyProvider APIKeyProvider + AllowInsecureHTTP bool + BaseURL string + HTTPClient *http.Client + MaxResponseBytes int64 + Retry *RetryConfig + Timeout time.Duration + type ConfigurationError = transport.ConfigurationError + type Contact = wire.Contact + type ContactBlocklistResult = wire.ContactBlocklistResult + type ContactCard = wire.ContactCard + type ContactEmail = wire.ContactEmail + type ContactID = wire.ContactID + type ContactIDRequest = wire.ContactIDRequest + type ContactListResult = wire.ContactListResult + type ContactNoteRequest = wire.ContactNoteRequest + type ContactPhone = wire.ContactPhone + type Conversation = wire.Conversation + type ConversationID = wire.ConversationID + type ConversationIDQuery = wire.ConversationIDQuery + type ConversationIDRequest = wire.ConversationIDRequest + type ConversationLabel = wire.ConversationLabel + type ConversationLabelDeleteRequest = wire.ConversationLabelDeleteRequest + type ConversationLabelDeleteResult = wire.ConversationLabelDeleteResult + type ConversationLabelDeleteResultDeleted = wire.ConversationLabelDeleteResultDeleted + type ConversationLabelListResult = wire.ConversationLabelListResult + type ConversationLabelMembersRequest = wire.ConversationLabelMembersRequest + type ConversationLabelMembersRequestAction = wire.ConversationLabelMembersRequestAction + type ConversationLabelMembersResult = wire.ConversationLabelMembersResult + type ConversationLabelMembersResultAction = wire.ConversationLabelMembersResultAction + type ConversationLabelUpsertRequest = wire.ConversationLabelUpsertRequest + type ConversationListResult = wire.ConversationListResult + type ConversationMember = wire.ConversationMember + type ConversationMemberListResult = wire.ConversationMemberListResult + type ConversationMuteRequest = wire.ConversationMuteRequest + type ConversationReadRequest = wire.ConversationReadRequest + type ConversationType = wire.ConversationType + type ConversationTypeFilter = wire.ConversationTypeFilter + type CreateAPIKeyInput struct + Body CreateAPIKeyRequestBody + type CreateAPIKeyRequestBody = wire.CreateAPIKeyJSONRequestBody + type CreateAccountInput struct + Body CreateAccountRequestBody + type CreateAccountRequestBody = wire.CreateAccountJSONRequestBody + type CreateGroupInput struct + AccountID AccountID + Body CreateGroupRequestBody + type CreateGroupRequestBody = wire.CreateGroupJSONRequestBody + type CreateWebhookEndpointInput struct + Body CreateWebhookEndpointRequestBody + type CreateWebhookEndpointRequestBody = wire.CreateWebhookEndpointJSONRequestBody + type Cursor = wire.Cursor + type CursorPage struct + HasMore bool + Items []T + NextCursor string + type DeactivateWebhookEndpointInput struct + EndpointID EndpointID + type DeleteAccountInput struct + AccountID AccountID + type DeleteConversationLabelInput struct + AccountID AccountID + Body DeleteConversationLabelRequestBody + type DeleteConversationLabelRequestBody = wire.DeleteConversationLabelJSONRequestBody + type DeleteWebhookEndpointInput struct + EndpointID EndpointID + type EditMessageInput struct + Body EditMessageRequestBody + type EditMessageRequestBody = wire.EditMessageJSONRequestBody + type EndpointID = wire.EndpointID + type Error = wire.Error + type ErrorEnvelope = wire.ErrorEnvelope + type FreeFormObject = wire.FreeFormObject + type GetAccountAuthStateInput struct + AccountID AccountID + type GetAccountInput struct + AccountID AccountID + type GetContactInput struct + AccountID AccountID + Params GetContactParams + type GetContactParams = wire.GetContactParams + type GetConversationInput struct + AccountID AccountID + Params GetConversationParams + type GetConversationParams = wire.GetConversationParams + type GetGroupInput struct + AccountID AccountID + Params GetGroupParams + type GetGroupInviteCodeInput struct + AccountID AccountID + Params GetGroupInviteCodeParams + type GetGroupInviteCodeParams = wire.GetGroupInviteCodeParams + type GetGroupParams = wire.GetGroupParams + type GetWebhookEndpointInput struct + EndpointID EndpointID + type Group = wire.Group + type GroupCreateRequest = wire.GroupCreateRequest + type GroupCreateResult = wire.GroupCreateResult + type GroupID = wire.GroupID + type GroupIDRequest = wire.GroupIDRequest + type GroupInfoUpdateRequest = wire.GroupInfoUpdateRequest + type GroupInviteCode = wire.GroupInviteCode + type GroupJoinApprovalModeRequest = wire.GroupJoinApprovalModeRequest + type GroupJoinRequest = wire.GroupJoinRequest + type GroupJoinRequestsResult = wire.GroupJoinRequestsResult + type GroupJoinRequestsUpdateRequest = wire.GroupJoinRequestsUpdateRequest + type GroupJoinRequestsUpdateRequestAction = wire.GroupJoinRequestsUpdateRequestAction + type GroupListResult = wire.GroupListResult + type GroupMemberUpdateRequest = wire.GroupMemberUpdateRequest + type GroupMemberUpdateRequestAction = wire.GroupMemberUpdateRequestAction + type HeaderSnapshot struct + func (snapshot HeaderSnapshot) Clone() http.Header + func (snapshot HeaderSnapshot) Get(name string) string + func (snapshot HeaderSnapshot) Values(name string) []string + type ImportAccountAuthSessionInput struct + AccountID AccountID + Body *ImportAccountAuthSessionRequestBody + type ImportAccountAuthSessionRequestBody = wire.ImportAccountAuthSessionJSONRequestBody + type KeyID = wire.KeyID + type LeaveGroupInput struct + AccountID AccountID + Body LeaveGroupRequestBody + type LeaveGroupRequestBody = wire.LeaveGroupJSONRequestBody + type Limit = wire.Limit + type ListContactBlocklistInput struct + AccountID AccountID + type ListContactsInput struct + AccountID AccountID + Params *ListContactsParams + type ListContactsParams = wire.ListContactsParams + type ListConversationLabelsInput struct + AccountID AccountID + Params *ListConversationLabelsParams + type ListConversationLabelsParams = wire.ListConversationLabelsParams + type ListConversationMembersInput struct + AccountID AccountID + Params ListConversationMembersParams + type ListConversationMembersParams = wire.ListConversationMembersParams + type ListConversationsInput struct + AccountID AccountID + Params *ListConversationsParams + type ListConversationsParams = wire.ListConversationsParams + type ListGroupJoinRequestsInput struct + AccountID AccountID + Params ListGroupJoinRequestsParams + type ListGroupJoinRequestsParams = wire.ListGroupJoinRequestsParams + type ListGroupsInput struct + AccountID AccountID + Params *ListGroupsParams + type ListGroupsParams = wire.ListGroupsParams + type ListProviderRegionsInput struct + Provider Provider + type MCPExposure string + const MCPExposureDestructive + const MCPExposureNever + const MCPExposureRead + const MCPExposureWrite + type MarkConversationReadInput struct + AccountID AccountID + Body MarkConversationReadRequestBody + type MarkConversationReadRequestBody = wire.MarkConversationReadJSONRequestBody + type MarkConversationUnreadInput struct + AccountID AccountID + Body MarkConversationUnreadRequestBody + type MarkConversationUnreadRequestBody = wire.MarkConversationUnreadJSONRequestBody + type Mention = wire.Mention + type MessageEditRequest = wire.MessageEditRequest + type MessagePayload = wire.MessagePayload + type MessagePayloadType = wire.MessagePayloadType + type MessagePinRequest = wire.MessagePinRequest + type MessageReactionRequest = wire.MessageReactionRequest + type MessageRevokeRequest = wire.MessageRevokeRequest + type MessageTargetRequest = wire.MessageTargetRequest + type Mutability string + const MutabilityDestructive + const MutabilityRead + const MutabilityWrite + type MuteConversationInput struct + AccountID AccountID + Body MuteConversationRequestBody + type MuteConversationRequestBody = wire.MuteConversationJSONRequestBody + type NetworkError = transport.NetworkError + type NoContent struct + type OkData = wire.OkData + type OkDataOk = wire.OkDataOk + type Operation struct + ID string + MCPExposure MCPExposure + Method string + Mutability Mutability + Path string + Retryable bool + SecretInput bool + SecretOutput bool + Summary string + Tag string + func LookupOperation(id string) (Operation, bool) + func Operations() []Operation + type PageFetcher func(ctx context.Context, cursor string) (CursorPage[T], error) + type Pager struct + func NewPager[T any](fetcher PageFetcher[T], options PagerOptions) (*Pager[T], error) + func (pager *Pager[T]) Next(ctx context.Context) (item T, ok bool, err error) + type PagerOptions struct + InitialCursor string + MaxPages int + type PaginationError struct + MaxPages int + Reason PaginationErrorReason + func (e *PaginationError) Error() string + func (e *PaginationError) Is(target error) bool + type PaginationErrorReason string + const PaginationCanceled + const PaginationInvalidOptions + const PaginationMissingCursor + const PaginationPageLimit + const PaginationRepeatedCursor + const PaginationTimedOut + type PinConversationInput struct + AccountID AccountID + Body PinConversationRequestBody + type PinConversationRequestBody = wire.PinConversationJSONRequestBody + type PinMessageInput struct + Body PinMessageRequestBody + type PinMessageRequestBody = wire.PinMessageJSONRequestBody + type Provider = wire.Provider + type ProviderName = wire.ProviderName + type ProviderRegionsResponse = wire.ProviderRegionsResponse + type ReactMessageInput struct + Body ReactMessageRequestBody + type ReactMessageRequestBody = wire.ReactMessageJSONRequestBody + type Recipient = wire.Recipient + type ReconnectAccountRuntimeInput struct + AccountID AccountID + Body *ReconnectAccountRuntimeRequestBody + type ReconnectAccountRuntimeRequestBody = wire.ReconnectAccountRuntimeJSONRequestBody + type RefreshAccountRuntimeInput struct + AccountID AccountID + Body *RefreshAccountRuntimeRequestBody + type RefreshAccountRuntimeRequestBody = wire.RefreshAccountRuntimeJSONRequestBody + type RegionAvailability = wire.RegionAvailability + type ReplyTo = wire.ReplyTo + type ResponseMeta = wire.ResponseMeta + type ResponseParseError = transport.ResponseParseError + type Result struct + ClientRequestID string + Data T + Headers HeaderSnapshot + RequestID string + StatusCode int + type RetryConfig struct + BaseDelay time.Duration + MaxDelay time.Duration + MaxRetries int + type RevokeMessageInput struct + Body RevokeMessageRequestBody + type RevokeMessageRequestBody = wire.RevokeMessageJSONRequestBody + type RotateAPIKeyInput struct + Body RotateAPIKeyRequestBody + KeyID KeyID + type RotateAPIKeyRequestBody = wire.RotateAPIKeyJSONRequestBody + type RuntimeActionResult = wire.RuntimeActionResult + type RuntimeActionResultAction = wire.RuntimeActionResultAction + type RuntimeStatus = wire.RuntimeStatus + type SendMessageInput struct + Body SendMessageRequestBody + type SendMessageRequest = wire.SendMessageRequest + type SendMessageRequestBody = wire.SendMessageJSONRequestBody + type SendMessageResult = wire.SendMessageResult + type SetContactNoteInput struct + AccountID AccountID + Body SetContactNoteRequestBody + type SetContactNoteRequestBody = wire.SetContactNoteJSONRequestBody + type SetConversationLabelMembersInput struct + AccountID AccountID + Body SetConversationLabelMembersRequestBody + type SetConversationLabelMembersRequestBody = wire.SetConversationLabelMembersJSONRequestBody + type SetGroupJoinApprovalModeInput struct + AccountID AccountID + Body SetGroupJoinApprovalModeRequestBody + type SetGroupJoinApprovalModeRequestBody = wire.SetGroupJoinApprovalModeJSONRequestBody + type StandardEventType = wire.StandardEventType + type StartAccountAuthInput struct + AccountID AccountID + Body *StartAccountAuthRequestBody + type StartAccountAuthRequestBody = wire.StartAccountAuthJSONRequestBody + type StartAccountQRAuthInput struct + AccountID AccountID + Body *StartAccountQRAuthRequestBody + type StartAccountQRAuthRequestBody = wire.StartAccountQRAuthJSONRequestBody + type StartAccountRuntimeInput struct + AccountID AccountID + Body *StartAccountRuntimeRequestBody + type StartAccountRuntimeRequestBody = wire.StartAccountRuntimeJSONRequestBody + type StopAccountRuntimeInput struct + AccountID AccountID + Body *StopAccountRuntimeRequestBody + type StopAccountRuntimeRequestBody = wire.StopAccountRuntimeJSONRequestBody + type SubmitAccountAuthCodeInput struct + AccountID AccountID + Body *SubmitAccountAuthCodeRequestBody + type SubmitAccountAuthCodeRequestBody = wire.SubmitAccountAuthCodeJSONRequestBody + type SubmitAccountAuthPasswordInput struct + AccountID AccountID + Body *SubmitAccountAuthPasswordRequestBody + type SubmitAccountAuthPasswordRequestBody = wire.SubmitAccountAuthPasswordJSONRequestBody + type TimeoutError = transport.TimeoutError + type UnblockContactInput struct + AccountID AccountID + Body UnblockContactRequestBody + type UnblockContactRequestBody = wire.UnblockContactJSONRequestBody + type UnmuteConversationInput struct + AccountID AccountID + Body UnmuteConversationRequestBody + type UnmuteConversationRequestBody = wire.UnmuteConversationJSONRequestBody + type UnpinConversationInput struct + AccountID AccountID + Body UnpinConversationRequestBody + type UnpinConversationRequestBody = wire.UnpinConversationJSONRequestBody + type UpdateAPIKeyStatusInput struct + Body UpdateAPIKeyStatusRequestBody + KeyID KeyID + type UpdateAPIKeyStatusRequestBody = wire.UpdateAPIKeyStatusJSONRequestBody + type UpdateAccountInput struct + AccountID AccountID + Body UpdateAccountRequestBody + type UpdateAccountRequestBody = wire.UpdateAccountJSONRequestBody + type UpdateGroupInfoInput struct + AccountID AccountID + Body UpdateGroupInfoRequestBody + type UpdateGroupInfoRequestBody = wire.UpdateGroupInfoJSONRequestBody + type UpdateGroupJoinRequestsInput struct + AccountID AccountID + Body UpdateGroupJoinRequestsRequestBody + type UpdateGroupJoinRequestsRequestBody = wire.UpdateGroupJoinRequestsJSONRequestBody + type UpdateGroupMembersInput struct + AccountID AccountID + Body UpdateGroupMembersRequestBody + type UpdateGroupMembersRequestBody = wire.UpdateGroupMembersJSONRequestBody + type UpdateWebhookEndpointInput struct + Body UpdateWebhookEndpointRequestBody + EndpointID EndpointID + type UpdateWebhookEndpointRequestBody = wire.UpdateWebhookEndpointJSONRequestBody + type UpdateWorkspaceInput struct + Body UpdateWorkspaceRequestBody + type UpdateWorkspaceRequestBody = wire.UpdateWorkspaceJSONRequestBody + type UpsertConversationLabelInput struct + AccountID AccountID + Body UpsertConversationLabelRequestBody + type UpsertConversationLabelRequestBody = wire.UpsertConversationLabelJSONRequestBody + type WebhookEndpoint = wire.WebhookEndpoint + type WebhookEndpointRequest = wire.WebhookEndpointRequest + type Workspace = wire.Workspace + type WorkspaceUpdateRequest = wire.WorkspaceUpdateRequest v0.1.0-alpha.1 Jul 29, 2026