waSyncAction

package
v1.0.3 Latest Latest
Warning

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

Go to latest
Published: Feb 9, 2024 License: MPL-2.0 Imports: 6 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 (
	SyncActionValue_StatusPrivacyAction_StatusDistributionMode_name = map[int32]string{
		0: "ALLOW_LIST",
		1: "DENY_LIST",
		2: "CONTACTS",
	}
	SyncActionValue_StatusPrivacyAction_StatusDistributionMode_value = map[string]int32{
		"ALLOW_LIST": 0,
		"DENY_LIST":  1,
		"CONTACTS":   2,
	}
)

Enum value maps for SyncActionValue_StatusPrivacyAction_StatusDistributionMode.

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

Enum value maps for SyncActionValue_MarketingMessageAction_MarketingMessagePrototypeType.

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 CallLogRecord

type CallLogRecord struct {
	CallResult      CallLogRecord_CallResult         `protobuf:"varint,1,opt,name=callResult,proto3,enum=WASyncAction.CallLogRecord_CallResult" json:"callResult,omitempty"`
	IsDndMode       bool                             `protobuf:"varint,2,opt,name=isDndMode,proto3" json:"isDndMode,omitempty"`
	SilenceReason   CallLogRecord_SilenceReason      `` /* 126-byte string literal not displayed */
	Duration        int64                            `protobuf:"varint,4,opt,name=duration,proto3" json:"duration,omitempty"`
	StartTime       int64                            `protobuf:"varint,5,opt,name=startTime,proto3" json:"startTime,omitempty"`
	IsIncoming      bool                             `protobuf:"varint,6,opt,name=isIncoming,proto3" json:"isIncoming,omitempty"`
	IsVideo         bool                             `protobuf:"varint,7,opt,name=isVideo,proto3" json:"isVideo,omitempty"`
	IsCallLink      bool                             `protobuf:"varint,8,opt,name=isCallLink,proto3" json:"isCallLink,omitempty"`
	CallLinkToken   string                           `protobuf:"bytes,9,opt,name=callLinkToken,proto3" json:"callLinkToken,omitempty"`
	ScheduledCallID string                           `protobuf:"bytes,10,opt,name=scheduledCallID,proto3" json:"scheduledCallID,omitempty"`
	CallID          string                           `protobuf:"bytes,11,opt,name=callID,proto3" json:"callID,omitempty"`
	CallCreatorJID  string                           `protobuf:"bytes,12,opt,name=callCreatorJID,proto3" json:"callCreatorJID,omitempty"`
	GroupJID        string                           `protobuf:"bytes,13,opt,name=groupJID,proto3" json:"groupJID,omitempty"`
	Participants    []*CallLogRecord_ParticipantInfo `protobuf:"bytes,14,rep,name=participants,proto3" json:"participants,omitempty"`
	CallType        CallLogRecord_CallType           `protobuf:"varint,15,opt,name=callType,proto3,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

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

type CallLogRecord_ParticipantInfo

type CallLogRecord_ParticipantInfo struct {
	UserJID    string                   `protobuf:"bytes,1,opt,name=userJID,proto3" json:"userJID,omitempty"`
	CallResult CallLogRecord_CallResult `protobuf:"varint,2,opt,name=callResult,proto3,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

type PatchDebugData

type PatchDebugData struct {
	CurrentLthash                           []byte                  `protobuf:"bytes,1,opt,name=currentLthash,proto3" json:"currentLthash,omitempty"`
	NewLthash                               []byte                  `protobuf:"bytes,2,opt,name=newLthash,proto3" json:"newLthash,omitempty"`
	PatchVersion                            []byte                  `protobuf:"bytes,3,opt,name=patchVersion,proto3" json:"patchVersion,omitempty"`
	CollectionName                          []byte                  `protobuf:"bytes,4,opt,name=collectionName,proto3" json:"collectionName,omitempty"`
	FirstFourBytesFromAHashOfSnapshotMACKey []byte                  `` /* 131-byte string literal not displayed */
	NewLthashSubtract                       []byte                  `protobuf:"bytes,6,opt,name=newLthashSubtract,proto3" json:"newLthashSubtract,omitempty"`
	NumberAdd                               int32                   `protobuf:"varint,7,opt,name=numberAdd,proto3" json:"numberAdd,omitempty"`
	NumberRemove                            int32                   `protobuf:"varint,8,opt,name=numberRemove,proto3" json:"numberRemove,omitempty"`
	NumberOverride                          int32                   `protobuf:"varint,9,opt,name=numberOverride,proto3" json:"numberOverride,omitempty"`
	SenderPlatform                          PatchDebugData_Platform `protobuf:"varint,10,opt,name=senderPlatform,proto3,enum=WASyncAction.PatchDebugData_Platform" json:"senderPlatform,omitempty"`
	IsSenderPrimary                         bool                    `protobuf:"varint,11,opt,name=isSenderPrimary,proto3" 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

type RecentEmojiWeight

type RecentEmojiWeight struct {
	Emoji  string  `protobuf:"bytes,1,opt,name=emoji,proto3" json:"emoji,omitempty"`
	Weight float32 `protobuf:"fixed32,2,opt,name=weight,proto3" 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 SyncActionData

type SyncActionData struct {
	Index   []byte           `protobuf:"bytes,1,opt,name=index,proto3" json:"index,omitempty"`
	Value   *SyncActionValue `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	Padding []byte           `protobuf:"bytes,3,opt,name=padding,proto3" json:"padding,omitempty"`
	Version int32            `protobuf:"varint,4,opt,name=version,proto3" 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 SyncActionValue

type SyncActionValue struct {
	Timestamp                       int64                                             `protobuf:"varint,1,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	StarAction                      *SyncActionValue_StarAction                       `protobuf:"bytes,2,opt,name=starAction,proto3" json:"starAction,omitempty"`
	ContactAction                   *SyncActionValue_ContactAction                    `protobuf:"bytes,3,opt,name=contactAction,proto3" json:"contactAction,omitempty"`
	MuteAction                      *SyncActionValue_MuteAction                       `protobuf:"bytes,4,opt,name=muteAction,proto3" json:"muteAction,omitempty"`
	PinAction                       *SyncActionValue_PinAction                        `protobuf:"bytes,5,opt,name=pinAction,proto3" json:"pinAction,omitempty"`
	SecurityNotificationSetting     *SyncActionValue_SecurityNotificationSetting      `protobuf:"bytes,6,opt,name=securityNotificationSetting,proto3" json:"securityNotificationSetting,omitempty"`
	PushNameSetting                 *SyncActionValue_PushNameSetting                  `protobuf:"bytes,7,opt,name=pushNameSetting,proto3" json:"pushNameSetting,omitempty"`
	QuickReplyAction                *SyncActionValue_QuickReplyAction                 `protobuf:"bytes,8,opt,name=quickReplyAction,proto3" json:"quickReplyAction,omitempty"`
	RecentEmojiWeightsAction        *SyncActionValue_RecentEmojiWeightsAction         `protobuf:"bytes,11,opt,name=recentEmojiWeightsAction,proto3" json:"recentEmojiWeightsAction,omitempty"`
	LabelEditAction                 *SyncActionValue_LabelEditAction                  `protobuf:"bytes,14,opt,name=labelEditAction,proto3" json:"labelEditAction,omitempty"`
	LabelAssociationAction          *SyncActionValue_LabelAssociationAction           `protobuf:"bytes,15,opt,name=labelAssociationAction,proto3" json:"labelAssociationAction,omitempty"`
	LocaleSetting                   *SyncActionValue_LocaleSetting                    `protobuf:"bytes,16,opt,name=localeSetting,proto3" json:"localeSetting,omitempty"`
	ArchiveChatAction               *SyncActionValue_ArchiveChatAction                `protobuf:"bytes,17,opt,name=archiveChatAction,proto3" json:"archiveChatAction,omitempty"`
	DeleteMessageForMeAction        *SyncActionValue_DeleteMessageForMeAction         `protobuf:"bytes,18,opt,name=deleteMessageForMeAction,proto3" json:"deleteMessageForMeAction,omitempty"`
	KeyExpiration                   *SyncActionValue_KeyExpiration                    `protobuf:"bytes,19,opt,name=keyExpiration,proto3" json:"keyExpiration,omitempty"`
	MarkChatAsReadAction            *SyncActionValue_MarkChatAsReadAction             `protobuf:"bytes,20,opt,name=markChatAsReadAction,proto3" json:"markChatAsReadAction,omitempty"`
	ClearChatAction                 *SyncActionValue_ClearChatAction                  `protobuf:"bytes,21,opt,name=clearChatAction,proto3" json:"clearChatAction,omitempty"`
	DeleteChatAction                *SyncActionValue_DeleteChatAction                 `protobuf:"bytes,22,opt,name=deleteChatAction,proto3" json:"deleteChatAction,omitempty"`
	UnarchiveChatsSetting           *SyncActionValue_UnarchiveChatsSetting            `protobuf:"bytes,23,opt,name=unarchiveChatsSetting,proto3" json:"unarchiveChatsSetting,omitempty"`
	PrimaryFeature                  *SyncActionValue_PrimaryFeature                   `protobuf:"bytes,24,opt,name=primaryFeature,proto3" json:"primaryFeature,omitempty"`
	AndroidUnsupportedActions       *SyncActionValue_AndroidUnsupportedActions        `protobuf:"bytes,26,opt,name=androidUnsupportedActions,proto3" json:"androidUnsupportedActions,omitempty"`
	AgentAction                     *SyncActionValue_AgentAction                      `protobuf:"bytes,27,opt,name=agentAction,proto3" json:"agentAction,omitempty"`
	SubscriptionAction              *SyncActionValue_SubscriptionAction               `protobuf:"bytes,28,opt,name=subscriptionAction,proto3" json:"subscriptionAction,omitempty"`
	UserStatusMuteAction            *SyncActionValue_UserStatusMuteAction             `protobuf:"bytes,29,opt,name=userStatusMuteAction,proto3" json:"userStatusMuteAction,omitempty"`
	TimeFormatAction                *SyncActionValue_TimeFormatAction                 `protobuf:"bytes,30,opt,name=timeFormatAction,proto3" json:"timeFormatAction,omitempty"`
	NuxAction                       *SyncActionValue_NuxAction                        `protobuf:"bytes,31,opt,name=nuxAction,proto3" json:"nuxAction,omitempty"`
	PrimaryVersionAction            *SyncActionValue_PrimaryVersionAction             `protobuf:"bytes,32,opt,name=primaryVersionAction,proto3" json:"primaryVersionAction,omitempty"`
	StickerAction                   *SyncActionValue_StickerAction                    `protobuf:"bytes,33,opt,name=stickerAction,proto3" json:"stickerAction,omitempty"`
	RemoveRecentStickerAction       *SyncActionValue_RemoveRecentStickerAction        `protobuf:"bytes,34,opt,name=removeRecentStickerAction,proto3" json:"removeRecentStickerAction,omitempty"`
	ChatAssignment                  *SyncActionValue_ChatAssignmentAction             `protobuf:"bytes,35,opt,name=chatAssignment,proto3" json:"chatAssignment,omitempty"`
	ChatAssignmentOpenedStatus      *SyncActionValue_ChatAssignmentOpenedStatusAction `protobuf:"bytes,36,opt,name=chatAssignmentOpenedStatus,proto3" json:"chatAssignmentOpenedStatus,omitempty"`
	PnForLidChatAction              *SyncActionValue_PnForLidChatAction               `protobuf:"bytes,37,opt,name=pnForLidChatAction,proto3" json:"pnForLidChatAction,omitempty"`
	MarketingMessageAction          *SyncActionValue_MarketingMessageAction           `protobuf:"bytes,38,opt,name=marketingMessageAction,proto3" json:"marketingMessageAction,omitempty"`
	MarketingMessageBroadcastAction *SyncActionValue_MarketingMessageBroadcastAction  `protobuf:"bytes,39,opt,name=marketingMessageBroadcastAction,proto3" json:"marketingMessageBroadcastAction,omitempty"`
	ExternalWebBetaAction           *SyncActionValue_ExternalWebBetaAction            `protobuf:"bytes,40,opt,name=externalWebBetaAction,proto3" json:"externalWebBetaAction,omitempty"`
	PrivacySettingRelayAllCalls     *SyncActionValue_PrivacySettingRelayAllCalls      `protobuf:"bytes,41,opt,name=privacySettingRelayAllCalls,proto3" json:"privacySettingRelayAllCalls,omitempty"`
	CallLogAction                   *SyncActionValue_CallLogAction                    `protobuf:"bytes,42,opt,name=callLogAction,proto3" json:"callLogAction,omitempty"`
	StatusPrivacy                   *SyncActionValue_StatusPrivacyAction              `protobuf:"bytes,44,opt,name=statusPrivacy,proto3" json:"statusPrivacy,omitempty"`
	BotWelcomeRequestAction         *SyncActionValue_BotWelcomeRequestAction          `protobuf:"bytes,45,opt,name=botWelcomeRequestAction,proto3" json:"botWelcomeRequestAction,omitempty"`
	DeleteIndividualCallLog         *SyncActionValue_DeleteIndividualCallLogAction    `protobuf:"bytes,46,opt,name=deleteIndividualCallLog,proto3" json:"deleteIndividualCallLog,omitempty"`
	LabelReorderingAction           *SyncActionValue_LabelReorderingAction            `protobuf:"bytes,47,opt,name=labelReorderingAction,proto3" json:"labelReorderingAction,omitempty"`
	PaymentInfoAction               *SyncActionValue_PaymentInfoAction                `protobuf:"bytes,48,opt,name=paymentInfoAction,proto3" json:"paymentInfoAction,omitempty"`
	CustomPaymentMethodsAction      *SyncActionValue_CustomPaymentMethodsAction       `protobuf:"bytes,49,opt,name=customPaymentMethodsAction,proto3" json:"customPaymentMethodsAction,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() *SyncActionValue_AgentAction

func (*SyncActionValue) GetAndroidUnsupportedActions

func (x *SyncActionValue) GetAndroidUnsupportedActions() *SyncActionValue_AndroidUnsupportedActions

func (*SyncActionValue) GetArchiveChatAction

func (x *SyncActionValue) GetArchiveChatAction() *SyncActionValue_ArchiveChatAction

func (*SyncActionValue) GetBotWelcomeRequestAction

func (x *SyncActionValue) GetBotWelcomeRequestAction() *SyncActionValue_BotWelcomeRequestAction

func (*SyncActionValue) GetCallLogAction

func (x *SyncActionValue) GetCallLogAction() *SyncActionValue_CallLogAction

func (*SyncActionValue) GetChatAssignment

func (x *SyncActionValue) GetChatAssignment() *SyncActionValue_ChatAssignmentAction

func (*SyncActionValue) GetChatAssignmentOpenedStatus

func (x *SyncActionValue) GetChatAssignmentOpenedStatus() *SyncActionValue_ChatAssignmentOpenedStatusAction

func (*SyncActionValue) GetClearChatAction

func (x *SyncActionValue) GetClearChatAction() *SyncActionValue_ClearChatAction

func (*SyncActionValue) GetContactAction

func (x *SyncActionValue) GetContactAction() *SyncActionValue_ContactAction

func (*SyncActionValue) GetCustomPaymentMethodsAction

func (x *SyncActionValue) GetCustomPaymentMethodsAction() *SyncActionValue_CustomPaymentMethodsAction

func (*SyncActionValue) GetDeleteChatAction

func (x *SyncActionValue) GetDeleteChatAction() *SyncActionValue_DeleteChatAction

func (*SyncActionValue) GetDeleteIndividualCallLog

func (x *SyncActionValue) GetDeleteIndividualCallLog() *SyncActionValue_DeleteIndividualCallLogAction

func (*SyncActionValue) GetDeleteMessageForMeAction

func (x *SyncActionValue) GetDeleteMessageForMeAction() *SyncActionValue_DeleteMessageForMeAction

func (*SyncActionValue) GetExternalWebBetaAction

func (x *SyncActionValue) GetExternalWebBetaAction() *SyncActionValue_ExternalWebBetaAction

func (*SyncActionValue) GetKeyExpiration

func (x *SyncActionValue) GetKeyExpiration() *SyncActionValue_KeyExpiration

func (*SyncActionValue) GetLabelAssociationAction

func (x *SyncActionValue) GetLabelAssociationAction() *SyncActionValue_LabelAssociationAction

func (*SyncActionValue) GetLabelEditAction

func (x *SyncActionValue) GetLabelEditAction() *SyncActionValue_LabelEditAction

func (*SyncActionValue) GetLabelReorderingAction

func (x *SyncActionValue) GetLabelReorderingAction() *SyncActionValue_LabelReorderingAction

func (*SyncActionValue) GetLocaleSetting

func (x *SyncActionValue) GetLocaleSetting() *SyncActionValue_LocaleSetting

func (*SyncActionValue) GetMarkChatAsReadAction

func (x *SyncActionValue) GetMarkChatAsReadAction() *SyncActionValue_MarkChatAsReadAction

func (*SyncActionValue) GetMarketingMessageAction

func (x *SyncActionValue) GetMarketingMessageAction() *SyncActionValue_MarketingMessageAction

func (*SyncActionValue) GetMarketingMessageBroadcastAction

func (x *SyncActionValue) GetMarketingMessageBroadcastAction() *SyncActionValue_MarketingMessageBroadcastAction

func (*SyncActionValue) GetMuteAction

func (x *SyncActionValue) GetMuteAction() *SyncActionValue_MuteAction

func (*SyncActionValue) GetNuxAction

func (x *SyncActionValue) GetNuxAction() *SyncActionValue_NuxAction

func (*SyncActionValue) GetPaymentInfoAction

func (x *SyncActionValue) GetPaymentInfoAction() *SyncActionValue_PaymentInfoAction

func (*SyncActionValue) GetPinAction

func (x *SyncActionValue) GetPinAction() *SyncActionValue_PinAction

func (*SyncActionValue) GetPnForLidChatAction

func (x *SyncActionValue) GetPnForLidChatAction() *SyncActionValue_PnForLidChatAction

func (*SyncActionValue) GetPrimaryFeature

func (x *SyncActionValue) GetPrimaryFeature() *SyncActionValue_PrimaryFeature

func (*SyncActionValue) GetPrimaryVersionAction

func (x *SyncActionValue) GetPrimaryVersionAction() *SyncActionValue_PrimaryVersionAction

func (*SyncActionValue) GetPrivacySettingRelayAllCalls

func (x *SyncActionValue) GetPrivacySettingRelayAllCalls() *SyncActionValue_PrivacySettingRelayAllCalls

func (*SyncActionValue) GetPushNameSetting

func (x *SyncActionValue) GetPushNameSetting() *SyncActionValue_PushNameSetting

func (*SyncActionValue) GetQuickReplyAction

func (x *SyncActionValue) GetQuickReplyAction() *SyncActionValue_QuickReplyAction

func (*SyncActionValue) GetRecentEmojiWeightsAction

func (x *SyncActionValue) GetRecentEmojiWeightsAction() *SyncActionValue_RecentEmojiWeightsAction

func (*SyncActionValue) GetRemoveRecentStickerAction

func (x *SyncActionValue) GetRemoveRecentStickerAction() *SyncActionValue_RemoveRecentStickerAction

func (*SyncActionValue) GetSecurityNotificationSetting

func (x *SyncActionValue) GetSecurityNotificationSetting() *SyncActionValue_SecurityNotificationSetting

func (*SyncActionValue) GetStarAction

func (x *SyncActionValue) GetStarAction() *SyncActionValue_StarAction

func (*SyncActionValue) GetStatusPrivacy

func (*SyncActionValue) GetStickerAction

func (x *SyncActionValue) GetStickerAction() *SyncActionValue_StickerAction

func (*SyncActionValue) GetSubscriptionAction

func (x *SyncActionValue) GetSubscriptionAction() *SyncActionValue_SubscriptionAction

func (*SyncActionValue) GetTimeFormatAction

func (x *SyncActionValue) GetTimeFormatAction() *SyncActionValue_TimeFormatAction

func (*SyncActionValue) GetTimestamp

func (x *SyncActionValue) GetTimestamp() int64

func (*SyncActionValue) GetUnarchiveChatsSetting

func (x *SyncActionValue) GetUnarchiveChatsSetting() *SyncActionValue_UnarchiveChatsSetting

func (*SyncActionValue) GetUserStatusMuteAction

func (x *SyncActionValue) GetUserStatusMuteAction() *SyncActionValue_UserStatusMuteAction

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 SyncActionValue_AgentAction

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

func (*SyncActionValue_AgentAction) Descriptor deprecated

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

Deprecated: Use SyncActionValue_AgentAction.ProtoReflect.Descriptor instead.

func (*SyncActionValue_AgentAction) GetDeviceID

func (x *SyncActionValue_AgentAction) GetDeviceID() int32

func (*SyncActionValue_AgentAction) GetIsDeleted

func (x *SyncActionValue_AgentAction) GetIsDeleted() bool

func (*SyncActionValue_AgentAction) GetName

func (x *SyncActionValue_AgentAction) GetName() string

func (*SyncActionValue_AgentAction) ProtoMessage

func (*SyncActionValue_AgentAction) ProtoMessage()

func (*SyncActionValue_AgentAction) ProtoReflect

func (*SyncActionValue_AgentAction) Reset

func (x *SyncActionValue_AgentAction) Reset()

func (*SyncActionValue_AgentAction) String

func (x *SyncActionValue_AgentAction) String() string

type SyncActionValue_AndroidUnsupportedActions

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

func (*SyncActionValue_AndroidUnsupportedActions) Descriptor deprecated

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

Deprecated: Use SyncActionValue_AndroidUnsupportedActions.ProtoReflect.Descriptor instead.

func (*SyncActionValue_AndroidUnsupportedActions) GetAllowed

func (*SyncActionValue_AndroidUnsupportedActions) ProtoMessage

func (*SyncActionValue_AndroidUnsupportedActions) ProtoReflect

func (*SyncActionValue_AndroidUnsupportedActions) Reset

func (*SyncActionValue_AndroidUnsupportedActions) String

type SyncActionValue_ArchiveChatAction

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

func (*SyncActionValue_ArchiveChatAction) Descriptor deprecated

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

Deprecated: Use SyncActionValue_ArchiveChatAction.ProtoReflect.Descriptor instead.

func (*SyncActionValue_ArchiveChatAction) GetArchived

func (x *SyncActionValue_ArchiveChatAction) GetArchived() bool

func (*SyncActionValue_ArchiveChatAction) GetMessageRange

func (*SyncActionValue_ArchiveChatAction) ProtoMessage

func (*SyncActionValue_ArchiveChatAction) ProtoMessage()

func (*SyncActionValue_ArchiveChatAction) ProtoReflect

func (*SyncActionValue_ArchiveChatAction) Reset

func (*SyncActionValue_ArchiveChatAction) String

type SyncActionValue_BotWelcomeRequestAction

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

func (*SyncActionValue_BotWelcomeRequestAction) Descriptor deprecated

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

Deprecated: Use SyncActionValue_BotWelcomeRequestAction.ProtoReflect.Descriptor instead.

func (*SyncActionValue_BotWelcomeRequestAction) GetIsSent

func (*SyncActionValue_BotWelcomeRequestAction) ProtoMessage

func (*SyncActionValue_BotWelcomeRequestAction) ProtoReflect

func (*SyncActionValue_BotWelcomeRequestAction) Reset

func (*SyncActionValue_BotWelcomeRequestAction) String

type SyncActionValue_CallLogAction

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

func (*SyncActionValue_CallLogAction) Descriptor deprecated

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

Deprecated: Use SyncActionValue_CallLogAction.ProtoReflect.Descriptor instead.

func (*SyncActionValue_CallLogAction) GetCallLogRecord

func (x *SyncActionValue_CallLogAction) GetCallLogRecord() *CallLogRecord

func (*SyncActionValue_CallLogAction) ProtoMessage

func (*SyncActionValue_CallLogAction) ProtoMessage()

func (*SyncActionValue_CallLogAction) ProtoReflect

func (*SyncActionValue_CallLogAction) Reset

func (x *SyncActionValue_CallLogAction) Reset()

func (*SyncActionValue_CallLogAction) String

type SyncActionValue_ChatAssignmentAction

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

func (*SyncActionValue_ChatAssignmentAction) Descriptor deprecated

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

Deprecated: Use SyncActionValue_ChatAssignmentAction.ProtoReflect.Descriptor instead.

func (*SyncActionValue_ChatAssignmentAction) GetDeviceAgentID

func (x *SyncActionValue_ChatAssignmentAction) GetDeviceAgentID() string

func (*SyncActionValue_ChatAssignmentAction) ProtoMessage

func (*SyncActionValue_ChatAssignmentAction) ProtoMessage()

func (*SyncActionValue_ChatAssignmentAction) ProtoReflect

func (*SyncActionValue_ChatAssignmentAction) Reset

func (*SyncActionValue_ChatAssignmentAction) String

type SyncActionValue_ChatAssignmentOpenedStatusAction

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

func (*SyncActionValue_ChatAssignmentOpenedStatusAction) Descriptor deprecated

Deprecated: Use SyncActionValue_ChatAssignmentOpenedStatusAction.ProtoReflect.Descriptor instead.

func (*SyncActionValue_ChatAssignmentOpenedStatusAction) GetChatOpened

func (*SyncActionValue_ChatAssignmentOpenedStatusAction) ProtoMessage

func (*SyncActionValue_ChatAssignmentOpenedStatusAction) ProtoReflect

func (*SyncActionValue_ChatAssignmentOpenedStatusAction) Reset

func (*SyncActionValue_ChatAssignmentOpenedStatusAction) String

type SyncActionValue_ClearChatAction

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

func (*SyncActionValue_ClearChatAction) Descriptor deprecated

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

Deprecated: Use SyncActionValue_ClearChatAction.ProtoReflect.Descriptor instead.

func (*SyncActionValue_ClearChatAction) GetMessageRange

func (*SyncActionValue_ClearChatAction) ProtoMessage

func (*SyncActionValue_ClearChatAction) ProtoMessage()

func (*SyncActionValue_ClearChatAction) ProtoReflect

func (*SyncActionValue_ClearChatAction) Reset

func (*SyncActionValue_ClearChatAction) String

type SyncActionValue_ContactAction

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

func (*SyncActionValue_ContactAction) Descriptor deprecated

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

Deprecated: Use SyncActionValue_ContactAction.ProtoReflect.Descriptor instead.

func (*SyncActionValue_ContactAction) GetFirstName

func (x *SyncActionValue_ContactAction) GetFirstName() string

func (*SyncActionValue_ContactAction) GetFullName

func (x *SyncActionValue_ContactAction) GetFullName() string

func (*SyncActionValue_ContactAction) GetLidJID

func (x *SyncActionValue_ContactAction) GetLidJID() string

func (*SyncActionValue_ContactAction) GetSaveOnPrimaryAddressbook

func (x *SyncActionValue_ContactAction) GetSaveOnPrimaryAddressbook() bool

func (*SyncActionValue_ContactAction) ProtoMessage

func (*SyncActionValue_ContactAction) ProtoMessage()

func (*SyncActionValue_ContactAction) ProtoReflect

func (*SyncActionValue_ContactAction) Reset

func (x *SyncActionValue_ContactAction) Reset()

func (*SyncActionValue_ContactAction) String

type SyncActionValue_CustomPaymentMethod

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

func (*SyncActionValue_CustomPaymentMethod) Descriptor deprecated

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

Deprecated: Use SyncActionValue_CustomPaymentMethod.ProtoReflect.Descriptor instead.

func (*SyncActionValue_CustomPaymentMethod) GetCountry

func (*SyncActionValue_CustomPaymentMethod) GetCredentialID

func (x *SyncActionValue_CustomPaymentMethod) GetCredentialID() string

func (*SyncActionValue_CustomPaymentMethod) GetMetadata

func (*SyncActionValue_CustomPaymentMethod) GetType

func (*SyncActionValue_CustomPaymentMethod) ProtoMessage

func (*SyncActionValue_CustomPaymentMethod) ProtoMessage()

func (*SyncActionValue_CustomPaymentMethod) ProtoReflect

func (*SyncActionValue_CustomPaymentMethod) Reset

func (*SyncActionValue_CustomPaymentMethod) String

type SyncActionValue_CustomPaymentMethodMetadata

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

func (*SyncActionValue_CustomPaymentMethodMetadata) Descriptor deprecated

Deprecated: Use SyncActionValue_CustomPaymentMethodMetadata.ProtoReflect.Descriptor instead.

func (*SyncActionValue_CustomPaymentMethodMetadata) GetKey

func (*SyncActionValue_CustomPaymentMethodMetadata) GetValue

func (*SyncActionValue_CustomPaymentMethodMetadata) ProtoMessage

func (*SyncActionValue_CustomPaymentMethodMetadata) ProtoReflect

func (*SyncActionValue_CustomPaymentMethodMetadata) Reset

func (*SyncActionValue_CustomPaymentMethodMetadata) String

type SyncActionValue_CustomPaymentMethodsAction

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

func (*SyncActionValue_CustomPaymentMethodsAction) Descriptor deprecated

Deprecated: Use SyncActionValue_CustomPaymentMethodsAction.ProtoReflect.Descriptor instead.

func (*SyncActionValue_CustomPaymentMethodsAction) GetCustomPaymentMethods

func (*SyncActionValue_CustomPaymentMethodsAction) ProtoMessage

func (*SyncActionValue_CustomPaymentMethodsAction) ProtoReflect

func (*SyncActionValue_CustomPaymentMethodsAction) Reset

func (*SyncActionValue_CustomPaymentMethodsAction) String

type SyncActionValue_DeleteChatAction

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

func (*SyncActionValue_DeleteChatAction) Descriptor deprecated

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

Deprecated: Use SyncActionValue_DeleteChatAction.ProtoReflect.Descriptor instead.

func (*SyncActionValue_DeleteChatAction) GetMessageRange

func (*SyncActionValue_DeleteChatAction) ProtoMessage

func (*SyncActionValue_DeleteChatAction) ProtoMessage()

func (*SyncActionValue_DeleteChatAction) ProtoReflect

func (*SyncActionValue_DeleteChatAction) Reset

func (*SyncActionValue_DeleteChatAction) String

type SyncActionValue_DeleteIndividualCallLogAction

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

func (*SyncActionValue_DeleteIndividualCallLogAction) Descriptor deprecated

Deprecated: Use SyncActionValue_DeleteIndividualCallLogAction.ProtoReflect.Descriptor instead.

func (*SyncActionValue_DeleteIndividualCallLogAction) GetIsIncoming

func (*SyncActionValue_DeleteIndividualCallLogAction) GetPeerJID

func (*SyncActionValue_DeleteIndividualCallLogAction) ProtoMessage

func (*SyncActionValue_DeleteIndividualCallLogAction) ProtoReflect

func (*SyncActionValue_DeleteIndividualCallLogAction) Reset

func (*SyncActionValue_DeleteIndividualCallLogAction) String

type SyncActionValue_DeleteMessageForMeAction

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

func (*SyncActionValue_DeleteMessageForMeAction) Descriptor deprecated

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

Deprecated: Use SyncActionValue_DeleteMessageForMeAction.ProtoReflect.Descriptor instead.

func (*SyncActionValue_DeleteMessageForMeAction) GetDeleteMedia

func (x *SyncActionValue_DeleteMessageForMeAction) GetDeleteMedia() bool

func (*SyncActionValue_DeleteMessageForMeAction) GetMessageTimestamp

func (x *SyncActionValue_DeleteMessageForMeAction) GetMessageTimestamp() int64

func (*SyncActionValue_DeleteMessageForMeAction) ProtoMessage

func (*SyncActionValue_DeleteMessageForMeAction) ProtoReflect

func (*SyncActionValue_DeleteMessageForMeAction) Reset

func (*SyncActionValue_DeleteMessageForMeAction) String

type SyncActionValue_ExternalWebBetaAction

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

func (*SyncActionValue_ExternalWebBetaAction) Descriptor deprecated

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

Deprecated: Use SyncActionValue_ExternalWebBetaAction.ProtoReflect.Descriptor instead.

func (*SyncActionValue_ExternalWebBetaAction) GetIsOptIn

func (*SyncActionValue_ExternalWebBetaAction) ProtoMessage

func (*SyncActionValue_ExternalWebBetaAction) ProtoMessage()

func (*SyncActionValue_ExternalWebBetaAction) ProtoReflect

func (*SyncActionValue_ExternalWebBetaAction) Reset

func (*SyncActionValue_ExternalWebBetaAction) String

type SyncActionValue_KeyExpiration

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

func (*SyncActionValue_KeyExpiration) Descriptor deprecated

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

Deprecated: Use SyncActionValue_KeyExpiration.ProtoReflect.Descriptor instead.

func (*SyncActionValue_KeyExpiration) GetExpiredKeyEpoch

func (x *SyncActionValue_KeyExpiration) GetExpiredKeyEpoch() int32

func (*SyncActionValue_KeyExpiration) ProtoMessage

func (*SyncActionValue_KeyExpiration) ProtoMessage()

func (*SyncActionValue_KeyExpiration) ProtoReflect

func (*SyncActionValue_KeyExpiration) Reset

func (x *SyncActionValue_KeyExpiration) Reset()

func (*SyncActionValue_KeyExpiration) String

type SyncActionValue_LabelAssociationAction

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

func (*SyncActionValue_LabelAssociationAction) Descriptor deprecated

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

Deprecated: Use SyncActionValue_LabelAssociationAction.ProtoReflect.Descriptor instead.

func (*SyncActionValue_LabelAssociationAction) GetLabeled

func (*SyncActionValue_LabelAssociationAction) ProtoMessage

func (*SyncActionValue_LabelAssociationAction) ProtoReflect

func (*SyncActionValue_LabelAssociationAction) Reset

func (*SyncActionValue_LabelAssociationAction) String

type SyncActionValue_LabelEditAction

type SyncActionValue_LabelEditAction struct {
	Name         string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Color        int32  `protobuf:"varint,2,opt,name=color,proto3" json:"color,omitempty"`
	PredefinedID int32  `protobuf:"varint,3,opt,name=predefinedID,proto3" json:"predefinedID,omitempty"`
	Deleted      bool   `protobuf:"varint,4,opt,name=deleted,proto3" json:"deleted,omitempty"`
	OrderIndex   int32  `protobuf:"varint,5,opt,name=orderIndex,proto3" json:"orderIndex,omitempty"`
	// contains filtered or unexported fields
}

func (*SyncActionValue_LabelEditAction) Descriptor deprecated

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

Deprecated: Use SyncActionValue_LabelEditAction.ProtoReflect.Descriptor instead.

func (*SyncActionValue_LabelEditAction) GetColor

func (x *SyncActionValue_LabelEditAction) GetColor() int32

func (*SyncActionValue_LabelEditAction) GetDeleted

func (x *SyncActionValue_LabelEditAction) GetDeleted() bool

func (*SyncActionValue_LabelEditAction) GetName

func (*SyncActionValue_LabelEditAction) GetOrderIndex

func (x *SyncActionValue_LabelEditAction) GetOrderIndex() int32

func (*SyncActionValue_LabelEditAction) GetPredefinedID

func (x *SyncActionValue_LabelEditAction) GetPredefinedID() int32

func (*SyncActionValue_LabelEditAction) ProtoMessage

func (*SyncActionValue_LabelEditAction) ProtoMessage()

func (*SyncActionValue_LabelEditAction) ProtoReflect

func (*SyncActionValue_LabelEditAction) Reset

func (*SyncActionValue_LabelEditAction) String

type SyncActionValue_LabelReorderingAction

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

func (*SyncActionValue_LabelReorderingAction) Descriptor deprecated

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

Deprecated: Use SyncActionValue_LabelReorderingAction.ProtoReflect.Descriptor instead.

func (*SyncActionValue_LabelReorderingAction) GetSortedLabelIDs

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

func (*SyncActionValue_LabelReorderingAction) ProtoMessage

func (*SyncActionValue_LabelReorderingAction) ProtoMessage()

func (*SyncActionValue_LabelReorderingAction) ProtoReflect

func (*SyncActionValue_LabelReorderingAction) Reset

func (*SyncActionValue_LabelReorderingAction) String

type SyncActionValue_LocaleSetting

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

func (*SyncActionValue_LocaleSetting) Descriptor deprecated

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

Deprecated: Use SyncActionValue_LocaleSetting.ProtoReflect.Descriptor instead.

func (*SyncActionValue_LocaleSetting) GetLocale

func (x *SyncActionValue_LocaleSetting) GetLocale() string

func (*SyncActionValue_LocaleSetting) ProtoMessage

func (*SyncActionValue_LocaleSetting) ProtoMessage()

func (*SyncActionValue_LocaleSetting) ProtoReflect

func (*SyncActionValue_LocaleSetting) Reset

func (x *SyncActionValue_LocaleSetting) Reset()

func (*SyncActionValue_LocaleSetting) String

type SyncActionValue_MarkChatAsReadAction

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

func (*SyncActionValue_MarkChatAsReadAction) Descriptor deprecated

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

Deprecated: Use SyncActionValue_MarkChatAsReadAction.ProtoReflect.Descriptor instead.

func (*SyncActionValue_MarkChatAsReadAction) GetMessageRange

func (*SyncActionValue_MarkChatAsReadAction) GetRead

func (*SyncActionValue_MarkChatAsReadAction) ProtoMessage

func (*SyncActionValue_MarkChatAsReadAction) ProtoMessage()

func (*SyncActionValue_MarkChatAsReadAction) ProtoReflect

func (*SyncActionValue_MarkChatAsReadAction) Reset

func (*SyncActionValue_MarkChatAsReadAction) String

type SyncActionValue_MarketingMessageAction

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

func (*SyncActionValue_MarketingMessageAction) Descriptor deprecated

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

Deprecated: Use SyncActionValue_MarketingMessageAction.ProtoReflect.Descriptor instead.

func (*SyncActionValue_MarketingMessageAction) GetCreatedAt

func (*SyncActionValue_MarketingMessageAction) GetIsDeleted

func (x *SyncActionValue_MarketingMessageAction) GetIsDeleted() bool

func (*SyncActionValue_MarketingMessageAction) GetLastSentAt

func (x *SyncActionValue_MarketingMessageAction) GetLastSentAt() int64

func (*SyncActionValue_MarketingMessageAction) GetMediaID

func (*SyncActionValue_MarketingMessageAction) GetMessage

func (*SyncActionValue_MarketingMessageAction) GetName

func (*SyncActionValue_MarketingMessageAction) ProtoMessage

func (*SyncActionValue_MarketingMessageAction) ProtoReflect

func (*SyncActionValue_MarketingMessageAction) Reset

func (*SyncActionValue_MarketingMessageAction) String

type SyncActionValue_MarketingMessageAction_MarketingMessagePrototypeType

type SyncActionValue_MarketingMessageAction_MarketingMessagePrototypeType int32
const (
	SyncActionValue_MarketingMessageAction_PERSONALIZED SyncActionValue_MarketingMessageAction_MarketingMessagePrototypeType = 0
)

func (SyncActionValue_MarketingMessageAction_MarketingMessagePrototypeType) Descriptor

func (SyncActionValue_MarketingMessageAction_MarketingMessagePrototypeType) Enum

func (SyncActionValue_MarketingMessageAction_MarketingMessagePrototypeType) EnumDescriptor deprecated

Deprecated: Use SyncActionValue_MarketingMessageAction_MarketingMessagePrototypeType.Descriptor instead.

func (SyncActionValue_MarketingMessageAction_MarketingMessagePrototypeType) Number

func (SyncActionValue_MarketingMessageAction_MarketingMessagePrototypeType) String

func (SyncActionValue_MarketingMessageAction_MarketingMessagePrototypeType) Type

type SyncActionValue_MarketingMessageBroadcastAction

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

func (*SyncActionValue_MarketingMessageBroadcastAction) Descriptor deprecated

Deprecated: Use SyncActionValue_MarketingMessageBroadcastAction.ProtoReflect.Descriptor instead.

func (*SyncActionValue_MarketingMessageBroadcastAction) GetRepliedCount

func (*SyncActionValue_MarketingMessageBroadcastAction) ProtoMessage

func (*SyncActionValue_MarketingMessageBroadcastAction) ProtoReflect

func (*SyncActionValue_MarketingMessageBroadcastAction) Reset

func (*SyncActionValue_MarketingMessageBroadcastAction) String

type SyncActionValue_MuteAction

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

func (*SyncActionValue_MuteAction) Descriptor deprecated

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

Deprecated: Use SyncActionValue_MuteAction.ProtoReflect.Descriptor instead.

func (*SyncActionValue_MuteAction) GetAutoMuted

func (x *SyncActionValue_MuteAction) GetAutoMuted() bool

func (*SyncActionValue_MuteAction) GetMuteEndTimestamp

func (x *SyncActionValue_MuteAction) GetMuteEndTimestamp() int64

func (*SyncActionValue_MuteAction) GetMuted

func (x *SyncActionValue_MuteAction) GetMuted() bool

func (*SyncActionValue_MuteAction) ProtoMessage

func (*SyncActionValue_MuteAction) ProtoMessage()

func (*SyncActionValue_MuteAction) ProtoReflect

func (*SyncActionValue_MuteAction) Reset

func (x *SyncActionValue_MuteAction) Reset()

func (*SyncActionValue_MuteAction) String

func (x *SyncActionValue_MuteAction) String() string

type SyncActionValue_NuxAction

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

func (*SyncActionValue_NuxAction) Descriptor deprecated

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

Deprecated: Use SyncActionValue_NuxAction.ProtoReflect.Descriptor instead.

func (*SyncActionValue_NuxAction) GetAcknowledged

func (x *SyncActionValue_NuxAction) GetAcknowledged() bool

func (*SyncActionValue_NuxAction) ProtoMessage

func (*SyncActionValue_NuxAction) ProtoMessage()

func (*SyncActionValue_NuxAction) ProtoReflect

func (*SyncActionValue_NuxAction) Reset

func (x *SyncActionValue_NuxAction) Reset()

func (*SyncActionValue_NuxAction) String

func (x *SyncActionValue_NuxAction) String() string

type SyncActionValue_PaymentInfoAction

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

func (*SyncActionValue_PaymentInfoAction) Descriptor deprecated

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

Deprecated: Use SyncActionValue_PaymentInfoAction.ProtoReflect.Descriptor instead.

func (*SyncActionValue_PaymentInfoAction) GetCpi

func (*SyncActionValue_PaymentInfoAction) ProtoMessage

func (*SyncActionValue_PaymentInfoAction) ProtoMessage()

func (*SyncActionValue_PaymentInfoAction) ProtoReflect

func (*SyncActionValue_PaymentInfoAction) Reset

func (*SyncActionValue_PaymentInfoAction) String

type SyncActionValue_PinAction

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

func (*SyncActionValue_PinAction) Descriptor deprecated

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

Deprecated: Use SyncActionValue_PinAction.ProtoReflect.Descriptor instead.

func (*SyncActionValue_PinAction) GetPinned

func (x *SyncActionValue_PinAction) GetPinned() bool

func (*SyncActionValue_PinAction) ProtoMessage

func (*SyncActionValue_PinAction) ProtoMessage()

func (*SyncActionValue_PinAction) ProtoReflect

func (*SyncActionValue_PinAction) Reset

func (x *SyncActionValue_PinAction) Reset()

func (*SyncActionValue_PinAction) String

func (x *SyncActionValue_PinAction) String() string

type SyncActionValue_PnForLidChatAction

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

func (*SyncActionValue_PnForLidChatAction) Descriptor deprecated

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

Deprecated: Use SyncActionValue_PnForLidChatAction.ProtoReflect.Descriptor instead.

func (*SyncActionValue_PnForLidChatAction) GetPnJID

func (*SyncActionValue_PnForLidChatAction) ProtoMessage

func (*SyncActionValue_PnForLidChatAction) ProtoMessage()

func (*SyncActionValue_PnForLidChatAction) ProtoReflect

func (*SyncActionValue_PnForLidChatAction) Reset

func (*SyncActionValue_PnForLidChatAction) String

type SyncActionValue_PrimaryFeature

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

func (*SyncActionValue_PrimaryFeature) Descriptor deprecated

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

Deprecated: Use SyncActionValue_PrimaryFeature.ProtoReflect.Descriptor instead.

func (*SyncActionValue_PrimaryFeature) GetFlags

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

func (*SyncActionValue_PrimaryFeature) ProtoMessage

func (*SyncActionValue_PrimaryFeature) ProtoMessage()

func (*SyncActionValue_PrimaryFeature) ProtoReflect

func (*SyncActionValue_PrimaryFeature) Reset

func (x *SyncActionValue_PrimaryFeature) Reset()

func (*SyncActionValue_PrimaryFeature) String

type SyncActionValue_PrimaryVersionAction

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

func (*SyncActionValue_PrimaryVersionAction) Descriptor deprecated

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

Deprecated: Use SyncActionValue_PrimaryVersionAction.ProtoReflect.Descriptor instead.

func (*SyncActionValue_PrimaryVersionAction) GetVersion

func (*SyncActionValue_PrimaryVersionAction) ProtoMessage

func (*SyncActionValue_PrimaryVersionAction) ProtoMessage()

func (*SyncActionValue_PrimaryVersionAction) ProtoReflect

func (*SyncActionValue_PrimaryVersionAction) Reset

func (*SyncActionValue_PrimaryVersionAction) String

type SyncActionValue_PrivacySettingRelayAllCalls

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

func (*SyncActionValue_PrivacySettingRelayAllCalls) Descriptor deprecated

Deprecated: Use SyncActionValue_PrivacySettingRelayAllCalls.ProtoReflect.Descriptor instead.

func (*SyncActionValue_PrivacySettingRelayAllCalls) GetIsEnabled

func (*SyncActionValue_PrivacySettingRelayAllCalls) ProtoMessage

func (*SyncActionValue_PrivacySettingRelayAllCalls) ProtoReflect

func (*SyncActionValue_PrivacySettingRelayAllCalls) Reset

func (*SyncActionValue_PrivacySettingRelayAllCalls) String

type SyncActionValue_PushNameSetting

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

func (*SyncActionValue_PushNameSetting) Descriptor deprecated

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

Deprecated: Use SyncActionValue_PushNameSetting.ProtoReflect.Descriptor instead.

func (*SyncActionValue_PushNameSetting) GetName

func (*SyncActionValue_PushNameSetting) ProtoMessage

func (*SyncActionValue_PushNameSetting) ProtoMessage()

func (*SyncActionValue_PushNameSetting) ProtoReflect

func (*SyncActionValue_PushNameSetting) Reset

func (*SyncActionValue_PushNameSetting) String

type SyncActionValue_QuickReplyAction

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

func (*SyncActionValue_QuickReplyAction) Descriptor deprecated

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

Deprecated: Use SyncActionValue_QuickReplyAction.ProtoReflect.Descriptor instead.

func (*SyncActionValue_QuickReplyAction) GetCount

func (*SyncActionValue_QuickReplyAction) GetDeleted

func (x *SyncActionValue_QuickReplyAction) GetDeleted() bool

func (*SyncActionValue_QuickReplyAction) GetKeywords

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

func (*SyncActionValue_QuickReplyAction) GetMessage

func (x *SyncActionValue_QuickReplyAction) GetMessage() string

func (*SyncActionValue_QuickReplyAction) GetShortcut

func (x *SyncActionValue_QuickReplyAction) GetShortcut() string

func (*SyncActionValue_QuickReplyAction) ProtoMessage

func (*SyncActionValue_QuickReplyAction) ProtoMessage()

func (*SyncActionValue_QuickReplyAction) ProtoReflect

func (*SyncActionValue_QuickReplyAction) Reset

func (*SyncActionValue_QuickReplyAction) String

type SyncActionValue_RecentEmojiWeightsAction

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

func (*SyncActionValue_RecentEmojiWeightsAction) Descriptor deprecated

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

Deprecated: Use SyncActionValue_RecentEmojiWeightsAction.ProtoReflect.Descriptor instead.

func (*SyncActionValue_RecentEmojiWeightsAction) GetWeights

func (*SyncActionValue_RecentEmojiWeightsAction) ProtoMessage

func (*SyncActionValue_RecentEmojiWeightsAction) ProtoReflect

func (*SyncActionValue_RecentEmojiWeightsAction) Reset

func (*SyncActionValue_RecentEmojiWeightsAction) String

type SyncActionValue_RemoveRecentStickerAction

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

func (*SyncActionValue_RemoveRecentStickerAction) Descriptor deprecated

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

Deprecated: Use SyncActionValue_RemoveRecentStickerAction.ProtoReflect.Descriptor instead.

func (*SyncActionValue_RemoveRecentStickerAction) GetLastStickerSentTS

func (x *SyncActionValue_RemoveRecentStickerAction) GetLastStickerSentTS() int64

func (*SyncActionValue_RemoveRecentStickerAction) ProtoMessage

func (*SyncActionValue_RemoveRecentStickerAction) ProtoReflect

func (*SyncActionValue_RemoveRecentStickerAction) Reset

func (*SyncActionValue_RemoveRecentStickerAction) String

type SyncActionValue_SecurityNotificationSetting

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

func (*SyncActionValue_SecurityNotificationSetting) Descriptor deprecated

Deprecated: Use SyncActionValue_SecurityNotificationSetting.ProtoReflect.Descriptor instead.

func (*SyncActionValue_SecurityNotificationSetting) GetShowNotification

func (x *SyncActionValue_SecurityNotificationSetting) GetShowNotification() bool

func (*SyncActionValue_SecurityNotificationSetting) ProtoMessage

func (*SyncActionValue_SecurityNotificationSetting) ProtoReflect

func (*SyncActionValue_SecurityNotificationSetting) Reset

func (*SyncActionValue_SecurityNotificationSetting) String

type SyncActionValue_StarAction

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

func (*SyncActionValue_StarAction) Descriptor deprecated

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

Deprecated: Use SyncActionValue_StarAction.ProtoReflect.Descriptor instead.

func (*SyncActionValue_StarAction) GetStarred

func (x *SyncActionValue_StarAction) GetStarred() bool

func (*SyncActionValue_StarAction) ProtoMessage

func (*SyncActionValue_StarAction) ProtoMessage()

func (*SyncActionValue_StarAction) ProtoReflect

func (*SyncActionValue_StarAction) Reset

func (x *SyncActionValue_StarAction) Reset()

func (*SyncActionValue_StarAction) String

func (x *SyncActionValue_StarAction) String() string

type SyncActionValue_StatusPrivacyAction

type SyncActionValue_StatusPrivacyAction struct {
	Mode    SyncActionValue_StatusPrivacyAction_StatusDistributionMode `` /* 139-byte string literal not displayed */
	UserJID []string                                                   `protobuf:"bytes,2,rep,name=userJID,proto3" json:"userJID,omitempty"`
	// contains filtered or unexported fields
}

func (*SyncActionValue_StatusPrivacyAction) Descriptor deprecated

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

Deprecated: Use SyncActionValue_StatusPrivacyAction.ProtoReflect.Descriptor instead.

func (*SyncActionValue_StatusPrivacyAction) GetMode

func (*SyncActionValue_StatusPrivacyAction) GetUserJID

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

func (*SyncActionValue_StatusPrivacyAction) ProtoMessage

func (*SyncActionValue_StatusPrivacyAction) ProtoMessage()

func (*SyncActionValue_StatusPrivacyAction) ProtoReflect

func (*SyncActionValue_StatusPrivacyAction) Reset

func (*SyncActionValue_StatusPrivacyAction) String

type SyncActionValue_StatusPrivacyAction_StatusDistributionMode

type SyncActionValue_StatusPrivacyAction_StatusDistributionMode int32
const (
	SyncActionValue_StatusPrivacyAction_ALLOW_LIST SyncActionValue_StatusPrivacyAction_StatusDistributionMode = 0
	SyncActionValue_StatusPrivacyAction_DENY_LIST  SyncActionValue_StatusPrivacyAction_StatusDistributionMode = 1
	SyncActionValue_StatusPrivacyAction_CONTACTS   SyncActionValue_StatusPrivacyAction_StatusDistributionMode = 2
)

func (SyncActionValue_StatusPrivacyAction_StatusDistributionMode) Descriptor

func (SyncActionValue_StatusPrivacyAction_StatusDistributionMode) Enum

func (SyncActionValue_StatusPrivacyAction_StatusDistributionMode) EnumDescriptor deprecated

Deprecated: Use SyncActionValue_StatusPrivacyAction_StatusDistributionMode.Descriptor instead.

func (SyncActionValue_StatusPrivacyAction_StatusDistributionMode) Number

func (SyncActionValue_StatusPrivacyAction_StatusDistributionMode) String

func (SyncActionValue_StatusPrivacyAction_StatusDistributionMode) Type

type SyncActionValue_StickerAction

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

func (*SyncActionValue_StickerAction) Descriptor deprecated

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

Deprecated: Use SyncActionValue_StickerAction.ProtoReflect.Descriptor instead.

func (*SyncActionValue_StickerAction) GetDeviceIDHint

func (x *SyncActionValue_StickerAction) GetDeviceIDHint() uint32

func (*SyncActionValue_StickerAction) GetDirectPath

func (x *SyncActionValue_StickerAction) GetDirectPath() string

func (*SyncActionValue_StickerAction) GetFileEncSHA256

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

func (*SyncActionValue_StickerAction) GetFileLength

func (x *SyncActionValue_StickerAction) GetFileLength() uint64

func (*SyncActionValue_StickerAction) GetHeight

func (x *SyncActionValue_StickerAction) GetHeight() uint32

func (*SyncActionValue_StickerAction) GetIsFavorite

func (x *SyncActionValue_StickerAction) GetIsFavorite() bool

func (*SyncActionValue_StickerAction) GetMediaKey

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

func (*SyncActionValue_StickerAction) GetMimetype

func (x *SyncActionValue_StickerAction) GetMimetype() string

func (*SyncActionValue_StickerAction) GetURL

func (*SyncActionValue_StickerAction) GetWidth

func (x *SyncActionValue_StickerAction) GetWidth() uint32

func (*SyncActionValue_StickerAction) ProtoMessage

func (*SyncActionValue_StickerAction) ProtoMessage()

func (*SyncActionValue_StickerAction) ProtoReflect

func (*SyncActionValue_StickerAction) Reset

func (x *SyncActionValue_StickerAction) Reset()

func (*SyncActionValue_StickerAction) String

type SyncActionValue_SubscriptionAction

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

func (*SyncActionValue_SubscriptionAction) Descriptor deprecated

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

Deprecated: Use SyncActionValue_SubscriptionAction.ProtoReflect.Descriptor instead.

func (*SyncActionValue_SubscriptionAction) GetExpirationDate

func (x *SyncActionValue_SubscriptionAction) GetExpirationDate() int64

func (*SyncActionValue_SubscriptionAction) GetIsAutoRenewing

func (x *SyncActionValue_SubscriptionAction) GetIsAutoRenewing() bool

func (*SyncActionValue_SubscriptionAction) GetIsDeactivated

func (x *SyncActionValue_SubscriptionAction) GetIsDeactivated() bool

func (*SyncActionValue_SubscriptionAction) ProtoMessage

func (*SyncActionValue_SubscriptionAction) ProtoMessage()

func (*SyncActionValue_SubscriptionAction) ProtoReflect

func (*SyncActionValue_SubscriptionAction) Reset

func (*SyncActionValue_SubscriptionAction) String

type SyncActionValue_SyncActionMessage

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

func (*SyncActionValue_SyncActionMessage) Descriptor deprecated

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

Deprecated: Use SyncActionValue_SyncActionMessage.ProtoReflect.Descriptor instead.

func (*SyncActionValue_SyncActionMessage) GetKey

func (*SyncActionValue_SyncActionMessage) GetTimestamp

func (x *SyncActionValue_SyncActionMessage) GetTimestamp() int64

func (*SyncActionValue_SyncActionMessage) ProtoMessage

func (*SyncActionValue_SyncActionMessage) ProtoMessage()

func (*SyncActionValue_SyncActionMessage) ProtoReflect

func (*SyncActionValue_SyncActionMessage) Reset

func (*SyncActionValue_SyncActionMessage) String

type SyncActionValue_SyncActionMessageRange

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

func (*SyncActionValue_SyncActionMessageRange) Descriptor deprecated

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

Deprecated: Use SyncActionValue_SyncActionMessageRange.ProtoReflect.Descriptor instead.

func (*SyncActionValue_SyncActionMessageRange) GetLastMessageTimestamp

func (x *SyncActionValue_SyncActionMessageRange) GetLastMessageTimestamp() int64

func (*SyncActionValue_SyncActionMessageRange) GetLastSystemMessageTimestamp

func (x *SyncActionValue_SyncActionMessageRange) GetLastSystemMessageTimestamp() int64

func (*SyncActionValue_SyncActionMessageRange) GetMessages

func (*SyncActionValue_SyncActionMessageRange) ProtoMessage

func (*SyncActionValue_SyncActionMessageRange) ProtoReflect

func (*SyncActionValue_SyncActionMessageRange) Reset

func (*SyncActionValue_SyncActionMessageRange) String

type SyncActionValue_TimeFormatAction

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

func (*SyncActionValue_TimeFormatAction) Descriptor deprecated

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

Deprecated: Use SyncActionValue_TimeFormatAction.ProtoReflect.Descriptor instead.

func (*SyncActionValue_TimeFormatAction) GetIsTwentyFourHourFormatEnabled

func (x *SyncActionValue_TimeFormatAction) GetIsTwentyFourHourFormatEnabled() bool

func (*SyncActionValue_TimeFormatAction) ProtoMessage

func (*SyncActionValue_TimeFormatAction) ProtoMessage()

func (*SyncActionValue_TimeFormatAction) ProtoReflect

func (*SyncActionValue_TimeFormatAction) Reset

func (*SyncActionValue_TimeFormatAction) String

type SyncActionValue_UnarchiveChatsSetting

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

func (*SyncActionValue_UnarchiveChatsSetting) Descriptor deprecated

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

Deprecated: Use SyncActionValue_UnarchiveChatsSetting.ProtoReflect.Descriptor instead.

func (*SyncActionValue_UnarchiveChatsSetting) GetUnarchiveChats

func (x *SyncActionValue_UnarchiveChatsSetting) GetUnarchiveChats() bool

func (*SyncActionValue_UnarchiveChatsSetting) ProtoMessage

func (*SyncActionValue_UnarchiveChatsSetting) ProtoMessage()

func (*SyncActionValue_UnarchiveChatsSetting) ProtoReflect

func (*SyncActionValue_UnarchiveChatsSetting) Reset

func (*SyncActionValue_UnarchiveChatsSetting) String

type SyncActionValue_UserStatusMuteAction

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

func (*SyncActionValue_UserStatusMuteAction) Descriptor deprecated

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

Deprecated: Use SyncActionValue_UserStatusMuteAction.ProtoReflect.Descriptor instead.

func (*SyncActionValue_UserStatusMuteAction) GetMuted

func (*SyncActionValue_UserStatusMuteAction) ProtoMessage

func (*SyncActionValue_UserStatusMuteAction) ProtoMessage()

func (*SyncActionValue_UserStatusMuteAction) ProtoReflect

func (*SyncActionValue_UserStatusMuteAction) Reset

func (*SyncActionValue_UserStatusMuteAction) String

Jump to

Keyboard shortcuts

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