waSyncAction

package
v0.0.0-...-7d2437c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 18, 2024 License: MPL-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	CallLogRecord_CallType_name = map[int32]string{
		0: "REGULAR",
		1: "SCHEDULED_CALL",
		2: "VOICE_CHAT",
	}
	CallLogRecord_CallType_value = map[string]int32{
		"REGULAR":        0,
		"SCHEDULED_CALL": 1,
		"VOICE_CHAT":     2,
	}
)

Enum value maps for CallLogRecord_CallType.

View Source
var (
	CallLogRecord_SilenceReason_name = map[int32]string{
		0: "NONE",
		1: "SCHEDULED",
		2: "PRIVACY",
		3: "LIGHTWEIGHT",
	}
	CallLogRecord_SilenceReason_value = map[string]int32{
		"NONE":        0,
		"SCHEDULED":   1,
		"PRIVACY":     2,
		"LIGHTWEIGHT": 3,
	}
)

Enum value maps for CallLogRecord_SilenceReason.

View Source
var (
	CallLogRecord_CallResult_name = map[int32]string{
		0:  "CONNECTED",
		1:  "REJECTED",
		2:  "CANCELLED",
		3:  "ACCEPTEDELSEWHERE",
		4:  "MISSED",
		5:  "INVALID",
		6:  "UNAVAILABLE",
		7:  "UPCOMING",
		8:  "FAILED",
		9:  "ABANDONED",
		10: "ONGOING",
	}
	CallLogRecord_CallResult_value = map[string]int32{
		"CONNECTED":         0,
		"REJECTED":          1,
		"CANCELLED":         2,
		"ACCEPTEDELSEWHERE": 3,
		"MISSED":            4,
		"INVALID":           5,
		"UNAVAILABLE":       6,
		"UPCOMING":          7,
		"FAILED":            8,
		"ABANDONED":         9,
		"ONGOING":           10,
	}
)

Enum value maps for CallLogRecord_CallResult.

View Source
var (
	WaffleAccountLinkStateAction_AccountLinkState_name = map[int32]string{
		0: "ACTIVE",
	}
	WaffleAccountLinkStateAction_AccountLinkState_value = map[string]int32{
		"ACTIVE": 0,
	}
)

Enum value maps for WaffleAccountLinkStateAction_AccountLinkState.

View Source
var (
	MerchantPaymentPartnerAction_Status_name = map[int32]string{
		0: "ACTIVE",
		1: "INACTIVE",
	}
	MerchantPaymentPartnerAction_Status_value = map[string]int32{
		"ACTIVE":   0,
		"INACTIVE": 1,
	}
)

Enum value maps for MerchantPaymentPartnerAction_Status.

View Source
var (
	NoteEditAction_NoteType_name = map[int32]string{
		1: "UNSTRUCTURED",
		2: "STRUCTURED",
	}
	NoteEditAction_NoteType_value = map[string]int32{
		"UNSTRUCTURED": 1,
		"STRUCTURED":   2,
	}
)

Enum value maps for NoteEditAction_NoteType.

View Source
var (
	StatusPrivacyAction_StatusDistributionMode_name = map[int32]string{
		0: "ALLOW_LIST",
		1: "DENY_LIST",
		2: "CONTACTS",
	}
	StatusPrivacyAction_StatusDistributionMode_value = map[string]int32{
		"ALLOW_LIST": 0,
		"DENY_LIST":  1,
		"CONTACTS":   2,
	}
)

Enum value maps for StatusPrivacyAction_StatusDistributionMode.

View Source
var (
	MarketingMessageAction_MarketingMessagePrototypeType_name = map[int32]string{
		0: "PERSONALIZED",
	}
	MarketingMessageAction_MarketingMessagePrototypeType_value = map[string]int32{
		"PERSONALIZED": 0,
	}
)

Enum value maps for MarketingMessageAction_MarketingMessagePrototypeType.

View Source
var (
	UsernameChatStartModeAction_ChatStartMode_name = map[int32]string{
		1: "LID",
		2: "PN",
	}
	UsernameChatStartModeAction_ChatStartMode_value = map[string]int32{
		"LID": 1,
		"PN":  2,
	}
)

Enum value maps for UsernameChatStartModeAction_ChatStartMode.

View Source
var (
	LabelEditAction_ListType_name = map[int32]string{
		0: "NONE",
		1: "UNREAD",
		2: "GROUPS",
		3: "FAVORITES",
		4: "PREDEFINED",
		5: "CUSTOM",
	}
	LabelEditAction_ListType_value = map[string]int32{
		"NONE":       0,
		"UNREAD":     1,
		"GROUPS":     2,
		"FAVORITES":  3,
		"PREDEFINED": 4,
		"CUSTOM":     5,
	}
)

Enum value maps for LabelEditAction_ListType.

View Source
var (
	PatchDebugData_Platform_name = map[int32]string{
		0: "ANDROID",
		1: "SMBA",
		2: "IPHONE",
		3: "SMBI",
		4: "WEB",
		5: "UWP",
		6: "DARWIN",
	}
	PatchDebugData_Platform_value = map[string]int32{
		"ANDROID": 0,
		"SMBA":    1,
		"IPHONE":  2,
		"SMBI":    3,
		"WEB":     4,
		"UWP":     5,
		"DARWIN":  6,
	}
)

Enum value maps for PatchDebugData_Platform.

View Source
var File_waSyncAction_WASyncAction_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type AgentAction

type AgentAction struct {
	Name      *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	DeviceID  *int32  `protobuf:"varint,2,opt,name=deviceID" json:"deviceID,omitempty"`
	IsDeleted *bool   `protobuf:"varint,3,opt,name=isDeleted" json:"isDeleted,omitempty"`
	// contains filtered or unexported fields
}

func (*AgentAction) Descriptor deprecated

func (*AgentAction) Descriptor() ([]byte, []int)

Deprecated: Use AgentAction.ProtoReflect.Descriptor instead.

func (*AgentAction) GetDeviceID

func (x *AgentAction) GetDeviceID() int32

func (*AgentAction) GetIsDeleted

func (x *AgentAction) GetIsDeleted() bool

func (*AgentAction) GetName

func (x *AgentAction) GetName() string

func (*AgentAction) ProtoMessage

func (*AgentAction) ProtoMessage()

func (*AgentAction) ProtoReflect

func (x *AgentAction) ProtoReflect() protoreflect.Message

func (*AgentAction) Reset

func (x *AgentAction) Reset()

func (*AgentAction) String

func (x *AgentAction) String() string

type AndroidUnsupportedActions

type AndroidUnsupportedActions struct {
	Allowed *bool `protobuf:"varint,1,opt,name=allowed" json:"allowed,omitempty"`
	// contains filtered or unexported fields
}

func (*AndroidUnsupportedActions) Descriptor deprecated

func (*AndroidUnsupportedActions) Descriptor() ([]byte, []int)

Deprecated: Use AndroidUnsupportedActions.ProtoReflect.Descriptor instead.

func (*AndroidUnsupportedActions) GetAllowed

func (x *AndroidUnsupportedActions) GetAllowed() bool

func (*AndroidUnsupportedActions) ProtoMessage

func (*AndroidUnsupportedActions) ProtoMessage()

func (*AndroidUnsupportedActions) ProtoReflect

func (*AndroidUnsupportedActions) Reset

func (x *AndroidUnsupportedActions) Reset()

func (*AndroidUnsupportedActions) String

func (x *AndroidUnsupportedActions) String() string

type ArchiveChatAction

type ArchiveChatAction struct {
	Archived     *bool                   `protobuf:"varint,1,opt,name=archived" json:"archived,omitempty"`
	MessageRange *SyncActionMessageRange `protobuf:"bytes,2,opt,name=messageRange" json:"messageRange,omitempty"`
	// contains filtered or unexported fields
}

func (*ArchiveChatAction) Descriptor deprecated

func (*ArchiveChatAction) Descriptor() ([]byte, []int)

Deprecated: Use ArchiveChatAction.ProtoReflect.Descriptor instead.

func (*ArchiveChatAction) GetArchived

func (x *ArchiveChatAction) GetArchived() bool

func (*ArchiveChatAction) GetMessageRange

func (x *ArchiveChatAction) GetMessageRange() *SyncActionMessageRange

func (*ArchiveChatAction) ProtoMessage

func (*ArchiveChatAction) ProtoMessage()

func (*ArchiveChatAction) ProtoReflect

func (x *ArchiveChatAction) ProtoReflect() protoreflect.Message

func (*ArchiveChatAction) Reset

func (x *ArchiveChatAction) Reset()

func (*ArchiveChatAction) String

func (x *ArchiveChatAction) String() string

type BotWelcomeRequestAction

type BotWelcomeRequestAction struct {
	IsSent *bool `protobuf:"varint,1,opt,name=isSent" json:"isSent,omitempty"`
	// contains filtered or unexported fields
}

func (*BotWelcomeRequestAction) Descriptor deprecated

func (*BotWelcomeRequestAction) Descriptor() ([]byte, []int)

Deprecated: Use BotWelcomeRequestAction.ProtoReflect.Descriptor instead.

func (*BotWelcomeRequestAction) GetIsSent

func (x *BotWelcomeRequestAction) GetIsSent() bool

func (*BotWelcomeRequestAction) ProtoMessage

func (*BotWelcomeRequestAction) ProtoMessage()

func (*BotWelcomeRequestAction) ProtoReflect

func (x *BotWelcomeRequestAction) ProtoReflect() protoreflect.Message

func (*BotWelcomeRequestAction) Reset

func (x *BotWelcomeRequestAction) Reset()

func (*BotWelcomeRequestAction) String

func (x *BotWelcomeRequestAction) String() string

type CallLogAction

type CallLogAction struct {
	CallLogRecord *CallLogRecord `protobuf:"bytes,1,opt,name=callLogRecord" json:"callLogRecord,omitempty"`
	// contains filtered or unexported fields
}

func (*CallLogAction) Descriptor deprecated

func (*CallLogAction) Descriptor() ([]byte, []int)

Deprecated: Use CallLogAction.ProtoReflect.Descriptor instead.

func (*CallLogAction) GetCallLogRecord

func (x *CallLogAction) GetCallLogRecord() *CallLogRecord

func (*CallLogAction) ProtoMessage

func (*CallLogAction) ProtoMessage()

func (*CallLogAction) ProtoReflect

func (x *CallLogAction) ProtoReflect() protoreflect.Message

func (*CallLogAction) Reset

func (x *CallLogAction) Reset()

func (*CallLogAction) String

func (x *CallLogAction) String() string

type CallLogRecord

type CallLogRecord struct {
	CallResult      *CallLogRecord_CallResult        `protobuf:"varint,1,opt,name=callResult,enum=WASyncAction.CallLogRecord_CallResult" json:"callResult,omitempty"`
	IsDndMode       *bool                            `protobuf:"varint,2,opt,name=isDndMode" json:"isDndMode,omitempty"`
	SilenceReason   *CallLogRecord_SilenceReason     `protobuf:"varint,3,opt,name=silenceReason,enum=WASyncAction.CallLogRecord_SilenceReason" json:"silenceReason,omitempty"`
	Duration        *int64                           `protobuf:"varint,4,opt,name=duration" json:"duration,omitempty"`
	StartTime       *int64                           `protobuf:"varint,5,opt,name=startTime" json:"startTime,omitempty"`
	IsIncoming      *bool                            `protobuf:"varint,6,opt,name=isIncoming" json:"isIncoming,omitempty"`
	IsVideo         *bool                            `protobuf:"varint,7,opt,name=isVideo" json:"isVideo,omitempty"`
	IsCallLink      *bool                            `protobuf:"varint,8,opt,name=isCallLink" json:"isCallLink,omitempty"`
	CallLinkToken   *string                          `protobuf:"bytes,9,opt,name=callLinkToken" json:"callLinkToken,omitempty"`
	ScheduledCallID *string                          `protobuf:"bytes,10,opt,name=scheduledCallID" json:"scheduledCallID,omitempty"`
	CallID          *string                          `protobuf:"bytes,11,opt,name=callID" json:"callID,omitempty"`
	CallCreatorJID  *string                          `protobuf:"bytes,12,opt,name=callCreatorJID" json:"callCreatorJID,omitempty"`
	GroupJID        *string                          `protobuf:"bytes,13,opt,name=groupJID" json:"groupJID,omitempty"`
	Participants    []*CallLogRecord_ParticipantInfo `protobuf:"bytes,14,rep,name=participants" json:"participants,omitempty"`
	CallType        *CallLogRecord_CallType          `protobuf:"varint,15,opt,name=callType,enum=WASyncAction.CallLogRecord_CallType" json:"callType,omitempty"`
	// contains filtered or unexported fields
}

func (*CallLogRecord) Descriptor deprecated

func (*CallLogRecord) Descriptor() ([]byte, []int)

Deprecated: Use CallLogRecord.ProtoReflect.Descriptor instead.

func (*CallLogRecord) GetCallCreatorJID

func (x *CallLogRecord) GetCallCreatorJID() string

func (*CallLogRecord) GetCallID

func (x *CallLogRecord) GetCallID() string

func (*CallLogRecord) GetCallLinkToken

func (x *CallLogRecord) GetCallLinkToken() string

func (*CallLogRecord) GetCallResult

func (x *CallLogRecord) GetCallResult() CallLogRecord_CallResult

func (*CallLogRecord) GetCallType

func (x *CallLogRecord) GetCallType() CallLogRecord_CallType

func (*CallLogRecord) GetDuration

func (x *CallLogRecord) GetDuration() int64

func (*CallLogRecord) GetGroupJID

func (x *CallLogRecord) GetGroupJID() string
func (x *CallLogRecord) GetIsCallLink() bool

func (*CallLogRecord) GetIsDndMode

