// Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.36.10 // protoc v3.21.12 // source: waSyncAction/WAWebProtobufSyncAction.proto package waSyncAction import ( reflect "reflect" sync "sync" unsafe "unsafe" protoreflect "google.golang.org/protobuf/reflect/protoreflect" protoimpl "google.golang.org/protobuf/runtime/protoimpl" waChatLockSettings "git.bobomao.top/joey/testwh/proto/waChatLockSettings" waCommon "git.bobomao.top/joey/testwh/proto/waCommon" waDeviceCapabilities "git.bobomao.top/joey/testwh/proto/waDeviceCapabilities" ) 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 CollectionName int32 const ( CollectionName_COLLECTION_NAME_UNKNOWN CollectionName = 0 CollectionName_REGULAR CollectionName = 1 CollectionName_REGULAR_LOW CollectionName = 2 CollectionName_REGULAR_HIGH CollectionName = 3 CollectionName_CRITICAL_BLOCK CollectionName = 4 CollectionName_CRITICAL_UNBLOCK_LOW CollectionName = 5 ) // Enum value maps for CollectionName. var ( CollectionName_name = map[int32]string{ 0: "COLLECTION_NAME_UNKNOWN", 1: "REGULAR", 2: "REGULAR_LOW", 3: "REGULAR_HIGH", 4: "CRITICAL_BLOCK", 5: "CRITICAL_UNBLOCK_LOW", } CollectionName_value = map[string]int32{ "COLLECTION_NAME_UNKNOWN": 0, "REGULAR": 1, "REGULAR_LOW": 2, "REGULAR_HIGH": 3, "CRITICAL_BLOCK": 4, "CRITICAL_UNBLOCK_LOW": 5, } ) func (x CollectionName) Enum() *CollectionName { p := new(CollectionName) *p = x return p } func (x CollectionName) String() string { return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x)) } func (CollectionName) Descriptor() protoreflect.EnumDescriptor { return file_waSyncAction_WAWebProtobufSyncAction_proto_enumTypes[0].Descriptor() } func (CollectionName) Type() protoreflect.EnumType { return &file_waSyncAction_WAWebProtobufSyncAction_proto_enumTypes[0] } func (x CollectionName) Number() protoreflect.EnumNumber { return protoreflect.EnumNumber(x) } // Deprecated: Do not use. func (x *CollectionName) UnmarshalJSON(b []byte) error { num, err := protoimpl.X.UnmarshalJSONEnum(x.Descriptor(), b) if err != nil { return err } *x = CollectionName(num) return nil } // Deprecated: Use CollectionName.Descriptor instead. func (CollectionName) EnumDescriptor() ([]byte, []int) { return file_waSyncAction_WAWebProtobufSyncAction_proto_rawDescGZIP(), []int{0} } type MutationProps int32 const ( MutationProps_STAR_ACTION MutationProps = 2 MutationProps_CONTACT_ACTION MutationProps = 3 MutationProps_MUTE_ACTION MutationProps = 4 MutationProps_PIN_ACTION MutationProps = 5 MutationProps_SECURITY_NOTIFICATION_SETTING MutationProps = 6 MutationProps_PUSH_NAME_SETTING MutationProps = 7 MutationProps_QUICK_REPLY_ACTION MutationProps = 8 MutationProps_RECENT_EMOJI_WEIGHTS_ACTION MutationProps = 11 MutationProps_LABEL_MESSAGE_ACTION MutationProps = 13 MutationProps_LABEL_EDIT_ACTION MutationProps = 14 MutationProps_LABEL_ASSOCIATION_ACTION MutationProps = 15 MutationProps_LOCALE_SETTING MutationProps = 16 MutationProps_ARCHIVE_CHAT_ACTION MutationProps = 17 MutationProps_DELETE_MESSAGE_FOR_ME_ACTION MutationProps = 18 MutationProps_KEY_EXPIRATION MutationProps = 19 MutationProps_MARK_CHAT_AS_READ_ACTION MutationProps = 20 MutationProps_CLEAR_CHAT_ACTION MutationProps = 21 MutationProps_DELETE_CHAT_ACTION MutationProps = 22 MutationProps_UNARCHIVE_CHATS_SETTING MutationProps = 23 MutationProps_PRIMARY_FEATURE MutationProps = 24 MutationProps_ANDROID_UNSUPPORTED_ACTIONS MutationProps = 26 MutationProps_AGENT_ACTION MutationProps = 27 MutationProps_SUBSCRIPTION_ACTION MutationProps = 28 MutationProps_USER_STATUS_MUTE_ACTION MutationProps = 29 MutationProps_TIME_FORMAT_ACTION MutationProps = 30 MutationProps_NUX_ACTION MutationProps = 31 MutationProps_PRIMARY_VERSION_ACTION MutationProps = 32 MutationProps_STICKER_ACTION MutationProps = 33 MutationProps_REMOVE_RECENT_STICKER_ACTION MutationProps = 34 MutationProps_CHAT_ASSIGNMENT MutationProps = 35 MutationProps_CHAT_ASSIGNMENT_OPENED_STATUS MutationProps = 36 MutationProps_PN_FOR_LID_CHAT_ACTION MutationProps = 37 MutationProps_MARKETING_MESSAGE_ACTION MutationProps = 38 MutationProps_MARKETING_MESSAGE_BROADCAST_ACTION MutationProps = 39 MutationProps_EXTERNAL_WEB_BETA_ACTION MutationProps = 40 MutationProps_PRIVACY_SETTING_RELAY_ALL_CALLS MutationProps = 41 MutationProps_CALL_LOG_ACTION MutationProps = 42 MutationProps_UGC_BOT MutationProps = 43 MutationProps_STATUS_PRIVACY MutationProps = 44 MutationProps_BOT_WELCOME_REQUEST_ACTION MutationProps = 45 MutationProps_DELETE_INDIVIDUAL_CALL_LOG MutationProps = 46 MutationProps_LABEL_REORDERING_ACTION MutationProps = 47 MutationProps_PAYMENT_INFO_ACTION MutationProps = 48 MutationProps_CUSTOM_PAYMENT_METHODS_ACTION MutationProps = 49 MutationProps_LOCK_CHAT_ACTION MutationProps = 50 MutationProps_CHAT_LOCK_SETTINGS MutationProps = 51 MutationProps_WAMO_USER_IDENTIFIER_ACTION MutationProps = 52 MutationProps_PRIVACY_SETTING_DISABLE_LINK_PREVIEWS_ACTION MutationProps = 53 MutationProps_DEVICE_CAPABILITIES MutationProps = 54 MutationProps_NOTE_EDIT_ACTION MutationProps = 55 MutationProps_FAVORITES_ACTION MutationProps = 56 MutationProps_MERCHANT_PAYMENT_PARTNER_ACTION MutationProps = 57 MutationProps_WAFFLE_ACCOUNT_LINK_STATE_ACTION MutationProps = 58 MutationProps_USERNAME_CHAT_START_MODE MutationProps = 59 MutationProps_NOTIFICATION_ACTIVITY_SETTING_ACTION MutationProps = 60 MutationProps_LID_CONTACT_ACTION MutationProps = 61 MutationProps_CTWA_PER_CUSTOMER_DATA_SHARING_ACTION MutationProps = 62 MutationProps_PAYMENT_TOS_ACTION MutationProps = 63 MutationProps_PRIVACY_SETTING_CHANNELS_PERSONALISED_RECOMMENDATION_ACTION MutationProps = 64 MutationProps_BUSINESS_BROADCAST_ASSOCIATION_ACTION MutationProps = 65 MutationProps_DETECTED_OUTCOMES_STATUS_ACTION MutationProps = 66 MutationProps_MAIBA_AI_FEATURES_CONTROL_ACTION MutationProps = 68 MutationProps_BUSINESS_BROADCAST_LIST_ACTION MutationProps = 69 MutationProps_MUSIC_USER_ID_ACTION MutationProps = 70 MutationProps_STATUS_POST_OPT_IN_NOTIFICATION_PREFERENCES_ACTION MutationProps = 71 MutationProps_AVATAR_UPDATED_ACTION MutationProps = 72 MutationProps_GALAXY_FLOW_ACTION MutationProps = 73 MutationProps_PRIVATE_PROCESSING_SETTING_ACTION MutationProps = 74 MutationProps_NEWSLETTER_SAVED_INTERESTS_ACTION MutationProps = 75 MutationProps_AI_THREAD_RENAME_ACTION MutationProps = 76 MutationProps_INTERACTIVE_MESSAGE_ACTION MutationProps = 77 MutationProps_SETTINGS_SYNC_ACTION MutationProps = 78 MutationProps_SHARE_OWN_PN MutationProps = 10001 MutationProps_BUSINESS_BROADCAST_ACTION MutationProps = 10002 MutationProps_AI_THREAD_DELETE_ACTION MutationProps = 10003 ) // Enum value maps for MutationProps. var ( MutationProps_name = map[int32]string{ 2: "STAR_ACTION", 3: "CONTACT_ACTION", 4: "MUTE_ACTION", 5: "PIN_ACTION", 6: "SECURITY_NOTIFICATION_SETTING", 7: "PUSH_NAME_SETTING", 8: "QUICK_REPLY_ACTION", 11: "RECENT_EMOJI_WEIGHTS_ACTION", 13: "LABEL_MESSAGE_ACTION", 14: "LABEL_EDIT_ACTION", 15: "LABEL_ASSOCIATION_ACTION", 16: "LOCALE_SETTING", 17: "ARCHIVE_CHAT_ACTION", 18: "DELETE_MESSAGE_FOR_ME_ACTION", 19: "KEY_EXPIRATION", 20: "MARK_CHAT_AS_READ_ACTION", 21: "CLEAR_CHAT_ACTION", 22: "DELETE_CHAT_ACTION", 23: "UNARCHIVE_CHATS_SETTING", 24: "PRIMARY_FEATURE", 26: "ANDROID_UNSUPPORTED_ACTIONS", 27: "AGENT_ACTION", 28: "SUBSCRIPTION_ACTION", 29: "USER_STATUS_MUTE_ACTION", 30: "TIME_FORMAT_ACTION", 31: "NUX_ACTION", 32: "PRIMARY_VERSION_ACTION", 33: "STICKER_ACTION", 34: "REMOVE_RECENT_STICKER_ACTION", 35: "CHAT_ASSIGNMENT", 36: "CHAT_ASSIGNMENT_OPENED_STATUS", 37: "PN_FOR_LID_CHAT_ACTION", 38: "MARKETING_MESSAGE_ACTION", 39: "MARKETING_MESSAGE_BROADCAST_ACTION", 40: "EXTERNAL_WEB_BETA_ACTION", 41: "PRIVACY_SETTING_RELAY_ALL_CALLS", 42: "CALL_LOG_ACTION", 43: "UGC_BOT", 44: "STATUS_PRIVACY", 45: "BOT_WELCOME_REQUEST_ACTION", 46: "DELETE_INDIVIDUAL_CALL_LOG", 47: "LABEL_REORDERING_ACTION", 48: "PAYMENT_INFO_ACTION", 49: "CUSTOM_PAYMENT_METHODS_ACTION", 50: "LOCK_CHAT_ACTION", 51: "CHAT_LOCK_SETTINGS", 52: "WAMO_USER_IDENTIFIER_ACTION", 53: "PRIVACY_SETTING_DISABLE_LINK_PREVIEWS_ACTION", 54: "DEVICE_CAPABILITIES", 55: "NOTE_EDIT_ACTION", 56: "FAVORITES_ACTION", 57: "MERCHANT_PAYMENT_PARTNER_ACTION", 58: "WAFFLE_ACCOUNT_LINK_STATE_ACTION", 59: "USERNAME_CHAT_START_MODE", 60: "NOTIFICATION_ACTIVITY_SETTING_ACTION", 61: "LID_CONTACT_ACTION", 62: "CTWA_PER_CUSTOMER_DATA_SHARING_ACTION", 63: "PAYMENT_TOS_ACTION", 64: "PRIVACY_SETTING_CHANNELS_PERSONALISED_RECOMMENDATION_ACTION", 65: "BUSINESS_BROADCAST_ASSOCIATION_ACTION", 66: "DETECTED_OUTCOMES_STATUS_ACTION", 68: "MAIBA_AI_FEATURES_CONTROL_ACTION", 69: "BUSINESS_BROADCAST_LIST_ACTION", 70: "MUSIC_USER_ID_ACTION", 71: "STATUS_POST_OPT_IN_NOTIFICATION_PREFERENCES_ACTION", 72: "AVATAR_UPDATED_ACTION", 73: "GALAXY_FLOW_ACTION", 74: "PRIVATE_PROCESSING_SETTING_ACTION", 75: "NEWSLETTER_SAVED_INTERESTS_ACTION", 76: "AI_THREAD_RENAME_ACTION", 77: "INTERACTIVE_MESSAGE_ACTION", 78: "SETTINGS_SYNC_ACTION", 10001: "SHARE_OWN_PN", 10002: "BUSINESS_BROADCAST_ACTION", 10003: "AI_THREAD_DELETE_ACTION", } MutationProps_value = map[string]int32{ "STAR_ACTION": 2, "CONTACT_ACTION": 3, "MUTE_ACTION": 4, "PIN_ACTION": 5, "SECURITY_NOTIFICATION_SETTING": 6, "PUSH_NAME_SETTING": 7, "QUICK_REPLY_ACTION": 8, "RECENT_EMOJI_WEIGHTS_ACTION": 11, "LABEL_MESSAGE_ACTION": 13, "LABEL_EDIT_ACTION": 14, "LABEL_ASSOCIATION_ACTION": 15, "LOCALE_SETTING": 16, "ARCHIVE_CHAT_ACTION": 17, "DELETE_MESSAGE_FOR_ME_ACTION": 18, "KEY_EXPIRATION": 19, "MARK_CHAT_AS_READ_ACTION": 20, "CLEAR_CHAT_ACTION": 21, "DELETE_CHAT_ACTION": 22, "UNARCHIVE_CHATS_SETTING": 23, "PRIMARY_FEATURE": 24, "ANDROID_UNSUPPORTED_ACTIONS": 26, "AGENT_ACTION": 27, "SUBSCRIPTION_ACTION": 28, "USER_STATUS_MUTE_ACTION": 29, "TIME_FORMAT_ACTION": 30, "NUX_ACTION": 31, "PRIMARY_VERSION_ACTION": 32, "STICKER_ACTION": 33, "REMOVE_RECENT_STICKER_ACTION": 34, "CHAT_ASSIGNMENT": 35, "CHAT_ASSIGNMENT_OPENED_STATUS": 36, "PN_FOR_LID_CHAT_ACTION": 37, "MARKETING_MESSAGE_ACTION": 38, "MARKETING_MESSAGE_BROADCAST_ACTION": 39, "EXTERNAL_WEB_BETA_ACTION": 40, "PRIVACY_SETTING_RELAY_ALL_CALLS": 41, "CALL_LOG_ACTION": 42, "UGC_BOT": 43, "STATUS_PRIVACY": 44, "BOT_WELCOME_REQUEST_ACTION": 45, "DELETE_INDIVIDUAL_CALL_LOG": 46, "LABEL_REORDERING_ACTION": 47, "PAYMENT_INFO_ACTION": 48, "CUSTOM_PAYMENT_METHODS_ACTION": 49, "LOCK_CHAT_ACTION": 50, "CHAT_LOCK_SETTINGS": 51, "WAMO_USER_IDENTIFIER_ACTION": 52, "PRIVACY_SETTING_DISABLE_LINK_PREVIEWS_ACTION": 53, "DEVICE_CAPABILITIES": 54, "NOTE_EDIT_ACTION": 55, "FAVORITES_ACTION": 56, "MERCHANT_PAYMENT_PARTNER_ACTION": 57, "WAFFLE_ACCOUNT_LINK_STATE_ACTION": 58, "USERNAME_CHAT_START_MODE": 59, "NOTIFICATION_ACTIVITY_SETTING_ACTION": 60, "LID_CONTACT_ACTION": 61, "CTWA_PER_CUSTOMER_DATA_SHARING_ACTION": 62, "PAYMENT_TOS_ACTION": 63, "PRIVACY_SETTING_CHANNELS_PERSONALISED_RECOMMENDATION_ACTION": 64, "BUSINESS_BROADCAST_ASSOCIATION_ACTION": 65, "DETECTED_OUTCOMES_STATUS_ACTION": 66, "MAIBA_AI_FEATURES_CONTROL_ACTION": 68, "BUSINESS_BROADCAST_LIST_ACTION": 69, "MUSIC_USER_ID_ACTION": 70, "STATUS_POST_OPT_IN_NOTIFICATION_PREFERENCES_ACTION": 71, "AVATAR_UPDATED_ACTION": 72, "GALAXY_FLOW_ACTION": 73, "PRIVATE_PROCESSING_SETTING_ACTION": 74, "NEWSLETTER_SAVED_INTERESTS_ACTION": 75, "AI_THREAD_RENAME_ACTION": 76, "INTERACTIVE_MESSAGE_ACTION": 77, "SETTINGS_SYNC_ACTION": 78, "SHARE_OWN_PN": 10001, "BUSINESS_BROADCAST_ACTION": 10002, "AI_THREAD_DELETE_ACTION": 10003, } ) func (x MutationProps) Enum() *MutationProps { p := new(MutationProps) *p = x return p } func (x MutationProps) String() string { return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x)) } func (MutationProps) Descriptor() protoreflect.EnumDescriptor { return file_waSyncAction_WAWebProtobufSyncAction_proto_enumTypes[1].Descriptor() } func (MutationProps) Type() protoreflect.EnumType { return &file_waSyncAction_WAWebProtobufSyncAction_proto_enumTypes[1] } func (x MutationProps) Number() protoreflect.EnumNumber { return protoreflect.EnumNumber(x) } // Deprecated: Do not use. func (x *MutationProps) UnmarshalJSON(b []byte) error { num, err := protoimpl.X.UnmarshalJSONEnum(x.Descriptor(), b) if err != nil { return err } *x = MutationProps(num) return nil } // Deprecated: Use MutationProps.Descriptor instead. func (MutationProps) EnumDescriptor() ([]byte, []int) { return file_waSyncAction_WAWebProtobufSyncAction_proto_rawDescGZIP(), []int{1} } 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_WAWebProtobufSyncAction_proto_enumTypes[2].Descriptor() } func (CallLogRecord_CallType) Type() protoreflect.EnumType { return &file_waSyncAction_WAWebProtobufSyncAction_proto_enumTypes[2] } func (x CallLogRecord_CallType) Number() protoreflect.EnumNumber { return protoreflect.EnumNumber(x) } // Deprecated: Do not use. func (x *CallLogRecord_CallType) UnmarshalJSON(b []byte) error { num, err := protoimpl.X.UnmarshalJSONEnum(x.Descriptor(), b) if err != nil { return err } *x = CallLogRecord_CallType(num) return nil } // Deprecated: Use CallLogRecord_CallType.Descriptor instead. func (CallLogRecord_CallType) EnumDescriptor() ([]byte, []int) { return file_waSyncAction_WAWebProtobufSyncAction_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_WAWebProtobufSyncAction_proto_enumTypes[3].Descriptor() } func (CallLogRecord_SilenceReason) Type() protoreflect.EnumType { return &file_waSyncAction_WAWebProtobufSyncAction_proto_enumTypes[3] } func (x CallLogRecord_SilenceReason) Number() protoreflect.EnumNumber { return protoreflect.EnumNumber(x) } // Deprecated: Do not use. func (x *CallLogRecord_SilenceReason) UnmarshalJSON(b []byte) error { num, err := protoimpl.X.UnmarshalJSONEnum(x.Descriptor(), b) if err != nil { return err } *x = CallLogRecord_SilenceReason(num) return nil } // Deprecated: Use CallLogRecord_SilenceReason.Descriptor instead. func (CallLogRecord_SilenceReason) EnumDescriptor() ([]byte, []int) { return file_waSyncAction_WAWebProtobufSyncAction_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_WAWebProtobufSyncAction_proto_enumTypes[4].Descriptor() } func (CallLogRecord_CallResult) Type() protoreflect.EnumType { return &file_waSyncAction_WAWebProtobufSyncAction_proto_enumTypes[4] } func (x CallLogRecord_CallResult) Number() protoreflect.EnumNumber { return protoreflect.EnumNumber(x) } // Deprecated: Do not use. func (x *CallLogRecord_CallResult) UnmarshalJSON(b []byte) error { num, err := protoimpl.X.UnmarshalJSONEnum(x.Descriptor(), b) if err != nil { return err } *x = CallLogRecord_CallResult(num) return nil } // Deprecated: Use CallLogRecord_CallResult.Descriptor instead. func (CallLogRecord_CallResult) EnumDescriptor() ([]byte, []int) { return file_waSyncAction_WAWebProtobufSyncAction_proto_rawDescGZIP(), []int{0, 2} } type SettingsSyncAction_DisplayMode int32 const ( SettingsSyncAction_DISPLAY_MODE_UNKNOWN SettingsSyncAction_DisplayMode = 0 SettingsSyncAction_ALWAYS SettingsSyncAction_DisplayMode = 1 SettingsSyncAction_NEVER SettingsSyncAction_DisplayMode = 2 SettingsSyncAction_ONLY_WHEN_APP_IS_OPEN SettingsSyncAction_DisplayMode = 3 ) // Enum value maps for SettingsSyncAction_DisplayMode. var ( SettingsSyncAction_DisplayMode_name = map[int32]string{ 0: "DISPLAY_MODE_UNKNOWN", 1: "ALWAYS", 2: "NEVER", 3: "ONLY_WHEN_APP_IS_OPEN", } SettingsSyncAction_DisplayMode_value = map[string]int32{ "DISPLAY_MODE_UNKNOWN": 0, "ALWAYS": 1, "NEVER": 2, "ONLY_WHEN_APP_IS_OPEN": 3, } ) func (x SettingsSyncAction_DisplayMode) Enum() *SettingsSyncAction_DisplayMode { p := new(SettingsSyncAction_DisplayMode) *p = x return p } func (x SettingsSyncAction_DisplayMode) String() string { return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x)) } func (SettingsSyncAction_DisplayMode) Descriptor() protoreflect.EnumDescriptor { return file_waSyncAction_WAWebProtobufSyncAction_proto_enumTypes[5].Descriptor() } func (SettingsSyncAction_DisplayMode) Type() protoreflect.EnumType { return &file_waSyncAction_WAWebProtobufSyncAction_proto_enumTypes[5] } func (x SettingsSyncAction_DisplayMode) Number() protoreflect.EnumNumber { return protoreflect.EnumNumber(x) } // Deprecated: Do not use. func (x *SettingsSyncAction_DisplayMode) UnmarshalJSON(b []byte) error { num, err := protoimpl.X.UnmarshalJSONEnum(x.Descriptor(), b) if err != nil { return err } *x = SettingsSyncAction_DisplayMode(num) return nil } // Deprecated: Use SettingsSyncAction_DisplayMode.Descriptor instead. func (SettingsSyncAction_DisplayMode) EnumDescriptor() ([]byte, []int) { return file_waSyncAction_WAWebProtobufSyncAction_proto_rawDescGZIP(), []int{1, 0} } type SettingsSyncAction_SettingKey int32 const ( SettingsSyncAction_SETTING_KEY_UNKNOWN SettingsSyncAction_SettingKey = 0 SettingsSyncAction_START_AT_LOGIN SettingsSyncAction_SettingKey = 1 SettingsSyncAction_MINIMIZE_TO_TRAY SettingsSyncAction_SettingKey = 2 SettingsSyncAction_LANGUAGE SettingsSyncAction_SettingKey = 3 SettingsSyncAction_REPLACE_TEXT_WITH_EMOJI SettingsSyncAction_SettingKey = 4 SettingsSyncAction_BANNER_NOTIFICATION_DISPLAY_MODE SettingsSyncAction_SettingKey = 5 SettingsSyncAction_UNREAD_COUNTER_BADGE_DISPLAY_MODE SettingsSyncAction_SettingKey = 6 SettingsSyncAction_IS_MESSAGES_NOTIFICATION_ENABLED SettingsSyncAction_SettingKey = 7 SettingsSyncAction_IS_CALLS_NOTIFICATION_ENABLED SettingsSyncAction_SettingKey = 8 SettingsSyncAction_IS_REACTIONS_NOTIFICATION_ENABLED SettingsSyncAction_SettingKey = 9 SettingsSyncAction_IS_STATUS_REACTIONS_NOTIFICATION_ENABLED SettingsSyncAction_SettingKey = 10 SettingsSyncAction_IS_TEXT_PREVIEW_FOR_NOTIFICATION_ENABLED SettingsSyncAction_SettingKey = 11 SettingsSyncAction_DEFAULT_NOTIFICATION_TONE_ID SettingsSyncAction_SettingKey = 12 SettingsSyncAction_GROUP_DEFAULT_NOTIFICATION_TONE_ID SettingsSyncAction_SettingKey = 13 SettingsSyncAction_APP_THEME SettingsSyncAction_SettingKey = 14 SettingsSyncAction_WALLPAPER_ID SettingsSyncAction_SettingKey = 15 SettingsSyncAction_IS_DOODLE_WALLPAPER_ENABLED SettingsSyncAction_SettingKey = 16 SettingsSyncAction_FONT_SIZE SettingsSyncAction_SettingKey = 17 SettingsSyncAction_IS_PHOTOS_AUTODOWNLOAD_ENABLED SettingsSyncAction_SettingKey = 18 SettingsSyncAction_IS_AUDIOS_AUTODOWNLOAD_ENABLED SettingsSyncAction_SettingKey = 19 SettingsSyncAction_IS_VIDEOS_AUTODOWNLOAD_ENABLED SettingsSyncAction_SettingKey = 20 SettingsSyncAction_IS_DOCUMENTS_AUTODOWNLOAD_ENABLED SettingsSyncAction_SettingKey = 21 SettingsSyncAction_DISABLE_LINK_PREVIEWS SettingsSyncAction_SettingKey = 22 SettingsSyncAction_NOTIFICATION_TONE_ID SettingsSyncAction_SettingKey = 23 ) // Enum value maps for SettingsSyncAction_SettingKey. var ( SettingsSyncAction_SettingKey_name = map[int32]string{ 0: "SETTING_KEY_UNKNOWN", 1: "START_AT_LOGIN", 2: "MINIMIZE_TO_TRAY", 3: "LANGUAGE", 4: "REPLACE_TEXT_WITH_EMOJI", 5: "BANNER_NOTIFICATION_DISPLAY_MODE", 6: "UNREAD_COUNTER_BADGE_DISPLAY_MODE", 7: "IS_MESSAGES_NOTIFICATION_ENABLED", 8: "IS_CALLS_NOTIFICATION_ENABLED", 9: "IS_REACTIONS_NOTIFICATION_ENABLED", 10: "IS_STATUS_REACTIONS_NOTIFICATION_ENABLED", 11: "IS_TEXT_PREVIEW_FOR_NOTIFICATION_ENABLED", 12: "DEFAULT_NOTIFICATION_TONE_ID", 13: "GROUP_DEFAULT_NOTIFICATION_TONE_ID", 14: "APP_THEME", 15: "WALLPAPER_ID", 16: "IS_DOODLE_WALLPAPER_ENABLED", 17: "FONT_SIZE", 18: "IS_PHOTOS_AUTODOWNLOAD_ENABLED", 19: "IS_AUDIOS_AUTODOWNLOAD_ENABLED", 20: "IS_VIDEOS_AUTODOWNLOAD_ENABLED", 21: "IS_DOCUMENTS_AUTODOWNLOAD_ENABLED", 22: "DISABLE_LINK_PREVIEWS", 23: "NOTIFICATION_TONE_ID", } SettingsSyncAction_SettingKey_value = map[string]int32{ "SETTING_KEY_UNKNOWN": 0, "START_AT_LOGIN": 1, "MINIMIZE_TO_TRAY": 2, "LANGUAGE": 3, "REPLACE_TEXT_WITH_EMOJI": 4, "BANNER_NOTIFICATION_DISPLAY_MODE": 5, "UNREAD_COUNTER_BADGE_DISPLAY_MODE": 6, "IS_MESSAGES_NOTIFICATION_ENABLED": 7, "IS_CALLS_NOTIFICATION_ENABLED": 8, "IS_REACTIONS_NOTIFICATION_ENABLED": 9, "IS_STATUS_REACTIONS_NOTIFICATION_ENABLED": 10, "IS_TEXT_PREVIEW_FOR_NOTIFICATION_ENABLED": 11, "DEFAULT_NOTIFICATION_TONE_ID": 12, "GROUP_DEFAULT_NOTIFICATION_TONE_ID": 13, "APP_THEME": 14, "WALLPAPER_ID": 15, "IS_DOODLE_WALLPAPER_ENABLED": 16, "FONT_SIZE": 17, "IS_PHOTOS_AUTODOWNLOAD_ENABLED": 18, "IS_AUDIOS_AUTODOWNLOAD_ENABLED": 19, "IS_VIDEOS_AUTODOWNLOAD_ENABLED": 20, "IS_DOCUMENTS_AUTODOWNLOAD_ENABLED": 21, "DISABLE_LINK_PREVIEWS": 22, "NOTIFICATION_TONE_ID": 23, } ) func (x SettingsSyncAction_SettingKey) Enum() *SettingsSyncAction_SettingKey { p := new(SettingsSyncAction_SettingKey) *p = x return p } func (x SettingsSyncAction_SettingKey) String() string { return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x)) } func (SettingsSyncAction_SettingKey) Descriptor() protoreflect.EnumDescriptor { return file_waSyncAction_WAWebProtobufSyncAction_proto_enumTypes[6].Descriptor() } func (SettingsSyncAction_SettingKey) Type() protoreflect.EnumType { return &file_waSyncAction_WAWebProtobufSyncAction_proto_enumTypes[6] } func (x SettingsSyncAction_SettingKey) Number() protoreflect.EnumNumber { return protoreflect.EnumNumber(x) } // Deprecated: Do not use. func (x *SettingsSyncAction_SettingKey) UnmarshalJSON(b []byte) error { num, err := protoimpl.X.UnmarshalJSONEnum(x.Descriptor(), b) if err != nil { return err } *x = SettingsSyncAction_SettingKey(num) return nil } // Deprecated: Use SettingsSyncAction_SettingKey.Descriptor instead. func (SettingsSyncAction_SettingKey) EnumDescriptor() ([]byte, []int) { return file_waSyncAction_WAWebProtobufSyncAction_proto_rawDescGZIP(), []int{1, 1} } type SettingsSyncAction_SettingPlatform int32 const ( SettingsSyncAction_PLATFORM_UNKNOWN SettingsSyncAction_SettingPlatform = 0 SettingsSyncAction_WEB SettingsSyncAction_SettingPlatform = 1 SettingsSyncAction_HYBRID SettingsSyncAction_SettingPlatform = 2 SettingsSyncAction_WINDOWS SettingsSyncAction_SettingPlatform = 3 SettingsSyncAction_MAC SettingsSyncAction_SettingPlatform = 4 ) // Enum value maps for SettingsSyncAction_SettingPlatform. var ( SettingsSyncAction_SettingPlatform_name = map[int32]string{ 0: "PLATFORM_UNKNOWN", 1: "WEB", 2: "HYBRID", 3: "WINDOWS", 4: "MAC", } SettingsSyncAction_SettingPlatform_value = map[string]int32{ "PLATFORM_UNKNOWN": 0, "WEB": 1, "HYBRID": 2, "WINDOWS": 3, "MAC": 4, } ) func (x SettingsSyncAction_SettingPlatform) Enum() *SettingsSyncAction_SettingPlatform { p := new(SettingsSyncAction_SettingPlatform) *p = x return p } func (x SettingsSyncAction_SettingPlatform) String() string { return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x)) } func (SettingsSyncAction_SettingPlatform) Descriptor() protoreflect.EnumDescriptor { return file_waSyncAction_WAWebProtobufSyncAction_proto_enumTypes[7].Descriptor() } func (SettingsSyncAction_SettingPlatform) Type() protoreflect.EnumType { return &file_waSyncAction_WAWebProtobufSyncAction_proto_enumTypes[7] } func (x SettingsSyncAction_SettingPlatform) Number() protoreflect.EnumNumber { return protoreflect.EnumNumber(x) } // Deprecated: Do not use. func (x *SettingsSyncAction_SettingPlatform) UnmarshalJSON(b []byte) error { num, err := protoimpl.X.UnmarshalJSONEnum(x.Descriptor(), b) if err != nil { return err } *x = SettingsSyncAction_SettingPlatform(num) return nil } // Deprecated: Use SettingsSyncAction_SettingPlatform.Descriptor instead. func (SettingsSyncAction_SettingPlatform) EnumDescriptor() ([]byte, []int) { return file_waSyncAction_WAWebProtobufSyncAction_proto_rawDescGZIP(), []int{1, 2} } type InteractiveMessageAction_InteractiveMessageActionMode int32 const ( InteractiveMessageAction_DISABLE_CTA InteractiveMessageAction_InteractiveMessageActionMode = 1 ) // Enum value maps for InteractiveMessageAction_InteractiveMessageActionMode. var ( InteractiveMessageAction_InteractiveMessageActionMode_name = map[int32]string{ 1: "DISABLE_CTA", } InteractiveMessageAction_InteractiveMessageActionMode_value = map[string]int32{ "DISABLE_CTA": 1, } ) func (x InteractiveMessageAction_InteractiveMessageActionMode) Enum() *InteractiveMessageAction_InteractiveMessageActionMode { p := new(InteractiveMessageAction_InteractiveMessageActionMode) *p = x return p } func (x InteractiveMessageAction_InteractiveMessageActionMode) String() string { return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x)) } func (InteractiveMessageAction_InteractiveMessageActionMode) Descriptor() protoreflect.EnumDescriptor { return file_waSyncAction_WAWebProtobufSyncAction_proto_enumTypes[8].Descriptor() } func (InteractiveMessageAction_InteractiveMessageActionMode) Type() protoreflect.EnumType { return &file_waSyncAction_WAWebProtobufSyncAction_proto_enumTypes[8] } func (x InteractiveMessageAction_InteractiveMessageActionMode) Number() protoreflect.EnumNumber { return protoreflect.EnumNumber(x) } // Deprecated: Do not use. func (x *InteractiveMessageAction_InteractiveMessageActionMode) UnmarshalJSON(b []byte) error { num, err := protoimpl.X.UnmarshalJSONEnum(x.Descriptor(), b) if err != nil { return err } *x = InteractiveMessageAction_InteractiveMessageActionMode(num) return nil } // Deprecated: Use InteractiveMessageAction_InteractiveMessageActionMode.Descriptor instead. func (InteractiveMessageAction_InteractiveMessageActionMode) EnumDescriptor() ([]byte, []int) { return file_waSyncAction_WAWebProtobufSyncAction_proto_rawDescGZIP(), []int{2, 0} } type PrivateProcessingSettingAction_PrivateProcessingStatus int32 const ( PrivateProcessingSettingAction_UNDEFINED PrivateProcessingSettingAction_PrivateProcessingStatus = 0 PrivateProcessingSettingAction_ENABLED PrivateProcessingSettingAction_PrivateProcessingStatus = 1 PrivateProcessingSettingAction_DISABLED PrivateProcessingSettingAction_PrivateProcessingStatus = 2 ) // Enum value maps for PrivateProcessingSettingAction_PrivateProcessingStatus. var ( PrivateProcessingSettingAction_PrivateProcessingStatus_name = map[int32]string{ 0: "UNDEFINED", 1: "ENABLED", 2: "DISABLED", } PrivateProcessingSettingAction_PrivateProcessingStatus_value = map[string]int32{ "UNDEFINED": 0, "ENABLED": 1, "DISABLED": 2, } ) func (x PrivateProcessingSettingAction_PrivateProcessingStatus) Enum() *PrivateProcessingSettingAction_PrivateProcessingStatus { p := new(PrivateProcessingSettingAction_PrivateProcessingStatus) *p = x return p } func (x PrivateProcessingSettingAction_PrivateProcessingStatus) String() string { return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x)) } func (PrivateProcessingSettingAction_PrivateProcessingStatus) Descriptor() protoreflect.EnumDescriptor { return file_waSyncAction_WAWebProtobufSyncAction_proto_enumTypes[9].Descriptor() } func (PrivateProcessingSettingAction_PrivateProcessingStatus) Type() protoreflect.EnumType { return &file_waSyncAction_WAWebProtobufSyncAction_proto_enumTypes[9] } func (x PrivateProcessingSettingAction_PrivateProcessingStatus) Number() protoreflect.EnumNumber { return protoreflect.EnumNumber(x) } // Deprecated: Do not use. func (x *PrivateProcessingSettingAction_PrivateProcessingStatus) UnmarshalJSON(b []byte) error { num, err := protoimpl.X.UnmarshalJSONEnum(x.Descriptor(), b) if err != nil { return err } *x = PrivateProcessingSettingAction_PrivateProcessingStatus(num) return nil } // Deprecated: Use PrivateProcessingSettingAction_PrivateProcessingStatus.Descriptor instead. func (PrivateProcessingSettingAction_PrivateProcessingStatus) EnumDescriptor() ([]byte, []int) { return file_waSyncAction_WAWebProtobufSyncAction_proto_rawDescGZIP(), []int{3, 0} } type AvatarUpdatedAction_AvatarEventType int32 const ( AvatarUpdatedAction_UPDATED AvatarUpdatedAction_AvatarEventType = 0 AvatarUpdatedAction_CREATED AvatarUpdatedAction_AvatarEventType = 1 AvatarUpdatedAction_DELETED AvatarUpdatedAction_AvatarEventType = 2 ) // Enum value maps for AvatarUpdatedAction_AvatarEventType. var ( AvatarUpdatedAction_AvatarEventType_name = map[int32]string{ 0: "UPDATED", 1: "CREATED", 2: "DELETED", } AvatarUpdatedAction_AvatarEventType_value = map[string]int32{ "UPDATED": 0, "CREATED": 1, "DELETED": 2, } ) func (x AvatarUpdatedAction_AvatarEventType) Enum() *AvatarUpdatedAction_AvatarEventType { p := new(AvatarUpdatedAction_AvatarEventType) *p = x return p } func (x AvatarUpdatedAction_AvatarEventType) String() string { return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x)) } func (AvatarUpdatedAction_AvatarEventType) Descriptor() protoreflect.EnumDescriptor { return file_waSyncAction_WAWebProtobufSyncAction_proto_enumTypes[10].Descriptor() } func (AvatarUpdatedAction_AvatarEventType) Type() protoreflect.EnumType { return &file_waSyncAction_WAWebProtobufSyncAction_proto_enumTypes[10] } func (x AvatarUpdatedAction_AvatarEventType) Number() protoreflect.EnumNumber { return protoreflect.EnumNumber(x) } // Deprecated: Do not use. func (x *AvatarUpdatedAction_AvatarEventType) UnmarshalJSON(b []byte) error { num, err := protoimpl.X.UnmarshalJSONEnum(x.Descriptor(), b) if err != nil { return err } *x = AvatarUpdatedAction_AvatarEventType(num) return nil } // Deprecated: Use AvatarUpdatedAction_AvatarEventType.Descriptor instead. func (AvatarUpdatedAction_AvatarEventType) EnumDescriptor() ([]byte, []int) { return file_waSyncAction_WAWebProtobufSyncAction_proto_rawDescGZIP(), []int{4, 0} } type MaibaAIFeaturesControlAction_MaibaAIFeatureStatus int32 const ( MaibaAIFeaturesControlAction_ENABLED MaibaAIFeaturesControlAction_MaibaAIFeatureStatus = 0 MaibaAIFeaturesControlAction_ENABLED_HAS_LEARNING MaibaAIFeaturesControlAction_MaibaAIFeatureStatus = 1 MaibaAIFeaturesControlAction_DISABLED MaibaAIFeaturesControlAction_MaibaAIFeatureStatus = 2 ) // Enum value maps for MaibaAIFeaturesControlAction_MaibaAIFeatureStatus. var ( MaibaAIFeaturesControlAction_MaibaAIFeatureStatus_name = map[int32]string{ 0: "ENABLED", 1: "ENABLED_HAS_LEARNING", 2: "DISABLED", } MaibaAIFeaturesControlAction_MaibaAIFeatureStatus_value = map[string]int32{ "ENABLED": 0, "ENABLED_HAS_LEARNING": 1, "DISABLED": 2, } ) func (x MaibaAIFeaturesControlAction_MaibaAIFeatureStatus) Enum() *MaibaAIFeaturesControlAction_MaibaAIFeatureStatus { p := new(MaibaAIFeaturesControlAction_MaibaAIFeatureStatus) *p = x return p } func (x MaibaAIFeaturesControlAction_MaibaAIFeatureStatus) String() string { return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x)) } func (MaibaAIFeaturesControlAction_MaibaAIFeatureStatus) Descriptor() protoreflect.EnumDescriptor { return file_waSyncAction_WAWebProtobufSyncAction_proto_enumTypes[11].Descriptor() } func (MaibaAIFeaturesControlAction_MaibaAIFeatureStatus) Type() protoreflect.EnumType { return &file_waSyncAction_WAWebProtobufSyncAction_proto_enumTypes[11] } func (x MaibaAIFeaturesControlAction_MaibaAIFeatureStatus) Number() protoreflect.EnumNumber { return protoreflect.EnumNumber(x) } // Deprecated: Do not use. func (x *MaibaAIFeaturesControlAction_MaibaAIFeatureStatus) UnmarshalJSON(b []byte) error { num, err := protoimpl.X.UnmarshalJSONEnum(x.Descriptor(), b) if err != nil { return err } *x = MaibaAIFeaturesControlAction_MaibaAIFeatureStatus(num) return nil } // Deprecated: Use MaibaAIFeaturesControlAction_MaibaAIFeatureStatus.Descriptor instead. func (MaibaAIFeaturesControlAction_MaibaAIFeatureStatus) EnumDescriptor() ([]byte, []int) { return file_waSyncAction_WAWebProtobufSyncAction_proto_rawDescGZIP(), []int{5, 0} } type PaymentTosAction_PaymentNotice int32 const ( PaymentTosAction_BR_PAY_PRIVACY_POLICY PaymentTosAction_PaymentNotice = 0 ) // Enum value maps for PaymentTosAction_PaymentNotice. var ( PaymentTosAction_PaymentNotice_name = map[int32]string{ 0: "BR_PAY_PRIVACY_POLICY", } PaymentTosAction_PaymentNotice_value = map[string]int32{ "BR_PAY_PRIVACY_POLICY": 0, } ) func (x PaymentTosAction_PaymentNotice) Enum() *PaymentTosAction_PaymentNotice { p := new(PaymentTosAction_PaymentNotice) *p = x return p } func (x PaymentTosAction_PaymentNotice) String() string { return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x)) } func (PaymentTosAction_PaymentNotice) Descriptor() protoreflect.EnumDescriptor { return file_waSyncAction_WAWebProtobufSyncAction_proto_enumTypes[12].Descriptor() } func (PaymentTosAction_PaymentNotice) Type() protoreflect.EnumType { return &file_waSyncAction_WAWebProtobufSyncAction_proto_enumTypes[12] } func (x PaymentTosAction_PaymentNotice) Number() protoreflect.EnumNumber { return protoreflect.EnumNumber(x) } // Deprecated: Do not use. func (x *PaymentTosAction_PaymentNotice) UnmarshalJSON(b []byte) error { num, err := protoimpl.X.UnmarshalJSONEnum(x.Descriptor(), b) if err != nil { return err } *x = PaymentTosAction_PaymentNotice(num) return nil } // Deprecated: Use PaymentTosAction_PaymentNotice.Descriptor instead. func (PaymentTosAction_PaymentNotice) EnumDescriptor() ([]byte, []int) { return file_waSyncAction_WAWebProtobufSyncAction_proto_rawDescGZIP(), []int{6, 0} } type NotificationActivitySettingAction_NotificationActivitySetting int32 const ( NotificationActivitySettingAction_DEFAULT_ALL_MESSAGES NotificationActivitySettingAction_NotificationActivitySetting = 0 NotificationActivitySettingAction_ALL_MESSAGES NotificationActivitySettingAction_NotificationActivitySetting = 1 NotificationActivitySettingAction_HIGHLIGHTS NotificationActivitySettingAction_NotificationActivitySetting = 2 NotificationActivitySettingAction_DEFAULT_HIGHLIGHTS NotificationActivitySettingAction_NotificationActivitySetting = 3 ) // Enum value maps for NotificationActivitySettingAction_NotificationActivitySetting. var ( NotificationActivitySettingAction_NotificationActivitySetting_name = map[int32]string{ 0: "DEFAULT_ALL_MESSAGES", 1: "ALL_MESSAGES", 2: "HIGHLIGHTS", 3: "DEFAULT_HIGHLIGHTS", } NotificationActivitySettingAction_NotificationActivitySetting_value = map[string]int32{ "DEFAULT_ALL_MESSAGES": 0, "ALL_MESSAGES": 1, "HIGHLIGHTS": 2, "DEFAULT_HIGHLIGHTS": 3, } ) func (x NotificationActivitySettingAction_NotificationActivitySetting) Enum() *NotificationActivitySettingAction_NotificationActivitySetting { p := new(NotificationActivitySettingAction_NotificationActivitySetting) *p = x return p } func (x NotificationActivitySettingAction_NotificationActivitySetting) String() string { return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x)) } func (NotificationActivitySettingAction_NotificationActivitySetting) Descriptor() protoreflect.EnumDescriptor { return file_waSyncAction_WAWebProtobufSyncAction_proto_enumTypes[13].Descriptor() } func (NotificationActivitySettingAction_NotificationActivitySetting) Type() protoreflect.EnumType { return &file_waSyncAction_WAWebProtobufSyncAction_proto_enumTypes[13] } func (x NotificationActivitySettingAction_NotificationActivitySetting) Number() protoreflect.EnumNumber { return protoreflect.EnumNumber(x) } // Deprecated: Do not use. func (x *NotificationActivitySettingAction_NotificationActivitySetting) UnmarshalJSON(b []byte) error { num, err := protoimpl.X.UnmarshalJSONEnum(x.Descriptor(), b) if err != nil { return err } *x = NotificationActivitySettingAction_NotificationActivitySetting(num) return nil } // Deprecated: Use NotificationActivitySettingAction_NotificationActivitySetting.Descriptor instead. func (NotificationActivitySettingAction_NotificationActivitySetting) EnumDescriptor() ([]byte, []int) { return file_waSyncAction_WAWebProtobufSyncAction_proto_rawDescGZIP(), []int{7, 0} } type WaffleAccountLinkStateAction_AccountLinkState int32 const ( WaffleAccountLinkStateAction_ACTIVE WaffleAccountLinkStateAction_AccountLinkState = 0 WaffleAccountLinkStateAction_PAUSED WaffleAccountLinkStateAction_AccountLinkState = 1 WaffleAccountLinkStateAction_UNLINKED WaffleAccountLinkStateAction_AccountLinkState = 2 ) // Enum value maps for WaffleAccountLinkStateAction_AccountLinkState. var ( WaffleAccountLinkStateAction_AccountLinkState_name = map[int32]string{ 0: "ACTIVE", 1: "PAUSED", 2: "UNLINKED", } WaffleAccountLinkStateAction_AccountLinkState_value = map[string]int32{ "ACTIVE": 0, "PAUSED": 1, "UNLINKED": 2, } ) func (x WaffleAccountLinkStateAction_AccountLinkState) Enum() *WaffleAccountLinkStateAction_AccountLinkState { p := new(WaffleAccountLinkStateAction_AccountLinkState) *p = x return p } func (x WaffleAccountLinkStateAction_AccountLinkState) String() string { return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x)) } func (WaffleAccountLinkStateAction_AccountLinkState) Descriptor() protoreflect.EnumDescriptor { return file_waSyncAction_WAWebProtobufSyncAction_proto_enumTypes[14].Descriptor() } func (WaffleAccountLinkStateAction_AccountLinkState) Type() protoreflect.EnumType { return &file_waSyncAction_WAWebProtobufSyncAction_proto_enumTypes[14] } func (x WaffleAccountLinkStateAction_AccountLinkState) Number() protoreflect.EnumNumber { return protoreflect.EnumNumber(x) } // Deprecated: Do not use. func (x *WaffleAccountLinkStateAction_AccountLinkState) UnmarshalJSON(b []byte) error { num, err := protoimpl.X.UnmarshalJSONEnum(x.Descriptor(), b) if err != nil { return err } *x = WaffleAccountLinkStateAction_AccountLinkState(num) return nil } // Deprecated: Use WaffleAccountLinkStateAction_AccountLinkState.Descriptor instead. func (WaffleAccountLinkStateAction_AccountLinkState) EnumDescriptor() ([]byte, []int) { return file_waSyncAction_WAWebProtobufSyncAction_proto_rawDescGZIP(), []int{8, 0} } type MerchantPaymentPartnerAction_Status int32 const ( MerchantPaymentPartnerAction_ACTIVE MerchantPaymentPartnerAction_Status = 0 MerchantPaymentPartnerAction_INACTIVE MerchantPaymentPartnerAction_Status = 1 ) // Enum value maps for MerchantPaymentPartnerAction_Status. var ( MerchantPaymentPartnerAction_Status_name = map[int32]string{ 0: "ACTIVE", 1: "INACTIVE", } MerchantPaymentPartnerAction_Status_value = map[string]int32{ "ACTIVE": 0, "INACTIVE": 1, } ) func (x MerchantPaymentPartnerAction_Status) Enum() *MerchantPaymentPartnerAction_Status { p := new(MerchantPaymentPartnerAction_Status) *p = x return p } func (x MerchantPaymentPartnerAction_Status) String() string { return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x)) } func (MerchantPaymentPartnerAction_Status) Descriptor() protoreflect.EnumDescriptor { return file_waSyncAction_WAWebProtobufSyncAction_proto_enumTypes[15].Descriptor() } func (MerchantPaymentPartnerAction_Status) Type() protoreflect.EnumType { return &file_waSyncAction_WAWebProtobufSyncAction_proto_enumTypes[15] } func (x MerchantPaymentPartnerAction_Status) Number() protoreflect.EnumNumber { return protoreflect.EnumNumber(x) } // Deprecated: Do not use. func (x *MerchantPaymentPartnerAction_Status) UnmarshalJSON(b []byte) error { num, err := protoimpl.X.UnmarshalJSONEnum(x.Descriptor(), b) if err != nil { return err } *x = MerchantPaymentPartnerAction_Status(num) return nil } // Deprecated: Use MerchantPaymentPartnerAction_Status.Descriptor instead. func (MerchantPaymentPartnerAction_Status) EnumDescriptor() ([]byte, []int) { return file_waSyncAction_WAWebProtobufSyncAction_proto_rawDescGZIP(), []int{9, 0} } type NoteEditAction_NoteType int32 const ( NoteEditAction_UNSTRUCTURED NoteEditAction_NoteType = 1 NoteEditAction_STRUCTURED NoteEditAction_NoteType = 2 ) // Enum value maps for NoteEditAction_NoteType. var ( NoteEditAction_NoteType_name = map[int32]string{ 1: "UNSTRUCTURED", 2: "STRUCTURED", } NoteEditAction_NoteType_value = map[string]int32{ "UNSTRUCTURED": 1, "STRUCTURED": 2, } ) func (x NoteEditAction_NoteType) Enum() *NoteEditAction_NoteType { p := new(NoteEditAction_NoteType) *p = x return p } func (x NoteEditAction_NoteType) String() string { return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x)) } func (NoteEditAction_NoteType) Descriptor() protoreflect.EnumDescriptor { return file_waSyncAction_WAWebProtobufSyncAction_proto_enumTypes[16].Descriptor() } func (NoteEditAction_NoteType) Type() protoreflect.EnumType { return &file_waSyncAction_WAWebProtobufSyncAction_proto_enumTypes[16] } func (x NoteEditAction_NoteType) Number() protoreflect.EnumNumber { return protoreflect.EnumNumber(x) } // Deprecated: Do not use. func (x *NoteEditAction_NoteType) UnmarshalJSON(b []byte) error { num, err := protoimpl.X.UnmarshalJSONEnum(x.Descriptor(), b) if err != nil { return err } *x = NoteEditAction_NoteType(num) return nil } // Deprecated: Use NoteEditAction_NoteType.Descriptor instead. func (NoteEditAction_NoteType) EnumDescriptor() ([]byte, []int) { return file_waSyncAction_WAWebProtobufSyncAction_proto_rawDescGZIP(), []int{10, 0} } type StatusPrivacyAction_StatusDistributionMode int32 const ( StatusPrivacyAction_ALLOW_LIST StatusPrivacyAction_StatusDistributionMode = 0 StatusPrivacyAction_DENY_LIST StatusPrivacyAction_StatusDistributionMode = 1 StatusPrivacyAction_CONTACTS StatusPrivacyAction_StatusDistributionMode = 2 StatusPrivacyAction_CLOSE_FRIENDS StatusPrivacyAction_StatusDistributionMode = 3 ) // Enum value maps for StatusPrivacyAction_StatusDistributionMode. var ( StatusPrivacyAction_StatusDistributionMode_name = map[int32]string{ 0: "ALLOW_LIST", 1: "DENY_LIST", 2: "CONTACTS", 3: "CLOSE_FRIENDS", } StatusPrivacyAction_StatusDistributionMode_value = map[string]int32{ "ALLOW_LIST": 0, "DENY_LIST": 1, "CONTACTS": 2, "CLOSE_FRIENDS": 3, } ) func (x StatusPrivacyAction_StatusDistributionMode) Enum() *StatusPrivacyAction_StatusDistributionMode { p := new(StatusPrivacyAction_StatusDistributionMode) *p = x return p } func (x StatusPrivacyAction_StatusDistributionMode) String() string { return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x)) } func (StatusPrivacyAction_StatusDistributionMode) Descriptor() protoreflect.EnumDescriptor { return file_waSyncAction_WAWebProtobufSyncAction_proto_enumTypes[17].Descriptor() } func (StatusPrivacyAction_StatusDistributionMode) Type() protoreflect.EnumType { return &file_waSyncAction_WAWebProtobufSyncAction_proto_enumTypes[17] } func (x StatusPrivacyAction_StatusDistributionMode) Number() protoreflect.EnumNumber { return protoreflect.EnumNumber(x) } // Deprecated: Do not use. func (x *StatusPrivacyAction_StatusDistributionMode) UnmarshalJSON(b []byte) error { num, err := protoimpl.X.UnmarshalJSONEnum(x.Descriptor(), b) if err != nil { return err } *x = StatusPrivacyAction_StatusDistributionMode(num) return nil } // Deprecated: Use StatusPrivacyAction_StatusDistributionMode.Descriptor instead. func (StatusPrivacyAction_StatusDistributionMode) EnumDescriptor() ([]byte, []int) { return file_waSyncAction_WAWebProtobufSyncAction_proto_rawDescGZIP(), []int{11, 0} } type MarketingMessageAction_MarketingMessagePrototypeType int32 const ( MarketingMessageAction_PERSONALIZED MarketingMessageAction_MarketingMessagePrototypeType = 0 ) // Enum value maps for MarketingMessageAction_MarketingMessagePrototypeType. var ( MarketingMessageAction_MarketingMessagePrototypeType_name = map[int32]string{ 0: "PERSONALIZED", } MarketingMessageAction_MarketingMessagePrototypeType_value = map[string]int32{ "PERSONALIZED": 0, } ) func (x MarketingMessageAction_MarketingMessagePrototypeType) Enum() *MarketingMessageAction_MarketingMessagePrototypeType { p := new(MarketingMessageAction_MarketingMessagePrototypeType) *p = x return p } func (x MarketingMessageAction_MarketingMessagePrototypeType) String() string { return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x)) } func (MarketingMessageAction_MarketingMessagePrototypeType) Descriptor() protoreflect.EnumDescriptor { return file_waSyncAction_WAWebProtobufSyncAction_proto_enumTypes[18].Descriptor() } func (MarketingMessageAction_MarketingMessagePrototypeType) Type() protoreflect.EnumType { return &file_waSyncAction_WAWebProtobufSyncAction_proto_enumTypes[18] } func (x MarketingMessageAction_MarketingMessagePrototypeType) Number() protoreflect.EnumNumber { return protoreflect.EnumNumber(x) } // Deprecated: Do not use. func (x *MarketingMessageAction_MarketingMessagePrototypeType) UnmarshalJSON(b []byte) error { num, err := protoimpl.X.UnmarshalJSONEnum(x.Descriptor(), b) if err != nil { return err } *x = MarketingMessageAction_MarketingMessagePrototypeType(num) return nil } // Deprecated: Use MarketingMessageAction_MarketingMessagePrototypeType.Descriptor instead. func (MarketingMessageAction_MarketingMessagePrototypeType) EnumDescriptor() ([]byte, []int) { return file_waSyncAction_WAWebProtobufSyncAction_proto_rawDescGZIP(), []int{12, 0} } type UsernameChatStartModeAction_ChatStartMode int32 const ( UsernameChatStartModeAction_LID UsernameChatStartModeAction_ChatStartMode = 1 UsernameChatStartModeAction_PN UsernameChatStartModeAction_ChatStartMode = 2 ) // Enum value maps for UsernameChatStartModeAction_ChatStartMode. var ( UsernameChatStartModeAction_ChatStartMode_name = map[int32]string{ 1: "LID", 2: "PN", } UsernameChatStartModeAction_ChatStartMode_value = map[string]int32{ "LID": 1, "PN": 2, } ) func (x UsernameChatStartModeAction_ChatStartMode) Enum() *UsernameChatStartModeAction_ChatStartMode { p := new(UsernameChatStartModeAction_ChatStartMode) *p = x return p } func (x UsernameChatStartModeAction_ChatStartMode) String() string { return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x)) } func (UsernameChatStartModeAction_ChatStartMode) Descriptor() protoreflect.EnumDescriptor { return file_waSyncAction_WAWebProtobufSyncAction_proto_enumTypes[19].Descriptor() } func (UsernameChatStartModeAction_ChatStartMode) Type() protoreflect.EnumType { return &file_waSyncAction_WAWebProtobufSyncAction_proto_enumTypes[19] } func (x UsernameChatStartModeAction_ChatStartMode) Number() protoreflect.EnumNumber { return protoreflect.EnumNumber(x) } // Deprecated: Do not use. func (x *UsernameChatStartModeAction_ChatStartMode) UnmarshalJSON(b []byte) error { num, err := protoimpl.X.UnmarshalJSONEnum(x.Descriptor(), b) if err != nil { return err } *x = UsernameChatStartModeAction_ChatStartMode(num) return nil } // Deprecated: Use UsernameChatStartModeAction_ChatStartMode.Descriptor instead. func (UsernameChatStartModeAction_ChatStartMode) EnumDescriptor() ([]byte, []int) { return file_waSyncAction_WAWebProtobufSyncAction_proto_rawDescGZIP(), []int{13, 0} } type LabelEditAction_ListType int32 const ( LabelEditAction_NONE LabelEditAction_ListType = 0 LabelEditAction_UNREAD LabelEditAction_ListType = 1 LabelEditAction_GROUPS LabelEditAction_ListType = 2 LabelEditAction_FAVORITES LabelEditAction_ListType = 3 LabelEditAction_PREDEFINED LabelEditAction_ListType = 4 LabelEditAction_CUSTOM LabelEditAction_ListType = 5 LabelEditAction_COMMUNITY LabelEditAction_ListType = 6 LabelEditAction_SERVER_ASSIGNED LabelEditAction_ListType = 7 LabelEditAction_DRAFTED LabelEditAction_ListType = 8 LabelEditAction_AI_HANDOFF LabelEditAction_ListType = 9 ) // Enum value maps for LabelEditAction_ListType. var ( LabelEditAction_ListType_name = map[int32]string{ 0: "NONE", 1: "UNREAD", 2: "GROUPS", 3: "FAVORITES", 4: "PREDEFINED", 5: "CUSTOM", 6: "COMMUNITY", 7: "SERVER_ASSIGNED", 8: "DRAFTED", 9: "AI_HANDOFF", } LabelEditAction_ListType_value = map[string]int32{ "NONE": 0, "UNREAD": 1, "GROUPS": 2, "FAVORITES": 3, "PREDEFINED": 4, "CUSTOM": 5, "COMMUNITY": 6, "SERVER_ASSIGNED": 7, "DRAFTED": 8, "AI_HANDOFF": 9, } ) func (x LabelEditAction_ListType) Enum() *LabelEditAction_ListType { p := new(LabelEditAction_ListType) *p = x return p } func (x LabelEditAction_ListType) String() string { return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x)) } func (LabelEditAction_ListType) Descriptor() protoreflect.EnumDescriptor { return file_waSyncAction_WAWebProtobufSyncAction_proto_enumTypes[20].Descriptor() } func (LabelEditAction_ListType) Type() protoreflect.EnumType { return &file_waSyncAction_WAWebProtobufSyncAction_proto_enumTypes[20] } func (x LabelEditAction_ListType) Number() protoreflect.EnumNumber { return protoreflect.EnumNumber(x) } // Deprecated: Do not use. func (x *LabelEditAction_ListType) UnmarshalJSON(b []byte) error { num, err := protoimpl.X.UnmarshalJSONEnum(x.Descriptor(), b) if err != nil { return err } *x = LabelEditAction_ListType(num) return nil } // Deprecated: Use LabelEditAction_ListType.Descriptor instead. func (LabelEditAction_ListType) EnumDescriptor() ([]byte, []int) { return file_waSyncAction_WAWebProtobufSyncAction_proto_rawDescGZIP(), []int{14, 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 PatchDebugData_IPAD PatchDebugData_Platform = 7 PatchDebugData_WEAROS PatchDebugData_Platform = 8 PatchDebugData_WASG PatchDebugData_Platform = 9 PatchDebugData_WEARM PatchDebugData_Platform = 10 PatchDebugData_CAPI PatchDebugData_Platform = 11 ) // 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", 7: "IPAD", 8: "WEAROS", 9: "WASG", 10: "WEARM", 11: "CAPI", } PatchDebugData_Platform_value = map[string]int32{ "ANDROID": 0, "SMBA": 1, "IPHONE": 2, "SMBI": 3, "WEB": 4, "UWP": 5, "DARWIN": 6, "IPAD": 7, "WEAROS": 8, "WASG": 9, "WEARM": 10, "CAPI": 11, } ) 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_WAWebProtobufSyncAction_proto_enumTypes[21].Descriptor() } func (PatchDebugData_Platform) Type() protoreflect.EnumType { return &file_waSyncAction_WAWebProtobufSyncAction_proto_enumTypes[21] } func (x PatchDebugData_Platform) Number() protoreflect.EnumNumber { return protoreflect.EnumNumber(x) } // Deprecated: Do not use. func (x *PatchDebugData_Platform) UnmarshalJSON(b []byte) error { num, err := protoimpl.X.UnmarshalJSONEnum(x.Descriptor(), b) if err != nil { return err } *x = PatchDebugData_Platform(num) return nil } // Deprecated: Use PatchDebugData_Platform.Descriptor instead. func (PatchDebugData_Platform) EnumDescriptor() ([]byte, []int) { return file_waSyncAction_WAWebProtobufSyncAction_proto_rawDescGZIP(), []int{15, 0} } type CallLogRecord struct { state protoimpl.MessageState `protogen:"open.v1"` CallResult *CallLogRecord_CallResult `protobuf:"varint,1,opt,name=callResult,enum=WAWebProtobufSyncAction.CallLogRecord_CallResult" json:"callResult,omitempty"` IsDndMode *bool `protobuf:"varint,2,opt,name=isDndMode" json:"isDndMode,omitempty"` SilenceReason *CallLogRecord_SilenceReason `protobuf:"varint,3,opt,name=silenceReason,enum=WAWebProtobufSyncAction.CallLogRecord_SilenceReason" json:"silenceReason,omitempty"` Duration *int64 `protobuf:"varint,4,opt,name=duration" json:"duration,omitempty"` StartTime *int64 `protobuf:"varint,5,opt,name=startTime" json:"startTime,omitempty"` IsIncoming *bool `protobuf:"varint,6,opt,name=isIncoming" json:"isIncoming,omitempty"` IsVideo *bool `protobuf:"varint,7,opt,name=isVideo" json:"isVideo,omitempty"` IsCallLink *bool `protobuf:"varint,8,opt,name=isCallLink" json:"isCallLink,omitempty"` CallLinkToken *string `protobuf:"bytes,9,opt,name=callLinkToken" json:"callLinkToken,omitempty"` ScheduledCallID *string `protobuf:"bytes,10,opt,name=scheduledCallID" json:"scheduledCallID,omitempty"` CallID *string `protobuf:"bytes,11,opt,name=callID" json:"callID,omitempty"` CallCreatorJID *string `protobuf:"bytes,12,opt,name=callCreatorJID" json:"callCreatorJID,omitempty"` GroupJID *string `protobuf:"bytes,13,opt,name=groupJID" json:"groupJID,omitempty"` Participants []*CallLogRecord_ParticipantInfo `protobuf:"bytes,14,rep,name=participants" json:"participants,omitempty"` CallType *CallLogRecord_CallType `protobuf:"varint,15,opt,name=callType,enum=WAWebProtobufSyncAction.CallLogRecord_CallType" json:"callType,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } func (x *CallLogRecord) Reset() { *x = CallLogRecord{} mi := &file_waSyncAction_WAWebProtobufSyncAction_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_WAWebProtobufSyncAction_proto_msgTypes[0] if 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_WAWebProtobufSyncAction_proto_rawDescGZIP(), []int{0} } func (x *CallLogRecord) GetCallResult() CallLogRecord_CallResult { if x != nil && x.CallResult != nil { return *x.CallResult } return CallLogRecord_CONNECTED } func (x *CallLogRecord) GetIsDndMode() bool { if x != nil && x.IsDndMode != nil { return *x.IsDndMode } return false } func (x *CallLogRecord) GetSilenceReason() CallLogRecord_SilenceReason { if x != nil && x.SilenceReason != nil { return *x.SilenceReason } return CallLogRecord_NONE } func (x *CallLogRecord) GetDuration() int64 { if x != nil && x.Duration != nil { return *x.Duration } return 0 } func (x *CallLogRecord) GetStartTime() int64 { if x != nil && x.StartTime != nil { return *x.StartTime } return 0 } func (x *CallLogRecord) GetIsIncoming() bool { if x != nil && x.IsIncoming != nil { return *x.IsIncoming } return false } func (x *CallLogRecord) GetIsVideo() bool { if x != nil && x.IsVideo != nil { return *x.IsVideo } return false } func (x *CallLogRecord) GetIsCallLink() bool { if x != nil && x.IsCallLink != nil { return *x.IsCallLink } return false } func (x *CallLogRecord) GetCallLinkToken() string { if x != nil && x.CallLinkToken != nil { return *x.CallLinkToken } return "" } func (x *CallLogRecord) GetScheduledCallID() string { if x != nil && x.ScheduledCallID != nil { return *x.ScheduledCallID } return "" } func (x *CallLogRecord) GetCallID() string { if x != nil && x.CallID != nil { return *x.CallID } return "" } func (x *CallLogRecord) GetCallCreatorJID() string { if x != nil && x.CallCreatorJID != nil { return *x.CallCreatorJID } return "" } func (x *CallLogRecord) GetGroupJID() string { if x != nil && x.GroupJID != 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 && x.CallType != nil { return *x.CallType } return CallLogRecord_REGULAR } type SettingsSyncAction struct { state protoimpl.MessageState `protogen:"open.v1"` StartAtLogin *bool `protobuf:"varint,1,opt,name=startAtLogin" json:"startAtLogin,omitempty"` MinimizeToTray *bool `protobuf:"varint,2,opt,name=minimizeToTray" json:"minimizeToTray,omitempty"` Language *string `protobuf:"bytes,3,opt,name=language" json:"language,omitempty"` ReplaceTextWithEmoji *bool `protobuf:"varint,4,opt,name=replaceTextWithEmoji" json:"replaceTextWithEmoji,omitempty"` BannerNotificationDisplayMode *SettingsSyncAction_DisplayMode `protobuf:"varint,5,opt,name=bannerNotificationDisplayMode,enum=WAWebProtobufSyncAction.SettingsSyncAction_DisplayMode" json:"bannerNotificationDisplayMode,omitempty"` UnreadCounterBadgeDisplayMode *SettingsSyncAction_DisplayMode `protobuf:"varint,6,opt,name=unreadCounterBadgeDisplayMode,enum=WAWebProtobufSyncAction.SettingsSyncAction_DisplayMode" json:"unreadCounterBadgeDisplayMode,omitempty"` IsMessagesNotificationEnabled *bool `protobuf:"varint,7,opt,name=isMessagesNotificationEnabled" json:"isMessagesNotificationEnabled,omitempty"` IsCallsNotificationEnabled *bool `protobuf:"varint,8,opt,name=isCallsNotificationEnabled" json:"isCallsNotificationEnabled,omitempty"` IsReactionsNotificationEnabled *bool `protobuf:"varint,9,opt,name=isReactionsNotificationEnabled" json:"isReactionsNotificationEnabled,omitempty"` IsStatusReactionsNotificationEnabled *bool `protobuf:"varint,10,opt,name=isStatusReactionsNotificationEnabled" json:"isStatusReactionsNotificationEnabled,omitempty"` IsTextPreviewForNotificationEnabled *bool `protobuf:"varint,11,opt,name=isTextPreviewForNotificationEnabled" json:"isTextPreviewForNotificationEnabled,omitempty"` DefaultNotificationToneID *int32 `protobuf:"varint,12,opt,name=defaultNotificationToneID" json:"defaultNotificationToneID,omitempty"` GroupDefaultNotificationToneID *int32 `protobuf:"varint,13,opt,name=groupDefaultNotificationToneID" json:"groupDefaultNotificationToneID,omitempty"` AppTheme *int32 `protobuf:"varint,14,opt,name=appTheme" json:"appTheme,omitempty"` WallpaperID *int32 `protobuf:"varint,15,opt,name=wallpaperID" json:"wallpaperID,omitempty"` IsDoodleWallpaperEnabled *bool `protobuf:"varint,16,opt,name=isDoodleWallpaperEnabled" json:"isDoodleWallpaperEnabled,omitempty"` FontSize *int32 `protobuf:"varint,17,opt,name=fontSize" json:"fontSize,omitempty"` IsPhotosAutodownloadEnabled *bool `protobuf:"varint,18,opt,name=isPhotosAutodownloadEnabled" json:"isPhotosAutodownloadEnabled,omitempty"` IsAudiosAutodownloadEnabled *bool `protobuf:"varint,19,opt,name=isAudiosAutodownloadEnabled" json:"isAudiosAutodownloadEnabled,omitempty"` IsVideosAutodownloadEnabled *bool `protobuf:"varint,20,opt,name=isVideosAutodownloadEnabled" json:"isVideosAutodownloadEnabled,omitempty"` IsDocumentsAutodownloadEnabled *bool `protobuf:"varint,21,opt,name=isDocumentsAutodownloadEnabled" json:"isDocumentsAutodownloadEnabled,omitempty"` DisableLinkPreviews *bool `protobuf:"varint,22,opt,name=disableLinkPreviews" json:"disableLinkPreviews,omitempty"` NotificationToneID *int32 `protobuf:"varint,23,opt,name=notificationToneID" json:"notificationToneID,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } func (x *SettingsSyncAction) Reset() { *x = SettingsSyncAction{} mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[1] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *SettingsSyncAction) String() string { return protoimpl.X.MessageStringOf(x) } func (*SettingsSyncAction) ProtoMessage() {} func (x *SettingsSyncAction) ProtoReflect() protoreflect.Message { mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[1] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use SettingsSyncAction.ProtoReflect.Descriptor instead. func (*SettingsSyncAction) Descriptor() ([]byte, []int) { return file_waSyncAction_WAWebProtobufSyncAction_proto_rawDescGZIP(), []int{1} } func (x *SettingsSyncAction) GetStartAtLogin() bool { if x != nil && x.StartAtLogin != nil { return *x.StartAtLogin } return false } func (x *SettingsSyncAction) GetMinimizeToTray() bool { if x != nil && x.MinimizeToTray != nil { return *x.MinimizeToTray } return false } func (x *SettingsSyncAction) GetLanguage() string { if x != nil && x.Language != nil { return *x.Language } return "" } func (x *SettingsSyncAction) GetReplaceTextWithEmoji() bool { if x != nil && x.ReplaceTextWithEmoji != nil { return *x.ReplaceTextWithEmoji } return false } func (x *SettingsSyncAction) GetBannerNotificationDisplayMode() SettingsSyncAction_DisplayMode { if x != nil && x.BannerNotificationDisplayMode != nil { return *x.BannerNotificationDisplayMode } return SettingsSyncAction_DISPLAY_MODE_UNKNOWN } func (x *SettingsSyncAction) GetUnreadCounterBadgeDisplayMode() SettingsSyncAction_DisplayMode { if x != nil && x.UnreadCounterBadgeDisplayMode != nil { return *x.UnreadCounterBadgeDisplayMode } return SettingsSyncAction_DISPLAY_MODE_UNKNOWN } func (x *SettingsSyncAction) GetIsMessagesNotificationEnabled() bool { if x != nil && x.IsMessagesNotificationEnabled != nil { return *x.IsMessagesNotificationEnabled } return false } func (x *SettingsSyncAction) GetIsCallsNotificationEnabled() bool { if x != nil && x.IsCallsNotificationEnabled != nil { return *x.IsCallsNotificationEnabled } return false } func (x *SettingsSyncAction) GetIsReactionsNotificationEnabled() bool { if x != nil && x.IsReactionsNotificationEnabled != nil { return *x.IsReactionsNotificationEnabled } return false } func (x *SettingsSyncAction) GetIsStatusReactionsNotificationEnabled() bool { if x != nil && x.IsStatusReactionsNotificationEnabled != nil { return *x.IsStatusReactionsNotificationEnabled } return false } func (x *SettingsSyncAction) GetIsTextPreviewForNotificationEnabled() bool { if x != nil && x.IsTextPreviewForNotificationEnabled != nil { return *x.IsTextPreviewForNotificationEnabled } return false } func (x *SettingsSyncAction) GetDefaultNotificationToneID() int32 { if x != nil && x.DefaultNotificationToneID != nil { return *x.DefaultNotificationToneID } return 0 } func (x *SettingsSyncAction) GetGroupDefaultNotificationToneID() int32 { if x != nil && x.GroupDefaultNotificationToneID != nil { return *x.GroupDefaultNotificationToneID } return 0 } func (x *SettingsSyncAction) GetAppTheme() int32 { if x != nil && x.AppTheme != nil { return *x.AppTheme } return 0 } func (x *SettingsSyncAction) GetWallpaperID() int32 { if x != nil && x.WallpaperID != nil { return *x.WallpaperID } return 0 } func (x *SettingsSyncAction) GetIsDoodleWallpaperEnabled() bool { if x != nil && x.IsDoodleWallpaperEnabled != nil { return *x.IsDoodleWallpaperEnabled } return false } func (x *SettingsSyncAction) GetFontSize() int32 { if x != nil && x.FontSize != nil { return *x.FontSize } return 0 } func (x *SettingsSyncAction) GetIsPhotosAutodownloadEnabled() bool { if x != nil && x.IsPhotosAutodownloadEnabled != nil { return *x.IsPhotosAutodownloadEnabled } return false } func (x *SettingsSyncAction) GetIsAudiosAutodownloadEnabled() bool { if x != nil && x.IsAudiosAutodownloadEnabled != nil { return *x.IsAudiosAutodownloadEnabled } return false } func (x *SettingsSyncAction) GetIsVideosAutodownloadEnabled() bool { if x != nil && x.IsVideosAutodownloadEnabled != nil { return *x.IsVideosAutodownloadEnabled } return false } func (x *SettingsSyncAction) GetIsDocumentsAutodownloadEnabled() bool { if x != nil && x.IsDocumentsAutodownloadEnabled != nil { return *x.IsDocumentsAutodownloadEnabled } return false } func (x *SettingsSyncAction) GetDisableLinkPreviews() bool { if x != nil && x.DisableLinkPreviews != nil { return *x.DisableLinkPreviews } return false } func (x *SettingsSyncAction) GetNotificationToneID() int32 { if x != nil && x.NotificationToneID != nil { return *x.NotificationToneID } return 0 } type InteractiveMessageAction struct { state protoimpl.MessageState `protogen:"open.v1"` Type *InteractiveMessageAction_InteractiveMessageActionMode `protobuf:"varint,1,req,name=type,enum=WAWebProtobufSyncAction.InteractiveMessageAction_InteractiveMessageActionMode" json:"type,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } func (x *InteractiveMessageAction) Reset() { *x = InteractiveMessageAction{} mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[2] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *InteractiveMessageAction) String() string { return protoimpl.X.MessageStringOf(x) } func (*InteractiveMessageAction) ProtoMessage() {} func (x *InteractiveMessageAction) ProtoReflect() protoreflect.Message { mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[2] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use InteractiveMessageAction.ProtoReflect.Descriptor instead. func (*InteractiveMessageAction) Descriptor() ([]byte, []int) { return file_waSyncAction_WAWebProtobufSyncAction_proto_rawDescGZIP(), []int{2} } func (x *InteractiveMessageAction) GetType() InteractiveMessageAction_InteractiveMessageActionMode { if x != nil && x.Type != nil { return *x.Type } return InteractiveMessageAction_DISABLE_CTA } type PrivateProcessingSettingAction struct { state protoimpl.MessageState `protogen:"open.v1"` PrivateProcessingStatus *PrivateProcessingSettingAction_PrivateProcessingStatus `protobuf:"varint,1,opt,name=privateProcessingStatus,enum=WAWebProtobufSyncAction.PrivateProcessingSettingAction_PrivateProcessingStatus" json:"privateProcessingStatus,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } func (x *PrivateProcessingSettingAction) Reset() { *x = PrivateProcessingSettingAction{} mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[3] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *PrivateProcessingSettingAction) String() string { return protoimpl.X.MessageStringOf(x) } func (*PrivateProcessingSettingAction) ProtoMessage() {} func (x *PrivateProcessingSettingAction) ProtoReflect() protoreflect.Message { mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[3] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use PrivateProcessingSettingAction.ProtoReflect.Descriptor instead. func (*PrivateProcessingSettingAction) Descriptor() ([]byte, []int) { return file_waSyncAction_WAWebProtobufSyncAction_proto_rawDescGZIP(), []int{3} } func (x *PrivateProcessingSettingAction) GetPrivateProcessingStatus() PrivateProcessingSettingAction_PrivateProcessingStatus { if x != nil && x.PrivateProcessingStatus != nil { return *x.PrivateProcessingStatus } return PrivateProcessingSettingAction_UNDEFINED } type AvatarUpdatedAction struct { state protoimpl.MessageState `protogen:"open.v1"` EventType *AvatarUpdatedAction_AvatarEventType `protobuf:"varint,1,opt,name=eventType,enum=WAWebProtobufSyncAction.AvatarUpdatedAction_AvatarEventType" json:"eventType,omitempty"` RecentAvatarStickers []*StickerAction `protobuf:"bytes,2,rep,name=recentAvatarStickers" json:"recentAvatarStickers,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } func (x *AvatarUpdatedAction) Reset() { *x = AvatarUpdatedAction{} mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[4] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *AvatarUpdatedAction) String() string { return protoimpl.X.MessageStringOf(x) } func (*AvatarUpdatedAction) ProtoMessage() {} func (x *AvatarUpdatedAction) ProtoReflect() protoreflect.Message { mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[4] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use AvatarUpdatedAction.ProtoReflect.Descriptor instead. func (*AvatarUpdatedAction) Descriptor() ([]byte, []int) { return file_waSyncAction_WAWebProtobufSyncAction_proto_rawDescGZIP(), []int{4} } func (x *AvatarUpdatedAction) GetEventType() AvatarUpdatedAction_AvatarEventType { if x != nil && x.EventType != nil { return *x.EventType } return AvatarUpdatedAction_UPDATED } func (x *AvatarUpdatedAction) GetRecentAvatarStickers() []*StickerAction { if x != nil { return x.RecentAvatarStickers } return nil } type MaibaAIFeaturesControlAction struct { state protoimpl.MessageState `protogen:"open.v1"` AiFeatureStatus *MaibaAIFeaturesControlAction_MaibaAIFeatureStatus `protobuf:"varint,1,opt,name=aiFeatureStatus,enum=WAWebProtobufSyncAction.MaibaAIFeaturesControlAction_MaibaAIFeatureStatus" json:"aiFeatureStatus,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } func (x *MaibaAIFeaturesControlAction) Reset() { *x = MaibaAIFeaturesControlAction{} mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[5] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *MaibaAIFeaturesControlAction) String() string { return protoimpl.X.MessageStringOf(x) } func (*MaibaAIFeaturesControlAction) ProtoMessage() {} func (x *MaibaAIFeaturesControlAction) ProtoReflect() protoreflect.Message { mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[5] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use MaibaAIFeaturesControlAction.ProtoReflect.Descriptor instead. func (*MaibaAIFeaturesControlAction) Descriptor() ([]byte, []int) { return file_waSyncAction_WAWebProtobufSyncAction_proto_rawDescGZIP(), []int{5} } func (x *MaibaAIFeaturesControlAction) GetAiFeatureStatus() MaibaAIFeaturesControlAction_MaibaAIFeatureStatus { if x != nil && x.AiFeatureStatus != nil { return *x.AiFeatureStatus } return MaibaAIFeaturesControlAction_ENABLED } type PaymentTosAction struct { state protoimpl.MessageState `protogen:"open.v1"` PaymentNotice *PaymentTosAction_PaymentNotice `protobuf:"varint,1,req,name=paymentNotice,enum=WAWebProtobufSyncAction.PaymentTosAction_PaymentNotice" json:"paymentNotice,omitempty"` Accepted *bool `protobuf:"varint,2,req,name=accepted" json:"accepted,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } func (x *PaymentTosAction) Reset() { *x = PaymentTosAction{} mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[6] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *PaymentTosAction) String() string { return protoimpl.X.MessageStringOf(x) } func (*PaymentTosAction) ProtoMessage() {} func (x *PaymentTosAction) ProtoReflect() protoreflect.Message { mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[6] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use PaymentTosAction.ProtoReflect.Descriptor instead. func (*PaymentTosAction) Descriptor() ([]byte, []int) { return file_waSyncAction_WAWebProtobufSyncAction_proto_rawDescGZIP(), []int{6} } func (x *PaymentTosAction) GetPaymentNotice() PaymentTosAction_PaymentNotice { if x != nil && x.PaymentNotice != nil { return *x.PaymentNotice } return PaymentTosAction_BR_PAY_PRIVACY_POLICY } func (x *PaymentTosAction) GetAccepted() bool { if x != nil && x.Accepted != nil { return *x.Accepted } return false } type NotificationActivitySettingAction struct { state protoimpl.MessageState `protogen:"open.v1"` NotificationActivitySetting *NotificationActivitySettingAction_NotificationActivitySetting `protobuf:"varint,1,opt,name=notificationActivitySetting,enum=WAWebProtobufSyncAction.NotificationActivitySettingAction_NotificationActivitySetting" json:"notificationActivitySetting,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } func (x *NotificationActivitySettingAction) Reset() { *x = NotificationActivitySettingAction{} mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[7] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *NotificationActivitySettingAction) String() string { return protoimpl.X.MessageStringOf(x) } func (*NotificationActivitySettingAction) ProtoMessage() {} func (x *NotificationActivitySettingAction) ProtoReflect() protoreflect.Message { mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[7] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use NotificationActivitySettingAction.ProtoReflect.Descriptor instead. func (*NotificationActivitySettingAction) Descriptor() ([]byte, []int) { return file_waSyncAction_WAWebProtobufSyncAction_proto_rawDescGZIP(), []int{7} } func (x *NotificationActivitySettingAction) GetNotificationActivitySetting() NotificationActivitySettingAction_NotificationActivitySetting { if x != nil && x.NotificationActivitySetting != nil { return *x.NotificationActivitySetting } return NotificationActivitySettingAction_DEFAULT_ALL_MESSAGES } type WaffleAccountLinkStateAction struct { state protoimpl.MessageState `protogen:"open.v1"` LinkState *WaffleAccountLinkStateAction_AccountLinkState `protobuf:"varint,2,opt,name=linkState,enum=WAWebProtobufSyncAction.WaffleAccountLinkStateAction_AccountLinkState" json:"linkState,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } func (x *WaffleAccountLinkStateAction) Reset() { *x = WaffleAccountLinkStateAction{} mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[8] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *WaffleAccountLinkStateAction) String() string { return protoimpl.X.MessageStringOf(x) } func (*WaffleAccountLinkStateAction) ProtoMessage() {} func (x *WaffleAccountLinkStateAction) ProtoReflect() protoreflect.Message { mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[8] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use WaffleAccountLinkStateAction.ProtoReflect.Descriptor instead. func (*WaffleAccountLinkStateAction) Descriptor() ([]byte, []int) { return file_waSyncAction_WAWebProtobufSyncAction_proto_rawDescGZIP(), []int{8} } func (x *WaffleAccountLinkStateAction) GetLinkState() WaffleAccountLinkStateAction_AccountLinkState { if x != nil && x.LinkState != nil { return *x.LinkState } return WaffleAccountLinkStateAction_ACTIVE } type MerchantPaymentPartnerAction struct { state protoimpl.MessageState `protogen:"open.v1"` Status *MerchantPaymentPartnerAction_Status `protobuf:"varint,1,req,name=status,enum=WAWebProtobufSyncAction.MerchantPaymentPartnerAction_Status" json:"status,omitempty"` Country *string `protobuf:"bytes,2,req,name=country" json:"country,omitempty"` GatewayName *string `protobuf:"bytes,3,opt,name=gatewayName" json:"gatewayName,omitempty"` CredentialID *string `protobuf:"bytes,4,opt,name=credentialID" json:"credentialID,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } func (x *MerchantPaymentPartnerAction) Reset() { *x = MerchantPaymentPartnerAction{} mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[9] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *MerchantPaymentPartnerAction) String() string { return protoimpl.X.MessageStringOf(x) } func (*MerchantPaymentPartnerAction) ProtoMessage() {} func (x *MerchantPaymentPartnerAction) ProtoReflect() protoreflect.Message { mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[9] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use MerchantPaymentPartnerAction.ProtoReflect.Descriptor instead. func (*MerchantPaymentPartnerAction) Descriptor() ([]byte, []int) { return file_waSyncAction_WAWebProtobufSyncAction_proto_rawDescGZIP(), []int{9} } func (x *MerchantPaymentPartnerAction) GetStatus() MerchantPaymentPartnerAction_Status { if x != nil && x.Status != nil { return *x.Status } return MerchantPaymentPartnerAction_ACTIVE } func (x *MerchantPaymentPartnerAction) GetCountry() string { if x != nil && x.Country != nil { return *x.Country } return "" } func (x *MerchantPaymentPartnerAction) GetGatewayName() string { if x != nil && x.GatewayName != nil { return *x.GatewayName } return "" } func (x *MerchantPaymentPartnerAction) GetCredentialID() string { if x != nil && x.CredentialID != nil { return *x.CredentialID } return "" } type NoteEditAction struct { state protoimpl.MessageState `protogen:"open.v1"` Type *NoteEditAction_NoteType `protobuf:"varint,1,opt,name=type,enum=WAWebProtobufSyncAction.NoteEditAction_NoteType" json:"type,omitempty"` ChatJID *string `protobuf:"bytes,2,opt,name=chatJID" json:"chatJID,omitempty"` CreatedAt *int64 `protobuf:"varint,3,opt,name=createdAt" json:"createdAt,omitempty"` Deleted *bool `protobuf:"varint,4,opt,name=deleted" json:"deleted,omitempty"` UnstructuredContent *string `protobuf:"bytes,5,opt,name=unstructuredContent" json:"unstructuredContent,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } func (x *NoteEditAction) Reset() { *x = NoteEditAction{} mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[10] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *NoteEditAction) String() string { return protoimpl.X.MessageStringOf(x) } func (*NoteEditAction) ProtoMessage() {} func (x *NoteEditAction) ProtoReflect() protoreflect.Message { mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[10] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use NoteEditAction.ProtoReflect.Descriptor instead. func (*NoteEditAction) Descriptor() ([]byte, []int) { return file_waSyncAction_WAWebProtobufSyncAction_proto_rawDescGZIP(), []int{10} } func (x *NoteEditAction) GetType() NoteEditAction_NoteType { if x != nil && x.Type != nil { return *x.Type } return NoteEditAction_UNSTRUCTURED } func (x *NoteEditAction) GetChatJID() string { if x != nil && x.ChatJID != nil { return *x.ChatJID } return "" } func (x *NoteEditAction) GetCreatedAt() int64 { if x != nil && x.CreatedAt != nil { return *x.CreatedAt } return 0 } func (x *NoteEditAction) GetDeleted() bool { if x != nil && x.Deleted != nil { return *x.Deleted } return false } func (x *NoteEditAction) GetUnstructuredContent() string { if x != nil && x.UnstructuredContent != nil { return *x.UnstructuredContent } return "" } type StatusPrivacyAction struct { state protoimpl.MessageState `protogen:"open.v1"` Mode *StatusPrivacyAction_StatusDistributionMode `protobuf:"varint,1,opt,name=mode,enum=WAWebProtobufSyncAction.StatusPrivacyAction_StatusDistributionMode" json:"mode,omitempty"` UserJID []string `protobuf:"bytes,2,rep,name=userJID" json:"userJID,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } func (x *StatusPrivacyAction) Reset() { *x = StatusPrivacyAction{} mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[11] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *StatusPrivacyAction) String() string { return protoimpl.X.MessageStringOf(x) } func (*StatusPrivacyAction) ProtoMessage() {} func (x *StatusPrivacyAction) ProtoReflect() protoreflect.Message { mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[11] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use StatusPrivacyAction.ProtoReflect.Descriptor instead. func (*StatusPrivacyAction) Descriptor() ([]byte, []int) { return file_waSyncAction_WAWebProtobufSyncAction_proto_rawDescGZIP(), []int{11} } func (x *StatusPrivacyAction) GetMode() StatusPrivacyAction_StatusDistributionMode { if x != nil && x.Mode != nil { return *x.Mode } return StatusPrivacyAction_ALLOW_LIST } func (x *StatusPrivacyAction) GetUserJID() []string { if x != nil { return x.UserJID } return nil } type MarketingMessageAction struct { state protoimpl.MessageState `protogen:"open.v1"` Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"` Message *string `protobuf:"bytes,2,opt,name=message" json:"message,omitempty"` Type *MarketingMessageAction_MarketingMessagePrototypeType `protobuf:"varint,3,opt,name=type,enum=WAWebProtobufSyncAction.MarketingMessageAction_MarketingMessagePrototypeType" json:"type,omitempty"` CreatedAt *int64 `protobuf:"varint,4,opt,name=createdAt" json:"createdAt,omitempty"` LastSentAt *int64 `protobuf:"varint,5,opt,name=lastSentAt" json:"lastSentAt,omitempty"` IsDeleted *bool `protobuf:"varint,6,opt,name=isDeleted" json:"isDeleted,omitempty"` MediaID *string `protobuf:"bytes,7,opt,name=mediaID" json:"mediaID,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } func (x *MarketingMessageAction) Reset() { *x = MarketingMessageAction{} mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[12] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *MarketingMessageAction) String() string { return protoimpl.X.MessageStringOf(x) } func (*MarketingMessageAction) ProtoMessage() {} func (x *MarketingMessageAction) ProtoReflect() protoreflect.Message { mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[12] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use MarketingMessageAction.ProtoReflect.Descriptor instead. func (*MarketingMessageAction) Descriptor() ([]byte, []int) { return file_waSyncAction_WAWebProtobufSyncAction_proto_rawDescGZIP(), []int{12} } func (x *MarketingMessageAction) GetName() string { if x != nil && x.Name != nil { return *x.Name } return "" } func (x *MarketingMessageAction) GetMessage() string { if x != nil && x.Message != nil { return *x.Message } return "" } func (x *MarketingMessageAction) GetType() MarketingMessageAction_MarketingMessagePrototypeType { if x != nil && x.Type != nil { return *x.Type } return MarketingMessageAction_PERSONALIZED } func (x *MarketingMessageAction) GetCreatedAt() int64 { if x != nil && x.CreatedAt != nil { return *x.CreatedAt } return 0 } func (x *MarketingMessageAction) GetLastSentAt() int64 { if x != nil && x.LastSentAt != nil { return *x.LastSentAt } return 0 } func (x *MarketingMessageAction) GetIsDeleted() bool { if x != nil && x.IsDeleted != nil { return *x.IsDeleted } return false } func (x *MarketingMessageAction) GetMediaID() string { if x != nil && x.MediaID != nil { return *x.MediaID } return "" } type UsernameChatStartModeAction struct { state protoimpl.MessageState `protogen:"open.v1"` ChatStartMode *UsernameChatStartModeAction_ChatStartMode `protobuf:"varint,1,opt,name=chatStartMode,enum=WAWebProtobufSyncAction.UsernameChatStartModeAction_ChatStartMode" json:"chatStartMode,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } func (x *UsernameChatStartModeAction) Reset() { *x = UsernameChatStartModeAction{} mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[13] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *UsernameChatStartModeAction) String() string { return protoimpl.X.MessageStringOf(x) } func (*UsernameChatStartModeAction) ProtoMessage() {} func (x *UsernameChatStartModeAction) ProtoReflect() protoreflect.Message { mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[13] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use UsernameChatStartModeAction.ProtoReflect.Descriptor instead. func (*UsernameChatStartModeAction) Descriptor() ([]byte, []int) { return file_waSyncAction_WAWebProtobufSyncAction_proto_rawDescGZIP(), []int{13} } func (x *UsernameChatStartModeAction) GetChatStartMode() UsernameChatStartModeAction_ChatStartMode { if x != nil && x.ChatStartMode != nil { return *x.ChatStartMode } return UsernameChatStartModeAction_LID } type LabelEditAction struct { state protoimpl.MessageState `protogen:"open.v1"` Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"` Color *int32 `protobuf:"varint,2,opt,name=color" json:"color,omitempty"` PredefinedID *int32 `protobuf:"varint,3,opt,name=predefinedID" json:"predefinedID,omitempty"` Deleted *bool `protobuf:"varint,4,opt,name=deleted" json:"deleted,omitempty"` OrderIndex *int32 `protobuf:"varint,5,opt,name=orderIndex" json:"orderIndex,omitempty"` IsActive *bool `protobuf:"varint,6,opt,name=isActive" json:"isActive,omitempty"` Type *LabelEditAction_ListType `protobuf:"varint,7,opt,name=type,enum=WAWebProtobufSyncAction.LabelEditAction_ListType" json:"type,omitempty"` IsImmutable *bool `protobuf:"varint,8,opt,name=isImmutable" json:"isImmutable,omitempty"` MuteEndTimeMS *int64 `protobuf:"varint,9,opt,name=muteEndTimeMS" json:"muteEndTimeMS,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } func (x *LabelEditAction) Reset() { *x = LabelEditAction{} mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[14] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *LabelEditAction) String() string { return protoimpl.X.MessageStringOf(x) } func (*LabelEditAction) ProtoMessage() {} func (x *LabelEditAction) ProtoReflect() protoreflect.Message { mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[14] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use LabelEditAction.ProtoReflect.Descriptor instead. func (*LabelEditAction) Descriptor() ([]byte, []int) { return file_waSyncAction_WAWebProtobufSyncAction_proto_rawDescGZIP(), []int{14} } func (x *LabelEditAction) GetName() string { if x != nil && x.Name != nil { return *x.Name } return "" } func (x *LabelEditAction) GetColor() int32 { if x != nil && x.Color != nil { return *x.Color } return 0 } func (x *LabelEditAction) GetPredefinedID() int32 { if x != nil && x.PredefinedID != nil { return *x.PredefinedID } return 0 } func (x *LabelEditAction) GetDeleted() bool { if x != nil && x.Deleted != nil { return *x.Deleted } return false } func (x *LabelEditAction) GetOrderIndex() int32 { if x != nil && x.OrderIndex != nil { return *x.OrderIndex } return 0 } func (x *LabelEditAction) GetIsActive() bool { if x != nil && x.IsActive != nil { return *x.IsActive } return false } func (x *LabelEditAction) GetType() LabelEditAction_ListType { if x != nil && x.Type != nil { return *x.Type } return LabelEditAction_NONE } func (x *LabelEditAction) GetIsImmutable() bool { if x != nil && x.IsImmutable != nil { return *x.IsImmutable } return false } func (x *LabelEditAction) GetMuteEndTimeMS() int64 { if x != nil && x.MuteEndTimeMS != nil { return *x.MuteEndTimeMS } return 0 } type PatchDebugData struct { state protoimpl.MessageState `protogen:"open.v1"` CurrentLthash []byte `protobuf:"bytes,1,opt,name=currentLthash" json:"currentLthash,omitempty"` NewLthash []byte `protobuf:"bytes,2,opt,name=newLthash" json:"newLthash,omitempty"` PatchVersion []byte `protobuf:"bytes,3,opt,name=patchVersion" json:"patchVersion,omitempty"` CollectionName []byte `protobuf:"bytes,4,opt,name=collectionName" json:"collectionName,omitempty"` FirstFourBytesFromAHashOfSnapshotMACKey []byte `protobuf:"bytes,5,opt,name=firstFourBytesFromAHashOfSnapshotMACKey" json:"firstFourBytesFromAHashOfSnapshotMACKey,omitempty"` NewLthashSubtract []byte `protobuf:"bytes,6,opt,name=newLthashSubtract" json:"newLthashSubtract,omitempty"` NumberAdd *int32 `protobuf:"varint,7,opt,name=numberAdd" json:"numberAdd,omitempty"` NumberRemove *int32 `protobuf:"varint,8,opt,name=numberRemove" json:"numberRemove,omitempty"` NumberOverride *int32 `protobuf:"varint,9,opt,name=numberOverride" json:"numberOverride,omitempty"` SenderPlatform *PatchDebugData_Platform `protobuf:"varint,10,opt,name=senderPlatform,enum=WAWebProtobufSyncAction.PatchDebugData_Platform" json:"senderPlatform,omitempty"` IsSenderPrimary *bool `protobuf:"varint,11,opt,name=isSenderPrimary" json:"isSenderPrimary,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } func (x *PatchDebugData) Reset() { *x = PatchDebugData{} mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[15] 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_WAWebProtobufSyncAction_proto_msgTypes[15] if 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_WAWebProtobufSyncAction_proto_rawDescGZIP(), []int{15} } 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 && x.NumberAdd != nil { return *x.NumberAdd } return 0 } func (x *PatchDebugData) GetNumberRemove() int32 { if x != nil && x.NumberRemove != nil { return *x.NumberRemove } return 0 } func (x *PatchDebugData) GetNumberOverride() int32 { if x != nil && x.NumberOverride != nil { return *x.NumberOverride } return 0 } func (x *PatchDebugData) GetSenderPlatform() PatchDebugData_Platform { if x != nil && x.SenderPlatform != nil { return *x.SenderPlatform } return PatchDebugData_ANDROID } func (x *PatchDebugData) GetIsSenderPrimary() bool { if x != nil && x.IsSenderPrimary != nil { return *x.IsSenderPrimary } return false } type RecentEmojiWeight struct { state protoimpl.MessageState `protogen:"open.v1"` Emoji *string `protobuf:"bytes,1,opt,name=emoji" json:"emoji,omitempty"` Weight *float32 `protobuf:"fixed32,2,opt,name=weight" json:"weight,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } func (x *RecentEmojiWeight) Reset() { *x = RecentEmojiWeight{} mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[16] 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_WAWebProtobufSyncAction_proto_msgTypes[16] if 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_WAWebProtobufSyncAction_proto_rawDescGZIP(), []int{16} } func (x *RecentEmojiWeight) GetEmoji() string { if x != nil && x.Emoji != nil { return *x.Emoji } return "" } func (x *RecentEmojiWeight) GetWeight() float32 { if x != nil && x.Weight != nil { return *x.Weight } return 0 } type SyncActionValue struct { state protoimpl.MessageState `protogen:"open.v1"` Timestamp *int64 `protobuf:"varint,1,opt,name=timestamp" json:"timestamp,omitempty"` StarAction *StarAction `protobuf:"bytes,2,opt,name=starAction" json:"starAction,omitempty"` ContactAction *ContactAction `protobuf:"bytes,3,opt,name=contactAction" json:"contactAction,omitempty"` MuteAction *MuteAction `protobuf:"bytes,4,opt,name=muteAction" json:"muteAction,omitempty"` PinAction *PinAction `protobuf:"bytes,5,opt,name=pinAction" json:"pinAction,omitempty"` PushNameSetting *PushNameSetting `protobuf:"bytes,7,opt,name=pushNameSetting" json:"pushNameSetting,omitempty"` QuickReplyAction *QuickReplyAction `protobuf:"bytes,8,opt,name=quickReplyAction" json:"quickReplyAction,omitempty"` RecentEmojiWeightsAction *RecentEmojiWeightsAction `protobuf:"bytes,11,opt,name=recentEmojiWeightsAction" json:"recentEmojiWeightsAction,omitempty"` LabelEditAction *LabelEditAction `protobuf:"bytes,14,opt,name=labelEditAction" json:"labelEditAction,omitempty"` LabelAssociationAction *LabelAssociationAction `protobuf:"bytes,15,opt,name=labelAssociationAction" json:"labelAssociationAction,omitempty"` LocaleSetting *LocaleSetting `protobuf:"bytes,16,opt,name=localeSetting" json:"localeSetting,omitempty"` ArchiveChatAction *ArchiveChatAction `protobuf:"bytes,17,opt,name=archiveChatAction" json:"archiveChatAction,omitempty"` DeleteMessageForMeAction *DeleteMessageForMeAction `protobuf:"bytes,18,opt,name=deleteMessageForMeAction" json:"deleteMessageForMeAction,omitempty"` KeyExpiration *KeyExpiration `protobuf:"bytes,19,opt,name=keyExpiration" json:"keyExpiration,omitempty"` MarkChatAsReadAction *MarkChatAsReadAction `protobuf:"bytes,20,opt,name=markChatAsReadAction" json:"markChatAsReadAction,omitempty"` ClearChatAction *ClearChatAction `protobuf:"bytes,21,opt,name=clearChatAction" json:"clearChatAction,omitempty"` DeleteChatAction *DeleteChatAction `protobuf:"bytes,22,opt,name=deleteChatAction" json:"deleteChatAction,omitempty"` UnarchiveChatsSetting *UnarchiveChatsSetting `protobuf:"bytes,23,opt,name=unarchiveChatsSetting" json:"unarchiveChatsSetting,omitempty"` PrimaryFeature *PrimaryFeature `protobuf:"bytes,24,opt,name=primaryFeature" json:"primaryFeature,omitempty"` AndroidUnsupportedActions *AndroidUnsupportedActions `protobuf:"bytes,26,opt,name=androidUnsupportedActions" json:"androidUnsupportedActions,omitempty"` AgentAction *AgentAction `protobuf:"bytes,27,opt,name=agentAction" json:"agentAction,omitempty"` SubscriptionAction *SubscriptionAction `protobuf:"bytes,28,opt,name=subscriptionAction" json:"subscriptionAction,omitempty"` UserStatusMuteAction *UserStatusMuteAction `protobuf:"bytes,29,opt,name=userStatusMuteAction" json:"userStatusMuteAction,omitempty"` TimeFormatAction *TimeFormatAction `protobuf:"bytes,30,opt,name=timeFormatAction" json:"timeFormatAction,omitempty"` NuxAction *NuxAction `protobuf:"bytes,31,opt,name=nuxAction" json:"nuxAction,omitempty"` PrimaryVersionAction *PrimaryVersionAction `protobuf:"bytes,32,opt,name=primaryVersionAction" json:"primaryVersionAction,omitempty"` StickerAction *StickerAction `protobuf:"bytes,33,opt,name=stickerAction" json:"stickerAction,omitempty"` RemoveRecentStickerAction *RemoveRecentStickerAction `protobuf:"bytes,34,opt,name=removeRecentStickerAction" json:"removeRecentStickerAction,omitempty"` ChatAssignment *ChatAssignmentAction `protobuf:"bytes,35,opt,name=chatAssignment" json:"chatAssignment,omitempty"` ChatAssignmentOpenedStatus *ChatAssignmentOpenedStatusAction `protobuf:"bytes,36,opt,name=chatAssignmentOpenedStatus" json:"chatAssignmentOpenedStatus,omitempty"` PnForLidChatAction *PnForLidChatAction `protobuf:"bytes,37,opt,name=pnForLidChatAction" json:"pnForLidChatAction,omitempty"` MarketingMessageAction *MarketingMessageAction `protobuf:"bytes,38,opt,name=marketingMessageAction" json:"marketingMessageAction,omitempty"` MarketingMessageBroadcastAction *MarketingMessageBroadcastAction `protobuf:"bytes,39,opt,name=marketingMessageBroadcastAction" json:"marketingMessageBroadcastAction,omitempty"` ExternalWebBetaAction *ExternalWebBetaAction `protobuf:"bytes,40,opt,name=externalWebBetaAction" json:"externalWebBetaAction,omitempty"` PrivacySettingRelayAllCalls *PrivacySettingRelayAllCalls `protobuf:"bytes,41,opt,name=privacySettingRelayAllCalls" json:"privacySettingRelayAllCalls,omitempty"` CallLogAction *CallLogAction `protobuf:"bytes,42,opt,name=callLogAction" json:"callLogAction,omitempty"` UgcBot *UGCBot `protobuf:"bytes,43,opt,name=ugcBot" json:"ugcBot,omitempty"` StatusPrivacy *StatusPrivacyAction `protobuf:"bytes,44,opt,name=statusPrivacy" json:"statusPrivacy,omitempty"` BotWelcomeRequestAction *BotWelcomeRequestAction `protobuf:"bytes,45,opt,name=botWelcomeRequestAction" json:"botWelcomeRequestAction,omitempty"` DeleteIndividualCallLog *DeleteIndividualCallLogAction `protobuf:"bytes,46,opt,name=deleteIndividualCallLog" json:"deleteIndividualCallLog,omitempty"` LabelReorderingAction *LabelReorderingAction `protobuf:"bytes,47,opt,name=labelReorderingAction" json:"labelReorderingAction,omitempty"` PaymentInfoAction *PaymentInfoAction `protobuf:"bytes,48,opt,name=paymentInfoAction" json:"paymentInfoAction,omitempty"` CustomPaymentMethodsAction *CustomPaymentMethodsAction `protobuf:"bytes,49,opt,name=customPaymentMethodsAction" json:"customPaymentMethodsAction,omitempty"` LockChatAction *LockChatAction `protobuf:"bytes,50,opt,name=lockChatAction" json:"lockChatAction,omitempty"` ChatLockSettings *waChatLockSettings.ChatLockSettings `protobuf:"bytes,51,opt,name=chatLockSettings" json:"chatLockSettings,omitempty"` WamoUserIdentifierAction *WamoUserIdentifierAction `protobuf:"bytes,52,opt,name=wamoUserIdentifierAction" json:"wamoUserIdentifierAction,omitempty"` PrivacySettingDisableLinkPreviewsAction *PrivacySettingDisableLinkPreviewsAction `protobuf:"bytes,53,opt,name=privacySettingDisableLinkPreviewsAction" json:"privacySettingDisableLinkPreviewsAction,omitempty"` DeviceCapabilities *waDeviceCapabilities.DeviceCapabilities `protobuf:"bytes,54,opt,name=deviceCapabilities" json:"deviceCapabilities,omitempty"` NoteEditAction *NoteEditAction `protobuf:"bytes,55,opt,name=noteEditAction" json:"noteEditAction,omitempty"` FavoritesAction *FavoritesAction `protobuf:"bytes,56,opt,name=favoritesAction" json:"favoritesAction,omitempty"` MerchantPaymentPartnerAction *MerchantPaymentPartnerAction `protobuf:"bytes,57,opt,name=merchantPaymentPartnerAction" json:"merchantPaymentPartnerAction,omitempty"` WaffleAccountLinkStateAction *WaffleAccountLinkStateAction `protobuf:"bytes,58,opt,name=waffleAccountLinkStateAction" json:"waffleAccountLinkStateAction,omitempty"` UsernameChatStartMode *UsernameChatStartModeAction `protobuf:"bytes,59,opt,name=usernameChatStartMode" json:"usernameChatStartMode,omitempty"` NotificationActivitySettingAction *NotificationActivitySettingAction `protobuf:"bytes,60,opt,name=notificationActivitySettingAction" json:"notificationActivitySettingAction,omitempty"` LidContactAction *LidContactAction `protobuf:"bytes,61,opt,name=lidContactAction" json:"lidContactAction,omitempty"` CtwaPerCustomerDataSharingAction *CtwaPerCustomerDataSharingAction `protobuf:"bytes,62,opt,name=ctwaPerCustomerDataSharingAction" json:"ctwaPerCustomerDataSharingAction,omitempty"` PaymentTosAction *PaymentTosAction `protobuf:"bytes,63,opt,name=paymentTosAction" json:"paymentTosAction,omitempty"` PrivacySettingChannelsPersonalisedRecommendationAction *PrivacySettingChannelsPersonalisedRecommendationAction `protobuf:"bytes,64,opt,name=privacySettingChannelsPersonalisedRecommendationAction" json:"privacySettingChannelsPersonalisedRecommendationAction,omitempty"` DetectedOutcomesStatusAction *DetectedOutcomesStatusAction `protobuf:"bytes,66,opt,name=detectedOutcomesStatusAction" json:"detectedOutcomesStatusAction,omitempty"` MaibaAiFeaturesControlAction *MaibaAIFeaturesControlAction `protobuf:"bytes,68,opt,name=maibaAiFeaturesControlAction" json:"maibaAiFeaturesControlAction,omitempty"` BusinessBroadcastListAction *BusinessBroadcastListAction `protobuf:"bytes,69,opt,name=businessBroadcastListAction" json:"businessBroadcastListAction,omitempty"` MusicUserIDAction *MusicUserIdAction `protobuf:"bytes,70,opt,name=musicUserIDAction" json:"musicUserIDAction,omitempty"` StatusPostOptInNotificationPreferencesAction *StatusPostOptInNotificationPreferencesAction `protobuf:"bytes,71,opt,name=statusPostOptInNotificationPreferencesAction" json:"statusPostOptInNotificationPreferencesAction,omitempty"` AvatarUpdatedAction *AvatarUpdatedAction `protobuf:"bytes,72,opt,name=avatarUpdatedAction" json:"avatarUpdatedAction,omitempty"` PrivateProcessingSettingAction *PrivateProcessingSettingAction `protobuf:"bytes,74,opt,name=privateProcessingSettingAction" json:"privateProcessingSettingAction,omitempty"` NewsletterSavedInterestsAction *NewsletterSavedInterestsAction `protobuf:"bytes,75,opt,name=newsletterSavedInterestsAction" json:"newsletterSavedInterestsAction,omitempty"` AiThreadRenameAction *AiThreadRenameAction `protobuf:"bytes,76,opt,name=aiThreadRenameAction" json:"aiThreadRenameAction,omitempty"` InteractiveMessageAction *InteractiveMessageAction `protobuf:"bytes,77,opt,name=interactiveMessageAction" json:"interactiveMessageAction,omitempty"` SettingsSyncAction *SettingsSyncAction `protobuf:"bytes,78,opt,name=settingsSyncAction" json:"settingsSyncAction,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } func (x *SyncActionValue) Reset() { *x = SyncActionValue{} mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[17] 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_WAWebProtobufSyncAction_proto_msgTypes[17] if 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_WAWebProtobufSyncAction_proto_rawDescGZIP(), []int{17} } func (x *SyncActionValue) GetTimestamp() int64 { if x != nil && x.Timestamp != nil { return *x.Timestamp } return 0 } func (x *SyncActionValue) GetStarAction() *StarAction { if x != nil { return x.StarAction } return nil } func (x *SyncActionValue) GetContactAction() *ContactAction { if x != nil { return x.ContactAction } return nil } func (x *SyncActionValue) GetMuteAction() *MuteAction { if x != nil { return x.MuteAction } return nil } func (x *SyncActionValue) GetPinAction() *PinAction { if x != nil { return x.PinAction } return nil } func (x *SyncActionValue) GetPushNameSetting() *PushNameSetting { if x != nil { return x.PushNameSetting } return nil } func (x *SyncActionValue) GetQuickReplyAction() *QuickReplyAction { if x != nil { return x.QuickReplyAction } return nil } func (x *SyncActionValue) GetRecentEmojiWeightsAction() *RecentEmojiWeightsAction { if x != nil { return x.RecentEmojiWeightsAction } return nil } func (x *SyncActionValue) GetLabelEditAction() *LabelEditAction { if x != nil { return x.LabelEditAction } return nil } func (x *SyncActionValue) GetLabelAssociationAction() *LabelAssociationAction { if x != nil { return x.LabelAssociationAction } return nil } func (x *SyncActionValue) GetLocaleSetting() *LocaleSetting { if x != nil { return x.LocaleSetting } return nil } func (x *SyncActionValue) GetArchiveChatAction() *ArchiveChatAction { if x != nil { return x.ArchiveChatAction } return nil } func (x *SyncActionValue) GetDeleteMessageForMeAction() *DeleteMessageForMeAction { if x != nil { return x.DeleteMessageForMeAction } return nil } func (x *SyncActionValue) GetKeyExpiration() *KeyExpiration { if x != nil { return x.KeyExpiration } return nil } func (x *SyncActionValue) GetMarkChatAsReadAction() *MarkChatAsReadAction { if x != nil { return x.MarkChatAsReadAction } return nil } func (x *SyncActionValue) GetClearChatAction() *ClearChatAction { if x != nil { return x.ClearChatAction } return nil } func (x *SyncActionValue) GetDeleteChatAction() *DeleteChatAction { if x != nil { return x.DeleteChatAction } return nil } func (x *SyncActionValue) GetUnarchiveChatsSetting() *UnarchiveChatsSetting { if x != nil { return x.UnarchiveChatsSetting } return nil } func (x *SyncActionValue) GetPrimaryFeature() *PrimaryFeature { if x != nil { return x.PrimaryFeature } return nil } func (x *SyncActionValue) GetAndroidUnsupportedActions() *AndroidUnsupportedActions { if x != nil { return x.AndroidUnsupportedActions } return nil } func (x *SyncActionValue) GetAgentAction() *AgentAction { if x != nil { return x.AgentAction } return nil } func (x *SyncActionValue) GetSubscriptionAction() *SubscriptionAction { if x != nil { return x.SubscriptionAction } return nil } func (x *SyncActionValue) GetUserStatusMuteAction() *UserStatusMuteAction { if x != nil { return x.UserStatusMuteAction } return nil } func (x *SyncActionValue) GetTimeFormatAction() *TimeFormatAction { if x != nil { return x.TimeFormatAction } return nil } func (x *SyncActionValue) GetNuxAction() *NuxAction { if x != nil { return x.NuxAction } return nil } func (x *SyncActionValue) GetPrimaryVersionAction() *PrimaryVersionAction { if x != nil { return x.PrimaryVersionAction } return nil } func (x *SyncActionValue) GetStickerAction() *StickerAction { if x != nil { return x.StickerAction } return nil } func (x *SyncActionValue) GetRemoveRecentStickerAction() *RemoveRecentStickerAction { if x != nil { return x.RemoveRecentStickerAction } return nil } func (x *SyncActionValue) GetChatAssignment() *ChatAssignmentAction { if x != nil { return x.ChatAssignment } return nil } func (x *SyncActionValue) GetChatAssignmentOpenedStatus() *ChatAssignmentOpenedStatusAction { if x != nil { return x.ChatAssignmentOpenedStatus } return nil } func (x *SyncActionValue) GetPnForLidChatAction() *PnForLidChatAction { if x != nil { return x.PnForLidChatAction } return nil } func (x *SyncActionValue) GetMarketingMessageAction() *MarketingMessageAction { if x != nil { return x.MarketingMessageAction } return nil } func (x *SyncActionValue) GetMarketingMessageBroadcastAction() *MarketingMessageBroadcastAction { if x != nil { return x.MarketingMessageBroadcastAction } return nil } func (x *SyncActionValue) GetExternalWebBetaAction() *ExternalWebBetaAction { if x != nil { return x.ExternalWebBetaAction } return nil } func (x *SyncActionValue) GetPrivacySettingRelayAllCalls() *PrivacySettingRelayAllCalls { if x != nil { return x.PrivacySettingRelayAllCalls } return nil } func (x *SyncActionValue) GetCallLogAction() *CallLogAction { if x != nil { return x.CallLogAction } return nil } func (x *SyncActionValue) GetUgcBot() *UGCBot { if x != nil { return x.UgcBot } return nil } func (x *SyncActionValue) GetStatusPrivacy() *StatusPrivacyAction { if x != nil { return x.StatusPrivacy } return nil } func (x *SyncActionValue) GetBotWelcomeRequestAction() *BotWelcomeRequestAction { if x != nil { return x.BotWelcomeRequestAction } return nil } func (x *SyncActionValue) GetDeleteIndividualCallLog() *DeleteIndividualCallLogAction { if x != nil { return x.DeleteIndividualCallLog } return nil } func (x *SyncActionValue) GetLabelReorderingAction() *LabelReorderingAction { if x != nil { return x.LabelReorderingAction } return nil } func (x *SyncActionValue) GetPaymentInfoAction() *PaymentInfoAction { if x != nil { return x.PaymentInfoAction } return nil } func (x *SyncActionValue) GetCustomPaymentMethodsAction() *CustomPaymentMethodsAction { if x != nil { return x.CustomPaymentMethodsAction } return nil } func (x *SyncActionValue) GetLockChatAction() *LockChatAction { if x != nil { return x.LockChatAction } return nil } func (x *SyncActionValue) GetChatLockSettings() *waChatLockSettings.ChatLockSettings { if x != nil { return x.ChatLockSettings } return nil } func (x *SyncActionValue) GetWamoUserIdentifierAction() *WamoUserIdentifierAction { if x != nil { return x.WamoUserIdentifierAction } return nil } func (x *SyncActionValue) GetPrivacySettingDisableLinkPreviewsAction() *PrivacySettingDisableLinkPreviewsAction { if x != nil { return x.PrivacySettingDisableLinkPreviewsAction } return nil } func (x *SyncActionValue) GetDeviceCapabilities() *waDeviceCapabilities.DeviceCapabilities { if x != nil { return x.DeviceCapabilities } return nil } func (x *SyncActionValue) GetNoteEditAction() *NoteEditAction { if x != nil { return x.NoteEditAction } return nil } func (x *SyncActionValue) GetFavoritesAction() *FavoritesAction { if x != nil { return x.FavoritesAction } return nil } func (x *SyncActionValue) GetMerchantPaymentPartnerAction() *MerchantPaymentPartnerAction { if x != nil { return x.MerchantPaymentPartnerAction } return nil } func (x *SyncActionValue) GetWaffleAccountLinkStateAction() *WaffleAccountLinkStateAction { if x != nil { return x.WaffleAccountLinkStateAction } return nil } func (x *SyncActionValue) GetUsernameChatStartMode() *UsernameChatStartModeAction { if x != nil { return x.UsernameChatStartMode } return nil } func (x *SyncActionValue) GetNotificationActivitySettingAction() *NotificationActivitySettingAction { if x != nil { return x.NotificationActivitySettingAction } return nil } func (x *SyncActionValue) GetLidContactAction() *LidContactAction { if x != nil { return x.LidContactAction } return nil } func (x *SyncActionValue) GetCtwaPerCustomerDataSharingAction() *CtwaPerCustomerDataSharingAction { if x != nil { return x.CtwaPerCustomerDataSharingAction } return nil } func (x *SyncActionValue) GetPaymentTosAction() *PaymentTosAction { if x != nil { return x.PaymentTosAction } return nil } func (x *SyncActionValue) GetPrivacySettingChannelsPersonalisedRecommendationAction() *PrivacySettingChannelsPersonalisedRecommendationAction { if x != nil { return x.PrivacySettingChannelsPersonalisedRecommendationAction } return nil } func (x *SyncActionValue) GetDetectedOutcomesStatusAction() *DetectedOutcomesStatusAction { if x != nil { return x.DetectedOutcomesStatusAction } return nil } func (x *SyncActionValue) GetMaibaAiFeaturesControlAction() *MaibaAIFeaturesControlAction { if x != nil { return x.MaibaAiFeaturesControlAction } return nil } func (x *SyncActionValue) GetBusinessBroadcastListAction() *BusinessBroadcastListAction { if x != nil { return x.BusinessBroadcastListAction } return nil } func (x *SyncActionValue) GetMusicUserIDAction() *MusicUserIdAction { if x != nil { return x.MusicUserIDAction } return nil } func (x *SyncActionValue) GetStatusPostOptInNotificationPreferencesAction() *StatusPostOptInNotificationPreferencesAction { if x != nil { return x.StatusPostOptInNotificationPreferencesAction } return nil } func (x *SyncActionValue) GetAvatarUpdatedAction() *AvatarUpdatedAction { if x != nil { return x.AvatarUpdatedAction } return nil } func (x *SyncActionValue) GetPrivateProcessingSettingAction() *PrivateProcessingSettingAction { if x != nil { return x.PrivateProcessingSettingAction } return nil } func (x *SyncActionValue) GetNewsletterSavedInterestsAction() *NewsletterSavedInterestsAction { if x != nil { return x.NewsletterSavedInterestsAction } return nil } func (x *SyncActionValue) GetAiThreadRenameAction() *AiThreadRenameAction { if x != nil { return x.AiThreadRenameAction } return nil } func (x *SyncActionValue) GetInteractiveMessageAction() *InteractiveMessageAction { if x != nil { return x.InteractiveMessageAction } return nil } func (x *SyncActionValue) GetSettingsSyncAction() *SettingsSyncAction { if x != nil { return x.SettingsSyncAction } return nil } type AiThreadRenameAction struct { state protoimpl.MessageState `protogen:"open.v1"` NewTitle *string `protobuf:"bytes,1,opt,name=newTitle" json:"newTitle,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } func (x *AiThreadRenameAction) Reset() { *x = AiThreadRenameAction{} mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[18] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *AiThreadRenameAction) String() string { return protoimpl.X.MessageStringOf(x) } func (*AiThreadRenameAction) ProtoMessage() {} func (x *AiThreadRenameAction) ProtoReflect() protoreflect.Message { mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[18] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use AiThreadRenameAction.ProtoReflect.Descriptor instead. func (*AiThreadRenameAction) Descriptor() ([]byte, []int) { return file_waSyncAction_WAWebProtobufSyncAction_proto_rawDescGZIP(), []int{18} } func (x *AiThreadRenameAction) GetNewTitle() string { if x != nil && x.NewTitle != nil { return *x.NewTitle } return "" } type StatusPostOptInNotificationPreferencesAction struct { state protoimpl.MessageState `protogen:"open.v1"` Enabled *bool `protobuf:"varint,1,opt,name=enabled" json:"enabled,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } func (x *StatusPostOptInNotificationPreferencesAction) Reset() { *x = StatusPostOptInNotificationPreferencesAction{} mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[19] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *StatusPostOptInNotificationPreferencesAction) String() string { return protoimpl.X.MessageStringOf(x) } func (*StatusPostOptInNotificationPreferencesAction) ProtoMessage() {} func (x *StatusPostOptInNotificationPreferencesAction) ProtoReflect() protoreflect.Message { mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[19] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use StatusPostOptInNotificationPreferencesAction.ProtoReflect.Descriptor instead. func (*StatusPostOptInNotificationPreferencesAction) Descriptor() ([]byte, []int) { return file_waSyncAction_WAWebProtobufSyncAction_proto_rawDescGZIP(), []int{19} } func (x *StatusPostOptInNotificationPreferencesAction) GetEnabled() bool { if x != nil && x.Enabled != nil { return *x.Enabled } return false } type BroadcastListParticipant struct { state protoimpl.MessageState `protogen:"open.v1"` LidJID *string `protobuf:"bytes,1,req,name=lidJID" json:"lidJID,omitempty"` PnJID *string `protobuf:"bytes,2,opt,name=pnJID" json:"pnJID,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } func (x *BroadcastListParticipant) Reset() { *x = BroadcastListParticipant{} mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[20] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *BroadcastListParticipant) String() string { return protoimpl.X.MessageStringOf(x) } func (*BroadcastListParticipant) ProtoMessage() {} func (x *BroadcastListParticipant) ProtoReflect() protoreflect.Message { mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[20] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use BroadcastListParticipant.ProtoReflect.Descriptor instead. func (*BroadcastListParticipant) Descriptor() ([]byte, []int) { return file_waSyncAction_WAWebProtobufSyncAction_proto_rawDescGZIP(), []int{20} } func (x *BroadcastListParticipant) GetLidJID() string { if x != nil && x.LidJID != nil { return *x.LidJID } return "" } func (x *BroadcastListParticipant) GetPnJID() string { if x != nil && x.PnJID != nil { return *x.PnJID } return "" } type BusinessBroadcastListAction struct { state protoimpl.MessageState `protogen:"open.v1"` Deleted *bool `protobuf:"varint,1,opt,name=deleted" json:"deleted,omitempty"` Participants []*BroadcastListParticipant `protobuf:"bytes,2,rep,name=participants" json:"participants,omitempty"` ListName *string `protobuf:"bytes,3,opt,name=listName" json:"listName,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } func (x *BusinessBroadcastListAction) Reset() { *x = BusinessBroadcastListAction{} mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[21] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *BusinessBroadcastListAction) String() string { return protoimpl.X.MessageStringOf(x) } func (*BusinessBroadcastListAction) ProtoMessage() {} func (x *BusinessBroadcastListAction) ProtoReflect() protoreflect.Message { mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[21] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use BusinessBroadcastListAction.ProtoReflect.Descriptor instead. func (*BusinessBroadcastListAction) Descriptor() ([]byte, []int) { return file_waSyncAction_WAWebProtobufSyncAction_proto_rawDescGZIP(), []int{21} } func (x *BusinessBroadcastListAction) GetDeleted() bool { if x != nil && x.Deleted != nil { return *x.Deleted } return false } func (x *BusinessBroadcastListAction) GetParticipants() []*BroadcastListParticipant { if x != nil { return x.Participants } return nil } func (x *BusinessBroadcastListAction) GetListName() string { if x != nil && x.ListName != nil { return *x.ListName } return "" } type BusinessBroadcastAssociationAction struct { state protoimpl.MessageState `protogen:"open.v1"` Deleted *bool `protobuf:"varint,1,opt,name=deleted" json:"deleted,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } func (x *BusinessBroadcastAssociationAction) Reset() { *x = BusinessBroadcastAssociationAction{} mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[22] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *BusinessBroadcastAssociationAction) String() string { return protoimpl.X.MessageStringOf(x) } func (*BusinessBroadcastAssociationAction) ProtoMessage() {} func (x *BusinessBroadcastAssociationAction) ProtoReflect() protoreflect.Message { mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[22] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use BusinessBroadcastAssociationAction.ProtoReflect.Descriptor instead. func (*BusinessBroadcastAssociationAction) Descriptor() ([]byte, []int) { return file_waSyncAction_WAWebProtobufSyncAction_proto_rawDescGZIP(), []int{22} } func (x *BusinessBroadcastAssociationAction) GetDeleted() bool { if x != nil && x.Deleted != nil { return *x.Deleted } return false } type CtwaPerCustomerDataSharingAction struct { state protoimpl.MessageState `protogen:"open.v1"` IsCtwaPerCustomerDataSharingEnabled *bool `protobuf:"varint,1,opt,name=isCtwaPerCustomerDataSharingEnabled" json:"isCtwaPerCustomerDataSharingEnabled,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } func (x *CtwaPerCustomerDataSharingAction) Reset() { *x = CtwaPerCustomerDataSharingAction{} mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[23] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *CtwaPerCustomerDataSharingAction) String() string { return protoimpl.X.MessageStringOf(x) } func (*CtwaPerCustomerDataSharingAction) ProtoMessage() {} func (x *CtwaPerCustomerDataSharingAction) ProtoReflect() protoreflect.Message { mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[23] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use CtwaPerCustomerDataSharingAction.ProtoReflect.Descriptor instead. func (*CtwaPerCustomerDataSharingAction) Descriptor() ([]byte, []int) { return file_waSyncAction_WAWebProtobufSyncAction_proto_rawDescGZIP(), []int{23} } func (x *CtwaPerCustomerDataSharingAction) GetIsCtwaPerCustomerDataSharingEnabled() bool { if x != nil && x.IsCtwaPerCustomerDataSharingEnabled != nil { return *x.IsCtwaPerCustomerDataSharingEnabled } return false } type LidContactAction struct { state protoimpl.MessageState `protogen:"open.v1"` FullName *string `protobuf:"bytes,1,opt,name=fullName" json:"fullName,omitempty"` FirstName *string `protobuf:"bytes,2,opt,name=firstName" json:"firstName,omitempty"` Username *string `protobuf:"bytes,3,opt,name=username" json:"username,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } func (x *LidContactAction) Reset() { *x = LidContactAction{} mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[24] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *LidContactAction) String() string { return protoimpl.X.MessageStringOf(x) } func (*LidContactAction) ProtoMessage() {} func (x *LidContactAction) ProtoReflect() protoreflect.Message { mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[24] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use LidContactAction.ProtoReflect.Descriptor instead. func (*LidContactAction) Descriptor() ([]byte, []int) { return file_waSyncAction_WAWebProtobufSyncAction_proto_rawDescGZIP(), []int{24} } func (x *LidContactAction) GetFullName() string { if x != nil && x.FullName != nil { return *x.FullName } return "" } func (x *LidContactAction) GetFirstName() string { if x != nil && x.FirstName != nil { return *x.FirstName } return "" } func (x *LidContactAction) GetUsername() string { if x != nil && x.Username != nil { return *x.Username } return "" } type FavoritesAction struct { state protoimpl.MessageState `protogen:"open.v1"` Favorites []*FavoritesAction_Favorite `protobuf:"bytes,1,rep,name=favorites" json:"favorites,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } func (x *FavoritesAction) Reset() { *x = FavoritesAction{} mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[25] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *FavoritesAction) String() string { return protoimpl.X.MessageStringOf(x) } func (*FavoritesAction) ProtoMessage() {} func (x *FavoritesAction) ProtoReflect() protoreflect.Message { mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[25] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use FavoritesAction.ProtoReflect.Descriptor instead. func (*FavoritesAction) Descriptor() ([]byte, []int) { return file_waSyncAction_WAWebProtobufSyncAction_proto_rawDescGZIP(), []int{25} } func (x *FavoritesAction) GetFavorites() []*FavoritesAction_Favorite { if x != nil { return x.Favorites } return nil } type PrivacySettingChannelsPersonalisedRecommendationAction struct { state protoimpl.MessageState `protogen:"open.v1"` IsUserOptedOut *bool `protobuf:"varint,1,opt,name=isUserOptedOut" json:"isUserOptedOut,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } func (x *PrivacySettingChannelsPersonalisedRecommendationAction) Reset() { *x = PrivacySettingChannelsPersonalisedRecommendationAction{} mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[26] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *PrivacySettingChannelsPersonalisedRecommendationAction) String() string { return protoimpl.X.MessageStringOf(x) } func (*PrivacySettingChannelsPersonalisedRecommendationAction) ProtoMessage() {} func (x *PrivacySettingChannelsPersonalisedRecommendationAction) ProtoReflect() protoreflect.Message { mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[26] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use PrivacySettingChannelsPersonalisedRecommendationAction.ProtoReflect.Descriptor instead. func (*PrivacySettingChannelsPersonalisedRecommendationAction) Descriptor() ([]byte, []int) { return file_waSyncAction_WAWebProtobufSyncAction_proto_rawDescGZIP(), []int{26} } func (x *PrivacySettingChannelsPersonalisedRecommendationAction) GetIsUserOptedOut() bool { if x != nil && x.IsUserOptedOut != nil { return *x.IsUserOptedOut } return false } type PrivacySettingDisableLinkPreviewsAction struct { state protoimpl.MessageState `protogen:"open.v1"` IsPreviewsDisabled *bool `protobuf:"varint,1,opt,name=isPreviewsDisabled" json:"isPreviewsDisabled,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } func (x *PrivacySettingDisableLinkPreviewsAction) Reset() { *x = PrivacySettingDisableLinkPreviewsAction{} mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[27] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *PrivacySettingDisableLinkPreviewsAction) String() string { return protoimpl.X.MessageStringOf(x) } func (*PrivacySettingDisableLinkPreviewsAction) ProtoMessage() {} func (x *PrivacySettingDisableLinkPreviewsAction) ProtoReflect() protoreflect.Message { mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[27] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use PrivacySettingDisableLinkPreviewsAction.ProtoReflect.Descriptor instead. func (*PrivacySettingDisableLinkPreviewsAction) Descriptor() ([]byte, []int) { return file_waSyncAction_WAWebProtobufSyncAction_proto_rawDescGZIP(), []int{27} } func (x *PrivacySettingDisableLinkPreviewsAction) GetIsPreviewsDisabled() bool { if x != nil && x.IsPreviewsDisabled != nil { return *x.IsPreviewsDisabled } return false } type WamoUserIdentifierAction struct { state protoimpl.MessageState `protogen:"open.v1"` Identifier *string `protobuf:"bytes,1,opt,name=identifier" json:"identifier,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } func (x *WamoUserIdentifierAction) Reset() { *x = WamoUserIdentifierAction{} mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[28] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *WamoUserIdentifierAction) String() string { return protoimpl.X.MessageStringOf(x) } func (*WamoUserIdentifierAction) ProtoMessage() {} func (x *WamoUserIdentifierAction) ProtoReflect() protoreflect.Message { mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[28] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use WamoUserIdentifierAction.ProtoReflect.Descriptor instead. func (*WamoUserIdentifierAction) Descriptor() ([]byte, []int) { return file_waSyncAction_WAWebProtobufSyncAction_proto_rawDescGZIP(), []int{28} } func (x *WamoUserIdentifierAction) GetIdentifier() string { if x != nil && x.Identifier != nil { return *x.Identifier } return "" } type LockChatAction struct { state protoimpl.MessageState `protogen:"open.v1"` Locked *bool `protobuf:"varint,1,opt,name=locked" json:"locked,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } func (x *LockChatAction) Reset() { *x = LockChatAction{} mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[29] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *LockChatAction) String() string { return protoimpl.X.MessageStringOf(x) } func (*LockChatAction) ProtoMessage() {} func (x *LockChatAction) ProtoReflect() protoreflect.Message { mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[29] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use LockChatAction.ProtoReflect.Descriptor instead. func (*LockChatAction) Descriptor() ([]byte, []int) { return file_waSyncAction_WAWebProtobufSyncAction_proto_rawDescGZIP(), []int{29} } func (x *LockChatAction) GetLocked() bool { if x != nil && x.Locked != nil { return *x.Locked } return false } type CustomPaymentMethodsAction struct { state protoimpl.MessageState `protogen:"open.v1"` CustomPaymentMethods []*CustomPaymentMethod `protobuf:"bytes,1,rep,name=customPaymentMethods" json:"customPaymentMethods,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } func (x *CustomPaymentMethodsAction) Reset() { *x = CustomPaymentMethodsAction{} mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[30] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *CustomPaymentMethodsAction) String() string { return protoimpl.X.MessageStringOf(x) } func (*CustomPaymentMethodsAction) ProtoMessage() {} func (x *CustomPaymentMethodsAction) ProtoReflect() protoreflect.Message { mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[30] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use CustomPaymentMethodsAction.ProtoReflect.Descriptor instead. func (*CustomPaymentMethodsAction) Descriptor() ([]byte, []int) { return file_waSyncAction_WAWebProtobufSyncAction_proto_rawDescGZIP(), []int{30} } func (x *CustomPaymentMethodsAction) GetCustomPaymentMethods() []*CustomPaymentMethod { if x != nil { return x.CustomPaymentMethods } return nil } type CustomPaymentMethod struct { state protoimpl.MessageState `protogen:"open.v1"` CredentialID *string `protobuf:"bytes,1,req,name=credentialID" json:"credentialID,omitempty"` Country *string `protobuf:"bytes,2,req,name=country" json:"country,omitempty"` Type *string `protobuf:"bytes,3,req,name=type" json:"type,omitempty"` Metadata []*CustomPaymentMethodMetadata `protobuf:"bytes,4,rep,name=metadata" json:"metadata,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } func (x *CustomPaymentMethod) Reset() { *x = CustomPaymentMethod{} mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[31] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *CustomPaymentMethod) String() string { return protoimpl.X.MessageStringOf(x) } func (*CustomPaymentMethod) ProtoMessage() {} func (x *CustomPaymentMethod) ProtoReflect() protoreflect.Message { mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[31] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use CustomPaymentMethod.ProtoReflect.Descriptor instead. func (*CustomPaymentMethod) Descriptor() ([]byte, []int) { return file_waSyncAction_WAWebProtobufSyncAction_proto_rawDescGZIP(), []int{31} } func (x *CustomPaymentMethod) GetCredentialID() string { if x != nil && x.CredentialID != nil { return *x.CredentialID } return "" } func (x *CustomPaymentMethod) GetCountry() string { if x != nil && x.Country != nil { return *x.Country } return "" } func (x *CustomPaymentMethod) GetType() string { if x != nil && x.Type != nil { return *x.Type } return "" } func (x *CustomPaymentMethod) GetMetadata() []*CustomPaymentMethodMetadata { if x != nil { return x.Metadata } return nil } type CustomPaymentMethodMetadata struct { state protoimpl.MessageState `protogen:"open.v1"` Key *string `protobuf:"bytes,1,req,name=key" json:"key,omitempty"` Value *string `protobuf:"bytes,2,req,name=value" json:"value,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } func (x *CustomPaymentMethodMetadata) Reset() { *x = CustomPaymentMethodMetadata{} mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[32] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *CustomPaymentMethodMetadata) String() string { return protoimpl.X.MessageStringOf(x) } func (*CustomPaymentMethodMetadata) ProtoMessage() {} func (x *CustomPaymentMethodMetadata) ProtoReflect() protoreflect.Message { mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[32] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use CustomPaymentMethodMetadata.ProtoReflect.Descriptor instead. func (*CustomPaymentMethodMetadata) Descriptor() ([]byte, []int) { return file_waSyncAction_WAWebProtobufSyncAction_proto_rawDescGZIP(), []int{32} } func (x *CustomPaymentMethodMetadata) GetKey() string { if x != nil && x.Key != nil { return *x.Key } return "" } func (x *CustomPaymentMethodMetadata) GetValue() string { if x != nil && x.Value != nil { return *x.Value } return "" } type PaymentInfoAction struct { state protoimpl.MessageState `protogen:"open.v1"` Cpi *string `protobuf:"bytes,1,opt,name=cpi" json:"cpi,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } func (x *PaymentInfoAction) Reset() { *x = PaymentInfoAction{} mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[33] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *PaymentInfoAction) String() string { return protoimpl.X.MessageStringOf(x) } func (*PaymentInfoAction) ProtoMessage() {} func (x *PaymentInfoAction) ProtoReflect() protoreflect.Message { mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[33] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use PaymentInfoAction.ProtoReflect.Descriptor instead. func (*PaymentInfoAction) Descriptor() ([]byte, []int) { return file_waSyncAction_WAWebProtobufSyncAction_proto_rawDescGZIP(), []int{33} } func (x *PaymentInfoAction) GetCpi() string { if x != nil && x.Cpi != nil { return *x.Cpi } return "" } type LabelReorderingAction struct { state protoimpl.MessageState `protogen:"open.v1"` SortedLabelIDs []int32 `protobuf:"varint,1,rep,name=sortedLabelIDs" json:"sortedLabelIDs,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } func (x *LabelReorderingAction) Reset() { *x = LabelReorderingAction{} mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[34] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *LabelReorderingAction) String() string { return protoimpl.X.MessageStringOf(x) } func (*LabelReorderingAction) ProtoMessage() {} func (x *LabelReorderingAction) ProtoReflect() protoreflect.Message { mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[34] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use LabelReorderingAction.ProtoReflect.Descriptor instead. func (*LabelReorderingAction) Descriptor() ([]byte, []int) { return file_waSyncAction_WAWebProtobufSyncAction_proto_rawDescGZIP(), []int{34} } func (x *LabelReorderingAction) GetSortedLabelIDs() []int32 { if x != nil { return x.SortedLabelIDs } return nil } type DeleteIndividualCallLogAction struct { state protoimpl.MessageState `protogen:"open.v1"` PeerJID *string `protobuf:"bytes,1,opt,name=peerJID" json:"peerJID,omitempty"` IsIncoming *bool `protobuf:"varint,2,opt,name=isIncoming" json:"isIncoming,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } func (x *DeleteIndividualCallLogAction) Reset() { *x = DeleteIndividualCallLogAction{} mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[35] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *DeleteIndividualCallLogAction) String() string { return protoimpl.X.MessageStringOf(x) } func (*DeleteIndividualCallLogAction) ProtoMessage() {} func (x *DeleteIndividualCallLogAction) ProtoReflect() protoreflect.Message { mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[35] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use DeleteIndividualCallLogAction.ProtoReflect.Descriptor instead. func (*DeleteIndividualCallLogAction) Descriptor() ([]byte, []int) { return file_waSyncAction_WAWebProtobufSyncAction_proto_rawDescGZIP(), []int{35} } func (x *DeleteIndividualCallLogAction) GetPeerJID() string { if x != nil && x.PeerJID != nil { return *x.PeerJID } return "" } func (x *DeleteIndividualCallLogAction) GetIsIncoming() bool { if x != nil && x.IsIncoming != nil { return *x.IsIncoming } return false } type BotWelcomeRequestAction struct { state protoimpl.MessageState `protogen:"open.v1"` IsSent *bool `protobuf:"varint,1,opt,name=isSent" json:"isSent,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } func (x *BotWelcomeRequestAction) Reset() { *x = BotWelcomeRequestAction{} mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[36] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *BotWelcomeRequestAction) String() string { return protoimpl.X.MessageStringOf(x) } func (*BotWelcomeRequestAction) ProtoMessage() {} func (x *BotWelcomeRequestAction) ProtoReflect() protoreflect.Message { mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[36] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use BotWelcomeRequestAction.ProtoReflect.Descriptor instead. func (*BotWelcomeRequestAction) Descriptor() ([]byte, []int) { return file_waSyncAction_WAWebProtobufSyncAction_proto_rawDescGZIP(), []int{36} } func (x *BotWelcomeRequestAction) GetIsSent() bool { if x != nil && x.IsSent != nil { return *x.IsSent } return false } type NewsletterSavedInterestsAction struct { state protoimpl.MessageState `protogen:"open.v1"` NewsletterSavedInterests *string `protobuf:"bytes,1,opt,name=newsletterSavedInterests" json:"newsletterSavedInterests,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } func (x *NewsletterSavedInterestsAction) Reset() { *x = NewsletterSavedInterestsAction{} mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[37] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *NewsletterSavedInterestsAction) String() string { return protoimpl.X.MessageStringOf(x) } func (*NewsletterSavedInterestsAction) ProtoMessage() {} func (x *NewsletterSavedInterestsAction) ProtoReflect() protoreflect.Message { mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[37] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use NewsletterSavedInterestsAction.ProtoReflect.Descriptor instead. func (*NewsletterSavedInterestsAction) Descriptor() ([]byte, []int) { return file_waSyncAction_WAWebProtobufSyncAction_proto_rawDescGZIP(), []int{37} } func (x *NewsletterSavedInterestsAction) GetNewsletterSavedInterests() string { if x != nil && x.NewsletterSavedInterests != nil { return *x.NewsletterSavedInterests } return "" } type MusicUserIdAction struct { state protoimpl.MessageState `protogen:"open.v1"` MusicUserID *string `protobuf:"bytes,1,opt,name=musicUserID" json:"musicUserID,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } func (x *MusicUserIdAction) Reset() { *x = MusicUserIdAction{} mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[38] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *MusicUserIdAction) String() string { return protoimpl.X.MessageStringOf(x) } func (*MusicUserIdAction) ProtoMessage() {} func (x *MusicUserIdAction) ProtoReflect() protoreflect.Message { mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[38] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use MusicUserIdAction.ProtoReflect.Descriptor instead. func (*MusicUserIdAction) Descriptor() ([]byte, []int) { return file_waSyncAction_WAWebProtobufSyncAction_proto_rawDescGZIP(), []int{38} } func (x *MusicUserIdAction) GetMusicUserID() string { if x != nil && x.MusicUserID != nil { return *x.MusicUserID } return "" } type UGCBot struct { state protoimpl.MessageState `protogen:"open.v1"` Definition []byte `protobuf:"bytes,1,opt,name=definition" json:"definition,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } func (x *UGCBot) Reset() { *x = UGCBot{} mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[39] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *UGCBot) String() string { return protoimpl.X.MessageStringOf(x) } func (*UGCBot) ProtoMessage() {} func (x *UGCBot) ProtoReflect() protoreflect.Message { mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[39] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use UGCBot.ProtoReflect.Descriptor instead. func (*UGCBot) Descriptor() ([]byte, []int) { return file_waSyncAction_WAWebProtobufSyncAction_proto_rawDescGZIP(), []int{39} } func (x *UGCBot) GetDefinition() []byte { if x != nil { return x.Definition } return nil } type CallLogAction struct { state protoimpl.MessageState `protogen:"open.v1"` CallLogRecord *CallLogRecord `protobuf:"bytes,1,opt,name=callLogRecord" json:"callLogRecord,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } func (x *CallLogAction) Reset() { *x = CallLogAction{} mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[40] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *CallLogAction) String() string { return protoimpl.X.MessageStringOf(x) } func (*CallLogAction) ProtoMessage() {} func (x *CallLogAction) ProtoReflect() protoreflect.Message { mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[40] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use CallLogAction.ProtoReflect.Descriptor instead. func (*CallLogAction) Descriptor() ([]byte, []int) { return file_waSyncAction_WAWebProtobufSyncAction_proto_rawDescGZIP(), []int{40} } func (x *CallLogAction) GetCallLogRecord() *CallLogRecord { if x != nil { return x.CallLogRecord } return nil } type PrivacySettingRelayAllCalls struct { state protoimpl.MessageState `protogen:"open.v1"` IsEnabled *bool `protobuf:"varint,1,opt,name=isEnabled" json:"isEnabled,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } func (x *PrivacySettingRelayAllCalls) Reset() { *x = PrivacySettingRelayAllCalls{} mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[41] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *PrivacySettingRelayAllCalls) String() string { return protoimpl.X.MessageStringOf(x) } func (*PrivacySettingRelayAllCalls) ProtoMessage() {} func (x *PrivacySettingRelayAllCalls) ProtoReflect() protoreflect.Message { mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[41] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use PrivacySettingRelayAllCalls.ProtoReflect.Descriptor instead. func (*PrivacySettingRelayAllCalls) Descriptor() ([]byte, []int) { return file_waSyncAction_WAWebProtobufSyncAction_proto_rawDescGZIP(), []int{41} } func (x *PrivacySettingRelayAllCalls) GetIsEnabled() bool { if x != nil && x.IsEnabled != nil { return *x.IsEnabled } return false } type DetectedOutcomesStatusAction struct { state protoimpl.MessageState `protogen:"open.v1"` IsEnabled *bool `protobuf:"varint,1,opt,name=isEnabled" json:"isEnabled,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } func (x *DetectedOutcomesStatusAction) Reset() { *x = DetectedOutcomesStatusAction{} mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[42] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *DetectedOutcomesStatusAction) String() string { return protoimpl.X.MessageStringOf(x) } func (*DetectedOutcomesStatusAction) ProtoMessage() {} func (x *DetectedOutcomesStatusAction) ProtoReflect() protoreflect.Message { mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[42] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use DetectedOutcomesStatusAction.ProtoReflect.Descriptor instead. func (*DetectedOutcomesStatusAction) Descriptor() ([]byte, []int) { return file_waSyncAction_WAWebProtobufSyncAction_proto_rawDescGZIP(), []int{42} } func (x *DetectedOutcomesStatusAction) GetIsEnabled() bool { if x != nil && x.IsEnabled != nil { return *x.IsEnabled } return false } type ExternalWebBetaAction struct { state protoimpl.MessageState `protogen:"open.v1"` IsOptIn *bool `protobuf:"varint,1,opt,name=isOptIn" json:"isOptIn,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } func (x *ExternalWebBetaAction) Reset() { *x = ExternalWebBetaAction{} mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[43] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *ExternalWebBetaAction) String() string { return protoimpl.X.MessageStringOf(x) } func (*ExternalWebBetaAction) ProtoMessage() {} func (x *ExternalWebBetaAction) ProtoReflect() protoreflect.Message { mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[43] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use ExternalWebBetaAction.ProtoReflect.Descriptor instead. func (*ExternalWebBetaAction) Descriptor() ([]byte, []int) { return file_waSyncAction_WAWebProtobufSyncAction_proto_rawDescGZIP(), []int{43} } func (x *ExternalWebBetaAction) GetIsOptIn() bool { if x != nil && x.IsOptIn != nil { return *x.IsOptIn } return false } type MarketingMessageBroadcastAction struct { state protoimpl.MessageState `protogen:"open.v1"` RepliedCount *int32 `protobuf:"varint,1,opt,name=repliedCount" json:"repliedCount,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } func (x *MarketingMessageBroadcastAction) Reset() { *x = MarketingMessageBroadcastAction{} mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[44] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *MarketingMessageBroadcastAction) String() string { return protoimpl.X.MessageStringOf(x) } func (*MarketingMessageBroadcastAction) ProtoMessage() {} func (x *MarketingMessageBroadcastAction) ProtoReflect() protoreflect.Message { mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[44] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use MarketingMessageBroadcastAction.ProtoReflect.Descriptor instead. func (*MarketingMessageBroadcastAction) Descriptor() ([]byte, []int) { return file_waSyncAction_WAWebProtobufSyncAction_proto_rawDescGZIP(), []int{44} } func (x *MarketingMessageBroadcastAction) GetRepliedCount() int32 { if x != nil && x.RepliedCount != nil { return *x.RepliedCount } return 0 } type PnForLidChatAction struct { state protoimpl.MessageState `protogen:"open.v1"` PnJID *string `protobuf:"bytes,1,opt,name=pnJID" json:"pnJID,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } func (x *PnForLidChatAction) Reset() { *x = PnForLidChatAction{} mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[45] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *PnForLidChatAction) String() string { return protoimpl.X.MessageStringOf(x) } func (*PnForLidChatAction) ProtoMessage() {} func (x *PnForLidChatAction) ProtoReflect() protoreflect.Message { mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[45] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use PnForLidChatAction.ProtoReflect.Descriptor instead. func (*PnForLidChatAction) Descriptor() ([]byte, []int) { return file_waSyncAction_WAWebProtobufSyncAction_proto_rawDescGZIP(), []int{45} } func (x *PnForLidChatAction) GetPnJID() string { if x != nil && x.PnJID != nil { return *x.PnJID } return "" } type ChatAssignmentOpenedStatusAction struct { state protoimpl.MessageState `protogen:"open.v1"` ChatOpened *bool `protobuf:"varint,1,opt,name=chatOpened" json:"chatOpened,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } func (x *ChatAssignmentOpenedStatusAction) Reset() { *x = ChatAssignmentOpenedStatusAction{} mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[46] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *ChatAssignmentOpenedStatusAction) String() string { return protoimpl.X.MessageStringOf(x) } func (*ChatAssignmentOpenedStatusAction) ProtoMessage() {} func (x *ChatAssignmentOpenedStatusAction) ProtoReflect() protoreflect.Message { mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[46] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use ChatAssignmentOpenedStatusAction.ProtoReflect.Descriptor instead. func (*ChatAssignmentOpenedStatusAction) Descriptor() ([]byte, []int) { return file_waSyncAction_WAWebProtobufSyncAction_proto_rawDescGZIP(), []int{46} } func (x *ChatAssignmentOpenedStatusAction) GetChatOpened() bool { if x != nil && x.ChatOpened != nil { return *x.ChatOpened } return false } type ChatAssignmentAction struct { state protoimpl.MessageState `protogen:"open.v1"` DeviceAgentID *string `protobuf:"bytes,1,opt,name=deviceAgentID" json:"deviceAgentID,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } func (x *ChatAssignmentAction) Reset() { *x = ChatAssignmentAction{} mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[47] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *ChatAssignmentAction) String() string { return protoimpl.X.MessageStringOf(x) } func (*ChatAssignmentAction) ProtoMessage() {} func (x *ChatAssignmentAction) ProtoReflect() protoreflect.Message { mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[47] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use ChatAssignmentAction.ProtoReflect.Descriptor instead. func (*ChatAssignmentAction) Descriptor() ([]byte, []int) { return file_waSyncAction_WAWebProtobufSyncAction_proto_rawDescGZIP(), []int{47} } func (x *ChatAssignmentAction) GetDeviceAgentID() string { if x != nil && x.DeviceAgentID != nil { return *x.DeviceAgentID } return "" } type StickerAction struct { state protoimpl.MessageState `protogen:"open.v1"` URL *string `protobuf:"bytes,1,opt,name=URL" json:"URL,omitempty"` FileEncSHA256 []byte `protobuf:"bytes,2,opt,name=fileEncSHA256" json:"fileEncSHA256,omitempty"` MediaKey []byte `protobuf:"bytes,3,opt,name=mediaKey" json:"mediaKey,omitempty"` Mimetype *string `protobuf:"bytes,4,opt,name=mimetype" json:"mimetype,omitempty"` Height *uint32 `protobuf:"varint,5,opt,name=height" json:"height,omitempty"` Width *uint32 `protobuf:"varint,6,opt,name=width" json:"width,omitempty"` DirectPath *string `protobuf:"bytes,7,opt,name=directPath" json:"directPath,omitempty"` FileLength *uint64 `protobuf:"varint,8,opt,name=fileLength" json:"fileLength,omitempty"` IsFavorite *bool `protobuf:"varint,9,opt,name=isFavorite" json:"isFavorite,omitempty"` DeviceIDHint *uint32 `protobuf:"varint,10,opt,name=deviceIDHint" json:"deviceIDHint,omitempty"` IsLottie *bool `protobuf:"varint,11,opt,name=isLottie" json:"isLottie,omitempty"` ImageHash *string `protobuf:"bytes,12,opt,name=imageHash" json:"imageHash,omitempty"` IsAvatarSticker *bool `protobuf:"varint,13,opt,name=isAvatarSticker" json:"isAvatarSticker,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } func (x *StickerAction) Reset() { *x = StickerAction{} mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[48] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *StickerAction) String() string { return protoimpl.X.MessageStringOf(x) } func (*StickerAction) ProtoMessage() {} func (x *StickerAction) ProtoReflect() protoreflect.Message { mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[48] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use StickerAction.ProtoReflect.Descriptor instead. func (*StickerAction) Descriptor() ([]byte, []int) { return file_waSyncAction_WAWebProtobufSyncAction_proto_rawDescGZIP(), []int{48} } func (x *StickerAction) GetURL() string { if x != nil && x.URL != nil { return *x.URL } return "" } func (x *StickerAction) GetFileEncSHA256() []byte { if x != nil { return x.FileEncSHA256 } return nil } func (x *StickerAction) GetMediaKey() []byte { if x != nil { return x.MediaKey } return nil } func (x *StickerAction) GetMimetype() string { if x != nil && x.Mimetype != nil { return *x.Mimetype } return "" } func (x *StickerAction) GetHeight() uint32 { if x != nil && x.Height != nil { return *x.Height } return 0 } func (x *StickerAction) GetWidth() uint32 { if x != nil && x.Width != nil { return *x.Width } return 0 } func (x *StickerAction) GetDirectPath() string { if x != nil && x.DirectPath != nil { return *x.DirectPath } return "" } func (x *StickerAction) GetFileLength() uint64 { if x != nil && x.FileLength != nil { return *x.FileLength } return 0 } func (x *StickerAction) GetIsFavorite() bool { if x != nil && x.IsFavorite != nil { return *x.IsFavorite } return false } func (x *StickerAction) GetDeviceIDHint() uint32 { if x != nil && x.DeviceIDHint != nil { return *x.DeviceIDHint } return 0 } func (x *StickerAction) GetIsLottie() bool { if x != nil && x.IsLottie != nil { return *x.IsLottie } return false } func (x *StickerAction) GetImageHash() string { if x != nil && x.ImageHash != nil { return *x.ImageHash } return "" } func (x *StickerAction) GetIsAvatarSticker() bool { if x != nil && x.IsAvatarSticker != nil { return *x.IsAvatarSticker } return false } type RemoveRecentStickerAction struct { state protoimpl.MessageState `protogen:"open.v1"` LastStickerSentTS *int64 `protobuf:"varint,1,opt,name=lastStickerSentTS" json:"lastStickerSentTS,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } func (x *RemoveRecentStickerAction) Reset() { *x = RemoveRecentStickerAction{} mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[49] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *RemoveRecentStickerAction) String() string { return protoimpl.X.MessageStringOf(x) } func (*RemoveRecentStickerAction) ProtoMessage() {} func (x *RemoveRecentStickerAction) ProtoReflect() protoreflect.Message { mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[49] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use RemoveRecentStickerAction.ProtoReflect.Descriptor instead. func (*RemoveRecentStickerAction) Descriptor() ([]byte, []int) { return file_waSyncAction_WAWebProtobufSyncAction_proto_rawDescGZIP(), []int{49} } func (x *RemoveRecentStickerAction) GetLastStickerSentTS() int64 { if x != nil && x.LastStickerSentTS != nil { return *x.LastStickerSentTS } return 0 } type PrimaryVersionAction struct { state protoimpl.MessageState `protogen:"open.v1"` Version *string `protobuf:"bytes,1,opt,name=version" json:"version,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } func (x *PrimaryVersionAction) Reset() { *x = PrimaryVersionAction{} mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[50] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *PrimaryVersionAction) String() string { return protoimpl.X.MessageStringOf(x) } func (*PrimaryVersionAction) ProtoMessage() {} func (x *PrimaryVersionAction) ProtoReflect() protoreflect.Message { mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[50] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use PrimaryVersionAction.ProtoReflect.Descriptor instead. func (*PrimaryVersionAction) Descriptor() ([]byte, []int) { return file_waSyncAction_WAWebProtobufSyncAction_proto_rawDescGZIP(), []int{50} } func (x *PrimaryVersionAction) GetVersion() string { if x != nil && x.Version != nil { return *x.Version } return "" } type NuxAction struct { state protoimpl.MessageState `protogen:"open.v1"` Acknowledged *bool `protobuf:"varint,1,opt,name=acknowledged" json:"acknowledged,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } func (x *NuxAction) Reset() { *x = NuxAction{} mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[51] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *NuxAction) String() string { return protoimpl.X.MessageStringOf(x) } func (*NuxAction) ProtoMessage() {} func (x *NuxAction) ProtoReflect() protoreflect.Message { mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[51] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use NuxAction.ProtoReflect.Descriptor instead. func (*NuxAction) Descriptor() ([]byte, []int) { return file_waSyncAction_WAWebProtobufSyncAction_proto_rawDescGZIP(), []int{51} } func (x *NuxAction) GetAcknowledged() bool { if x != nil && x.Acknowledged != nil { return *x.Acknowledged } return false } type TimeFormatAction struct { state protoimpl.MessageState `protogen:"open.v1"` IsTwentyFourHourFormatEnabled *bool `protobuf:"varint,1,opt,name=isTwentyFourHourFormatEnabled" json:"isTwentyFourHourFormatEnabled,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } func (x *TimeFormatAction) Reset() { *x = TimeFormatAction{} mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[52] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *TimeFormatAction) String() string { return protoimpl.X.MessageStringOf(x) } func (*TimeFormatAction) ProtoMessage() {} func (x *TimeFormatAction) ProtoReflect() protoreflect.Message { mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[52] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use TimeFormatAction.ProtoReflect.Descriptor instead. func (*TimeFormatAction) Descriptor() ([]byte, []int) { return file_waSyncAction_WAWebProtobufSyncAction_proto_rawDescGZIP(), []int{52} } func (x *TimeFormatAction) GetIsTwentyFourHourFormatEnabled() bool { if x != nil && x.IsTwentyFourHourFormatEnabled != nil { return *x.IsTwentyFourHourFormatEnabled } return false } type UserStatusMuteAction struct { state protoimpl.MessageState `protogen:"open.v1"` Muted *bool `protobuf:"varint,1,opt,name=muted" json:"muted,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } func (x *UserStatusMuteAction) Reset() { *x = UserStatusMuteAction{} mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[53] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *UserStatusMuteAction) String() string { return protoimpl.X.MessageStringOf(x) } func (*UserStatusMuteAction) ProtoMessage() {} func (x *UserStatusMuteAction) ProtoReflect() protoreflect.Message { mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[53] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use UserStatusMuteAction.ProtoReflect.Descriptor instead. func (*UserStatusMuteAction) Descriptor() ([]byte, []int) { return file_waSyncAction_WAWebProtobufSyncAction_proto_rawDescGZIP(), []int{53} } func (x *UserStatusMuteAction) GetMuted() bool { if x != nil && x.Muted != nil { return *x.Muted } return false } type SubscriptionAction struct { state protoimpl.MessageState `protogen:"open.v1"` IsDeactivated *bool `protobuf:"varint,1,opt,name=isDeactivated" json:"isDeactivated,omitempty"` IsAutoRenewing *bool `protobuf:"varint,2,opt,name=isAutoRenewing" json:"isAutoRenewing,omitempty"` ExpirationDate *int64 `protobuf:"varint,3,opt,name=expirationDate" json:"expirationDate,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } func (x *SubscriptionAction) Reset() { *x = SubscriptionAction{} mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[54] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *SubscriptionAction) String() string { return protoimpl.X.MessageStringOf(x) } func (*SubscriptionAction) ProtoMessage() {} func (x *SubscriptionAction) ProtoReflect() protoreflect.Message { mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[54] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use SubscriptionAction.ProtoReflect.Descriptor instead. func (*SubscriptionAction) Descriptor() ([]byte, []int) { return file_waSyncAction_WAWebProtobufSyncAction_proto_rawDescGZIP(), []int{54} } func (x *SubscriptionAction) GetIsDeactivated() bool { if x != nil && x.IsDeactivated != nil { return *x.IsDeactivated } return false } func (x *SubscriptionAction) GetIsAutoRenewing() bool { if x != nil && x.IsAutoRenewing != nil { return *x.IsAutoRenewing } return false } func (x *SubscriptionAction) GetExpirationDate() int64 { if x != nil && x.ExpirationDate != nil { return *x.ExpirationDate } return 0 } type AgentAction struct { state protoimpl.MessageState `protogen:"open.v1"` Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"` DeviceID *int32 `protobuf:"varint,2,opt,name=deviceID" json:"deviceID,omitempty"` IsDeleted *bool `protobuf:"varint,3,opt,name=isDeleted" json:"isDeleted,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } func (x *AgentAction) Reset() { *x = AgentAction{} mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[55] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *AgentAction) String() string { return protoimpl.X.MessageStringOf(x) } func (*AgentAction) ProtoMessage() {} func (x *AgentAction) ProtoReflect() protoreflect.Message { mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[55] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use AgentAction.ProtoReflect.Descriptor instead. func (*AgentAction) Descriptor() ([]byte, []int) { return file_waSyncAction_WAWebProtobufSyncAction_proto_rawDescGZIP(), []int{55} } func (x *AgentAction) GetName() string { if x != nil && x.Name != nil { return *x.Name } return "" } func (x *AgentAction) GetDeviceID() int32 { if x != nil && x.DeviceID != nil { return *x.DeviceID } return 0 } func (x *AgentAction) GetIsDeleted() bool { if x != nil && x.IsDeleted != nil { return *x.IsDeleted } return false } type AndroidUnsupportedActions struct { state protoimpl.MessageState `protogen:"open.v1"` Allowed *bool `protobuf:"varint,1,opt,name=allowed" json:"allowed,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } func (x *AndroidUnsupportedActions) Reset() { *x = AndroidUnsupportedActions{} mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[56] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *AndroidUnsupportedActions) String() string { return protoimpl.X.MessageStringOf(x) } func (*AndroidUnsupportedActions) ProtoMessage() {} func (x *AndroidUnsupportedActions) ProtoReflect() protoreflect.Message { mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[56] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use AndroidUnsupportedActions.ProtoReflect.Descriptor instead. func (*AndroidUnsupportedActions) Descriptor() ([]byte, []int) { return file_waSyncAction_WAWebProtobufSyncAction_proto_rawDescGZIP(), []int{56} } func (x *AndroidUnsupportedActions) GetAllowed() bool { if x != nil && x.Allowed != nil { return *x.Allowed } return false } type PrimaryFeature struct { state protoimpl.MessageState `protogen:"open.v1"` Flags []string `protobuf:"bytes,1,rep,name=flags" json:"flags,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } func (x *PrimaryFeature) Reset() { *x = PrimaryFeature{} mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[57] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *PrimaryFeature) String() string { return protoimpl.X.MessageStringOf(x) } func (*PrimaryFeature) ProtoMessage() {} func (x *PrimaryFeature) ProtoReflect() protoreflect.Message { mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[57] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use PrimaryFeature.ProtoReflect.Descriptor instead. func (*PrimaryFeature) Descriptor() ([]byte, []int) { return file_waSyncAction_WAWebProtobufSyncAction_proto_rawDescGZIP(), []int{57} } func (x *PrimaryFeature) GetFlags() []string { if x != nil { return x.Flags } return nil } type KeyExpiration struct { state protoimpl.MessageState `protogen:"open.v1"` ExpiredKeyEpoch *int32 `protobuf:"varint,1,opt,name=expiredKeyEpoch" json:"expiredKeyEpoch,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } func (x *KeyExpiration) Reset() { *x = KeyExpiration{} mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[58] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *KeyExpiration) String() string { return protoimpl.X.MessageStringOf(x) } func (*KeyExpiration) ProtoMessage() {} func (x *KeyExpiration) ProtoReflect() protoreflect.Message { mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[58] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use KeyExpiration.ProtoReflect.Descriptor instead. func (*KeyExpiration) Descriptor() ([]byte, []int) { return file_waSyncAction_WAWebProtobufSyncAction_proto_rawDescGZIP(), []int{58} } func (x *KeyExpiration) GetExpiredKeyEpoch() int32 { if x != nil && x.ExpiredKeyEpoch != nil { return *x.ExpiredKeyEpoch } return 0 } type SyncActionMessage struct { state protoimpl.MessageState `protogen:"open.v1"` Key *waCommon.MessageKey `protobuf:"bytes,1,opt,name=key" json:"key,omitempty"` Timestamp *int64 `protobuf:"varint,2,opt,name=timestamp" json:"timestamp,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } func (x *SyncActionMessage) Reset() { *x = SyncActionMessage{} mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[59] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *SyncActionMessage) String() string { return protoimpl.X.MessageStringOf(x) } func (*SyncActionMessage) ProtoMessage() {} func (x *SyncActionMessage) ProtoReflect() protoreflect.Message { mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[59] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use SyncActionMessage.ProtoReflect.Descriptor instead. func (*SyncActionMessage) Descriptor() ([]byte, []int) { return file_waSyncAction_WAWebProtobufSyncAction_proto_rawDescGZIP(), []int{59} } func (x *SyncActionMessage) GetKey() *waCommon.MessageKey { if x != nil { return x.Key } return nil } func (x *SyncActionMessage) GetTimestamp() int64 { if x != nil && x.Timestamp != nil { return *x.Timestamp } return 0 } type SyncActionMessageRange struct { state protoimpl.MessageState `protogen:"open.v1"` LastMessageTimestamp *int64 `protobuf:"varint,1,opt,name=lastMessageTimestamp" json:"lastMessageTimestamp,omitempty"` LastSystemMessageTimestamp *int64 `protobuf:"varint,2,opt,name=lastSystemMessageTimestamp" json:"lastSystemMessageTimestamp,omitempty"` Messages []*SyncActionMessage `protobuf:"bytes,3,rep,name=messages" json:"messages,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } func (x *SyncActionMessageRange) Reset() { *x = SyncActionMessageRange{} mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[60] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *SyncActionMessageRange) String() string { return protoimpl.X.MessageStringOf(x) } func (*SyncActionMessageRange) ProtoMessage() {} func (x *SyncActionMessageRange) ProtoReflect() protoreflect.Message { mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[60] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use SyncActionMessageRange.ProtoReflect.Descriptor instead. func (*SyncActionMessageRange) Descriptor() ([]byte, []int) { return file_waSyncAction_WAWebProtobufSyncAction_proto_rawDescGZIP(), []int{60} } func (x *SyncActionMessageRange) GetLastMessageTimestamp() int64 { if x != nil && x.LastMessageTimestamp != nil { return *x.LastMessageTimestamp } return 0 } func (x *SyncActionMessageRange) GetLastSystemMessageTimestamp() int64 { if x != nil && x.LastSystemMessageTimestamp != nil { return *x.LastSystemMessageTimestamp } return 0 } func (x *SyncActionMessageRange) GetMessages() []*SyncActionMessage { if x != nil { return x.Messages } return nil } type UnarchiveChatsSetting struct { state protoimpl.MessageState `protogen:"open.v1"` UnarchiveChats *bool `protobuf:"varint,1,opt,name=unarchiveChats" json:"unarchiveChats,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } func (x *UnarchiveChatsSetting) Reset() { *x = UnarchiveChatsSetting{} mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[61] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *UnarchiveChatsSetting) String() string { return protoimpl.X.MessageStringOf(x) } func (*UnarchiveChatsSetting) ProtoMessage() {} func (x *UnarchiveChatsSetting) ProtoReflect() protoreflect.Message { mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[61] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use UnarchiveChatsSetting.ProtoReflect.Descriptor instead. func (*UnarchiveChatsSetting) Descriptor() ([]byte, []int) { return file_waSyncAction_WAWebProtobufSyncAction_proto_rawDescGZIP(), []int{61} } func (x *UnarchiveChatsSetting) GetUnarchiveChats() bool { if x != nil && x.UnarchiveChats != nil { return *x.UnarchiveChats } return false } type DeleteChatAction struct { state protoimpl.MessageState `protogen:"open.v1"` MessageRange *SyncActionMessageRange `protobuf:"bytes,1,opt,name=messageRange" json:"messageRange,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } func (x *DeleteChatAction) Reset() { *x = DeleteChatAction{} mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[62] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *DeleteChatAction) String() string { return protoimpl.X.MessageStringOf(x) } func (*DeleteChatAction) ProtoMessage() {} func (x *DeleteChatAction) ProtoReflect() protoreflect.Message { mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[62] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use DeleteChatAction.ProtoReflect.Descriptor instead. func (*DeleteChatAction) Descriptor() ([]byte, []int) { return file_waSyncAction_WAWebProtobufSyncAction_proto_rawDescGZIP(), []int{62} } func (x *DeleteChatAction) GetMessageRange() *SyncActionMessageRange { if x != nil { return x.MessageRange } return nil } type ClearChatAction struct { state protoimpl.MessageState `protogen:"open.v1"` MessageRange *SyncActionMessageRange `protobuf:"bytes,1,opt,name=messageRange" json:"messageRange,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } func (x *ClearChatAction) Reset() { *x = ClearChatAction{} mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[63] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *ClearChatAction) String() string { return protoimpl.X.MessageStringOf(x) } func (*ClearChatAction) ProtoMessage() {} func (x *ClearChatAction) ProtoReflect() protoreflect.Message { mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[63] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use ClearChatAction.ProtoReflect.Descriptor instead. func (*ClearChatAction) Descriptor() ([]byte, []int) { return file_waSyncAction_WAWebProtobufSyncAction_proto_rawDescGZIP(), []int{63} } func (x *ClearChatAction) GetMessageRange() *SyncActionMessageRange { if x != nil { return x.MessageRange } return nil } type MarkChatAsReadAction struct { state protoimpl.MessageState `protogen:"open.v1"` Read *bool `protobuf:"varint,1,opt,name=read" json:"read,omitempty"` MessageRange *SyncActionMessageRange `protobuf:"bytes,2,opt,name=messageRange" json:"messageRange,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } func (x *MarkChatAsReadAction) Reset() { *x = MarkChatAsReadAction{} mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[64] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *MarkChatAsReadAction) String() string { return protoimpl.X.MessageStringOf(x) } func (*MarkChatAsReadAction) ProtoMessage() {} func (x *MarkChatAsReadAction) ProtoReflect() protoreflect.Message { mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[64] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use MarkChatAsReadAction.ProtoReflect.Descriptor instead. func (*MarkChatAsReadAction) Descriptor() ([]byte, []int) { return file_waSyncAction_WAWebProtobufSyncAction_proto_rawDescGZIP(), []int{64} } func (x *MarkChatAsReadAction) GetRead() bool { if x != nil && x.Read != nil { return *x.Read } return false } func (x *MarkChatAsReadAction) GetMessageRange() *SyncActionMessageRange { if x != nil { return x.MessageRange } return nil } type DeleteMessageForMeAction struct { state protoimpl.MessageState `protogen:"open.v1"` DeleteMedia *bool `protobuf:"varint,1,opt,name=deleteMedia" json:"deleteMedia,omitempty"` MessageTimestamp *int64 `protobuf:"varint,2,opt,name=messageTimestamp" json:"messageTimestamp,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } func (x *DeleteMessageForMeAction) Reset() { *x = DeleteMessageForMeAction{} mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[65] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *DeleteMessageForMeAction) String() string { return protoimpl.X.MessageStringOf(x) } func (*DeleteMessageForMeAction) ProtoMessage() {} func (x *DeleteMessageForMeAction) ProtoReflect() protoreflect.Message { mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[65] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use DeleteMessageForMeAction.ProtoReflect.Descriptor instead. func (*DeleteMessageForMeAction) Descriptor() ([]byte, []int) { return file_waSyncAction_WAWebProtobufSyncAction_proto_rawDescGZIP(), []int{65} } func (x *DeleteMessageForMeAction) GetDeleteMedia() bool { if x != nil && x.DeleteMedia != nil { return *x.DeleteMedia } return false } func (x *DeleteMessageForMeAction) GetMessageTimestamp() int64 { if x != nil && x.MessageTimestamp != nil { return *x.MessageTimestamp } return 0 } type ArchiveChatAction struct { state protoimpl.MessageState `protogen:"open.v1"` Archived *bool `protobuf:"varint,1,opt,name=archived" json:"archived,omitempty"` MessageRange *SyncActionMessageRange `protobuf:"bytes,2,opt,name=messageRange" json:"messageRange,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } func (x *ArchiveChatAction) Reset() { *x = ArchiveChatAction{} mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[66] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *ArchiveChatAction) String() string { return protoimpl.X.MessageStringOf(x) } func (*ArchiveChatAction) ProtoMessage() {} func (x *ArchiveChatAction) ProtoReflect() protoreflect.Message { mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[66] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use ArchiveChatAction.ProtoReflect.Descriptor instead. func (*ArchiveChatAction) Descriptor() ([]byte, []int) { return file_waSyncAction_WAWebProtobufSyncAction_proto_rawDescGZIP(), []int{66} } func (x *ArchiveChatAction) GetArchived() bool { if x != nil && x.Archived != nil { return *x.Archived } return false } func (x *ArchiveChatAction) GetMessageRange() *SyncActionMessageRange { if x != nil { return x.MessageRange } return nil } type RecentEmojiWeightsAction struct { state protoimpl.MessageState `protogen:"open.v1"` Weights []*RecentEmojiWeight `protobuf:"bytes,1,rep,name=weights" json:"weights,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } func (x *RecentEmojiWeightsAction) Reset() { *x = RecentEmojiWeightsAction{} mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[67] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *RecentEmojiWeightsAction) String() string { return protoimpl.X.MessageStringOf(x) } func (*RecentEmojiWeightsAction) ProtoMessage() {} func (x *RecentEmojiWeightsAction) ProtoReflect() protoreflect.Message { mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[67] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use RecentEmojiWeightsAction.ProtoReflect.Descriptor instead. func (*RecentEmojiWeightsAction) Descriptor() ([]byte, []int) { return file_waSyncAction_WAWebProtobufSyncAction_proto_rawDescGZIP(), []int{67} } func (x *RecentEmojiWeightsAction) GetWeights() []*RecentEmojiWeight { if x != nil { return x.Weights } return nil } type LabelAssociationAction struct { state protoimpl.MessageState `protogen:"open.v1"` Labeled *bool `protobuf:"varint,1,opt,name=labeled" json:"labeled,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } func (x *LabelAssociationAction) Reset() { *x = LabelAssociationAction{} mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[68] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *LabelAssociationAction) String() string { return protoimpl.X.MessageStringOf(x) } func (*LabelAssociationAction) ProtoMessage() {} func (x *LabelAssociationAction) ProtoReflect() protoreflect.Message { mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[68] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use LabelAssociationAction.ProtoReflect.Descriptor instead. func (*LabelAssociationAction) Descriptor() ([]byte, []int) { return file_waSyncAction_WAWebProtobufSyncAction_proto_rawDescGZIP(), []int{68} } func (x *LabelAssociationAction) GetLabeled() bool { if x != nil && x.Labeled != nil { return *x.Labeled } return false } type QuickReplyAction struct { state protoimpl.MessageState `protogen:"open.v1"` Shortcut *string `protobuf:"bytes,1,opt,name=shortcut" json:"shortcut,omitempty"` Message *string `protobuf:"bytes,2,opt,name=message" json:"message,omitempty"` Keywords []string `protobuf:"bytes,3,rep,name=keywords" json:"keywords,omitempty"` Count *int32 `protobuf:"varint,4,opt,name=count" json:"count,omitempty"` Deleted *bool `protobuf:"varint,5,opt,name=deleted" json:"deleted,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } func (x *QuickReplyAction) Reset() { *x = QuickReplyAction{} mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[69] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *QuickReplyAction) String() string { return protoimpl.X.MessageStringOf(x) } func (*QuickReplyAction) ProtoMessage() {} func (x *QuickReplyAction) ProtoReflect() protoreflect.Message { mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[69] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use QuickReplyAction.ProtoReflect.Descriptor instead. func (*QuickReplyAction) Descriptor() ([]byte, []int) { return file_waSyncAction_WAWebProtobufSyncAction_proto_rawDescGZIP(), []int{69} } func (x *QuickReplyAction) GetShortcut() string { if x != nil && x.Shortcut != nil { return *x.Shortcut } return "" } func (x *QuickReplyAction) GetMessage() string { if x != nil && x.Message != nil { return *x.Message } return "" } func (x *QuickReplyAction) GetKeywords() []string { if x != nil { return x.Keywords } return nil } func (x *QuickReplyAction) GetCount() int32 { if x != nil && x.Count != nil { return *x.Count } return 0 } func (x *QuickReplyAction) GetDeleted() bool { if x != nil && x.Deleted != nil { return *x.Deleted } return false } type LocaleSetting struct { state protoimpl.MessageState `protogen:"open.v1"` Locale *string `protobuf:"bytes,1,opt,name=locale" json:"locale,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } func (x *LocaleSetting) Reset() { *x = LocaleSetting{} mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[70] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *LocaleSetting) String() string { return protoimpl.X.MessageStringOf(x) } func (*LocaleSetting) ProtoMessage() {} func (x *LocaleSetting) ProtoReflect() protoreflect.Message { mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[70] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use LocaleSetting.ProtoReflect.Descriptor instead. func (*LocaleSetting) Descriptor() ([]byte, []int) { return file_waSyncAction_WAWebProtobufSyncAction_proto_rawDescGZIP(), []int{70} } func (x *LocaleSetting) GetLocale() string { if x != nil && x.Locale != nil { return *x.Locale } return "" } type PushNameSetting struct { state protoimpl.MessageState `protogen:"open.v1"` Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } func (x *PushNameSetting) Reset() { *x = PushNameSetting{} mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[71] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *PushNameSetting) String() string { return protoimpl.X.MessageStringOf(x) } func (*PushNameSetting) ProtoMessage() {} func (x *PushNameSetting) ProtoReflect() protoreflect.Message { mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[71] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use PushNameSetting.ProtoReflect.Descriptor instead. func (*PushNameSetting) Descriptor() ([]byte, []int) { return file_waSyncAction_WAWebProtobufSyncAction_proto_rawDescGZIP(), []int{71} } func (x *PushNameSetting) GetName() string { if x != nil && x.Name != nil { return *x.Name } return "" } type PinAction struct { state protoimpl.MessageState `protogen:"open.v1"` Pinned *bool `protobuf:"varint,1,opt,name=pinned" json:"pinned,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } func (x *PinAction) Reset() { *x = PinAction{} mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[72] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *PinAction) String() string { return protoimpl.X.MessageStringOf(x) } func (*PinAction) ProtoMessage() {} func (x *PinAction) ProtoReflect() protoreflect.Message { mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[72] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use PinAction.ProtoReflect.Descriptor instead. func (*PinAction) Descriptor() ([]byte, []int) { return file_waSyncAction_WAWebProtobufSyncAction_proto_rawDescGZIP(), []int{72} } func (x *PinAction) GetPinned() bool { if x != nil && x.Pinned != nil { return *x.Pinned } return false } type MuteAction struct { state protoimpl.MessageState `protogen:"open.v1"` Muted *bool `protobuf:"varint,1,opt,name=muted" json:"muted,omitempty"` MuteEndTimestamp *int64 `protobuf:"varint,2,opt,name=muteEndTimestamp" json:"muteEndTimestamp,omitempty"` AutoMuted *bool `protobuf:"varint,3,opt,name=autoMuted" json:"autoMuted,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } func (x *MuteAction) Reset() { *x = MuteAction{} mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[73] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *MuteAction) String() string { return protoimpl.X.MessageStringOf(x) } func (*MuteAction) ProtoMessage() {} func (x *MuteAction) ProtoReflect() protoreflect.Message { mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[73] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use MuteAction.ProtoReflect.Descriptor instead. func (*MuteAction) Descriptor() ([]byte, []int) { return file_waSyncAction_WAWebProtobufSyncAction_proto_rawDescGZIP(), []int{73} } func (x *MuteAction) GetMuted() bool { if x != nil && x.Muted != nil { return *x.Muted } return false } func (x *MuteAction) GetMuteEndTimestamp() int64 { if x != nil && x.MuteEndTimestamp != nil { return *x.MuteEndTimestamp } return 0 } func (x *MuteAction) GetAutoMuted() bool { if x != nil && x.AutoMuted != nil { return *x.AutoMuted } return false } type ContactAction struct { state protoimpl.MessageState `protogen:"open.v1"` FullName *string `protobuf:"bytes,1,opt,name=fullName" json:"fullName,omitempty"` FirstName *string `protobuf:"bytes,2,opt,name=firstName" json:"firstName,omitempty"` LidJID *string `protobuf:"bytes,3,opt,name=lidJID" json:"lidJID,omitempty"` SaveOnPrimaryAddressbook *bool `protobuf:"varint,4,opt,name=saveOnPrimaryAddressbook" json:"saveOnPrimaryAddressbook,omitempty"` PnJID *string `protobuf:"bytes,5,opt,name=pnJID" json:"pnJID,omitempty"` Username *string `protobuf:"bytes,6,opt,name=username" json:"username,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } func (x *ContactAction) Reset() { *x = ContactAction{} mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[74] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *ContactAction) String() string { return protoimpl.X.MessageStringOf(x) } func (*ContactAction) ProtoMessage() {} func (x *ContactAction) ProtoReflect() protoreflect.Message { mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[74] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use ContactAction.ProtoReflect.Descriptor instead. func (*ContactAction) Descriptor() ([]byte, []int) { return file_waSyncAction_WAWebProtobufSyncAction_proto_rawDescGZIP(), []int{74} } func (x *ContactAction) GetFullName() string { if x != nil && x.FullName != nil { return *x.FullName } return "" } func (x *ContactAction) GetFirstName() string { if x != nil && x.FirstName != nil { return *x.FirstName } return "" } func (x *ContactAction) GetLidJID() string { if x != nil && x.LidJID != nil { return *x.LidJID } return "" } func (x *ContactAction) GetSaveOnPrimaryAddressbook() bool { if x != nil && x.SaveOnPrimaryAddressbook != nil { return *x.SaveOnPrimaryAddressbook } return false } func (x *ContactAction) GetPnJID() string { if x != nil && x.PnJID != nil { return *x.PnJID } return "" } func (x *ContactAction) GetUsername() string { if x != nil && x.Username != nil { return *x.Username } return "" } type StarAction struct { state protoimpl.MessageState `protogen:"open.v1"` Starred *bool `protobuf:"varint,1,opt,name=starred" json:"starred,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } func (x *StarAction) Reset() { *x = StarAction{} mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[75] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *StarAction) String() string { return protoimpl.X.MessageStringOf(x) } func (*StarAction) ProtoMessage() {} func (x *StarAction) ProtoReflect() protoreflect.Message { mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[75] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use StarAction.ProtoReflect.Descriptor instead. func (*StarAction) Descriptor() ([]byte, []int) { return file_waSyncAction_WAWebProtobufSyncAction_proto_rawDescGZIP(), []int{75} } func (x *StarAction) GetStarred() bool { if x != nil && x.Starred != nil { return *x.Starred } return false } type SyncActionData struct { state protoimpl.MessageState `protogen:"open.v1"` Index []byte `protobuf:"bytes,1,opt,name=index" json:"index,omitempty"` Value *SyncActionValue `protobuf:"bytes,2,opt,name=value" json:"value,omitempty"` Padding []byte `protobuf:"bytes,3,opt,name=padding" json:"padding,omitempty"` Version *int32 `protobuf:"varint,4,opt,name=version" json:"version,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } func (x *SyncActionData) Reset() { *x = SyncActionData{} mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[76] 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_WAWebProtobufSyncAction_proto_msgTypes[76] if 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_WAWebProtobufSyncAction_proto_rawDescGZIP(), []int{76} } 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 && x.Version != nil { return *x.Version } return 0 } type CallLogRecord_ParticipantInfo struct { state protoimpl.MessageState `protogen:"open.v1"` UserJID *string `protobuf:"bytes,1,opt,name=userJID" json:"userJID,omitempty"` CallResult *CallLogRecord_CallResult `protobuf:"varint,2,opt,name=callResult,enum=WAWebProtobufSyncAction.CallLogRecord_CallResult" json:"callResult,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } func (x *CallLogRecord_ParticipantInfo) Reset() { *x = CallLogRecord_ParticipantInfo{} mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[77] 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_WAWebProtobufSyncAction_proto_msgTypes[77] if 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_WAWebProtobufSyncAction_proto_rawDescGZIP(), []int{0, 0} } func (x *CallLogRecord_ParticipantInfo) GetUserJID() string { if x != nil && x.UserJID != nil { return *x.UserJID } return "" } func (x *CallLogRecord_ParticipantInfo) GetCallResult() CallLogRecord_CallResult { if x != nil && x.CallResult != nil { return *x.CallResult } return CallLogRecord_CONNECTED } type FavoritesAction_Favorite struct { state protoimpl.MessageState `protogen:"open.v1"` ID *string `protobuf:"bytes,1,opt,name=ID" json:"ID,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } func (x *FavoritesAction_Favorite) Reset() { *x = FavoritesAction_Favorite{} mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[78] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *FavoritesAction_Favorite) String() string { return protoimpl.X.MessageStringOf(x) } func (*FavoritesAction_Favorite) ProtoMessage() {} func (x *FavoritesAction_Favorite) ProtoReflect() protoreflect.Message { mi := &file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes[78] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use FavoritesAction_Favorite.ProtoReflect.Descriptor instead. func (*FavoritesAction_Favorite) Descriptor() ([]byte, []int) { return file_waSyncAction_WAWebProtobufSyncAction_proto_rawDescGZIP(), []int{25, 0} } func (x *FavoritesAction_Favorite) GetID() string { if x != nil && x.ID != nil { return *x.ID } return "" } var File_waSyncAction_WAWebProtobufSyncAction_proto protoreflect.FileDescriptor const file_waSyncAction_WAWebProtobufSyncAction_proto_rawDesc = "" + "\n" + "*waSyncAction/WAWebProtobufSyncAction.proto\x12\x17WAWebProtobufSyncAction\x1a7waChatLockSettings/WAWebProtobufsChatLockSettings.proto\x1a;waDeviceCapabilities/WAWebProtobufsDeviceCapabilities.proto\x1a\x17waCommon/WACommon.proto\"\xfc\b\n" + "\rCallLogRecord\x12Q\n" + "\n" + "callResult\x18\x01 \x01(\x0e21.WAWebProtobufSyncAction.CallLogRecord.CallResultR\n" + "callResult\x12\x1c\n" + "\tisDndMode\x18\x02 \x01(\bR\tisDndMode\x12Z\n" + "\rsilenceReason\x18\x03 \x01(\x0e24.WAWebProtobufSyncAction.CallLogRecord.SilenceReasonR\rsilenceReason\x12\x1a\n" + "\bduration\x18\x04 \x01(\x03R\bduration\x12\x1c\n" + "\tstartTime\x18\x05 \x01(\x03R\tstartTime\x12\x1e\n" + "\n" + "isIncoming\x18\x06 \x01(\bR\n" + "isIncoming\x12\x18\n" + "\aisVideo\x18\a \x01(\bR\aisVideo\x12\x1e\n" + "\n" + "isCallLink\x18\b \x01(\bR\n" + "isCallLink\x12$\n" + "\rcallLinkToken\x18\t \x01(\tR\rcallLinkToken\x12(\n" + "\x0fscheduledCallID\x18\n" + " \x01(\tR\x0fscheduledCallID\x12\x16\n" + "\x06callID\x18\v \x01(\tR\x06callID\x12&\n" + "\x0ecallCreatorJID\x18\f \x01(\tR\x0ecallCreatorJID\x12\x1a\n" + "\bgroupJID\x18\r \x01(\tR\bgroupJID\x12Z\n" + "\fparticipants\x18\x0e \x03(\v26.WAWebProtobufSyncAction.CallLogRecord.ParticipantInfoR\fparticipants\x12K\n" + "\bcallType\x18\x0f \x01(\x0e2/.WAWebProtobufSyncAction.CallLogRecord.CallTypeR\bcallType\x1a~\n" + "\x0fParticipantInfo\x12\x18\n" + "\auserJID\x18\x01 \x01(\tR\auserJID\x12Q\n" + "\n" + "callResult\x18\x02 \x01(\x0e21.WAWebProtobufSyncAction.CallLogRecord.CallResultR\n" + "callResult\";\n" + "\bCallType\x12\v\n" + "\aREGULAR\x10\x00\x12\x12\n" + "\x0eSCHEDULED_CALL\x10\x01\x12\x0e\n" + "\n" + "VOICE_CHAT\x10\x02\"F\n" + "\rSilenceReason\x12\b\n" + "\x04NONE\x10\x00\x12\r\n" + "\tSCHEDULED\x10\x01\x12\v\n" + "\aPRIVACY\x10\x02\x12\x0f\n" + "\vLIGHTWEIGHT\x10\x03\"\xaf\x01\n" + "\n" + "CallResult\x12\r\n" + "\tCONNECTED\x10\x00\x12\f\n" + "\bREJECTED\x10\x01\x12\r\n" + "\tCANCELLED\x10\x02\x12\x15\n" + "\x11ACCEPTEDELSEWHERE\x10\x03\x12\n" + "\n" + "\x06MISSED\x10\x04\x12\v\n" + "\aINVALID\x10\x05\x12\x0f\n" + "\vUNAVAILABLE\x10\x06\x12\f\n" + "\bUPCOMING\x10\a\x12\n" + "\n" + "\x06FAILED\x10\b\x12\r\n" + "\tABANDONED\x10\t\x12\v\n" + "\aONGOING\x10\n" + "\"\xd6\x12\n" + "\x12SettingsSyncAction\x12\"\n" + "\fstartAtLogin\x18\x01 \x01(\bR\fstartAtLogin\x12&\n" + "\x0eminimizeToTray\x18\x02 \x01(\bR\x0eminimizeToTray\x12\x1a\n" + "\blanguage\x18\x03 \x01(\tR\blanguage\x122\n" + "\x14replaceTextWithEmoji\x18\x04 \x01(\bR\x14replaceTextWithEmoji\x12}\n" + "\x1dbannerNotificationDisplayMode\x18\x05 \x01(\x0e27.WAWebProtobufSyncAction.SettingsSyncAction.DisplayModeR\x1dbannerNotificationDisplayMode\x12}\n" + "\x1dunreadCounterBadgeDisplayMode\x18\x06 \x01(\x0e27.WAWebProtobufSyncAction.SettingsSyncAction.DisplayModeR\x1dunreadCounterBadgeDisplayMode\x12D\n" + "\x1disMessagesNotificationEnabled\x18\a \x01(\bR\x1disMessagesNotificationEnabled\x12>\n" + "\x1aisCallsNotificationEnabled\x18\b \x01(\bR\x1aisCallsNotificationEnabled\x12F\n" + "\x1eisReactionsNotificationEnabled\x18\t \x01(\bR\x1eisReactionsNotificationEnabled\x12R\n" + "$isStatusReactionsNotificationEnabled\x18\n" + " \x01(\bR$isStatusReactionsNotificationEnabled\x12P\n" + "#isTextPreviewForNotificationEnabled\x18\v \x01(\bR#isTextPreviewForNotificationEnabled\x12<\n" + "\x19defaultNotificationToneID\x18\f \x01(\x05R\x19defaultNotificationToneID\x12F\n" + "\x1egroupDefaultNotificationToneID\x18\r \x01(\x05R\x1egroupDefaultNotificationToneID\x12\x1a\n" + "\bappTheme\x18\x0e \x01(\x05R\bappTheme\x12 \n" + "\vwallpaperID\x18\x0f \x01(\x05R\vwallpaperID\x12:\n" + "\x18isDoodleWallpaperEnabled\x18\x10 \x01(\bR\x18isDoodleWallpaperEnabled\x12\x1a\n" + "\bfontSize\x18\x11 \x01(\x05R\bfontSize\x12@\n" + "\x1bisPhotosAutodownloadEnabled\x18\x12 \x01(\bR\x1bisPhotosAutodownloadEnabled\x12@\n" + "\x1bisAudiosAutodownloadEnabled\x18\x13 \x01(\bR\x1bisAudiosAutodownloadEnabled\x12@\n" + "\x1bisVideosAutodownloadEnabled\x18\x14 \x01(\bR\x1bisVideosAutodownloadEnabled\x12F\n" + "\x1eisDocumentsAutodownloadEnabled\x18\x15 \x01(\bR\x1eisDocumentsAutodownloadEnabled\x120\n" + "\x13disableLinkPreviews\x18\x16 \x01(\bR\x13disableLinkPreviews\x12.\n" + "\x12notificationToneID\x18\x17 \x01(\x05R\x12notificationToneID\"Y\n" + "\vDisplayMode\x12\x18\n" + "\x14DISPLAY_MODE_UNKNOWN\x10\x00\x12\n" + "\n" + "\x06ALWAYS\x10\x01\x12\t\n" + "\x05NEVER\x10\x02\x12\x19\n" + "\x15ONLY_WHEN_APP_IS_OPEN\x10\x03\"\xf6\x05\n" + "\n" + "SettingKey\x12\x17\n" + "\x13SETTING_KEY_UNKNOWN\x10\x00\x12\x12\n" + "\x0eSTART_AT_LOGIN\x10\x01\x12\x14\n" + "\x10MINIMIZE_TO_TRAY\x10\x02\x12\f\n" + "\bLANGUAGE\x10\x03\x12\x1b\n" + "\x17REPLACE_TEXT_WITH_EMOJI\x10\x04\x12$\n" + " BANNER_NOTIFICATION_DISPLAY_MODE\x10\x05\x12%\n" + "!UNREAD_COUNTER_BADGE_DISPLAY_MODE\x10\x06\x12$\n" + " IS_MESSAGES_NOTIFICATION_ENABLED\x10\a\x12!\n" + "\x1dIS_CALLS_NOTIFICATION_ENABLED\x10\b\x12%\n" + "!IS_REACTIONS_NOTIFICATION_ENABLED\x10\t\x12,\n" + "(IS_STATUS_REACTIONS_NOTIFICATION_ENABLED\x10\n" + "\x12,\n" + "(IS_TEXT_PREVIEW_FOR_NOTIFICATION_ENABLED\x10\v\x12 \n" + "\x1cDEFAULT_NOTIFICATION_TONE_ID\x10\f\x12&\n" + "\"GROUP_DEFAULT_NOTIFICATION_TONE_ID\x10\r\x12\r\n" + "\tAPP_THEME\x10\x0e\x12\x10\n" + "\fWALLPAPER_ID\x10\x0f\x12\x1f\n" + "\x1bIS_DOODLE_WALLPAPER_ENABLED\x10\x10\x12\r\n" + "\tFONT_SIZE\x10\x11\x12\"\n" + "\x1eIS_PHOTOS_AUTODOWNLOAD_ENABLED\x10\x12\x12\"\n" + "\x1eIS_AUDIOS_AUTODOWNLOAD_ENABLED\x10\x13\x12\"\n" + "\x1eIS_VIDEOS_AUTODOWNLOAD_ENABLED\x10\x14\x12%\n" + "!IS_DOCUMENTS_AUTODOWNLOAD_ENABLED\x10\x15\x12\x19\n" + "\x15DISABLE_LINK_PREVIEWS\x10\x16\x12\x18\n" + "\x14NOTIFICATION_TONE_ID\x10\x17\"R\n" + "\x0fSettingPlatform\x12\x14\n" + "\x10PLATFORM_UNKNOWN\x10\x00\x12\a\n" + "\x03WEB\x10\x01\x12\n" + "\n" + "\x06HYBRID\x10\x02\x12\v\n" + "\aWINDOWS\x10\x03\x12\a\n" + "\x03MAC\x10\x04\"\xaf\x01\n" + "\x18InteractiveMessageAction\x12b\n" + "\x04type\x18\x01 \x02(\x0e2N.WAWebProtobufSyncAction.InteractiveMessageAction.InteractiveMessageActionModeR\x04type\"/\n" + "\x1cInteractiveMessageActionMode\x12\x0f\n" + "\vDISABLE_CTA\x10\x01\"\xf1\x01\n" + "\x1ePrivateProcessingSettingAction\x12\x89\x01\n" + "\x17privateProcessingStatus\x18\x01 \x01(\x0e2O.WAWebProtobufSyncAction.PrivateProcessingSettingAction.PrivateProcessingStatusR\x17privateProcessingStatus\"C\n" + "\x17PrivateProcessingStatus\x12\r\n" + "\tUNDEFINED\x10\x00\x12\v\n" + "\aENABLED\x10\x01\x12\f\n" + "\bDISABLED\x10\x02\"\x87\x02\n" + "\x13AvatarUpdatedAction\x12Z\n" + "\teventType\x18\x01 \x01(\x0e2<.WAWebProtobufSyncAction.AvatarUpdatedAction.AvatarEventTypeR\teventType\x12Z\n" + "\x14recentAvatarStickers\x18\x02 \x03(\v2&.WAWebProtobufSyncAction.StickerActionR\x14recentAvatarStickers\"8\n" + "\x0fAvatarEventType\x12\v\n" + "\aUPDATED\x10\x00\x12\v\n" + "\aCREATED\x10\x01\x12\v\n" + "\aDELETED\x10\x02\"\xe1\x01\n" + "\x1cMaibaAIFeaturesControlAction\x12t\n" + "\x0faiFeatureStatus\x18\x01 \x01(\x0e2J.WAWebProtobufSyncAction.MaibaAIFeaturesControlAction.MaibaAIFeatureStatusR\x0faiFeatureStatus\"K\n" + "\x14MaibaAIFeatureStatus\x12\v\n" + "\aENABLED\x10\x00\x12\x18\n" + "\x14ENABLED_HAS_LEARNING\x10\x01\x12\f\n" + "\bDISABLED\x10\x02\"\xb9\x01\n" + "\x10PaymentTosAction\x12]\n" + "\rpaymentNotice\x18\x01 \x02(\x0e27.WAWebProtobufSyncAction.PaymentTosAction.PaymentNoticeR\rpaymentNotice\x12\x1a\n" + "\baccepted\x18\x02 \x02(\bR\baccepted\"*\n" + "\rPaymentNotice\x12\x19\n" + "\x15BR_PAY_PRIVACY_POLICY\x10\x00\"\xb1\x02\n" + "!NotificationActivitySettingAction\x12\x98\x01\n" + "\x1bnotificationActivitySetting\x18\x01 \x01(\x0e2V.WAWebProtobufSyncAction.NotificationActivitySettingAction.NotificationActivitySettingR\x1bnotificationActivitySetting\"q\n" + "\x1bNotificationActivitySetting\x12\x18\n" + "\x14DEFAULT_ALL_MESSAGES\x10\x00\x12\x10\n" + "\fALL_MESSAGES\x10\x01\x12\x0e\n" + "\n" + "HIGHLIGHTS\x10\x02\x12\x16\n" + "\x12DEFAULT_HIGHLIGHTS\x10\x03\"\xbe\x01\n" + "\x1cWaffleAccountLinkStateAction\x12d\n" + "\tlinkState\x18\x02 \x01(\x0e2F.WAWebProtobufSyncAction.WaffleAccountLinkStateAction.AccountLinkStateR\tlinkState\"8\n" + "\x10AccountLinkState\x12\n" + "\n" + "\x06ACTIVE\x10\x00\x12\n" + "\n" + "\x06PAUSED\x10\x01\x12\f\n" + "\bUNLINKED\x10\x02\"\xf8\x01\n" + "\x1cMerchantPaymentPartnerAction\x12T\n" + "\x06status\x18\x01 \x02(\x0e2<.WAWebProtobufSyncAction.MerchantPaymentPartnerAction.StatusR\x06status\x12\x18\n" + "\acountry\x18\x02 \x02(\tR\acountry\x12 \n" + "\vgatewayName\x18\x03 \x01(\tR\vgatewayName\x12\"\n" + "\fcredentialID\x18\x04 \x01(\tR\fcredentialID\"\"\n" + "\x06Status\x12\n" + "\n" + "\x06ACTIVE\x10\x00\x12\f\n" + "\bINACTIVE\x10\x01\"\x88\x02\n" + "\x0eNoteEditAction\x12D\n" + "\x04type\x18\x01 \x01(\x0e20.WAWebProtobufSyncAction.NoteEditAction.NoteTypeR\x04type\x12\x18\n" + "\achatJID\x18\x02 \x01(\tR\achatJID\x12\x1c\n" + "\tcreatedAt\x18\x03 \x01(\x03R\tcreatedAt\x12\x18\n" + "\adeleted\x18\x04 \x01(\bR\adeleted\x120\n" + "\x13unstructuredContent\x18\x05 \x01(\tR\x13unstructuredContent\",\n" + "\bNoteType\x12\x10\n" + "\fUNSTRUCTURED\x10\x01\x12\x0e\n" + "\n" + "STRUCTURED\x10\x02\"\xe2\x01\n" + "\x13StatusPrivacyAction\x12W\n" + "\x04mode\x18\x01 \x01(\x0e2C.WAWebProtobufSyncAction.StatusPrivacyAction.StatusDistributionModeR\x04mode\x12\x18\n" + "\auserJID\x18\x02 \x03(\tR\auserJID\"X\n" + "\x16StatusDistributionMode\x12\x0e\n" + "\n" + "ALLOW_LIST\x10\x00\x12\r\n" + "\tDENY_LIST\x10\x01\x12\f\n" + "\bCONTACTS\x10\x02\x12\x11\n" + "\rCLOSE_FRIENDS\x10\x03\"\xd2\x02\n" + "\x16MarketingMessageAction\x12\x12\n" + "\x04name\x18\x01 \x01(\tR\x04name\x12\x18\n" + "\amessage\x18\x02 \x01(\tR\amessage\x12a\n" + "\x04type\x18\x03 \x01(\x0e2M.WAWebProtobufSyncAction.MarketingMessageAction.MarketingMessagePrototypeTypeR\x04type\x12\x1c\n" + "\tcreatedAt\x18\x04 \x01(\x03R\tcreatedAt\x12\x1e\n" + "\n" + "lastSentAt\x18\x05 \x01(\x03R\n" + "lastSentAt\x12\x1c\n" + "\tisDeleted\x18\x06 \x01(\bR\tisDeleted\x12\x18\n" + "\amediaID\x18\a \x01(\tR\amediaID\"1\n" + "\x1dMarketingMessagePrototypeType\x12\x10\n" + "\fPERSONALIZED\x10\x00\"\xa9\x01\n" + "\x1bUsernameChatStartModeAction\x12h\n" + "\rchatStartMode\x18\x01 \x01(\x0e2B.WAWebProtobufSyncAction.UsernameChatStartModeAction.ChatStartModeR\rchatStartMode\" \n" + "\rChatStartMode\x12\a\n" + "\x03LID\x10\x01\x12\x06\n" + "\x02PN\x10\x02\"\xdf\x03\n" + "\x0fLabelEditAction\x12\x12\n" + "\x04name\x18\x01 \x01(\tR\x04name\x12\x14\n" + "\x05color\x18\x02 \x01(\x05R\x05color\x12\"\n" + "\fpredefinedID\x18\x03 \x01(\x05R\fpredefinedID\x12\x18\n" + "\adeleted\x18\x04 \x01(\bR\adeleted\x12\x1e\n" + "\n" + "orderIndex\x18\x05 \x01(\x05R\n" + "orderIndex\x12\x1a\n" + "\bisActive\x18\x06 \x01(\bR\bisActive\x12E\n" + "\x04type\x18\a \x01(\x0e21.WAWebProtobufSyncAction.LabelEditAction.ListTypeR\x04type\x12 \n" + "\visImmutable\x18\b \x01(\bR\visImmutable\x12$\n" + "\rmuteEndTimeMS\x18\t \x01(\x03R\rmuteEndTimeMS\"\x98\x01\n" + "\bListType\x12\b\n" + "\x04NONE\x10\x00\x12\n" + "\n" + "\x06UNREAD\x10\x01\x12\n" + "\n" + "\x06GROUPS\x10\x02\x12\r\n" + "\tFAVORITES\x10\x03\x12\x0e\n" + "\n" + "PREDEFINED\x10\x04\x12\n" + "\n" + "\x06CUSTOM\x10\x05\x12\r\n" + "\tCOMMUNITY\x10\x06\x12\x13\n" + "\x0fSERVER_ASSIGNED\x10\a\x12\v\n" + "\aDRAFTED\x10\b\x12\x0e\n" + "\n" + "AI_HANDOFF\x10\t\"\xa3\x05\n" + "\x0ePatchDebugData\x12$\n" + "\rcurrentLthash\x18\x01 \x01(\fR\rcurrentLthash\x12\x1c\n" + "\tnewLthash\x18\x02 \x01(\fR\tnewLthash\x12\"\n" + "\fpatchVersion\x18\x03 \x01(\fR\fpatchVersion\x12&\n" + "\x0ecollectionName\x18\x04 \x01(\fR\x0ecollectionName\x12X\n" + "'firstFourBytesFromAHashOfSnapshotMACKey\x18\x05 \x01(\fR'firstFourBytesFromAHashOfSnapshotMACKey\x12,\n" + "\x11newLthashSubtract\x18\x06 \x01(\fR\x11newLthashSubtract\x12\x1c\n" + "\tnumberAdd\x18\a \x01(\x05R\tnumberAdd\x12\"\n" + "\fnumberRemove\x18\b \x01(\x05R\fnumberRemove\x12&\n" + "\x0enumberOverride\x18\t \x01(\x05R\x0enumberOverride\x12X\n" + "\x0esenderPlatform\x18\n" + " \x01(\x0e20.WAWebProtobufSyncAction.PatchDebugData.PlatformR\x0esenderPlatform\x12(\n" + "\x0fisSenderPrimary\x18\v \x01(\bR\x0fisSenderPrimary\"\x8a\x01\n" + "\bPlatform\x12\v\n" + "\aANDROID\x10\x00\x12\b\n" + "\x04SMBA\x10\x01\x12\n" + "\n" + "\x06IPHONE\x10\x02\x12\b\n" + "\x04SMBI\x10\x03\x12\a\n" + "\x03WEB\x10\x04\x12\a\n" + "\x03UWP\x10\x05\x12\n" + "\n" + "\x06DARWIN\x10\x06\x12\b\n" + "\x04IPAD\x10\a\x12\n" + "\n" + "\x06WEAROS\x10\b\x12\b\n" + "\x04WASG\x10\t\x12\t\n" + "\x05WEARM\x10\n" + "\x12\b\n" + "\x04CAPI\x10\v\"A\n" + "\x11RecentEmojiWeight\x12\x14\n" + "\x05emoji\x18\x01 \x01(\tR\x05emoji\x12\x16\n" + "\x06weight\x18\x02 \x01(\x02R\x06weight\"\xa16\n" + "\x0fSyncActionValue\x12\x1c\n" + "\ttimestamp\x18\x01 \x01(\x03R\ttimestamp\x12C\n" + "\n" + "starAction\x18\x02 \x01(\v2#.WAWebProtobufSyncAction.StarActionR\n" + "starAction\x12L\n" + "\rcontactAction\x18\x03 \x01(\v2&.WAWebProtobufSyncAction.ContactActionR\rcontactAction\x12C\n" + "\n" + "muteAction\x18\x04 \x01(\v2#.WAWebProtobufSyncAction.MuteActionR\n" + "muteAction\x12@\n" + "\tpinAction\x18\x05 \x01(\v2\".WAWebProtobufSyncAction.PinActionR\tpinAction\x12R\n" + "\x0fpushNameSetting\x18\a \x01(\v2(.WAWebProtobufSyncAction.PushNameSettingR\x0fpushNameSetting\x12U\n" + "\x10quickReplyAction\x18\b \x01(\v2).WAWebProtobufSyncAction.QuickReplyActionR\x10quickReplyAction\x12m\n" + "\x18recentEmojiWeightsAction\x18\v \x01(\v21.WAWebProtobufSyncAction.RecentEmojiWeightsActionR\x18recentEmojiWeightsAction\x12R\n" + "\x0flabelEditAction\x18\x0e \x01(\v2(.WAWebProtobufSyncAction.LabelEditActionR\x0flabelEditAction\x12g\n" + "\x16labelAssociationAction\x18\x0f \x01(\v2/.WAWebProtobufSyncAction.LabelAssociationActionR\x16labelAssociationAction\x12L\n" + "\rlocaleSetting\x18\x10 \x01(\v2&.WAWebProtobufSyncAction.LocaleSettingR\rlocaleSetting\x12X\n" + "\x11archiveChatAction\x18\x11 \x01(\v2*.WAWebProtobufSyncAction.ArchiveChatActionR\x11archiveChatAction\x12m\n" + "\x18deleteMessageForMeAction\x18\x12 \x01(\v21.WAWebProtobufSyncAction.DeleteMessageForMeActionR\x18deleteMessageForMeAction\x12L\n" + "\rkeyExpiration\x18\x13 \x01(\v2&.WAWebProtobufSyncAction.KeyExpirationR\rkeyExpiration\x12a\n" + "\x14markChatAsReadAction\x18\x14 \x01(\v2-.WAWebProtobufSyncAction.MarkChatAsReadActionR\x14markChatAsReadAction\x12R\n" + "\x0fclearChatAction\x18\x15 \x01(\v2(.WAWebProtobufSyncAction.ClearChatActionR\x0fclearChatAction\x12U\n" + "\x10deleteChatAction\x18\x16 \x01(\v2).WAWebProtobufSyncAction.DeleteChatActionR\x10deleteChatAction\x12d\n" + "\x15unarchiveChatsSetting\x18\x17 \x01(\v2..WAWebProtobufSyncAction.UnarchiveChatsSettingR\x15unarchiveChatsSetting\x12O\n" + "\x0eprimaryFeature\x18\x18 \x01(\v2'.WAWebProtobufSyncAction.PrimaryFeatureR\x0eprimaryFeature\x12p\n" + "\x19androidUnsupportedActions\x18\x1a \x01(\v22.WAWebProtobufSyncAction.AndroidUnsupportedActionsR\x19androidUnsupportedActions\x12F\n" + "\vagentAction\x18\x1b \x01(\v2$.WAWebProtobufSyncAction.AgentActionR\vagentAction\x12[\n" + "\x12subscriptionAction\x18\x1c \x01(\v2+.WAWebProtobufSyncAction.SubscriptionActionR\x12subscriptionAction\x12a\n" + "\x14userStatusMuteAction\x18\x1d \x01(\v2-.WAWebProtobufSyncAction.UserStatusMuteActionR\x14userStatusMuteAction\x12U\n" + "\x10timeFormatAction\x18\x1e \x01(\v2).WAWebProtobufSyncAction.TimeFormatActionR\x10timeFormatAction\x12@\n" + "\tnuxAction\x18\x1f \x01(\v2\".WAWebProtobufSyncAction.NuxActionR\tnuxAction\x12a\n" + "\x14primaryVersionAction\x18 \x01(\v2-.WAWebProtobufSyncAction.PrimaryVersionActionR\x14primaryVersionAction\x12L\n" + "\rstickerAction\x18! \x01(\v2&.WAWebProtobufSyncAction.StickerActionR\rstickerAction\x12p\n" + "\x19removeRecentStickerAction\x18\" \x01(\v22.WAWebProtobufSyncAction.RemoveRecentStickerActionR\x19removeRecentStickerAction\x12U\n" + "\x0echatAssignment\x18# \x01(\v2-.WAWebProtobufSyncAction.ChatAssignmentActionR\x0echatAssignment\x12y\n" + "\x1achatAssignmentOpenedStatus\x18$ \x01(\v29.WAWebProtobufSyncAction.ChatAssignmentOpenedStatusActionR\x1achatAssignmentOpenedStatus\x12[\n" + "\x12pnForLidChatAction\x18% \x01(\v2+.WAWebProtobufSyncAction.PnForLidChatActionR\x12pnForLidChatAction\x12g\n" + "\x16marketingMessageAction\x18& \x01(\v2/.WAWebProtobufSyncAction.MarketingMessageActionR\x16marketingMessageAction\x12\x82\x01\n" + "\x1fmarketingMessageBroadcastAction\x18' \x01(\v28.WAWebProtobufSyncAction.MarketingMessageBroadcastActionR\x1fmarketingMessageBroadcastAction\x12d\n" + "\x15externalWebBetaAction\x18( \x01(\v2..WAWebProtobufSyncAction.ExternalWebBetaActionR\x15externalWebBetaAction\x12v\n" + "\x1bprivacySettingRelayAllCalls\x18) \x01(\v24.WAWebProtobufSyncAction.PrivacySettingRelayAllCallsR\x1bprivacySettingRelayAllCalls\x12L\n" + "\rcallLogAction\x18* \x01(\v2&.WAWebProtobufSyncAction.CallLogActionR\rcallLogAction\x127\n" + "\x06ugcBot\x18+ \x01(\v2\x1f.WAWebProtobufSyncAction.UGCBotR\x06ugcBot\x12R\n" + "\rstatusPrivacy\x18, \x01(\v2,.WAWebProtobufSyncAction.StatusPrivacyActionR\rstatusPrivacy\x12j\n" + "\x17botWelcomeRequestAction\x18- \x01(\v20.WAWebProtobufSyncAction.BotWelcomeRequestActionR\x17botWelcomeRequestAction\x12p\n" + "\x17deleteIndividualCallLog\x18. \x01(\v26.WAWebProtobufSyncAction.DeleteIndividualCallLogActionR\x17deleteIndividualCallLog\x12d\n" + "\x15labelReorderingAction\x18/ \x01(\v2..WAWebProtobufSyncAction.LabelReorderingActionR\x15labelReorderingAction\x12X\n" + "\x11paymentInfoAction\x180 \x01(\v2*.WAWebProtobufSyncAction.PaymentInfoActionR\x11paymentInfoAction\x12s\n" + "\x1acustomPaymentMethodsAction\x181 \x01(\v23.WAWebProtobufSyncAction.CustomPaymentMethodsActionR\x1acustomPaymentMethodsAction\x12O\n" + "\x0elockChatAction\x182 \x01(\v2'.WAWebProtobufSyncAction.LockChatActionR\x0elockChatAction\x12\\\n" + "\x10chatLockSettings\x183 \x01(\v20.WAWebProtobufsChatLockSettings.ChatLockSettingsR\x10chatLockSettings\x12m\n" + "\x18wamoUserIdentifierAction\x184 \x01(\v21.WAWebProtobufSyncAction.WamoUserIdentifierActionR\x18wamoUserIdentifierAction\x12\x9a\x01\n" + "'privacySettingDisableLinkPreviewsAction\x185 \x01(\v2@.WAWebProtobufSyncAction.PrivacySettingDisableLinkPreviewsActionR'privacySettingDisableLinkPreviewsAction\x12d\n" + "\x12deviceCapabilities\x186 \x01(\v24.WAWebProtobufsDeviceCapabilities.DeviceCapabilitiesR\x12deviceCapabilities\x12O\n" + "\x0enoteEditAction\x187 \x01(\v2'.WAWebProtobufSyncAction.NoteEditActionR\x0enoteEditAction\x12R\n" + "\x0ffavoritesAction\x188 \x01(\v2(.WAWebProtobufSyncAction.FavoritesActionR\x0ffavoritesAction\x12y\n" + "\x1cmerchantPaymentPartnerAction\x189 \x01(\v25.WAWebProtobufSyncAction.MerchantPaymentPartnerActionR\x1cmerchantPaymentPartnerAction\x12y\n" + "\x1cwaffleAccountLinkStateAction\x18: \x01(\v25.WAWebProtobufSyncAction.WaffleAccountLinkStateActionR\x1cwaffleAccountLinkStateAction\x12j\n" + "\x15usernameChatStartMode\x18; \x01(\v24.WAWebProtobufSyncAction.UsernameChatStartModeActionR\x15usernameChatStartMode\x12\x88\x01\n" + "!notificationActivitySettingAction\x18< \x01(\v2:.WAWebProtobufSyncAction.NotificationActivitySettingActionR!notificationActivitySettingAction\x12U\n" + "\x10lidContactAction\x18= \x01(\v2).WAWebProtobufSyncAction.LidContactActionR\x10lidContactAction\x12\x85\x01\n" + " ctwaPerCustomerDataSharingAction\x18> \x01(\v29.WAWebProtobufSyncAction.CtwaPerCustomerDataSharingActionR ctwaPerCustomerDataSharingAction\x12U\n" + "\x10paymentTosAction\x18? \x01(\v2).WAWebProtobufSyncAction.PaymentTosActionR\x10paymentTosAction\x12\xc7\x01\n" + "6privacySettingChannelsPersonalisedRecommendationAction\x18@ \x01(\v2O.WAWebProtobufSyncAction.PrivacySettingChannelsPersonalisedRecommendationActionR6privacySettingChannelsPersonalisedRecommendationAction\x12y\n" + "\x1cdetectedOutcomesStatusAction\x18B \x01(\v25.WAWebProtobufSyncAction.DetectedOutcomesStatusActionR\x1cdetectedOutcomesStatusAction\x12y\n" + "\x1cmaibaAiFeaturesControlAction\x18D \x01(\v25.WAWebProtobufSyncAction.MaibaAIFeaturesControlActionR\x1cmaibaAiFeaturesControlAction\x12v\n" + "\x1bbusinessBroadcastListAction\x18E \x01(\v24.WAWebProtobufSyncAction.BusinessBroadcastListActionR\x1bbusinessBroadcastListAction\x12X\n" + "\x11musicUserIDAction\x18F \x01(\v2*.WAWebProtobufSyncAction.MusicUserIdActionR\x11musicUserIDAction\x12\xa9\x01\n" + ",statusPostOptInNotificationPreferencesAction\x18G \x01(\v2E.WAWebProtobufSyncAction.StatusPostOptInNotificationPreferencesActionR,statusPostOptInNotificationPreferencesAction\x12^\n" + "\x13avatarUpdatedAction\x18H \x01(\v2,.WAWebProtobufSyncAction.AvatarUpdatedActionR\x13avatarUpdatedAction\x12\x7f\n" + "\x1eprivateProcessingSettingAction\x18J \x01(\v27.WAWebProtobufSyncAction.PrivateProcessingSettingActionR\x1eprivateProcessingSettingAction\x12\x7f\n" + "\x1enewsletterSavedInterestsAction\x18K \x01(\v27.WAWebProtobufSyncAction.NewsletterSavedInterestsActionR\x1enewsletterSavedInterestsAction\x12a\n" + "\x14aiThreadRenameAction\x18L \x01(\v2-.WAWebProtobufSyncAction.AiThreadRenameActionR\x14aiThreadRenameAction\x12m\n" + "\x18interactiveMessageAction\x18M \x01(\v21.WAWebProtobufSyncAction.InteractiveMessageActionR\x18interactiveMessageAction\x12[\n" + "\x12settingsSyncAction\x18N \x01(\v2+.WAWebProtobufSyncAction.SettingsSyncActionR\x12settingsSyncAction\"2\n" + "\x14AiThreadRenameAction\x12\x1a\n" + "\bnewTitle\x18\x01 \x01(\tR\bnewTitle\"H\n" + ",StatusPostOptInNotificationPreferencesAction\x12\x18\n" + "\aenabled\x18\x01 \x01(\bR\aenabled\"H\n" + "\x18BroadcastListParticipant\x12\x16\n" + "\x06lidJID\x18\x01 \x02(\tR\x06lidJID\x12\x14\n" + "\x05pnJID\x18\x02 \x01(\tR\x05pnJID\"\xaa\x01\n" + "\x1bBusinessBroadcastListAction\x12\x18\n" + "\adeleted\x18\x01 \x01(\bR\adeleted\x12U\n" + "\fparticipants\x18\x02 \x03(\v21.WAWebProtobufSyncAction.BroadcastListParticipantR\fparticipants\x12\x1a\n" + "\blistName\x18\x03 \x01(\tR\blistName\">\n" + "\"BusinessBroadcastAssociationAction\x12\x18\n" + "\adeleted\x18\x01 \x01(\bR\adeleted\"t\n" + " CtwaPerCustomerDataSharingAction\x12P\n" + "#isCtwaPerCustomerDataSharingEnabled\x18\x01 \x01(\bR#isCtwaPerCustomerDataSharingEnabled\"h\n" + "\x10LidContactAction\x12\x1a\n" + "\bfullName\x18\x01 \x01(\tR\bfullName\x12\x1c\n" + "\tfirstName\x18\x02 \x01(\tR\tfirstName\x12\x1a\n" + "\busername\x18\x03 \x01(\tR\busername\"~\n" + "\x0fFavoritesAction\x12O\n" + "\tfavorites\x18\x01 \x03(\v21.WAWebProtobufSyncAction.FavoritesAction.FavoriteR\tfavorites\x1a\x1a\n" + "\bFavorite\x12\x0e\n" + "\x02ID\x18\x01 \x01(\tR\x02ID\"`\n" + "6PrivacySettingChannelsPersonalisedRecommendationAction\x12&\n" + "\x0eisUserOptedOut\x18\x01 \x01(\bR\x0eisUserOptedOut\"Y\n" + "'PrivacySettingDisableLinkPreviewsAction\x12.\n" + "\x12isPreviewsDisabled\x18\x01 \x01(\bR\x12isPreviewsDisabled\":\n" + "\x18WamoUserIdentifierAction\x12\x1e\n" + "\n" + "identifier\x18\x01 \x01(\tR\n" + "identifier\"(\n" + "\x0eLockChatAction\x12\x16\n" + "\x06locked\x18\x01 \x01(\bR\x06locked\"~\n" + "\x1aCustomPaymentMethodsAction\x12`\n" + "\x14customPaymentMethods\x18\x01 \x03(\v2,.WAWebProtobufSyncAction.CustomPaymentMethodR\x14customPaymentMethods\"\xb9\x01\n" + "\x13CustomPaymentMethod\x12\"\n" + "\fcredentialID\x18\x01 \x02(\tR\fcredentialID\x12\x18\n" + "\acountry\x18\x02 \x02(\tR\acountry\x12\x12\n" + "\x04type\x18\x03 \x02(\tR\x04type\x12P\n" + "\bmetadata\x18\x04 \x03(\v24.WAWebProtobufSyncAction.CustomPaymentMethodMetadataR\bmetadata\"E\n" + "\x1bCustomPaymentMethodMetadata\x12\x10\n" + "\x03key\x18\x01 \x02(\tR\x03key\x12\x14\n" + "\x05value\x18\x02 \x02(\tR\x05value\"%\n" + "\x11PaymentInfoAction\x12\x10\n" + "\x03cpi\x18\x01 \x01(\tR\x03cpi\"?\n" + "\x15LabelReorderingAction\x12&\n" + "\x0esortedLabelIDs\x18\x01 \x03(\x05R\x0esortedLabelIDs\"Y\n" + "\x1dDeleteIndividualCallLogAction\x12\x18\n" + "\apeerJID\x18\x01 \x01(\tR\apeerJID\x12\x1e\n" + "\n" + "isIncoming\x18\x02 \x01(\bR\n" + "isIncoming\"1\n" + "\x17BotWelcomeRequestAction\x12\x16\n" + "\x06isSent\x18\x01 \x01(\bR\x06isSent\"\\\n" + "\x1eNewsletterSavedInterestsAction\x12:\n" + "\x18newsletterSavedInterests\x18\x01 \x01(\tR\x18newsletterSavedInterests\"5\n" + "\x11MusicUserIdAction\x12 \n" + "\vmusicUserID\x18\x01 \x01(\tR\vmusicUserID\"(\n" + "\x06UGCBot\x12\x1e\n" + "\n" + "definition\x18\x01 \x01(\fR\n" + "definition\"]\n" + "\rCallLogAction\x12L\n" + "\rcallLogRecord\x18\x01 \x01(\v2&.WAWebProtobufSyncAction.CallLogRecordR\rcallLogRecord\";\n" + "\x1bPrivacySettingRelayAllCalls\x12\x1c\n" + "\tisEnabled\x18\x01 \x01(\bR\tisEnabled\"<\n" + "\x1cDetectedOutcomesStatusAction\x12\x1c\n" + "\tisEnabled\x18\x01 \x01(\bR\tisEnabled\"1\n" + "\x15ExternalWebBetaAction\x12\x18\n" + "\aisOptIn\x18\x01 \x01(\bR\aisOptIn\"E\n" + "\x1fMarketingMessageBroadcastAction\x12\"\n" + "\frepliedCount\x18\x01 \x01(\x05R\frepliedCount\"*\n" + "\x12PnForLidChatAction\x12\x14\n" + "\x05pnJID\x18\x01 \x01(\tR\x05pnJID\"B\n" + " ChatAssignmentOpenedStatusAction\x12\x1e\n" + "\n" + "chatOpened\x18\x01 \x01(\bR\n" + "chatOpened\"<\n" + "\x14ChatAssignmentAction\x12$\n" + "\rdeviceAgentID\x18\x01 \x01(\tR\rdeviceAgentID\"\x95\x03\n" + "\rStickerAction\x12\x10\n" + "\x03URL\x18\x01 \x01(\tR\x03URL\x12$\n" + "\rfileEncSHA256\x18\x02 \x01(\fR\rfileEncSHA256\x12\x1a\n" + "\bmediaKey\x18\x03 \x01(\fR\bmediaKey\x12\x1a\n" + "\bmimetype\x18\x04 \x01(\tR\bmimetype\x12\x16\n" + "\x06height\x18\x05 \x01(\rR\x06height\x12\x14\n" + "\x05width\x18\x06 \x01(\rR\x05width\x12\x1e\n" + "\n" + "directPath\x18\a \x01(\tR\n" + "directPath\x12\x1e\n" + "\n" + "fileLength\x18\b \x01(\x04R\n" + "fileLength\x12\x1e\n" + "\n" + "isFavorite\x18\t \x01(\bR\n" + "isFavorite\x12\"\n" + "\fdeviceIDHint\x18\n" + " \x01(\rR\fdeviceIDHint\x12\x1a\n" + "\bisLottie\x18\v \x01(\bR\bisLottie\x12\x1c\n" + "\timageHash\x18\f \x01(\tR\timageHash\x12(\n" + "\x0fisAvatarSticker\x18\r \x01(\bR\x0fisAvatarSticker\"I\n" + "\x19RemoveRecentStickerAction\x12,\n" + "\x11lastStickerSentTS\x18\x01 \x01(\x03R\x11lastStickerSentTS\"0\n" + "\x14PrimaryVersionAction\x12\x18\n" + "\aversion\x18\x01 \x01(\tR\aversion\"/\n" + "\tNuxAction\x12\"\n" + "\facknowledged\x18\x01 \x01(\bR\facknowledged\"X\n" + "\x10TimeFormatAction\x12D\n" + "\x1disTwentyFourHourFormatEnabled\x18\x01 \x01(\bR\x1disTwentyFourHourFormatEnabled\",\n" + "\x14UserStatusMuteAction\x12\x14\n" + "\x05muted\x18\x01 \x01(\bR\x05muted\"\x8a\x01\n" + "\x12SubscriptionAction\x12$\n" + "\risDeactivated\x18\x01 \x01(\bR\risDeactivated\x12&\n" + "\x0eisAutoRenewing\x18\x02 \x01(\bR\x0eisAutoRenewing\x12&\n" + "\x0eexpirationDate\x18\x03 \x01(\x03R\x0eexpirationDate\"[\n" + "\vAgentAction\x12\x12\n" + "\x04name\x18\x01 \x01(\tR\x04name\x12\x1a\n" + "\bdeviceID\x18\x02 \x01(\x05R\bdeviceID\x12\x1c\n" + "\tisDeleted\x18\x03 \x01(\bR\tisDeleted\"5\n" + "\x19AndroidUnsupportedActions\x12\x18\n" + "\aallowed\x18\x01 \x01(\bR\aallowed\"&\n" + "\x0ePrimaryFeature\x12\x14\n" + "\x05flags\x18\x01 \x03(\tR\x05flags\"9\n" + "\rKeyExpiration\x12(\n" + "\x0fexpiredKeyEpoch\x18\x01 \x01(\x05R\x0fexpiredKeyEpoch\"Y\n" + "\x11SyncActionMessage\x12&\n" + "\x03key\x18\x01 \x01(\v2\x14.WACommon.MessageKeyR\x03key\x12\x1c\n" + "\ttimestamp\x18\x02 \x01(\x03R\ttimestamp\"\xd4\x01\n" + "\x16SyncActionMessageRange\x122\n" + "\x14lastMessageTimestamp\x18\x01 \x01(\x03R\x14lastMessageTimestamp\x12>\n" + "\x1alastSystemMessageTimestamp\x18\x02 \x01(\x03R\x1alastSystemMessageTimestamp\x12F\n" + "\bmessages\x18\x03 \x03(\v2*.WAWebProtobufSyncAction.SyncActionMessageR\bmessages\"?\n" + "\x15UnarchiveChatsSetting\x12&\n" + "\x0eunarchiveChats\x18\x01 \x01(\bR\x0eunarchiveChats\"g\n" + "\x10DeleteChatAction\x12S\n" + "\fmessageRange\x18\x01 \x01(\v2/.WAWebProtobufSyncAction.SyncActionMessageRangeR\fmessageRange\"f\n" + "\x0fClearChatAction\x12S\n" + "\fmessageRange\x18\x01 \x01(\v2/.WAWebProtobufSyncAction.SyncActionMessageRangeR\fmessageRange\"\x7f\n" + "\x14MarkChatAsReadAction\x12\x12\n" + "\x04read\x18\x01 \x01(\bR\x04read\x12S\n" + "\fmessageRange\x18\x02 \x01(\v2/.WAWebProtobufSyncAction.SyncActionMessageRangeR\fmessageRange\"h\n" + "\x18DeleteMessageForMeAction\x12 \n" + "\vdeleteMedia\x18\x01 \x01(\bR\vdeleteMedia\x12*\n" + "\x10messageTimestamp\x18\x02 \x01(\x03R\x10messageTimestamp\"\x84\x01\n" + "\x11ArchiveChatAction\x12\x1a\n" + "\barchived\x18\x01 \x01(\bR\barchived\x12S\n" + "\fmessageRange\x18\x02 \x01(\v2/.WAWebProtobufSyncAction.SyncActionMessageRangeR\fmessageRange\"`\n" + "\x18RecentEmojiWeightsAction\x12D\n" + "\aweights\x18\x01 \x03(\v2*.WAWebProtobufSyncAction.RecentEmojiWeightR\aweights\"2\n" + "\x16LabelAssociationAction\x12\x18\n" + "\alabeled\x18\x01 \x01(\bR\alabeled\"\x94\x01\n" + "\x10QuickReplyAction\x12\x1a\n" + "\bshortcut\x18\x01 \x01(\tR\bshortcut\x12\x18\n" + "\amessage\x18\x02 \x01(\tR\amessage\x12\x1a\n" + "\bkeywords\x18\x03 \x03(\tR\bkeywords\x12\x14\n" + "\x05count\x18\x04 \x01(\x05R\x05count\x12\x18\n" + "\adeleted\x18\x05 \x01(\bR\adeleted\"'\n" + "\rLocaleSetting\x12\x16\n" + "\x06locale\x18\x01 \x01(\tR\x06locale\"%\n" + "\x0fPushNameSetting\x12\x12\n" + "\x04name\x18\x01 \x01(\tR\x04name\"#\n" + "\tPinAction\x12\x16\n" + "\x06pinned\x18\x01 \x01(\bR\x06pinned\"l\n" + "\n" + "MuteAction\x12\x14\n" + "\x05muted\x18\x01 \x01(\bR\x05muted\x12*\n" + "\x10muteEndTimestamp\x18\x02 \x01(\x03R\x10muteEndTimestamp\x12\x1c\n" + "\tautoMuted\x18\x03 \x01(\bR\tautoMuted\"\xcf\x01\n" + "\rContactAction\x12\x1a\n" + "\bfullName\x18\x01 \x01(\tR\bfullName\x12\x1c\n" + "\tfirstName\x18\x02 \x01(\tR\tfirstName\x12\x16\n" + "\x06lidJID\x18\x03 \x01(\tR\x06lidJID\x12:\n" + "\x18saveOnPrimaryAddressbook\x18\x04 \x01(\bR\x18saveOnPrimaryAddressbook\x12\x14\n" + "\x05pnJID\x18\x05 \x01(\tR\x05pnJID\x12\x1a\n" + "\busername\x18\x06 \x01(\tR\busername\"&\n" + "\n" + "StarAction\x12\x18\n" + "\astarred\x18\x01 \x01(\bR\astarred\"\x9a\x01\n" + "\x0eSyncActionData\x12\x14\n" + "\x05index\x18\x01 \x01(\fR\x05index\x12>\n" + "\x05value\x18\x02 \x01(\v2(.WAWebProtobufSyncAction.SyncActionValueR\x05value\x12\x18\n" + "\apadding\x18\x03 \x01(\fR\apadding\x12\x18\n" + "\aversion\x18\x04 \x01(\x05R\aversion*\x8b\x01\n" + "\x0eCollectionName\x12\x1b\n" + "\x17COLLECTION_NAME_UNKNOWN\x10\x00\x12\v\n" + "\aREGULAR\x10\x01\x12\x0f\n" + "\vREGULAR_LOW\x10\x02\x12\x10\n" + "\fREGULAR_HIGH\x10\x03\x12\x12\n" + "\x0eCRITICAL_BLOCK\x10\x04\x12\x18\n" + "\x14CRITICAL_UNBLOCK_LOW\x10\x05*\x92\x11\n" + "\rMutationProps\x12\x0f\n" + "\vSTAR_ACTION\x10\x02\x12\x12\n" + "\x0eCONTACT_ACTION\x10\x03\x12\x0f\n" + "\vMUTE_ACTION\x10\x04\x12\x0e\n" + "\n" + "PIN_ACTION\x10\x05\x12!\n" + "\x1dSECURITY_NOTIFICATION_SETTING\x10\x06\x12\x15\n" + "\x11PUSH_NAME_SETTING\x10\a\x12\x16\n" + "\x12QUICK_REPLY_ACTION\x10\b\x12\x1f\n" + "\x1bRECENT_EMOJI_WEIGHTS_ACTION\x10\v\x12\x18\n" + "\x14LABEL_MESSAGE_ACTION\x10\r\x12\x15\n" + "\x11LABEL_EDIT_ACTION\x10\x0e\x12\x1c\n" + "\x18LABEL_ASSOCIATION_ACTION\x10\x0f\x12\x12\n" + "\x0eLOCALE_SETTING\x10\x10\x12\x17\n" + "\x13ARCHIVE_CHAT_ACTION\x10\x11\x12 \n" + "\x1cDELETE_MESSAGE_FOR_ME_ACTION\x10\x12\x12\x12\n" + "\x0eKEY_EXPIRATION\x10\x13\x12\x1c\n" + "\x18MARK_CHAT_AS_READ_ACTION\x10\x14\x12\x15\n" + "\x11CLEAR_CHAT_ACTION\x10\x15\x12\x16\n" + "\x12DELETE_CHAT_ACTION\x10\x16\x12\x1b\n" + "\x17UNARCHIVE_CHATS_SETTING\x10\x17\x12\x13\n" + "\x0fPRIMARY_FEATURE\x10\x18\x12\x1f\n" + "\x1bANDROID_UNSUPPORTED_ACTIONS\x10\x1a\x12\x10\n" + "\fAGENT_ACTION\x10\x1b\x12\x17\n" + "\x13SUBSCRIPTION_ACTION\x10\x1c\x12\x1b\n" + "\x17USER_STATUS_MUTE_ACTION\x10\x1d\x12\x16\n" + "\x12TIME_FORMAT_ACTION\x10\x1e\x12\x0e\n" + "\n" + "NUX_ACTION\x10\x1f\x12\x1a\n" + "\x16PRIMARY_VERSION_ACTION\x10 \x12\x12\n" + "\x0eSTICKER_ACTION\x10!\x12 \n" + "\x1cREMOVE_RECENT_STICKER_ACTION\x10\"\x12\x13\n" + "\x0fCHAT_ASSIGNMENT\x10#\x12!\n" + "\x1dCHAT_ASSIGNMENT_OPENED_STATUS\x10$\x12\x1a\n" + "\x16PN_FOR_LID_CHAT_ACTION\x10%\x12\x1c\n" + "\x18MARKETING_MESSAGE_ACTION\x10&\x12&\n" + "\"MARKETING_MESSAGE_BROADCAST_ACTION\x10'\x12\x1c\n" + "\x18EXTERNAL_WEB_BETA_ACTION\x10(\x12#\n" + "\x1fPRIVACY_SETTING_RELAY_ALL_CALLS\x10)\x12\x13\n" + "\x0fCALL_LOG_ACTION\x10*\x12\v\n" + "\aUGC_BOT\x10+\x12\x12\n" + "\x0eSTATUS_PRIVACY\x10,\x12\x1e\n" + "\x1aBOT_WELCOME_REQUEST_ACTION\x10-\x12\x1e\n" + "\x1aDELETE_INDIVIDUAL_CALL_LOG\x10.\x12\x1b\n" + "\x17LABEL_REORDERING_ACTION\x10/\x12\x17\n" + "\x13PAYMENT_INFO_ACTION\x100\x12!\n" + "\x1dCUSTOM_PAYMENT_METHODS_ACTION\x101\x12\x14\n" + "\x10LOCK_CHAT_ACTION\x102\x12\x16\n" + "\x12CHAT_LOCK_SETTINGS\x103\x12\x1f\n" + "\x1bWAMO_USER_IDENTIFIER_ACTION\x104\x120\n" + ",PRIVACY_SETTING_DISABLE_LINK_PREVIEWS_ACTION\x105\x12\x17\n" + "\x13DEVICE_CAPABILITIES\x106\x12\x14\n" + "\x10NOTE_EDIT_ACTION\x107\x12\x14\n" + "\x10FAVORITES_ACTION\x108\x12#\n" + "\x1fMERCHANT_PAYMENT_PARTNER_ACTION\x109\x12$\n" + " WAFFLE_ACCOUNT_LINK_STATE_ACTION\x10:\x12\x1c\n" + "\x18USERNAME_CHAT_START_MODE\x10;\x12(\n" + "$NOTIFICATION_ACTIVITY_SETTING_ACTION\x10<\x12\x16\n" + "\x12LID_CONTACT_ACTION\x10=\x12)\n" + "%CTWA_PER_CUSTOMER_DATA_SHARING_ACTION\x10>\x12\x16\n" + "\x12PAYMENT_TOS_ACTION\x10?\x12?\n" + ";PRIVACY_SETTING_CHANNELS_PERSONALISED_RECOMMENDATION_ACTION\x10@\x12)\n" + "%BUSINESS_BROADCAST_ASSOCIATION_ACTION\x10A\x12#\n" + "\x1fDETECTED_OUTCOMES_STATUS_ACTION\x10B\x12$\n" + " MAIBA_AI_FEATURES_CONTROL_ACTION\x10D\x12\"\n" + "\x1eBUSINESS_BROADCAST_LIST_ACTION\x10E\x12\x18\n" + "\x14MUSIC_USER_ID_ACTION\x10F\x126\n" + "2STATUS_POST_OPT_IN_NOTIFICATION_PREFERENCES_ACTION\x10G\x12\x19\n" + "\x15AVATAR_UPDATED_ACTION\x10H\x12\x16\n" + "\x12GALAXY_FLOW_ACTION\x10I\x12%\n" + "!PRIVATE_PROCESSING_SETTING_ACTION\x10J\x12%\n" + "!NEWSLETTER_SAVED_INTERESTS_ACTION\x10K\x12\x1b\n" + "\x17AI_THREAD_RENAME_ACTION\x10L\x12\x1e\n" + "\x1aINTERACTIVE_MESSAGE_ACTION\x10M\x12\x18\n" + "\x14SETTINGS_SYNC_ACTION\x10N\x12\x11\n" + "\fSHARE_OWN_PN\x10\x91N\x12\x1e\n" + "\x19BUSINESS_BROADCAST_ACTION\x10\x92N\x12\x1c\n" + "\x17AI_THREAD_DELETE_ACTION\x10\x93NB(Z&git.bobomao.top/joey/testwh/proto/waSyncAction" var ( file_waSyncAction_WAWebProtobufSyncAction_proto_rawDescOnce sync.Once file_waSyncAction_WAWebProtobufSyncAction_proto_rawDescData []byte ) func file_waSyncAction_WAWebProtobufSyncAction_proto_rawDescGZIP() []byte { file_waSyncAction_WAWebProtobufSyncAction_proto_rawDescOnce.Do(func() { file_waSyncAction_WAWebProtobufSyncAction_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_waSyncAction_WAWebProtobufSyncAction_proto_rawDesc), len(file_waSyncAction_WAWebProtobufSyncAction_proto_rawDesc))) }) return file_waSyncAction_WAWebProtobufSyncAction_proto_rawDescData } var file_waSyncAction_WAWebProtobufSyncAction_proto_enumTypes = make([]protoimpl.EnumInfo, 22) var file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes = make([]protoimpl.MessageInfo, 79) var file_waSyncAction_WAWebProtobufSyncAction_proto_goTypes = []any{ (CollectionName)(0), // 0: WAWebProtobufSyncAction.CollectionName (MutationProps)(0), // 1: WAWebProtobufSyncAction.MutationProps (CallLogRecord_CallType)(0), // 2: WAWebProtobufSyncAction.CallLogRecord.CallType (CallLogRecord_SilenceReason)(0), // 3: WAWebProtobufSyncAction.CallLogRecord.SilenceReason (CallLogRecord_CallResult)(0), // 4: WAWebProtobufSyncAction.CallLogRecord.CallResult (SettingsSyncAction_DisplayMode)(0), // 5: WAWebProtobufSyncAction.SettingsSyncAction.DisplayMode (SettingsSyncAction_SettingKey)(0), // 6: WAWebProtobufSyncAction.SettingsSyncAction.SettingKey (SettingsSyncAction_SettingPlatform)(0), // 7: WAWebProtobufSyncAction.SettingsSyncAction.SettingPlatform (InteractiveMessageAction_InteractiveMessageActionMode)(0), // 8: WAWebProtobufSyncAction.InteractiveMessageAction.InteractiveMessageActionMode (PrivateProcessingSettingAction_PrivateProcessingStatus)(0), // 9: WAWebProtobufSyncAction.PrivateProcessingSettingAction.PrivateProcessingStatus (AvatarUpdatedAction_AvatarEventType)(0), // 10: WAWebProtobufSyncAction.AvatarUpdatedAction.AvatarEventType (MaibaAIFeaturesControlAction_MaibaAIFeatureStatus)(0), // 11: WAWebProtobufSyncAction.MaibaAIFeaturesControlAction.MaibaAIFeatureStatus (PaymentTosAction_PaymentNotice)(0), // 12: WAWebProtobufSyncAction.PaymentTosAction.PaymentNotice (NotificationActivitySettingAction_NotificationActivitySetting)(0), // 13: WAWebProtobufSyncAction.NotificationActivitySettingAction.NotificationActivitySetting (WaffleAccountLinkStateAction_AccountLinkState)(0), // 14: WAWebProtobufSyncAction.WaffleAccountLinkStateAction.AccountLinkState (MerchantPaymentPartnerAction_Status)(0), // 15: WAWebProtobufSyncAction.MerchantPaymentPartnerAction.Status (NoteEditAction_NoteType)(0), // 16: WAWebProtobufSyncAction.NoteEditAction.NoteType (StatusPrivacyAction_StatusDistributionMode)(0), // 17: WAWebProtobufSyncAction.StatusPrivacyAction.StatusDistributionMode (MarketingMessageAction_MarketingMessagePrototypeType)(0), // 18: WAWebProtobufSyncAction.MarketingMessageAction.MarketingMessagePrototypeType (UsernameChatStartModeAction_ChatStartMode)(0), // 19: WAWebProtobufSyncAction.UsernameChatStartModeAction.ChatStartMode (LabelEditAction_ListType)(0), // 20: WAWebProtobufSyncAction.LabelEditAction.ListType (PatchDebugData_Platform)(0), // 21: WAWebProtobufSyncAction.PatchDebugData.Platform (*CallLogRecord)(nil), // 22: WAWebProtobufSyncAction.CallLogRecord (*SettingsSyncAction)(nil), // 23: WAWebProtobufSyncAction.SettingsSyncAction (*InteractiveMessageAction)(nil), // 24: WAWebProtobufSyncAction.InteractiveMessageAction (*PrivateProcessingSettingAction)(nil), // 25: WAWebProtobufSyncAction.PrivateProcessingSettingAction (*AvatarUpdatedAction)(nil), // 26: WAWebProtobufSyncAction.AvatarUpdatedAction (*MaibaAIFeaturesControlAction)(nil), // 27: WAWebProtobufSyncAction.MaibaAIFeaturesControlAction (*PaymentTosAction)(nil), // 28: WAWebProtobufSyncAction.PaymentTosAction (*NotificationActivitySettingAction)(nil), // 29: WAWebProtobufSyncAction.NotificationActivitySettingAction (*WaffleAccountLinkStateAction)(nil), // 30: WAWebProtobufSyncAction.WaffleAccountLinkStateAction (*MerchantPaymentPartnerAction)(nil), // 31: WAWebProtobufSyncAction.MerchantPaymentPartnerAction (*NoteEditAction)(nil), // 32: WAWebProtobufSyncAction.NoteEditAction (*StatusPrivacyAction)(nil), // 33: WAWebProtobufSyncAction.StatusPrivacyAction (*MarketingMessageAction)(nil), // 34: WAWebProtobufSyncAction.MarketingMessageAction (*UsernameChatStartModeAction)(nil), // 35: WAWebProtobufSyncAction.UsernameChatStartModeAction (*LabelEditAction)(nil), // 36: WAWebProtobufSyncAction.LabelEditAction (*PatchDebugData)(nil), // 37: WAWebProtobufSyncAction.PatchDebugData (*RecentEmojiWeight)(nil), // 38: WAWebProtobufSyncAction.RecentEmojiWeight (*SyncActionValue)(nil), // 39: WAWebProtobufSyncAction.SyncActionValue (*AiThreadRenameAction)(nil), // 40: WAWebProtobufSyncAction.AiThreadRenameAction (*StatusPostOptInNotificationPreferencesAction)(nil), // 41: WAWebProtobufSyncAction.StatusPostOptInNotificationPreferencesAction (*BroadcastListParticipant)(nil), // 42: WAWebProtobufSyncAction.BroadcastListParticipant (*BusinessBroadcastListAction)(nil), // 43: WAWebProtobufSyncAction.BusinessBroadcastListAction (*BusinessBroadcastAssociationAction)(nil), // 44: WAWebProtobufSyncAction.BusinessBroadcastAssociationAction (*CtwaPerCustomerDataSharingAction)(nil), // 45: WAWebProtobufSyncAction.CtwaPerCustomerDataSharingAction (*LidContactAction)(nil), // 46: WAWebProtobufSyncAction.LidContactAction (*FavoritesAction)(nil), // 47: WAWebProtobufSyncAction.FavoritesAction (*PrivacySettingChannelsPersonalisedRecommendationAction)(nil), // 48: WAWebProtobufSyncAction.PrivacySettingChannelsPersonalisedRecommendationAction (*PrivacySettingDisableLinkPreviewsAction)(nil), // 49: WAWebProtobufSyncAction.PrivacySettingDisableLinkPreviewsAction (*WamoUserIdentifierAction)(nil), // 50: WAWebProtobufSyncAction.WamoUserIdentifierAction (*LockChatAction)(nil), // 51: WAWebProtobufSyncAction.LockChatAction (*CustomPaymentMethodsAction)(nil), // 52: WAWebProtobufSyncAction.CustomPaymentMethodsAction (*CustomPaymentMethod)(nil), // 53: WAWebProtobufSyncAction.CustomPaymentMethod (*CustomPaymentMethodMetadata)(nil), // 54: WAWebProtobufSyncAction.CustomPaymentMethodMetadata (*PaymentInfoAction)(nil), // 55: WAWebProtobufSyncAction.PaymentInfoAction (*LabelReorderingAction)(nil), // 56: WAWebProtobufSyncAction.LabelReorderingAction (*DeleteIndividualCallLogAction)(nil), // 57: WAWebProtobufSyncAction.DeleteIndividualCallLogAction (*BotWelcomeRequestAction)(nil), // 58: WAWebProtobufSyncAction.BotWelcomeRequestAction (*NewsletterSavedInterestsAction)(nil), // 59: WAWebProtobufSyncAction.NewsletterSavedInterestsAction (*MusicUserIdAction)(nil), // 60: WAWebProtobufSyncAction.MusicUserIdAction (*UGCBot)(nil), // 61: WAWebProtobufSyncAction.UGCBot (*CallLogAction)(nil), // 62: WAWebProtobufSyncAction.CallLogAction (*PrivacySettingRelayAllCalls)(nil), // 63: WAWebProtobufSyncAction.PrivacySettingRelayAllCalls (*DetectedOutcomesStatusAction)(nil), // 64: WAWebProtobufSyncAction.DetectedOutcomesStatusAction (*ExternalWebBetaAction)(nil), // 65: WAWebProtobufSyncAction.ExternalWebBetaAction (*MarketingMessageBroadcastAction)(nil), // 66: WAWebProtobufSyncAction.MarketingMessageBroadcastAction (*PnForLidChatAction)(nil), // 67: WAWebProtobufSyncAction.PnForLidChatAction (*ChatAssignmentOpenedStatusAction)(nil), // 68: WAWebProtobufSyncAction.ChatAssignmentOpenedStatusAction (*ChatAssignmentAction)(nil), // 69: WAWebProtobufSyncAction.ChatAssignmentAction (*StickerAction)(nil), // 70: WAWebProtobufSyncAction.StickerAction (*RemoveRecentStickerAction)(nil), // 71: WAWebProtobufSyncAction.RemoveRecentStickerAction (*PrimaryVersionAction)(nil), // 72: WAWebProtobufSyncAction.PrimaryVersionAction (*NuxAction)(nil), // 73: WAWebProtobufSyncAction.NuxAction (*TimeFormatAction)(nil), // 74: WAWebProtobufSyncAction.TimeFormatAction (*UserStatusMuteAction)(nil), // 75: WAWebProtobufSyncAction.UserStatusMuteAction (*SubscriptionAction)(nil), // 76: WAWebProtobufSyncAction.SubscriptionAction (*AgentAction)(nil), // 77: WAWebProtobufSyncAction.AgentAction (*AndroidUnsupportedActions)(nil), // 78: WAWebProtobufSyncAction.AndroidUnsupportedActions (*PrimaryFeature)(nil), // 79: WAWebProtobufSyncAction.PrimaryFeature (*KeyExpiration)(nil), // 80: WAWebProtobufSyncAction.KeyExpiration (*SyncActionMessage)(nil), // 81: WAWebProtobufSyncAction.SyncActionMessage (*SyncActionMessageRange)(nil), // 82: WAWebProtobufSyncAction.SyncActionMessageRange (*UnarchiveChatsSetting)(nil), // 83: WAWebProtobufSyncAction.UnarchiveChatsSetting (*DeleteChatAction)(nil), // 84: WAWebProtobufSyncAction.DeleteChatAction (*ClearChatAction)(nil), // 85: WAWebProtobufSyncAction.ClearChatAction (*MarkChatAsReadAction)(nil), // 86: WAWebProtobufSyncAction.MarkChatAsReadAction (*DeleteMessageForMeAction)(nil), // 87: WAWebProtobufSyncAction.DeleteMessageForMeAction (*ArchiveChatAction)(nil), // 88: WAWebProtobufSyncAction.ArchiveChatAction (*RecentEmojiWeightsAction)(nil), // 89: WAWebProtobufSyncAction.RecentEmojiWeightsAction (*LabelAssociationAction)(nil), // 90: WAWebProtobufSyncAction.LabelAssociationAction (*QuickReplyAction)(nil), // 91: WAWebProtobufSyncAction.QuickReplyAction (*LocaleSetting)(nil), // 92: WAWebProtobufSyncAction.LocaleSetting (*PushNameSetting)(nil), // 93: WAWebProtobufSyncAction.PushNameSetting (*PinAction)(nil), // 94: WAWebProtobufSyncAction.PinAction (*MuteAction)(nil), // 95: WAWebProtobufSyncAction.MuteAction (*ContactAction)(nil), // 96: WAWebProtobufSyncAction.ContactAction (*StarAction)(nil), // 97: WAWebProtobufSyncAction.StarAction (*SyncActionData)(nil), // 98: WAWebProtobufSyncAction.SyncActionData (*CallLogRecord_ParticipantInfo)(nil), // 99: WAWebProtobufSyncAction.CallLogRecord.ParticipantInfo (*FavoritesAction_Favorite)(nil), // 100: WAWebProtobufSyncAction.FavoritesAction.Favorite (*waChatLockSettings.ChatLockSettings)(nil), // 101: WAWebProtobufsChatLockSettings.ChatLockSettings (*waDeviceCapabilities.DeviceCapabilities)(nil), // 102: WAWebProtobufsDeviceCapabilities.DeviceCapabilities (*waCommon.MessageKey)(nil), // 103: WACommon.MessageKey } var file_waSyncAction_WAWebProtobufSyncAction_proto_depIdxs = []int32{ 4, // 0: WAWebProtobufSyncAction.CallLogRecord.callResult:type_name -> WAWebProtobufSyncAction.CallLogRecord.CallResult 3, // 1: WAWebProtobufSyncAction.CallLogRecord.silenceReason:type_name -> WAWebProtobufSyncAction.CallLogRecord.SilenceReason 99, // 2: WAWebProtobufSyncAction.CallLogRecord.participants:type_name -> WAWebProtobufSyncAction.CallLogRecord.ParticipantInfo 2, // 3: WAWebProtobufSyncAction.CallLogRecord.callType:type_name -> WAWebProtobufSyncAction.CallLogRecord.CallType 5, // 4: WAWebProtobufSyncAction.SettingsSyncAction.bannerNotificationDisplayMode:type_name -> WAWebProtobufSyncAction.SettingsSyncAction.DisplayMode 5, // 5: WAWebProtobufSyncAction.SettingsSyncAction.unreadCounterBadgeDisplayMode:type_name -> WAWebProtobufSyncAction.SettingsSyncAction.DisplayMode 8, // 6: WAWebProtobufSyncAction.InteractiveMessageAction.type:type_name -> WAWebProtobufSyncAction.InteractiveMessageAction.InteractiveMessageActionMode 9, // 7: WAWebProtobufSyncAction.PrivateProcessingSettingAction.privateProcessingStatus:type_name -> WAWebProtobufSyncAction.PrivateProcessingSettingAction.PrivateProcessingStatus 10, // 8: WAWebProtobufSyncAction.AvatarUpdatedAction.eventType:type_name -> WAWebProtobufSyncAction.AvatarUpdatedAction.AvatarEventType 70, // 9: WAWebProtobufSyncAction.AvatarUpdatedAction.recentAvatarStickers:type_name -> WAWebProtobufSyncAction.StickerAction 11, // 10: WAWebProtobufSyncAction.MaibaAIFeaturesControlAction.aiFeatureStatus:type_name -> WAWebProtobufSyncAction.MaibaAIFeaturesControlAction.MaibaAIFeatureStatus 12, // 11: WAWebProtobufSyncAction.PaymentTosAction.paymentNotice:type_name -> WAWebProtobufSyncAction.PaymentTosAction.PaymentNotice 13, // 12: WAWebProtobufSyncAction.NotificationActivitySettingAction.notificationActivitySetting:type_name -> WAWebProtobufSyncAction.NotificationActivitySettingAction.NotificationActivitySetting 14, // 13: WAWebProtobufSyncAction.WaffleAccountLinkStateAction.linkState:type_name -> WAWebProtobufSyncAction.WaffleAccountLinkStateAction.AccountLinkState 15, // 14: WAWebProtobufSyncAction.MerchantPaymentPartnerAction.status:type_name -> WAWebProtobufSyncAction.MerchantPaymentPartnerAction.Status 16, // 15: WAWebProtobufSyncAction.NoteEditAction.type:type_name -> WAWebProtobufSyncAction.NoteEditAction.NoteType 17, // 16: WAWebProtobufSyncAction.StatusPrivacyAction.mode:type_name -> WAWebProtobufSyncAction.StatusPrivacyAction.StatusDistributionMode 18, // 17: WAWebProtobufSyncAction.MarketingMessageAction.type:type_name -> WAWebProtobufSyncAction.MarketingMessageAction.MarketingMessagePrototypeType 19, // 18: WAWebProtobufSyncAction.UsernameChatStartModeAction.chatStartMode:type_name -> WAWebProtobufSyncAction.UsernameChatStartModeAction.ChatStartMode 20, // 19: WAWebProtobufSyncAction.LabelEditAction.type:type_name -> WAWebProtobufSyncAction.LabelEditAction.ListType 21, // 20: WAWebProtobufSyncAction.PatchDebugData.senderPlatform:type_name -> WAWebProtobufSyncAction.PatchDebugData.Platform 97, // 21: WAWebProtobufSyncAction.SyncActionValue.starAction:type_name -> WAWebProtobufSyncAction.StarAction 96, // 22: WAWebProtobufSyncAction.SyncActionValue.contactAction:type_name -> WAWebProtobufSyncAction.ContactAction 95, // 23: WAWebProtobufSyncAction.SyncActionValue.muteAction:type_name -> WAWebProtobufSyncAction.MuteAction 94, // 24: WAWebProtobufSyncAction.SyncActionValue.pinAction:type_name -> WAWebProtobufSyncAction.PinAction 93, // 25: WAWebProtobufSyncAction.SyncActionValue.pushNameSetting:type_name -> WAWebProtobufSyncAction.PushNameSetting 91, // 26: WAWebProtobufSyncAction.SyncActionValue.quickReplyAction:type_name -> WAWebProtobufSyncAction.QuickReplyAction 89, // 27: WAWebProtobufSyncAction.SyncActionValue.recentEmojiWeightsAction:type_name -> WAWebProtobufSyncAction.RecentEmojiWeightsAction 36, // 28: WAWebProtobufSyncAction.SyncActionValue.labelEditAction:type_name -> WAWebProtobufSyncAction.LabelEditAction 90, // 29: WAWebProtobufSyncAction.SyncActionValue.labelAssociationAction:type_name -> WAWebProtobufSyncAction.LabelAssociationAction 92, // 30: WAWebProtobufSyncAction.SyncActionValue.localeSetting:type_name -> WAWebProtobufSyncAction.LocaleSetting 88, // 31: WAWebProtobufSyncAction.SyncActionValue.archiveChatAction:type_name -> WAWebProtobufSyncAction.ArchiveChatAction 87, // 32: WAWebProtobufSyncAction.SyncActionValue.deleteMessageForMeAction:type_name -> WAWebProtobufSyncAction.DeleteMessageForMeAction 80, // 33: WAWebProtobufSyncAction.SyncActionValue.keyExpiration:type_name -> WAWebProtobufSyncAction.KeyExpiration 86, // 34: WAWebProtobufSyncAction.SyncActionValue.markChatAsReadAction:type_name -> WAWebProtobufSyncAction.MarkChatAsReadAction 85, // 35: WAWebProtobufSyncAction.SyncActionValue.clearChatAction:type_name -> WAWebProtobufSyncAction.ClearChatAction 84, // 36: WAWebProtobufSyncAction.SyncActionValue.deleteChatAction:type_name -> WAWebProtobufSyncAction.DeleteChatAction 83, // 37: WAWebProtobufSyncAction.SyncActionValue.unarchiveChatsSetting:type_name -> WAWebProtobufSyncAction.UnarchiveChatsSetting 79, // 38: WAWebProtobufSyncAction.SyncActionValue.primaryFeature:type_name -> WAWebProtobufSyncAction.PrimaryFeature 78, // 39: WAWebProtobufSyncAction.SyncActionValue.androidUnsupportedActions:type_name -> WAWebProtobufSyncAction.AndroidUnsupportedActions 77, // 40: WAWebProtobufSyncAction.SyncActionValue.agentAction:type_name -> WAWebProtobufSyncAction.AgentAction 76, // 41: WAWebProtobufSyncAction.SyncActionValue.subscriptionAction:type_name -> WAWebProtobufSyncAction.SubscriptionAction 75, // 42: WAWebProtobufSyncAction.SyncActionValue.userStatusMuteAction:type_name -> WAWebProtobufSyncAction.UserStatusMuteAction 74, // 43: WAWebProtobufSyncAction.SyncActionValue.timeFormatAction:type_name -> WAWebProtobufSyncAction.TimeFormatAction 73, // 44: WAWebProtobufSyncAction.SyncActionValue.nuxAction:type_name -> WAWebProtobufSyncAction.NuxAction 72, // 45: WAWebProtobufSyncAction.SyncActionValue.primaryVersionAction:type_name -> WAWebProtobufSyncAction.PrimaryVersionAction 70, // 46: WAWebProtobufSyncAction.SyncActionValue.stickerAction:type_name -> WAWebProtobufSyncAction.StickerAction 71, // 47: WAWebProtobufSyncAction.SyncActionValue.removeRecentStickerAction:type_name -> WAWebProtobufSyncAction.RemoveRecentStickerAction 69, // 48: WAWebProtobufSyncAction.SyncActionValue.chatAssignment:type_name -> WAWebProtobufSyncAction.ChatAssignmentAction 68, // 49: WAWebProtobufSyncAction.SyncActionValue.chatAssignmentOpenedStatus:type_name -> WAWebProtobufSyncAction.ChatAssignmentOpenedStatusAction 67, // 50: WAWebProtobufSyncAction.SyncActionValue.pnForLidChatAction:type_name -> WAWebProtobufSyncAction.PnForLidChatAction 34, // 51: WAWebProtobufSyncAction.SyncActionValue.marketingMessageAction:type_name -> WAWebProtobufSyncAction.MarketingMessageAction 66, // 52: WAWebProtobufSyncAction.SyncActionValue.marketingMessageBroadcastAction:type_name -> WAWebProtobufSyncAction.MarketingMessageBroadcastAction 65, // 53: WAWebProtobufSyncAction.SyncActionValue.externalWebBetaAction:type_name -> WAWebProtobufSyncAction.ExternalWebBetaAction 63, // 54: WAWebProtobufSyncAction.SyncActionValue.privacySettingRelayAllCalls:type_name -> WAWebProtobufSyncAction.PrivacySettingRelayAllCalls 62, // 55: WAWebProtobufSyncAction.SyncActionValue.callLogAction:type_name -> WAWebProtobufSyncAction.CallLogAction 61, // 56: WAWebProtobufSyncAction.SyncActionValue.ugcBot:type_name -> WAWebProtobufSyncAction.UGCBot 33, // 57: WAWebProtobufSyncAction.SyncActionValue.statusPrivacy:type_name -> WAWebProtobufSyncAction.StatusPrivacyAction 58, // 58: WAWebProtobufSyncAction.SyncActionValue.botWelcomeRequestAction:type_name -> WAWebProtobufSyncAction.BotWelcomeRequestAction 57, // 59: WAWebProtobufSyncAction.SyncActionValue.deleteIndividualCallLog:type_name -> WAWebProtobufSyncAction.DeleteIndividualCallLogAction 56, // 60: WAWebProtobufSyncAction.SyncActionValue.labelReorderingAction:type_name -> WAWebProtobufSyncAction.LabelReorderingAction 55, // 61: WAWebProtobufSyncAction.SyncActionValue.paymentInfoAction:type_name -> WAWebProtobufSyncAction.PaymentInfoAction 52, // 62: WAWebProtobufSyncAction.SyncActionValue.customPaymentMethodsAction:type_name -> WAWebProtobufSyncAction.CustomPaymentMethodsAction 51, // 63: WAWebProtobufSyncAction.SyncActionValue.lockChatAction:type_name -> WAWebProtobufSyncAction.LockChatAction 101, // 64: WAWebProtobufSyncAction.SyncActionValue.chatLockSettings:type_name -> WAWebProtobufsChatLockSettings.ChatLockSettings 50, // 65: WAWebProtobufSyncAction.SyncActionValue.wamoUserIdentifierAction:type_name -> WAWebProtobufSyncAction.WamoUserIdentifierAction 49, // 66: WAWebProtobufSyncAction.SyncActionValue.privacySettingDisableLinkPreviewsAction:type_name -> WAWebProtobufSyncAction.PrivacySettingDisableLinkPreviewsAction 102, // 67: WAWebProtobufSyncAction.SyncActionValue.deviceCapabilities:type_name -> WAWebProtobufsDeviceCapabilities.DeviceCapabilities 32, // 68: WAWebProtobufSyncAction.SyncActionValue.noteEditAction:type_name -> WAWebProtobufSyncAction.NoteEditAction 47, // 69: WAWebProtobufSyncAction.SyncActionValue.favoritesAction:type_name -> WAWebProtobufSyncAction.FavoritesAction 31, // 70: WAWebProtobufSyncAction.SyncActionValue.merchantPaymentPartnerAction:type_name -> WAWebProtobufSyncAction.MerchantPaymentPartnerAction 30, // 71: WAWebProtobufSyncAction.SyncActionValue.waffleAccountLinkStateAction:type_name -> WAWebProtobufSyncAction.WaffleAccountLinkStateAction 35, // 72: WAWebProtobufSyncAction.SyncActionValue.usernameChatStartMode:type_name -> WAWebProtobufSyncAction.UsernameChatStartModeAction 29, // 73: WAWebProtobufSyncAction.SyncActionValue.notificationActivitySettingAction:type_name -> WAWebProtobufSyncAction.NotificationActivitySettingAction 46, // 74: WAWebProtobufSyncAction.SyncActionValue.lidContactAction:type_name -> WAWebProtobufSyncAction.LidContactAction 45, // 75: WAWebProtobufSyncAction.SyncActionValue.ctwaPerCustomerDataSharingAction:type_name -> WAWebProtobufSyncAction.CtwaPerCustomerDataSharingAction 28, // 76: WAWebProtobufSyncAction.SyncActionValue.paymentTosAction:type_name -> WAWebProtobufSyncAction.PaymentTosAction 48, // 77: WAWebProtobufSyncAction.SyncActionValue.privacySettingChannelsPersonalisedRecommendationAction:type_name -> WAWebProtobufSyncAction.PrivacySettingChannelsPersonalisedRecommendationAction 64, // 78: WAWebProtobufSyncAction.SyncActionValue.detectedOutcomesStatusAction:type_name -> WAWebProtobufSyncAction.DetectedOutcomesStatusAction 27, // 79: WAWebProtobufSyncAction.SyncActionValue.maibaAiFeaturesControlAction:type_name -> WAWebProtobufSyncAction.MaibaAIFeaturesControlAction 43, // 80: WAWebProtobufSyncAction.SyncActionValue.businessBroadcastListAction:type_name -> WAWebProtobufSyncAction.BusinessBroadcastListAction 60, // 81: WAWebProtobufSyncAction.SyncActionValue.musicUserIDAction:type_name -> WAWebProtobufSyncAction.MusicUserIdAction 41, // 82: WAWebProtobufSyncAction.SyncActionValue.statusPostOptInNotificationPreferencesAction:type_name -> WAWebProtobufSyncAction.StatusPostOptInNotificationPreferencesAction 26, // 83: WAWebProtobufSyncAction.SyncActionValue.avatarUpdatedAction:type_name -> WAWebProtobufSyncAction.AvatarUpdatedAction 25, // 84: WAWebProtobufSyncAction.SyncActionValue.privateProcessingSettingAction:type_name -> WAWebProtobufSyncAction.PrivateProcessingSettingAction 59, // 85: WAWebProtobufSyncAction.SyncActionValue.newsletterSavedInterestsAction:type_name -> WAWebProtobufSyncAction.NewsletterSavedInterestsAction 40, // 86: WAWebProtobufSyncAction.SyncActionValue.aiThreadRenameAction:type_name -> WAWebProtobufSyncAction.AiThreadRenameAction 24, // 87: WAWebProtobufSyncAction.SyncActionValue.interactiveMessageAction:type_name -> WAWebProtobufSyncAction.InteractiveMessageAction 23, // 88: WAWebProtobufSyncAction.SyncActionValue.settingsSyncAction:type_name -> WAWebProtobufSyncAction.SettingsSyncAction 42, // 89: WAWebProtobufSyncAction.BusinessBroadcastListAction.participants:type_name -> WAWebProtobufSyncAction.BroadcastListParticipant 100, // 90: WAWebProtobufSyncAction.FavoritesAction.favorites:type_name -> WAWebProtobufSyncAction.FavoritesAction.Favorite 53, // 91: WAWebProtobufSyncAction.CustomPaymentMethodsAction.customPaymentMethods:type_name -> WAWebProtobufSyncAction.CustomPaymentMethod 54, // 92: WAWebProtobufSyncAction.CustomPaymentMethod.metadata:type_name -> WAWebProtobufSyncAction.CustomPaymentMethodMetadata 22, // 93: WAWebProtobufSyncAction.CallLogAction.callLogRecord:type_name -> WAWebProtobufSyncAction.CallLogRecord 103, // 94: WAWebProtobufSyncAction.SyncActionMessage.key:type_name -> WACommon.MessageKey 81, // 95: WAWebProtobufSyncAction.SyncActionMessageRange.messages:type_name -> WAWebProtobufSyncAction.SyncActionMessage 82, // 96: WAWebProtobufSyncAction.DeleteChatAction.messageRange:type_name -> WAWebProtobufSyncAction.SyncActionMessageRange 82, // 97: WAWebProtobufSyncAction.ClearChatAction.messageRange:type_name -> WAWebProtobufSyncAction.SyncActionMessageRange 82, // 98: WAWebProtobufSyncAction.MarkChatAsReadAction.messageRange:type_name -> WAWebProtobufSyncAction.SyncActionMessageRange 82, // 99: WAWebProtobufSyncAction.ArchiveChatAction.messageRange:type_name -> WAWebProtobufSyncAction.SyncActionMessageRange 38, // 100: WAWebProtobufSyncAction.RecentEmojiWeightsAction.weights:type_name -> WAWebProtobufSyncAction.RecentEmojiWeight 39, // 101: WAWebProtobufSyncAction.SyncActionData.value:type_name -> WAWebProtobufSyncAction.SyncActionValue 4, // 102: WAWebProtobufSyncAction.CallLogRecord.ParticipantInfo.callResult:type_name -> WAWebProtobufSyncAction.CallLogRecord.CallResult 103, // [103:103] is the sub-list for method output_type 103, // [103:103] is the sub-list for method input_type 103, // [103:103] is the sub-list for extension type_name 103, // [103:103] is the sub-list for extension extendee 0, // [0:103] is the sub-list for field type_name } func init() { file_waSyncAction_WAWebProtobufSyncAction_proto_init() } func file_waSyncAction_WAWebProtobufSyncAction_proto_init() { if File_waSyncAction_WAWebProtobufSyncAction_proto != nil { return } type x struct{} out := protoimpl.TypeBuilder{ File: protoimpl.DescBuilder{ GoPackagePath: reflect.TypeOf(x{}).PkgPath(), RawDescriptor: unsafe.Slice(unsafe.StringData(file_waSyncAction_WAWebProtobufSyncAction_proto_rawDesc), len(file_waSyncAction_WAWebProtobufSyncAction_proto_rawDesc)), NumEnums: 22, NumMessages: 79, NumExtensions: 0, NumServices: 0, }, GoTypes: file_waSyncAction_WAWebProtobufSyncAction_proto_goTypes, DependencyIndexes: file_waSyncAction_WAWebProtobufSyncAction_proto_depIdxs, EnumInfos: file_waSyncAction_WAWebProtobufSyncAction_proto_enumTypes, MessageInfos: file_waSyncAction_WAWebProtobufSyncAction_proto_msgTypes, }.Build() File_waSyncAction_WAWebProtobufSyncAction_proto = out.File file_waSyncAction_WAWebProtobufSyncAction_proto_goTypes = nil file_waSyncAction_WAWebProtobufSyncAction_proto_depIdxs = nil }