4518 lines
146 KiB
Go
4518 lines
146 KiB
Go
// Code generated by protoc-gen-go. DO NOT EDIT.
|
|
// versions:
|
|
// protoc-gen-go v1.31.0
|
|
// protoc v3.21.12
|
|
// source: waSyncAction/WASyncAction.proto
|
|
|
|
package waSyncAction
|
|
|
|
import (
|
|
reflect "reflect"
|
|
sync "sync"
|
|
|
|
waCommon "go.mau.fi/whatsmeow/binary/armadillo/waCommon"
|
|
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
|
|
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
|
|
|
|
_ "embed"
|
|
)
|
|
|
|
const (
|
|
// Verify that this generated code is sufficiently up-to-date.
|
|
_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
|
|
// Verify that runtime/protoimpl is sufficiently up-to-date.
|
|
_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
|
|
)
|
|
|
|
type CallLogRecord_CallType int32
|
|
|
|
const (
|
|
CallLogRecord_REGULAR CallLogRecord_CallType = 0
|
|
CallLogRecord_SCHEDULED_CALL CallLogRecord_CallType = 1
|
|
CallLogRecord_VOICE_CHAT CallLogRecord_CallType = 2
|
|
)
|
|
|
|
// Enum value maps for CallLogRecord_CallType.
|
|
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,
|
|
}
|
|
)
|
|
|
|
func (x CallLogRecord_CallType) Enum() *CallLogRecord_CallType {
|
|
p := new(CallLogRecord_CallType)
|
|
*p = x
|
|
return p
|
|
}
|
|
|
|
func (x CallLogRecord_CallType) String() string {
|
|
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
|
|
}
|
|
|
|
func (CallLogRecord_CallType) Descriptor() protoreflect.EnumDescriptor {
|
|
return file_waSyncAction_WASyncAction_proto_enumTypes[0].Descriptor()
|
|
}
|
|
|
|
func (CallLogRecord_CallType) Type() protoreflect.EnumType {
|
|
return &file_waSyncAction_WASyncAction_proto_enumTypes[0]
|
|
}
|
|
|
|
func (x CallLogRecord_CallType) Number() protoreflect.EnumNumber {
|
|
return protoreflect.EnumNumber(x)
|
|
}
|
|
|
|
// Deprecated: Use CallLogRecord_CallType.Descriptor instead.
|
|
func (CallLogRecord_CallType) EnumDescriptor() ([]byte, []int) {
|
|
return file_waSyncAction_WASyncAction_proto_rawDescGZIP(), []int{0, 0}
|
|
}
|
|
|
|
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
|
|
)
|
|
|
|
// Enum value maps for CallLogRecord_SilenceReason.
|
|
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,
|
|
}
|
|
)
|
|
|
|
func (x CallLogRecord_SilenceReason) Enum() *CallLogRecord_SilenceReason {
|
|
p := new(CallLogRecord_SilenceReason)
|
|
*p = x
|
|
return p
|
|
}
|
|
|
|
func (x CallLogRecord_SilenceReason) String() string {
|
|
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
|
|
}
|
|
|
|
func (CallLogRecord_SilenceReason) Descriptor() protoreflect.EnumDescriptor {
|
|
return file_waSyncAction_WASyncAction_proto_enumTypes[1].Descriptor()
|
|
}
|
|
|
|
func (CallLogRecord_SilenceReason) Type() protoreflect.EnumType {
|
|
return &file_waSyncAction_WASyncAction_proto_enumTypes[1]
|
|
}
|
|
|
|
func (x CallLogRecord_SilenceReason) Number() protoreflect.EnumNumber {
|
|
return protoreflect.EnumNumber(x)
|
|
}
|
|
|
|
// Deprecated: Use CallLogRecord_SilenceReason.Descriptor instead.
|
|
func (CallLogRecord_SilenceReason) EnumDescriptor() ([]byte, []int) {
|
|
return file_waSyncAction_WASyncAction_proto_rawDescGZIP(), []int{0, 1}
|
|
}
|
|
|
|
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
|
|
)
|
|
|
|
// Enum value maps for CallLogRecord_CallResult.
|
|
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,
|
|
}
|
|
)
|
|
|
|
func (x CallLogRecord_CallResult) Enum() *CallLogRecord_CallResult {
|
|
p := new(CallLogRecord_CallResult)
|
|
*p = x
|
|
return p
|
|
}
|
|
|
|
func (x CallLogRecord_CallResult) String() string {
|
|
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
|
|
}
|
|
|
|
func (CallLogRecord_CallResult) Descriptor() protoreflect.EnumDescriptor {
|
|
return file_waSyncAction_WASyncAction_proto_enumTypes[2].Descriptor()
|
|
}
|
|
|
|
func (CallLogRecord_CallResult) Type() protoreflect.EnumType {
|
|
return &file_waSyncAction_WASyncAction_proto_enumTypes[2]
|
|
}
|
|
|
|
func (x CallLogRecord_CallResult) Number() protoreflect.EnumNumber {
|
|
return protoreflect.EnumNumber(x)
|
|
}
|
|
|
|
// Deprecated: Use CallLogRecord_CallResult.Descriptor instead.
|
|
func (CallLogRecord_CallResult) EnumDescriptor() ([]byte, []int) {
|
|
return file_waSyncAction_WASyncAction_proto_rawDescGZIP(), []int{0, 2}
|
|
}
|
|
|
|
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
|
|
)
|
|
|
|
// Enum value maps for SyncActionValue_StatusPrivacyAction_StatusDistributionMode.
|
|
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,
|
|
}
|
|
)
|
|
|
|
func (x SyncActionValue_StatusPrivacyAction_StatusDistributionMode) Enum() *SyncActionValue_StatusPrivacyAction_StatusDistributionMode {
|
|
p := new(SyncActionValue_StatusPrivacyAction_StatusDistributionMode)
|
|
*p = x
|
|
return p
|
|
}
|
|
|
|
func (x SyncActionValue_StatusPrivacyAction_StatusDistributionMode) String() string {
|
|
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
|
|
}
|
|
|
|
func (SyncActionValue_StatusPrivacyAction_StatusDistributionMode) Descriptor() protoreflect.EnumDescriptor {
|
|
return file_waSyncAction_WASyncAction_proto_enumTypes[3].Descriptor()
|
|
}
|
|
|
|
func (SyncActionValue_StatusPrivacyAction_StatusDistributionMode) Type() protoreflect.EnumType {
|
|
return &file_waSyncAction_WASyncAction_proto_enumTypes[3]
|
|
}
|
|
|
|
func (x SyncActionValue_StatusPrivacyAction_StatusDistributionMode) Number() protoreflect.EnumNumber {
|
|
return protoreflect.EnumNumber(x)
|
|
}
|
|
|
|
// Deprecated: Use SyncActionValue_StatusPrivacyAction_StatusDistributionMode.Descriptor instead.
|
|
func (SyncActionValue_StatusPrivacyAction_StatusDistributionMode) EnumDescriptor() ([]byte, []int) {
|
|
return file_waSyncAction_WASyncAction_proto_rawDescGZIP(), []int{1, 0, 0}
|
|
}
|
|
|
|
type SyncActionValue_MarketingMessageAction_MarketingMessagePrototypeType int32
|
|
|
|
const (
|
|
SyncActionValue_MarketingMessageAction_PERSONALIZED SyncActionValue_MarketingMessageAction_MarketingMessagePrototypeType = 0
|
|
)
|
|
|
|
// Enum value maps for SyncActionValue_MarketingMessageAction_MarketingMessagePrototypeType.
|
|
var (
|
|
SyncActionValue_MarketingMessageAction_MarketingMessagePrototypeType_name = map[int32]string{
|
|
0: "PERSONALIZED",
|
|
}
|
|
SyncActionValue_MarketingMessageAction_MarketingMessagePrototypeType_value = map[string]int32{
|
|
"PERSONALIZED": 0,
|
|
}
|
|
)
|
|
|
|
func (x SyncActionValue_MarketingMessageAction_MarketingMessagePrototypeType) Enum() *SyncActionValue_MarketingMessageAction_MarketingMessagePrototypeType {
|
|
p := new(SyncActionValue_MarketingMessageAction_MarketingMessagePrototypeType)
|
|
*p = x
|
|
return p
|
|
}
|
|
|
|
func (x SyncActionValue_MarketingMessageAction_MarketingMessagePrototypeType) String() string {
|
|
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
|
|
}
|
|
|
|
func (SyncActionValue_MarketingMessageAction_MarketingMessagePrototypeType) Descriptor() protoreflect.EnumDescriptor {
|
|
return file_waSyncAction_WASyncAction_proto_enumTypes[4].Descriptor()
|
|
}
|
|
|
|
func (SyncActionValue_MarketingMessageAction_MarketingMessagePrototypeType) Type() protoreflect.EnumType {
|
|
return &file_waSyncAction_WASyncAction_proto_enumTypes[4]
|
|
}
|
|
|
|
func (x SyncActionValue_MarketingMessageAction_MarketingMessagePrototypeType) Number() protoreflect.EnumNumber {
|
|
return protoreflect.EnumNumber(x)
|
|
}
|
|
|
|
// Deprecated: Use SyncActionValue_MarketingMessageAction_MarketingMessagePrototypeType.Descriptor instead.
|
|
func (SyncActionValue_MarketingMessageAction_MarketingMessagePrototypeType) EnumDescriptor() ([]byte, []int) {
|
|
return file_waSyncAction_WASyncAction_proto_rawDescGZIP(), []int{1, 1, 0}
|
|
}
|
|
|
|
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
|
|
)
|
|
|
|
// Enum value maps for PatchDebugData_Platform.
|
|
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,
|
|
}
|
|
)
|
|
|
|
func (x PatchDebugData_Platform) Enum() *PatchDebugData_Platform {
|
|
p := new(PatchDebugData_Platform)
|
|
*p = x
|
|
return p
|
|
}
|
|
|
|
func (x PatchDebugData_Platform) String() string {
|
|
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
|
|
}
|
|
|
|
func (PatchDebugData_Platform) Descriptor() protoreflect.EnumDescriptor {
|
|
return file_waSyncAction_WASyncAction_proto_enumTypes[5].Descriptor()
|
|
}
|
|
|
|
func (PatchDebugData_Platform) Type() protoreflect.EnumType {
|
|
return &file_waSyncAction_WASyncAction_proto_enumTypes[5]
|
|
}
|
|
|
|
func (x PatchDebugData_Platform) Number() protoreflect.EnumNumber {
|
|
return protoreflect.EnumNumber(x)
|
|
}
|
|
|
|
// Deprecated: Use PatchDebugData_Platform.Descriptor instead.
|
|
func (PatchDebugData_Platform) EnumDescriptor() ([]byte, []int) {
|
|
return file_waSyncAction_WASyncAction_proto_rawDescGZIP(), []int{2, 0}
|
|
}
|
|
|
|
type CallLogRecord struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
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 `protobuf:"varint,3,opt,name=silenceReason,proto3,enum=WASyncAction.CallLogRecord_SilenceReason" json:"silenceReason,omitempty"`
|
|
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"`
|
|
}
|
|
|
|
func (x *CallLogRecord) Reset() {
|
|
*x = CallLogRecord{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waSyncAction_WASyncAction_proto_msgTypes[0]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *CallLogRecord) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*CallLogRecord) ProtoMessage() {}
|
|
|
|
func (x *CallLogRecord) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waSyncAction_WASyncAction_proto_msgTypes[0]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use CallLogRecord.ProtoReflect.Descriptor instead.
|
|
func (*CallLogRecord) Descriptor() ([]byte, []int) {
|
|
return file_waSyncAction_WASyncAction_proto_rawDescGZIP(), []int{0}
|
|
}
|
|
|
|
func (x *CallLogRecord) GetCallResult() CallLogRecord_CallResult {
|
|
if x != nil {
|
|
return x.CallResult
|
|
}
|
|
return CallLogRecord_CONNECTED
|
|
}
|
|
|
|
func (x *CallLogRecord) GetIsDndMode() bool {
|
|
if x != nil {
|
|
return x.IsDndMode
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (x *CallLogRecord) GetSilenceReason() CallLogRecord_SilenceReason {
|
|
if x != nil {
|
|
return x.SilenceReason
|
|
}
|
|
return CallLogRecord_NONE
|
|
}
|
|
|
|
func (x *CallLogRecord) GetDuration() int64 {
|
|
if x != nil {
|
|
return x.Duration
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *CallLogRecord) GetStartTime() int64 {
|
|
if x != nil {
|
|
return x.StartTime
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *CallLogRecord) GetIsIncoming() bool {
|
|
if x != nil {
|
|
return x.IsIncoming
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (x *CallLogRecord) GetIsVideo() bool {
|
|
if x != nil {
|
|
return x.IsVideo
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (x *CallLogRecord) GetIsCallLink() bool {
|
|
if x != nil {
|
|
return x.IsCallLink
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (x *CallLogRecord) GetCallLinkToken() string {
|
|
if x != nil {
|
|
return x.CallLinkToken
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *CallLogRecord) GetScheduledCallID() string {
|
|
if x != nil {
|
|
return x.ScheduledCallID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *CallLogRecord) GetCallID() string {
|
|
if x != nil {
|
|
return x.CallID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *CallLogRecord) GetCallCreatorJID() string {
|
|
if x != nil {
|
|
return x.CallCreatorJID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *CallLogRecord) GetGroupJID() string {
|
|
if x != nil {
|
|
return x.GroupJID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *CallLogRecord) GetParticipants() []*CallLogRecord_ParticipantInfo {
|
|
if x != nil {
|
|
return x.Participants
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *CallLogRecord) GetCallType() CallLogRecord_CallType {
|
|
if x != nil {
|
|
return x.CallType
|
|
}
|
|
return CallLogRecord_REGULAR
|
|
}
|
|
|
|
type SyncActionValue struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
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"`
|
|
}
|
|
|
|
func (x *SyncActionValue) Reset() {
|
|
*x = SyncActionValue{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waSyncAction_WASyncAction_proto_msgTypes[1]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *SyncActionValue) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*SyncActionValue) ProtoMessage() {}
|
|
|
|
func (x *SyncActionValue) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waSyncAction_WASyncAction_proto_msgTypes[1]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use SyncActionValue.ProtoReflect.Descriptor instead.
|
|
func (*SyncActionValue) Descriptor() ([]byte, []int) {
|
|
return file_waSyncAction_WASyncAction_proto_rawDescGZIP(), []int{1}
|
|
}
|
|
|
|
func (x *SyncActionValue) GetTimestamp() int64 {
|
|
if x != nil {
|
|
return x.Timestamp
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *SyncActionValue) GetStarAction() *SyncActionValue_StarAction {
|
|
if x != nil {
|
|
return x.StarAction
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *SyncActionValue) GetContactAction() *SyncActionValue_ContactAction {
|
|
if x != nil {
|
|
return x.ContactAction
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *SyncActionValue) GetMuteAction() *SyncActionValue_MuteAction {
|
|
if x != nil {
|
|
return x.MuteAction
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *SyncActionValue) GetPinAction() *SyncActionValue_PinAction {
|
|
if x != nil {
|
|
return x.PinAction
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *SyncActionValue) GetSecurityNotificationSetting() *SyncActionValue_SecurityNotificationSetting {
|
|
if x != nil {
|
|
return x.SecurityNotificationSetting
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *SyncActionValue) GetPushNameSetting() *SyncActionValue_PushNameSetting {
|
|
if x != nil {
|
|
return x.PushNameSetting
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *SyncActionValue) GetQuickReplyAction() *SyncActionValue_QuickReplyAction {
|
|
if x != nil {
|
|
return x.QuickReplyAction
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *SyncActionValue) GetRecentEmojiWeightsAction() *SyncActionValue_RecentEmojiWeightsAction {
|
|
if x != nil {
|
|
return x.RecentEmojiWeightsAction
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *SyncActionValue) GetLabelEditAction() *SyncActionValue_LabelEditAction {
|
|
if x != nil {
|
|
return x.LabelEditAction
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *SyncActionValue) GetLabelAssociationAction() *SyncActionValue_LabelAssociationAction {
|
|
if x != nil {
|
|
return x.LabelAssociationAction
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *SyncActionValue) GetLocaleSetting() *SyncActionValue_LocaleSetting {
|
|
if x != nil {
|
|
return x.LocaleSetting
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *SyncActionValue) GetArchiveChatAction() *SyncActionValue_ArchiveChatAction {
|
|
if x != nil {
|
|
return x.ArchiveChatAction
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *SyncActionValue) GetDeleteMessageForMeAction() *SyncActionValue_DeleteMessageForMeAction {
|
|
if x != nil {
|
|
return x.DeleteMessageForMeAction
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *SyncActionValue) GetKeyExpiration() *SyncActionValue_KeyExpiration {
|
|
if x != nil {
|
|
return x.KeyExpiration
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *SyncActionValue) GetMarkChatAsReadAction() *SyncActionValue_MarkChatAsReadAction {
|
|
if x != nil {
|
|
return x.MarkChatAsReadAction
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *SyncActionValue) GetClearChatAction() *SyncActionValue_ClearChatAction {
|
|
if x != nil {
|
|
return x.ClearChatAction
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *SyncActionValue) GetDeleteChatAction() *SyncActionValue_DeleteChatAction {
|
|
if x != nil {
|
|
return x.DeleteChatAction
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *SyncActionValue) GetUnarchiveChatsSetting() *SyncActionValue_UnarchiveChatsSetting {
|
|
if x != nil {
|
|
return x.UnarchiveChatsSetting
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *SyncActionValue) GetPrimaryFeature() *SyncActionValue_PrimaryFeature {
|
|
if x != nil {
|
|
return x.PrimaryFeature
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *SyncActionValue) GetAndroidUnsupportedActions() *SyncActionValue_AndroidUnsupportedActions {
|
|
if x != nil {
|
|
return x.AndroidUnsupportedActions
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *SyncActionValue) GetAgentAction() *SyncActionValue_AgentAction {
|
|
if x != nil {
|
|
return x.AgentAction
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *SyncActionValue) GetSubscriptionAction() *SyncActionValue_SubscriptionAction {
|
|
if x != nil {
|
|
return x.SubscriptionAction
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *SyncActionValue) GetUserStatusMuteAction() *SyncActionValue_UserStatusMuteAction {
|
|
if x != nil {
|
|
return x.UserStatusMuteAction
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *SyncActionValue) GetTimeFormatAction() *SyncActionValue_TimeFormatAction {
|
|
if x != nil {
|
|
return x.TimeFormatAction
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *SyncActionValue) GetNuxAction() *SyncActionValue_NuxAction {
|
|
if x != nil {
|
|
return x.NuxAction
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *SyncActionValue) GetPrimaryVersionAction() *SyncActionValue_PrimaryVersionAction {
|
|
if x != nil {
|
|
return x.PrimaryVersionAction
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *SyncActionValue) GetStickerAction() *SyncActionValue_StickerAction {
|
|
if x != nil {
|
|
return x.StickerAction
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *SyncActionValue) GetRemoveRecentStickerAction() *SyncActionValue_RemoveRecentStickerAction {
|
|
if x != nil {
|
|
return x.RemoveRecentStickerAction
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *SyncActionValue) GetChatAssignment() *SyncActionValue_ChatAssignmentAction {
|
|
if x != nil {
|
|
return x.ChatAssignment
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *SyncActionValue) GetChatAssignmentOpenedStatus() *SyncActionValue_ChatAssignmentOpenedStatusAction {
|
|
if x != nil {
|
|
return x.ChatAssignmentOpenedStatus
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *SyncActionValue) GetPnForLidChatAction() *SyncActionValue_PnForLidChatAction {
|
|
if x != nil {
|
|
return x.PnForLidChatAction
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *SyncActionValue) GetMarketingMessageAction() *SyncActionValue_MarketingMessageAction {
|
|
if x != nil {
|
|
return x.MarketingMessageAction
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *SyncActionValue) GetMarketingMessageBroadcastAction() *SyncActionValue_MarketingMessageBroadcastAction {
|
|
if x != nil {
|
|
return x.MarketingMessageBroadcastAction
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *SyncActionValue) GetExternalWebBetaAction() *SyncActionValue_ExternalWebBetaAction {
|
|
if x != nil {
|
|
return x.ExternalWebBetaAction
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *SyncActionValue) GetPrivacySettingRelayAllCalls() *SyncActionValue_PrivacySettingRelayAllCalls {
|
|
if x != nil {
|
|
return x.PrivacySettingRelayAllCalls
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *SyncActionValue) GetCallLogAction() *SyncActionValue_CallLogAction {
|
|
if x != nil {
|
|
return x.CallLogAction
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *SyncActionValue) GetStatusPrivacy() *SyncActionValue_StatusPrivacyAction {
|
|
if x != nil {
|
|
return x.StatusPrivacy
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *SyncActionValue) GetBotWelcomeRequestAction() *SyncActionValue_BotWelcomeRequestAction {
|
|
if x != nil {
|
|
return x.BotWelcomeRequestAction
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *SyncActionValue) GetDeleteIndividualCallLog() *SyncActionValue_DeleteIndividualCallLogAction {
|
|
if x != nil {
|
|
return x.DeleteIndividualCallLog
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *SyncActionValue) GetLabelReorderingAction() *SyncActionValue_LabelReorderingAction {
|
|
if x != nil {
|
|
return x.LabelReorderingAction
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *SyncActionValue) GetPaymentInfoAction() *SyncActionValue_PaymentInfoAction {
|
|
if x != nil {
|
|
return x.PaymentInfoAction
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *SyncActionValue) GetCustomPaymentMethodsAction() *SyncActionValue_CustomPaymentMethodsAction {
|
|
if x != nil {
|
|
return x.CustomPaymentMethodsAction
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type PatchDebugData struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
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 `protobuf:"bytes,5,opt,name=firstFourBytesFromAHashOfSnapshotMACKey,proto3" json:"firstFourBytesFromAHashOfSnapshotMACKey,omitempty"`
|
|
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"`
|
|
}
|
|
|
|
func (x *PatchDebugData) Reset() {
|
|
*x = PatchDebugData{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waSyncAction_WASyncAction_proto_msgTypes[2]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *PatchDebugData) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*PatchDebugData) ProtoMessage() {}
|
|
|
|
func (x *PatchDebugData) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waSyncAction_WASyncAction_proto_msgTypes[2]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use PatchDebugData.ProtoReflect.Descriptor instead.
|
|
func (*PatchDebugData) Descriptor() ([]byte, []int) {
|
|
return file_waSyncAction_WASyncAction_proto_rawDescGZIP(), []int{2}
|
|
}
|
|
|
|
func (x *PatchDebugData) GetCurrentLthash() []byte {
|
|
if x != nil {
|
|
return x.CurrentLthash
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *PatchDebugData) GetNewLthash() []byte {
|
|
if x != nil {
|
|
return x.NewLthash
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *PatchDebugData) GetPatchVersion() []byte {
|
|
if x != nil {
|
|
return x.PatchVersion
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *PatchDebugData) GetCollectionName() []byte {
|
|
if x != nil {
|
|
return x.CollectionName
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *PatchDebugData) GetFirstFourBytesFromAHashOfSnapshotMACKey() []byte {
|
|
if x != nil {
|
|
return x.FirstFourBytesFromAHashOfSnapshotMACKey
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *PatchDebugData) GetNewLthashSubtract() []byte {
|
|
if x != nil {
|
|
return x.NewLthashSubtract
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *PatchDebugData) GetNumberAdd() int32 {
|
|
if x != nil {
|
|
return x.NumberAdd
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *PatchDebugData) GetNumberRemove() int32 {
|
|
if x != nil {
|
|
return x.NumberRemove
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *PatchDebugData) GetNumberOverride() int32 {
|
|
if x != nil {
|
|
return x.NumberOverride
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *PatchDebugData) GetSenderPlatform() PatchDebugData_Platform {
|
|
if x != nil {
|
|
return x.SenderPlatform
|
|
}
|
|
return PatchDebugData_ANDROID
|
|
}
|
|
|
|
func (x *PatchDebugData) GetIsSenderPrimary() bool {
|
|
if x != nil {
|
|
return x.IsSenderPrimary
|
|
}
|
|
return false
|
|
}
|
|
|
|
type RecentEmojiWeight struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Emoji string `protobuf:"bytes,1,opt,name=emoji,proto3" json:"emoji,omitempty"`
|
|
Weight float32 `protobuf:"fixed32,2,opt,name=weight,proto3" json:"weight,omitempty"`
|
|
}
|
|
|
|
func (x *RecentEmojiWeight) Reset() {
|
|
*x = RecentEmojiWeight{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waSyncAction_WASyncAction_proto_msgTypes[3]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *RecentEmojiWeight) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*RecentEmojiWeight) ProtoMessage() {}
|
|
|
|
func (x *RecentEmojiWeight) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waSyncAction_WASyncAction_proto_msgTypes[3]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use RecentEmojiWeight.ProtoReflect.Descriptor instead.
|
|
func (*RecentEmojiWeight) Descriptor() ([]byte, []int) {
|
|
return file_waSyncAction_WASyncAction_proto_rawDescGZIP(), []int{3}
|
|
}
|
|
|
|
func (x *RecentEmojiWeight) GetEmoji() string {
|
|
if x != nil {
|
|
return x.Emoji
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *RecentEmojiWeight) GetWeight() float32 {
|
|
if x != nil {
|
|
return x.Weight
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type SyncActionData struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
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"`
|
|
}
|
|
|
|
func (x *SyncActionData) Reset() {
|
|
*x = SyncActionData{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waSyncAction_WASyncAction_proto_msgTypes[4]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *SyncActionData) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*SyncActionData) ProtoMessage() {}
|
|
|
|
func (x *SyncActionData) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waSyncAction_WASyncAction_proto_msgTypes[4]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use SyncActionData.ProtoReflect.Descriptor instead.
|
|
func (*SyncActionData) Descriptor() ([]byte, []int) {
|
|
return file_waSyncAction_WASyncAction_proto_rawDescGZIP(), []int{4}
|
|
}
|
|
|
|
func (x *SyncActionData) GetIndex() []byte {
|
|
if x != nil {
|
|
return x.Index
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *SyncActionData) GetValue() *SyncActionValue {
|
|
if x != nil {
|
|
return x.Value
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *SyncActionData) GetPadding() []byte {
|
|
if x != nil {
|
|
return x.Padding
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *SyncActionData) GetVersion() int32 {
|
|
if x != nil {
|
|
return x.Version
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type CallLogRecord_ParticipantInfo struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
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"`
|
|
}
|
|
|
|
func (x *CallLogRecord_ParticipantInfo) Reset() {
|
|
*x = CallLogRecord_ParticipantInfo{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waSyncAction_WASyncAction_proto_msgTypes[5]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *CallLogRecord_ParticipantInfo) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*CallLogRecord_ParticipantInfo) ProtoMessage() {}
|
|
|
|
func (x *CallLogRecord_ParticipantInfo) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waSyncAction_WASyncAction_proto_msgTypes[5]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use CallLogRecord_ParticipantInfo.ProtoReflect.Descriptor instead.
|
|
func (*CallLogRecord_ParticipantInfo) Descriptor() ([]byte, []int) {
|
|
return file_waSyncAction_WASyncAction_proto_rawDescGZIP(), []int{0, 0}
|
|
}
|
|
|
|
func (x *CallLogRecord_ParticipantInfo) GetUserJID() string {
|
|
if x != nil {
|
|
return x.UserJID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *CallLogRecord_ParticipantInfo) GetCallResult() CallLogRecord_CallResult {
|
|
if x != nil {
|
|
return x.CallResult
|
|
}
|
|
return CallLogRecord_CONNECTED
|
|
}
|
|
|
|
type SyncActionValue_StatusPrivacyAction struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Mode SyncActionValue_StatusPrivacyAction_StatusDistributionMode `protobuf:"varint,1,opt,name=mode,proto3,enum=WASyncAction.SyncActionValue_StatusPrivacyAction_StatusDistributionMode" json:"mode,omitempty"`
|
|
UserJID []string `protobuf:"bytes,2,rep,name=userJID,proto3" json:"userJID,omitempty"`
|
|
}
|
|
|
|
func (x *SyncActionValue_StatusPrivacyAction) Reset() {
|
|
*x = SyncActionValue_StatusPrivacyAction{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waSyncAction_WASyncAction_proto_msgTypes[6]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *SyncActionValue_StatusPrivacyAction) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*SyncActionValue_StatusPrivacyAction) ProtoMessage() {}
|
|
|
|
func (x *SyncActionValue_StatusPrivacyAction) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waSyncAction_WASyncAction_proto_msgTypes[6]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use SyncActionValue_StatusPrivacyAction.ProtoReflect.Descriptor instead.
|
|
func (*SyncActionValue_StatusPrivacyAction) Descriptor() ([]byte, []int) {
|
|
return file_waSyncAction_WASyncAction_proto_rawDescGZIP(), []int{1, 0}
|
|
}
|
|
|
|
func (x *SyncActionValue_StatusPrivacyAction) GetMode() SyncActionValue_StatusPrivacyAction_StatusDistributionMode {
|
|
if x != nil {
|
|
return x.Mode
|
|
}
|
|
return SyncActionValue_StatusPrivacyAction_ALLOW_LIST
|
|
}
|
|
|
|
func (x *SyncActionValue_StatusPrivacyAction) GetUserJID() []string {
|
|
if x != nil {
|
|
return x.UserJID
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type SyncActionValue_MarketingMessageAction struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
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 `protobuf:"varint,3,opt,name=type,proto3,enum=WASyncAction.SyncActionValue_MarketingMessageAction_MarketingMessagePrototypeType" json:"type,omitempty"`
|
|
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"`
|
|
}
|
|
|
|
func (x *SyncActionValue_MarketingMessageAction) Reset() {
|
|
*x = SyncActionValue_MarketingMessageAction{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waSyncAction_WASyncAction_proto_msgTypes[7]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *SyncActionValue_MarketingMessageAction) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*SyncActionValue_MarketingMessageAction) ProtoMessage() {}
|
|
|
|
func (x *SyncActionValue_MarketingMessageAction) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waSyncAction_WASyncAction_proto_msgTypes[7]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use SyncActionValue_MarketingMessageAction.ProtoReflect.Descriptor instead.
|
|
func (*SyncActionValue_MarketingMessageAction) Descriptor() ([]byte, []int) {
|
|
return file_waSyncAction_WASyncAction_proto_rawDescGZIP(), []int{1, 1}
|
|
}
|
|
|
|
func (x *SyncActionValue_MarketingMessageAction) GetName() string {
|
|
if x != nil {
|
|
return x.Name
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *SyncActionValue_MarketingMessageAction) GetMessage() string {
|
|
if x != nil {
|
|
return x.Message
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *SyncActionValue_MarketingMessageAction) GetType() SyncActionValue_MarketingMessageAction_MarketingMessagePrototypeType {
|
|
if x != nil {
|
|
return x.Type
|
|
}
|
|
return SyncActionValue_MarketingMessageAction_PERSONALIZED
|
|
}
|
|
|
|
func (x *SyncActionValue_MarketingMessageAction) GetCreatedAt() int64 {
|
|
if x != nil {
|
|
return x.CreatedAt
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *SyncActionValue_MarketingMessageAction) GetLastSentAt() int64 {
|
|
if x != nil {
|
|
return x.LastSentAt
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *SyncActionValue_MarketingMessageAction) GetIsDeleted() bool {
|
|
if x != nil {
|
|
return x.IsDeleted
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (x *SyncActionValue_MarketingMessageAction) GetMediaID() string {
|
|
if x != nil {
|
|
return x.MediaID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type SyncActionValue_CustomPaymentMethodsAction struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
CustomPaymentMethods []*SyncActionValue_CustomPaymentMethod `protobuf:"bytes,1,rep,name=customPaymentMethods,proto3" json:"customPaymentMethods,omitempty"`
|
|
}
|
|
|
|
func (x *SyncActionValue_CustomPaymentMethodsAction) Reset() {
|
|
*x = SyncActionValue_CustomPaymentMethodsAction{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waSyncAction_WASyncAction_proto_msgTypes[8]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *SyncActionValue_CustomPaymentMethodsAction) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*SyncActionValue_CustomPaymentMethodsAction) ProtoMessage() {}
|
|
|
|
func (x *SyncActionValue_CustomPaymentMethodsAction) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waSyncAction_WASyncAction_proto_msgTypes[8]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use SyncActionValue_CustomPaymentMethodsAction.ProtoReflect.Descriptor instead.
|
|
func (*SyncActionValue_CustomPaymentMethodsAction) Descriptor() ([]byte, []int) {
|
|
return file_waSyncAction_WASyncAction_proto_rawDescGZIP(), []int{1, 2}
|
|
}
|
|
|
|
func (x *SyncActionValue_CustomPaymentMethodsAction) GetCustomPaymentMethods() []*SyncActionValue_CustomPaymentMethod {
|
|
if x != nil {
|
|
return x.CustomPaymentMethods
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type SyncActionValue_CustomPaymentMethod struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
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"`
|
|
}
|
|
|
|
func (x *SyncActionValue_CustomPaymentMethod) Reset() {
|
|
*x = SyncActionValue_CustomPaymentMethod{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waSyncAction_WASyncAction_proto_msgTypes[9]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *SyncActionValue_CustomPaymentMethod) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*SyncActionValue_CustomPaymentMethod) ProtoMessage() {}
|
|
|
|
func (x *SyncActionValue_CustomPaymentMethod) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waSyncAction_WASyncAction_proto_msgTypes[9]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use SyncActionValue_CustomPaymentMethod.ProtoReflect.Descriptor instead.
|
|
func (*SyncActionValue_CustomPaymentMethod) Descriptor() ([]byte, []int) {
|
|
return file_waSyncAction_WASyncAction_proto_rawDescGZIP(), []int{1, 3}
|
|
}
|
|
|
|
func (x *SyncActionValue_CustomPaymentMethod) GetCredentialID() string {
|
|
if x != nil {
|
|
return x.CredentialID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *SyncActionValue_CustomPaymentMethod) GetCountry() string {
|
|
if x != nil {
|
|
return x.Country
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *SyncActionValue_CustomPaymentMethod) GetType() string {
|
|
if x != nil {
|
|
return x.Type
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *SyncActionValue_CustomPaymentMethod) GetMetadata() []*SyncActionValue_CustomPaymentMethodMetadata {
|
|
if x != nil {
|
|
return x.Metadata
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type SyncActionValue_CustomPaymentMethodMetadata struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
|
|
Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
|
|
}
|
|
|
|
func (x *SyncActionValue_CustomPaymentMethodMetadata) Reset() {
|
|
*x = SyncActionValue_CustomPaymentMethodMetadata{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waSyncAction_WASyncAction_proto_msgTypes[10]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *SyncActionValue_CustomPaymentMethodMetadata) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*SyncActionValue_CustomPaymentMethodMetadata) ProtoMessage() {}
|
|
|
|
func (x *SyncActionValue_CustomPaymentMethodMetadata) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waSyncAction_WASyncAction_proto_msgTypes[10]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use SyncActionValue_CustomPaymentMethodMetadata.ProtoReflect.Descriptor instead.
|
|
func (*SyncActionValue_CustomPaymentMethodMetadata) Descriptor() ([]byte, []int) {
|
|
return file_waSyncAction_WASyncAction_proto_rawDescGZIP(), []int{1, 4}
|
|
}
|
|
|
|
func (x *SyncActionValue_CustomPaymentMethodMetadata) GetKey() string {
|
|
if x != nil {
|
|
return x.Key
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *SyncActionValue_CustomPaymentMethodMetadata) GetValue() string {
|
|
if x != nil {
|
|
return x.Value
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type SyncActionValue_PaymentInfoAction struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Cpi string `protobuf:"bytes,1,opt,name=cpi,proto3" json:"cpi,omitempty"`
|
|
}
|
|
|
|
func (x *SyncActionValue_PaymentInfoAction) Reset() {
|
|
*x = SyncActionValue_PaymentInfoAction{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waSyncAction_WASyncAction_proto_msgTypes[11]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *SyncActionValue_PaymentInfoAction) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*SyncActionValue_PaymentInfoAction) ProtoMessage() {}
|
|
|
|
func (x *SyncActionValue_PaymentInfoAction) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waSyncAction_WASyncAction_proto_msgTypes[11]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use SyncActionValue_PaymentInfoAction.ProtoReflect.Descriptor instead.
|
|
func (*SyncActionValue_PaymentInfoAction) Descriptor() ([]byte, []int) {
|
|
return file_waSyncAction_WASyncAction_proto_rawDescGZIP(), []int{1, 5}
|
|
}
|
|
|
|
func (x *SyncActionValue_PaymentInfoAction) GetCpi() string {
|
|
if x != nil {
|
|
return x.Cpi
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type SyncActionValue_LabelReorderingAction struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
SortedLabelIDs []int32 `protobuf:"varint,1,rep,packed,name=sortedLabelIDs,proto3" json:"sortedLabelIDs,omitempty"`
|
|
}
|
|
|
|
func (x *SyncActionValue_LabelReorderingAction) Reset() {
|
|
*x = SyncActionValue_LabelReorderingAction{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waSyncAction_WASyncAction_proto_msgTypes[12]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *SyncActionValue_LabelReorderingAction) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*SyncActionValue_LabelReorderingAction) ProtoMessage() {}
|
|
|
|
func (x *SyncActionValue_LabelReorderingAction) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waSyncAction_WASyncAction_proto_msgTypes[12]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use SyncActionValue_LabelReorderingAction.ProtoReflect.Descriptor instead.
|
|
func (*SyncActionValue_LabelReorderingAction) Descriptor() ([]byte, []int) {
|
|
return file_waSyncAction_WASyncAction_proto_rawDescGZIP(), []int{1, 6}
|
|
}
|
|
|
|
func (x *SyncActionValue_LabelReorderingAction) GetSortedLabelIDs() []int32 {
|
|
if x != nil {
|
|
return x.SortedLabelIDs
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type SyncActionValue_DeleteIndividualCallLogAction struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
PeerJID string `protobuf:"bytes,1,opt,name=peerJID,proto3" json:"peerJID,omitempty"`
|
|
IsIncoming bool `protobuf:"varint,2,opt,name=isIncoming,proto3" json:"isIncoming,omitempty"`
|
|
}
|
|
|
|
func (x *SyncActionValue_DeleteIndividualCallLogAction) Reset() {
|
|
*x = SyncActionValue_DeleteIndividualCallLogAction{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waSyncAction_WASyncAction_proto_msgTypes[13]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *SyncActionValue_DeleteIndividualCallLogAction) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*SyncActionValue_DeleteIndividualCallLogAction) ProtoMessage() {}
|
|
|
|
func (x *SyncActionValue_DeleteIndividualCallLogAction) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waSyncAction_WASyncAction_proto_msgTypes[13]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use SyncActionValue_DeleteIndividualCallLogAction.ProtoReflect.Descriptor instead.
|
|
func (*SyncActionValue_DeleteIndividualCallLogAction) Descriptor() ([]byte, []int) {
|
|
return file_waSyncAction_WASyncAction_proto_rawDescGZIP(), []int{1, 7}
|
|
}
|
|
|
|
func (x *SyncActionValue_DeleteIndividualCallLogAction) GetPeerJID() string {
|
|
if x != nil {
|
|
return x.PeerJID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *SyncActionValue_DeleteIndividualCallLogAction) GetIsIncoming() bool {
|
|
if x != nil {
|
|
return x.IsIncoming
|
|
}
|
|
return false
|
|
}
|
|
|
|
type SyncActionValue_BotWelcomeRequestAction struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
IsSent bool `protobuf:"varint,1,opt,name=isSent,proto3" json:"isSent,omitempty"`
|
|
}
|
|
|
|
func (x *SyncActionValue_BotWelcomeRequestAction) Reset() {
|
|
*x = SyncActionValue_BotWelcomeRequestAction{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waSyncAction_WASyncAction_proto_msgTypes[14]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *SyncActionValue_BotWelcomeRequestAction) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*SyncActionValue_BotWelcomeRequestAction) ProtoMessage() {}
|
|
|
|
func (x *SyncActionValue_BotWelcomeRequestAction) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waSyncAction_WASyncAction_proto_msgTypes[14]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use SyncActionValue_BotWelcomeRequestAction.ProtoReflect.Descriptor instead.
|
|
func (*SyncActionValue_BotWelcomeRequestAction) Descriptor() ([]byte, []int) {
|
|
return file_waSyncAction_WASyncAction_proto_rawDescGZIP(), []int{1, 8}
|
|
}
|
|
|
|
func (x *SyncActionValue_BotWelcomeRequestAction) GetIsSent() bool {
|
|
if x != nil {
|
|
return x.IsSent
|
|
}
|
|
return false
|
|
}
|
|
|
|
type SyncActionValue_CallLogAction struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
CallLogRecord *CallLogRecord `protobuf:"bytes,1,opt,name=callLogRecord,proto3" json:"callLogRecord,omitempty"`
|
|
}
|
|
|
|
func (x *SyncActionValue_CallLogAction) Reset() {
|
|
*x = SyncActionValue_CallLogAction{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waSyncAction_WASyncAction_proto_msgTypes[15]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *SyncActionValue_CallLogAction) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*SyncActionValue_CallLogAction) ProtoMessage() {}
|
|
|
|
func (x *SyncActionValue_CallLogAction) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waSyncAction_WASyncAction_proto_msgTypes[15]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use SyncActionValue_CallLogAction.ProtoReflect.Descriptor instead.
|
|
func (*SyncActionValue_CallLogAction) Descriptor() ([]byte, []int) {
|
|
return file_waSyncAction_WASyncAction_proto_rawDescGZIP(), []int{1, 9}
|
|
}
|
|
|
|
func (x *SyncActionValue_CallLogAction) GetCallLogRecord() *CallLogRecord {
|
|
if x != nil {
|
|
return x.CallLogRecord
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type SyncActionValue_PrivacySettingRelayAllCalls struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
IsEnabled bool `protobuf:"varint,1,opt,name=isEnabled,proto3" json:"isEnabled,omitempty"`
|
|
}
|
|
|
|
func (x *SyncActionValue_PrivacySettingRelayAllCalls) Reset() {
|
|
*x = SyncActionValue_PrivacySettingRelayAllCalls{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waSyncAction_WASyncAction_proto_msgTypes[16]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *SyncActionValue_PrivacySettingRelayAllCalls) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*SyncActionValue_PrivacySettingRelayAllCalls) ProtoMessage() {}
|
|
|
|
func (x *SyncActionValue_PrivacySettingRelayAllCalls) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waSyncAction_WASyncAction_proto_msgTypes[16]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use SyncActionValue_PrivacySettingRelayAllCalls.ProtoReflect.Descriptor instead.
|
|
func (*SyncActionValue_PrivacySettingRelayAllCalls) Descriptor() ([]byte, []int) {
|
|
return file_waSyncAction_WASyncAction_proto_rawDescGZIP(), []int{1, 10}
|
|
}
|
|
|
|
func (x *SyncActionValue_PrivacySettingRelayAllCalls) GetIsEnabled() bool {
|
|
if x != nil {
|
|
return x.IsEnabled
|
|
}
|
|
return false
|
|
}
|
|
|
|
type SyncActionValue_ExternalWebBetaAction struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
IsOptIn bool `protobuf:"varint,1,opt,name=isOptIn,proto3" json:"isOptIn,omitempty"`
|
|
}
|
|
|
|
func (x *SyncActionValue_ExternalWebBetaAction) Reset() {
|
|
*x = SyncActionValue_ExternalWebBetaAction{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waSyncAction_WASyncAction_proto_msgTypes[17]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *SyncActionValue_ExternalWebBetaAction) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*SyncActionValue_ExternalWebBetaAction) ProtoMessage() {}
|
|
|
|
func (x *SyncActionValue_ExternalWebBetaAction) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waSyncAction_WASyncAction_proto_msgTypes[17]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use SyncActionValue_ExternalWebBetaAction.ProtoReflect.Descriptor instead.
|
|
func (*SyncActionValue_ExternalWebBetaAction) Descriptor() ([]byte, []int) {
|
|
return file_waSyncAction_WASyncAction_proto_rawDescGZIP(), []int{1, 11}
|
|
}
|
|
|
|
func (x *SyncActionValue_ExternalWebBetaAction) GetIsOptIn() bool {
|
|
if x != nil {
|
|
return x.IsOptIn
|
|
}
|
|
return false
|
|
}
|
|
|
|
type SyncActionValue_MarketingMessageBroadcastAction struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
RepliedCount int32 `protobuf:"varint,1,opt,name=repliedCount,proto3" json:"repliedCount,omitempty"`
|
|
}
|
|
|
|
func (x *SyncActionValue_MarketingMessageBroadcastAction) Reset() {
|
|
*x = SyncActionValue_MarketingMessageBroadcastAction{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waSyncAction_WASyncAction_proto_msgTypes[18]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *SyncActionValue_MarketingMessageBroadcastAction) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*SyncActionValue_MarketingMessageBroadcastAction) ProtoMessage() {}
|
|
|
|
func (x *SyncActionValue_MarketingMessageBroadcastAction) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waSyncAction_WASyncAction_proto_msgTypes[18]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use SyncActionValue_MarketingMessageBroadcastAction.ProtoReflect.Descriptor instead.
|
|
func (*SyncActionValue_MarketingMessageBroadcastAction) Descriptor() ([]byte, []int) {
|
|
return file_waSyncAction_WASyncAction_proto_rawDescGZIP(), []int{1, 12}
|
|
}
|
|
|
|
func (x *SyncActionValue_MarketingMessageBroadcastAction) GetRepliedCount() int32 {
|
|
if x != nil {
|
|
return x.RepliedCount
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type SyncActionValue_PnForLidChatAction struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
PnJID string `protobuf:"bytes,1,opt,name=pnJID,proto3" json:"pnJID,omitempty"`
|
|
}
|
|
|
|
func (x *SyncActionValue_PnForLidChatAction) Reset() {
|
|
*x = SyncActionValue_PnForLidChatAction{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waSyncAction_WASyncAction_proto_msgTypes[19]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *SyncActionValue_PnForLidChatAction) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*SyncActionValue_PnForLidChatAction) ProtoMessage() {}
|
|
|
|
func (x *SyncActionValue_PnForLidChatAction) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waSyncAction_WASyncAction_proto_msgTypes[19]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use SyncActionValue_PnForLidChatAction.ProtoReflect.Descriptor instead.
|
|
func (*SyncActionValue_PnForLidChatAction) Descriptor() ([]byte, []int) {
|
|
return file_waSyncAction_WASyncAction_proto_rawDescGZIP(), []int{1, 13}
|
|
}
|
|
|
|
func (x *SyncActionValue_PnForLidChatAction) GetPnJID() string {
|
|
if x != nil {
|
|
return x.PnJID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type SyncActionValue_ChatAssignmentOpenedStatusAction struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
ChatOpened bool `protobuf:"varint,1,opt,name=chatOpened,proto3" json:"chatOpened,omitempty"`
|
|
}
|
|
|
|
func (x *SyncActionValue_ChatAssignmentOpenedStatusAction) Reset() {
|
|
*x = SyncActionValue_ChatAssignmentOpenedStatusAction{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waSyncAction_WASyncAction_proto_msgTypes[20]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *SyncActionValue_ChatAssignmentOpenedStatusAction) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*SyncActionValue_ChatAssignmentOpenedStatusAction) ProtoMessage() {}
|
|
|
|
func (x *SyncActionValue_ChatAssignmentOpenedStatusAction) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waSyncAction_WASyncAction_proto_msgTypes[20]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use SyncActionValue_ChatAssignmentOpenedStatusAction.ProtoReflect.Descriptor instead.
|
|
func (*SyncActionValue_ChatAssignmentOpenedStatusAction) Descriptor() ([]byte, []int) {
|
|
return file_waSyncAction_WASyncAction_proto_rawDescGZIP(), []int{1, 14}
|
|
}
|
|
|
|
func (x *SyncActionValue_ChatAssignmentOpenedStatusAction) GetChatOpened() bool {
|
|
if x != nil {
|
|
return x.ChatOpened
|
|
}
|
|
return false
|
|
}
|
|
|
|
type SyncActionValue_ChatAssignmentAction struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
DeviceAgentID string `protobuf:"bytes,1,opt,name=deviceAgentID,proto3" json:"deviceAgentID,omitempty"`
|
|
}
|
|
|
|
func (x *SyncActionValue_ChatAssignmentAction) Reset() {
|
|
*x = SyncActionValue_ChatAssignmentAction{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waSyncAction_WASyncAction_proto_msgTypes[21]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *SyncActionValue_ChatAssignmentAction) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*SyncActionValue_ChatAssignmentAction) ProtoMessage() {}
|
|
|
|
func (x *SyncActionValue_ChatAssignmentAction) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waSyncAction_WASyncAction_proto_msgTypes[21]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use SyncActionValue_ChatAssignmentAction.ProtoReflect.Descriptor instead.
|
|
func (*SyncActionValue_ChatAssignmentAction) Descriptor() ([]byte, []int) {
|
|
return file_waSyncAction_WASyncAction_proto_rawDescGZIP(), []int{1, 15}
|
|
}
|
|
|
|
func (x *SyncActionValue_ChatAssignmentAction) GetDeviceAgentID() string {
|
|
if x != nil {
|
|
return x.DeviceAgentID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type SyncActionValue_StickerAction struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
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"`
|
|
}
|
|
|
|
func (x *SyncActionValue_StickerAction) Reset() {
|
|
*x = SyncActionValue_StickerAction{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waSyncAction_WASyncAction_proto_msgTypes[22]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *SyncActionValue_StickerAction) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*SyncActionValue_StickerAction) ProtoMessage() {}
|
|
|
|
func (x *SyncActionValue_StickerAction) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waSyncAction_WASyncAction_proto_msgTypes[22]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use SyncActionValue_StickerAction.ProtoReflect.Descriptor instead.
|
|
func (*SyncActionValue_StickerAction) Descriptor() ([]byte, []int) {
|
|
return file_waSyncAction_WASyncAction_proto_rawDescGZIP(), []int{1, 16}
|
|
}
|
|
|
|
func (x *SyncActionValue_StickerAction) GetURL() string {
|
|
if x != nil {
|
|
return x.URL
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *SyncActionValue_StickerAction) GetFileEncSHA256() []byte {
|
|
if x != nil {
|
|
return x.FileEncSHA256
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *SyncActionValue_StickerAction) GetMediaKey() []byte {
|
|
if x != nil {
|
|
return x.MediaKey
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *SyncActionValue_StickerAction) GetMimetype() string {
|
|
if x != nil {
|
|
return x.Mimetype
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *SyncActionValue_StickerAction) GetHeight() uint32 {
|
|
if x != nil {
|
|
return x.Height
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *SyncActionValue_StickerAction) GetWidth() uint32 {
|
|
if x != nil {
|
|
return x.Width
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *SyncActionValue_StickerAction) GetDirectPath() string {
|
|
if x != nil {
|
|
return x.DirectPath
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *SyncActionValue_StickerAction) GetFileLength() uint64 {
|
|
if x != nil {
|
|
return x.FileLength
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *SyncActionValue_StickerAction) GetIsFavorite() bool {
|
|
if x != nil {
|
|
return x.IsFavorite
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (x *SyncActionValue_StickerAction) GetDeviceIDHint() uint32 {
|
|
if x != nil {
|
|
return x.DeviceIDHint
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type SyncActionValue_RemoveRecentStickerAction struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
LastStickerSentTS int64 `protobuf:"varint,1,opt,name=lastStickerSentTS,proto3" json:"lastStickerSentTS,omitempty"`
|
|
}
|
|
|
|
func (x *SyncActionValue_RemoveRecentStickerAction) Reset() {
|
|
*x = SyncActionValue_RemoveRecentStickerAction{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waSyncAction_WASyncAction_proto_msgTypes[23]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *SyncActionValue_RemoveRecentStickerAction) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*SyncActionValue_RemoveRecentStickerAction) ProtoMessage() {}
|
|
|
|
func (x *SyncActionValue_RemoveRecentStickerAction) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waSyncAction_WASyncAction_proto_msgTypes[23]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use SyncActionValue_RemoveRecentStickerAction.ProtoReflect.Descriptor instead.
|
|
func (*SyncActionValue_RemoveRecentStickerAction) Descriptor() ([]byte, []int) {
|
|
return file_waSyncAction_WASyncAction_proto_rawDescGZIP(), []int{1, 17}
|
|
}
|
|
|
|
func (x *SyncActionValue_RemoveRecentStickerAction) GetLastStickerSentTS() int64 {
|
|
if x != nil {
|
|
return x.LastStickerSentTS
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type SyncActionValue_PrimaryVersionAction struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Version string `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"`
|
|
}
|
|
|
|
func (x *SyncActionValue_PrimaryVersionAction) Reset() {
|
|
*x = SyncActionValue_PrimaryVersionAction{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waSyncAction_WASyncAction_proto_msgTypes[24]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *SyncActionValue_PrimaryVersionAction) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*SyncActionValue_PrimaryVersionAction) ProtoMessage() {}
|
|
|
|
func (x *SyncActionValue_PrimaryVersionAction) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waSyncAction_WASyncAction_proto_msgTypes[24]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use SyncActionValue_PrimaryVersionAction.ProtoReflect.Descriptor instead.
|
|
func (*SyncActionValue_PrimaryVersionAction) Descriptor() ([]byte, []int) {
|
|
return file_waSyncAction_WASyncAction_proto_rawDescGZIP(), []int{1, 18}
|
|
}
|
|
|
|
func (x *SyncActionValue_PrimaryVersionAction) GetVersion() string {
|
|
if x != nil {
|
|
return x.Version
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type SyncActionValue_NuxAction struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Acknowledged bool `protobuf:"varint,1,opt,name=acknowledged,proto3" json:"acknowledged,omitempty"`
|
|
}
|
|
|
|
func (x *SyncActionValue_NuxAction) Reset() {
|
|
*x = SyncActionValue_NuxAction{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waSyncAction_WASyncAction_proto_msgTypes[25]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *SyncActionValue_NuxAction) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*SyncActionValue_NuxAction) ProtoMessage() {}
|
|
|
|
func (x *SyncActionValue_NuxAction) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waSyncAction_WASyncAction_proto_msgTypes[25]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use SyncActionValue_NuxAction.ProtoReflect.Descriptor instead.
|
|
func (*SyncActionValue_NuxAction) Descriptor() ([]byte, []int) {
|
|
return file_waSyncAction_WASyncAction_proto_rawDescGZIP(), []int{1, 19}
|
|
}
|
|
|
|
func (x *SyncActionValue_NuxAction) GetAcknowledged() bool {
|
|
if x != nil {
|
|
return x.Acknowledged
|
|
}
|
|
return false
|
|
}
|
|
|
|
type SyncActionValue_TimeFormatAction struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
IsTwentyFourHourFormatEnabled bool `protobuf:"varint,1,opt,name=isTwentyFourHourFormatEnabled,proto3" json:"isTwentyFourHourFormatEnabled,omitempty"`
|
|
}
|
|
|
|
func (x *SyncActionValue_TimeFormatAction) Reset() {
|
|
*x = SyncActionValue_TimeFormatAction{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waSyncAction_WASyncAction_proto_msgTypes[26]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *SyncActionValue_TimeFormatAction) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*SyncActionValue_TimeFormatAction) ProtoMessage() {}
|
|
|
|
func (x *SyncActionValue_TimeFormatAction) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waSyncAction_WASyncAction_proto_msgTypes[26]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use SyncActionValue_TimeFormatAction.ProtoReflect.Descriptor instead.
|
|
func (*SyncActionValue_TimeFormatAction) Descriptor() ([]byte, []int) {
|
|
return file_waSyncAction_WASyncAction_proto_rawDescGZIP(), []int{1, 20}
|
|
}
|
|
|
|
func (x *SyncActionValue_TimeFormatAction) GetIsTwentyFourHourFormatEnabled() bool {
|
|
if x != nil {
|
|
return x.IsTwentyFourHourFormatEnabled
|
|
}
|
|
return false
|
|
}
|
|
|
|
type SyncActionValue_UserStatusMuteAction struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Muted bool `protobuf:"varint,1,opt,name=muted,proto3" json:"muted,omitempty"`
|
|
}
|
|
|
|
func (x *SyncActionValue_UserStatusMuteAction) Reset() {
|
|
*x = SyncActionValue_UserStatusMuteAction{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waSyncAction_WASyncAction_proto_msgTypes[27]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *SyncActionValue_UserStatusMuteAction) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*SyncActionValue_UserStatusMuteAction) ProtoMessage() {}
|
|
|
|
func (x *SyncActionValue_UserStatusMuteAction) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waSyncAction_WASyncAction_proto_msgTypes[27]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use SyncActionValue_UserStatusMuteAction.ProtoReflect.Descriptor instead.
|
|
func (*SyncActionValue_UserStatusMuteAction) Descriptor() ([]byte, []int) {
|
|
return file_waSyncAction_WASyncAction_proto_rawDescGZIP(), []int{1, 21}
|
|
}
|
|
|
|
func (x *SyncActionValue_UserStatusMuteAction) GetMuted() bool {
|
|
if x != nil {
|
|
return x.Muted
|
|
}
|
|
return false
|
|
}
|
|
|
|
type SyncActionValue_SubscriptionAction struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
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"`
|
|
}
|
|
|
|
func (x *SyncActionValue_SubscriptionAction) Reset() {
|
|
*x = SyncActionValue_SubscriptionAction{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waSyncAction_WASyncAction_proto_msgTypes[28]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *SyncActionValue_SubscriptionAction) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*SyncActionValue_SubscriptionAction) ProtoMessage() {}
|
|
|
|
func (x *SyncActionValue_SubscriptionAction) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waSyncAction_WASyncAction_proto_msgTypes[28]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use SyncActionValue_SubscriptionAction.ProtoReflect.Descriptor instead.
|
|
func (*SyncActionValue_SubscriptionAction) Descriptor() ([]byte, []int) {
|
|
return file_waSyncAction_WASyncAction_proto_rawDescGZIP(), []int{1, 22}
|
|
}
|
|
|
|
func (x *SyncActionValue_SubscriptionAction) GetIsDeactivated() bool {
|
|
if x != nil {
|
|
return x.IsDeactivated
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (x *SyncActionValue_SubscriptionAction) GetIsAutoRenewing() bool {
|
|
if x != nil {
|
|
return x.IsAutoRenewing
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (x *SyncActionValue_SubscriptionAction) GetExpirationDate() int64 {
|
|
if x != nil {
|
|
return x.ExpirationDate
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type SyncActionValue_AgentAction struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
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"`
|
|
}
|
|
|
|
func (x *SyncActionValue_AgentAction) Reset() {
|
|
*x = SyncActionValue_AgentAction{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waSyncAction_WASyncAction_proto_msgTypes[29]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *SyncActionValue_AgentAction) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*SyncActionValue_AgentAction) ProtoMessage() {}
|
|
|
|
func (x *SyncActionValue_AgentAction) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waSyncAction_WASyncAction_proto_msgTypes[29]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use SyncActionValue_AgentAction.ProtoReflect.Descriptor instead.
|
|
func (*SyncActionValue_AgentAction) Descriptor() ([]byte, []int) {
|
|
return file_waSyncAction_WASyncAction_proto_rawDescGZIP(), []int{1, 23}
|
|
}
|
|
|
|
func (x *SyncActionValue_AgentAction) GetName() string {
|
|
if x != nil {
|
|
return x.Name
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *SyncActionValue_AgentAction) GetDeviceID() int32 {
|
|
if x != nil {
|
|
return x.DeviceID
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *SyncActionValue_AgentAction) GetIsDeleted() bool {
|
|
if x != nil {
|
|
return x.IsDeleted
|
|
}
|
|
return false
|
|
}
|
|
|
|
type SyncActionValue_AndroidUnsupportedActions struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Allowed bool `protobuf:"varint,1,opt,name=allowed,proto3" json:"allowed,omitempty"`
|
|
}
|
|
|
|
func (x *SyncActionValue_AndroidUnsupportedActions) Reset() {
|
|
*x = SyncActionValue_AndroidUnsupportedActions{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waSyncAction_WASyncAction_proto_msgTypes[30]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *SyncActionValue_AndroidUnsupportedActions) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*SyncActionValue_AndroidUnsupportedActions) ProtoMessage() {}
|
|
|
|
func (x *SyncActionValue_AndroidUnsupportedActions) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waSyncAction_WASyncAction_proto_msgTypes[30]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use SyncActionValue_AndroidUnsupportedActions.ProtoReflect.Descriptor instead.
|
|
func (*SyncActionValue_AndroidUnsupportedActions) Descriptor() ([]byte, []int) {
|
|
return file_waSyncAction_WASyncAction_proto_rawDescGZIP(), []int{1, 24}
|
|
}
|
|
|
|
func (x *SyncActionValue_AndroidUnsupportedActions) GetAllowed() bool {
|
|
if x != nil {
|
|
return x.Allowed
|
|
}
|
|
return false
|
|
}
|
|
|
|
type SyncActionValue_PrimaryFeature struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Flags []string `protobuf:"bytes,1,rep,name=flags,proto3" json:"flags,omitempty"`
|
|
}
|
|
|
|
func (x *SyncActionValue_PrimaryFeature) Reset() {
|
|
*x = SyncActionValue_PrimaryFeature{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waSyncAction_WASyncAction_proto_msgTypes[31]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *SyncActionValue_PrimaryFeature) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*SyncActionValue_PrimaryFeature) ProtoMessage() {}
|
|
|
|
func (x *SyncActionValue_PrimaryFeature) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waSyncAction_WASyncAction_proto_msgTypes[31]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use SyncActionValue_PrimaryFeature.ProtoReflect.Descriptor instead.
|
|
func (*SyncActionValue_PrimaryFeature) Descriptor() ([]byte, []int) {
|
|
return file_waSyncAction_WASyncAction_proto_rawDescGZIP(), []int{1, 25}
|
|
}
|
|
|
|
func (x *SyncActionValue_PrimaryFeature) GetFlags() []string {
|
|
if x != nil {
|
|
return x.Flags
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type SyncActionValue_KeyExpiration struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
ExpiredKeyEpoch int32 `protobuf:"varint,1,opt,name=expiredKeyEpoch,proto3" json:"expiredKeyEpoch,omitempty"`
|
|
}
|
|
|
|
func (x *SyncActionValue_KeyExpiration) Reset() {
|
|
*x = SyncActionValue_KeyExpiration{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waSyncAction_WASyncAction_proto_msgTypes[32]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *SyncActionValue_KeyExpiration) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*SyncActionValue_KeyExpiration) ProtoMessage() {}
|
|
|
|
func (x *SyncActionValue_KeyExpiration) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waSyncAction_WASyncAction_proto_msgTypes[32]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use SyncActionValue_KeyExpiration.ProtoReflect.Descriptor instead.
|
|
func (*SyncActionValue_KeyExpiration) Descriptor() ([]byte, []int) {
|
|
return file_waSyncAction_WASyncAction_proto_rawDescGZIP(), []int{1, 26}
|
|
}
|
|
|
|
func (x *SyncActionValue_KeyExpiration) GetExpiredKeyEpoch() int32 {
|
|
if x != nil {
|
|
return x.ExpiredKeyEpoch
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type SyncActionValue_SyncActionMessage struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
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"`
|
|
}
|
|
|
|
func (x *SyncActionValue_SyncActionMessage) Reset() {
|
|
*x = SyncActionValue_SyncActionMessage{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waSyncAction_WASyncAction_proto_msgTypes[33]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *SyncActionValue_SyncActionMessage) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*SyncActionValue_SyncActionMessage) ProtoMessage() {}
|
|
|
|
func (x *SyncActionValue_SyncActionMessage) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waSyncAction_WASyncAction_proto_msgTypes[33]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use SyncActionValue_SyncActionMessage.ProtoReflect.Descriptor instead.
|
|
func (*SyncActionValue_SyncActionMessage) Descriptor() ([]byte, []int) {
|
|
return file_waSyncAction_WASyncAction_proto_rawDescGZIP(), []int{1, 27}
|
|
}
|
|
|
|
func (x *SyncActionValue_SyncActionMessage) GetKey() *waCommon.MessageKey {
|
|
if x != nil {
|
|
return x.Key
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *SyncActionValue_SyncActionMessage) GetTimestamp() int64 {
|
|
if x != nil {
|
|
return x.Timestamp
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type SyncActionValue_SyncActionMessageRange struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
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"`
|
|
}
|
|
|
|
func (x *SyncActionValue_SyncActionMessageRange) Reset() {
|
|
*x = SyncActionValue_SyncActionMessageRange{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waSyncAction_WASyncAction_proto_msgTypes[34]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *SyncActionValue_SyncActionMessageRange) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*SyncActionValue_SyncActionMessageRange) ProtoMessage() {}
|
|
|
|
func (x *SyncActionValue_SyncActionMessageRange) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waSyncAction_WASyncAction_proto_msgTypes[34]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use SyncActionValue_SyncActionMessageRange.ProtoReflect.Descriptor instead.
|
|
func (*SyncActionValue_SyncActionMessageRange) Descriptor() ([]byte, []int) {
|
|
return file_waSyncAction_WASyncAction_proto_rawDescGZIP(), []int{1, 28}
|
|
}
|
|
|
|
func (x *SyncActionValue_SyncActionMessageRange) GetLastMessageTimestamp() int64 {
|
|
if x != nil {
|
|
return x.LastMessageTimestamp
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *SyncActionValue_SyncActionMessageRange) GetLastSystemMessageTimestamp() int64 {
|
|
if x != nil {
|
|
return x.LastSystemMessageTimestamp
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *SyncActionValue_SyncActionMessageRange) GetMessages() []*SyncActionValue_SyncActionMessage {
|
|
if x != nil {
|
|
return x.Messages
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type SyncActionValue_UnarchiveChatsSetting struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
UnarchiveChats bool `protobuf:"varint,1,opt,name=unarchiveChats,proto3" json:"unarchiveChats,omitempty"`
|
|
}
|
|
|
|
func (x *SyncActionValue_UnarchiveChatsSetting) Reset() {
|
|
*x = SyncActionValue_UnarchiveChatsSetting{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waSyncAction_WASyncAction_proto_msgTypes[35]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *SyncActionValue_UnarchiveChatsSetting) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*SyncActionValue_UnarchiveChatsSetting) ProtoMessage() {}
|
|
|
|
func (x *SyncActionValue_UnarchiveChatsSetting) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waSyncAction_WASyncAction_proto_msgTypes[35]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use SyncActionValue_UnarchiveChatsSetting.ProtoReflect.Descriptor instead.
|
|
func (*SyncActionValue_UnarchiveChatsSetting) Descriptor() ([]byte, []int) {
|
|
return file_waSyncAction_WASyncAction_proto_rawDescGZIP(), []int{1, 29}
|
|
}
|
|
|
|
func (x *SyncActionValue_UnarchiveChatsSetting) GetUnarchiveChats() bool {
|
|
if x != nil {
|
|
return x.UnarchiveChats
|
|
}
|
|
return false
|
|
}
|
|
|
|
type SyncActionValue_DeleteChatAction struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
MessageRange *SyncActionValue_SyncActionMessageRange `protobuf:"bytes,1,opt,name=messageRange,proto3" json:"messageRange,omitempty"`
|
|
}
|
|
|
|
func (x *SyncActionValue_DeleteChatAction) Reset() {
|
|
*x = SyncActionValue_DeleteChatAction{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waSyncAction_WASyncAction_proto_msgTypes[36]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *SyncActionValue_DeleteChatAction) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*SyncActionValue_DeleteChatAction) ProtoMessage() {}
|
|
|
|
func (x *SyncActionValue_DeleteChatAction) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waSyncAction_WASyncAction_proto_msgTypes[36]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use SyncActionValue_DeleteChatAction.ProtoReflect.Descriptor instead.
|
|
func (*SyncActionValue_DeleteChatAction) Descriptor() ([]byte, []int) {
|
|
return file_waSyncAction_WASyncAction_proto_rawDescGZIP(), []int{1, 30}
|
|
}
|
|
|
|
func (x *SyncActionValue_DeleteChatAction) GetMessageRange() *SyncActionValue_SyncActionMessageRange {
|
|
if x != nil {
|
|
return x.MessageRange
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type SyncActionValue_ClearChatAction struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
MessageRange *SyncActionValue_SyncActionMessageRange `protobuf:"bytes,1,opt,name=messageRange,proto3" json:"messageRange,omitempty"`
|
|
}
|
|
|
|
func (x *SyncActionValue_ClearChatAction) Reset() {
|
|
*x = SyncActionValue_ClearChatAction{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waSyncAction_WASyncAction_proto_msgTypes[37]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *SyncActionValue_ClearChatAction) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*SyncActionValue_ClearChatAction) ProtoMessage() {}
|
|
|
|
func (x *SyncActionValue_ClearChatAction) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waSyncAction_WASyncAction_proto_msgTypes[37]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use SyncActionValue_ClearChatAction.ProtoReflect.Descriptor instead.
|
|
func (*SyncActionValue_ClearChatAction) Descriptor() ([]byte, []int) {
|
|
return file_waSyncAction_WASyncAction_proto_rawDescGZIP(), []int{1, 31}
|
|
}
|
|
|
|
func (x *SyncActionValue_ClearChatAction) GetMessageRange() *SyncActionValue_SyncActionMessageRange {
|
|
if x != nil {
|
|
return x.MessageRange
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type SyncActionValue_MarkChatAsReadAction struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
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"`
|
|
}
|
|
|
|
func (x *SyncActionValue_MarkChatAsReadAction) Reset() {
|
|
*x = SyncActionValue_MarkChatAsReadAction{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waSyncAction_WASyncAction_proto_msgTypes[38]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *SyncActionValue_MarkChatAsReadAction) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*SyncActionValue_MarkChatAsReadAction) ProtoMessage() {}
|
|
|
|
func (x *SyncActionValue_MarkChatAsReadAction) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waSyncAction_WASyncAction_proto_msgTypes[38]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use SyncActionValue_MarkChatAsReadAction.ProtoReflect.Descriptor instead.
|
|
func (*SyncActionValue_MarkChatAsReadAction) Descriptor() ([]byte, []int) {
|
|
return file_waSyncAction_WASyncAction_proto_rawDescGZIP(), []int{1, 32}
|
|
}
|
|
|
|
func (x *SyncActionValue_MarkChatAsReadAction) GetRead() bool {
|
|
if x != nil {
|
|
return x.Read
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (x *SyncActionValue_MarkChatAsReadAction) GetMessageRange() *SyncActionValue_SyncActionMessageRange {
|
|
if x != nil {
|
|
return x.MessageRange
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type SyncActionValue_DeleteMessageForMeAction struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
DeleteMedia bool `protobuf:"varint,1,opt,name=deleteMedia,proto3" json:"deleteMedia,omitempty"`
|
|
MessageTimestamp int64 `protobuf:"varint,2,opt,name=messageTimestamp,proto3" json:"messageTimestamp,omitempty"`
|
|
}
|
|
|
|
func (x *SyncActionValue_DeleteMessageForMeAction) Reset() {
|
|
*x = SyncActionValue_DeleteMessageForMeAction{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waSyncAction_WASyncAction_proto_msgTypes[39]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *SyncActionValue_DeleteMessageForMeAction) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*SyncActionValue_DeleteMessageForMeAction) ProtoMessage() {}
|
|
|
|
func (x *SyncActionValue_DeleteMessageForMeAction) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waSyncAction_WASyncAction_proto_msgTypes[39]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use SyncActionValue_DeleteMessageForMeAction.ProtoReflect.Descriptor instead.
|
|
func (*SyncActionValue_DeleteMessageForMeAction) Descriptor() ([]byte, []int) {
|
|
return file_waSyncAction_WASyncAction_proto_rawDescGZIP(), []int{1, 33}
|
|
}
|
|
|
|
func (x *SyncActionValue_DeleteMessageForMeAction) GetDeleteMedia() bool {
|
|
if x != nil {
|
|
return x.DeleteMedia
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (x *SyncActionValue_DeleteMessageForMeAction) GetMessageTimestamp() int64 {
|
|
if x != nil {
|
|
return x.MessageTimestamp
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type SyncActionValue_ArchiveChatAction struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
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"`
|
|
}
|
|
|
|
func (x *SyncActionValue_ArchiveChatAction) Reset() {
|
|
*x = SyncActionValue_ArchiveChatAction{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waSyncAction_WASyncAction_proto_msgTypes[40]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *SyncActionValue_ArchiveChatAction) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*SyncActionValue_ArchiveChatAction) ProtoMessage() {}
|
|
|
|
func (x *SyncActionValue_ArchiveChatAction) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waSyncAction_WASyncAction_proto_msgTypes[40]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use SyncActionValue_ArchiveChatAction.ProtoReflect.Descriptor instead.
|
|
func (*SyncActionValue_ArchiveChatAction) Descriptor() ([]byte, []int) {
|
|
return file_waSyncAction_WASyncAction_proto_rawDescGZIP(), []int{1, 34}
|
|
}
|
|
|
|
func (x *SyncActionValue_ArchiveChatAction) GetArchived() bool {
|
|
if x != nil {
|
|
return x.Archived
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (x *SyncActionValue_ArchiveChatAction) GetMessageRange() *SyncActionValue_SyncActionMessageRange {
|
|
if x != nil {
|
|
return x.MessageRange
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type SyncActionValue_RecentEmojiWeightsAction struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Weights []*RecentEmojiWeight `protobuf:"bytes,1,rep,name=weights,proto3" json:"weights,omitempty"`
|
|
}
|
|
|
|
func (x *SyncActionValue_RecentEmojiWeightsAction) Reset() {
|
|
*x = SyncActionValue_RecentEmojiWeightsAction{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waSyncAction_WASyncAction_proto_msgTypes[41]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *SyncActionValue_RecentEmojiWeightsAction) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*SyncActionValue_RecentEmojiWeightsAction) ProtoMessage() {}
|
|
|
|
func (x *SyncActionValue_RecentEmojiWeightsAction) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waSyncAction_WASyncAction_proto_msgTypes[41]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use SyncActionValue_RecentEmojiWeightsAction.ProtoReflect.Descriptor instead.
|
|
func (*SyncActionValue_RecentEmojiWeightsAction) Descriptor() ([]byte, []int) {
|
|
return file_waSyncAction_WASyncAction_proto_rawDescGZIP(), []int{1, 35}
|
|
}
|
|
|
|
func (x *SyncActionValue_RecentEmojiWeightsAction) GetWeights() []*RecentEmojiWeight {
|
|
if x != nil {
|
|
return x.Weights
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type SyncActionValue_LabelEditAction struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
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"`
|
|
}
|
|
|
|
func (x *SyncActionValue_LabelEditAction) Reset() {
|
|
*x = SyncActionValue_LabelEditAction{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waSyncAction_WASyncAction_proto_msgTypes[42]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *SyncActionValue_LabelEditAction) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*SyncActionValue_LabelEditAction) ProtoMessage() {}
|
|
|
|
func (x *SyncActionValue_LabelEditAction) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waSyncAction_WASyncAction_proto_msgTypes[42]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use SyncActionValue_LabelEditAction.ProtoReflect.Descriptor instead.
|
|
func (*SyncActionValue_LabelEditAction) Descriptor() ([]byte, []int) {
|
|
return file_waSyncAction_WASyncAction_proto_rawDescGZIP(), []int{1, 36}
|
|
}
|
|
|
|
func (x *SyncActionValue_LabelEditAction) GetName() string {
|
|
if x != nil {
|
|
return x.Name
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *SyncActionValue_LabelEditAction) GetColor() int32 {
|
|
if x != nil {
|
|
return x.Color
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *SyncActionValue_LabelEditAction) GetPredefinedID() int32 {
|
|
if x != nil {
|
|
return x.PredefinedID
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *SyncActionValue_LabelEditAction) GetDeleted() bool {
|
|
if x != nil {
|
|
return x.Deleted
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (x *SyncActionValue_LabelEditAction) GetOrderIndex() int32 {
|
|
if x != nil {
|
|
return x.OrderIndex
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type SyncActionValue_LabelAssociationAction struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Labeled bool `protobuf:"varint,1,opt,name=labeled,proto3" json:"labeled,omitempty"`
|
|
}
|
|
|
|
func (x *SyncActionValue_LabelAssociationAction) Reset() {
|
|
*x = SyncActionValue_LabelAssociationAction{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waSyncAction_WASyncAction_proto_msgTypes[43]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *SyncActionValue_LabelAssociationAction) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*SyncActionValue_LabelAssociationAction) ProtoMessage() {}
|
|
|
|
func (x *SyncActionValue_LabelAssociationAction) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waSyncAction_WASyncAction_proto_msgTypes[43]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use SyncActionValue_LabelAssociationAction.ProtoReflect.Descriptor instead.
|
|
func (*SyncActionValue_LabelAssociationAction) Descriptor() ([]byte, []int) {
|
|
return file_waSyncAction_WASyncAction_proto_rawDescGZIP(), []int{1, 37}
|
|
}
|
|
|
|
func (x *SyncActionValue_LabelAssociationAction) GetLabeled() bool {
|
|
if x != nil {
|
|
return x.Labeled
|
|
}
|
|
return false
|
|
}
|
|
|
|
type SyncActionValue_QuickReplyAction struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
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"`
|
|
}
|
|
|
|
func (x *SyncActionValue_QuickReplyAction) Reset() {
|
|
*x = SyncActionValue_QuickReplyAction{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waSyncAction_WASyncAction_proto_msgTypes[44]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *SyncActionValue_QuickReplyAction) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*SyncActionValue_QuickReplyAction) ProtoMessage() {}
|
|
|
|
func (x *SyncActionValue_QuickReplyAction) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waSyncAction_WASyncAction_proto_msgTypes[44]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use SyncActionValue_QuickReplyAction.ProtoReflect.Descriptor instead.
|
|
func (*SyncActionValue_QuickReplyAction) Descriptor() ([]byte, []int) {
|
|
return file_waSyncAction_WASyncAction_proto_rawDescGZIP(), []int{1, 38}
|
|
}
|
|
|
|
func (x *SyncActionValue_QuickReplyAction) GetShortcut() string {
|
|
if x != nil {
|
|
return x.Shortcut
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *SyncActionValue_QuickReplyAction) GetMessage() string {
|
|
if x != nil {
|
|
return x.Message
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *SyncActionValue_QuickReplyAction) GetKeywords() []string {
|
|
if x != nil {
|
|
return x.Keywords
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *SyncActionValue_QuickReplyAction) GetCount() int32 {
|
|
if x != nil {
|
|
return x.Count
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *SyncActionValue_QuickReplyAction) GetDeleted() bool {
|
|
if x != nil {
|
|
return x.Deleted
|
|
}
|
|
return false
|
|
}
|
|
|
|
type SyncActionValue_LocaleSetting struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Locale string `protobuf:"bytes,1,opt,name=locale,proto3" json:"locale,omitempty"`
|
|
}
|
|
|
|
func (x *SyncActionValue_LocaleSetting) Reset() {
|
|
*x = SyncActionValue_LocaleSetting{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waSyncAction_WASyncAction_proto_msgTypes[45]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *SyncActionValue_LocaleSetting) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*SyncActionValue_LocaleSetting) ProtoMessage() {}
|
|
|
|
func (x *SyncActionValue_LocaleSetting) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waSyncAction_WASyncAction_proto_msgTypes[45]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use SyncActionValue_LocaleSetting.ProtoReflect.Descriptor instead.
|
|
func (*SyncActionValue_LocaleSetting) Descriptor() ([]byte, []int) {
|
|
return file_waSyncAction_WASyncAction_proto_rawDescGZIP(), []int{1, 39}
|
|
}
|
|
|
|
func (x *SyncActionValue_LocaleSetting) GetLocale() string {
|
|
if x != nil {
|
|
return x.Locale
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type SyncActionValue_PushNameSetting struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
|
|
}
|
|
|
|
func (x *SyncActionValue_PushNameSetting) Reset() {
|
|
*x = SyncActionValue_PushNameSetting{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waSyncAction_WASyncAction_proto_msgTypes[46]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *SyncActionValue_PushNameSetting) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*SyncActionValue_PushNameSetting) ProtoMessage() {}
|
|
|
|
func (x *SyncActionValue_PushNameSetting) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waSyncAction_WASyncAction_proto_msgTypes[46]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use SyncActionValue_PushNameSetting.ProtoReflect.Descriptor instead.
|
|
func (*SyncActionValue_PushNameSetting) Descriptor() ([]byte, []int) {
|
|
return file_waSyncAction_WASyncAction_proto_rawDescGZIP(), []int{1, 40}
|
|
}
|
|
|
|
func (x *SyncActionValue_PushNameSetting) GetName() string {
|
|
if x != nil {
|
|
return x.Name
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type SyncActionValue_SecurityNotificationSetting struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
ShowNotification bool `protobuf:"varint,1,opt,name=showNotification,proto3" json:"showNotification,omitempty"`
|
|
}
|
|
|
|
func (x *SyncActionValue_SecurityNotificationSetting) Reset() {
|
|
*x = SyncActionValue_SecurityNotificationSetting{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waSyncAction_WASyncAction_proto_msgTypes[47]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *SyncActionValue_SecurityNotificationSetting) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*SyncActionValue_SecurityNotificationSetting) ProtoMessage() {}
|
|
|
|
func (x *SyncActionValue_SecurityNotificationSetting) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waSyncAction_WASyncAction_proto_msgTypes[47]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use SyncActionValue_SecurityNotificationSetting.ProtoReflect.Descriptor instead.
|
|
func (*SyncActionValue_SecurityNotificationSetting) Descriptor() ([]byte, []int) {
|
|
return file_waSyncAction_WASyncAction_proto_rawDescGZIP(), []int{1, 41}
|
|
}
|
|
|
|
func (x *SyncActionValue_SecurityNotificationSetting) GetShowNotification() bool {
|
|
if x != nil {
|
|
return x.ShowNotification
|
|
}
|
|
return false
|
|
}
|
|
|
|
type SyncActionValue_PinAction struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Pinned bool `protobuf:"varint,1,opt,name=pinned,proto3" json:"pinned,omitempty"`
|
|
}
|
|
|
|
func (x *SyncActionValue_PinAction) Reset() {
|
|
*x = SyncActionValue_PinAction{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waSyncAction_WASyncAction_proto_msgTypes[48]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *SyncActionValue_PinAction) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*SyncActionValue_PinAction) ProtoMessage() {}
|
|
|
|
func (x *SyncActionValue_PinAction) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waSyncAction_WASyncAction_proto_msgTypes[48]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use SyncActionValue_PinAction.ProtoReflect.Descriptor instead.
|
|
func (*SyncActionValue_PinAction) Descriptor() ([]byte, []int) {
|
|
return file_waSyncAction_WASyncAction_proto_rawDescGZIP(), []int{1, 42}
|
|
}
|
|
|
|
func (x *SyncActionValue_PinAction) GetPinned() bool {
|
|
if x != nil {
|
|
return x.Pinned
|
|
}
|
|
return false
|
|
}
|
|
|
|
type SyncActionValue_MuteAction struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
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"`
|
|
}
|
|
|
|
func (x *SyncActionValue_MuteAction) Reset() {
|
|
*x = SyncActionValue_MuteAction{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waSyncAction_WASyncAction_proto_msgTypes[49]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *SyncActionValue_MuteAction) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*SyncActionValue_MuteAction) ProtoMessage() {}
|
|
|
|
func (x *SyncActionValue_MuteAction) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waSyncAction_WASyncAction_proto_msgTypes[49]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use SyncActionValue_MuteAction.ProtoReflect.Descriptor instead.
|
|
func (*SyncActionValue_MuteAction) Descriptor() ([]byte, []int) {
|
|
return file_waSyncAction_WASyncAction_proto_rawDescGZIP(), []int{1, 43}
|
|
}
|
|
|
|
func (x *SyncActionValue_MuteAction) GetMuted() bool {
|
|
if x != nil {
|
|
return x.Muted
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (x *SyncActionValue_MuteAction) GetMuteEndTimestamp() int64 {
|
|
if x != nil {
|
|
return x.MuteEndTimestamp
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *SyncActionValue_MuteAction) GetAutoMuted() bool {
|
|
if x != nil {
|
|
return x.AutoMuted
|
|
}
|
|
return false
|
|
}
|
|
|
|
type SyncActionValue_ContactAction struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
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"`
|
|
}
|
|
|
|
func (x *SyncActionValue_ContactAction) Reset() {
|
|
*x = SyncActionValue_ContactAction{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waSyncAction_WASyncAction_proto_msgTypes[50]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *SyncActionValue_ContactAction) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*SyncActionValue_ContactAction) ProtoMessage() {}
|
|
|
|
func (x *SyncActionValue_ContactAction) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waSyncAction_WASyncAction_proto_msgTypes[50]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use SyncActionValue_ContactAction.ProtoReflect.Descriptor instead.
|
|
func (*SyncActionValue_ContactAction) Descriptor() ([]byte, []int) {
|
|
return file_waSyncAction_WASyncAction_proto_rawDescGZIP(), []int{1, 44}
|
|
}
|
|
|
|
func (x *SyncActionValue_ContactAction) GetFullName() string {
|
|
if x != nil {
|
|
return x.FullName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *SyncActionValue_ContactAction) GetFirstName() string {
|
|
if x != nil {
|
|
return x.FirstName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *SyncActionValue_ContactAction) GetLidJID() string {
|
|
if x != nil {
|
|
return x.LidJID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *SyncActionValue_ContactAction) GetSaveOnPrimaryAddressbook() bool {
|
|
if x != nil {
|
|
return x.SaveOnPrimaryAddressbook
|
|
}
|
|
return false
|
|
}
|
|
|
|
type SyncActionValue_StarAction struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Starred bool `protobuf:"varint,1,opt,name=starred,proto3" json:"starred,omitempty"`
|
|
}
|
|
|
|
func (x *SyncActionValue_StarAction) Reset() {
|
|
*x = SyncActionValue_StarAction{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waSyncAction_WASyncAction_proto_msgTypes[51]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *SyncActionValue_StarAction) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*SyncActionValue_StarAction) ProtoMessage() {}
|
|
|
|
func (x *SyncActionValue_StarAction) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waSyncAction_WASyncAction_proto_msgTypes[51]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use SyncActionValue_StarAction.ProtoReflect.Descriptor instead.
|
|
func (*SyncActionValue_StarAction) Descriptor() ([]byte, []int) {
|
|
return file_waSyncAction_WASyncAction_proto_rawDescGZIP(), []int{1, 45}
|
|
}
|
|
|
|
func (x *SyncActionValue_StarAction) GetStarred() bool {
|
|
if x != nil {
|
|
return x.Starred
|
|
}
|
|
return false
|
|
}
|
|
|
|
var File_waSyncAction_WASyncAction_proto protoreflect.FileDescriptor
|
|
|
|
//go:embed WASyncAction.pb.raw
|
|
var file_waSyncAction_WASyncAction_proto_rawDesc []byte
|
|
|
|
var (
|
|
file_waSyncAction_WASyncAction_proto_rawDescOnce sync.Once
|
|
file_waSyncAction_WASyncAction_proto_rawDescData = file_waSyncAction_WASyncAction_proto_rawDesc
|
|
)
|
|
|
|
func file_waSyncAction_WASyncAction_proto_rawDescGZIP() []byte {
|
|
file_waSyncAction_WASyncAction_proto_rawDescOnce.Do(func() {
|
|
file_waSyncAction_WASyncAction_proto_rawDescData = protoimpl.X.CompressGZIP(file_waSyncAction_WASyncAction_proto_rawDescData)
|
|
})
|
|
return file_waSyncAction_WASyncAction_proto_rawDescData
|
|
}
|
|
|
|
var file_waSyncAction_WASyncAction_proto_enumTypes = make([]protoimpl.EnumInfo, 6)
|
|
var file_waSyncAction_WASyncAction_proto_msgTypes = make([]protoimpl.MessageInfo, 52)
|
|
var file_waSyncAction_WASyncAction_proto_goTypes = []interface{}{
|
|
(CallLogRecord_CallType)(0), // 0: WASyncAction.CallLogRecord.CallType
|
|
(CallLogRecord_SilenceReason)(0), // 1: WASyncAction.CallLogRecord.SilenceReason
|
|
(CallLogRecord_CallResult)(0), // 2: WASyncAction.CallLogRecord.CallResult
|
|
(SyncActionValue_StatusPrivacyAction_StatusDistributionMode)(0), // 3: WASyncAction.SyncActionValue.StatusPrivacyAction.StatusDistributionMode
|
|
(SyncActionValue_MarketingMessageAction_MarketingMessagePrototypeType)(0), // 4: WASyncAction.SyncActionValue.MarketingMessageAction.MarketingMessagePrototypeType
|
|
(PatchDebugData_Platform)(0), // 5: WASyncAction.PatchDebugData.Platform
|
|
(*CallLogRecord)(nil), // 6: WASyncAction.CallLogRecord
|
|
(*SyncActionValue)(nil), // 7: WASyncAction.SyncActionValue
|
|
(*PatchDebugData)(nil), // 8: WASyncAction.PatchDebugData
|
|
(*RecentEmojiWeight)(nil), // 9: WASyncAction.RecentEmojiWeight
|
|
(*SyncActionData)(nil), // 10: WASyncAction.SyncActionData
|
|
(*CallLogRecord_ParticipantInfo)(nil), // 11: WASyncAction.CallLogRecord.ParticipantInfo
|
|
(*SyncActionValue_StatusPrivacyAction)(nil), // 12: WASyncAction.SyncActionValue.StatusPrivacyAction
|
|
(*SyncActionValue_MarketingMessageAction)(nil), // 13: WASyncAction.SyncActionValue.MarketingMessageAction
|
|
(*SyncActionValue_CustomPaymentMethodsAction)(nil), // 14: WASyncAction.SyncActionValue.CustomPaymentMethodsAction
|
|
(*SyncActionValue_CustomPaymentMethod)(nil), // 15: WASyncAction.SyncActionValue.CustomPaymentMethod
|
|
(*SyncActionValue_CustomPaymentMethodMetadata)(nil), // 16: WASyncAction.SyncActionValue.CustomPaymentMethodMetadata
|
|
(*SyncActionValue_PaymentInfoAction)(nil), // 17: WASyncAction.SyncActionValue.PaymentInfoAction
|
|
(*SyncActionValue_LabelReorderingAction)(nil), // 18: WASyncAction.SyncActionValue.LabelReorderingAction
|
|
(*SyncActionValue_DeleteIndividualCallLogAction)(nil), // 19: WASyncAction.SyncActionValue.DeleteIndividualCallLogAction
|
|
(*SyncActionValue_BotWelcomeRequestAction)(nil), // 20: WASyncAction.SyncActionValue.BotWelcomeRequestAction
|
|
(*SyncActionValue_CallLogAction)(nil), // 21: WASyncAction.SyncActionValue.CallLogAction
|
|
(*SyncActionValue_PrivacySettingRelayAllCalls)(nil), // 22: WASyncAction.SyncActionValue.PrivacySettingRelayAllCalls
|
|
(*SyncActionValue_ExternalWebBetaAction)(nil), // 23: WASyncAction.SyncActionValue.ExternalWebBetaAction
|
|
(*SyncActionValue_MarketingMessageBroadcastAction)(nil), // 24: WASyncAction.SyncActionValue.MarketingMessageBroadcastAction
|
|
(*SyncActionValue_PnForLidChatAction)(nil), // 25: WASyncAction.SyncActionValue.PnForLidChatAction
|
|
(*SyncActionValue_ChatAssignmentOpenedStatusAction)(nil), // 26: WASyncAction.SyncActionValue.ChatAssignmentOpenedStatusAction
|
|
(*SyncActionValue_ChatAssignmentAction)(nil), // 27: WASyncAction.SyncActionValue.ChatAssignmentAction
|
|
(*SyncActionValue_StickerAction)(nil), // 28: WASyncAction.SyncActionValue.StickerAction
|
|
(*SyncActionValue_RemoveRecentStickerAction)(nil), // 29: WASyncAction.SyncActionValue.RemoveRecentStickerAction
|
|
(*SyncActionValue_PrimaryVersionAction)(nil), // 30: WASyncAction.SyncActionValue.PrimaryVersionAction
|
|
(*SyncActionValue_NuxAction)(nil), // 31: WASyncAction.SyncActionValue.NuxAction
|
|
(*SyncActionValue_TimeFormatAction)(nil), // 32: WASyncAction.SyncActionValue.TimeFormatAction
|
|
(*SyncActionValue_UserStatusMuteAction)(nil), // 33: WASyncAction.SyncActionValue.UserStatusMuteAction
|
|
(*SyncActionValue_SubscriptionAction)(nil), // 34: WASyncAction.SyncActionValue.SubscriptionAction
|
|
(*SyncActionValue_AgentAction)(nil), // 35: WASyncAction.SyncActionValue.AgentAction
|
|
(*SyncActionValue_AndroidUnsupportedActions)(nil), // 36: WASyncAction.SyncActionValue.AndroidUnsupportedActions
|
|
(*SyncActionValue_PrimaryFeature)(nil), // 37: WASyncAction.SyncActionValue.PrimaryFeature
|
|
(*SyncActionValue_KeyExpiration)(nil), // 38: WASyncAction.SyncActionValue.KeyExpiration
|
|
(*SyncActionValue_SyncActionMessage)(nil), // 39: WASyncAction.SyncActionValue.SyncActionMessage
|
|
(*SyncActionValue_SyncActionMessageRange)(nil), // 40: WASyncAction.SyncActionValue.SyncActionMessageRange
|
|
(*SyncActionValue_UnarchiveChatsSetting)(nil), // 41: WASyncAction.SyncActionValue.UnarchiveChatsSetting
|
|
(*SyncActionValue_DeleteChatAction)(nil), // 42: WASyncAction.SyncActionValue.DeleteChatAction
|
|
(*SyncActionValue_ClearChatAction)(nil), // 43: WASyncAction.SyncActionValue.ClearChatAction
|
|
(*SyncActionValue_MarkChatAsReadAction)(nil), // 44: WASyncAction.SyncActionValue.MarkChatAsReadAction
|
|
(*SyncActionValue_DeleteMessageForMeAction)(nil), // 45: WASyncAction.SyncActionValue.DeleteMessageForMeAction
|
|
(*SyncActionValue_ArchiveChatAction)(nil), // 46: WASyncAction.SyncActionValue.ArchiveChatAction
|
|
(*SyncActionValue_RecentEmojiWeightsAction)(nil), // 47: WASyncAction.SyncActionValue.RecentEmojiWeightsAction
|
|
(*SyncActionValue_LabelEditAction)(nil), // 48: WASyncAction.SyncActionValue.LabelEditAction
|
|
(*SyncActionValue_LabelAssociationAction)(nil), // 49: WASyncAction.SyncActionValue.LabelAssociationAction
|
|
(*SyncActionValue_QuickReplyAction)(nil), // 50: WASyncAction.SyncActionValue.QuickReplyAction
|
|
(*SyncActionValue_LocaleSetting)(nil), // 51: WASyncAction.SyncActionValue.LocaleSetting
|
|
(*SyncActionValue_PushNameSetting)(nil), // 52: WASyncAction.SyncActionValue.PushNameSetting
|
|
(*SyncActionValue_SecurityNotificationSetting)(nil), // 53: WASyncAction.SyncActionValue.SecurityNotificationSetting
|
|
(*SyncActionValue_PinAction)(nil), // 54: WASyncAction.SyncActionValue.PinAction
|
|
(*SyncActionValue_MuteAction)(nil), // 55: WASyncAction.SyncActionValue.MuteAction
|
|
(*SyncActionValue_ContactAction)(nil), // 56: WASyncAction.SyncActionValue.ContactAction
|
|
(*SyncActionValue_StarAction)(nil), // 57: WASyncAction.SyncActionValue.StarAction
|
|
(*waCommon.MessageKey)(nil), // 58: WACommon.MessageKey
|
|
}
|
|
var file_waSyncAction_WASyncAction_proto_depIdxs = []int32{
|
|
2, // 0: WASyncAction.CallLogRecord.callResult:type_name -> WASyncAction.CallLogRecord.CallResult
|
|
1, // 1: WASyncAction.CallLogRecord.silenceReason:type_name -> WASyncAction.CallLogRecord.SilenceReason
|
|
11, // 2: WASyncAction.CallLogRecord.participants:type_name -> WASyncAction.CallLogRecord.ParticipantInfo
|
|
0, // 3: WASyncAction.CallLogRecord.callType:type_name -> WASyncAction.CallLogRecord.CallType
|
|
57, // 4: WASyncAction.SyncActionValue.starAction:type_name -> WASyncAction.SyncActionValue.StarAction
|
|
56, // 5: WASyncAction.SyncActionValue.contactAction:type_name -> WASyncAction.SyncActionValue.ContactAction
|
|
55, // 6: WASyncAction.SyncActionValue.muteAction:type_name -> WASyncAction.SyncActionValue.MuteAction
|
|
54, // 7: WASyncAction.SyncActionValue.pinAction:type_name -> WASyncAction.SyncActionValue.PinAction
|
|
53, // 8: WASyncAction.SyncActionValue.securityNotificationSetting:type_name -> WASyncAction.SyncActionValue.SecurityNotificationSetting
|
|
52, // 9: WASyncAction.SyncActionValue.pushNameSetting:type_name -> WASyncAction.SyncActionValue.PushNameSetting
|
|
50, // 10: WASyncAction.SyncActionValue.quickReplyAction:type_name -> WASyncAction.SyncActionValue.QuickReplyAction
|
|
47, // 11: WASyncAction.SyncActionValue.recentEmojiWeightsAction:type_name -> WASyncAction.SyncActionValue.RecentEmojiWeightsAction
|
|
48, // 12: WASyncAction.SyncActionValue.labelEditAction:type_name -> WASyncAction.SyncActionValue.LabelEditAction
|
|
49, // 13: WASyncAction.SyncActionValue.labelAssociationAction:type_name -> WASyncAction.SyncActionValue.LabelAssociationAction
|
|
51, // 14: WASyncAction.SyncActionValue.localeSetting:type_name -> WASyncAction.SyncActionValue.LocaleSetting
|
|
46, // 15: WASyncAction.SyncActionValue.archiveChatAction:type_name -> WASyncAction.SyncActionValue.ArchiveChatAction
|
|
45, // 16: WASyncAction.SyncActionValue.deleteMessageForMeAction:type_name -> WASyncAction.SyncActionValue.DeleteMessageForMeAction
|
|
38, // 17: WASyncAction.SyncActionValue.keyExpiration:type_name -> WASyncAction.SyncActionValue.KeyExpiration
|
|
44, // 18: WASyncAction.SyncActionValue.markChatAsReadAction:type_name -> WASyncAction.SyncActionValue.MarkChatAsReadAction
|
|
43, // 19: WASyncAction.SyncActionValue.clearChatAction:type_name -> WASyncAction.SyncActionValue.ClearChatAction
|
|
42, // 20: WASyncAction.SyncActionValue.deleteChatAction:type_name -> WASyncAction.SyncActionValue.DeleteChatAction
|
|
41, // 21: WASyncAction.SyncActionValue.unarchiveChatsSetting:type_name -> WASyncAction.SyncActionValue.UnarchiveChatsSetting
|
|
37, // 22: WASyncAction.SyncActionValue.primaryFeature:type_name -> WASyncAction.SyncActionValue.PrimaryFeature
|
|
36, // 23: WASyncAction.SyncActionValue.androidUnsupportedActions:type_name -> WASyncAction.SyncActionValue.AndroidUnsupportedActions
|
|
35, // 24: WASyncAction.SyncActionValue.agentAction:type_name -> WASyncAction.SyncActionValue.AgentAction
|
|
34, // 25: WASyncAction.SyncActionValue.subscriptionAction:type_name -> WASyncAction.SyncActionValue.SubscriptionAction
|
|
33, // 26: WASyncAction.SyncActionValue.userStatusMuteAction:type_name -> WASyncAction.SyncActionValue.UserStatusMuteAction
|
|
32, // 27: WASyncAction.SyncActionValue.timeFormatAction:type_name -> WASyncAction.SyncActionValue.TimeFormatAction
|
|
31, // 28: WASyncAction.SyncActionValue.nuxAction:type_name -> WASyncAction.SyncActionValue.NuxAction
|
|
30, // 29: WASyncAction.SyncActionValue.primaryVersionAction:type_name -> WASyncAction.SyncActionValue.PrimaryVersionAction
|
|
28, // 30: WASyncAction.SyncActionValue.stickerAction:type_name -> WASyncAction.SyncActionValue.StickerAction
|
|
29, // 31: WASyncAction.SyncActionValue.removeRecentStickerAction:type_name -> WASyncAction.SyncActionValue.RemoveRecentStickerAction
|
|
27, // 32: WASyncAction.SyncActionValue.chatAssignment:type_name -> WASyncAction.SyncActionValue.ChatAssignmentAction
|
|
26, // 33: WASyncAction.SyncActionValue.chatAssignmentOpenedStatus:type_name -> WASyncAction.SyncActionValue.ChatAssignmentOpenedStatusAction
|
|
25, // 34: WASyncAction.SyncActionValue.pnForLidChatAction:type_name -> WASyncAction.SyncActionValue.PnForLidChatAction
|
|
13, // 35: WASyncAction.SyncActionValue.marketingMessageAction:type_name -> WASyncAction.SyncActionValue.MarketingMessageAction
|
|
24, // 36: WASyncAction.SyncActionValue.marketingMessageBroadcastAction:type_name -> WASyncAction.SyncActionValue.MarketingMessageBroadcastAction
|
|
23, // 37: WASyncAction.SyncActionValue.externalWebBetaAction:type_name -> WASyncAction.SyncActionValue.ExternalWebBetaAction
|
|
22, // 38: WASyncAction.SyncActionValue.privacySettingRelayAllCalls:type_name -> WASyncAction.SyncActionValue.PrivacySettingRelayAllCalls
|
|
21, // 39: WASyncAction.SyncActionValue.callLogAction:type_name -> WASyncAction.SyncActionValue.CallLogAction
|
|
12, // 40: WASyncAction.SyncActionValue.statusPrivacy:type_name -> WASyncAction.SyncActionValue.StatusPrivacyAction
|
|
20, // 41: WASyncAction.SyncActionValue.botWelcomeRequestAction:type_name -> WASyncAction.SyncActionValue.BotWelcomeRequestAction
|
|
19, // 42: WASyncAction.SyncActionValue.deleteIndividualCallLog:type_name -> WASyncAction.SyncActionValue.DeleteIndividualCallLogAction
|
|
18, // 43: WASyncAction.SyncActionValue.labelReorderingAction:type_name -> WASyncAction.SyncActionValue.LabelReorderingAction
|
|
17, // 44: WASyncAction.SyncActionValue.paymentInfoAction:type_name -> WASyncAction.SyncActionValue.PaymentInfoAction
|
|
14, // 45: WASyncAction.SyncActionValue.customPaymentMethodsAction:type_name -> WASyncAction.SyncActionValue.CustomPaymentMethodsAction
|
|
5, // 46: WASyncAction.PatchDebugData.senderPlatform:type_name -> WASyncAction.PatchDebugData.Platform
|
|
7, // 47: WASyncAction.SyncActionData.value:type_name -> WASyncAction.SyncActionValue
|
|
2, // 48: WASyncAction.CallLogRecord.ParticipantInfo.callResult:type_name -> WASyncAction.CallLogRecord.CallResult
|
|
3, // 49: WASyncAction.SyncActionValue.StatusPrivacyAction.mode:type_name -> WASyncAction.SyncActionValue.StatusPrivacyAction.StatusDistributionMode
|
|
4, // 50: WASyncAction.SyncActionValue.MarketingMessageAction.type:type_name -> WASyncAction.SyncActionValue.MarketingMessageAction.MarketingMessagePrototypeType
|
|
15, // 51: WASyncAction.SyncActionValue.CustomPaymentMethodsAction.customPaymentMethods:type_name -> WASyncAction.SyncActionValue.CustomPaymentMethod
|
|
16, // 52: WASyncAction.SyncActionValue.CustomPaymentMethod.metadata:type_name -> WASyncAction.SyncActionValue.CustomPaymentMethodMetadata
|
|
6, // 53: WASyncAction.SyncActionValue.CallLogAction.callLogRecord:type_name -> WASyncAction.CallLogRecord
|
|
58, // 54: WASyncAction.SyncActionValue.SyncActionMessage.key:type_name -> WACommon.MessageKey
|
|
39, // 55: WASyncAction.SyncActionValue.SyncActionMessageRange.messages:type_name -> WASyncAction.SyncActionValue.SyncActionMessage
|
|
40, // 56: WASyncAction.SyncActionValue.DeleteChatAction.messageRange:type_name -> WASyncAction.SyncActionValue.SyncActionMessageRange
|
|
40, // 57: WASyncAction.SyncActionValue.ClearChatAction.messageRange:type_name -> WASyncAction.SyncActionValue.SyncActionMessageRange
|
|
40, // 58: WASyncAction.SyncActionValue.MarkChatAsReadAction.messageRange:type_name -> WASyncAction.SyncActionValue.SyncActionMessageRange
|
|
40, // 59: WASyncAction.SyncActionValue.ArchiveChatAction.messageRange:type_name -> WASyncAction.SyncActionValue.SyncActionMessageRange
|
|
9, // 60: WASyncAction.SyncActionValue.RecentEmojiWeightsAction.weights:type_name -> WASyncAction.RecentEmojiWeight
|
|
61, // [61:61] is the sub-list for method output_type
|
|
61, // [61:61] is the sub-list for method input_type
|
|
61, // [61:61] is the sub-list for extension type_name
|
|
61, // [61:61] is the sub-list for extension extendee
|
|
0, // [0:61] is the sub-list for field type_name
|
|
}
|
|
|
|
func init() { file_waSyncAction_WASyncAction_proto_init() }
|
|
func file_waSyncAction_WASyncAction_proto_init() {
|
|
if File_waSyncAction_WASyncAction_proto != nil {
|
|
return
|
|
}
|
|
if !protoimpl.UnsafeEnabled {
|
|
file_waSyncAction_WASyncAction_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*CallLogRecord); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waSyncAction_WASyncAction_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*SyncActionValue); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waSyncAction_WASyncAction_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*PatchDebugData); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waSyncAction_WASyncAction_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*RecentEmojiWeight); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waSyncAction_WASyncAction_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*SyncActionData); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waSyncAction_WASyncAction_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*CallLogRecord_ParticipantInfo); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waSyncAction_WASyncAction_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*SyncActionValue_StatusPrivacyAction); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waSyncAction_WASyncAction_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*SyncActionValue_MarketingMessageAction); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waSyncAction_WASyncAction_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*SyncActionValue_CustomPaymentMethodsAction); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waSyncAction_WASyncAction_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*SyncActionValue_CustomPaymentMethod); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waSyncAction_WASyncAction_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*SyncActionValue_CustomPaymentMethodMetadata); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waSyncAction_WASyncAction_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*SyncActionValue_PaymentInfoAction); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waSyncAction_WASyncAction_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*SyncActionValue_LabelReorderingAction); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waSyncAction_WASyncAction_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*SyncActionValue_DeleteIndividualCallLogAction); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waSyncAction_WASyncAction_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*SyncActionValue_BotWelcomeRequestAction); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waSyncAction_WASyncAction_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*SyncActionValue_CallLogAction); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waSyncAction_WASyncAction_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*SyncActionValue_PrivacySettingRelayAllCalls); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waSyncAction_WASyncAction_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*SyncActionValue_ExternalWebBetaAction); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waSyncAction_WASyncAction_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*SyncActionValue_MarketingMessageBroadcastAction); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waSyncAction_WASyncAction_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*SyncActionValue_PnForLidChatAction); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waSyncAction_WASyncAction_proto_msgTypes[20].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*SyncActionValue_ChatAssignmentOpenedStatusAction); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waSyncAction_WASyncAction_proto_msgTypes[21].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*SyncActionValue_ChatAssignmentAction); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waSyncAction_WASyncAction_proto_msgTypes[22].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*SyncActionValue_StickerAction); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waSyncAction_WASyncAction_proto_msgTypes[23].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*SyncActionValue_RemoveRecentStickerAction); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waSyncAction_WASyncAction_proto_msgTypes[24].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*SyncActionValue_PrimaryVersionAction); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waSyncAction_WASyncAction_proto_msgTypes[25].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*SyncActionValue_NuxAction); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waSyncAction_WASyncAction_proto_msgTypes[26].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*SyncActionValue_TimeFormatAction); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waSyncAction_WASyncAction_proto_msgTypes[27].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*SyncActionValue_UserStatusMuteAction); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waSyncAction_WASyncAction_proto_msgTypes[28].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*SyncActionValue_SubscriptionAction); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waSyncAction_WASyncAction_proto_msgTypes[29].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*SyncActionValue_AgentAction); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waSyncAction_WASyncAction_proto_msgTypes[30].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*SyncActionValue_AndroidUnsupportedActions); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waSyncAction_WASyncAction_proto_msgTypes[31].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*SyncActionValue_PrimaryFeature); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waSyncAction_WASyncAction_proto_msgTypes[32].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*SyncActionValue_KeyExpiration); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waSyncAction_WASyncAction_proto_msgTypes[33].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*SyncActionValue_SyncActionMessage); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waSyncAction_WASyncAction_proto_msgTypes[34].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*SyncActionValue_SyncActionMessageRange); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waSyncAction_WASyncAction_proto_msgTypes[35].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*SyncActionValue_UnarchiveChatsSetting); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waSyncAction_WASyncAction_proto_msgTypes[36].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*SyncActionValue_DeleteChatAction); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waSyncAction_WASyncAction_proto_msgTypes[37].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*SyncActionValue_ClearChatAction); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waSyncAction_WASyncAction_proto_msgTypes[38].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*SyncActionValue_MarkChatAsReadAction); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waSyncAction_WASyncAction_proto_msgTypes[39].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*SyncActionValue_DeleteMessageForMeAction); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waSyncAction_WASyncAction_proto_msgTypes[40].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*SyncActionValue_ArchiveChatAction); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waSyncAction_WASyncAction_proto_msgTypes[41].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*SyncActionValue_RecentEmojiWeightsAction); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waSyncAction_WASyncAction_proto_msgTypes[42].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*SyncActionValue_LabelEditAction); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waSyncAction_WASyncAction_proto_msgTypes[43].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*SyncActionValue_LabelAssociationAction); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waSyncAction_WASyncAction_proto_msgTypes[44].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*SyncActionValue_QuickReplyAction); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waSyncAction_WASyncAction_proto_msgTypes[45].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*SyncActionValue_LocaleSetting); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waSyncAction_WASyncAction_proto_msgTypes[46].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*SyncActionValue_PushNameSetting); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waSyncAction_WASyncAction_proto_msgTypes[47].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*SyncActionValue_SecurityNotificationSetting); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waSyncAction_WASyncAction_proto_msgTypes[48].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*SyncActionValue_PinAction); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waSyncAction_WASyncAction_proto_msgTypes[49].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*SyncActionValue_MuteAction); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waSyncAction_WASyncAction_proto_msgTypes[50].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*SyncActionValue_ContactAction); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waSyncAction_WASyncAction_proto_msgTypes[51].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*SyncActionValue_StarAction); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
}
|
|
type x struct{}
|
|
out := protoimpl.TypeBuilder{
|
|
File: protoimpl.DescBuilder{
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
RawDescriptor: file_waSyncAction_WASyncAction_proto_rawDesc,
|
|
NumEnums: 6,
|
|
NumMessages: 52,
|
|
NumExtensions: 0,
|
|
NumServices: 0,
|
|
},
|
|
GoTypes: file_waSyncAction_WASyncAction_proto_goTypes,
|
|
DependencyIndexes: file_waSyncAction_WASyncAction_proto_depIdxs,
|
|
EnumInfos: file_waSyncAction_WASyncAction_proto_enumTypes,
|
|
MessageInfos: file_waSyncAction_WASyncAction_proto_msgTypes,
|
|
}.Build()
|
|
File_waSyncAction_WASyncAction_proto = out.File
|
|
file_waSyncAction_WASyncAction_proto_rawDesc = nil
|
|
file_waSyncAction_WASyncAction_proto_goTypes = nil
|
|
file_waSyncAction_WASyncAction_proto_depIdxs = nil
|
|
}
|