func (x *CallLogRecord) GetIsDndMode() bool

func (*CallLogRecord) GetIsIncoming

func (x *CallLogRecord) GetIsIncoming() bool

func (*CallLogRecord) GetIsVideo

func (x *CallLogRecord) GetIsVideo() bool

func (*CallLogRecord) GetParticipants

func (x *CallLogRecord) GetParticipants() []*CallLogRecord_ParticipantInfo

func (*CallLogRecord) GetScheduledCallID

func (x *CallLogRecord) GetScheduledCallID() string

func (*CallLogRecord) GetSilenceReason

func (x *CallLogRecord) GetSilenceReason() CallLogRecord_SilenceReason

func (*CallLogRecord) GetStartTime

func (x *CallLogRecord) GetStartTime() int64

func (*CallLogRecord) ProtoMessage

func (*CallLogRecord) ProtoMessage()

func (*CallLogRecord) ProtoReflect

func (x *CallLogRecord) ProtoReflect() protoreflect.Message

func (*CallLogRecord) Reset

func (x *CallLogRecord) Reset()

func (*CallLogRecord) String

func (x *CallLogRecord) String() string

type CallLogRecord_CallResult

type CallLogRecord_CallResult int32
const (
	CallLogRecord_CONNECTED         CallLogRecord_CallResult = 0
	CallLogRecord_REJECTED          CallLogRecord_CallResult = 1
	CallLogRecord_CANCELLED         CallLogRecord_CallResult = 2
	CallLogRecord_ACCEPTEDELSEWHERE CallLogRecord_CallResult = 3
	CallLogRecord_MISSED            CallLogRecord_CallResult = 4
	CallLogRecord_INVALID           CallLogRecord_CallResult = 5
	CallLogRecord_UNAVAILABLE       CallLogRecord_CallResult = 6
	CallLogRecord_UPCOMING          CallLogRecord_CallResult = 7
	CallLogRecord_FAILED            CallLogRecord_CallResult = 8
	CallLogRecord_ABANDONED         CallLogRecord_CallResult = 9
	CallLogRecord_ONGOING           CallLogRecord_CallResult = 10
)

func (CallLogRecord_CallResult) Descriptor

func (CallLogRecord_CallResult) Enum

func (CallLogRecord_CallResult) EnumDescriptor deprecated

func (CallLogRecord_CallResult) EnumDescriptor() ([]byte, []int)

Deprecated: Use CallLogRecord_CallResult.Descriptor instead.

func (CallLogRecord_CallResult) Number

func (CallLogRecord_CallResult) String

func (x CallLogRecord_CallResult) String() string

func (CallLogRecord_CallResult) Type

func (*CallLogRecord_CallResult) UnmarshalJSON deprecated

func (x *CallLogRecord_CallResult) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type CallLogRecord_CallType

type CallLogRecord_CallType int32
const (
	CallLogRecord_REGULAR        CallLogRecord_CallType = 0
	CallLogRecord_SCHEDULED_CALL CallLogRecord_CallType = 1
	CallLogRecord_VOICE_CHAT     CallLogRecord_CallType = 2
)

func (CallLogRecord_CallType) Descriptor

func (CallLogRecord_CallType) Enum

func (CallLogRecord_CallType) EnumDescriptor deprecated

func (CallLogRecord_CallType) EnumDescriptor() ([]byte, []int)

Deprecated: Use CallLogRecord_CallType.Descriptor instead.

func (CallLogRecord_CallType) Number

func (CallLogRecord_CallType) String

func (x CallLogRecord_CallType) String() string

func (CallLogRecord_CallType) Type

func (*CallLogRecord_CallType) UnmarshalJSON deprecated

func (x *CallLogRecord_CallType) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type CallLogRecord_ParticipantInfo

type CallLogRecord_ParticipantInfo struct {
	UserJID    *string                   `protobuf:"bytes,1,opt,name=userJID" json:"userJID,omitempty"`
	CallResult *CallLogRecord_CallResult `protobuf:"varint,2,opt,name=callResult,enum=WASyncAction.CallLogRecord_CallResult" json:"callResult,omitempty"`
	// contains filtered or unexported fields
}

func (*CallLogRecord_ParticipantInfo) Descriptor deprecated

func (*CallLogRecord_ParticipantInfo) Descriptor() ([]byte, []int)

Deprecated: Use CallLogRecord_ParticipantInfo.ProtoReflect.Descriptor instead.

func (*CallLogRecord_ParticipantInfo) GetCallResult

func (*CallLogRecord_ParticipantInfo) GetUserJID

func (x *CallLogRecord_ParticipantInfo) GetUserJID() string

func (*CallLogRecord_ParticipantInfo) ProtoMessage

func (*CallLogRecord_ParticipantInfo) ProtoMessage()

func (*CallLogRecord_ParticipantInfo) ProtoReflect

func (*CallLogRecord_ParticipantInfo) Reset

func (x *CallLogRecord_ParticipantInfo) Reset()

func (*CallLogRecord_ParticipantInfo) String

type CallLogRecord_SilenceReason

type CallLogRecord_SilenceReason int32
const (
	CallLogRecord_NONE        CallLogRecord_SilenceReason = 0
	CallLogRecord_SCHEDULED   CallLogRecord_SilenceReason = 1
	CallLogRecord_PRIVACY     CallLogRecord_SilenceReason = 2
	CallLogRecord_LIGHTWEIGHT CallLogRecord_SilenceReason = 3
)

func (CallLogRecord_SilenceReason) Descriptor

func (CallLogRecord_SilenceReason) Enum

func (CallLogRecord_SilenceReason) EnumDescriptor deprecated

func (CallLogRecord_SilenceReason) EnumDescriptor() ([]byte, []int)

Deprecated: Use CallLogRecord_SilenceReason.Descriptor instead.

func (CallLogRecord_SilenceReason) Number

func (CallLogRecord_SilenceReason) String

func (CallLogRecord_SilenceReason) Type

func (*CallLogRecord_SilenceReason) UnmarshalJSON deprecated

func (x *CallLogRecord_SilenceReason) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type ChatAssignmentAction

type ChatAssignmentAction struct {
	DeviceAgentID *string `protobuf:"bytes,1,opt,name=deviceAgentID" json:"deviceAgentID,omitempty"`
	// contains filtered or unexported fields
}

func (*ChatAssignmentAction) Descriptor deprecated

func (*ChatAssignmentAction) Descriptor() ([]byte, []int)

Deprecated: Use ChatAssignmentAction.ProtoReflect.Descriptor instead.

func (*ChatAssignmentAction) GetDeviceAgentID

func (x *ChatAssignmentAction) GetDeviceAgentID() string

func (*ChatAssignmentAction) ProtoMessage

func (*ChatAssignmentAction) ProtoMessage()

func (*ChatAssignmentAction) ProtoReflect

func (x *ChatAssignmentAction) ProtoReflect() protoreflect.Message

func (*ChatAssignmentAction) Reset

func (x *ChatAssignmentAction) Reset()

func (*ChatAssignmentAction) String

func (x *ChatAssignmentAction) String() string

type ChatAssignmentOpenedStatusAction

type ChatAssignmentOpenedStatusAction struct {
	ChatOpened *bool `protobuf:"varint,1,opt,name=chatOpened" json:"chatOpened,omitempty"`
	// contains filtered or unexported fields
}

func (*ChatAssignmentOpenedStatusAction) Descriptor deprecated

func (*ChatAssignmentOpenedStatusAction) Descriptor() ([]byte, []int)

Deprecated: Use ChatAssignmentOpenedStatusAction.ProtoReflect.Descriptor instead.

func (*ChatAssignmentOpenedStatusAction) GetChatOpened

func (x *ChatAssignmentOpenedStatusAction) GetChatOpened() bool

func (*ChatAssignmentOpenedStatusAction) ProtoMessage

func (*ChatAssignmentOpenedStatusAction) ProtoMessage()

func (*ChatAssignmentOpenedStatusAction) ProtoReflect

func (*ChatAssignmentOpenedStatusAction) Reset

func (*ChatAssignmentOpenedStatusAction) String

type ClearChatAction

type ClearChatAction struct {
	MessageRange *SyncActionMessageRange `protobuf:"bytes,1,opt,name=messageRange" json:"messageRange,omitempty"`
	// contains filtered or unexported fields
}

func (*ClearChatAction) Descriptor deprecated

func (*ClearChatAction) Descriptor() ([]byte, []int)

Deprecated: Use ClearChatAction.ProtoReflect.Descriptor instead.

func (*ClearChatAction) GetMessageRange

func (x *ClearChatAction) GetMessageRange() *SyncActionMessageRange

func (*ClearChatAction) ProtoMessage

func (*ClearChatAction) ProtoMessage()

func (*ClearChatAction) ProtoReflect

func (x *ClearChatAction) ProtoReflect() protoreflect.Message

func (*ClearChatAction) Reset

func (x *ClearChatAction) Reset()

func (*ClearChatAction) String

func (x *ClearChatAction) String() string

type ContactAction

type ContactAction struct {
	FullName                 *string `protobuf:"bytes,1,opt,name=fullName" json:"fullName,omitempty"`
	FirstName                *string `protobuf:"bytes,2,opt,name=firstName" json:"firstName,omitempty"`
	LidJID                   *string `protobuf:"bytes,3,opt,name=lidJID" json:"lidJID,omitempty"`
	SaveOnPrimaryAddressbook *bool   `protobuf:"varint,4,opt,name=saveOnPrimaryAddressbook" json:"saveOnPrimaryAddressbook,omitempty"`
	// contains filtered or unexported fields
}

func (*ContactAction) Descriptor deprecated

func (*ContactAction) Descriptor() ([]byte, []int)

Deprecated: Use ContactAction.ProtoReflect.Descriptor instead.

func (*ContactAction) GetFirstName

func (x *ContactAction) GetFirstName() string

func (*ContactAction) GetFullName

func (x *ContactAction) GetFullName() string

func (*ContactAction) GetLidJID

func (x *ContactAction) GetLidJID() string

func (*ContactAction) GetSaveOnPrimaryAddressbook

func (x *ContactAction) GetSaveOnPrimaryAddressbook() bool

func (*ContactAction) ProtoMessage

func (*ContactAction) ProtoMessage()

func (*ContactAction) ProtoReflect

func (x *ContactAction) ProtoReflect() protoreflect.Message

func (*ContactAction) Reset

func (x *ContactAction) Reset()

func (*ContactAction) String

func (x *ContactAction) String() string

type CustomPaymentMethod

type CustomPaymentMethod struct {
	CredentialID *string                        `protobuf:"bytes,1,req,name=credentialID" json:"credentialID,omitempty"`
	Country      *string                        `protobuf:"bytes,2,req,name=country" json:"country,omitempty"`
	Type         *string                        `protobuf:"bytes,3,req,name=type" json:"type,omitempty"`
	Metadata     []*CustomPaymentMethodMetadata `protobuf:"bytes,4,rep,name=metadata" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

func (*CustomPaymentMethod) Descriptor deprecated

func (*CustomPaymentMethod) Descriptor() ([]byte, []int)

Deprecated: Use CustomPaymentMethod.ProtoReflect.Descriptor instead.

func (*CustomPaymentMethod) GetCountry

func (x *CustomPaymentMethod) GetCountry() string

func (*CustomPaymentMethod) GetCredentialID

func (x *CustomPaymentMethod) GetCredentialID() string

func (*CustomPaymentMethod) GetMetadata

func (*CustomPaymentMethod) GetType

func (x *CustomPaymentMethod) GetType() string

func (*CustomPaymentMethod) ProtoMessage

func (*CustomPaymentMethod) ProtoMessage()

func (*CustomPaymentMethod) ProtoReflect

func (x *CustomPaymentMethod) ProtoReflect() protoreflect.Message

func (*CustomPaymentMethod) Reset

func (x *CustomPaymentMethod) Reset()

func (*CustomPaymentMethod) String

func (x *CustomPaymentMethod) String() string

type CustomPaymentMethodMetadata

type CustomPaymentMethodMetadata struct {
	Key   *string `protobuf:"bytes,1,req,name=key" json:"key,omitempty"`
	Value *string `protobuf:"bytes,2,req,name=value" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*CustomPaymentMethodMetadata) Descriptor deprecated

func (*CustomPaymentMethodMetadata) Descriptor() ([]byte, []int)

Deprecated: Use CustomPaymentMethodMetadata.ProtoReflect.Descriptor instead.

func (*CustomPaymentMethodMetadata) GetKey

func (x *CustomPaymentMethodMetadata) GetKey() string

func (*CustomPaymentMethodMetadata) GetValue

func (x *CustomPaymentMethodMetadata) GetValue() string

func (*CustomPaymentMethodMetadata) ProtoMessage

func (*CustomPaymentMethodMetadata) ProtoMessage()

func (*CustomPaymentMethodMetadata) ProtoReflect

func (*CustomPaymentMethodMetadata) Reset

func (x *CustomPaymentMethodMetadata) Reset()

func (*CustomPaymentMethodMetadata) String

func (x *CustomPaymentMethodMetadata) String() string

type CustomPaymentMethodsAction

type CustomPaymentMethodsAction struct {
	CustomPaymentMethods []*CustomPaymentMethod `protobuf:"bytes,1,rep,name=customPaymentMethods" json:"customPaymentMethods,omitempty"`
	// contains filtered or unexported fields
}

func (*CustomPaymentMethodsAction) Descriptor deprecated

func (*CustomPaymentMethodsAction) Descriptor() ([]byte, []int)

Deprecated: Use CustomPaymentMethodsAction.ProtoReflect.Descriptor instead.

func (*CustomPaymentMethodsAction) GetCustomPaymentMethods

func (x *CustomPaymentMethodsAction) GetCustomPaymentMethods() []*CustomPaymentMethod

