Versions in this module Expand all Collapse all v1 v1.0.0 Oct 1, 2024 Changes in this version + var CallLogRecord_CallResult_name = map[int32]string + var CallLogRecord_CallResult_value = map[string]int32 + var CallLogRecord_CallType_name = map[int32]string + var CallLogRecord_CallType_value = map[string]int32 + var CallLogRecord_SilenceReason_name = map[int32]string + var CallLogRecord_SilenceReason_value = map[string]int32 + var File_waSyncAction_WASyncAction_proto protoreflect.FileDescriptor + var LabelEditAction_ListType_name = map[int32]string + var LabelEditAction_ListType_value = map[string]int32 + var MarketingMessageAction_MarketingMessagePrototypeType_name = map[int32]string + var MarketingMessageAction_MarketingMessagePrototypeType_value = map[string]int32 + var MerchantPaymentPartnerAction_Status_name = map[int32]string + var MerchantPaymentPartnerAction_Status_value = map[string]int32 + var NoteEditAction_NoteType_name = map[int32]string + var NoteEditAction_NoteType_value = map[string]int32 + var PatchDebugData_Platform_name = map[int32]string + var PatchDebugData_Platform_value = map[string]int32 + var StatusPrivacyAction_StatusDistributionMode_name = map[int32]string + var StatusPrivacyAction_StatusDistributionMode_value = map[string]int32 + var UsernameChatStartModeAction_ChatStartMode_name = map[int32]string + var UsernameChatStartModeAction_ChatStartMode_value = map[string]int32 + var WaffleAccountLinkStateAction_AccountLinkState_name = map[int32]string + var WaffleAccountLinkStateAction_AccountLinkState_value = map[string]int32 + type AgentAction struct + DeviceID *int32 + IsDeleted *bool + Name *string + func (*AgentAction) Descriptor() ([]byte, []int) + func (*AgentAction) ProtoMessage() + func (x *AgentAction) GetDeviceID() int32 + func (x *AgentAction) GetIsDeleted() bool + func (x *AgentAction) GetName() string + func (x *AgentAction) ProtoReflect() protoreflect.Message + func (x *AgentAction) Reset() + func (x *AgentAction) String() string + type AndroidUnsupportedActions struct + Allowed *bool + func (*AndroidUnsupportedActions) Descriptor() ([]byte, []int) + func (*AndroidUnsupportedActions) ProtoMessage() + func (x *AndroidUnsupportedActions) GetAllowed() bool + func (x *AndroidUnsupportedActions) ProtoReflect() protoreflect.Message + func (x *AndroidUnsupportedActions) Reset() + func (x *AndroidUnsupportedActions) String() string + type ArchiveChatAction struct + Archived *bool + MessageRange *SyncActionMessageRange + func (*ArchiveChatAction) Descriptor() ([]byte, []int) + func (*ArchiveChatAction) ProtoMessage() + func (x *ArchiveChatAction) GetArchived() bool + func (x *ArchiveChatAction) GetMessageRange() *SyncActionMessageRange + func (x *ArchiveChatAction) ProtoReflect() protoreflect.Message + func (x *ArchiveChatAction) Reset() + func (x *ArchiveChatAction) String() string + type BotWelcomeRequestAction struct + IsSent *bool + func (*BotWelcomeRequestAction) Descriptor() ([]byte, []int) + func (*BotWelcomeRequestAction) ProtoMessage() + func (x *BotWelcomeRequestAction) GetIsSent() bool + func (x *BotWelcomeRequestAction) ProtoReflect() protoreflect.Message + func (x *BotWelcomeRequestAction) Reset() + func (x *BotWelcomeRequestAction) String() string + type CallLogAction struct + CallLogRecord *CallLogRecord + func (*CallLogAction) Descriptor() ([]byte, []int) + func (*CallLogAction) ProtoMessage() + func (x *CallLogAction) GetCallLogRecord() *CallLogRecord + func (x *CallLogAction) ProtoReflect() protoreflect.Message + func (x *CallLogAction) Reset() + func (x *CallLogAction) String() string + type CallLogRecord struct + CallCreatorJID *string + CallID *string + CallLinkToken *string + CallResult *CallLogRecord_CallResult + CallType *CallLogRecord_CallType + Duration *int64 + GroupJID *string + IsCallLink *bool + IsDndMode *bool + IsIncoming *bool + IsVideo *bool + Participants []*CallLogRecord_ParticipantInfo + ScheduledCallID *string + SilenceReason *CallLogRecord_SilenceReason + StartTime *int64 + func (*CallLogRecord) Descriptor() ([]byte, []int) + func (*CallLogRecord) ProtoMessage() + func (x *CallLogRecord) GetCallCreatorJID() string + func (x *CallLogRecord) GetCallID() string + func (x *CallLogRecord) GetCallLinkToken() string + func (x *CallLogRecord) GetCallResult() CallLogRecord_CallResult + func (x *CallLogRecord) GetCallType() CallLogRecord_CallType + func (x *CallLogRecord) GetDuration() int64 + func (x *CallLogRecord) GetGroupJID() string + func (x *CallLogRecord) GetIsCallLink() bool + func (x *CallLogRecord) GetIsDndMode() bool + func (x *CallLogRecord) GetIsIncoming() bool + func (x *CallLogRecord) GetIsVideo() bool + func (x *CallLogRecord) GetParticipants() []*CallLogRecord_ParticipantInfo + func (x *CallLogRecord) GetScheduledCallID() string + func (x *CallLogRecord) GetSilenceReason() CallLogRecord_SilenceReason + func (x *CallLogRecord) GetStartTime() int64 + func (x *CallLogRecord) ProtoReflect() protoreflect.Message + func (x *CallLogRecord) Reset() + func (x *CallLogRecord) String() string + type CallLogRecord_CallResult int32 + const CallLogRecord_ABANDONED + const CallLogRecord_ACCEPTEDELSEWHERE + const CallLogRecord_CANCELLED + const CallLogRecord_CONNECTED + const CallLogRecord_FAILED + const CallLogRecord_INVALID + const CallLogRecord_MISSED + const CallLogRecord_ONGOING + const CallLogRecord_REJECTED + const CallLogRecord_UNAVAILABLE + const CallLogRecord_UPCOMING + func (CallLogRecord_CallResult) Descriptor() protoreflect.EnumDescriptor + func (CallLogRecord_CallResult) EnumDescriptor() ([]byte, []int) + func (CallLogRecord_CallResult) Type() protoreflect.EnumType + func (x *CallLogRecord_CallResult) UnmarshalJSON(b []byte) error + func (x CallLogRecord_CallResult) Enum() *CallLogRecord_CallResult + func (x CallLogRecord_CallResult) Number() protoreflect.EnumNumber + func (x CallLogRecord_CallResult) String() string + type CallLogRecord_CallType int32 + const CallLogRecord_REGULAR + const CallLogRecord_SCHEDULED_CALL + const CallLogRecord_VOICE_CHAT + func (CallLogRecord_CallType) Descriptor() protoreflect.EnumDescriptor + func (CallLogRecord_CallType) EnumDescriptor() ([]byte, []int) + func (CallLogRecord_CallType) Type() protoreflect.EnumType + func (x *CallLogRecord_CallType) UnmarshalJSON(b []byte) error + func (x CallLogRecord_CallType) Enum() *CallLogRecord_CallType + func (x CallLogRecord_CallType) Number() protoreflect.EnumNumber + func (x CallLogRecord_CallType) String() string + type CallLogRecord_ParticipantInfo struct + CallResult *CallLogRecord_CallResult + UserJID *string + func (*CallLogRecord_ParticipantInfo) Descriptor() ([]byte, []int) + func (*CallLogRecord_ParticipantInfo) ProtoMessage() + func (x *CallLogRecord_ParticipantInfo) GetCallResult() CallLogRecord_CallResult + func (x *CallLogRecord_ParticipantInfo) GetUserJID() string + func (x *CallLogRecord_ParticipantInfo) ProtoReflect() protoreflect.Message + func (x *CallLogRecord_ParticipantInfo) Reset() + func (x *CallLogRecord_ParticipantInfo) String() string + type CallLogRecord_SilenceReason int32 + const CallLogRecord_LIGHTWEIGHT + const CallLogRecord_NONE + const CallLogRecord_PRIVACY + const CallLogRecord_SCHEDULED + func (CallLogRecord_SilenceReason) Descriptor() protoreflect.EnumDescriptor + func (CallLogRecord_SilenceReason) EnumDescriptor() ([]byte, []int) + func (CallLogRecord_SilenceReason) Type() protoreflect.EnumType + func (x *CallLogRecord_SilenceReason) UnmarshalJSON(b []byte) error + func (x CallLogRecord_SilenceReason) Enum() *CallLogRecord_SilenceReason + func (x CallLogRecord_SilenceReason) Number() protoreflect.EnumNumber + func (x CallLogRecord_SilenceReason) String() string + type ChatAssignmentAction struct + DeviceAgentID *string + func (*ChatAssignmentAction) Descriptor() ([]byte, []int) + func (*ChatAssignmentAction) ProtoMessage() + func (x *ChatAssignmentAction) GetDeviceAgentID() string + func (x *ChatAssignmentAction) ProtoReflect() protoreflect.Message + func (x *ChatAssignmentAction) Reset() + func (x *ChatAssignmentAction) String() string + type ChatAssignmentOpenedStatusAction struct + ChatOpened *bool + func (*ChatAssignmentOpenedStatusAction) Descriptor() ([]byte, []int) + func (*ChatAssignmentOpenedStatusAction) ProtoMessage() + func (x *ChatAssignmentOpenedStatusAction) GetChatOpened() bool + func (x *ChatAssignmentOpenedStatusAction) ProtoReflect() protoreflect.Message + func (x *ChatAssignmentOpenedStatusAction) Reset() + func (x *ChatAssignmentOpenedStatusAction) String() string + type ClearChatAction struct + MessageRange *SyncActionMessageRange + func (*ClearChatAction) Descriptor() ([]byte, []int) + func (*ClearChatAction) ProtoMessage() + func (x *ClearChatAction) GetMessageRange() *SyncActionMessageRange + func (x *ClearChatAction) ProtoReflect() protoreflect.Message + func (x *ClearChatAction) Reset() + func (x *ClearChatAction) String() string + type ContactAction struct + FirstName *string + FullName *string + LidJID *string + SaveOnPrimaryAddressbook *bool + func (*ContactAction) Descriptor() ([]byte, []int) + func (*ContactAction) ProtoMessage() + func (x *ContactAction) GetFirstName() string + func (x *ContactAction) GetFullName() string + func (x *ContactAction) GetLidJID() string + func (x *ContactAction) GetSaveOnPrimaryAddressbook() bool + func (x *ContactAction) ProtoReflect() protoreflect.Message + func (x *ContactAction) Reset() + func (x *ContactAction) String() string + type CustomPaymentMethod struct + Country *string + CredentialID *string + Metadata []*CustomPaymentMethodMetadata + Type *string + func (*CustomPaymentMethod) Descriptor() ([]byte, []int) + func (*CustomPaymentMethod) ProtoMessage() + func (x *CustomPaymentMethod) GetCountry() string + func (x *CustomPaymentMethod) GetCredentialID() string + func (x *CustomPaymentMethod) GetMetadata() []*CustomPaymentMethodMetadata + func (x *CustomPaymentMethod) GetType() string + func (x *CustomPaymentMethod) ProtoReflect() protoreflect.Message + func (x *CustomPaymentMethod) Reset() + func (x *CustomPaymentMethod) String() string + type CustomPaymentMethodMetadata struct + Key *string + Value *string + func (*CustomPaymentMethodMetadata) Descriptor() ([]byte, []int) + func (*CustomPaymentMethodMetadata) ProtoMessage() + func (x *CustomPaymentMethodMetadata) GetKey() string + func (x *CustomPaymentMethodMetadata) GetValue() string + func (x *CustomPaymentMethodMetadata) ProtoReflect() protoreflect.Message + func (x *CustomPaymentMethodMetadata) Reset() + func (x *CustomPaymentMethodMetadata) String() string + type CustomPaymentMethodsAction struct + CustomPaymentMethods []*CustomPaymentMethod + func (*CustomPaymentMethodsAction) Descriptor() ([]byte, []int) + func (*CustomPaymentMethodsAction) ProtoMessage() + func (x *CustomPaymentMethodsAction) GetCustomPaymentMethods() []*CustomPaymentMethod + func (x *CustomPaymentMethodsAction) ProtoReflect() protoreflect.Message + func (x *CustomPaymentMethodsAction) Reset() + func (x *CustomPaymentMethodsAction) String() string + type DeleteChatAction struct + MessageRange *SyncActionMessageRange + func (*DeleteChatAction) Descriptor() ([]byte, []int) + func (*DeleteChatAction) ProtoMessage() + func (x *DeleteChatAction) GetMessageRange() *SyncActionMessageRange + func (x *DeleteChatAction) ProtoReflect() protoreflect.Message + func (x *DeleteChatAction) Reset() + func (x *DeleteChatAction) String() string + type DeleteIndividualCallLogAction struct + IsIncoming *bool + PeerJID *string + func (*DeleteIndividualCallLogAction) Descriptor() ([]byte, []int) + func (*DeleteIndividualCallLogAction) ProtoMessage() + func (x *DeleteIndividualCallLogAction) GetIsIncoming() bool + func (x *DeleteIndividualCallLogAction) GetPeerJID() string + func (x *DeleteIndividualCallLogAction) ProtoReflect() protoreflect.Message + func (x *DeleteIndividualCallLogAction) Reset() + func (x *DeleteIndividualCallLogAction) String() string + type DeleteMessageForMeAction struct + DeleteMedia *bool + MessageTimestamp *int64 + func (*DeleteMessageForMeAction) Descriptor() ([]byte, []int) + func (*DeleteMessageForMeAction) ProtoMessage() + func (x *DeleteMessageForMeAction) GetDeleteMedia() bool + func (x *DeleteMessageForMeAction) GetMessageTimestamp() int64 + func (x *DeleteMessageForMeAction) ProtoReflect() protoreflect.Message + func (x *DeleteMessageForMeAction) Reset() + func (x *DeleteMessageForMeAction) String() string + type ExternalWebBetaAction struct + IsOptIn *bool + func (*ExternalWebBetaAction) Descriptor() ([]byte, []int) + func (*ExternalWebBetaAction) ProtoMessage() + func (x *ExternalWebBetaAction) GetIsOptIn() bool + func (x *ExternalWebBetaAction) ProtoReflect() protoreflect.Message + func (x *ExternalWebBetaAction) Reset() + func (x *ExternalWebBetaAction) String() string + type FavoritesAction struct + Favorites []*FavoritesAction_Favorite + func (*FavoritesAction) Descriptor() ([]byte, []int) + func (*FavoritesAction) ProtoMessage() + func (x *FavoritesAction) GetFavorites() []*FavoritesAction_Favorite + func (x *FavoritesAction) ProtoReflect() protoreflect.Message + func (x *FavoritesAction) Reset() + func (x *FavoritesAction) String() string + type FavoritesAction_Favorite struct + ID *string + func (*FavoritesAction_Favorite) Descriptor() ([]byte, []int) + func (*FavoritesAction_Favorite) ProtoMessage() + func (x *FavoritesAction_Favorite) GetID() string + func (x *FavoritesAction_Favorite) ProtoReflect() protoreflect.Message + func (x *FavoritesAction_Favorite) Reset() + func (x *FavoritesAction_Favorite) String() string + type KeyExpiration struct + ExpiredKeyEpoch *int32 + func (*KeyExpiration) Descriptor() ([]byte, []int) + func (*KeyExpiration) ProtoMessage() + func (x *KeyExpiration) GetExpiredKeyEpoch() int32 + func (x *KeyExpiration) ProtoReflect() protoreflect.Message + func (x *KeyExpiration) Reset() + func (x *KeyExpiration) String() string + type LabelAssociationAction struct + Labeled *bool + func (*LabelAssociationAction) Descriptor() ([]byte, []int) + func (*LabelAssociationAction) ProtoMessage() + func (x *LabelAssociationAction) GetLabeled() bool + func (x *LabelAssociationAction) ProtoReflect() protoreflect.Message + func (x *LabelAssociationAction) Reset() + func (x *LabelAssociationAction) String() string + type LabelEditAction struct + Color *int32 + Deleted *bool + IsActive *bool + Name *string + OrderIndex *int32 + PredefinedID *int32 + Type *LabelEditAction_ListType + func (*LabelEditAction) Descriptor() ([]byte, []int) + func (*LabelEditAction) ProtoMessage() + func (x *LabelEditAction) GetColor() int32 + func (x *LabelEditAction) GetDeleted() bool + func (x *LabelEditAction) GetIsActive() bool + func (x *LabelEditAction) GetName() string + func (x *LabelEditAction) GetOrderIndex() int32 + func (x *LabelEditAction) GetPredefinedID() int32 + func (x *LabelEditAction) GetType() LabelEditAction_ListType + func (x *LabelEditAction) ProtoReflect() protoreflect.Message + func (x *LabelEditAction) Reset() + func (x *LabelEditAction) String() string + type LabelEditAction_ListType int32 + const LabelEditAction_CUSTOM + const LabelEditAction_FAVORITES + const LabelEditAction_GROUPS + const LabelEditAction_NONE + const LabelEditAction_PREDEFINED + const LabelEditAction_UNREAD + func (LabelEditAction_ListType) Descriptor() protoreflect.EnumDescriptor + func (LabelEditAction_ListType) EnumDescriptor() ([]byte, []int) + func (LabelEditAction_ListType) Type() protoreflect.EnumType + func (x *LabelEditAction_ListType) UnmarshalJSON(b []byte) error + func (x LabelEditAction_ListType) Enum() *LabelEditAction_ListType + func (x LabelEditAction_ListType) Number() protoreflect.EnumNumber + func (x LabelEditAction_ListType) String() string + type LabelReorderingAction struct + SortedLabelIDs []int32 + func (*LabelReorderingAction) Descriptor() ([]byte, []int) + func (*LabelReorderingAction) ProtoMessage() + func (x *LabelReorderingAction) GetSortedLabelIDs() []int32 + func (x *LabelReorderingAction) ProtoReflect() protoreflect.Message + func (x *LabelReorderingAction) Reset() + func (x *LabelReorderingAction) String() string + type LocaleSetting struct + Locale *string + func (*LocaleSetting) Descriptor() ([]byte, []int) + func (*LocaleSetting) ProtoMessage() + func (x *LocaleSetting) GetLocale() string + func (x *LocaleSetting) ProtoReflect() protoreflect.Message + func (x *LocaleSetting) Reset() + func (x *LocaleSetting) String() string + type LockChatAction struct + Locked *bool + func (*LockChatAction) Descriptor() ([]byte, []int) + func (*LockChatAction) ProtoMessage() + func (x *LockChatAction) GetLocked() bool + func (x *LockChatAction) ProtoReflect() protoreflect.Message + func (x *LockChatAction) Reset() + func (x *LockChatAction) String() string + type MarkChatAsReadAction struct + MessageRange *SyncActionMessageRange + Read *bool + func (*MarkChatAsReadAction) Descriptor() ([]byte, []int) + func (*MarkChatAsReadAction) ProtoMessage() + func (x *MarkChatAsReadAction) GetMessageRange() *SyncActionMessageRange + func (x *MarkChatAsReadAction) GetRead() bool + func (x *MarkChatAsReadAction) ProtoReflect() protoreflect.Message + func (x *MarkChatAsReadAction) Reset() + func (x *MarkChatAsReadAction) String() string + type MarketingMessageAction struct + CreatedAt *int64 + IsDeleted *bool + LastSentAt *int64 + MediaID *string + Message *string + Name *string + Type *MarketingMessageAction_MarketingMessagePrototypeType + func (*MarketingMessageAction) Descriptor() ([]byte, []int) + func (*MarketingMessageAction) ProtoMessage() + func (x *MarketingMessageAction) GetCreatedAt() int64 + func (x *MarketingMessageAction) GetIsDeleted() bool + func (x *MarketingMessageAction) GetLastSentAt() int64 + func (x *MarketingMessageAction) GetMediaID() string + func (x *MarketingMessageAction) GetMessage() string + func (x *MarketingMessageAction) GetName() string + func (x *MarketingMessageAction) GetType() MarketingMessageAction_MarketingMessagePrototypeType + func (x *MarketingMessageAction) ProtoReflect() protoreflect.Message + func (x *MarketingMessageAction) Reset() + func (x *MarketingMessageAction) String() string + type MarketingMessageAction_MarketingMessagePrototypeType int32 + const MarketingMessageAction_PERSONALIZED + func (MarketingMessageAction_MarketingMessagePrototypeType) Descriptor() protoreflect.EnumDescriptor + func (MarketingMessageAction_MarketingMessagePrototypeType) EnumDescriptor() ([]byte, []int) + func (MarketingMessageAction_MarketingMessagePrototypeType) Type() protoreflect.EnumType + func (x *MarketingMessageAction_MarketingMessagePrototypeType) UnmarshalJSON(b []byte) error + func (x MarketingMessageAction_MarketingMessagePrototypeType) Enum() *MarketingMessageAction_MarketingMessagePrototypeType + func (x MarketingMessageAction_MarketingMessagePrototypeType) Number() protoreflect.EnumNumber + func (x MarketingMessageAction_MarketingMessagePrototypeType) String() string + type MarketingMessageBroadcastAction struct + RepliedCount *int32 + func (*MarketingMessageBroadcastAction) Descriptor() ([]byte, []int) + func (*MarketingMessageBroadcastAction) ProtoMessage() + func (x *MarketingMessageBroadcastAction) GetRepliedCount() int32 + func (x *MarketingMessageBroadcastAction) ProtoReflect() protoreflect.Message + func (x *MarketingMessageBroadcastAction) Reset() + func (x *MarketingMessageBroadcastAction) String() string + type MerchantPaymentPartnerAction struct + Country *string + CredentialID *string + GatewayName *string + Status *MerchantPaymentPartnerAction_Status + func (*MerchantPaymentPartnerAction) Descriptor() ([]byte, []int) + func (*MerchantPaymentPartnerAction) ProtoMessage() + func (x *MerchantPaymentPartnerAction) GetCountry() string + func (x *MerchantPaymentPartnerAction) GetCredentialID() string + func (x *MerchantPaymentPartnerAction) GetGatewayName() string + func (x *MerchantPaymentPartnerAction) GetStatus() MerchantPaymentPartnerAction_Status + func (x *MerchantPaymentPartnerAction) ProtoReflect() protoreflect.Message + func (x *MerchantPaymentPartnerAction) Reset() + func (x *MerchantPaymentPartnerAction) String() string + type MerchantPaymentPartnerAction_Status int32 + const MerchantPaymentPartnerAction_ACTIVE + const MerchantPaymentPartnerAction_INACTIVE + func (MerchantPaymentPartnerAction_Status) Descriptor() protoreflect.EnumDescriptor + func (MerchantPaymentPartnerAction_Status) EnumDescriptor() ([]byte, []int) + func (MerchantPaymentPartnerAction_Status) Type() protoreflect.EnumType + func (x *MerchantPaymentPartnerAction_Status) UnmarshalJSON(b []byte) error + func (x MerchantPaymentPartnerAction_Status) Enum() *MerchantPaymentPartnerAction_Status + func (x MerchantPaymentPartnerAction_Status) Number() protoreflect.EnumNumber + func (x MerchantPaymentPartnerAction_Status) String() string + type MuteAction struct + AutoMuted *bool + MuteEndTimestamp *int64 + Muted *bool + func (*MuteAction) Descriptor() ([]byte, []int) + func (*MuteAction) ProtoMessage() + func (x *MuteAction) GetAutoMuted() bool + func (x *MuteAction) GetMuteEndTimestamp() int64 + func (x *MuteAction) GetMuted() bool + func (x *MuteAction) ProtoReflect() protoreflect.Message + func (x *MuteAction) Reset() + func (x *MuteAction) String() string + type NoteEditAction struct + ChatJID *string + CreatedAt *int64 + Deleted *bool + Type *NoteEditAction_NoteType + UnstructuredContent *string + func (*NoteEditAction) Descriptor() ([]byte, []int) + func (*NoteEditAction) ProtoMessage() + func (x *NoteEditAction) GetChatJID() string + func (x *NoteEditAction) GetCreatedAt() int64 + func (x *NoteEditAction) GetDeleted() bool + func (x *NoteEditAction) GetType() NoteEditAction_NoteType + func (x *NoteEditAction) GetUnstructuredContent() string + func (x *NoteEditAction) ProtoReflect() protoreflect.Message + func (x *NoteEditAction) Reset() + func (x *NoteEditAction) String() string + type NoteEditAction_NoteType int32 + const NoteEditAction_STRUCTURED + const NoteEditAction_UNSTRUCTURED + func (NoteEditAction_NoteType) Descriptor() protoreflect.EnumDescriptor + func (NoteEditAction_NoteType) EnumDescriptor() ([]byte, []int) + func (NoteEditAction_NoteType) Type() protoreflect.EnumType + func (x *NoteEditAction_NoteType) UnmarshalJSON(b []byte) error + func (x NoteEditAction_NoteType) Enum() *NoteEditAction_NoteType + func (x NoteEditAction_NoteType) Number() protoreflect.EnumNumber + func (x NoteEditAction_NoteType) String() string + type NuxAction struct + Acknowledged *bool + func (*NuxAction) Descriptor() ([]byte, []int) + func (*NuxAction) ProtoMessage() + func (x *NuxAction) GetAcknowledged() bool + func (x *NuxAction) ProtoReflect() protoreflect.Message + func (x *NuxAction) Reset() + func (x *NuxAction) String() string + type PatchDebugData struct + CollectionName []byte + CurrentLthash []byte + FirstFourBytesFromAHashOfSnapshotMACKey []byte + IsSenderPrimary *bool + NewLthash []byte + NewLthashSubtract []byte + NumberAdd *int32 + NumberOverride *int32 + NumberRemove *int32 + PatchVersion []byte + SenderPlatform *PatchDebugData_Platform + func (*PatchDebugData) Descriptor() ([]byte, []int) + func (*PatchDebugData) ProtoMessage() + func (x *PatchDebugData) GetCollectionName() []byte + func (x *PatchDebugData) GetCurrentLthash() []byte + func (x *PatchDebugData) GetFirstFourBytesFromAHashOfSnapshotMACKey() []byte + func (x *PatchDebugData) GetIsSenderPrimary() bool + func (x *PatchDebugData) GetNewLthash() []byte + func (x *PatchDebugData) GetNewLthashSubtract() []byte + func (x *PatchDebugData) GetNumberAdd() int32 + func (x *PatchDebugData) GetNumberOverride() int32 + func (x *PatchDebugData) GetNumberRemove() int32 + func (x *PatchDebugData) GetPatchVersion() []byte + func (x *PatchDebugData) GetSenderPlatform() PatchDebugData_Platform + func (x *PatchDebugData) ProtoReflect() protoreflect.Message + func (x *PatchDebugData) Reset() + func (x *PatchDebugData) String() string + type PatchDebugData_Platform int32 + const PatchDebugData_ANDROID + const PatchDebugData_DARWIN + const PatchDebugData_IPHONE + const PatchDebugData_SMBA + const PatchDebugData_SMBI + const PatchDebugData_UWP + const PatchDebugData_WEB + func (PatchDebugData_Platform) Descriptor() protoreflect.EnumDescriptor + func (PatchDebugData_Platform) EnumDescriptor() ([]byte, []int) + func (PatchDebugData_Platform) Type() protoreflect.EnumType + func (x *PatchDebugData_Platform) UnmarshalJSON(b []byte) error + func (x PatchDebugData_Platform) Enum() *PatchDebugData_Platform + func (x PatchDebugData_Platform) Number() protoreflect.EnumNumber + func (x PatchDebugData_Platform) String() string + type PaymentInfoAction struct + Cpi *string + func (*PaymentInfoAction) Descriptor() ([]byte, []int) + func (*PaymentInfoAction) ProtoMessage() + func (x *PaymentInfoAction) GetCpi() string + func (x *PaymentInfoAction) ProtoReflect() protoreflect.Message + func (x *PaymentInfoAction) Reset() + func (x *PaymentInfoAction) String() string + type PinAction struct + Pinned *bool + func (*PinAction) Descriptor() ([]byte, []int) + func (*PinAction) ProtoMessage() + func (x *PinAction) GetPinned() bool + func (x *PinAction) ProtoReflect() protoreflect.Message + func (x *PinAction) Reset() + func (x *PinAction) String() string + type PnForLidChatAction struct + PnJID *string + func (*PnForLidChatAction) Descriptor() ([]byte, []int) + func (*PnForLidChatAction) ProtoMessage() + func (x *PnForLidChatAction) GetPnJID() string + func (x *PnForLidChatAction) ProtoReflect() protoreflect.Message + func (x *PnForLidChatAction) Reset() + func (x *PnForLidChatAction) String() string + type PrimaryFeature struct + Flags []string + func (*PrimaryFeature) Descriptor() ([]byte, []int) + func (*PrimaryFeature) ProtoMessage() + func (x *PrimaryFeature) GetFlags() []string + func (x *PrimaryFeature) ProtoReflect() protoreflect.Message + func (x *PrimaryFeature) Reset() + func (x *PrimaryFeature) String() string + type PrimaryVersionAction struct + Version *string + func (*PrimaryVersionAction) Descriptor() ([]byte, []int) + func (*PrimaryVersionAction) ProtoMessage() + func (x *PrimaryVersionAction) GetVersion() string + func (x *PrimaryVersionAction) ProtoReflect() protoreflect.Message + func (x *PrimaryVersionAction) Reset() + func (x *PrimaryVersionAction) String() string + type PrivacySettingDisableLinkPreviewsAction struct + IsPreviewsDisabled *bool + func (*PrivacySettingDisableLinkPreviewsAction) Descriptor() ([]byte, []int) + func (*PrivacySettingDisableLinkPreviewsAction) ProtoMessage() + func (x *PrivacySettingDisableLinkPreviewsAction) GetIsPreviewsDisabled() bool + func (x *PrivacySettingDisableLinkPreviewsAction) ProtoReflect() protoreflect.Message + func (x *PrivacySettingDisableLinkPreviewsAction) Reset() + func (x *PrivacySettingDisableLinkPreviewsAction) String() string + type PrivacySettingRelayAllCalls struct + IsEnabled *bool + func (*PrivacySettingRelayAllCalls) Descriptor() ([]byte, []int) + func (*PrivacySettingRelayAllCalls) ProtoMessage() + func (x *PrivacySettingRelayAllCalls) GetIsEnabled() bool + func (x *PrivacySettingRelayAllCalls) ProtoReflect() protoreflect.Message + func (x *PrivacySettingRelayAllCalls) Reset() + func (x *PrivacySettingRelayAllCalls) String() string + type PushNameSetting struct + Name *string + func (*PushNameSetting) Descriptor() ([]byte, []int) + func (*PushNameSetting) ProtoMessage() + func (x *PushNameSetting) GetName() string + func (x *PushNameSetting) ProtoReflect() protoreflect.Message + func (x *PushNameSetting) Reset() + func (x *PushNameSetting) String() string + type QuickReplyAction struct + Count *int32 + Deleted *bool + Keywords []string + Message *string + Shortcut *string + func (*QuickReplyAction) Descriptor() ([]byte, []int) + func (*QuickReplyAction) ProtoMessage() + func (x *QuickReplyAction) GetCount() int32 + func (x *QuickReplyAction) GetDeleted() bool + func (x *QuickReplyAction) GetKeywords() []string + func (x *QuickReplyAction) GetMessage() string + func (x *QuickReplyAction) GetShortcut() string + func (x *QuickReplyAction) ProtoReflect() protoreflect.Message + func (x *QuickReplyAction) Reset() + func (x *QuickReplyAction) String() string + type RecentEmojiWeight struct + Emoji *string + Weight *float32 + func (*RecentEmojiWeight) Descriptor() ([]byte, []int) + func (*RecentEmojiWeight) ProtoMessage() + func (x *RecentEmojiWeight) GetEmoji() string + func (x *RecentEmojiWeight) GetWeight() float32 + func (x *RecentEmojiWeight) ProtoReflect() protoreflect.Message + func (x *RecentEmojiWeight) Reset() + func (x *RecentEmojiWeight) String() string + type RecentEmojiWeightsAction struct + Weights []*RecentEmojiWeight + func (*RecentEmojiWeightsAction) Descriptor() ([]byte, []int) + func (*RecentEmojiWeightsAction) ProtoMessage() + func (x *RecentEmojiWeightsAction) GetWeights() []*RecentEmojiWeight + func (x *RecentEmojiWeightsAction) ProtoReflect() protoreflect.Message + func (x *RecentEmojiWeightsAction) Reset() + func (x *RecentEmojiWeightsAction) String() string + type RemoveRecentStickerAction struct + LastStickerSentTS *int64 + func (*RemoveRecentStickerAction) Descriptor() ([]byte, []int) + func (*RemoveRecentStickerAction) ProtoMessage() + func (x *RemoveRecentStickerAction) GetLastStickerSentTS() int64 + func (x *RemoveRecentStickerAction) ProtoReflect() protoreflect.Message + func (x *RemoveRecentStickerAction) Reset() + func (x *RemoveRecentStickerAction) String() string + type SecurityNotificationSetting struct + ShowNotification *bool + func (*SecurityNotificationSetting) Descriptor() ([]byte, []int) + func (*SecurityNotificationSetting) ProtoMessage() + func (x *SecurityNotificationSetting) GetShowNotification() bool + func (x *SecurityNotificationSetting) ProtoReflect() protoreflect.Message + func (x *SecurityNotificationSetting) Reset() + func (x *SecurityNotificationSetting) String() string + type StarAction struct + Starred *bool + func (*StarAction) Descriptor() ([]byte, []int) + func (*StarAction) ProtoMessage() + func (x *StarAction) GetStarred() bool + func (x *StarAction) ProtoReflect() protoreflect.Message + func (x *StarAction) Reset() + func (x *StarAction) String() string + type StatusPrivacyAction struct + Mode *StatusPrivacyAction_StatusDistributionMode + UserJID []string + func (*StatusPrivacyAction) Descriptor() ([]byte, []int) + func (*StatusPrivacyAction) ProtoMessage() + func (x *StatusPrivacyAction) GetMode() StatusPrivacyAction_StatusDistributionMode + func (x *StatusPrivacyAction) GetUserJID() []string + func (x *StatusPrivacyAction) ProtoReflect() protoreflect.Message + func (x *StatusPrivacyAction) Reset() + func (x *StatusPrivacyAction) String() string + type StatusPrivacyAction_StatusDistributionMode int32 + const StatusPrivacyAction_ALLOW_LIST + const StatusPrivacyAction_CONTACTS + const StatusPrivacyAction_DENY_LIST + func (StatusPrivacyAction_StatusDistributionMode) Descriptor() protoreflect.EnumDescriptor + func (StatusPrivacyAction_StatusDistributionMode) EnumDescriptor() ([]byte, []int) + func (StatusPrivacyAction_StatusDistributionMode) Type() protoreflect.EnumType + func (x *StatusPrivacyAction_StatusDistributionMode) UnmarshalJSON(b []byte) error + func (x StatusPrivacyAction_StatusDistributionMode) Enum() *StatusPrivacyAction_StatusDistributionMode + func (x StatusPrivacyAction_StatusDistributionMode) Number() protoreflect.EnumNumber + func (x StatusPrivacyAction_StatusDistributionMode) String() string + type StickerAction struct + DeviceIDHint *uint32 + DirectPath *string + FileEncSHA256 []byte + FileLength *uint64 + Height *uint32 + IsFavorite *bool + IsLottie *bool + MediaKey []byte + Mimetype *string + URL *string + Width *uint32 + func (*StickerAction) Descriptor() ([]byte, []int) + func (*StickerAction) ProtoMessage() + func (x *StickerAction) GetDeviceIDHint() uint32 + func (x *StickerAction) GetDirectPath() string + func (x *StickerAction) GetFileEncSHA256() []byte + func (x *StickerAction) GetFileLength() uint64 + func (x *StickerAction) GetHeight() uint32 + func (x *StickerAction) GetIsFavorite() bool + func (x *StickerAction) GetIsLottie() bool + func (x *StickerAction) GetMediaKey() []byte + func (x *StickerAction) GetMimetype() string + func (x *StickerAction) GetURL() string + func (x *StickerAction) GetWidth() uint32 + func (x *StickerAction) ProtoReflect() protoreflect.Message + func (x *StickerAction) Reset() + func (x *StickerAction) String() string + type SubscriptionAction struct + ExpirationDate *int64 + IsAutoRenewing *bool + IsDeactivated *bool + func (*SubscriptionAction) Descriptor() ([]byte, []int) + func (*SubscriptionAction) ProtoMessage() + func (x *SubscriptionAction) GetExpirationDate() int64 + func (x *SubscriptionAction) GetIsAutoRenewing() bool + func (x *SubscriptionAction) GetIsDeactivated() bool + func (x *SubscriptionAction) ProtoReflect() protoreflect.Message + func (x *SubscriptionAction) Reset() + func (x *SubscriptionAction) String() string + type SyncActionData struct + Index []byte + Padding []byte + Value *SyncActionValue + Version *int32 + func (*SyncActionData) Descriptor() ([]byte, []int) + func (*SyncActionData) ProtoMessage() + func (x *SyncActionData) GetIndex() []byte + func (x *SyncActionData) GetPadding() []byte + func (x *SyncActionData) GetValue() *SyncActionValue + func (x *SyncActionData) GetVersion() int32 + func (x *SyncActionData) ProtoReflect() protoreflect.Message + func (x *SyncActionData) Reset() + func (x *SyncActionData) String() string + type SyncActionMessage struct + Key *waCommon.MessageKey + Timestamp *int64 + func (*SyncActionMessage) Descriptor() ([]byte, []int) + func (*SyncActionMessage) ProtoMessage() + func (x *SyncActionMessage) GetKey() *waCommon.MessageKey + func (x *SyncActionMessage) GetTimestamp() int64 + func (x *SyncActionMessage) ProtoReflect() protoreflect.Message + func (x *SyncActionMessage) Reset() + func (x *SyncActionMessage) String() string + type SyncActionMessageRange struct + LastMessageTimestamp *int64 + LastSystemMessageTimestamp *int64 + Messages []*SyncActionMessage + func (*SyncActionMessageRange) Descriptor() ([]byte, []int) + func (*SyncActionMessageRange) ProtoMessage() + func (x *SyncActionMessageRange) GetLastMessageTimestamp() int64 + func (x *SyncActionMessageRange) GetLastSystemMessageTimestamp() int64 + func (x *SyncActionMessageRange) GetMessages() []*SyncActionMessage + func (x *SyncActionMessageRange) ProtoReflect() protoreflect.Message + func (x *SyncActionMessageRange) Reset() + func (x *SyncActionMessageRange) String() string + type SyncActionValue struct + AgentAction *AgentAction + AndroidUnsupportedActions *AndroidUnsupportedActions + ArchiveChatAction *ArchiveChatAction + BotWelcomeRequestAction *BotWelcomeRequestAction + CallLogAction *CallLogAction + ChatAssignment *ChatAssignmentAction + ChatAssignmentOpenedStatus *ChatAssignmentOpenedStatusAction + ChatLockSettings *waChatLockSettings.ChatLockSettings + ClearChatAction *ClearChatAction + ContactAction *ContactAction + CustomPaymentMethodsAction *CustomPaymentMethodsAction + DeleteChatAction *DeleteChatAction + DeleteIndividualCallLog *DeleteIndividualCallLogAction + DeleteMessageForMeAction *DeleteMessageForMeAction + DeviceCapabilities *waDeviceCapabilities.DeviceCapabilities + ExternalWebBetaAction *ExternalWebBetaAction + FavoritesAction *FavoritesAction + KeyExpiration *KeyExpiration + LabelAssociationAction *LabelAssociationAction + LabelEditAction *LabelEditAction + LabelReorderingAction *LabelReorderingAction + LocaleSetting *LocaleSetting + LockChatAction *LockChatAction + MarkChatAsReadAction *MarkChatAsReadAction + MarketingMessageAction *MarketingMessageAction + MarketingMessageBroadcastAction *MarketingMessageBroadcastAction + MerchantPaymentPartnerAction *MerchantPaymentPartnerAction + MuteAction *MuteAction + NoteEditAction *NoteEditAction + NuxAction *NuxAction + PaymentInfoAction *PaymentInfoAction + PinAction *PinAction + PnForLidChatAction *PnForLidChatAction + PrimaryFeature *PrimaryFeature + PrimaryVersionAction *PrimaryVersionAction + PrivacySettingDisableLinkPreviewsAction *PrivacySettingDisableLinkPreviewsAction + PrivacySettingRelayAllCalls *PrivacySettingRelayAllCalls + PushNameSetting *PushNameSetting + QuickReplyAction *QuickReplyAction + RecentEmojiWeightsAction *RecentEmojiWeightsAction + RemoveRecentStickerAction *RemoveRecentStickerAction + SecurityNotificationSetting *SecurityNotificationSetting + StarAction *StarAction + StatusPrivacy *StatusPrivacyAction + StickerAction *StickerAction + SubscriptionAction *SubscriptionAction + TimeFormatAction *TimeFormatAction + Timestamp *int64 + UnarchiveChatsSetting *UnarchiveChatsSetting + UserStatusMuteAction *UserStatusMuteAction + UsernameChatStartMode *UsernameChatStartModeAction + WaffleAccountLinkStateAction *WaffleAccountLinkStateAction + WamoUserIdentifierAction *WamoUserIdentifierAction + func (*SyncActionValue) Descriptor() ([]byte, []int) + func (*SyncActionValue) ProtoMessage() + func (x *SyncActionValue) GetAgentAction() *AgentAction + func (x *SyncActionValue) GetAndroidUnsupportedActions() *AndroidUnsupportedActions + func (x *SyncActionValue) GetArchiveChatAction() *ArchiveChatAction + func (x *SyncActionValue) GetBotWelcomeRequestAction() *BotWelcomeRequestAction + func (x *SyncActionValue) GetCallLogAction() *CallLogAction + func (x *SyncActionValue) GetChatAssignment() *ChatAssignmentAction + func (x *SyncActionValue) GetChatAssignmentOpenedStatus() *ChatAssignmentOpenedStatusAction + func (x *SyncActionValue) GetChatLockSettings() *waChatLockSettings.ChatLockSettings + func (x *SyncActionValue) GetClearChatAction() *ClearChatAction + func (x *SyncActionValue) GetContactAction() *ContactAction + func (x *SyncActionValue) GetCustomPaymentMethodsAction() *CustomPaymentMethodsAction + func (x *SyncActionValue) GetDeleteChatAction() *DeleteChatAction + func (x *SyncActionValue) GetDeleteIndividualCallLog() *DeleteIndividualCallLogAction + func (x *SyncActionValue) GetDeleteMessageForMeAction() *DeleteMessageForMeAction + func (x *SyncActionValue) GetDeviceCapabilities() *waDeviceCapabilities.DeviceCapabilities + func (x *SyncActionValue) GetExternalWebBetaAction() *ExternalWebBetaAction + func (x *SyncActionValue) GetFavoritesAction() *FavoritesAction + func (x *SyncActionValue) GetKeyExpiration() *KeyExpiration + func (x *SyncActionValue) GetLabelAssociationAction() *LabelAssociationAction + func (x *SyncActionValue) GetLabelEditAction() *LabelEditAction + func (x *SyncActionValue) GetLabelReorderingAction() *LabelReorderingAction + func (x *SyncActionValue) GetLocaleSetting() *LocaleSetting + func (x *SyncActionValue) GetLockChatAction() *LockChatAction + func (x *SyncActionValue) GetMarkChatAsReadAction() *MarkChatAsReadAction + func (x *SyncActionValue) GetMarketingMessageAction() *MarketingMessageAction + func (x *SyncActionValue) GetMarketingMessageBroadcastAction() *MarketingMessageBroadcastAction + func (x *SyncActionValue) GetMerchantPaymentPartnerAction() *MerchantPaymentPartnerAction + func (x *SyncActionValue) GetMuteAction() *MuteAction + func (x *SyncActionValue) GetNoteEditAction() *NoteEditAction + func (x *SyncActionValue) GetNuxAction() *NuxAction + func (x *SyncActionValue) GetPaymentInfoAction() *PaymentInfoAction + func (x *SyncActionValue) GetPinAction() *PinAction + func (x *SyncActionValue) GetPnForLidChatAction() *PnForLidChatAction + func (x *SyncActionValue) GetPrimaryFeature() *PrimaryFeature + func (x *SyncActionValue) GetPrimaryVersionAction() *PrimaryVersionAction + func (x *SyncActionValue) GetPrivacySettingDisableLinkPreviewsAction() *PrivacySettingDisableLinkPreviewsAction + func (x *SyncActionValue) GetPrivacySettingRelayAllCalls() *PrivacySettingRelayAllCalls + func (x *SyncActionValue) GetPushNameSetting() *PushNameSetting + func (x *SyncActionValue) GetQuickReplyAction() *QuickReplyAction + func (x *SyncActionValue) GetRecentEmojiWeightsAction() *RecentEmojiWeightsAction + func (x *SyncActionValue) GetRemoveRecentStickerAction() *RemoveRecentStickerAction + func (x *SyncActionValue) GetSecurityNotificationSetting() *SecurityNotificationSetting + func (x *SyncActionValue) GetStarAction() *StarAction + func (x *SyncActionValue) GetStatusPrivacy() *StatusPrivacyAction + func (x *SyncActionValue) GetStickerAction() *StickerAction + func (x *SyncActionValue) GetSubscriptionAction() *SubscriptionAction + func (x *SyncActionValue) GetTimeFormatAction() *TimeFormatAction + func (x *SyncActionValue) GetTimestamp() int64 + func (x *SyncActionValue) GetUnarchiveChatsSetting() *UnarchiveChatsSetting + func (x *SyncActionValue) GetUserStatusMuteAction() *UserStatusMuteAction + func (x *SyncActionValue) GetUsernameChatStartMode() *UsernameChatStartModeAction + func (x *SyncActionValue) GetWaffleAccountLinkStateAction() *WaffleAccountLinkStateAction + func (x *SyncActionValue) GetWamoUserIdentifierAction() *WamoUserIdentifierAction + func (x *SyncActionValue) ProtoReflect() protoreflect.Message + func (x *SyncActionValue) Reset() + func (x *SyncActionValue) String() string + type TimeFormatAction struct + IsTwentyFourHourFormatEnabled *bool + func (*TimeFormatAction) Descriptor() ([]byte, []int) + func (*TimeFormatAction) ProtoMessage() + func (x *TimeFormatAction) GetIsTwentyFourHourFormatEnabled() bool + func (x *TimeFormatAction) ProtoReflect() protoreflect.Message + func (x *TimeFormatAction) Reset() + func (x *TimeFormatAction) String() string + type UnarchiveChatsSetting struct + UnarchiveChats *bool + func (*UnarchiveChatsSetting) Descriptor() ([]byte, []int) + func (*UnarchiveChatsSetting) ProtoMessage() + func (x *UnarchiveChatsSetting) GetUnarchiveChats() bool + func (x *UnarchiveChatsSetting) ProtoReflect() protoreflect.Message + func (x *UnarchiveChatsSetting) Reset() + func (x *UnarchiveChatsSetting) String() string + type UserStatusMuteAction struct + Muted *bool + func (*UserStatusMuteAction) Descriptor() ([]byte, []int) + func (*UserStatusMuteAction) ProtoMessage() + func (x *UserStatusMuteAction) GetMuted() bool + func (x *UserStatusMuteAction) ProtoReflect() protoreflect.Message + func (x *UserStatusMuteAction) Reset() + func (x *UserStatusMuteAction) String() string + type UsernameChatStartModeAction struct + ChatStartMode *UsernameChatStartModeAction_ChatStartMode + func (*UsernameChatStartModeAction) Descriptor() ([]byte, []int) + func (*UsernameChatStartModeAction) ProtoMessage() + func (x *UsernameChatStartModeAction) GetChatStartMode() UsernameChatStartModeAction_ChatStartMode + func (x *UsernameChatStartModeAction) ProtoReflect() protoreflect.Message + func (x *UsernameChatStartModeAction) Reset() + func (x *UsernameChatStartModeAction) String() string + type UsernameChatStartModeAction_ChatStartMode int32 + const UsernameChatStartModeAction_LID + const UsernameChatStartModeAction_PN + func (UsernameChatStartModeAction_ChatStartMode) Descriptor() protoreflect.EnumDescriptor + func (UsernameChatStartModeAction_ChatStartMode) EnumDescriptor() ([]byte, []int) + func (UsernameChatStartModeAction_ChatStartMode) Type() protoreflect.EnumType + func (x *UsernameChatStartModeAction_ChatStartMode) UnmarshalJSON(b []byte) error + func (x UsernameChatStartModeAction_ChatStartMode) Enum() *UsernameChatStartModeAction_ChatStartMode + func (x UsernameChatStartModeAction_ChatStartMode) Number() protoreflect.EnumNumber + func (x UsernameChatStartModeAction_ChatStartMode) String() string + type WaffleAccountLinkStateAction struct + LinkState *WaffleAccountLinkStateAction_AccountLinkState + func (*WaffleAccountLinkStateAction) Descriptor() ([]byte, []int) + func (*WaffleAccountLinkStateAction) ProtoMessage() + func (x *WaffleAccountLinkStateAction) GetLinkState() WaffleAccountLinkStateAction_AccountLinkState + func (x *WaffleAccountLinkStateAction) ProtoReflect() protoreflect.Message + func (x *WaffleAccountLinkStateAction) Reset() + func (x *WaffleAccountLinkStateAction) String() string + type WaffleAccountLinkStateAction_AccountLinkState int32 + const WaffleAccountLinkStateAction_ACTIVE + func (WaffleAccountLinkStateAction_AccountLinkState) Descriptor() protoreflect.EnumDescriptor + func (WaffleAccountLinkStateAction_AccountLinkState) EnumDescriptor() ([]byte, []int) + func (WaffleAccountLinkStateAction_AccountLinkState) Type() protoreflect.EnumType + func (x *WaffleAccountLinkStateAction_AccountLinkState) UnmarshalJSON(b []byte) error + func (x WaffleAccountLinkStateAction_AccountLinkState) Enum() *WaffleAccountLinkStateAction_AccountLinkState + func (x WaffleAccountLinkStateAction_AccountLinkState) Number() protoreflect.EnumNumber + func (x WaffleAccountLinkStateAction_AccountLinkState) String() string + type WamoUserIdentifierAction struct + Identifier *string + func (*WamoUserIdentifierAction) Descriptor() ([]byte, []int) + func (*WamoUserIdentifierAction) ProtoMessage() + func (x *WamoUserIdentifierAction) GetIdentifier() string + func (x *WamoUserIdentifierAction) ProtoReflect() protoreflect.Message + func (x *WamoUserIdentifierAction) Reset() + func (x *WamoUserIdentifierAction) String() string Other modules containing this package github.com/snaril/wsapp/v2