matterbridge/vendor/go.mau.fi/whatsmeow/proto/waArmadilloApplication/WAArmadilloApplication.pb.go

3053 lines
119 KiB
Go
Raw Normal View History

// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.34.2
// protoc v3.21.12
// source: waArmadilloApplication/WAArmadilloApplication.proto
package waArmadilloApplication
import (
reflect "reflect"
sync "sync"
waArmadilloXMA "go.mau.fi/whatsmeow/proto/waArmadilloXMA"
waCommon "go.mau.fi/whatsmeow/proto/waCommon"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
_ "embed"
)
const (
// Verify that this generated code is sufficiently up-to-date.
_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
// Verify that runtime/protoimpl is sufficiently up-to-date.
_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
)
type Armadillo_Signal_EncryptedBackupsSecrets_Epoch_EpochStatus int32
const (
Armadillo_Signal_EncryptedBackupsSecrets_Epoch_ES_OPEN Armadillo_Signal_EncryptedBackupsSecrets_Epoch_EpochStatus = 1
Armadillo_Signal_EncryptedBackupsSecrets_Epoch_ES_CLOSE Armadillo_Signal_EncryptedBackupsSecrets_Epoch_EpochStatus = 2
)
// Enum value maps for Armadillo_Signal_EncryptedBackupsSecrets_Epoch_EpochStatus.
var (
Armadillo_Signal_EncryptedBackupsSecrets_Epoch_EpochStatus_name = map[int32]string{
1: "ES_OPEN",
2: "ES_CLOSE",
}
Armadillo_Signal_EncryptedBackupsSecrets_Epoch_EpochStatus_value = map[string]int32{
"ES_OPEN": 1,
"ES_CLOSE": 2,
}
)
func (x Armadillo_Signal_EncryptedBackupsSecrets_Epoch_EpochStatus) Enum() *Armadillo_Signal_EncryptedBackupsSecrets_Epoch_EpochStatus {
p := new(Armadillo_Signal_EncryptedBackupsSecrets_Epoch_EpochStatus)
*p = x
return p
}
func (x Armadillo_Signal_EncryptedBackupsSecrets_Epoch_EpochStatus) String() string {
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
}
func (Armadillo_Signal_EncryptedBackupsSecrets_Epoch_EpochStatus) Descriptor() protoreflect.EnumDescriptor {
return file_waArmadilloApplication_WAArmadilloApplication_proto_enumTypes[0].Descriptor()
}
func (Armadillo_Signal_EncryptedBackupsSecrets_Epoch_EpochStatus) Type() protoreflect.EnumType {
return &file_waArmadilloApplication_WAArmadilloApplication_proto_enumTypes[0]
}
func (x Armadillo_Signal_EncryptedBackupsSecrets_Epoch_EpochStatus) Number() protoreflect.EnumNumber {
return protoreflect.EnumNumber(x)
}
// Deprecated: Do not use.
func (x *Armadillo_Signal_EncryptedBackupsSecrets_Epoch_EpochStatus) UnmarshalJSON(b []byte) error {
num, err := protoimpl.X.UnmarshalJSONEnum(x.Descriptor(), b)
if err != nil {
return err
}
*x = Armadillo_Signal_EncryptedBackupsSecrets_Epoch_EpochStatus(num)
return nil
}
// Deprecated: Use Armadillo_Signal_EncryptedBackupsSecrets_Epoch_EpochStatus.Descriptor instead.
func (Armadillo_Signal_EncryptedBackupsSecrets_Epoch_EpochStatus) EnumDescriptor() ([]byte, []int) {
return file_waArmadilloApplication_WAArmadilloApplication_proto_rawDescGZIP(), []int{0, 3, 0, 0, 0}
}
type Armadillo_Content_PaymentsTransactionMessage_PaymentStatus int32
const (
Armadillo_Content_PaymentsTransactionMessage_PAYMENT_UNKNOWN Armadillo_Content_PaymentsTransactionMessage_PaymentStatus = 0
Armadillo_Content_PaymentsTransactionMessage_REQUEST_INITED Armadillo_Content_PaymentsTransactionMessage_PaymentStatus = 4
Armadillo_Content_PaymentsTransactionMessage_REQUEST_DECLINED Armadillo_Content_PaymentsTransactionMessage_PaymentStatus = 5
Armadillo_Content_PaymentsTransactionMessage_REQUEST_TRANSFER_INITED Armadillo_Content_PaymentsTransactionMessage_PaymentStatus = 6
Armadillo_Content_PaymentsTransactionMessage_REQUEST_TRANSFER_COMPLETED Armadillo_Content_PaymentsTransactionMessage_PaymentStatus = 7
Armadillo_Content_PaymentsTransactionMessage_REQUEST_TRANSFER_FAILED Armadillo_Content_PaymentsTransactionMessage_PaymentStatus = 8
Armadillo_Content_PaymentsTransactionMessage_REQUEST_CANCELED Armadillo_Content_PaymentsTransactionMessage_PaymentStatus = 9
Armadillo_Content_PaymentsTransactionMessage_REQUEST_EXPIRED Armadillo_Content_PaymentsTransactionMessage_PaymentStatus = 10
Armadillo_Content_PaymentsTransactionMessage_TRANSFER_INITED Armadillo_Content_PaymentsTransactionMessage_PaymentStatus = 11
Armadillo_Content_PaymentsTransactionMessage_TRANSFER_PENDING Armadillo_Content_PaymentsTransactionMessage_PaymentStatus = 12
Armadillo_Content_PaymentsTransactionMessage_TRANSFER_PENDING_RECIPIENT_VERIFICATION Armadillo_Content_PaymentsTransactionMessage_PaymentStatus = 13
Armadillo_Content_PaymentsTransactionMessage_TRANSFER_CANCELED Armadillo_Content_PaymentsTransactionMessage_PaymentStatus = 14
Armadillo_Content_PaymentsTransactionMessage_TRANSFER_COMPLETED Armadillo_Content_PaymentsTransactionMessage_PaymentStatus = 15
Armadillo_Content_PaymentsTransactionMessage_TRANSFER_NO_RECEIVER_CREDENTIAL_NO_RTS_PENDING_CANCELED Armadillo_Content_PaymentsTransactionMessage_PaymentStatus = 16
Armadillo_Content_PaymentsTransactionMessage_TRANSFER_NO_RECEIVER_CREDENTIAL_NO_RTS_PENDING_OTHER Armadillo_Content_PaymentsTransactionMessage_PaymentStatus = 17
Armadillo_Content_PaymentsTransactionMessage_TRANSFER_REFUNDED Armadillo_Content_PaymentsTransactionMessage_PaymentStatus = 18
Armadillo_Content_PaymentsTransactionMessage_TRANSFER_PARTIAL_REFUND Armadillo_Content_PaymentsTransactionMessage_PaymentStatus = 19
Armadillo_Content_PaymentsTransactionMessage_TRANSFER_CHARGED_BACK Armadillo_Content_PaymentsTransactionMessage_PaymentStatus = 20
Armadillo_Content_PaymentsTransactionMessage_TRANSFER_EXPIRED Armadillo_Content_PaymentsTransactionMessage_PaymentStatus = 21
Armadillo_Content_PaymentsTransactionMessage_TRANSFER_DECLINED Armadillo_Content_PaymentsTransactionMessage_PaymentStatus = 22
Armadillo_Content_PaymentsTransactionMessage_TRANSFER_UNAVAILABLE Armadillo_Content_PaymentsTransactionMessage_PaymentStatus = 23
)
// Enum value maps for Armadillo_Content_PaymentsTransactionMessage_PaymentStatus.
var (
Armadillo_Content_PaymentsTransactionMessage_PaymentStatus_name = map[int32]string{
0: "PAYMENT_UNKNOWN",
4: "REQUEST_INITED",
5: "REQUEST_DECLINED",
6: "REQUEST_TRANSFER_INITED",
7: "REQUEST_TRANSFER_COMPLETED",
8: "REQUEST_TRANSFER_FAILED",
9: "REQUEST_CANCELED",
10: "REQUEST_EXPIRED",
11: "TRANSFER_INITED",
12: "TRANSFER_PENDING",
13: "TRANSFER_PENDING_RECIPIENT_VERIFICATION",
14: "TRANSFER_CANCELED",
15: "TRANSFER_COMPLETED",
16: "TRANSFER_NO_RECEIVER_CREDENTIAL_NO_RTS_PENDING_CANCELED",
17: "TRANSFER_NO_RECEIVER_CREDENTIAL_NO_RTS_PENDING_OTHER",
18: "TRANSFER_REFUNDED",
19: "TRANSFER_PARTIAL_REFUND",
20: "TRANSFER_CHARGED_BACK",
21: "TRANSFER_EXPIRED",
22: "TRANSFER_DECLINED",
23: "TRANSFER_UNAVAILABLE",
}
Armadillo_Content_PaymentsTransactionMessage_PaymentStatus_value = map[string]int32{
"PAYMENT_UNKNOWN": 0,
"REQUEST_INITED": 4,
"REQUEST_DECLINED": 5,
"REQUEST_TRANSFER_INITED": 6,
"REQUEST_TRANSFER_COMPLETED": 7,
"REQUEST_TRANSFER_FAILED": 8,
"REQUEST_CANCELED": 9,
"REQUEST_EXPIRED": 10,
"TRANSFER_INITED": 11,
"TRANSFER_PENDING": 12,
"TRANSFER_PENDING_RECIPIENT_VERIFICATION": 13,
"TRANSFER_CANCELED": 14,
"TRANSFER_COMPLETED": 15,
"TRANSFER_NO_RECEIVER_CREDENTIAL_NO_RTS_PENDING_CANCELED": 16,
"TRANSFER_NO_RECEIVER_CREDENTIAL_NO_RTS_PENDING_OTHER": 17,
"TRANSFER_REFUNDED": 18,
"TRANSFER_PARTIAL_REFUND": 19,
"TRANSFER_CHARGED_BACK": 20,
"TRANSFER_EXPIRED": 21,
"TRANSFER_DECLINED": 22,
"TRANSFER_UNAVAILABLE": 23,
}
)
func (x Armadillo_Content_PaymentsTransactionMessage_PaymentStatus) Enum() *Armadillo_Content_PaymentsTransactionMessage_PaymentStatus {
p := new(Armadillo_Content_PaymentsTransactionMessage_PaymentStatus)
*p = x
return p
}
func (x Armadillo_Content_PaymentsTransactionMessage_PaymentStatus) String() string {
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
}
func (Armadillo_Content_PaymentsTransactionMessage_PaymentStatus) Descriptor() protoreflect.EnumDescriptor {
return file_waArmadilloApplication_WAArmadilloApplication_proto_enumTypes[1].Descriptor()
}
func (Armadillo_Content_PaymentsTransactionMessage_PaymentStatus) Type() protoreflect.EnumType {
return &file_waArmadilloApplication_WAArmadilloApplication_proto_enumTypes[1]
}
func (x Armadillo_Content_PaymentsTransactionMessage_PaymentStatus) Number() protoreflect.EnumNumber {
return protoreflect.EnumNumber(x)
}
// Deprecated: Do not use.
func (x *Armadillo_Content_PaymentsTransactionMessage_PaymentStatus) UnmarshalJSON(b []byte) error {
num, err := protoimpl.X.UnmarshalJSONEnum(x.Descriptor(), b)
if err != nil {
return err
}
*x = Armadillo_Content_PaymentsTransactionMessage_PaymentStatus(num)
return nil
}
// Deprecated: Use Armadillo_Content_PaymentsTransactionMessage_PaymentStatus.Descriptor instead.
func (Armadillo_Content_PaymentsTransactionMessage_PaymentStatus) EnumDescriptor() ([]byte, []int) {
return file_waArmadilloApplication_WAArmadilloApplication_proto_rawDescGZIP(), []int{0, 5, 0, 0}
}
type Armadillo_Content_ScreenshotAction_ScreenshotType int32
const (
Armadillo_Content_ScreenshotAction_SCREENSHOT_IMAGE Armadillo_Content_ScreenshotAction_ScreenshotType = 1
Armadillo_Content_ScreenshotAction_SCREEN_RECORDING Armadillo_Content_ScreenshotAction_ScreenshotType = 2
)
// Enum value maps for Armadillo_Content_ScreenshotAction_ScreenshotType.
var (
Armadillo_Content_ScreenshotAction_ScreenshotType_name = map[int32]string{
1: "SCREENSHOT_IMAGE",
2: "SCREEN_RECORDING",
}
Armadillo_Content_ScreenshotAction_ScreenshotType_value = map[string]int32{
"SCREENSHOT_IMAGE": 1,
"SCREEN_RECORDING": 2,
}
)
func (x Armadillo_Content_ScreenshotAction_ScreenshotType) Enum() *Armadillo_Content_ScreenshotAction_ScreenshotType {
p := new(Armadillo_Content_ScreenshotAction_ScreenshotType)
*p = x
return p
}
func (x Armadillo_Content_ScreenshotAction_ScreenshotType) String() string {
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
}
func (Armadillo_Content_ScreenshotAction_ScreenshotType) Descriptor() protoreflect.EnumDescriptor {
return file_waArmadilloApplication_WAArmadilloApplication_proto_enumTypes[2].Descriptor()
}
func (Armadillo_Content_ScreenshotAction_ScreenshotType) Type() protoreflect.EnumType {
return &file_waArmadilloApplication_WAArmadilloApplication_proto_enumTypes[2]
}
func (x Armadillo_Content_ScreenshotAction_ScreenshotType) Number() protoreflect.EnumNumber {
return protoreflect.EnumNumber(x)
}
// Deprecated: Do not use.
func (x *Armadillo_Content_ScreenshotAction_ScreenshotType) UnmarshalJSON(b []byte) error {
num, err := protoimpl.X.UnmarshalJSONEnum(x.Descriptor(), b)
if err != nil {
return err
}
*x = Armadillo_Content_ScreenshotAction_ScreenshotType(num)
return nil
}
// Deprecated: Use Armadillo_Content_ScreenshotAction_ScreenshotType.Descriptor instead.
func (Armadillo_Content_ScreenshotAction_ScreenshotType) EnumDescriptor() ([]byte, []int) {
return file_waArmadilloApplication_WAArmadilloApplication_proto_rawDescGZIP(), []int{0, 5, 4, 0}
}
type Armadillo_Content_RavenActionNotifMessage_ActionType int32
const (
Armadillo_Content_RavenActionNotifMessage_PLAYED Armadillo_Content_RavenActionNotifMessage_ActionType = 0
Armadillo_Content_RavenActionNotifMessage_SCREENSHOT Armadillo_Content_RavenActionNotifMessage_ActionType = 1
Armadillo_Content_RavenActionNotifMessage_FORCE_DISABLE Armadillo_Content_RavenActionNotifMessage_ActionType = 2
)
// Enum value maps for Armadillo_Content_RavenActionNotifMessage_ActionType.
var (
Armadillo_Content_RavenActionNotifMessage_ActionType_name = map[int32]string{
0: "PLAYED",
1: "SCREENSHOT",
2: "FORCE_DISABLE",
}
Armadillo_Content_RavenActionNotifMessage_ActionType_value = map[string]int32{
"PLAYED": 0,
"SCREENSHOT": 1,
"FORCE_DISABLE": 2,
}
)
func (x Armadillo_Content_RavenActionNotifMessage_ActionType) Enum() *Armadillo_Content_RavenActionNotifMessage_ActionType {
p := new(Armadillo_Content_RavenActionNotifMessage_ActionType)
*p = x
return p
}
func (x Armadillo_Content_RavenActionNotifMessage_ActionType) String() string {
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
}
func (Armadillo_Content_RavenActionNotifMessage_ActionType) Descriptor() protoreflect.EnumDescriptor {
return file_waArmadilloApplication_WAArmadilloApplication_proto_enumTypes[3].Descriptor()
}
func (Armadillo_Content_RavenActionNotifMessage_ActionType) Type() protoreflect.EnumType {
return &file_waArmadilloApplication_WAArmadilloApplication_proto_enumTypes[3]
}
func (x Armadillo_Content_RavenActionNotifMessage_ActionType) Number() protoreflect.EnumNumber {
return protoreflect.EnumNumber(x)
}
// Deprecated: Do not use.
func (x *Armadillo_Content_RavenActionNotifMessage_ActionType) UnmarshalJSON(b []byte) error {
num, err := protoimpl.X.UnmarshalJSONEnum(x.Descriptor(), b)
if err != nil {
return err
}
*x = Armadillo_Content_RavenActionNotifMessage_ActionType(num)
return nil
}
// Deprecated: Use Armadillo_Content_RavenActionNotifMessage_ActionType.Descriptor instead.
func (Armadillo_Content_RavenActionNotifMessage_ActionType) EnumDescriptor() ([]byte, []int) {
return file_waArmadilloApplication_WAArmadilloApplication_proto_rawDescGZIP(), []int{0, 5, 6, 0}
}
type Armadillo_Content_RavenMessage_EphemeralType int32
const (
Armadillo_Content_RavenMessage_VIEW_ONCE Armadillo_Content_RavenMessage_EphemeralType = 0
Armadillo_Content_RavenMessage_ALLOW_REPLAY Armadillo_Content_RavenMessage_EphemeralType = 1
Armadillo_Content_RavenMessage_KEEP_IN_CHAT Armadillo_Content_RavenMessage_EphemeralType = 2
)
// Enum value maps for Armadillo_Content_RavenMessage_EphemeralType.
var (
Armadillo_Content_RavenMessage_EphemeralType_name = map[int32]string{
0: "VIEW_ONCE",
1: "ALLOW_REPLAY",
2: "KEEP_IN_CHAT",
}
Armadillo_Content_RavenMessage_EphemeralType_value = map[string]int32{
"VIEW_ONCE": 0,
"ALLOW_REPLAY": 1,
"KEEP_IN_CHAT": 2,
}
)
func (x Armadillo_Content_RavenMessage_EphemeralType) Enum() *Armadillo_Content_RavenMessage_EphemeralType {
p := new(Armadillo_Content_RavenMessage_EphemeralType)
*p = x
return p
}
func (x Armadillo_Content_RavenMessage_EphemeralType) String() string {
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
}
func (Armadillo_Content_RavenMessage_EphemeralType) Descriptor() protoreflect.EnumDescriptor {
return file_waArmadilloApplication_WAArmadilloApplication_proto_enumTypes[4].Descriptor()
}
func (Armadillo_Content_RavenMessage_EphemeralType) Type() protoreflect.EnumType {
return &file_waArmadilloApplication_WAArmadilloApplication_proto_enumTypes[4]
}
func (x Armadillo_Content_RavenMessage_EphemeralType) Number() protoreflect.EnumNumber {
return protoreflect.EnumNumber(x)
}
// Deprecated: Do not use.
func (x *Armadillo_Content_RavenMessage_EphemeralType) UnmarshalJSON(b []byte) error {
num, err := protoimpl.X.UnmarshalJSONEnum(x.Descriptor(), b)
if err != nil {
return err
}
*x = Armadillo_Content_RavenMessage_EphemeralType(num)
return nil
}
// Deprecated: Use Armadillo_Content_RavenMessage_EphemeralType.Descriptor instead.
func (Armadillo_Content_RavenMessage_EphemeralType) EnumDescriptor() ([]byte, []int) {
return file_waArmadilloApplication_WAArmadilloApplication_proto_rawDescGZIP(), []int{0, 5, 7, 0}
}
type Armadillo_Content_CommonSticker_StickerType int32
const (
Armadillo_Content_CommonSticker_SMALL_LIKE Armadillo_Content_CommonSticker_StickerType = 1
Armadillo_Content_CommonSticker_MEDIUM_LIKE Armadillo_Content_CommonSticker_StickerType = 2
Armadillo_Content_CommonSticker_LARGE_LIKE Armadillo_Content_CommonSticker_StickerType = 3
)
// Enum value maps for Armadillo_Content_CommonSticker_StickerType.
var (
Armadillo_Content_CommonSticker_StickerType_name = map[int32]string{
1: "SMALL_LIKE",
2: "MEDIUM_LIKE",
3: "LARGE_LIKE",
}
Armadillo_Content_CommonSticker_StickerType_value = map[string]int32{
"SMALL_LIKE": 1,
"MEDIUM_LIKE": 2,
"LARGE_LIKE": 3,
}
)
func (x Armadillo_Content_CommonSticker_StickerType) Enum() *Armadillo_Content_CommonSticker_StickerType {
p := new(Armadillo_Content_CommonSticker_StickerType)
*p = x
return p
}
func (x Armadillo_Content_CommonSticker_StickerType) String() string {
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
}
func (Armadillo_Content_CommonSticker_StickerType) Descriptor() protoreflect.EnumDescriptor {
return file_waArmadilloApplication_WAArmadilloApplication_proto_enumTypes[5].Descriptor()
}
func (Armadillo_Content_CommonSticker_StickerType) Type() protoreflect.EnumType {
return &file_waArmadilloApplication_WAArmadilloApplication_proto_enumTypes[5]
}
func (x Armadillo_Content_CommonSticker_StickerType) Number() protoreflect.EnumNumber {
return protoreflect.EnumNumber(x)
}
// Deprecated: Do not use.
func (x *Armadillo_Content_CommonSticker_StickerType) UnmarshalJSON(b []byte) error {
num, err := protoimpl.X.UnmarshalJSONEnum(x.Descriptor(), b)
if err != nil {
return err
}
*x = Armadillo_Content_CommonSticker_StickerType(num)
return nil
}
// Deprecated: Use Armadillo_Content_CommonSticker_StickerType.Descriptor instead.
func (Armadillo_Content_CommonSticker_StickerType) EnumDescriptor() ([]byte, []int) {
return file_waArmadilloApplication_WAArmadilloApplication_proto_rawDescGZIP(), []int{0, 5, 8, 0}
}
type Armadillo struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Payload *Armadillo_Payload `protobuf:"bytes,1,opt,name=payload" json:"payload,omitempty"`
Metadata *Armadillo_Metadata `protobuf:"bytes,2,opt,name=metadata" json:"metadata,omitempty"`
}
func (x *Armadillo) Reset() {
*x = Armadillo{}
if protoimpl.UnsafeEnabled {
mi := &file_waArmadilloApplication_WAArmadilloApplication_proto_msgTypes[0]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Armadillo) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Armadillo) ProtoMessage() {}
func (x *Armadillo) ProtoReflect() protoreflect.Message {
mi := &file_waArmadilloApplication_WAArmadilloApplication_proto_msgTypes[0]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use Armadillo.ProtoReflect.Descriptor instead.
func (*Armadillo) Descriptor() ([]byte, []int) {
return file_waArmadilloApplication_WAArmadilloApplication_proto_rawDescGZIP(), []int{0}
}
func (x *Armadillo) GetPayload() *Armadillo_Payload {
if x != nil {
return x.Payload
}
return nil
}
func (x *Armadillo) GetMetadata() *Armadillo_Metadata {
if x != nil {
return x.Metadata
}
return nil
}
type Armadillo_Metadata struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
}
func (x *Armadillo_Metadata) Reset() {
*x = Armadillo_Metadata{}
if protoimpl.UnsafeEnabled {
mi := &file_waArmadilloApplication_WAArmadilloApplication_proto_msgTypes[1]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Armadillo_Metadata) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Armadillo_Metadata) ProtoMessage() {}
func (x *Armadillo_Metadata) ProtoReflect() protoreflect.Message {
mi := &file_waArmadilloApplication_WAArmadilloApplication_proto_msgTypes[1]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use Armadillo_Metadata.ProtoReflect.Descriptor instead.
func (*Armadillo_Metadata) Descriptor() ([]byte, []int) {
return file_waArmadilloApplication_WAArmadilloApplication_proto_rawDescGZIP(), []int{0, 0}
}
type Armadillo_Payload struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
// Types that are assignable to Payload:
//
// *Armadillo_Payload_Content
// *Armadillo_Payload_ApplicationData
// *Armadillo_Payload_Signal
// *Armadillo_Payload_SubProtocol
Payload isArmadillo_Payload_Payload `protobuf_oneof:"payload"`
}
func (x *Armadillo_Payload) Reset() {
*x = Armadillo_Payload{}
if protoimpl.UnsafeEnabled {
mi := &file_waArmadilloApplication_WAArmadilloApplication_proto_msgTypes[2]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Armadillo_Payload) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Armadillo_Payload) ProtoMessage() {}
func (x *Armadillo_Payload) ProtoReflect() protoreflect.Message {
mi := &file_waArmadilloApplication_WAArmadilloApplication_proto_msgTypes[2]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use Armadillo_Payload.ProtoReflect.Descriptor instead.
func (*Armadillo_Payload) Descriptor() ([]byte, []int) {
return file_waArmadilloApplication_WAArmadilloApplication_proto_rawDescGZIP(), []int{0, 1}
}
func (m *Armadillo_Payload) GetPayload() isArmadillo_Payload_Payload {
if m != nil {
return m.Payload
}
return nil
}
func (x *Armadillo_Payload) GetContent() *Armadillo_Content {
if x, ok := x.GetPayload().(*Armadillo_Payload_Content); ok {
return x.Content
}
return nil
}
func (x *Armadillo_Payload) GetApplicationData() *Armadillo_ApplicationData {
if x, ok := x.GetPayload().(*Armadillo_Payload_ApplicationData); ok {
return x.ApplicationData
}
return nil
}
func (x *Armadillo_Payload) GetSignal() *Armadillo_Signal {
if x, ok := x.GetPayload().(*Armadillo_Payload_Signal); ok {
return x.Signal
}
return nil
}
func (x *Armadillo_Payload) GetSubProtocol() *Armadillo_SubProtocolPayload {
if x, ok := x.GetPayload().(*Armadillo_Payload_SubProtocol); ok {
return x.SubProtocol
}
return nil
}
type isArmadillo_Payload_Payload interface {
isArmadillo_Payload_Payload()
}
type Armadillo_Payload_Content struct {
Content *Armadillo_Content `protobuf:"bytes,1,opt,name=content,oneof"`
}
type Armadillo_Payload_ApplicationData struct {
ApplicationData *Armadillo_ApplicationData `protobuf:"bytes,2,opt,name=applicationData,oneof"`
}
type Armadillo_Payload_Signal struct {
Signal *Armadillo_Signal `protobuf:"bytes,3,opt,name=signal,oneof"`
}
type Armadillo_Payload_SubProtocol struct {
SubProtocol *Armadillo_SubProtocolPayload `protobuf:"bytes,4,opt,name=subProtocol,oneof"`
}
func (*Armadillo_Payload_Content) isArmadillo_Payload_Payload() {}
func (*Armadillo_Payload_ApplicationData) isArmadillo_Payload_Payload() {}
func (*Armadillo_Payload_Signal) isArmadillo_Payload_Payload() {}
func (*Armadillo_Payload_SubProtocol) isArmadillo_Payload_Payload() {}
type Armadillo_SubProtocolPayload struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
FutureProof *waCommon.FutureProofBehavior `protobuf:"varint,1,opt,name=futureProof,enum=WACommon.FutureProofBehavior" json:"futureProof,omitempty"`
}
func (x *Armadillo_SubProtocolPayload) Reset() {
*x = Armadillo_SubProtocolPayload{}
if protoimpl.UnsafeEnabled {
mi := &file_waArmadilloApplication_WAArmadilloApplication_proto_msgTypes[3]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Armadillo_SubProtocolPayload) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Armadillo_SubProtocolPayload) ProtoMessage() {}
func (x *Armadillo_SubProtocolPayload) ProtoReflect() protoreflect.Message {
mi := &file_waArmadilloApplication_WAArmadilloApplication_proto_msgTypes[3]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use Armadillo_SubProtocolPayload.ProtoReflect.Descriptor instead.
func (*Armadillo_SubProtocolPayload) Descriptor() ([]byte, []int) {
return file_waArmadilloApplication_WAArmadilloApplication_proto_rawDescGZIP(), []int{0, 2}
}
func (x *Armadillo_SubProtocolPayload) GetFutureProof() waCommon.FutureProofBehavior {
if x != nil && x.FutureProof != nil {
return *x.FutureProof
}
return waCommon.FutureProofBehavior(0)
}
type Armadillo_Signal struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
// Types that are assignable to Signal:
//
// *Armadillo_Signal_EncryptedBackupsSecrets_
Signal isArmadillo_Signal_Signal `protobuf_oneof:"signal"`
}
func (x *Armadillo_Signal) Reset() {
*x = Armadillo_Signal{}
if protoimpl.UnsafeEnabled {
mi := &file_waArmadilloApplication_WAArmadilloApplication_proto_msgTypes[4]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Armadillo_Signal) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Armadillo_Signal) ProtoMessage() {}
func (x *Armadillo_Signal) ProtoReflect() protoreflect.Message {
mi := &file_waArmadilloApplication_WAArmadilloApplication_proto_msgTypes[4]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use Armadillo_Signal.ProtoReflect.Descriptor instead.
func (*Armadillo_Signal) Descriptor() ([]byte, []int) {
return file_waArmadilloApplication_WAArmadilloApplication_proto_rawDescGZIP(), []int{0, 3}
}
func (m *Armadillo_Signal) GetSignal() isArmadillo_Signal_Signal {
if m != nil {
return m.Signal
}
return nil
}
func (x *Armadillo_Signal) GetEncryptedBackupsSecrets() *Armadillo_Signal_EncryptedBackupsSecrets {
if x, ok := x.GetSignal().(*Armadillo_Signal_EncryptedBackupsSecrets_); ok {
return x.EncryptedBackupsSecrets
}
return nil
}
type isArmadillo_Signal_Signal interface {
isArmadillo_Signal_Signal()
}
type Armadillo_Signal_EncryptedBackupsSecrets_ struct {
EncryptedBackupsSecrets *Armadillo_Signal_EncryptedBackupsSecrets `protobuf:"bytes,1,opt,name=encryptedBackupsSecrets,oneof"`
}
func (*Armadillo_Signal_EncryptedBackupsSecrets_) isArmadillo_Signal_Signal() {}
type Armadillo_ApplicationData struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
// Types that are assignable to ApplicationData:
//
// *Armadillo_ApplicationData_MetadataSync
// *Armadillo_ApplicationData_AiBotResponse
ApplicationData isArmadillo_ApplicationData_ApplicationData `protobuf_oneof:"applicationData"`
}
func (x *Armadillo_ApplicationData) Reset() {
*x = Armadillo_ApplicationData{}
if protoimpl.UnsafeEnabled {
mi := &file_waArmadilloApplication_WAArmadilloApplication_proto_msgTypes[5]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Armadillo_ApplicationData) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Armadillo_ApplicationData) ProtoMessage() {}
func (x *Armadillo_ApplicationData) ProtoReflect() protoreflect.Message {
mi := &file_waArmadilloApplication_WAArmadilloApplication_proto_msgTypes[5]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use Armadillo_ApplicationData.ProtoReflect.Descriptor instead.
func (*Armadillo_ApplicationData) Descriptor() ([]byte, []int) {
return file_waArmadilloApplication_WAArmadilloApplication_proto_rawDescGZIP(), []int{0, 4}
}
func (m *Armadillo_ApplicationData) GetApplicationData() isArmadillo_ApplicationData_ApplicationData {
if m != nil {
return m.ApplicationData
}
return nil
}
func (x *Armadillo_ApplicationData) GetMetadataSync() *Armadillo_ApplicationData_MetadataSyncNotification {
if x, ok := x.GetApplicationData().(*Armadillo_ApplicationData_MetadataSync); ok {
return x.MetadataSync
}
return nil
}
func (x *Armadillo_ApplicationData) GetAiBotResponse() *Armadillo_ApplicationData_AIBotResponseMessage {
if x, ok := x.GetApplicationData().(*Armadillo_ApplicationData_AiBotResponse); ok {
return x.AiBotResponse
}
return nil
}
type isArmadillo_ApplicationData_ApplicationData interface {
isArmadillo_ApplicationData_ApplicationData()
}
type Armadillo_ApplicationData_MetadataSync struct {
MetadataSync *Armadillo_ApplicationData_MetadataSyncNotification `protobuf:"bytes,1,opt,name=metadataSync,oneof"`
}
type Armadillo_ApplicationData_AiBotResponse struct {
AiBotResponse *Armadillo_ApplicationData_AIBotResponseMessage `protobuf:"bytes,2,opt,name=aiBotResponse,oneof"`
}
func (*Armadillo_ApplicationData_MetadataSync) isArmadillo_ApplicationData_ApplicationData() {}
func (*Armadillo_ApplicationData_AiBotResponse) isArmadillo_ApplicationData_ApplicationData() {}
type Armadillo_Content struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
// Types that are assignable to Content:
//
// *Armadillo_Content_CommonSticker_
// *Armadillo_Content_ScreenshotAction_
// *Armadillo_Content_ExtendedContentMessage
// *Armadillo_Content_RavenMessage_
// *Armadillo_Content_RavenActionNotifMessage_
// *Armadillo_Content_ExtendedMessageContentWithSear
// *Armadillo_Content_ImageGalleryMessage_
// *Armadillo_Content_PaymentsTransactionMessage_
// *Armadillo_Content_BumpExistingMessage_
// *Armadillo_Content_NoteReplyMessage_
// *Armadillo_Content_RavenMessageMsgr
Content isArmadillo_Content_Content `protobuf_oneof:"content"`
}
func (x *Armadillo_Content) Reset() {
*x = Armadillo_Content{}
if protoimpl.UnsafeEnabled {
mi := &file_waArmadilloApplication_WAArmadilloApplication_proto_msgTypes[6]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Armadillo_Content) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Armadillo_Content) ProtoMessage() {}
func (x *Armadillo_Content) ProtoReflect() protoreflect.Message {
mi := &file_waArmadilloApplication_WAArmadilloApplication_proto_msgTypes[6]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use Armadillo_Content.ProtoReflect.Descriptor instead.
func (*Armadillo_Content) Descriptor() ([]byte, []int) {
return file_waArmadilloApplication_WAArmadilloApplication_proto_rawDescGZIP(), []int{0, 5}
}
func (m *Armadillo_Content) GetContent() isArmadillo_Content_Content {
if m != nil {
return m.Content
}
return nil
}
func (x *Armadillo_Content) GetCommonSticker() *Armadillo_Content_CommonSticker {
if x, ok := x.GetContent().(*Armadillo_Content_CommonSticker_); ok {
return x.CommonSticker
}
return nil
}
func (x *Armadillo_Content) GetScreenshotAction() *Armadillo_Content_ScreenshotAction {
if x, ok := x.GetContent().(*Armadillo_Content_ScreenshotAction_); ok {
return x.ScreenshotAction
}
return nil
}
func (x *Armadillo_Content) GetExtendedContentMessage() *waArmadilloXMA.ExtendedContentMessage {
if x, ok := x.GetContent().(*Armadillo_Content_ExtendedContentMessage); ok {
return x.ExtendedContentMessage
}
return nil
}
func (x *Armadillo_Content) GetRavenMessage() *Armadillo_Content_RavenMessage {
if x, ok := x.GetContent().(*Armadillo_Content_RavenMessage_); ok {
return x.RavenMessage
}
return nil
}
func (x *Armadillo_Content) GetRavenActionNotifMessage() *Armadillo_Content_RavenActionNotifMessage {
if x, ok := x.GetContent().(*Armadillo_Content_RavenActionNotifMessage_); ok {
return x.RavenActionNotifMessage
}
return nil
}
func (x *Armadillo_Content) GetExtendedMessageContentWithSear() *Armadillo_Content_ExtendedContentMessageWithSear {
if x, ok := x.GetContent().(*Armadillo_Content_ExtendedMessageContentWithSear); ok {
return x.ExtendedMessageContentWithSear
}
return nil
}
func (x *Armadillo_Content) GetImageGalleryMessage() *Armadillo_Content_ImageGalleryMessage {
if x, ok := x.GetContent().(*Armadillo_Content_ImageGalleryMessage_); ok {
return x.ImageGalleryMessage
}
return nil
}
func (x *Armadillo_Content) GetPaymentsTransactionMessage() *Armadillo_Content_PaymentsTransactionMessage {
if x, ok := x.GetContent().(*Armadillo_Content_PaymentsTransactionMessage_); ok {
return x.PaymentsTransactionMessage
}
return nil
}
func (x *Armadillo_Content) GetBumpExistingMessage() *Armadillo_Content_BumpExistingMessage {
if x, ok := x.GetContent().(*Armadillo_Content_BumpExistingMessage_); ok {
return x.BumpExistingMessage
}
return nil
}
func (x *Armadillo_Content) GetNoteReplyMessage() *Armadillo_Content_NoteReplyMessage {
if x, ok := x.GetContent().(*Armadillo_Content_NoteReplyMessage_); ok {
return x.NoteReplyMessage
}
return nil
}
func (x *Armadillo_Content) GetRavenMessageMsgr() *Armadillo_Content_RavenMessage {
if x, ok := x.GetContent().(*Armadillo_Content_RavenMessageMsgr); ok {
return x.RavenMessageMsgr
}
return nil
}
type isArmadillo_Content_Content interface {
isArmadillo_Content_Content()
}
type Armadillo_Content_CommonSticker_ struct {
CommonSticker *Armadillo_Content_CommonSticker `protobuf:"bytes,1,opt,name=commonSticker,oneof"`
}
type Armadillo_Content_ScreenshotAction_ struct {
ScreenshotAction *Armadillo_Content_ScreenshotAction `protobuf:"bytes,3,opt,name=screenshotAction,oneof"`
}
type Armadillo_Content_ExtendedContentMessage struct {
ExtendedContentMessage *waArmadilloXMA.ExtendedContentMessage `protobuf:"bytes,4,opt,name=extendedContentMessage,oneof"`
}
type Armadillo_Content_RavenMessage_ struct {
RavenMessage *Armadillo_Content_RavenMessage `protobuf:"bytes,5,opt,name=ravenMessage,oneof"`
}
type Armadillo_Content_RavenActionNotifMessage_ struct {
RavenActionNotifMessage *Armadillo_Content_RavenActionNotifMessage `protobuf:"bytes,6,opt,name=ravenActionNotifMessage,oneof"`
}
type Armadillo_Content_ExtendedMessageContentWithSear struct {
ExtendedMessageContentWithSear *Armadillo_Content_ExtendedContentMessageWithSear `protobuf:"bytes,7,opt,name=extendedMessageContentWithSear,oneof"`
}
type Armadillo_Content_ImageGalleryMessage_ struct {
ImageGalleryMessage *Armadillo_Content_ImageGalleryMessage `protobuf:"bytes,8,opt,name=imageGalleryMessage,oneof"`
}
type Armadillo_Content_PaymentsTransactionMessage_ struct {
PaymentsTransactionMessage *Armadillo_Content_PaymentsTransactionMessage `protobuf:"bytes,10,opt,name=paymentsTransactionMessage,oneof"`
}
type Armadillo_Content_BumpExistingMessage_ struct {
BumpExistingMessage *Armadillo_Content_BumpExistingMessage `protobuf:"bytes,11,opt,name=bumpExistingMessage,oneof"`
}
type Armadillo_Content_NoteReplyMessage_ struct {
NoteReplyMessage *Armadillo_Content_NoteReplyMessage `protobuf:"bytes,13,opt,name=noteReplyMessage,oneof"`
}
type Armadillo_Content_RavenMessageMsgr struct {
RavenMessageMsgr *Armadillo_Content_RavenMessage `protobuf:"bytes,14,opt,name=ravenMessageMsgr,oneof"`
}
func (*Armadillo_Content_CommonSticker_) isArmadillo_Content_Content() {}
func (*Armadillo_Content_ScreenshotAction_) isArmadillo_Content_Content() {}
func (*Armadillo_Content_ExtendedContentMessage) isArmadillo_Content_Content() {}
func (*Armadillo_Content_RavenMessage_) isArmadillo_Content_Content() {}
func (*Armadillo_Content_RavenActionNotifMessage_) isArmadillo_Content_Content() {}
func (*Armadillo_Content_ExtendedMessageContentWithSear) isArmadillo_Content_Content() {}
func (*Armadillo_Content_ImageGalleryMessage_) isArmadillo_Content_Content() {}
func (*Armadillo_Content_PaymentsTransactionMessage_) isArmadillo_Content_Content() {}
func (*Armadillo_Content_BumpExistingMessage_) isArmadillo_Content_Content() {}
func (*Armadillo_Content_NoteReplyMessage_) isArmadillo_Content_Content() {}
func (*Armadillo_Content_RavenMessageMsgr) isArmadillo_Content_Content() {}
type Armadillo_Signal_EncryptedBackupsSecrets struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
BackupID *uint64 `protobuf:"varint,1,opt,name=backupID" json:"backupID,omitempty"`
ServerDataID *uint64 `protobuf:"varint,2,opt,name=serverDataID" json:"serverDataID,omitempty"`
Epoch []*Armadillo_Signal_EncryptedBackupsSecrets_Epoch `protobuf:"bytes,3,rep,name=epoch" json:"epoch,omitempty"`
TempOcmfClientState []byte `protobuf:"bytes,4,opt,name=tempOcmfClientState" json:"tempOcmfClientState,omitempty"`
MailboxRootKey []byte `protobuf:"bytes,5,opt,name=mailboxRootKey" json:"mailboxRootKey,omitempty"`
ObliviousValidationToken []byte `protobuf:"bytes,6,opt,name=obliviousValidationToken" json:"obliviousValidationToken,omitempty"`
}
func (x *Armadillo_Signal_EncryptedBackupsSecrets) Reset() {
*x = Armadillo_Signal_EncryptedBackupsSecrets{}
if protoimpl.UnsafeEnabled {
mi := &file_waArmadilloApplication_WAArmadilloApplication_proto_msgTypes[7]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Armadillo_Signal_EncryptedBackupsSecrets) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Armadillo_Signal_EncryptedBackupsSecrets) ProtoMessage() {}
func (x *Armadillo_Signal_EncryptedBackupsSecrets) ProtoReflect() protoreflect.Message {
mi := &file_waArmadilloApplication_WAArmadilloApplication_proto_msgTypes[7]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use Armadillo_Signal_EncryptedBackupsSecrets.ProtoReflect.Descriptor instead.
func (*Armadillo_Signal_EncryptedBackupsSecrets) Descriptor() ([]byte, []int) {
return file_waArmadilloApplication_WAArmadilloApplication_proto_rawDescGZIP(), []int{0, 3, 0}
}
func (x *Armadillo_Signal_EncryptedBackupsSecrets) GetBackupID() uint64 {
if x != nil && x.BackupID != nil {
return *x.BackupID
}
return 0
}
func (x *Armadillo_Signal_EncryptedBackupsSecrets) GetServerDataID() uint64 {
if x != nil && x.ServerDataID != nil {
return *x.ServerDataID
}
return 0
}
func (x *Armadillo_Signal_EncryptedBackupsSecrets) GetEpoch() []*Armadillo_Signal_EncryptedBackupsSecrets_Epoch {
if x != nil {
return x.Epoch
}
return nil
}
func (x *Armadillo_Signal_EncryptedBackupsSecrets) GetTempOcmfClientState() []byte {
if x != nil {
return x.TempOcmfClientState
}
return nil
}
func (x *Armadillo_Signal_EncryptedBackupsSecrets) GetMailboxRootKey() []byte {
if x != nil {
return x.MailboxRootKey
}
return nil
}
func (x *Armadillo_Signal_EncryptedBackupsSecrets) GetObliviousValidationToken() []byte {
if x != nil {
return x.ObliviousValidationToken
}
return nil
}
type Armadillo_Signal_EncryptedBackupsSecrets_Epoch struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
ID *uint64 `protobuf:"varint,1,opt,name=ID" json:"ID,omitempty"`
AnonID []byte `protobuf:"bytes,2,opt,name=anonID" json:"anonID,omitempty"`
RootKey []byte `protobuf:"bytes,3,opt,name=rootKey" json:"rootKey,omitempty"`
Status *Armadillo_Signal_EncryptedBackupsSecrets_Epoch_EpochStatus `protobuf:"varint,4,opt,name=status,enum=WAArmadilloApplication.Armadillo_Signal_EncryptedBackupsSecrets_Epoch_EpochStatus" json:"status,omitempty"`
}
func (x *Armadillo_Signal_EncryptedBackupsSecrets_Epoch) Reset() {
*x = Armadillo_Signal_EncryptedBackupsSecrets_Epoch{}
if protoimpl.UnsafeEnabled {
mi := &file_waArmadilloApplication_WAArmadilloApplication_proto_msgTypes[8]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Armadillo_Signal_EncryptedBackupsSecrets_Epoch) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Armadillo_Signal_EncryptedBackupsSecrets_Epoch) ProtoMessage() {}
func (x *Armadillo_Signal_EncryptedBackupsSecrets_Epoch) ProtoReflect() protoreflect.Message {
mi := &file_waArmadilloApplication_WAArmadilloApplication_proto_msgTypes[8]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use Armadillo_Signal_EncryptedBackupsSecrets_Epoch.ProtoReflect.Descriptor instead.
func (*Armadillo_Signal_EncryptedBackupsSecrets_Epoch) Descriptor() ([]byte, []int) {
return file_waArmadilloApplication_WAArmadilloApplication_proto_rawDescGZIP(), []int{0, 3, 0, 0}
}
func (x *Armadillo_Signal_EncryptedBackupsSecrets_Epoch) GetID() uint64 {
if x != nil && x.ID != nil {
return *x.ID
}
return 0
}
func (x *Armadillo_Signal_EncryptedBackupsSecrets_Epoch) GetAnonID() []byte {
if x != nil {
return x.AnonID
}
return nil
}
func (x *Armadillo_Signal_EncryptedBackupsSecrets_Epoch) GetRootKey() []byte {
if x != nil {
return x.RootKey
}
return nil
}
func (x *Armadillo_Signal_EncryptedBackupsSecrets_Epoch) GetStatus() Armadillo_Signal_EncryptedBackupsSecrets_Epoch_EpochStatus {
if x != nil && x.Status != nil {
return *x.Status
}
return Armadillo_Signal_EncryptedBackupsSecrets_Epoch_ES_OPEN
}
type Armadillo_ApplicationData_AIBotResponseMessage struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
SummonToken *string `protobuf:"bytes,1,opt,name=summonToken" json:"summonToken,omitempty"`
MessageText *string `protobuf:"bytes,2,opt,name=messageText" json:"messageText,omitempty"`
SerializedExtras *string `protobuf:"bytes,3,opt,name=serializedExtras" json:"serializedExtras,omitempty"`
}
func (x *Armadillo_ApplicationData_AIBotResponseMessage) Reset() {
*x = Armadillo_ApplicationData_AIBotResponseMessage{}
if protoimpl.UnsafeEnabled {
mi := &file_waArmadilloApplication_WAArmadilloApplication_proto_msgTypes[9]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Armadillo_ApplicationData_AIBotResponseMessage) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Armadillo_ApplicationData_AIBotResponseMessage) ProtoMessage() {}
func (x *Armadillo_ApplicationData_AIBotResponseMessage) ProtoReflect() protoreflect.Message {
mi := &file_waArmadilloApplication_WAArmadilloApplication_proto_msgTypes[9]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use Armadillo_ApplicationData_AIBotResponseMessage.ProtoReflect.Descriptor instead.
func (*Armadillo_ApplicationData_AIBotResponseMessage) Descriptor() ([]byte, []int) {
return file_waArmadilloApplication_WAArmadilloApplication_proto_rawDescGZIP(), []int{0, 4, 0}
}
func (x *Armadillo_ApplicationData_AIBotResponseMessage) GetSummonToken() string {
if x != nil && x.SummonToken != nil {
return *x.SummonToken
}
return ""
}
func (x *Armadillo_ApplicationData_AIBotResponseMessage) GetMessageText() string {
if x != nil && x.MessageText != nil {
return *x.MessageText
}
return ""
}
func (x *Armadillo_ApplicationData_AIBotResponseMessage) GetSerializedExtras() string {
if x != nil && x.SerializedExtras != nil {
return *x.SerializedExtras
}
return ""
}
type Armadillo_ApplicationData_MetadataSyncAction struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
// Types that are assignable to ActionType:
//
// *Armadillo_ApplicationData_MetadataSyncAction_ChatAction
// *Armadillo_ApplicationData_MetadataSyncAction_MessageAction
ActionType isArmadillo_ApplicationData_MetadataSyncAction_ActionType `protobuf_oneof:"actionType"`
ActionTimestamp *int64 `protobuf:"varint,1,opt,name=actionTimestamp" json:"actionTimestamp,omitempty"`
}
func (x *Armadillo_ApplicationData_MetadataSyncAction) Reset() {
*x = Armadillo_ApplicationData_MetadataSyncAction{}
if protoimpl.UnsafeEnabled {
mi := &file_waArmadilloApplication_WAArmadilloApplication_proto_msgTypes[10]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Armadillo_ApplicationData_MetadataSyncAction) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Armadillo_ApplicationData_MetadataSyncAction) ProtoMessage() {}
func (x *Armadillo_ApplicationData_MetadataSyncAction) ProtoReflect() protoreflect.Message {
mi := &file_waArmadilloApplication_WAArmadilloApplication_proto_msgTypes[10]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use Armadillo_ApplicationData_MetadataSyncAction.ProtoReflect.Descriptor instead.
func (*Armadillo_ApplicationData_MetadataSyncAction) Descriptor() ([]byte, []int) {
return file_waArmadilloApplication_WAArmadilloApplication_proto_rawDescGZIP(), []int{0, 4, 1}
}
func (m *Armadillo_ApplicationData_MetadataSyncAction) GetActionType() isArmadillo_ApplicationData_MetadataSyncAction_ActionType {
if m != nil {
return m.ActionType
}
return nil
}
func (x *Armadillo_ApplicationData_MetadataSyncAction) GetChatAction() *Armadillo_ApplicationData_MetadataSyncAction_SyncChatAction {
if x, ok := x.GetActionType().(*Armadillo_ApplicationData_MetadataSyncAction_ChatAction); ok {
return x.ChatAction
}
return nil
}
func (x *Armadillo_ApplicationData_MetadataSyncAction) GetMessageAction() *Armadillo_ApplicationData_MetadataSyncAction_SyncMessageAction {
if x, ok := x.GetActionType().(*Armadillo_ApplicationData_MetadataSyncAction_MessageAction); ok {
return x.MessageAction
}
return nil
}
func (x *Armadillo_ApplicationData_MetadataSyncAction) GetActionTimestamp() int64 {
if x != nil && x.ActionTimestamp != nil {
return *x.ActionTimestamp
}
return 0
}
type isArmadillo_ApplicationData_MetadataSyncAction_ActionType interface {
isArmadillo_ApplicationData_MetadataSyncAction_ActionType()
}
type Armadillo_ApplicationData_MetadataSyncAction_ChatAction struct {
ChatAction *Armadillo_ApplicationData_MetadataSyncAction_SyncChatAction `protobuf:"bytes,101,opt,name=chatAction,oneof"`
}
type Armadillo_ApplicationData_MetadataSyncAction_MessageAction struct {
MessageAction *Armadillo_ApplicationData_MetadataSyncAction_SyncMessageAction `protobuf:"bytes,102,opt,name=messageAction,oneof"`
}
func (*Armadillo_ApplicationData_MetadataSyncAction_ChatAction) isArmadillo_ApplicationData_MetadataSyncAction_ActionType() {
}
func (*Armadillo_ApplicationData_MetadataSyncAction_MessageAction) isArmadillo_ApplicationData_MetadataSyncAction_ActionType() {
}
type Armadillo_ApplicationData_MetadataSyncNotification struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Actions []*Armadillo_ApplicationData_MetadataSyncAction `protobuf:"bytes,2,rep,name=actions" json:"actions,omitempty"`
}
func (x *Armadillo_ApplicationData_MetadataSyncNotification) Reset() {
*x = Armadillo_ApplicationData_MetadataSyncNotification{}
if protoimpl.UnsafeEnabled {
mi := &file_waArmadilloApplication_WAArmadilloApplication_proto_msgTypes[11]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Armadillo_ApplicationData_MetadataSyncNotification) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Armadillo_ApplicationData_MetadataSyncNotification) ProtoMessage() {}
func (x *Armadillo_ApplicationData_MetadataSyncNotification) ProtoReflect() protoreflect.Message {
mi := &file_waArmadilloApplication_WAArmadilloApplication_proto_msgTypes[11]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use Armadillo_ApplicationData_MetadataSyncNotification.ProtoReflect.Descriptor instead.
func (*Armadillo_ApplicationData_MetadataSyncNotification) Descriptor() ([]byte, []int) {
return file_waArmadilloApplication_WAArmadilloApplication_proto_rawDescGZIP(), []int{0, 4, 2}
}
func (x *Armadillo_ApplicationData_MetadataSyncNotification) GetActions() []*Armadillo_ApplicationData_MetadataSyncAction {
if x != nil {
return x.Actions
}
return nil
}
type Armadillo_ApplicationData_MetadataSyncAction_SyncMessageAction struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
// Types that are assignable to Action:
//
// *Armadillo_ApplicationData_MetadataSyncAction_SyncMessageAction_MessageDelete
Action isArmadillo_ApplicationData_MetadataSyncAction_SyncMessageAction_Action `protobuf_oneof:"action"`
Key *waCommon.MessageKey `protobuf:"bytes,1,opt,name=key" json:"key,omitempty"`
}
func (x *Armadillo_ApplicationData_MetadataSyncAction_SyncMessageAction) Reset() {
*x = Armadillo_ApplicationData_MetadataSyncAction_SyncMessageAction{}
if protoimpl.UnsafeEnabled {
mi := &file_waArmadilloApplication_WAArmadilloApplication_proto_msgTypes[12]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Armadillo_ApplicationData_MetadataSyncAction_SyncMessageAction) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Armadillo_ApplicationData_MetadataSyncAction_SyncMessageAction) ProtoMessage() {}
func (x *Armadillo_ApplicationData_MetadataSyncAction_SyncMessageAction) ProtoReflect() protoreflect.Message {
mi := &file_waArmadilloApplication_WAArmadilloApplication_proto_msgTypes[12]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use Armadillo_ApplicationData_MetadataSyncAction_SyncMessageAction.ProtoReflect.Descriptor instead.
func (*Armadillo_ApplicationData_MetadataSyncAction_SyncMessageAction) Descriptor() ([]byte, []int) {
return file_waArmadilloApplication_WAArmadilloApplication_proto_rawDescGZIP(), []int{0, 4, 1, 0}
}
func (m *Armadillo_ApplicationData_MetadataSyncAction_SyncMessageAction) GetAction() isArmadillo_ApplicationData_MetadataSyncAction_SyncMessageAction_Action {
if m != nil {
return m.Action
}
return nil
}
func (x *Armadillo_ApplicationData_MetadataSyncAction_SyncMessageAction) GetMessageDelete() *Armadillo_ApplicationData_MetadataSyncAction_SyncMessageAction_ActionMessageDelete {
if x, ok := x.GetAction().(*Armadillo_ApplicationData_MetadataSyncAction_SyncMessageAction_MessageDelete); ok {
return x.MessageDelete
}
return nil
}
func (x *Armadillo_ApplicationData_MetadataSyncAction_SyncMessageAction) GetKey() *waCommon.MessageKey {
if x != nil {
return x.Key
}
return nil
}
type isArmadillo_ApplicationData_MetadataSyncAction_SyncMessageAction_Action interface {
isArmadillo_ApplicationData_MetadataSyncAction_SyncMessageAction_Action()
}
type Armadillo_ApplicationData_MetadataSyncAction_SyncMessageAction_MessageDelete struct {
MessageDelete *Armadillo_ApplicationData_MetadataSyncAction_SyncMessageAction_ActionMessageDelete `protobuf:"bytes,101,opt,name=messageDelete,oneof"`
}
func (*Armadillo_ApplicationData_MetadataSyncAction_SyncMessageAction_MessageDelete) isArmadillo_ApplicationData_MetadataSyncAction_SyncMessageAction_Action() {
}
type Armadillo_ApplicationData_MetadataSyncAction_SyncChatAction struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
// Types that are assignable to Action:
//
// *Armadillo_ApplicationData_MetadataSyncAction_SyncChatAction_ChatArchive
// *Armadillo_ApplicationData_MetadataSyncAction_SyncChatAction_ChatDelete
// *Armadillo_ApplicationData_MetadataSyncAction_SyncChatAction_ChatRead
Action isArmadillo_ApplicationData_MetadataSyncAction_SyncChatAction_Action `protobuf_oneof:"action"`
ChatID *string `protobuf:"bytes,1,opt,name=chatID" json:"chatID,omitempty"`
}
func (x *Armadillo_ApplicationData_MetadataSyncAction_SyncChatAction) Reset() {
*x = Armadillo_ApplicationData_MetadataSyncAction_SyncChatAction{}
if protoimpl.UnsafeEnabled {
mi := &file_waArmadilloApplication_WAArmadilloApplication_proto_msgTypes[13]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Armadillo_ApplicationData_MetadataSyncAction_SyncChatAction) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Armadillo_ApplicationData_MetadataSyncAction_SyncChatAction) ProtoMessage() {}
func (x *Armadillo_ApplicationData_MetadataSyncAction_SyncChatAction) ProtoReflect() protoreflect.Message {
mi := &file_waArmadilloApplication_WAArmadilloApplication_proto_msgTypes[13]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use Armadillo_ApplicationData_MetadataSyncAction_SyncChatAction.ProtoReflect.Descriptor instead.
func (*Armadillo_ApplicationData_MetadataSyncAction_SyncChatAction) Descriptor() ([]byte, []int) {
return file_waArmadilloApplication_WAArmadilloApplication_proto_rawDescGZIP(), []int{0, 4, 1, 1}
}
func (m *Armadillo_ApplicationData_MetadataSyncAction_SyncChatAction) GetAction() isArmadillo_ApplicationData_MetadataSyncAction_SyncChatAction_Action {
if m != nil {
return m.Action
}
return nil
}
func (x *Armadillo_ApplicationData_MetadataSyncAction_SyncChatAction) GetChatArchive() *Armadillo_ApplicationData_MetadataSyncAction_SyncChatAction_ActionChatArchive {
if x, ok := x.GetAction().(*Armadillo_ApplicationData_MetadataSyncAction_SyncChatAction_ChatArchive); ok {
return x.ChatArchive
}
return nil
}
func (x *Armadillo_ApplicationData_MetadataSyncAction_SyncChatAction) GetChatDelete() *Armadillo_ApplicationData_MetadataSyncAction_SyncChatAction_ActionChatDelete {
if x, ok := x.GetAction().(*Armadillo_ApplicationData_MetadataSyncAction_SyncChatAction_ChatDelete); ok {
return x.ChatDelete
}
return nil
}
func (x *Armadillo_ApplicationData_MetadataSyncAction_SyncChatAction) GetChatRead() *Armadillo_ApplicationData_MetadataSyncAction_SyncChatAction_ActionChatRead {
if x, ok := x.GetAction().(*Armadillo_ApplicationData_MetadataSyncAction_SyncChatAction_ChatRead); ok {
return x.ChatRead
}
return nil
}
func (x *Armadillo_ApplicationData_MetadataSyncAction_SyncChatAction) GetChatID() string {
if x != nil && x.ChatID != nil {
return *x.ChatID
}
return ""
}
type isArmadillo_ApplicationData_MetadataSyncAction_SyncChatAction_Action interface {
isArmadillo_ApplicationData_MetadataSyncAction_SyncChatAction_Action()
}
type Armadillo_ApplicationData_MetadataSyncAction_SyncChatAction_ChatArchive struct {
ChatArchive *Armadillo_ApplicationData_MetadataSyncAction_SyncChatAction_ActionChatArchive `protobuf:"bytes,101,opt,name=chatArchive,oneof"`
}
type Armadillo_ApplicationData_MetadataSyncAction_SyncChatAction_ChatDelete struct {
ChatDelete *Armadillo_ApplicationData_MetadataSyncAction_SyncChatAction_ActionChatDelete `protobuf:"bytes,102,opt,name=chatDelete,oneof"`
}
type Armadillo_ApplicationData_MetadataSyncAction_SyncChatAction_ChatRead struct {
ChatRead *Armadillo_ApplicationData_MetadataSyncAction_SyncChatAction_ActionChatRead `protobuf:"bytes,103,opt,name=chatRead,oneof"`
}
func (*Armadillo_ApplicationData_MetadataSyncAction_SyncChatAction_ChatArchive) isArmadillo_ApplicationData_MetadataSyncAction_SyncChatAction_Action() {
}
func (*Armadillo_ApplicationData_MetadataSyncAction_SyncChatAction_ChatDelete) isArmadillo_ApplicationData_MetadataSyncAction_SyncChatAction_Action() {
}
func (*Armadillo_ApplicationData_MetadataSyncAction_SyncChatAction_ChatRead) isArmadillo_ApplicationData_MetadataSyncAction_SyncChatAction_Action() {
}
type Armadillo_ApplicationData_MetadataSyncAction_SyncActionMessage struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Key *waCommon.MessageKey `protobuf:"bytes,1,opt,name=key" json:"key,omitempty"`
Timestamp *int64 `protobuf:"varint,2,opt,name=timestamp" json:"timestamp,omitempty"`
}
func (x *Armadillo_ApplicationData_MetadataSyncAction_SyncActionMessage) Reset() {
*x = Armadillo_ApplicationData_MetadataSyncAction_SyncActionMessage{}
if protoimpl.UnsafeEnabled {
mi := &file_waArmadilloApplication_WAArmadilloApplication_proto_msgTypes[14]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Armadillo_ApplicationData_MetadataSyncAction_SyncActionMessage) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Armadillo_ApplicationData_MetadataSyncAction_SyncActionMessage) ProtoMessage() {}
func (x *Armadillo_ApplicationData_MetadataSyncAction_SyncActionMessage) ProtoReflect() protoreflect.Message {
mi := &file_waArmadilloApplication_WAArmadilloApplication_proto_msgTypes[14]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use Armadillo_ApplicationData_MetadataSyncAction_SyncActionMessage.ProtoReflect.Descriptor instead.
func (*Armadillo_ApplicationData_MetadataSyncAction_SyncActionMessage) Descriptor() ([]byte, []int) {
return file_waArmadilloApplication_WAArmadilloApplication_proto_rawDescGZIP(), []int{0, 4, 1, 2}
}
func (x *Armadillo_ApplicationData_MetadataSyncAction_SyncActionMessage) GetKey() *waCommon.MessageKey {
if x != nil {
return x.Key
}
return nil
}
func (x *Armadillo_ApplicationData_MetadataSyncAction_SyncActionMessage) GetTimestamp() int64 {
if x != nil && x.Timestamp != nil {
return *x.Timestamp
}
return 0
}
type Armadillo_ApplicationData_MetadataSyncAction_SyncActionMessageRange struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
LastMessageTimestamp *int64 `protobuf:"varint,1,opt,name=lastMessageTimestamp" json:"lastMessageTimestamp,omitempty"`
LastSystemMessageTimestamp *int64 `protobuf:"varint,2,opt,name=lastSystemMessageTimestamp" json:"lastSystemMessageTimestamp,omitempty"`
Messages []*Armadillo_ApplicationData_MetadataSyncAction_SyncActionMessage `protobuf:"bytes,3,rep,name=messages" json:"messages,omitempty"`
}
func (x *Armadillo_ApplicationData_MetadataSyncAction_SyncActionMessageRange) Reset() {
*x = Armadillo_ApplicationData_MetadataSyncAction_SyncActionMessageRange{}
if protoimpl.UnsafeEnabled {
mi := &file_waArmadilloApplication_WAArmadilloApplication_proto_msgTypes[15]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Armadillo_ApplicationData_MetadataSyncAction_SyncActionMessageRange) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Armadillo_ApplicationData_MetadataSyncAction_SyncActionMessageRange) ProtoMessage() {}
func (x *Armadillo_ApplicationData_MetadataSyncAction_SyncActionMessageRange) ProtoReflect() protoreflect.Message {
mi := &file_waArmadilloApplication_WAArmadilloApplication_proto_msgTypes[15]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use Armadillo_ApplicationData_MetadataSyncAction_SyncActionMessageRange.ProtoReflect.Descriptor instead.
func (*Armadillo_ApplicationData_MetadataSyncAction_SyncActionMessageRange) Descriptor() ([]byte, []int) {
return file_waArmadilloApplication_WAArmadilloApplication_proto_rawDescGZIP(), []int{0, 4, 1, 3}
}
func (x *Armadillo_ApplicationData_MetadataSyncAction_SyncActionMessageRange) GetLastMessageTimestamp() int64 {
if x != nil && x.LastMessageTimestamp != nil {
return *x.LastMessageTimestamp
}
return 0
}
func (x *Armadillo_ApplicationData_MetadataSyncAction_SyncActionMessageRange) GetLastSystemMessageTimestamp() int64 {
if x != nil && x.LastSystemMessageTimestamp != nil {
return *x.LastSystemMessageTimestamp
}
return 0
}
func (x *Armadillo_ApplicationData_MetadataSyncAction_SyncActionMessageRange) GetMessages() []*Armadillo_ApplicationData_MetadataSyncAction_SyncActionMessage {
if x != nil {
return x.Messages
}
return nil
}
type Armadillo_ApplicationData_MetadataSyncAction_SyncMessageAction_ActionMessageDelete struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
}
func (x *Armadillo_ApplicationData_MetadataSyncAction_SyncMessageAction_ActionMessageDelete) Reset() {
*x = Armadillo_ApplicationData_MetadataSyncAction_SyncMessageAction_ActionMessageDelete{}
if protoimpl.UnsafeEnabled {
mi := &file_waArmadilloApplication_WAArmadilloApplication_proto_msgTypes[16]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Armadillo_ApplicationData_MetadataSyncAction_SyncMessageAction_ActionMessageDelete) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Armadillo_ApplicationData_MetadataSyncAction_SyncMessageAction_ActionMessageDelete) ProtoMessage() {
}
func (x *Armadillo_ApplicationData_MetadataSyncAction_SyncMessageAction_ActionMessageDelete) ProtoReflect() protoreflect.Message {
mi := &file_waArmadilloApplication_WAArmadilloApplication_proto_msgTypes[16]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use Armadillo_ApplicationData_MetadataSyncAction_SyncMessageAction_ActionMessageDelete.ProtoReflect.Descriptor instead.
func (*Armadillo_ApplicationData_MetadataSyncAction_SyncMessageAction_ActionMessageDelete) Descriptor() ([]byte, []int) {
return file_waArmadilloApplication_WAArmadilloApplication_proto_rawDescGZIP(), []int{0, 4, 1, 0, 0}
}
type Armadillo_ApplicationData_MetadataSyncAction_SyncChatAction_ActionChatRead struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
MessageRange *Armadillo_ApplicationData_MetadataSyncAction_SyncActionMessageRange `protobuf:"bytes,1,opt,name=messageRange" json:"messageRange,omitempty"`
Read *bool `protobuf:"varint,2,opt,name=read" json:"read,omitempty"`
}
func (x *Armadillo_ApplicationData_MetadataSyncAction_SyncChatAction_ActionChatRead) Reset() {
*x = Armadillo_ApplicationData_MetadataSyncAction_SyncChatAction_ActionChatRead{}
if protoimpl.UnsafeEnabled {
mi := &file_waArmadilloApplication_WAArmadilloApplication_proto_msgTypes[17]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Armadillo_ApplicationData_MetadataSyncAction_SyncChatAction_ActionChatRead) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Armadillo_ApplicationData_MetadataSyncAction_SyncChatAction_ActionChatRead) ProtoMessage() {}
func (x *Armadillo_ApplicationData_MetadataSyncAction_SyncChatAction_ActionChatRead) ProtoReflect() protoreflect.Message {
mi := &file_waArmadilloApplication_WAArmadilloApplication_proto_msgTypes[17]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use Armadillo_ApplicationData_MetadataSyncAction_SyncChatAction_ActionChatRead.ProtoReflect.Descriptor instead.
func (*Armadillo_ApplicationData_MetadataSyncAction_SyncChatAction_ActionChatRead) Descriptor() ([]byte, []int) {
return file_waArmadilloApplication_WAArmadilloApplication_proto_rawDescGZIP(), []int{0, 4, 1, 1, 0}
}
func (x *Armadillo_ApplicationData_MetadataSyncAction_SyncChatAction_ActionChatRead) GetMessageRange() *Armadillo_ApplicationData_MetadataSyncAction_SyncActionMessageRange {
if x != nil {
return x.MessageRange
}
return nil
}
func (x *Armadillo_ApplicationData_MetadataSyncAction_SyncChatAction_ActionChatRead) GetRead() bool {
if x != nil && x.Read != nil {
return *x.Read
}
return false
}
type Armadillo_ApplicationData_MetadataSyncAction_SyncChatAction_ActionChatDelete struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
MessageRange *Armadillo_ApplicationData_MetadataSyncAction_SyncActionMessageRange `protobuf:"bytes,1,opt,name=messageRange" json:"messageRange,omitempty"`
}
func (x *Armadillo_ApplicationData_MetadataSyncAction_SyncChatAction_ActionChatDelete) Reset() {
*x = Armadillo_ApplicationData_MetadataSyncAction_SyncChatAction_ActionChatDelete{}
if protoimpl.UnsafeEnabled {
mi := &file_waArmadilloApplication_WAArmadilloApplication_proto_msgTypes[18]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Armadillo_ApplicationData_MetadataSyncAction_SyncChatAction_ActionChatDelete) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Armadillo_ApplicationData_MetadataSyncAction_SyncChatAction_ActionChatDelete) ProtoMessage() {}
func (x *Armadillo_ApplicationData_MetadataSyncAction_SyncChatAction_ActionChatDelete) ProtoReflect() protoreflect.Message {
mi := &file_waArmadilloApplication_WAArmadilloApplication_proto_msgTypes[18]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use Armadillo_ApplicationData_MetadataSyncAction_SyncChatAction_ActionChatDelete.ProtoReflect.Descriptor instead.
func (*Armadillo_ApplicationData_MetadataSyncAction_SyncChatAction_ActionChatDelete) Descriptor() ([]byte, []int) {
return file_waArmadilloApplication_WAArmadilloApplication_proto_rawDescGZIP(), []int{0, 4, 1, 1, 1}
}
func (x *Armadillo_ApplicationData_MetadataSyncAction_SyncChatAction_ActionChatDelete) GetMessageRange() *Armadillo_ApplicationData_MetadataSyncAction_SyncActionMessageRange {
if x != nil {
return x.MessageRange
}
return nil
}
type Armadillo_ApplicationData_MetadataSyncAction_SyncChatAction_ActionChatArchive struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
MessageRange *Armadillo_ApplicationData_MetadataSyncAction_SyncActionMessageRange `protobuf:"bytes,1,opt,name=messageRange" json:"messageRange,omitempty"`
Archived *bool `protobuf:"varint,2,opt,name=archived" json:"archived,omitempty"`
}
func (x *Armadillo_ApplicationData_MetadataSyncAction_SyncChatAction_ActionChatArchive) Reset() {
*x = Armadillo_ApplicationData_MetadataSyncAction_SyncChatAction_ActionChatArchive{}
if protoimpl.UnsafeEnabled {
mi := &file_waArmadilloApplication_WAArmadilloApplication_proto_msgTypes[19]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Armadillo_ApplicationData_MetadataSyncAction_SyncChatAction_ActionChatArchive) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Armadillo_ApplicationData_MetadataSyncAction_SyncChatAction_ActionChatArchive) ProtoMessage() {
}
func (x *Armadillo_ApplicationData_MetadataSyncAction_SyncChatAction_ActionChatArchive) ProtoReflect() protoreflect.Message {
mi := &file_waArmadilloApplication_WAArmadilloApplication_proto_msgTypes[19]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use Armadillo_ApplicationData_MetadataSyncAction_SyncChatAction_ActionChatArchive.ProtoReflect.Descriptor instead.
func (*Armadillo_ApplicationData_MetadataSyncAction_SyncChatAction_ActionChatArchive) Descriptor() ([]byte, []int) {
return file_waArmadilloApplication_WAArmadilloApplication_proto_rawDescGZIP(), []int{0, 4, 1, 1, 2}
}
func (x *Armadillo_ApplicationData_MetadataSyncAction_SyncChatAction_ActionChatArchive) GetMessageRange() *Armadillo_ApplicationData_MetadataSyncAction_SyncActionMessageRange {
if x != nil {
return x.MessageRange
}
return nil
}
func (x *Armadillo_ApplicationData_MetadataSyncAction_SyncChatAction_ActionChatArchive) GetArchived() bool {
if x != nil && x.Archived != nil {
return *x.Archived
}
return false
}
type Armadillo_Content_PaymentsTransactionMessage struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
TransactionID *uint64 `protobuf:"varint,1,opt,name=transactionID" json:"transactionID,omitempty"`
Amount *string `protobuf:"bytes,2,opt,name=amount" json:"amount,omitempty"`
Currency *string `protobuf:"bytes,3,opt,name=currency" json:"currency,omitempty"`
PaymentStatus *Armadillo_Content_PaymentsTransactionMessage_PaymentStatus `protobuf:"varint,4,opt,name=paymentStatus,enum=WAArmadilloApplication.Armadillo_Content_PaymentsTransactionMessage_PaymentStatus" json:"paymentStatus,omitempty"`
ExtendedContentMessage *waArmadilloXMA.ExtendedContentMessage `protobuf:"bytes,5,opt,name=extendedContentMessage" json:"extendedContentMessage,omitempty"`
}
func (x *Armadillo_Content_PaymentsTransactionMessage) Reset() {
*x = Armadillo_Content_PaymentsTransactionMessage{}
if protoimpl.UnsafeEnabled {
mi := &file_waArmadilloApplication_WAArmadilloApplication_proto_msgTypes[20]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Armadillo_Content_PaymentsTransactionMessage) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Armadillo_Content_PaymentsTransactionMessage) ProtoMessage() {}
func (x *Armadillo_Content_PaymentsTransactionMessage) ProtoReflect() protoreflect.Message {
mi := &file_waArmadilloApplication_WAArmadilloApplication_proto_msgTypes[20]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use Armadillo_Content_PaymentsTransactionMessage.ProtoReflect.Descriptor instead.
func (*Armadillo_Content_PaymentsTransactionMessage) Descriptor() ([]byte, []int) {
return file_waArmadilloApplication_WAArmadilloApplication_proto_rawDescGZIP(), []int{0, 5, 0}
}
func (x *Armadillo_Content_PaymentsTransactionMessage) GetTransactionID() uint64 {
if x != nil && x.TransactionID != nil {
return *x.TransactionID
}
return 0
}
func (x *Armadillo_Content_PaymentsTransactionMessage) GetAmount() string {
if x != nil && x.Amount != nil {
return *x.Amount
}
return ""
}
func (x *Armadillo_Content_PaymentsTransactionMessage) GetCurrency() string {
if x != nil && x.Currency != nil {
return *x.Currency
}
return ""
}
func (x *Armadillo_Content_PaymentsTransactionMessage) GetPaymentStatus() Armadillo_Content_PaymentsTransactionMessage_PaymentStatus {
if x != nil && x.PaymentStatus != nil {
return *x.PaymentStatus
}
return Armadillo_Content_PaymentsTransactionMessage_PAYMENT_UNKNOWN
}
func (x *Armadillo_Content_PaymentsTransactionMessage) GetExtendedContentMessage() *waArmadilloXMA.ExtendedContentMessage {
if x != nil {
return x.ExtendedContentMessage
}
return nil
}
type Armadillo_Content_NoteReplyMessage struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
// Types that are assignable to NoteReplyContent:
//
// *Armadillo_Content_NoteReplyMessage_TextContent
// *Armadillo_Content_NoteReplyMessage_StickerContent
// *Armadillo_Content_NoteReplyMessage_VideoContent
NoteReplyContent isArmadillo_Content_NoteReplyMessage_NoteReplyContent `protobuf_oneof:"noteReplyContent"`
NoteID *string `protobuf:"bytes,1,opt,name=noteID" json:"noteID,omitempty"`
NoteText *waCommon.MessageText `protobuf:"bytes,2,opt,name=noteText" json:"noteText,omitempty"`
NoteTimestampMS *int64 `protobuf:"varint,3,opt,name=noteTimestampMS" json:"noteTimestampMS,omitempty"`
}
func (x *Armadillo_Content_NoteReplyMessage) Reset() {
*x = Armadillo_Content_NoteReplyMessage{}
if protoimpl.UnsafeEnabled {
mi := &file_waArmadilloApplication_WAArmadilloApplication_proto_msgTypes[21]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Armadillo_Content_NoteReplyMessage) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Armadillo_Content_NoteReplyMessage) ProtoMessage() {}
func (x *Armadillo_Content_NoteReplyMessage) ProtoReflect() protoreflect.Message {
mi := &file_waArmadilloApplication_WAArmadilloApplication_proto_msgTypes[21]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use Armadillo_Content_NoteReplyMessage.ProtoReflect.Descriptor instead.
func (*Armadillo_Content_NoteReplyMessage) Descriptor() ([]byte, []int) {
return file_waArmadilloApplication_WAArmadilloApplication_proto_rawDescGZIP(), []int{0, 5, 1}
}
func (m *Armadillo_Content_NoteReplyMessage) GetNoteReplyContent() isArmadillo_Content_NoteReplyMessage_NoteReplyContent {
if m != nil {
return m.NoteReplyContent
}
return nil
}
func (x *Armadillo_Content_NoteReplyMessage) GetTextContent() *waCommon.MessageText {
if x, ok := x.GetNoteReplyContent().(*Armadillo_Content_NoteReplyMessage_TextContent); ok {
return x.TextContent
}
return nil
}
func (x *Armadillo_Content_NoteReplyMessage) GetStickerContent() *waCommon.SubProtocol {
if x, ok := x.GetNoteReplyContent().(*Armadillo_Content_NoteReplyMessage_StickerContent); ok {
return x.StickerContent
}
return nil
}
func (x *Armadillo_Content_NoteReplyMessage) GetVideoContent() *waCommon.SubProtocol {
if x, ok := x.GetNoteReplyContent().(*Armadillo_Content_NoteReplyMessage_VideoContent); ok {
return x.VideoContent
}
return nil
}
func (x *Armadillo_Content_NoteReplyMessage) GetNoteID() string {
if x != nil && x.NoteID != nil {
return *x.NoteID
}
return ""
}
func (x *Armadillo_Content_NoteReplyMessage) GetNoteText() *waCommon.MessageText {
if x != nil {
return x.NoteText
}
return nil
}
func (x *Armadillo_Content_NoteReplyMessage) GetNoteTimestampMS() int64 {
if x != nil && x.NoteTimestampMS != nil {
return *x.NoteTimestampMS
}
return 0
}
type isArmadillo_Content_NoteReplyMessage_NoteReplyContent interface {
isArmadillo_Content_NoteReplyMessage_NoteReplyContent()
}
type Armadillo_Content_NoteReplyMessage_TextContent struct {
TextContent *waCommon.MessageText `protobuf:"bytes,4,opt,name=textContent,oneof"`
}
type Armadillo_Content_NoteReplyMessage_StickerContent struct {
StickerContent *waCommon.SubProtocol `protobuf:"bytes,5,opt,name=stickerContent,oneof"`
}
type Armadillo_Content_NoteReplyMessage_VideoContent struct {
VideoContent *waCommon.SubProtocol `protobuf:"bytes,6,opt,name=videoContent,oneof"`
}
func (*Armadillo_Content_NoteReplyMessage_TextContent) isArmadillo_Content_NoteReplyMessage_NoteReplyContent() {
}
func (*Armadillo_Content_NoteReplyMessage_StickerContent) isArmadillo_Content_NoteReplyMessage_NoteReplyContent() {
}
func (*Armadillo_Content_NoteReplyMessage_VideoContent) isArmadillo_Content_NoteReplyMessage_NoteReplyContent() {
}
type Armadillo_Content_BumpExistingMessage struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Key *waCommon.MessageKey `protobuf:"bytes,1,opt,name=key" json:"key,omitempty"`
}
func (x *Armadillo_Content_BumpExistingMessage) Reset() {
*x = Armadillo_Content_BumpExistingMessage{}
if protoimpl.UnsafeEnabled {
mi := &file_waArmadilloApplication_WAArmadilloApplication_proto_msgTypes[22]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Armadillo_Content_BumpExistingMessage) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Armadillo_Content_BumpExistingMessage) ProtoMessage() {}
func (x *Armadillo_Content_BumpExistingMessage) ProtoReflect() protoreflect.Message {
mi := &file_waArmadilloApplication_WAArmadilloApplication_proto_msgTypes[22]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use Armadillo_Content_BumpExistingMessage.ProtoReflect.Descriptor instead.
func (*Armadillo_Content_BumpExistingMessage) Descriptor() ([]byte, []int) {
return file_waArmadilloApplication_WAArmadilloApplication_proto_rawDescGZIP(), []int{0, 5, 2}
}
func (x *Armadillo_Content_BumpExistingMessage) GetKey() *waCommon.MessageKey {
if x != nil {
return x.Key
}
return nil
}
type Armadillo_Content_ImageGalleryMessage struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Images []*waCommon.SubProtocol `protobuf:"bytes,1,rep,name=images" json:"images,omitempty"`
}
func (x *Armadillo_Content_ImageGalleryMessage) Reset() {
*x = Armadillo_Content_ImageGalleryMessage{}
if protoimpl.UnsafeEnabled {
mi := &file_waArmadilloApplication_WAArmadilloApplication_proto_msgTypes[23]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Armadillo_Content_ImageGalleryMessage) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Armadillo_Content_ImageGalleryMessage) ProtoMessage() {}
func (x *Armadillo_Content_ImageGalleryMessage) ProtoReflect() protoreflect.Message {
mi := &file_waArmadilloApplication_WAArmadilloApplication_proto_msgTypes[23]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use Armadillo_Content_ImageGalleryMessage.ProtoReflect.Descriptor instead.
func (*Armadillo_Content_ImageGalleryMessage) Descriptor() ([]byte, []int) {
return file_waArmadilloApplication_WAArmadilloApplication_proto_rawDescGZIP(), []int{0, 5, 3}
}
func (x *Armadillo_Content_ImageGalleryMessage) GetImages() []*waCommon.SubProtocol {
if x != nil {
return x.Images
}
return nil
}
type Armadillo_Content_ScreenshotAction struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
ScreenshotType *Armadillo_Content_ScreenshotAction_ScreenshotType `protobuf:"varint,1,opt,name=screenshotType,enum=WAArmadilloApplication.Armadillo_Content_ScreenshotAction_ScreenshotType" json:"screenshotType,omitempty"`
}
func (x *Armadillo_Content_ScreenshotAction) Reset() {
*x = Armadillo_Content_ScreenshotAction{}
if protoimpl.UnsafeEnabled {
mi := &file_waArmadilloApplication_WAArmadilloApplication_proto_msgTypes[24]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Armadillo_Content_ScreenshotAction) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Armadillo_Content_ScreenshotAction) ProtoMessage() {}
func (x *Armadillo_Content_ScreenshotAction) ProtoReflect() protoreflect.Message {
mi := &file_waArmadilloApplication_WAArmadilloApplication_proto_msgTypes[24]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use Armadillo_Content_ScreenshotAction.ProtoReflect.Descriptor instead.
func (*Armadillo_Content_ScreenshotAction) Descriptor() ([]byte, []int) {
return file_waArmadilloApplication_WAArmadilloApplication_proto_rawDescGZIP(), []int{0, 5, 4}
}
func (x *Armadillo_Content_ScreenshotAction) GetScreenshotType() Armadillo_Content_ScreenshotAction_ScreenshotType {
if x != nil && x.ScreenshotType != nil {
return *x.ScreenshotType
}
return Armadillo_Content_ScreenshotAction_SCREENSHOT_IMAGE
}
type Armadillo_Content_ExtendedContentMessageWithSear struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
SearID *string `protobuf:"bytes,1,opt,name=searID" json:"searID,omitempty"`
Payload []byte `protobuf:"bytes,2,opt,name=payload" json:"payload,omitempty"`
NativeURL *string `protobuf:"bytes,3,opt,name=nativeURL" json:"nativeURL,omitempty"`
SearAssociatedMessage *waCommon.SubProtocol `protobuf:"bytes,4,opt,name=searAssociatedMessage" json:"searAssociatedMessage,omitempty"`
SearSentWithMessageID *string `protobuf:"bytes,5,opt,name=searSentWithMessageID" json:"searSentWithMessageID,omitempty"`
}
func (x *Armadillo_Content_ExtendedContentMessageWithSear) Reset() {
*x = Armadillo_Content_ExtendedContentMessageWithSear{}
if protoimpl.UnsafeEnabled {
mi := &file_waArmadilloApplication_WAArmadilloApplication_proto_msgTypes[25]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Armadillo_Content_ExtendedContentMessageWithSear) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Armadillo_Content_ExtendedContentMessageWithSear) ProtoMessage() {}
func (x *Armadillo_Content_ExtendedContentMessageWithSear) ProtoReflect() protoreflect.Message {
mi := &file_waArmadilloApplication_WAArmadilloApplication_proto_msgTypes[25]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use Armadillo_Content_ExtendedContentMessageWithSear.ProtoReflect.Descriptor instead.
func (*Armadillo_Content_ExtendedContentMessageWithSear) Descriptor() ([]byte, []int) {
return file_waArmadilloApplication_WAArmadilloApplication_proto_rawDescGZIP(), []int{0, 5, 5}
}
func (x *Armadillo_Content_ExtendedContentMessageWithSear) GetSearID() string {
if x != nil && x.SearID != nil {
return *x.SearID
}
return ""
}
func (x *Armadillo_Content_ExtendedContentMessageWithSear) GetPayload() []byte {
if x != nil {
return x.Payload
}
return nil
}
func (x *Armadillo_Content_ExtendedContentMessageWithSear) GetNativeURL() string {
if x != nil && x.NativeURL != nil {
return *x.NativeURL
}
return ""
}
func (x *Armadillo_Content_ExtendedContentMessageWithSear) GetSearAssociatedMessage() *waCommon.SubProtocol {
if x != nil {
return x.SearAssociatedMessage
}
return nil
}
func (x *Armadillo_Content_ExtendedContentMessageWithSear) GetSearSentWithMessageID() string {
if x != nil && x.SearSentWithMessageID != nil {
return *x.SearSentWithMessageID
}
return ""
}
type Armadillo_Content_RavenActionNotifMessage struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Key *waCommon.MessageKey `protobuf:"bytes,1,opt,name=key" json:"key,omitempty"`
ActionTimestamp *int64 `protobuf:"varint,2,opt,name=actionTimestamp" json:"actionTimestamp,omitempty"`
ActionType *Armadillo_Content_RavenActionNotifMessage_ActionType `protobuf:"varint,3,opt,name=actionType,enum=WAArmadilloApplication.Armadillo_Content_RavenActionNotifMessage_ActionType" json:"actionType,omitempty"`
}
func (x *Armadillo_Content_RavenActionNotifMessage) Reset() {
*x = Armadillo_Content_RavenActionNotifMessage{}
if protoimpl.UnsafeEnabled {
mi := &file_waArmadilloApplication_WAArmadilloApplication_proto_msgTypes[26]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Armadillo_Content_RavenActionNotifMessage) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Armadillo_Content_RavenActionNotifMessage) ProtoMessage() {}
func (x *Armadillo_Content_RavenActionNotifMessage) ProtoReflect() protoreflect.Message {
mi := &file_waArmadilloApplication_WAArmadilloApplication_proto_msgTypes[26]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use Armadillo_Content_RavenActionNotifMessage.ProtoReflect.Descriptor instead.
func (*Armadillo_Content_RavenActionNotifMessage) Descriptor() ([]byte, []int) {
return file_waArmadilloApplication_WAArmadilloApplication_proto_rawDescGZIP(), []int{0, 5, 6}
}
func (x *Armadillo_Content_RavenActionNotifMessage) GetKey() *waCommon.MessageKey {
if x != nil {
return x.Key
}
return nil
}
func (x *Armadillo_Content_RavenActionNotifMessage) GetActionTimestamp() int64 {
if x != nil && x.ActionTimestamp != nil {
return *x.ActionTimestamp
}
return 0
}
func (x *Armadillo_Content_RavenActionNotifMessage) GetActionType() Armadillo_Content_RavenActionNotifMessage_ActionType {
if x != nil && x.ActionType != nil {
return *x.ActionType
}
return Armadillo_Content_RavenActionNotifMessage_PLAYED
}
type Armadillo_Content_RavenMessage struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
// Types that are assignable to MediaContent:
//
// *Armadillo_Content_RavenMessage_ImageMessage
// *Armadillo_Content_RavenMessage_VideoMessage
MediaContent isArmadillo_Content_RavenMessage_MediaContent `protobuf_oneof:"mediaContent"`
EphemeralType *Armadillo_Content_RavenMessage_EphemeralType `protobuf:"varint,1,opt,name=ephemeralType,enum=WAArmadilloApplication.Armadillo_Content_RavenMessage_EphemeralType" json:"ephemeralType,omitempty"`
}
func (x *Armadillo_Content_RavenMessage) Reset() {
*x = Armadillo_Content_RavenMessage{}
if protoimpl.UnsafeEnabled {
mi := &file_waArmadilloApplication_WAArmadilloApplication_proto_msgTypes[27]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Armadillo_Content_RavenMessage) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Armadillo_Content_RavenMessage) ProtoMessage() {}
func (x *Armadillo_Content_RavenMessage) ProtoReflect() protoreflect.Message {
mi := &file_waArmadilloApplication_WAArmadilloApplication_proto_msgTypes[27]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use Armadillo_Content_RavenMessage.ProtoReflect.Descriptor instead.
func (*Armadillo_Content_RavenMessage) Descriptor() ([]byte, []int) {
return file_waArmadilloApplication_WAArmadilloApplication_proto_rawDescGZIP(), []int{0, 5, 7}
}
func (m *Armadillo_Content_RavenMessage) GetMediaContent() isArmadillo_Content_RavenMessage_MediaContent {
if m != nil {
return m.MediaContent
}
return nil
}
func (x *Armadillo_Content_RavenMessage) GetImageMessage() *waCommon.SubProtocol {
if x, ok := x.GetMediaContent().(*Armadillo_Content_RavenMessage_ImageMessage); ok {
return x.ImageMessage
}
return nil
}
func (x *Armadillo_Content_RavenMessage) GetVideoMessage() *waCommon.SubProtocol {
if x, ok := x.GetMediaContent().(*Armadillo_Content_RavenMessage_VideoMessage); ok {
return x.VideoMessage
}
return nil
}
func (x *Armadillo_Content_RavenMessage) GetEphemeralType() Armadillo_Content_RavenMessage_EphemeralType {
if x != nil && x.EphemeralType != nil {
return *x.EphemeralType
}
return Armadillo_Content_RavenMessage_VIEW_ONCE
}
type isArmadillo_Content_RavenMessage_MediaContent interface {
isArmadillo_Content_RavenMessage_MediaContent()
}
type Armadillo_Content_RavenMessage_ImageMessage struct {
ImageMessage *waCommon.SubProtocol `protobuf:"bytes,2,opt,name=imageMessage,oneof"`
}
type Armadillo_Content_RavenMessage_VideoMessage struct {
VideoMessage *waCommon.SubProtocol `protobuf:"bytes,3,opt,name=videoMessage,oneof"`
}
func (*Armadillo_Content_RavenMessage_ImageMessage) isArmadillo_Content_RavenMessage_MediaContent() {}
func (*Armadillo_Content_RavenMessage_VideoMessage) isArmadillo_Content_RavenMessage_MediaContent() {}
type Armadillo_Content_CommonSticker struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
StickerType *Armadillo_Content_CommonSticker_StickerType `protobuf:"varint,1,opt,name=stickerType,enum=WAArmadilloApplication.Armadillo_Content_CommonSticker_StickerType" json:"stickerType,omitempty"`
}
func (x *Armadillo_Content_CommonSticker) Reset() {
*x = Armadillo_Content_CommonSticker{}
if protoimpl.UnsafeEnabled {
mi := &file_waArmadilloApplication_WAArmadilloApplication_proto_msgTypes[28]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Armadillo_Content_CommonSticker) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Armadillo_Content_CommonSticker) ProtoMessage() {}
func (x *Armadillo_Content_CommonSticker) ProtoReflect() protoreflect.Message {
mi := &file_waArmadilloApplication_WAArmadilloApplication_proto_msgTypes[28]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use Armadillo_Content_CommonSticker.ProtoReflect.Descriptor instead.
func (*Armadillo_Content_CommonSticker) Descriptor() ([]byte, []int) {
return file_waArmadilloApplication_WAArmadilloApplication_proto_rawDescGZIP(), []int{0, 5, 8}
}
func (x *Armadillo_Content_CommonSticker) GetStickerType() Armadillo_Content_CommonSticker_StickerType {
if x != nil && x.StickerType != nil {
return *x.StickerType
}
return Armadillo_Content_CommonSticker_SMALL_LIKE
}
var File_waArmadilloApplication_WAArmadilloApplication_proto protoreflect.FileDescriptor
//go:embed WAArmadilloApplication.pb.raw
var file_waArmadilloApplication_WAArmadilloApplication_proto_rawDesc []byte
var (
file_waArmadilloApplication_WAArmadilloApplication_proto_rawDescOnce sync.Once
file_waArmadilloApplication_WAArmadilloApplication_proto_rawDescData = file_waArmadilloApplication_WAArmadilloApplication_proto_rawDesc
)
func file_waArmadilloApplication_WAArmadilloApplication_proto_rawDescGZIP() []byte {
file_waArmadilloApplication_WAArmadilloApplication_proto_rawDescOnce.Do(func() {
file_waArmadilloApplication_WAArmadilloApplication_proto_rawDescData = protoimpl.X.CompressGZIP(file_waArmadilloApplication_WAArmadilloApplication_proto_rawDescData)
})
return file_waArmadilloApplication_WAArmadilloApplication_proto_rawDescData
}
var file_waArmadilloApplication_WAArmadilloApplication_proto_enumTypes = make([]protoimpl.EnumInfo, 6)
var file_waArmadilloApplication_WAArmadilloApplication_proto_msgTypes = make([]protoimpl.MessageInfo, 29)
var file_waArmadilloApplication_WAArmadilloApplication_proto_goTypes = []any{
(Armadillo_Signal_EncryptedBackupsSecrets_Epoch_EpochStatus)(0), // 0: WAArmadilloApplication.Armadillo.Signal.EncryptedBackupsSecrets.Epoch.EpochStatus
(Armadillo_Content_PaymentsTransactionMessage_PaymentStatus)(0), // 1: WAArmadilloApplication.Armadillo.Content.PaymentsTransactionMessage.PaymentStatus
(Armadillo_Content_ScreenshotAction_ScreenshotType)(0), // 2: WAArmadilloApplication.Armadillo.Content.ScreenshotAction.ScreenshotType
(Armadillo_Content_RavenActionNotifMessage_ActionType)(0), // 3: WAArmadilloApplication.Armadillo.Content.RavenActionNotifMessage.ActionType
(Armadillo_Content_RavenMessage_EphemeralType)(0), // 4: WAArmadilloApplication.Armadillo.Content.RavenMessage.EphemeralType
(Armadillo_Content_CommonSticker_StickerType)(0), // 5: WAArmadilloApplication.Armadillo.Content.CommonSticker.StickerType
(*Armadillo)(nil), // 6: WAArmadilloApplication.Armadillo
(*Armadillo_Metadata)(nil), // 7: WAArmadilloApplication.Armadillo.Metadata
(*Armadillo_Payload)(nil), // 8: WAArmadilloApplication.Armadillo.Payload
(*Armadillo_SubProtocolPayload)(nil), // 9: WAArmadilloApplication.Armadillo.SubProtocolPayload
(*Armadillo_Signal)(nil), // 10: WAArmadilloApplication.Armadillo.Signal
(*Armadillo_ApplicationData)(nil), // 11: WAArmadilloApplication.Armadillo.ApplicationData
(*Armadillo_Content)(nil), // 12: WAArmadilloApplication.Armadillo.Content
(*Armadillo_Signal_EncryptedBackupsSecrets)(nil), // 13: WAArmadilloApplication.Armadillo.Signal.EncryptedBackupsSecrets
(*Armadillo_Signal_EncryptedBackupsSecrets_Epoch)(nil), // 14: WAArmadilloApplication.Armadillo.Signal.EncryptedBackupsSecrets.Epoch
(*Armadillo_ApplicationData_AIBotResponseMessage)(nil), // 15: WAArmadilloApplication.Armadillo.ApplicationData.AIBotResponseMessage
(*Armadillo_ApplicationData_MetadataSyncAction)(nil), // 16: WAArmadilloApplication.Armadillo.ApplicationData.MetadataSyncAction
(*Armadillo_ApplicationData_MetadataSyncNotification)(nil), // 17: WAArmadilloApplication.Armadillo.ApplicationData.MetadataSyncNotification
(*Armadillo_ApplicationData_MetadataSyncAction_SyncMessageAction)(nil), // 18: WAArmadilloApplication.Armadillo.ApplicationData.MetadataSyncAction.SyncMessageAction
(*Armadillo_ApplicationData_MetadataSyncAction_SyncChatAction)(nil), // 19: WAArmadilloApplication.Armadillo.ApplicationData.MetadataSyncAction.SyncChatAction
(*Armadillo_ApplicationData_MetadataSyncAction_SyncActionMessage)(nil), // 20: WAArmadilloApplication.Armadillo.ApplicationData.MetadataSyncAction.SyncActionMessage
(*Armadillo_ApplicationData_MetadataSyncAction_SyncActionMessageRange)(nil), // 21: WAArmadilloApplication.Armadillo.ApplicationData.MetadataSyncAction.SyncActionMessageRange
(*Armadillo_ApplicationData_MetadataSyncAction_SyncMessageAction_ActionMessageDelete)(nil), // 22: WAArmadilloApplication.Armadillo.ApplicationData.MetadataSyncAction.SyncMessageAction.ActionMessageDelete
(*Armadillo_ApplicationData_MetadataSyncAction_SyncChatAction_ActionChatRead)(nil), // 23: WAArmadilloApplication.Armadillo.ApplicationData.MetadataSyncAction.SyncChatAction.ActionChatRead
(*Armadillo_ApplicationData_MetadataSyncAction_SyncChatAction_ActionChatDelete)(nil), // 24: WAArmadilloApplication.Armadillo.ApplicationData.MetadataSyncAction.SyncChatAction.ActionChatDelete
(*Armadillo_ApplicationData_MetadataSyncAction_SyncChatAction_ActionChatArchive)(nil), // 25: WAArmadilloApplication.Armadillo.ApplicationData.MetadataSyncAction.SyncChatAction.ActionChatArchive
(*Armadillo_Content_PaymentsTransactionMessage)(nil), // 26: WAArmadilloApplication.Armadillo.Content.PaymentsTransactionMessage
(*Armadillo_Content_NoteReplyMessage)(nil), // 27: WAArmadilloApplication.Armadillo.Content.NoteReplyMessage
(*Armadillo_Content_BumpExistingMessage)(nil), // 28: WAArmadilloApplication.Armadillo.Content.BumpExistingMessage
(*Armadillo_Content_ImageGalleryMessage)(nil), // 29: WAArmadilloApplication.Armadillo.Content.ImageGalleryMessage
(*Armadillo_Content_ScreenshotAction)(nil), // 30: WAArmadilloApplication.Armadillo.Content.ScreenshotAction
(*Armadillo_Content_ExtendedContentMessageWithSear)(nil), // 31: WAArmadilloApplication.Armadillo.Content.ExtendedContentMessageWithSear
(*Armadillo_Content_RavenActionNotifMessage)(nil), // 32: WAArmadilloApplication.Armadillo.Content.RavenActionNotifMessage
(*Armadillo_Content_RavenMessage)(nil), // 33: WAArmadilloApplication.Armadillo.Content.RavenMessage
(*Armadillo_Content_CommonSticker)(nil), // 34: WAArmadilloApplication.Armadillo.Content.CommonSticker
(waCommon.FutureProofBehavior)(0), // 35: WACommon.FutureProofBehavior
(*waArmadilloXMA.ExtendedContentMessage)(nil), // 36: WAArmadilloXMA.ExtendedContentMessage
(*waCommon.MessageKey)(nil), // 37: WACommon.MessageKey
(*waCommon.MessageText)(nil), // 38: WACommon.MessageText
(*waCommon.SubProtocol)(nil), // 39: WACommon.SubProtocol
}
var file_waArmadilloApplication_WAArmadilloApplication_proto_depIdxs = []int32{
8, // 0: WAArmadilloApplication.Armadillo.payload:type_name -> WAArmadilloApplication.Armadillo.Payload
7, // 1: WAArmadilloApplication.Armadillo.metadata:type_name -> WAArmadilloApplication.Armadillo.Metadata
12, // 2: WAArmadilloApplication.Armadillo.Payload.content:type_name -> WAArmadilloApplication.Armadillo.Content
11, // 3: WAArmadilloApplication.Armadillo.Payload.applicationData:type_name -> WAArmadilloApplication.Armadillo.ApplicationData
10, // 4: WAArmadilloApplication.Armadillo.Payload.signal:type_name -> WAArmadilloApplication.Armadillo.Signal
9, // 5: WAArmadilloApplication.Armadillo.Payload.subProtocol:type_name -> WAArmadilloApplication.Armadillo.SubProtocolPayload
35, // 6: WAArmadilloApplication.Armadillo.SubProtocolPayload.futureProof:type_name -> WACommon.FutureProofBehavior
13, // 7: WAArmadilloApplication.Armadillo.Signal.encryptedBackupsSecrets:type_name -> WAArmadilloApplication.Armadillo.Signal.EncryptedBackupsSecrets
17, // 8: WAArmadilloApplication.Armadillo.ApplicationData.metadataSync:type_name -> WAArmadilloApplication.Armadillo.ApplicationData.MetadataSyncNotification
15, // 9: WAArmadilloApplication.Armadillo.ApplicationData.aiBotResponse:type_name -> WAArmadilloApplication.Armadillo.ApplicationData.AIBotResponseMessage
34, // 10: WAArmadilloApplication.Armadillo.Content.commonSticker:type_name -> WAArmadilloApplication.Armadillo.Content.CommonSticker
30, // 11: WAArmadilloApplication.Armadillo.Content.screenshotAction:type_name -> WAArmadilloApplication.Armadillo.Content.ScreenshotAction
36, // 12: WAArmadilloApplication.Armadillo.Content.extendedContentMessage:type_name -> WAArmadilloXMA.ExtendedContentMessage
33, // 13: WAArmadilloApplication.Armadillo.Content.ravenMessage:type_name -> WAArmadilloApplication.Armadillo.Content.RavenMessage
32, // 14: WAArmadilloApplication.Armadillo.Content.ravenActionNotifMessage:type_name -> WAArmadilloApplication.Armadillo.Content.RavenActionNotifMessage
31, // 15: WAArmadilloApplication.Armadillo.Content.extendedMessageContentWithSear:type_name -> WAArmadilloApplication.Armadillo.Content.ExtendedContentMessageWithSear
29, // 16: WAArmadilloApplication.Armadillo.Content.imageGalleryMessage:type_name -> WAArmadilloApplication.Armadillo.Content.ImageGalleryMessage
26, // 17: WAArmadilloApplication.Armadillo.Content.paymentsTransactionMessage:type_name -> WAArmadilloApplication.Armadillo.Content.PaymentsTransactionMessage
28, // 18: WAArmadilloApplication.Armadillo.Content.bumpExistingMessage:type_name -> WAArmadilloApplication.Armadillo.Content.BumpExistingMessage
27, // 19: WAArmadilloApplication.Armadillo.Content.noteReplyMessage:type_name -> WAArmadilloApplication.Armadillo.Content.NoteReplyMessage
33, // 20: WAArmadilloApplication.Armadillo.Content.ravenMessageMsgr:type_name -> WAArmadilloApplication.Armadillo.Content.RavenMessage
14, // 21: WAArmadilloApplication.Armadillo.Signal.EncryptedBackupsSecrets.epoch:type_name -> WAArmadilloApplication.Armadillo.Signal.EncryptedBackupsSecrets.Epoch
0, // 22: WAArmadilloApplication.Armadillo.Signal.EncryptedBackupsSecrets.Epoch.status:type_name -> WAArmadilloApplication.Armadillo.Signal.EncryptedBackupsSecrets.Epoch.EpochStatus
19, // 23: WAArmadilloApplication.Armadillo.ApplicationData.MetadataSyncAction.chatAction:type_name -> WAArmadilloApplication.Armadillo.ApplicationData.MetadataSyncAction.SyncChatAction
18, // 24: WAArmadilloApplication.Armadillo.ApplicationData.MetadataSyncAction.messageAction:type_name -> WAArmadilloApplication.Armadillo.ApplicationData.MetadataSyncAction.SyncMessageAction
16, // 25: WAArmadilloApplication.Armadillo.ApplicationData.MetadataSyncNotification.actions:type_name -> WAArmadilloApplication.Armadillo.ApplicationData.MetadataSyncAction
22, // 26: WAArmadilloApplication.Armadillo.ApplicationData.MetadataSyncAction.SyncMessageAction.messageDelete:type_name -> WAArmadilloApplication.Armadillo.ApplicationData.MetadataSyncAction.SyncMessageAction.ActionMessageDelete
37, // 27: WAArmadilloApplication.Armadillo.ApplicationData.MetadataSyncAction.SyncMessageAction.key:type_name -> WACommon.MessageKey
25, // 28: WAArmadilloApplication.Armadillo.ApplicationData.MetadataSyncAction.SyncChatAction.chatArchive:type_name -> WAArmadilloApplication.Armadillo.ApplicationData.MetadataSyncAction.SyncChatAction.ActionChatArchive
24, // 29: WAArmadilloApplication.Armadillo.ApplicationData.MetadataSyncAction.SyncChatAction.chatDelete:type_name -> WAArmadilloApplication.Armadillo.ApplicationData.MetadataSyncAction.SyncChatAction.ActionChatDelete
23, // 30: WAArmadilloApplication.Armadillo.ApplicationData.MetadataSyncAction.SyncChatAction.chatRead:type_name -> WAArmadilloApplication.Armadillo.ApplicationData.MetadataSyncAction.SyncChatAction.ActionChatRead
37, // 31: WAArmadilloApplication.Armadillo.ApplicationData.MetadataSyncAction.SyncActionMessage.key:type_name -> WACommon.MessageKey
20, // 32: WAArmadilloApplication.Armadillo.ApplicationData.MetadataSyncAction.SyncActionMessageRange.messages:type_name -> WAArmadilloApplication.Armadillo.ApplicationData.MetadataSyncAction.SyncActionMessage
21, // 33: WAArmadilloApplication.Armadillo.ApplicationData.MetadataSyncAction.SyncChatAction.ActionChatRead.messageRange:type_name -> WAArmadilloApplication.Armadillo.ApplicationData.MetadataSyncAction.SyncActionMessageRange
21, // 34: WAArmadilloApplication.Armadillo.ApplicationData.MetadataSyncAction.SyncChatAction.ActionChatDelete.messageRange:type_name -> WAArmadilloApplication.Armadillo.ApplicationData.MetadataSyncAction.SyncActionMessageRange
21, // 35: WAArmadilloApplication.Armadillo.ApplicationData.MetadataSyncAction.SyncChatAction.ActionChatArchive.messageRange:type_name -> WAArmadilloApplication.Armadillo.ApplicationData.MetadataSyncAction.SyncActionMessageRange
1, // 36: WAArmadilloApplication.Armadillo.Content.PaymentsTransactionMessage.paymentStatus:type_name -> WAArmadilloApplication.Armadillo.Content.PaymentsTransactionMessage.PaymentStatus
36, // 37: WAArmadilloApplication.Armadillo.Content.PaymentsTransactionMessage.extendedContentMessage:type_name -> WAArmadilloXMA.ExtendedContentMessage
38, // 38: WAArmadilloApplication.Armadillo.Content.NoteReplyMessage.textContent:type_name -> WACommon.MessageText
39, // 39: WAArmadilloApplication.Armadillo.Content.NoteReplyMessage.stickerContent:type_name -> WACommon.SubProtocol
39, // 40: WAArmadilloApplication.Armadillo.Content.NoteReplyMessage.videoContent:type_name -> WACommon.SubProtocol
38, // 41: WAArmadilloApplication.Armadillo.Content.NoteReplyMessage.noteText:type_name -> WACommon.MessageText
37, // 42: WAArmadilloApplication.Armadillo.Content.BumpExistingMessage.key:type_name -> WACommon.MessageKey
39, // 43: WAArmadilloApplication.Armadillo.Content.ImageGalleryMessage.images:type_name -> WACommon.SubProtocol
2, // 44: WAArmadilloApplication.Armadillo.Content.ScreenshotAction.screenshotType:type_name -> WAArmadilloApplication.Armadillo.Content.ScreenshotAction.ScreenshotType
39, // 45: WAArmadilloApplication.Armadillo.Content.ExtendedContentMessageWithSear.searAssociatedMessage:type_name -> WACommon.SubProtocol
37, // 46: WAArmadilloApplication.Armadillo.Content.RavenActionNotifMessage.key:type_name -> WACommon.MessageKey
3, // 47: WAArmadilloApplication.Armadillo.Content.RavenActionNotifMessage.actionType:type_name -> WAArmadilloApplication.Armadillo.Content.RavenActionNotifMessage.ActionType
39, // 48: WAArmadilloApplication.Armadillo.Content.RavenMessage.imageMessage:type_name -> WACommon.SubProtocol
39, // 49: WAArmadilloApplication.Armadillo.Content.RavenMessage.videoMessage:type_name -> WACommon.SubProtocol
4, // 50: WAArmadilloApplication.Armadillo.Content.RavenMessage.ephemeralType:type_name -> WAArmadilloApplication.Armadillo.Content.RavenMessage.EphemeralType
5, // 51: WAArmadilloApplication.Armadillo.Content.CommonSticker.stickerType:type_name -> WAArmadilloApplication.Armadillo.Content.CommonSticker.StickerType
52, // [52:52] is the sub-list for method output_type
52, // [52:52] is the sub-list for method input_type
52, // [52:52] is the sub-list for extension type_name
52, // [52:52] is the sub-list for extension extendee
0, // [0:52] is the sub-list for field type_name
}
func init() { file_waArmadilloApplication_WAArmadilloApplication_proto_init() }
func file_waArmadilloApplication_WAArmadilloApplication_proto_init() {
if File_waArmadilloApplication_WAArmadilloApplication_proto != nil {
return
}
if !protoimpl.UnsafeEnabled {
file_waArmadilloApplication_WAArmadilloApplication_proto_msgTypes[0].Exporter = func(v any, i int) any {
switch v := v.(*Armadillo); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waArmadilloApplication_WAArmadilloApplication_proto_msgTypes[1].Exporter = func(v any, i int) any {
switch v := v.(*Armadillo_Metadata); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waArmadilloApplication_WAArmadilloApplication_proto_msgTypes[2].Exporter = func(v any, i int) any {
switch v := v.(*Armadillo_Payload); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waArmadilloApplication_WAArmadilloApplication_proto_msgTypes[3].Exporter = func(v any, i int) any {
switch v := v.(*Armadillo_SubProtocolPayload); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waArmadilloApplication_WAArmadilloApplication_proto_msgTypes[4].Exporter = func(v any, i int) any {
switch v := v.(*Armadillo_Signal); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waArmadilloApplication_WAArmadilloApplication_proto_msgTypes[5].Exporter = func(v any, i int) any {
switch v := v.(*Armadillo_ApplicationData); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waArmadilloApplication_WAArmadilloApplication_proto_msgTypes[6].Exporter = func(v any, i int) any {
switch v := v.(*Armadillo_Content); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waArmadilloApplication_WAArmadilloApplication_proto_msgTypes[7].Exporter = func(v any, i int) any {
switch v := v.(*Armadillo_Signal_EncryptedBackupsSecrets); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waArmadilloApplication_WAArmadilloApplication_proto_msgTypes[8].Exporter = func(v any, i int) any {
switch v := v.(*Armadillo_Signal_EncryptedBackupsSecrets_Epoch); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waArmadilloApplication_WAArmadilloApplication_proto_msgTypes[9].Exporter = func(v any, i int) any {
switch v := v.(*Armadillo_ApplicationData_AIBotResponseMessage); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waArmadilloApplication_WAArmadilloApplication_proto_msgTypes[10].Exporter = func(v any, i int) any {
switch v := v.(*Armadillo_ApplicationData_MetadataSyncAction); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waArmadilloApplication_WAArmadilloApplication_proto_msgTypes[11].Exporter = func(v any, i int) any {
switch v := v.(*Armadillo_ApplicationData_MetadataSyncNotification); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waArmadilloApplication_WAArmadilloApplication_proto_msgTypes[12].Exporter = func(v any, i int) any {
switch v := v.(*Armadillo_ApplicationData_MetadataSyncAction_SyncMessageAction); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waArmadilloApplication_WAArmadilloApplication_proto_msgTypes[13].Exporter = func(v any, i int) any {
switch v := v.(*Armadillo_ApplicationData_MetadataSyncAction_SyncChatAction); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waArmadilloApplication_WAArmadilloApplication_proto_msgTypes[14].Exporter = func(v any, i int) any {
switch v := v.(*Armadillo_ApplicationData_MetadataSyncAction_SyncActionMessage); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waArmadilloApplication_WAArmadilloApplication_proto_msgTypes[15].Exporter = func(v any, i int) any {
switch v := v.(*Armadillo_ApplicationData_MetadataSyncAction_SyncActionMessageRange); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waArmadilloApplication_WAArmadilloApplication_proto_msgTypes[16].Exporter = func(v any, i int) any {
switch v := v.(*Armadillo_ApplicationData_MetadataSyncAction_SyncMessageAction_ActionMessageDelete); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waArmadilloApplication_WAArmadilloApplication_proto_msgTypes[17].Exporter = func(v any, i int) any {
switch v := v.(*Armadillo_ApplicationData_MetadataSyncAction_SyncChatAction_ActionChatRead); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waArmadilloApplication_WAArmadilloApplication_proto_msgTypes[18].Exporter = func(v any, i int) any {
switch v := v.(*Armadillo_ApplicationData_MetadataSyncAction_SyncChatAction_ActionChatDelete); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waArmadilloApplication_WAArmadilloApplication_proto_msgTypes[19].Exporter = func(v any, i int) any {
switch v := v.(*Armadillo_ApplicationData_MetadataSyncAction_SyncChatAction_ActionChatArchive); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waArmadilloApplication_WAArmadilloApplication_proto_msgTypes[20].Exporter = func(v any, i int) any {
switch v := v.(*Armadillo_Content_PaymentsTransactionMessage); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waArmadilloApplication_WAArmadilloApplication_proto_msgTypes[21].Exporter = func(v any, i int) any {
switch v := v.(*Armadillo_Content_NoteReplyMessage); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waArmadilloApplication_WAArmadilloApplication_proto_msgTypes[22].Exporter = func(v any, i int) any {
switch v := v.(*Armadillo_Content_BumpExistingMessage); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waArmadilloApplication_WAArmadilloApplication_proto_msgTypes[23].Exporter = func(v any, i int) any {
switch v := v.(*Armadillo_Content_ImageGalleryMessage); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waArmadilloApplication_WAArmadilloApplication_proto_msgTypes[24].Exporter = func(v any, i int) any {
switch v := v.(*Armadillo_Content_ScreenshotAction); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waArmadilloApplication_WAArmadilloApplication_proto_msgTypes[25].Exporter = func(v any, i int) any {
switch v := v.(*Armadillo_Content_ExtendedContentMessageWithSear); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waArmadilloApplication_WAArmadilloApplication_proto_msgTypes[26].Exporter = func(v any, i int) any {
switch v := v.(*Armadillo_Content_RavenActionNotifMessage); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waArmadilloApplication_WAArmadilloApplication_proto_msgTypes[27].Exporter = func(v any, i int) any {
switch v := v.(*Armadillo_Content_RavenMessage); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waArmadilloApplication_WAArmadilloApplication_proto_msgTypes[28].Exporter = func(v any, i int) any {
switch v := v.(*Armadillo_Content_CommonSticker); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
}
file_waArmadilloApplication_WAArmadilloApplication_proto_msgTypes[2].OneofWrappers = []any{
(*Armadillo_Payload_Content)(nil),
(*Armadillo_Payload_ApplicationData)(nil),
(*Armadillo_Payload_Signal)(nil),
(*Armadillo_Payload_SubProtocol)(nil),
}
file_waArmadilloApplication_WAArmadilloApplication_proto_msgTypes[4].OneofWrappers = []any{
(*Armadillo_Signal_EncryptedBackupsSecrets_)(nil),
}
file_waArmadilloApplication_WAArmadilloApplication_proto_msgTypes[5].OneofWrappers = []any{
(*Armadillo_ApplicationData_MetadataSync)(nil),
(*Armadillo_ApplicationData_AiBotResponse)(nil),
}
file_waArmadilloApplication_WAArmadilloApplication_proto_msgTypes[6].OneofWrappers = []any{
(*Armadillo_Content_CommonSticker_)(nil),
(*Armadillo_Content_ScreenshotAction_)(nil),
(*Armadillo_Content_ExtendedContentMessage)(nil),
(*Armadillo_Content_RavenMessage_)(nil),
(*Armadillo_Content_RavenActionNotifMessage_)(nil),
(*Armadillo_Content_ExtendedMessageContentWithSear)(nil),
(*Armadillo_Content_ImageGalleryMessage_)(nil),
(*Armadillo_Content_PaymentsTransactionMessage_)(nil),
(*Armadillo_Content_BumpExistingMessage_)(nil),
(*Armadillo_Content_NoteReplyMessage_)(nil),
(*Armadillo_Content_RavenMessageMsgr)(nil),
}
file_waArmadilloApplication_WAArmadilloApplication_proto_msgTypes[10].OneofWrappers = []any{
(*Armadillo_ApplicationData_MetadataSyncAction_ChatAction)(nil),
(*Armadillo_ApplicationData_MetadataSyncAction_MessageAction)(nil),
}
file_waArmadilloApplication_WAArmadilloApplication_proto_msgTypes[12].OneofWrappers = []any{
(*Armadillo_ApplicationData_MetadataSyncAction_SyncMessageAction_MessageDelete)(nil),
}
file_waArmadilloApplication_WAArmadilloApplication_proto_msgTypes[13].OneofWrappers = []any{
(*Armadillo_ApplicationData_MetadataSyncAction_SyncChatAction_ChatArchive)(nil),
(*Armadillo_ApplicationData_MetadataSyncAction_SyncChatAction_ChatDelete)(nil),
(*Armadillo_ApplicationData_MetadataSyncAction_SyncChatAction_ChatRead)(nil),
}
file_waArmadilloApplication_WAArmadilloApplication_proto_msgTypes[21].OneofWrappers = []any{
(*Armadillo_Content_NoteReplyMessage_TextContent)(nil),
(*Armadillo_Content_NoteReplyMessage_StickerContent)(nil),
(*Armadillo_Content_NoteReplyMessage_VideoContent)(nil),
}
file_waArmadilloApplication_WAArmadilloApplication_proto_msgTypes[27].OneofWrappers = []any{
(*Armadillo_Content_RavenMessage_ImageMessage)(nil),
(*Armadillo_Content_RavenMessage_VideoMessage)(nil),
}
type x struct{}
out := protoimpl.TypeBuilder{
File: protoimpl.DescBuilder{
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
RawDescriptor: file_waArmadilloApplication_WAArmadilloApplication_proto_rawDesc,
NumEnums: 6,
NumMessages: 29,
NumExtensions: 0,
NumServices: 0,
},
GoTypes: file_waArmadilloApplication_WAArmadilloApplication_proto_goTypes,
DependencyIndexes: file_waArmadilloApplication_WAArmadilloApplication_proto_depIdxs,
EnumInfos: file_waArmadilloApplication_WAArmadilloApplication_proto_enumTypes,
MessageInfos: file_waArmadilloApplication_WAArmadilloApplication_proto_msgTypes,
}.Build()
File_waArmadilloApplication_WAArmadilloApplication_proto = out.File
file_waArmadilloApplication_WAArmadilloApplication_proto_rawDesc = nil
file_waArmadilloApplication_WAArmadilloApplication_proto_goTypes = nil
file_waArmadilloApplication_WAArmadilloApplication_proto_depIdxs = nil
}