func (*CustomPaymentMethodsAction) ProtoMessage

func (*CustomPaymentMethodsAction) ProtoMessage()

func (*CustomPaymentMethodsAction) ProtoReflect

func (*CustomPaymentMethodsAction) Reset

func (x *CustomPaymentMethodsAction) Reset()

func (*CustomPaymentMethodsAction) String

func (x *CustomPaymentMethodsAction) String() string

type DeleteChatAction

type DeleteChatAction struct {
	MessageRange *SyncActionMessageRange `protobuf:"bytes,1,opt,name=messageRange" json:"messageRange,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteChatAction) Descriptor deprecated

func (*DeleteChatAction) Descriptor() ([]byte, []int)

Deprecated: Use DeleteChatAction.ProtoReflect.Descriptor instead.

func (*DeleteChatAction) GetMessageRange

func (x *DeleteChatAction) GetMessageRange() *SyncActionMessageRange

func (*DeleteChatAction) ProtoMessage

func (*DeleteChatAction) ProtoMessage()

func (*DeleteChatAction) ProtoReflect

func (x *DeleteChatAction) ProtoReflect() protoreflect.Message

func (*DeleteChatAction) Reset

func (x *DeleteChatAction) Reset()

func (*DeleteChatAction) String

func (x *DeleteChatAction) String() string

type DeleteIndividualCallLogAction

type DeleteIndividualCallLogAction struct {
	PeerJID    *string `protobuf:"bytes,1,opt,name=peerJID" json:"peerJID,omitempty"`
	IsIncoming *bool   `protobuf:"varint,2,opt,name=isIncoming" json:"isIncoming,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteIndividualCallLogAction) Descriptor deprecated

func (*DeleteIndividualCallLogAction) Descriptor() ([]byte, []int)

Deprecated: Use DeleteIndividualCallLogAction.ProtoReflect.Descriptor instead.

func (*DeleteIndividualCallLogAction) GetIsIncoming

func (x *DeleteIndividualCallLogAction) GetIsIncoming() bool

func (*DeleteIndividualCallLogAction) GetPeerJID

func (x *DeleteIndividualCallLogAction) GetPeerJID() string

func (*DeleteIndividualCallLogAction) ProtoMessage

func (*DeleteIndividualCallLogAction) ProtoMessage()

func (*DeleteIndividualCallLogAction) ProtoReflect

func (*DeleteIndividualCallLogAction) Reset

func (x *DeleteIndividualCallLogAction) Reset()

func (*DeleteIndividualCallLogAction) String

type DeleteMessageForMeAction

type DeleteMessageForMeAction struct {
	DeleteMedia      *bool  `protobuf:"varint,1,opt,name=deleteMedia" json:"deleteMedia,omitempty"`
	MessageTimestamp *int64 `protobuf:"varint,2,opt,name=messageTimestamp" json:"messageTimestamp,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteMessageForMeAction) Descriptor deprecated

func (*DeleteMessageForMeAction) Descriptor() ([]byte, []int)

Deprecated: Use DeleteMessageForMeAction.ProtoReflect.Descriptor instead.

func (*DeleteMessageForMeAction) GetDeleteMedia

func (x *DeleteMessageForMeAction) GetDeleteMedia() bool

func (*DeleteMessageForMeAction) GetMessageTimestamp

func (x *DeleteMessageForMeAction) GetMessageTimestamp() int64

func (*DeleteMessageForMeAction) ProtoMessage

func (*DeleteMessageForMeAction) ProtoMessage()

func (*DeleteMessageForMeAction) ProtoReflect

func (x *DeleteMessageForMeAction) ProtoReflect() protoreflect.Message

func (*DeleteMessageForMeAction) Reset

func (x *DeleteMessageForMeAction) Reset()

func (*DeleteMessageForMeAction) String

func (x *DeleteMessageForMeAction) String() string

type ExternalWebBetaAction

type ExternalWebBetaAction struct {
	IsOptIn *bool `protobuf:"varint,1,opt,name=isOptIn" json:"isOptIn,omitempty"`
	// contains filtered or unexported fields
}

func (*ExternalWebBetaAction) Descriptor deprecated

func (*ExternalWebBetaAction) Descriptor() ([]byte, []int)

Deprecated: Use ExternalWebBetaAction.ProtoReflect.Descriptor instead.

func (*ExternalWebBetaAction) GetIsOptIn

func (x *ExternalWebBetaAction) GetIsOptIn() bool

func (*ExternalWebBetaAction) ProtoMessage

func (*ExternalWebBetaAction) ProtoMessage()

func (*ExternalWebBetaAction) ProtoReflect

func (x *ExternalWebBetaAction) ProtoReflect() protoreflect.Message

func (*ExternalWebBetaAction) Reset

func (x *ExternalWebBetaAction) Reset()

func (*ExternalWebBetaAction) String

func (x *ExternalWebBetaAction) String() string

type FavoritesAction

type FavoritesAction struct {
	Favorites []*FavoritesAction_Favorite `protobuf:"bytes,1,rep,name=favorites" json:"favorites,omitempty"`
	// contains filtered or unexported fields
}

func (*FavoritesAction) Descriptor deprecated

func (*FavoritesAction) Descriptor() ([]byte, []int)

Deprecated: Use FavoritesAction.ProtoReflect.Descriptor instead.

func (*FavoritesAction) GetFavorites

func (x *FavoritesAction) GetFavorites() []*FavoritesAction_Favorite

func (*FavoritesAction) ProtoMessage

func (*FavoritesAction) ProtoMessage()

func (*FavoritesAction) ProtoReflect

func (x *FavoritesAction) ProtoReflect() protoreflect.Message

func (*FavoritesAction) Reset

func (x *FavoritesAction) Reset()

func (*FavoritesAction) String

func (x *FavoritesAction) String() string

type FavoritesAction_Favorite

type FavoritesAction_Favorite struct {
	ID *string `protobuf:"bytes,1,opt,name=ID" json:"ID,omitempty"`
	// contains filtered or unexported fields
}

func (*FavoritesAction_Favorite) Descriptor deprecated

func (*FavoritesAction_Favorite) Descriptor() ([]byte, []int)

Deprecated: Use FavoritesAction_Favorite.ProtoReflect.Descriptor instead.

func (*FavoritesAction_Favorite) GetID

func (x *FavoritesAction_Favorite) GetID() string

func (*FavoritesAction_Favorite) ProtoMessage

func (*FavoritesAction_Favorite) ProtoMessage()

func (*FavoritesAction_Favorite) ProtoReflect

func (x *FavoritesAction_Favorite) ProtoReflect() protoreflect.Message

func (*FavoritesAction_Favorite) Reset

func (x *FavoritesAction_Favorite) Reset()

func (*FavoritesAction_Favorite) String

func (x *FavoritesAction_Favorite) String() string

type KeyExpiration

type KeyExpiration struct {
	ExpiredKeyEpoch *int32 `protobuf:"varint,1,opt,name=expiredKeyEpoch" json:"expiredKeyEpoch,omitempty"`
	// contains filtered or unexported fields
}

func (*KeyExpiration) Descriptor deprecated

func (*KeyExpiration) Descriptor() ([]byte, []int)

Deprecated: Use KeyExpiration.ProtoReflect.Descriptor instead.

func (*KeyExpiration) GetExpiredKeyEpoch

func (x *KeyExpiration) GetExpiredKeyEpoch() int32

func (*KeyExpiration) ProtoMessage

func (*KeyExpiration) ProtoMessage()

func (*KeyExpiration) ProtoReflect

func (x *KeyExpiration) ProtoReflect() protoreflect.Message

func (*KeyExpiration) Reset

func (x *KeyExpiration) Reset()

func (*KeyExpiration) String

func (x *KeyExpiration) String() string

type LabelAssociationAction

type LabelAssociationAction struct {
	Labeled *bool `protobuf:"varint,1,opt,name=labeled" json:"labeled,omitempty"`
	// contains filtered or unexported fields
}

func (*LabelAssociationAction) Descriptor deprecated

func (*LabelAssociationAction) Descriptor() ([]byte, []int)

Deprecated: Use LabelAssociationAction.ProtoReflect.Descriptor instead.

func (*LabelAssociationAction) GetLabeled

func (x *LabelAssociationAction) GetLabeled() bool

func (*LabelAssociationAction) ProtoMessage

func (*LabelAssociationAction) ProtoMessage()

func (*LabelAssociationAction) ProtoReflect

func (x *LabelAssociationAction) ProtoReflect() protoreflect.Message

func (*LabelAssociationAction) Reset

func (x *LabelAssociationAction) Reset()

func (*LabelAssociationAction) String

func (x *LabelAssociationAction) String() string

type LabelEditAction

type LabelEditAction struct {
	Name         *string                   `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	Color        *int32                    `protobuf:"varint,2,opt,name=color" json:"color,omitempty"`
	PredefinedID *int32                    `protobuf:"varint,3,opt,name=predefinedID" json:"predefinedID,omitempty"`
	Deleted      *bool                     `protobuf:"varint,4,opt,name=deleted" json:"deleted,omitempty"`
	OrderIndex   *int32                    `protobuf:"varint,5,opt,name=orderIndex" json:"orderIndex,omitempty"`
	IsActive     *bool                     `protobuf:"varint,6,opt,name=isActive" json:"isActive,omitempty"`
	Type         *LabelEditAction_ListType `protobuf:"varint,7,opt,name=type,enum=WASyncAction.LabelEditAction_ListType" json:"type,omitempty"`
	// contains filtered or unexported fields
}

func (*LabelEditAction) Descriptor deprecated

func (*LabelEditAction) Descriptor() ([]byte, []int)

Deprecated: Use LabelEditAction.ProtoReflect.Descriptor instead.

func (*LabelEditAction) GetColor

func (x *LabelEditAction) GetColor() int32

func (*LabelEditAction) GetDeleted

func (x *LabelEditAction) GetDeleted() bool

func (*LabelEditAction) GetIsActive

func (x *LabelEditAction) GetIsActive() bool

func (*LabelEditAction) GetName

func (x *LabelEditAction) GetName() string

func (*LabelEditAction) GetOrderIndex

func (x *LabelEditAction) GetOrderIndex() int32

func (*LabelEditAction) GetPredefinedID

func (x *LabelEditAction) GetPredefinedID() int32

func (*LabelEditAction) GetType

func (*LabelEditAction) ProtoMessage

func (*LabelEditAction) ProtoMessage()

func (*LabelEditAction) ProtoReflect

func (x *LabelEditAction) ProtoReflect() protoreflect.Message

func (*LabelEditAction) Reset

func (x *LabelEditAction) Reset()

func (*LabelEditAction) String

func (x *LabelEditAction) String() string

type LabelEditAction_ListType

type LabelEditAction_ListType int32
const (
	LabelEditAction_NONE       LabelEditAction_ListType = 0
	LabelEditAction_UNREAD     LabelEditAction_ListType = 1
	LabelEditAction_GROUPS     LabelEditAction_ListType = 2
	LabelEditAction_FAVORITES  LabelEditAction_ListType = 3
	LabelEditAction_PREDEFINED LabelEditAction_ListType = 4
	LabelEditAction_CUSTOM     LabelEditAction_ListType = 5
)

func (LabelEditAction_ListType) Descriptor

func (LabelEditAction_ListType) Enum

func (LabelEditAction_ListType) EnumDescriptor deprecated

func (LabelEditAction_ListType) EnumDescriptor() ([]byte, []int)

Deprecated: Use LabelEditAction_ListType.Descriptor instead.

func (LabelEditAction_ListType) Number

func (LabelEditAction_ListType) String

func (x LabelEditAction_ListType) String() string

func (LabelEditAction_ListType) Type

func (*LabelEditAction_ListType) UnmarshalJSON deprecated

func (x *LabelEditAction_ListType) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type LabelReorderingAction

type LabelReorderingAction struct {
	SortedLabelIDs []int32 `protobuf:"varint,1,rep,name=sortedLabelIDs" json:"sortedLabelIDs,omitempty"`
	// contains filtered or unexported fields
}

func (*LabelReorderingAction) Descriptor deprecated

func (*LabelReorderingAction) Descriptor() ([]byte, []int)

Deprecated: Use LabelReorderingAction.ProtoReflect.Descriptor instead.

func (*LabelReorderingAction) GetSortedLabelIDs

func (x *LabelReorderingAction) GetSortedLabelIDs() []int32

func (*LabelReorderingAction) ProtoMessage

func (*LabelReorderingAction) ProtoMessage()

func (*LabelReorderingAction) ProtoReflect

func (x *LabelReorderingAction) ProtoReflect() protoreflect.Message

func (*LabelReorderingAction) Reset

func (x *LabelReorderingAction) Reset()

func (*LabelReorderingAction) String

func (x *LabelReorderingAction) String() string

type LocaleSetting

type LocaleSetting struct {
	Locale *string `protobuf:"bytes,1,opt,name=locale" json:"locale,omitempty"`
	// contains filtered or unexported fields
}

func (*LocaleSetting) Descriptor deprecated

func (*LocaleSetting) Descriptor() ([]byte, []int)

Deprecated: Use LocaleSetting.ProtoReflect.Descriptor instead.

func (*LocaleSetting) GetLocale

func (x *LocaleSetting) GetLocale() string

func (*LocaleSetting) ProtoMessage

func (*LocaleSetting) ProtoMessage()

func (*LocaleSetting) ProtoReflect

func (x *LocaleSetting) ProtoReflect() protoreflect.Message

func (*LocaleSetting) Reset

func (x *LocaleSetting) Reset()

func (*LocaleSetting) String

func (x *LocaleSetting) String() string

type LockChatAction

type LockChatAction struct {
	Locked *bool `protobuf:"varint,1,opt,name=locked" json:"locked,omitempty"`
	// contains filtered or unexported fields
}

func (*LockChatAction) Descriptor deprecated

func (*LockChatAction) Descriptor() ([]byte, []int)

Deprecated: Use LockChatAction.ProtoReflect.Descriptor instead.

func (*LockChatAction) GetLocked

func (x *LockChatAction) GetLocked() bool

func (*LockChatAction) ProtoMessage

func (*LockChatAction) ProtoMessage()

func (*LockChatAction) ProtoReflect

func (x *LockChatAction) ProtoReflect() protoreflect.Message

func (*LockChatAction) Reset

func (x *LockChatAction) Reset()

func (*LockChatAction) String

func (x *LockChatAction) String() string

type MarkChatAsReadAction

type MarkChatAsReadAction struct {
	Read         *bool                   `protobuf:"varint,1,opt,name=read" json:"read,omitempty"`
	MessageRange *SyncActionMessageRange `protobuf:"bytes,2,opt,name=messageRange" json:"messageRange,omitempty"`
	// contains filtered or unexported fields
}

func (*MarkChatAsReadAction) Descriptor deprecated

func (*MarkChatAsReadAction) Descriptor() ([]byte, []int)

Deprecated: Use MarkChatAsReadAction.ProtoReflect.Descriptor instead.

func (*MarkChatAsReadAction) GetMessageRange

func (x *MarkChatAsReadAction) GetMessageRange() *SyncActionMessageRange

func (*MarkChatAsReadAction) GetRead

func (x *MarkChatAsReadAction) GetRead() bool

func (*MarkChatAsReadAction) ProtoMessage

func (*MarkChatAsReadAction) ProtoMessage()

func (*MarkChatAsReadAction) ProtoReflect

func (x *MarkChatAsReadAction) ProtoReflect() protoreflect.Message

func (*MarkChatAsReadAction) Reset

func (x *MarkChatAsReadAction) Reset()

func (*MarkChatAsReadAction) String

func (x *MarkChatAsReadAction) String() string

type MarketingMessageAction

type MarketingMessageAction struct {
	Name       *string                                               `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	Message    *string                                               `protobuf:"bytes,2,opt,name=message" json:"message,omitempty"`
	Type       *MarketingMessageAction_MarketingMessagePrototypeType `` /* 126-byte string literal not displayed */
	CreatedAt  *int64                                                `protobuf:"varint,4,opt,name=createdAt" json:"createdAt,omitempty"`
	LastSentAt *int64                                                `protobuf:"varint,5,opt,name=lastSentAt" json:"lastSentAt,omitempty"`
	IsDeleted  *bool                                                 `protobuf:"varint,6,opt,name=isDeleted" json:"isDeleted,omitempty"`
	MediaID    *string                                               `protobuf:"bytes,7,opt,name=mediaID" json:"mediaID,omitempty"`
	// contains filtered or unexported fields
}

func (*MarketingMessageAction) Descriptor deprecated

func (*MarketingMessageAction) Descriptor() ([]byte, []int)

Deprecated: Use MarketingMessageAction.ProtoReflect.Descriptor instead.

func (*MarketingMessageAction) GetCreatedAt

func (x *MarketingMessageAction) GetCreatedAt() int64

func (*MarketingMessageAction) GetIsDeleted

func (x *MarketingMessageAction) GetIsDeleted() bool

func (*MarketingMessageAction) GetLastSentAt

func (x *MarketingMessageAction) GetLastSentAt() int64

func (*MarketingMessageAction) GetMediaID

func (x *MarketingMessageAction) GetMediaID() string

func (*MarketingMessageAction) GetMessage

func (x *MarketingMessageAction) GetMessage() string

func (*MarketingMessageAction) GetName

func (x *MarketingMessageAction) GetName() string

func (*MarketingMessageAction) GetType

func (*MarketingMessageAction) ProtoMessage

func (*MarketingMessageAction) ProtoMessage()

func (*MarketingMessageAction) ProtoReflect

func (x *MarketingMessageAction) ProtoReflect() protoreflect.Message

func (*MarketingMessageAction) Reset

func (x *MarketingMessageAction) Reset()

func (*MarketingMessageAction) String

func (x *MarketingMessageAction) String() string

type MarketingMessageAction_MarketingMessagePrototypeType

type MarketingMessageAction_MarketingMessagePrototypeType int32
const (
	MarketingMessageAction_PERSONALIZED MarketingMessageAction_MarketingMessagePrototypeType = 0
)

func (MarketingMessageAction_MarketingMessagePrototypeType) Descriptor

func (MarketingMessageAction_MarketingMessagePrototypeType) Enum

func (MarketingMessageAction_MarketingMessagePrototypeType) EnumDescriptor deprecated

Deprecated: Use MarketingMessageAction_MarketingMessagePrototypeType.Descriptor instead.

func (MarketingMessageAction_MarketingMessagePrototypeType) Number

func (MarketingMessageAction_MarketingMessagePrototypeType) String

func (MarketingMessageAction_MarketingMessagePrototypeType) Type

func (*MarketingMessageAction_MarketingMessagePrototypeType) UnmarshalJSON deprecated

Deprecated: Do not use.

type MarketingMessageBroadcastAction

type MarketingMessageBroadcastAction struct {
	RepliedCount *int32 `protobuf:"varint,1,opt,name=repliedCount" json:"repliedCount,omitempty"`
	// contains filtered or unexported fields
}

func (*MarketingMessageBroadcastAction) Descriptor deprecated

func (*MarketingMessageBroadcastAction) Descriptor() ([]byte, []int)

Deprecated: Use MarketingMessageBroadcastAction.ProtoReflect.Descriptor instead.

func (*MarketingMessageBroadcastAction) GetRepliedCount

func (x *MarketingMessageBroadcastAction) GetRepliedCount() int32

func (*MarketingMessageBroadcastAction) ProtoMessage

func (*MarketingMessageBroadcastAction) ProtoMessage()

func (*MarketingMessageBroadcastAction) ProtoReflect

func (*MarketingMessageBroadcastAction) Reset

func (*MarketingMessageBroadcastAction) String

type MerchantPaymentPartnerAction

type MerchantPaymentPartnerAction struct {
	Status       *MerchantPaymentPartnerAction_Status `protobuf:"varint,1,req,name=status,enum=WASyncAction.MerchantPaymentPartnerAction_Status" json:"status,omitempty"`
	Country      *string                              `protobuf:"bytes,2,req,name=country" json:"country,omitempty"`
	GatewayName  *string                              `protobuf:"bytes,3,opt,name=gatewayName" json:"gatewayName,omitempty"`
	CredentialID *string                              `protobuf:"bytes,4,opt,name=credentialID" json:"credentialID,omitempty"`
	// contains filtered or unexported fields
}

func (*MerchantPaymentPartnerAction) Descriptor deprecated

func (*MerchantPaymentPartnerAction) Descriptor() ([]byte, []int)

Deprecated: Use MerchantPaymentPartnerAction.ProtoReflect.Descriptor instead.

func (*MerchantPaymentPartnerAction) GetCountry

func (x *MerchantPaymentPartnerAction) GetCountry() string

func (*MerchantPaymentPartnerAction) GetCredentialID

func (x *MerchantPaymentPartnerAction) GetCredentialID() string

func (*MerchantPaymentPartnerAction) GetGatewayName

func (x *MerchantPaymentPartnerAction) GetGatewayName() string

func (*MerchantPaymentPartnerAction) GetStatus

func (*MerchantPaymentPartnerAction) ProtoMessage

func (*MerchantPaymentPartnerAction) ProtoMessage()

func (*MerchantPaymentPartnerAction) ProtoReflect

func (*MerchantPaymentPartnerAction) Reset

func (x *MerchantPaymentPartnerAction) Reset()

func (*MerchantPaymentPartnerAction) String

type MerchantPaymentPartnerAction_Status

type MerchantPaymentPartnerAction_Status int32
const (
	MerchantPaymentPartnerAction_ACTIVE   MerchantPaymentPartnerAction_Status = 0
	MerchantPaymentPartnerAction_INACTIVE MerchantPaymentPartnerAction_Status = 1
)

func (MerchantPaymentPartnerAction_Status) Descriptor

func (MerchantPaymentPartnerAction_Status) Enum

func (MerchantPaymentPartnerAction_Status) EnumDescriptor deprecated

func (MerchantPaymentPartnerAction_Status) EnumDescriptor() ([]byte, []int)

Deprecated: Use MerchantPaymentPartnerAction_Status.Descriptor instead.

func (MerchantPaymentPartnerAction_Status) Number

func (MerchantPaymentPartnerAction_Status) String

func (MerchantPaymentPartnerAction_Status) Type

func (*MerchantPaymentPartnerAction_Status) UnmarshalJSON deprecated

func (x *MerchantPaymentPartnerAction_Status) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type MuteAction

type MuteAction struct {
	Muted            *bool  `protobuf:"varint,1,opt,name=muted" json:"muted,omitempty"`
	MuteEndTimestamp *int64 `protobuf:"varint,2,opt,name=muteEndTimestamp" json:"muteEndTimestamp,omitempty"`
	AutoMuted        *bool  `protobuf:"varint,3,opt,name=autoMuted" json:"autoMuted,omitempty"`
	// contains filtered or unexported fields
}

func (*MuteAction) Descriptor deprecated

func (*MuteAction) Descriptor() ([]byte, []int)

Deprecated: Use MuteAction.ProtoReflect.Descriptor instead.

func (*MuteAction) GetAutoMuted

func (x *MuteAction) GetAutoMuted() bool

func (*MuteAction) GetMuteEndTimestamp

func (x *MuteAction) GetMuteEndTimestamp() int64

func (*MuteAction) GetMuted

func (x *MuteAction) GetMuted() bool

func (*MuteAction) ProtoMessage

func (*MuteAction) ProtoMessage()

func (*MuteAction) ProtoReflect

func (x *MuteAction) ProtoReflect() protoreflect.Message

func (*MuteAction) Reset

func (x *MuteAction) Reset()

func (*MuteAction) String

func (x *MuteAction) String() string

type NoteEditAction

type NoteEditAction struct {
	Type                *NoteEditAction_NoteType `protobuf:"varint,1,opt,name=type,enum=WASyncAction.NoteEditAction_NoteType" json:"type,omitempty"`
	ChatJID             *string                  `protobuf:"bytes,2,opt,name=chatJID" json:"chatJID,omitempty"`
	CreatedAt           *int64                   `protobuf:"varint,3,opt,name=createdAt" json:"createdAt,omitempty"`
	Deleted             *bool                    `protobuf:"varint,4,opt,name=deleted" json:"deleted,omitempty"`
	UnstructuredContent *string                  `protobuf:"bytes,5,opt,name=unstructuredContent" json:"unstructuredContent,omitempty"`
	// contains filtered or unexported fields
}

func (*NoteEditAction) Descriptor deprecated

func (*NoteEditAction) Descriptor() ([]byte, []int)

Deprecated: Use NoteEditAction.ProtoReflect.Descriptor instead.

func (*NoteEditAction) GetChatJID

func (x *NoteEditAction) GetChatJID() string

func (*NoteEditAction) GetCreatedAt

func (x *NoteEditAction) GetCreatedAt() int64

func (*NoteEditAction) GetDeleted

func (x *NoteEditAction) GetDeleted() bool

func (*NoteEditAction) GetType

func (*NoteEditAction) GetUnstructuredContent

func (x *NoteEditAction) GetUnstructuredContent() string

func (*NoteEditAction) ProtoMessage

func (*NoteEditAction) ProtoMessage()

func (*NoteEditAction) ProtoReflect

func (x *NoteEditAction) ProtoReflect() protoreflect.Message

func (*NoteEditAction) Reset

func (x *NoteEditAction) Reset()

func (*NoteEditAction) String

func (x *NoteEditAction) String() string

type NoteEditAction_NoteType

type NoteEditAction_NoteType int32
const (
	NoteEditAction_UNSTRUCTURED NoteEditAction_NoteType = 1
	NoteEditAction_STRUCTURED   NoteEditAction_NoteType = 2
)

func (NoteEditAction_NoteType) Descriptor

func (NoteEditAction_NoteType) Enum

func (NoteEditAction_NoteType) EnumDescriptor deprecated

func (NoteEditAction_NoteType) EnumDescriptor() ([]byte, []int)

Deprecated: Use NoteEditAction_NoteType.Descriptor instead.

func (NoteEditAction_NoteType) Number

func (NoteEditAction_NoteType) String

func (x NoteEditAction_NoteType) String() string

func (NoteEditAction_NoteType) Type

func (*NoteEditAction_NoteType) UnmarshalJSON deprecated

func (x *NoteEditAction_NoteType) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type NuxAction

type NuxAction struct {
	Acknowledged *bool `protobuf:"varint,1,opt,name=acknowledged" json:"acknowledged,omitempty"`
	// contains filtered or unexported fields
}

func (*NuxAction) Descriptor deprecated

func (*NuxAction) Descriptor() ([]byte, []int)

Deprecated: Use NuxAction.ProtoReflect.Descriptor instead.

func (*NuxAction) GetAcknowledged

func (x *NuxAction) GetAcknowledged() bool

func (*NuxAction) ProtoMessage

func (*NuxAction) ProtoMessage()

func (*NuxAction) ProtoReflect

func (x *NuxAction) ProtoReflect() protoreflect.Message

func (*NuxAction) Reset

func (x *NuxAction) Reset()

func (*NuxAction) String

func (x *NuxAction) String() string

type PatchDebugData

type PatchDebugData struct {
	CurrentLthash                           []byte                   `protobuf:"bytes,1,opt,name=currentLthash" json:"currentLthash,omitempty"`
	NewLthash                               []byte                   `protobuf:"bytes,2,opt,name=newLthash" json:"newLthash,omitempty"`
	PatchVersion                            []byte                   `protobuf:"bytes,3,opt,name=patchVersion" json:"patchVersion,omitempty"`
	CollectionName                          []byte                   `protobuf:"bytes,4,opt,name=collectionName" json:"collectionName,omitempty"`
	FirstFourBytesFromAHashOfSnapshotMACKey []byte                   `protobuf:"bytes,5,opt,name=firstFourBytesFromAHashOfSnapshotMACKey" json:"firstFourBytesFromAHashOfSnapshotMACKey,omitempty"`
	NewLthashSubtract                       []byte                   `protobuf:"bytes,6,opt,name=newLthashSubtract" json:"newLthashSubtract,omitempty"`
	NumberAdd                               *int32                   `protobuf:"varint,7,opt,name=numberAdd" json:"numberAdd,omitempty"`
	NumberRemove                            *int32                   `protobuf:"varint,8,opt,name=numberRemove" json:"numberRemove,omitempty"`
	NumberOverride                          *int32                   `protobuf:"varint,9,opt,name=numberOverride" json:"numberOverride,omitempty"`
	SenderPlatform                          *PatchDebugData_Platform `protobuf:"varint,10,opt,name=senderPlatform,enum=WASyncAction.PatchDebugData_Platform" json:"senderPlatform,omitempty"`
	IsSenderPrimary                         *bool                    `protobuf:"varint,11,opt,name=isSenderPrimary" json:"isSenderPrimary,omitempty"`
	// contains filtered or unexported fields
}

func (*PatchDebugData) Descriptor deprecated

func (*PatchDebugData) Descriptor() ([]byte, []int)

Deprecated: Use PatchDebugData.ProtoReflect.Descriptor instead.

func (*PatchDebugData) GetCollectionName

func (x *PatchDebugData) GetCollectionName() []byte

func (*PatchDebugData) GetCurrentLthash

func (x *PatchDebugData) GetCurrentLthash() []byte

func (*PatchDebugData) GetFirstFourBytesFromAHashOfSnapshotMACKey

func (x *PatchDebugData) GetFirstFourBytesFromAHashOfSnapshotMACKey() []byte

func (*PatchDebugData) GetIsSenderPrimary

func (x *PatchDebugData) GetIsSenderPrimary() bool

func (*PatchDebugData) GetNewLthash

func (x *PatchDebugData) GetNewLthash() []byte

func (*PatchDebugData) GetNewLthashSubtract

func (x *PatchDebugData) GetNewLthashSubtract() []byte

func (*PatchDebugData) GetNumberAdd

func (x *PatchDebugData) GetNumberAdd() int32

func (*PatchDebugData) GetNumberOverride

func (x *PatchDebugData) GetNumberOverride() int32

func (*PatchDebugData) GetNumberRemove

func (x *PatchDebugData) GetNumberRemove() int32

func (*PatchDebugData) GetPatchVersion

func (x *PatchDebugData) GetPatchVersion() []byte

func (*PatchDebugData) GetSenderPlatform

func (x *PatchDebugData) GetSenderPlatform() PatchDebugData_Platform

func (*PatchDebugData) ProtoMessage

func (*PatchDebugData) ProtoMessage()

func (*PatchDebugData) ProtoReflect

func (x *PatchDebugData) ProtoReflect() protoreflect.Message

func (*PatchDebugData) Reset

func (x *PatchDebugData) Reset()

func (*PatchDebugData) String

func (x *PatchDebugData) String() string

type PatchDebugData_Platform

type PatchDebugData_Platform int32
const (
	PatchDebugData_ANDROID PatchDebugData_Platform = 0
	PatchDebugData_SMBA    PatchDebugData_Platform = 1
	PatchDebugData_IPHONE  PatchDebugData_Platform = 2
	PatchDebugData_SMBI    PatchDebugData_Platform = 3
	PatchDebugData_WEB     PatchDebugData_Platform = 4
	PatchDebugData_UWP     PatchDebugData_Platform = 5
	PatchDebugData_DARWIN  PatchDebugData_Platform = 6
)

func (PatchDebugData_Platform) Descriptor

func (PatchDebugData_Platform) Enum

func (PatchDebugData_Platform) EnumDescriptor deprecated

func (PatchDebugData_Platform) EnumDescriptor() ([]byte, []int)

Deprecated: Use PatchDebugData_Platform.Descriptor instead.

func (PatchDebugData_Platform) Number

func (PatchDebugData_Platform) String

func (x PatchDebugData_Platform) String() string

func (PatchDebugData_Platform) Type

func (*PatchDebugData_Platform) UnmarshalJSON deprecated

func (x *PatchDebugData_Platform) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type PaymentInfoAction

type PaymentInfoAction struct {
	Cpi *string `protobuf:"bytes,1,opt,name=cpi" json:"cpi,omitempty"`
	// contains filtered or unexported fields
}

func (*PaymentInfoAction) Descriptor deprecated

func (*PaymentInfoAction) Descriptor() ([]byte, []int)

Deprecated: Use PaymentInfoAction.ProtoReflect.Descriptor instead.

func (*PaymentInfoAction) GetCpi

func (x *PaymentInfoAction) GetCpi() string

func (*PaymentInfoAction) ProtoMessage

func (*PaymentInfoAction) ProtoMessage()

func (*PaymentInfoAction) ProtoReflect

func (x *PaymentInfoAction) ProtoReflect() protoreflect.Message

func (*PaymentInfoAction) Reset

func (x *PaymentInfoAction) Reset()

func (*PaymentInfoAction) String

func (x *PaymentInfoAction) String() string

type PinAction

type PinAction struct {
	Pinned *bool `protobuf:"varint,1,opt,name=pinned" json:"pinned,omitempty"`
	// contains filtered or unexported fields
}

func (*PinAction) Descriptor deprecated

func (*PinAction) Descriptor() ([]byte, []int)

Deprecated: Use PinAction.ProtoReflect.Descriptor instead.

func (*PinAction) GetPinned

func (x *PinAction) GetPinned() bool

func (*PinAction) ProtoMessage

func (*PinAction) ProtoMessage()

func (*PinAction) ProtoReflect

func (x *PinAction) ProtoReflect() protoreflect.Message

func (*PinAction) Reset

func (x *PinAction) Reset()

func (*PinAction) String

func (x *PinAction) String() string

type PnForLidChatAction

type PnForLidChatAction struct {
	PnJID *string `protobuf:"bytes,1,opt,name=pnJID" json:"pnJID,omitempty"`
	// contains filtered or unexported fields
}

func (*PnForLidChatAction) Descriptor deprecated

func (*PnForLidChatAction) Descriptor() ([]byte, []int)

Deprecated: Use PnForLidChatAction.ProtoReflect.Descriptor instead.

func (*PnForLidChatAction) GetPnJID

func (x *PnForLidChatAction) GetPnJID() string

func (*PnForLidChatAction) ProtoMessage

func (*PnForLidChatAction) ProtoMessage()

func (*PnForLidChatAction) ProtoReflect

func (x *PnForLidChatAction) ProtoReflect() protoreflect.Message

func (*PnForLidChatAction) Reset

func (x *PnForLidChatAction) Reset()

func (*PnForLidChatAction) String

func (x *PnForLidChatAction) String() string

type PrimaryFeature

type PrimaryFeature struct {
	Flags []string `protobuf:"bytes,1,rep,name=flags" json:"flags,omitempty"`
	// contains filtered or unexported fields
}

func (*PrimaryFeature) Descriptor deprecated

func (*PrimaryFeature) Descriptor() ([]byte, []int)

Deprecated: Use PrimaryFeature.ProtoReflect.Descriptor instead.

func (*PrimaryFeature) GetFlags

func (x *PrimaryFeature) GetFlags() []string

func (*PrimaryFeature) ProtoMessage

func (*PrimaryFeature) ProtoMessage()

func (*PrimaryFeature) ProtoReflect

func (x *PrimaryFeature) ProtoReflect() protoreflect.Message

func (*PrimaryFeature) Reset

func (x *PrimaryFeature) Reset()

func (*PrimaryFeature) String

func (x *PrimaryFeature) String() string

type PrimaryVersionAction

type PrimaryVersionAction struct {
	Version *string `protobuf:"bytes,1,opt,name=version" json:"version,omitempty"`
	// contains filtered or unexported fields
}

func (*PrimaryVersionAction) Descriptor deprecated

func (*PrimaryVersionAction) Descriptor() ([]byte, []int)

Deprecated: Use PrimaryVersionAction.ProtoReflect.Descriptor instead.

func (*PrimaryVersionAction) GetVersion

func (x *PrimaryVersionAction) GetVersion() string

func (*PrimaryVersionAction) ProtoMessage

func (*PrimaryVersionAction) ProtoMessage()

func (*PrimaryVersionAction) ProtoReflect

func (x *PrimaryVersionAction) ProtoReflect() protoreflect.Message

func (*PrimaryVersionAction) Reset

func (x *PrimaryVersionAction) Reset()

func (*PrimaryVersionAction) String

func (x *PrimaryVersionAction) String() string

type PrivacySettingDisableLinkPreviewsAction

type PrivacySettingDisableLinkPreviewsAction struct {
	IsPreviewsDisabled *bool `protobuf:"varint,1,opt,name=isPreviewsDisabled" json:"isPreviewsDisabled,omitempty"`
	// contains filtered or unexported fields
}

func (*PrivacySettingDisableLinkPreviewsAction) Descriptor deprecated

func (*PrivacySettingDisableLinkPreviewsAction) Descriptor() ([]byte, []int)

Deprecated: Use PrivacySettingDisableLinkPreviewsAction.ProtoReflect.Descriptor instead.

func (*PrivacySettingDisableLinkPreviewsAction) GetIsPreviewsDisabled

func (x *PrivacySettingDisableLinkPreviewsAction) GetIsPreviewsDisabled() bool

func (*PrivacySettingDisableLinkPreviewsAction) ProtoMessage

func (*PrivacySettingDisableLinkPreviewsAction) ProtoReflect

func (*PrivacySettingDisableLinkPreviewsAction) Reset

func (*PrivacySettingDisableLinkPreviewsAction) String

type PrivacySettingRelayAllCalls

type PrivacySettingRelayAllCalls struct {
	IsEnabled *bool `protobuf:"varint,1,opt,name=isEnabled" json:"isEnabled,omitempty"`
	// contains filtered or unexported fields
}

func (*PrivacySettingRelayAllCalls) Descriptor deprecated

func (*PrivacySettingRelayAllCalls) Descriptor() ([]byte, []int)

Deprecated: Use PrivacySettingRelayAllCalls.ProtoReflect.Descriptor instead.

func (*PrivacySettingRelayAllCalls) GetIsEnabled

func (x *PrivacySettingRelayAllCalls) GetIsEnabled() bool

func (*PrivacySettingRelayAllCalls) ProtoMessage

func (*PrivacySettingRelayAllCalls) ProtoMessage()

func (*PrivacySettingRelayAllCalls) ProtoReflect

func (*PrivacySettingRelayAllCalls) Reset

func (x *PrivacySettingRelayAllCalls) Reset()

func (*PrivacySettingRelayAllCalls) String

func (x *PrivacySettingRelayAllCalls) String() string

type PushNameSetting

type PushNameSetting struct {
	Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*PushNameSetting) Descriptor deprecated

func (*PushNameSetting) Descriptor() ([]byte, []int)

Deprecated: Use PushNameSetting.ProtoReflect.Descriptor instead.

func (*PushNameSetting) GetName

func (x *PushNameSetting) GetName() string

func (*PushNameSetting) ProtoMessage

func (*PushNameSetting) ProtoMessage()

func (*PushNameSetting) ProtoReflect

func (x *PushNameSetting) ProtoReflect() protoreflect.Message

func (*PushNameSetting) Reset

func (x *PushNameSetting) Reset()

func (*PushNameSetting) String

func (x *PushNameSetting) String() string

type QuickReplyAction

type QuickReplyAction struct {
	Shortcut *string  `protobuf:"bytes,1,opt,name=shortcut" json:"shortcut,omitempty"`
	Message  *string  `protobuf:"bytes,2,opt,name=message" json:"message,omitempty"`
	Keywords []string `protobuf:"bytes,3,rep,name=keywords" json:"keywords,omitempty"`
	Count    *int32   `protobuf:"varint,4,opt,name=count" json:"count,omitempty"`
	Deleted  *bool    `protobuf:"varint,5,opt,name=deleted" json:"deleted,omitempty"`
	// contains filtered or unexported fields
}

func (*QuickReplyAction) Descriptor deprecated

func (*QuickReplyAction) Descriptor() ([]byte, []int)

Deprecated: Use QuickReplyAction.ProtoReflect.Descriptor instead.

func (*QuickReplyAction) GetCount

func (x *QuickReplyAction) GetCount() int32

func (*QuickReplyAction) GetDeleted

func (x *QuickReplyAction) GetDeleted() bool

func (*QuickReplyAction) GetKeywords

func (x *QuickReplyAction) GetKeywords() []string

func (*QuickReplyAction) GetMessage

func (x *QuickReplyAction) GetMessage() string

func (*QuickReplyAction) GetShortcut

func (x *QuickReplyAction) GetShortcut() string

func (*QuickReplyAction) ProtoMessage

func (*QuickReplyAction) ProtoMessage()

func (*QuickReplyAction) ProtoReflect

func (x *QuickReplyAction) ProtoReflect() protoreflect.Message

func (*QuickReplyAction) Reset

func (x *QuickReplyAction) Reset()

func (*QuickReplyAction) String

func (x *QuickReplyAction) String() string

type RecentEmojiWeight

type RecentEmojiWeight struct {
	Emoji  *string  `protobuf:"bytes,1,opt,name=emoji" json:"emoji,omitempty"`
	Weight *float32 `protobuf:"fixed32,2,opt,name=weight" json:"weight,omitempty"`
	// contains filtered or unexported fields
}

func (*RecentEmojiWeight) Descriptor deprecated

func (*RecentEmojiWeight) Descriptor() ([]byte, []int)

Deprecated: Use RecentEmojiWeight.ProtoReflect.Descriptor instead.

func (*RecentEmojiWeight) GetEmoji

func (x *RecentEmojiWeight) GetEmoji() string

func (*RecentEmojiWeight) GetWeight

func (x *RecentEmojiWeight) GetWeight() float32

func (*RecentEmojiWeight) ProtoMessage

func (*RecentEmojiWeight) ProtoMessage()

func (*RecentEmojiWeight) ProtoReflect

func (x *RecentEmojiWeight) ProtoReflect() protoreflect.Message

func (*RecentEmojiWeight) Reset

func (x *RecentEmojiWeight) Reset()

func (*RecentEmojiWeight) String

func (x *RecentEmojiWeight) String() string

type RecentEmojiWeightsAction

type RecentEmojiWeightsAction struct {
	Weights []*RecentEmojiWeight `protobuf:"bytes,1,rep,name=weights" json:"weights,omitempty"`
	// contains filtered or unexported fields
}

func (*RecentEmojiWeightsAction) Descriptor deprecated

func (*RecentEmojiWeightsAction) Descriptor() ([]byte, []int)

Deprecated: Use RecentEmojiWeightsAction.ProtoReflect.Descriptor instead.

func (*RecentEmojiWeightsAction) GetWeights

func (x *RecentEmojiWeightsAction) GetWeights() []*RecentEmojiWeight

func (*RecentEmojiWeightsAction) ProtoMessage

func (*RecentEmojiWeightsAction) ProtoMessage()

func (*RecentEmojiWeightsAction) ProtoReflect

func (x *RecentEmojiWeightsAction) ProtoReflect() protoreflect.Message

func (*RecentEmojiWeightsAction) Reset

func (x *RecentEmojiWeightsAction) Reset()

func (*RecentEmojiWeightsAction) String

func (x *RecentEmojiWeightsAction) String() string

type RemoveRecentStickerAction

type RemoveRecentStickerAction struct {
	LastStickerSentTS *int64 `protobuf:"varint,1,opt,name=lastStickerSentTS" json:"lastStickerSentTS,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveRecentStickerAction) Descriptor deprecated

func (*RemoveRecentStickerAction) Descriptor() ([]byte, []int)

Deprecated: Use RemoveRecentStickerAction.ProtoReflect.Descriptor instead.

func (*RemoveRecentStickerAction) GetLastStickerSentTS

func (x *RemoveRecentStickerAction) GetLastStickerSentTS() int64

func (*RemoveRecentStickerAction) ProtoMessage

func (*RemoveRecentStickerAction) ProtoMessage()

func (*RemoveRecentStickerAction) ProtoReflect

func (*RemoveRecentStickerAction) Reset

func (x *RemoveRecentStickerAction) Reset()

func (*RemoveRecentStickerAction) String

func (x *RemoveRecentStickerAction) String() string

type SecurityNotificationSetting

type SecurityNotificationSetting struct {
	ShowNotification *bool `protobuf:"varint,1,opt,name=showNotification" json:"showNotification,omitempty"`
	// contains filtered or unexported fields
}

func (*SecurityNotificationSetting) Descriptor deprecated

func (*SecurityNotificationSetting) Descriptor() ([]byte, []int)

Deprecated: Use SecurityNotificationSetting.ProtoReflect.Descriptor instead.

func (*SecurityNotificationSetting) GetShowNotification

func (x *SecurityNotificationSetting) GetShowNotification() bool

func (*SecurityNotificationSetting) ProtoMessage

func (*SecurityNotificationSetting) ProtoMessage()

func (*SecurityNotificationSetting) ProtoReflect

func (*SecurityNotificationSetting) Reset

func (x *SecurityNotificationSetting) Reset()

func (*SecurityNotificationSetting) String

func (x *SecurityNotificationSetting) String() string

type StarAction

type StarAction struct {
	Starred *bool `protobuf:"varint,1,opt,name=starred" json:"starred,omitempty"`
	// contains filtered or unexported fields
}

func (*StarAction) Descriptor deprecated

func (*StarAction) Descriptor() ([]byte, []int)

Deprecated: Use StarAction.ProtoReflect.Descriptor instead.

func (*StarAction) GetStarred

func (x *StarAction) GetStarred() bool

func (*StarAction) ProtoMessage

func (*StarAction) ProtoMessage()

func (*StarAction) ProtoReflect

func (x *StarAction) ProtoReflect() protoreflect.Message

func (*StarAction) Reset

func (x *StarAction) Reset()

func (*StarAction) String

func (x *StarAction) String() string

type StatusPrivacyAction

type StatusPrivacyAction struct {
	Mode    *StatusPrivacyAction_StatusDistributionMode `protobuf:"varint,1,opt,name=mode,enum=WASyncAction.StatusPrivacyAction_StatusDistributionMode" json:"mode,omitempty"`
	UserJID []string                                    `protobuf:"bytes,2,rep,name=userJID" json:"userJID,omitempty"`
	// contains filtered or unexported fields
}

func (*StatusPrivacyAction) Descriptor deprecated

func (*StatusPrivacyAction) Descriptor() ([]byte, []int)

Deprecated: Use StatusPrivacyAction.ProtoReflect.Descriptor instead.

func (*StatusPrivacyAction) GetMode

func (*StatusPrivacyAction) GetUserJID

func (x *StatusPrivacyAction) GetUserJID() []string

func (*StatusPrivacyAction) ProtoMessage

func (*StatusPrivacyAction) ProtoMessage()

func (*StatusPrivacyAction) ProtoReflect

func (x *StatusPrivacyAction) ProtoReflect() protoreflect.Message

func (*StatusPrivacyAction) Reset

func (x *StatusPrivacyAction) Reset()

func (*StatusPrivacyAction) String

func (x *StatusPrivacyAction) String() string

type StatusPrivacyAction_StatusDistributionMode

type StatusPrivacyAction_StatusDistributionMode int32
const (
	StatusPrivacyAction_ALLOW_LIST StatusPrivacyAction_StatusDistributionMode = 0
	StatusPrivacyAction_DENY_LIST  StatusPrivacyAction_StatusDistributionMode = 1
	StatusPrivacyAction_CONTACTS   StatusPrivacyAction_StatusDistributionMode = 2
)

func (StatusPrivacyAction_StatusDistributionMode) Descriptor

func (StatusPrivacyAction_StatusDistributionMode) Enum

func (StatusPrivacyAction_StatusDistributionMode) EnumDescriptor deprecated

func (StatusPrivacyAction_StatusDistributionMode) EnumDescriptor() ([]byte, []int)

Deprecated: Use StatusPrivacyAction_StatusDistributionMode.Descriptor instead.

func (StatusPrivacyAction_StatusDistributionMode) Number

func (StatusPrivacyAction_StatusDistributionMode) String

func (StatusPrivacyAction_StatusDistributionMode) Type

func (*StatusPrivacyAction_StatusDistributionMode) UnmarshalJSON deprecated

Deprecated: Do not use.

type StickerAction

type StickerAction struct {
	URL           *string `protobuf:"bytes,1,opt,name=URL" json:"URL,omitempty"`
	FileEncSHA256 []byte  `protobuf:"bytes,2,opt,name=fileEncSHA256" json:"fileEncSHA256,omitempty"`
	MediaKey      []byte  `protobuf:"bytes,3,opt,name=mediaKey" json:"mediaKey,omitempty"`
	Mimetype      *string `protobuf:"bytes,4,opt,name=mimetype" json:"mimetype,omitempty"`
	Height        *uint32 `protobuf:"varint,5,opt,name=height" json:"height,omitempty"`
	Width         *uint32 `protobuf:"varint,6,opt,name=width" json:"width,omitempty"`
	DirectPath    *string `protobuf:"bytes,7,opt,name=directPath" json:"directPath,omitempty"`
	FileLength    *uint64 `protobuf:"varint,8,opt,name=fileLength" json:"fileLength,omitempty"`
	IsFavorite    *bool   `protobuf:"varint,9,opt,name=isFavorite" json:"isFavorite,omitempty"`
	DeviceIDHint  *uint32 `protobuf:"varint,10,opt,name=deviceIDHint" json:"deviceIDHint,omitempty"`
	IsLottie      *bool   `protobuf:"varint,11,opt,name=isLottie" json:"isLottie,omitempty"`
	// contains filtered or unexported fields
}

func (*StickerAction) Descriptor deprecated

func (*StickerAction) Descriptor() ([]byte, []int)

Deprecated: Use StickerAction.ProtoReflect.Descriptor instead.

func (*StickerAction) GetDeviceIDHint

func (x *StickerAction) GetDeviceIDHint() uint32

func (*StickerAction) GetDirectPath

func (x *StickerAction) GetDirectPath() string

func (*StickerAction) GetFileEncSHA256

func (x *StickerAction) GetFileEncSHA256() []byte

func (*StickerAction) GetFileLength

func (x *StickerAction) GetFileLength() uint64

func (*StickerAction) GetHeight

func (x *StickerAction) GetHeight() uint32

func (*StickerAction) GetIsFavorite

func (x *StickerAction) GetIsFavorite() bool

func (*StickerAction) GetIsLottie

func (x *StickerAction) GetIsLottie() bool

func (*StickerAction) GetMediaKey

func (x *StickerAction) GetMediaKey() []byte

func (*StickerAction) GetMimetype

func (x *StickerAction) GetMimetype() string

func (*StickerAction) GetURL

func (x *StickerAction) GetURL() string

func (*StickerAction) GetWidth

func (x *StickerAction) GetWidth() uint32

func (*StickerAction) ProtoMessage

func (*StickerAction) ProtoMessage()

func (*StickerAction) ProtoReflect

func (x *StickerAction) ProtoReflect() protoreflect.Message

func (*StickerAction) Reset

func (x *StickerAction) Reset()

func (*StickerAction) String

func (x *StickerAction) String() string

type SubscriptionAction

type SubscriptionAction struct {
	IsDeactivated  *bool  `protobuf:"varint,1,opt,name=isDeactivated" json:"isDeactivated,omitempty"`
	IsAutoRenewing *bool  `protobuf:"varint,2,opt,name=isAutoRenewing" json:"isAutoRenewing,omitempty"`
	ExpirationDate *int64 `protobuf:"varint,3,opt,name=expirationDate" json:"expirationDate,omitempty"`
	// contains filtered or unexported fields
}

func (*SubscriptionAction) Descriptor deprecated

func (*SubscriptionAction) Descriptor() ([]byte, []int)

Deprecated: Use SubscriptionAction.ProtoReflect.Descriptor instead.

func (*SubscriptionAction) GetExpirationDate

func (x *SubscriptionAction) GetExpirationDate() int64

func (*SubscriptionAction) GetIsAutoRenewing

func (x *SubscriptionAction) GetIsAutoRenewing() bool

func (*SubscriptionAction) GetIsDeactivated

func (x *SubscriptionAction) GetIsDeactivated() bool

func (*SubscriptionAction) ProtoMessage

func (*SubscriptionAction) ProtoMessage()

func (*SubscriptionAction) ProtoReflect

func (x *SubscriptionAction) ProtoReflect() protoreflect.Message

func (*SubscriptionAction) Reset

func (x *SubscriptionAction) Reset()

func (*SubscriptionAction) String

func (x *SubscriptionAction) String() string

type SyncActionData

type SyncActionData struct {
	Index   []byte           `protobuf:"bytes,1,opt,name=index" json:"index,omitempty"`
	Value   *SyncActionValue `protobuf:"bytes,2,opt,name=value" json:"value,omitempty"`
	Padding []byte           `protobuf:"bytes,3,opt,name=padding" json:"padding,omitempty"`
	Version *int32           `protobuf:"varint,4,opt,name=version" json:"version,omitempty"`
	// contains filtered or unexported fields
}

func (*SyncActionData) Descriptor deprecated

func (*SyncActionData) Descriptor() ([]byte, []int)

Deprecated: Use SyncActionData.ProtoReflect.Descriptor instead.

func (*SyncActionData) GetIndex

func (x *SyncActionData) GetIndex() []byte

func (*SyncActionData) GetPadding

func (x *SyncActionData) GetPadding() []byte

func (*SyncActionData) GetValue

func (x *SyncActionData) GetValue() *SyncActionValue

func (*SyncActionData) GetVersion

func (x *SyncActionData) GetVersion() int32

func (*SyncActionData) ProtoMessage

func (*SyncActionData) ProtoMessage()

func (*SyncActionData) ProtoReflect

func (x *SyncActionData) ProtoReflect() protoreflect.Message

func (*SyncActionData) Reset

func (x *SyncActionData) Reset()

func (*SyncActionData) String

func (x *SyncActionData) String() string

type SyncActionMessage

type SyncActionMessage struct {
	Key       *waCommon.MessageKey `protobuf:"bytes,1,opt,name=key" json:"key,omitempty"`
	Timestamp *int64               `protobuf:"varint,2,opt,name=timestamp" json:"timestamp,omitempty"`
	// contains filtered or unexported fields
}

func (*SyncActionMessage) Descriptor deprecated

func (*SyncActionMessage) Descriptor() ([]byte, []int)

Deprecated: Use SyncActionMessage.ProtoReflect.Descriptor instead.

func (*SyncActionMessage) GetKey

func (x *SyncActionMessage) GetKey() *waCommon.MessageKey

func (*SyncActionMessage) GetTimestamp

func (x *SyncActionMessage) GetTimestamp() int64

func (*SyncActionMessage) ProtoMessage

func (*SyncActionMessage) ProtoMessage()

func (*SyncActionMessage) ProtoReflect

func (x *SyncActionMessage) ProtoReflect() protoreflect.Message

func (*SyncActionMessage) Reset

func (x *SyncActionMessage) Reset()

func (*SyncActionMessage) String

func (x *SyncActionMessage) String() string

type SyncActionMessageRange

type SyncActionMessageRange struct {
	LastMessageTimestamp       *int64               `protobuf:"varint,1,opt,name=lastMessageTimestamp" json:"lastMessageTimestamp,omitempty"`
	LastSystemMessageTimestamp *int64               `protobuf:"varint,2,opt,name=lastSystemMessageTimestamp" json:"lastSystemMessageTimestamp,omitempty"`
	Messages                   []*SyncActionMessage `protobuf:"bytes,3,rep,name=messages" json:"messages,omitempty"`
	// contains filtered or unexported fields
}

func (*SyncActionMessageRange) Descriptor deprecated

func (*SyncActionMessageRange) Descriptor() ([]byte, []int)

Deprecated: Use SyncActionMessageRange.ProtoReflect.Descriptor instead.

func (*SyncActionMessageRange) GetLastMessageTimestamp

func (x *SyncActionMessageRange) GetLastMessageTimestamp() int64

func (*SyncActionMessageRange) GetLastSystemMessageTimestamp

func (x *SyncActionMessageRange) GetLastSystemMessageTimestamp() int64

func (*SyncActionMessageRange) GetMessages

func (x *SyncActionMessageRange) GetMessages() []*SyncActionMessage

func (*SyncActionMessageRange) ProtoMessage

func (*SyncActionMessageRange) ProtoMessage()

func (*SyncActionMessageRange) ProtoReflect

func (x *SyncActionMessageRange) ProtoReflect() protoreflect.Message

func (*SyncActionMessageRange) Reset

func (x *SyncActionMessageRange) Reset()

func (*SyncActionMessageRange) String

func (x *SyncActionMessageRange) String() string

type SyncActionValue

type SyncActionValue struct {
	Timestamp                               *int64                                   `protobuf:"varint,1,opt,name=timestamp" json:"timestamp,omitempty"`
	StarAction                              *StarAction                              `protobuf:"bytes,2,opt,name=starAction" json:"starAction,omitempty"`
	ContactAction                           *ContactAction                           `protobuf:"bytes,3,opt,name=contactAction" json:"contactAction,omitempty"`
	MuteAction                              *MuteAction                              `protobuf:"bytes,4,opt,name=muteAction" json:"muteAction,omitempty"`
	PinAction                               *PinAction                               `protobuf:"bytes,5,opt,name=pinAction" json:"pinAction,omitempty"`
	SecurityNotificationSetting             *SecurityNotificationSetting             `protobuf:"bytes,6,opt,name=securityNotificationSetting" json:"securityNotificationSetting,omitempty"`
	PushNameSetting                         *PushNameSetting                         `protobuf:"bytes,7,opt,name=pushNameSetting" json:"pushNameSetting,omitempty"`
	QuickReplyAction                        *QuickReplyAction                        `protobuf:"bytes,8,opt,name=quickReplyAction" json:"quickReplyAction,omitempty"`
	RecentEmojiWeightsAction                *RecentEmojiWeightsAction                `protobuf:"bytes,11,opt,name=recentEmojiWeightsAction" json:"recentEmojiWeightsAction,omitempty"`
	LabelEditAction                         *LabelEditAction                         `protobuf:"bytes,14,opt,name=labelEditAction" json:"labelEditAction,omitempty"`
	LabelAssociationAction                  *LabelAssociationAction                  `protobuf:"bytes,15,opt,name=labelAssociationAction" json:"labelAssociationAction,omitempty"`
	LocaleSetting                           *LocaleSetting                           `protobuf:"bytes,16,opt,name=localeSetting" json:"localeSetting,omitempty"`
	ArchiveChatAction                       *ArchiveChatAction                       `protobuf:"bytes,17,opt,name=archiveChatAction" json:"archiveChatAction,omitempty"`
	DeleteMessageForMeAction                *DeleteMessageForMeAction                `protobuf:"bytes,18,opt,name=deleteMessageForMeAction" json:"deleteMessageForMeAction,omitempty"`
	KeyExpiration                           *KeyExpiration                           `protobuf:"bytes,19,opt,name=keyExpiration" json:"keyExpiration,omitempty"`
	MarkChatAsReadAction                    *MarkChatAsReadAction                    `protobuf:"bytes,20,opt,name=markChatAsReadAction" json:"markChatAsReadAction,omitempty"`
	ClearChatAction                         *ClearChatAction                         `protobuf:"bytes,21,opt,name=clearChatAction" json:"clearChatAction,omitempty"`
	DeleteChatAction                        *DeleteChatAction                        `protobuf:"bytes,22,opt,name=deleteChatAction" json:"deleteChatAction,omitempty"`
	UnarchiveChatsSetting                   *UnarchiveChatsSetting                   `protobuf:"bytes,23,opt,name=unarchiveChatsSetting" json:"unarchiveChatsSetting,omitempty"`
	PrimaryFeature                          *PrimaryFeature                          `protobuf:"bytes,24,opt,name=primaryFeature" json:"primaryFeature,omitempty"`
	AndroidUnsupportedActions               *AndroidUnsupportedActions               `protobuf:"bytes,26,opt,name=androidUnsupportedActions" json:"androidUnsupportedActions,omitempty"`
	AgentAction                             *AgentAction                             `protobuf:"bytes,27,opt,name=agentAction" json:"agentAction,omitempty"`
	SubscriptionAction                      *SubscriptionAction                      `protobuf:"bytes,28,opt,name=subscriptionAction" json:"subscriptionAction,omitempty"`
	UserStatusMuteAction                    *UserStatusMuteAction                    `protobuf:"bytes,29,opt,name=userStatusMuteAction" json:"userStatusMuteAction,omitempty"`
	TimeFormatAction                        *TimeFormatAction                        `protobuf:"bytes,30,opt,name=timeFormatAction" json:"timeFormatAction,omitempty"`
	NuxAction                               *NuxAction                               `protobuf:"bytes,31,opt,name=nuxAction" json:"nuxAction,omitempty"`
	PrimaryVersionAction                    *PrimaryVersionAction                    `protobuf:"bytes,32,opt,name=primaryVersionAction" json:"primaryVersionAction,omitempty"`
	StickerAction                           *StickerAction                           `protobuf:"bytes,33,opt,name=stickerAction" json:"stickerAction,omitempty"`
	RemoveRecentStickerAction               *RemoveRecentStickerAction               `protobuf:"bytes,34,opt,name=removeRecentStickerAction" json:"removeRecentStickerAction,omitempty"`
	ChatAssignment                          *ChatAssignmentAction                    `protobuf:"bytes,35,opt,name=chatAssignment" json:"chatAssignment,omitempty"`
	ChatAssignmentOpenedStatus              *ChatAssignmentOpenedStatusAction        `protobuf:"bytes,36,opt,name=chatAssignmentOpenedStatus" json:"chatAssignmentOpenedStatus,omitempty"`
	PnForLidChatAction                      *PnForLidChatAction                      `protobuf:"bytes,37,opt,name=pnForLidChatAction" json:"pnForLidChatAction,omitempty"`
	MarketingMessageAction                  *MarketingMessageAction                  `protobuf:"bytes,38,opt,name=marketingMessageAction" json:"marketingMessageAction,omitempty"`
	MarketingMessageBroadcastAction         *MarketingMessageBroadcastAction         `protobuf:"bytes,39,opt,name=marketingMessageBroadcastAction" json:"marketingMessageBroadcastAction,omitempty"`
	ExternalWebBetaAction                   *ExternalWebBetaAction                   `protobuf:"bytes,40,opt,name=externalWebBetaAction" json:"externalWebBetaAction,omitempty"`
	PrivacySettingRelayAllCalls             *PrivacySettingRelayAllCalls             `protobuf:"bytes,41,opt,name=privacySettingRelayAllCalls" json:"privacySettingRelayAllCalls,omitempty"`
	CallLogAction                           *CallLogAction                           `protobuf:"bytes,42,opt,name=callLogAction" json:"callLogAction,omitempty"`
	StatusPrivacy                           *StatusPrivacyAction                     `protobuf:"bytes,44,opt,name=statusPrivacy" json:"statusPrivacy,omitempty"`
	BotWelcomeRequestAction                 *BotWelcomeRequestAction                 `protobuf:"bytes,45,opt,name=botWelcomeRequestAction" json:"botWelcomeRequestAction,omitempty"`
	DeleteIndividualCallLog                 *DeleteIndividualCallLogAction           `protobuf:"bytes,46,opt,name=deleteIndividualCallLog" json:"deleteIndividualCallLog,omitempty"`
	LabelReorderingAction                   *LabelReorderingAction                   `protobuf:"bytes,47,opt,name=labelReorderingAction" json:"labelReorderingAction,omitempty"`
	PaymentInfoAction                       *PaymentInfoAction                       `protobuf:"bytes,48,opt,name=paymentInfoAction" json:"paymentInfoAction,omitempty"`
	CustomPaymentMethodsAction              *CustomPaymentMethodsAction              `protobuf:"bytes,49,opt,name=customPaymentMethodsAction" json:"customPaymentMethodsAction,omitempty"`
	LockChatAction                          *LockChatAction                          `protobuf:"bytes,50,opt,name=lockChatAction" json:"lockChatAction,omitempty"`
	ChatLockSettings                        *waChatLockSettings.ChatLockSettings     `protobuf:"bytes,51,opt,name=chatLockSettings" json:"chatLockSettings,omitempty"`
	WamoUserIdentifierAction                *WamoUserIdentifierAction                `protobuf:"bytes,52,opt,name=wamoUserIdentifierAction" json:"wamoUserIdentifierAction,omitempty"`
	PrivacySettingDisableLinkPreviewsAction *PrivacySettingDisableLinkPreviewsAction `protobuf:"bytes,53,opt,name=privacySettingDisableLinkPreviewsAction" json:"privacySettingDisableLinkPreviewsAction,omitempty"`
	DeviceCapabilities                      *waDeviceCapabilities.DeviceCapabilities `protobuf:"bytes,54,opt,name=deviceCapabilities" json:"deviceCapabilities,omitempty"`
	NoteEditAction                          *NoteEditAction                          `protobuf:"bytes,55,opt,name=noteEditAction" json:"noteEditAction,omitempty"`
	FavoritesAction                         *FavoritesAction                         `protobuf:"bytes,56,opt,name=favoritesAction" json:"favoritesAction,omitempty"`
	MerchantPaymentPartnerAction            *MerchantPaymentPartnerAction            `protobuf:"bytes,57,opt,name=merchantPaymentPartnerAction" json:"merchantPaymentPartnerAction,omitempty"`
	WaffleAccountLinkStateAction            *WaffleAccountLinkStateAction            `protobuf:"bytes,58,opt,name=waffleAccountLinkStateAction" json:"waffleAccountLinkStateAction,omitempty"`
	UsernameChatStartMode                   *UsernameChatStartModeAction             `protobuf:"bytes,59,opt,name=usernameChatStartMode" json:"usernameChatStartMode,omitempty"`
	// contains filtered or unexported fields
}

func (*SyncActionValue) Descriptor deprecated

func (*SyncActionValue) Descriptor() ([]byte, []int)

Deprecated: Use SyncActionValue.ProtoReflect.Descriptor instead.

func (*SyncActionValue) GetAgentAction

func (x *SyncActionValue) GetAgentAction() *AgentAction

func (*SyncActionValue) GetAndroidUnsupportedActions

func (x *SyncActionValue) GetAndroidUnsupportedActions() *AndroidUnsupportedActions

func (*SyncActionValue) GetArchiveChatAction

func (x *SyncActionValue) GetArchiveChatAction() *ArchiveChatAction

func (*SyncActionValue) GetBotWelcomeRequestAction

func (x *SyncActionValue) GetBotWelcomeRequestAction() *BotWelcomeRequestAction

func (*SyncActionValue) GetCallLogAction

func (x *SyncActionValue) GetCallLogAction() *CallLogAction

func (*SyncActionValue) GetChatAssignment

func (x *SyncActionValue) GetChatAssignment() *ChatAssignmentAction

func (*SyncActionValue) GetChatAssignmentOpenedStatus

func (x *SyncActionValue) GetChatAssignmentOpenedStatus() *ChatAssignmentOpenedStatusAction

func (*SyncActionValue) GetChatLockSettings

func (x *SyncActionValue) GetChatLockSettings() *waChatLockSettings.ChatLockSettings

func (*SyncActionValue) GetClearChatAction

func (x *SyncActionValue) GetClearChatAction() *ClearChatAction

func (*SyncActionValue) GetContactAction

func (x *SyncActionValue) GetContactAction() *ContactAction

func (*SyncActionValue) GetCustomPaymentMethodsAction

func (x *SyncActionValue) GetCustomPaymentMethodsAction() *CustomPaymentMethodsAction

func (*SyncActionValue) GetDeleteChatAction

func (x *SyncActionValue) GetDeleteChatAction() *DeleteChatAction

func (*SyncActionValue) GetDeleteIndividualCallLog

func (x *SyncActionValue) GetDeleteIndividualCallLog() *DeleteIndividualCallLogAction

func (*SyncActionValue) GetDeleteMessageForMeAction

func (x *SyncActionValue) GetDeleteMessageForMeAction() *DeleteMessageForMeAction

func (*SyncActionValue) GetDeviceCapabilities

func (x *SyncActionValue) GetDeviceCapabilities() *waDeviceCapabilities.DeviceCapabilities

func (*SyncActionValue) GetExternalWebBetaAction

func (x *SyncActionValue) GetExternalWebBetaAction() *ExternalWebBetaAction

func (*SyncActionValue) GetFavoritesAction

func (x *SyncActionValue) GetFavoritesAction() *FavoritesAction

func (*SyncActionValue) GetKeyExpiration

func (x *SyncActionValue) GetKeyExpiration() *KeyExpiration

func (*SyncActionValue) GetLabelAssociationAction

func (x *SyncActionValue) GetLabelAssociationAction() *LabelAssociationAction

func (*SyncActionValue) GetLabelEditAction

func (x *SyncActionValue) GetLabelEditAction() *LabelEditAction

func (*SyncActionValue) GetLabelReorderingAction

func (x *SyncActionValue) GetLabelReorderingAction() *LabelReorderingAction

func (*SyncActionValue) GetLocaleSetting

func (x *SyncActionValue) GetLocaleSetting() *LocaleSetting

func (*SyncActionValue) GetLockChatAction

func (x *SyncActionValue) GetLockChatAction() *LockChatAction

func (*SyncActionValue) GetMarkChatAsReadAction

func (x *SyncActionValue) GetMarkChatAsReadAction() *MarkChatAsReadAction

func (*SyncActionValue) GetMarketingMessageAction

func (x *SyncActionValue) GetMarketingMessageAction() *MarketingMessageAction

func (*SyncActionValue) GetMarketingMessageBroadcastAction

func (x *SyncActionValue) GetMarketingMessageBroadcastAction() *MarketingMessageBroadcastAction

func (*SyncActionValue) GetMerchantPaymentPartnerAction

func (x *SyncActionValue) GetMerchantPaymentPartnerAction() *MerchantPaymentPartnerAction

func (*SyncActionValue) GetMuteAction

func (x *SyncActionValue) GetMuteAction() *MuteAction

func (*SyncActionValue) GetNoteEditAction

func (x *SyncActionValue) GetNoteEditAction() *NoteEditAction

func (*SyncActionValue) GetNuxAction

func (x *SyncActionValue) GetNuxAction() *NuxAction

func (*SyncActionValue) GetPaymentInfoAction

func (x *SyncActionValue) GetPaymentInfoAction() *PaymentInfoAction

func (*SyncActionValue) GetPinAction

func (x *SyncActionValue) GetPinAction() *PinAction

func (*SyncActionValue) GetPnForLidChatAction

func (x *SyncActionValue) GetPnForLidChatAction() *PnForLidChatAction

func (*SyncActionValue) GetPrimaryFeature

func (x *SyncActionValue) GetPrimaryFeature() *PrimaryFeature

func (*SyncActionValue) GetPrimaryVersionAction

func (x *SyncActionValue) GetPrimaryVersionAction() *PrimaryVersionAction

func (*SyncActionValue) GetPrivacySettingDisableLinkPreviewsAction

func (x *SyncActionValue) GetPrivacySettingDisableLinkPreviewsAction() *PrivacySettingDisableLinkPreviewsAction

func (*SyncActionValue) GetPrivacySettingRelayAllCalls

func (x *SyncActionValue) GetPrivacySettingRelayAllCalls() *PrivacySettingRelayAllCalls

func (*SyncActionValue) GetPushNameSetting

func (x *SyncActionValue) GetPushNameSetting() *PushNameSetting

func (*SyncActionValue) GetQuickReplyAction

func (x *SyncActionValue) GetQuickReplyAction() *QuickReplyAction

func (*SyncActionValue) GetRecentEmojiWeightsAction

func (x *SyncActionValue) GetRecentEmojiWeightsAction() *RecentEmojiWeightsAction

func (*SyncActionValue) GetRemoveRecentStickerAction

func (x *SyncActionValue) GetRemoveRecentStickerAction() *RemoveRecentStickerAction

func (*SyncActionValue) GetSecurityNotificationSetting

func (x *SyncActionValue) GetSecurityNotificationSetting() *SecurityNotificationSetting

func (*SyncActionValue) GetStarAction

func (x *SyncActionValue) GetStarAction() *StarAction

func (*SyncActionValue) GetStatusPrivacy

func (x *SyncActionValue) GetStatusPrivacy() *StatusPrivacyAction

func (*SyncActionValue) GetStickerAction

func (x *SyncActionValue) GetStickerAction() *StickerAction

func (*SyncActionValue) GetSubscriptionAction

func (x *SyncActionValue) GetSubscriptionAction() *SubscriptionAction

func (*SyncActionValue) GetTimeFormatAction

func (x *SyncActionValue) GetTimeFormatAction() *TimeFormatAction

func (*SyncActionValue) GetTimestamp

func (x *SyncActionValue) GetTimestamp() int64

func (*SyncActionValue) GetUnarchiveChatsSetting

func (x *SyncActionValue) GetUnarchiveChatsSetting() *UnarchiveChatsSetting

func (*SyncActionValue) GetUserStatusMuteAction

func (x *SyncActionValue) GetUserStatusMuteAction() *UserStatusMuteAction

func (*SyncActionValue) GetUsernameChatStartMode

func (x *SyncActionValue) GetUsernameChatStartMode() *UsernameChatStartModeAction

func (*SyncActionValue) GetWaffleAccountLinkStateAction

func (x *SyncActionValue) GetWaffleAccountLinkStateAction() *WaffleAccountLinkStateAction

func (*SyncActionValue) GetWamoUserIdentifierAction

func (x *SyncActionValue) GetWamoUserIdentifierAction() *WamoUserIdentifierAction

func (*SyncActionValue) ProtoMessage

func (*SyncActionValue) ProtoMessage()

func (*SyncActionValue) ProtoReflect

func (x *SyncActionValue) ProtoReflect() protoreflect.Message

func (*SyncActionValue) Reset

func (x *SyncActionValue) Reset()

func (*SyncActionValue) String

func (x *SyncActionValue) String() string

type TimeFormatAction

type TimeFormatAction struct {
	IsTwentyFourHourFormatEnabled *bool `protobuf:"varint,1,opt,name=isTwentyFourHourFormatEnabled" json:"isTwentyFourHourFormatEnabled,omitempty"`
	// contains filtered or unexported fields
}

func (*TimeFormatAction) Descriptor deprecated

func (*TimeFormatAction) Descriptor() ([]byte, []int)

Deprecated: Use TimeFormatAction.ProtoReflect.Descriptor instead.

func (*TimeFormatAction) GetIsTwentyFourHourFormatEnabled

func (x *TimeFormatAction) GetIsTwentyFourHourFormatEnabled() bool

func (*TimeFormatAction) ProtoMessage

func (*TimeFormatAction) ProtoMessage()

func (*TimeFormatAction) ProtoReflect

func (x *TimeFormatAction) ProtoReflect() protoreflect.Message

func (*TimeFormatAction) Reset

func (x *TimeFormatAction) Reset()

func (*TimeFormatAction) String

func (x *TimeFormatAction) String() string

type UnarchiveChatsSetting

type UnarchiveChatsSetting struct {
	UnarchiveChats *bool `protobuf:"varint,1,opt,name=unarchiveChats" json:"unarchiveChats,omitempty"`
	// contains filtered or unexported fields
}

func (*UnarchiveChatsSetting) Descriptor deprecated

func (*UnarchiveChatsSetting) Descriptor() ([]byte, []int)

Deprecated: Use UnarchiveChatsSetting.ProtoReflect.Descriptor instead.

func (*UnarchiveChatsSetting) GetUnarchiveChats

func (x *UnarchiveChatsSetting) GetUnarchiveChats() bool

func (*UnarchiveChatsSetting) ProtoMessage

func (*UnarchiveChatsSetting) ProtoMessage()

func (*UnarchiveChatsSetting) ProtoReflect

func (x *UnarchiveChatsSetting) ProtoReflect() protoreflect.Message

func (*UnarchiveChatsSetting) Reset

func (x *UnarchiveChatsSetting) Reset()

func (*UnarchiveChatsSetting) String

func (x *UnarchiveChatsSetting) String() string

type UserStatusMuteAction

type UserStatusMuteAction struct {
	Muted *bool `protobuf:"varint,1,opt,name=muted" json:"muted,omitempty"`
	// contains filtered or unexported fields
}

func (*UserStatusMuteAction) Descriptor deprecated

func (*UserStatusMuteAction) Descriptor() ([]byte, []int)

Deprecated: Use UserStatusMuteAction.ProtoReflect.Descriptor instead.

func (*UserStatusMuteAction) GetMuted

func (x *UserStatusMuteAction) GetMuted() bool

func (*UserStatusMuteAction) ProtoMessage

func (*UserStatusMuteAction) ProtoMessage()

func (*UserStatusMuteAction) ProtoReflect

func (x *UserStatusMuteAction) ProtoReflect() protoreflect.Message

func (*UserStatusMuteAction) Reset

func (x *UserStatusMuteAction) Reset()

func (*UserStatusMuteAction) String

func (x *UserStatusMuteAction) String() string

type UsernameChatStartModeAction

type UsernameChatStartModeAction struct {
	ChatStartMode *UsernameChatStartModeAction_ChatStartMode `` /* 133-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*UsernameChatStartModeAction) Descriptor deprecated

func (*UsernameChatStartModeAction) Descriptor() ([]byte, []int)

Deprecated: Use UsernameChatStartModeAction.ProtoReflect.Descriptor instead.

func (*UsernameChatStartModeAction) GetChatStartMode

func (*UsernameChatStartModeAction) ProtoMessage

func (*UsernameChatStartModeAction) ProtoMessage()

func (*UsernameChatStartModeAction) ProtoReflect

func (*UsernameChatStartModeAction) Reset

func (x *UsernameChatStartModeAction) Reset()

func (*UsernameChatStartModeAction) String

func (x *UsernameChatStartModeAction) String() string

type UsernameChatStartModeAction_ChatStartMode

type UsernameChatStartModeAction_ChatStartMode int32
const (
	UsernameChatStartModeAction_LID UsernameChatStartModeAction_ChatStartMode = 1
	UsernameChatStartModeAction_PN  UsernameChatStartModeAction_ChatStartMode = 2
)

func (UsernameChatStartModeAction_ChatStartMode) Descriptor

func (UsernameChatStartModeAction_ChatStartMode) Enum

func (UsernameChatStartModeAction_ChatStartMode) EnumDescriptor deprecated

func (UsernameChatStartModeAction_ChatStartMode) EnumDescriptor() ([]byte, []int)

Deprecated: Use UsernameChatStartModeAction_ChatStartMode.Descriptor instead.

func (UsernameChatStartModeAction_ChatStartMode) Number

func (UsernameChatStartModeAction_ChatStartMode) String

func (UsernameChatStartModeAction_ChatStartMode) Type

func (*UsernameChatStartModeAction_ChatStartMode) UnmarshalJSON deprecated

Deprecated: Do not use.

type WaffleAccountLinkStateAction

type WaffleAccountLinkStateAction struct {
	LinkState *WaffleAccountLinkStateAction_AccountLinkState `` /* 129-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*WaffleAccountLinkStateAction) Descriptor deprecated

func (*WaffleAccountLinkStateAction) Descriptor() ([]byte, []int)

Deprecated: Use WaffleAccountLinkStateAction.ProtoReflect.Descriptor instead.

func (*WaffleAccountLinkStateAction) GetLinkState

func (*WaffleAccountLinkStateAction) ProtoMessage

func (*WaffleAccountLinkStateAction) ProtoMessage()

func (*WaffleAccountLinkStateAction) ProtoReflect

func (*WaffleAccountLinkStateAction) Reset

func (x *WaffleAccountLinkStateAction) Reset()

func (*WaffleAccountLinkStateAction) String

type WaffleAccountLinkStateAction_AccountLinkState

type WaffleAccountLinkStateAction_AccountLinkState int32
const (
	WaffleAccountLinkStateAction_ACTIVE WaffleAccountLinkStateAction_AccountLinkState = 0
)

func (WaffleAccountLinkStateAction_AccountLinkState) Descriptor

func (WaffleAccountLinkStateAction_AccountLinkState) Enum

func (WaffleAccountLinkStateAction_AccountLinkState) EnumDescriptor deprecated

func (WaffleAccountLinkStateAction_AccountLinkState) EnumDescriptor() ([]byte, []int)

Deprecated: Use WaffleAccountLinkStateAction_AccountLinkState.Descriptor instead.

func (WaffleAccountLinkStateAction_AccountLinkState) Number

func (WaffleAccountLinkStateAction_AccountLinkState) String

func (WaffleAccountLinkStateAction_AccountLinkState) Type

func (*WaffleAccountLinkStateAction_AccountLinkState) UnmarshalJSON deprecated

Deprecated: Do not use.

type WamoUserIdentifierAction

type WamoUserIdentifierAction struct {
	Identifier *string `protobuf:"bytes,1,opt,name=identifier" json:"identifier,omitempty"`
	// contains filtered or unexported fields
}

func (*WamoUserIdentifierAction) Descriptor deprecated

func (*WamoUserIdentifierAction) Descriptor() ([]byte, []int)

Deprecated: Use WamoUserIdentifierAction.ProtoReflect.Descriptor instead.

func (*WamoUserIdentifierAction) GetIdentifier

func (x *WamoUserIdentifierAction) GetIdentifier() string

func (*WamoUserIdentifierAction) ProtoMessage

func (*WamoUserIdentifierAction) ProtoMessage()

func (*WamoUserIdentifierAction) ProtoReflect

func (x *WamoUserIdentifierAction) ProtoReflect() protoreflect.Message

func (*WamoUserIdentifierAction) Reset

func (x *WamoUserIdentifierAction) Reset()

func (*WamoUserIdentifierAction) String

func (x *WamoUserIdentifierAction) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL