2024-05-21 20:08:12 +03:00

16793 lines
567 KiB
Go

// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.31.0
// protoc v3.21.12
// source: waE2E/WAE2E.proto
package waE2E
import (
reflect "reflect"
sync "sync"
waAdv "go.mau.fi/whatsmeow/binary/armadillo/waAdv"
waCommon "go.mau.fi/whatsmeow/binary/armadillo/waCommon"
waMmsRetry "go.mau.fi/whatsmeow/binary/armadillo/waMmsRetry"
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 KeepType int32
const (
KeepType_UNKNOWN KeepType = 0
KeepType_KEEP_FOR_ALL KeepType = 1
KeepType_UNDO_KEEP_FOR_ALL KeepType = 2
)
// Enum value maps for KeepType.
var (
KeepType_name = map[int32]string{
0: "UNKNOWN",
1: "KEEP_FOR_ALL",
2: "UNDO_KEEP_FOR_ALL",
}
KeepType_value = map[string]int32{
"UNKNOWN": 0,
"KEEP_FOR_ALL": 1,
"UNDO_KEEP_FOR_ALL": 2,
}
)
func (x KeepType) Enum() *KeepType {
p := new(KeepType)
*p = x
return p
}
func (x KeepType) String() string {
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
}
func (KeepType) Descriptor() protoreflect.EnumDescriptor {
return file_waE2E_WAE2E_proto_enumTypes[0].Descriptor()
}
func (KeepType) Type() protoreflect.EnumType {
return &file_waE2E_WAE2E_proto_enumTypes[0]
}
func (x KeepType) Number() protoreflect.EnumNumber {
return protoreflect.EnumNumber(x)
}
// Deprecated: Use KeepType.Descriptor instead.
func (KeepType) EnumDescriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0}
}
type Message_PeerDataOperationRequestType int32
const (
Message_UPLOAD_STICKER Message_PeerDataOperationRequestType = 0
Message_SEND_RECENT_STICKER_BOOTSTRAP Message_PeerDataOperationRequestType = 1
Message_GENERATE_LINK_PREVIEW Message_PeerDataOperationRequestType = 2
Message_HISTORY_SYNC_ON_DEMAND Message_PeerDataOperationRequestType = 3
Message_PLACEHOLDER_MESSAGE_RESEND Message_PeerDataOperationRequestType = 4
)
// Enum value maps for Message_PeerDataOperationRequestType.
var (
Message_PeerDataOperationRequestType_name = map[int32]string{
0: "UPLOAD_STICKER",
1: "SEND_RECENT_STICKER_BOOTSTRAP",
2: "GENERATE_LINK_PREVIEW",
3: "HISTORY_SYNC_ON_DEMAND",
4: "PLACEHOLDER_MESSAGE_RESEND",
}
Message_PeerDataOperationRequestType_value = map[string]int32{
"UPLOAD_STICKER": 0,
"SEND_RECENT_STICKER_BOOTSTRAP": 1,
"GENERATE_LINK_PREVIEW": 2,
"HISTORY_SYNC_ON_DEMAND": 3,
"PLACEHOLDER_MESSAGE_RESEND": 4,
}
)
func (x Message_PeerDataOperationRequestType) Enum() *Message_PeerDataOperationRequestType {
p := new(Message_PeerDataOperationRequestType)
*p = x
return p
}
func (x Message_PeerDataOperationRequestType) String() string {
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
}
func (Message_PeerDataOperationRequestType) Descriptor() protoreflect.EnumDescriptor {
return file_waE2E_WAE2E_proto_enumTypes[1].Descriptor()
}
func (Message_PeerDataOperationRequestType) Type() protoreflect.EnumType {
return &file_waE2E_WAE2E_proto_enumTypes[1]
}
func (x Message_PeerDataOperationRequestType) Number() protoreflect.EnumNumber {
return protoreflect.EnumNumber(x)
}
// Deprecated: Use Message_PeerDataOperationRequestType.Descriptor instead.
func (Message_PeerDataOperationRequestType) EnumDescriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 0}
}
type Message_PlaceholderMessage_PlaceholderType int32
const (
Message_PlaceholderMessage_MASK_LINKED_DEVICES Message_PlaceholderMessage_PlaceholderType = 0
)
// Enum value maps for Message_PlaceholderMessage_PlaceholderType.
var (
Message_PlaceholderMessage_PlaceholderType_name = map[int32]string{
0: "MASK_LINKED_DEVICES",
}
Message_PlaceholderMessage_PlaceholderType_value = map[string]int32{
"MASK_LINKED_DEVICES": 0,
}
)
func (x Message_PlaceholderMessage_PlaceholderType) Enum() *Message_PlaceholderMessage_PlaceholderType {
p := new(Message_PlaceholderMessage_PlaceholderType)
*p = x
return p
}
func (x Message_PlaceholderMessage_PlaceholderType) String() string {
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
}
func (Message_PlaceholderMessage_PlaceholderType) Descriptor() protoreflect.EnumDescriptor {
return file_waE2E_WAE2E_proto_enumTypes[2].Descriptor()
}
func (Message_PlaceholderMessage_PlaceholderType) Type() protoreflect.EnumType {
return &file_waE2E_WAE2E_proto_enumTypes[2]
}
func (x Message_PlaceholderMessage_PlaceholderType) Number() protoreflect.EnumNumber {
return protoreflect.EnumNumber(x)
}
// Deprecated: Use Message_PlaceholderMessage_PlaceholderType.Descriptor instead.
func (Message_PlaceholderMessage_PlaceholderType) EnumDescriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 0, 0}
}
type Message_BCallMessage_MediaType int32
const (
Message_BCallMessage_UNKNOWN Message_BCallMessage_MediaType = 0
Message_BCallMessage_AUDIO Message_BCallMessage_MediaType = 1
Message_BCallMessage_VIDEO Message_BCallMessage_MediaType = 2
)
// Enum value maps for Message_BCallMessage_MediaType.
var (
Message_BCallMessage_MediaType_name = map[int32]string{
0: "UNKNOWN",
1: "AUDIO",
2: "VIDEO",
}
Message_BCallMessage_MediaType_value = map[string]int32{
"UNKNOWN": 0,
"AUDIO": 1,
"VIDEO": 2,
}
)
func (x Message_BCallMessage_MediaType) Enum() *Message_BCallMessage_MediaType {
p := new(Message_BCallMessage_MediaType)
*p = x
return p
}
func (x Message_BCallMessage_MediaType) String() string {
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
}
func (Message_BCallMessage_MediaType) Descriptor() protoreflect.EnumDescriptor {
return file_waE2E_WAE2E_proto_enumTypes[3].Descriptor()
}
func (Message_BCallMessage_MediaType) Type() protoreflect.EnumType {
return &file_waE2E_WAE2E_proto_enumTypes[3]
}
func (x Message_BCallMessage_MediaType) Number() protoreflect.EnumNumber {
return protoreflect.EnumNumber(x)
}
// Deprecated: Use Message_BCallMessage_MediaType.Descriptor instead.
func (Message_BCallMessage_MediaType) EnumDescriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 1, 0}
}
type Message_CallLogMessage_CallOutcome int32
const (
Message_CallLogMessage_CONNECTED Message_CallLogMessage_CallOutcome = 0
Message_CallLogMessage_MISSED Message_CallLogMessage_CallOutcome = 1
Message_CallLogMessage_FAILED Message_CallLogMessage_CallOutcome = 2
Message_CallLogMessage_REJECTED Message_CallLogMessage_CallOutcome = 3
Message_CallLogMessage_ACCEPTED_ELSEWHERE Message_CallLogMessage_CallOutcome = 4
Message_CallLogMessage_ONGOING Message_CallLogMessage_CallOutcome = 5
Message_CallLogMessage_SILENCED_BY_DND Message_CallLogMessage_CallOutcome = 6
Message_CallLogMessage_SILENCED_UNKNOWN_CALLER Message_CallLogMessage_CallOutcome = 7
)
// Enum value maps for Message_CallLogMessage_CallOutcome.
var (
Message_CallLogMessage_CallOutcome_name = map[int32]string{
0: "CONNECTED",
1: "MISSED",
2: "FAILED",
3: "REJECTED",
4: "ACCEPTED_ELSEWHERE",
5: "ONGOING",
6: "SILENCED_BY_DND",
7: "SILENCED_UNKNOWN_CALLER",
}
Message_CallLogMessage_CallOutcome_value = map[string]int32{
"CONNECTED": 0,
"MISSED": 1,
"FAILED": 2,
"REJECTED": 3,
"ACCEPTED_ELSEWHERE": 4,
"ONGOING": 5,
"SILENCED_BY_DND": 6,
"SILENCED_UNKNOWN_CALLER": 7,
}
)
func (x Message_CallLogMessage_CallOutcome) Enum() *Message_CallLogMessage_CallOutcome {
p := new(Message_CallLogMessage_CallOutcome)
*p = x
return p
}
func (x Message_CallLogMessage_CallOutcome) String() string {
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
}
func (Message_CallLogMessage_CallOutcome) Descriptor() protoreflect.EnumDescriptor {
return file_waE2E_WAE2E_proto_enumTypes[4].Descriptor()
}
func (Message_CallLogMessage_CallOutcome) Type() protoreflect.EnumType {
return &file_waE2E_WAE2E_proto_enumTypes[4]
}
func (x Message_CallLogMessage_CallOutcome) Number() protoreflect.EnumNumber {
return protoreflect.EnumNumber(x)
}
// Deprecated: Use Message_CallLogMessage_CallOutcome.Descriptor instead.
func (Message_CallLogMessage_CallOutcome) EnumDescriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 2, 0}
}
type Message_CallLogMessage_CallType int32
const (
Message_CallLogMessage_REGULAR Message_CallLogMessage_CallType = 0
Message_CallLogMessage_SCHEDULED_CALL Message_CallLogMessage_CallType = 1
Message_CallLogMessage_VOICE_CHAT Message_CallLogMessage_CallType = 2
)
// Enum value maps for Message_CallLogMessage_CallType.
var (
Message_CallLogMessage_CallType_name = map[int32]string{
0: "REGULAR",
1: "SCHEDULED_CALL",
2: "VOICE_CHAT",
}
Message_CallLogMessage_CallType_value = map[string]int32{
"REGULAR": 0,
"SCHEDULED_CALL": 1,
"VOICE_CHAT": 2,
}
)
func (x Message_CallLogMessage_CallType) Enum() *Message_CallLogMessage_CallType {
p := new(Message_CallLogMessage_CallType)
*p = x
return p
}
func (x Message_CallLogMessage_CallType) String() string {
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
}
func (Message_CallLogMessage_CallType) Descriptor() protoreflect.EnumDescriptor {
return file_waE2E_WAE2E_proto_enumTypes[5].Descriptor()
}
func (Message_CallLogMessage_CallType) Type() protoreflect.EnumType {
return &file_waE2E_WAE2E_proto_enumTypes[5]
}
func (x Message_CallLogMessage_CallType) Number() protoreflect.EnumNumber {
return protoreflect.EnumNumber(x)
}
// Deprecated: Use Message_CallLogMessage_CallType.Descriptor instead.
func (Message_CallLogMessage_CallType) EnumDescriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 2, 1}
}
type Message_ScheduledCallEditMessage_EditType int32
const (
Message_ScheduledCallEditMessage_UNKNOWN Message_ScheduledCallEditMessage_EditType = 0
Message_ScheduledCallEditMessage_CANCEL Message_ScheduledCallEditMessage_EditType = 1
)
// Enum value maps for Message_ScheduledCallEditMessage_EditType.
var (
Message_ScheduledCallEditMessage_EditType_name = map[int32]string{
0: "UNKNOWN",
1: "CANCEL",
}
Message_ScheduledCallEditMessage_EditType_value = map[string]int32{
"UNKNOWN": 0,
"CANCEL": 1,
}
)
func (x Message_ScheduledCallEditMessage_EditType) Enum() *Message_ScheduledCallEditMessage_EditType {
p := new(Message_ScheduledCallEditMessage_EditType)
*p = x
return p
}
func (x Message_ScheduledCallEditMessage_EditType) String() string {
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
}
func (Message_ScheduledCallEditMessage_EditType) Descriptor() protoreflect.EnumDescriptor {
return file_waE2E_WAE2E_proto_enumTypes[6].Descriptor()
}
func (Message_ScheduledCallEditMessage_EditType) Type() protoreflect.EnumType {
return &file_waE2E_WAE2E_proto_enumTypes[6]
}
func (x Message_ScheduledCallEditMessage_EditType) Number() protoreflect.EnumNumber {
return protoreflect.EnumNumber(x)
}
// Deprecated: Use Message_ScheduledCallEditMessage_EditType.Descriptor instead.
func (Message_ScheduledCallEditMessage_EditType) EnumDescriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 3, 0}
}
type Message_ScheduledCallCreationMessage_CallType int32
const (
Message_ScheduledCallCreationMessage_UNKNOWN Message_ScheduledCallCreationMessage_CallType = 0
Message_ScheduledCallCreationMessage_VOICE Message_ScheduledCallCreationMessage_CallType = 1
Message_ScheduledCallCreationMessage_VIDEO Message_ScheduledCallCreationMessage_CallType = 2
)
// Enum value maps for Message_ScheduledCallCreationMessage_CallType.
var (
Message_ScheduledCallCreationMessage_CallType_name = map[int32]string{
0: "UNKNOWN",
1: "VOICE",
2: "VIDEO",
}
Message_ScheduledCallCreationMessage_CallType_value = map[string]int32{
"UNKNOWN": 0,
"VOICE": 1,
"VIDEO": 2,
}
)
func (x Message_ScheduledCallCreationMessage_CallType) Enum() *Message_ScheduledCallCreationMessage_CallType {
p := new(Message_ScheduledCallCreationMessage_CallType)
*p = x
return p
}
func (x Message_ScheduledCallCreationMessage_CallType) String() string {
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
}
func (Message_ScheduledCallCreationMessage_CallType) Descriptor() protoreflect.EnumDescriptor {
return file_waE2E_WAE2E_proto_enumTypes[7].Descriptor()
}
func (Message_ScheduledCallCreationMessage_CallType) Type() protoreflect.EnumType {
return &file_waE2E_WAE2E_proto_enumTypes[7]
}
func (x Message_ScheduledCallCreationMessage_CallType) Number() protoreflect.EnumNumber {
return protoreflect.EnumNumber(x)
}
// Deprecated: Use Message_ScheduledCallCreationMessage_CallType.Descriptor instead.
func (Message_ScheduledCallCreationMessage_CallType) EnumDescriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 4, 0}
}
type Message_EventResponseMessage_EventResponseType int32
const (
Message_EventResponseMessage_UNKNOWN Message_EventResponseMessage_EventResponseType = 0
Message_EventResponseMessage_GOING Message_EventResponseMessage_EventResponseType = 1
Message_EventResponseMessage_NOT_GOING Message_EventResponseMessage_EventResponseType = 2
)
// Enum value maps for Message_EventResponseMessage_EventResponseType.
var (
Message_EventResponseMessage_EventResponseType_name = map[int32]string{
0: "UNKNOWN",
1: "GOING",
2: "NOT_GOING",
}
Message_EventResponseMessage_EventResponseType_value = map[string]int32{
"UNKNOWN": 0,
"GOING": 1,
"NOT_GOING": 2,
}
)
func (x Message_EventResponseMessage_EventResponseType) Enum() *Message_EventResponseMessage_EventResponseType {
p := new(Message_EventResponseMessage_EventResponseType)
*p = x
return p
}
func (x Message_EventResponseMessage_EventResponseType) String() string {
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
}
func (Message_EventResponseMessage_EventResponseType) Descriptor() protoreflect.EnumDescriptor {
return file_waE2E_WAE2E_proto_enumTypes[8].Descriptor()
}
func (Message_EventResponseMessage_EventResponseType) Type() protoreflect.EnumType {
return &file_waE2E_WAE2E_proto_enumTypes[8]
}
func (x Message_EventResponseMessage_EventResponseType) Number() protoreflect.EnumNumber {
return protoreflect.EnumNumber(x)
}
// Deprecated: Use Message_EventResponseMessage_EventResponseType.Descriptor instead.
func (Message_EventResponseMessage_EventResponseType) EnumDescriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 5, 0}
}
type Message_PinInChatMessage_Type int32
const (
Message_PinInChatMessage_UNKNOWN_TYPE Message_PinInChatMessage_Type = 0
Message_PinInChatMessage_PIN_FOR_ALL Message_PinInChatMessage_Type = 1
Message_PinInChatMessage_UNPIN_FOR_ALL Message_PinInChatMessage_Type = 2
)
// Enum value maps for Message_PinInChatMessage_Type.
var (
Message_PinInChatMessage_Type_name = map[int32]string{
0: "UNKNOWN_TYPE",
1: "PIN_FOR_ALL",
2: "UNPIN_FOR_ALL",
}
Message_PinInChatMessage_Type_value = map[string]int32{
"UNKNOWN_TYPE": 0,
"PIN_FOR_ALL": 1,
"UNPIN_FOR_ALL": 2,
}
)
func (x Message_PinInChatMessage_Type) Enum() *Message_PinInChatMessage_Type {
p := new(Message_PinInChatMessage_Type)
*p = x
return p
}
func (x Message_PinInChatMessage_Type) String() string {
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
}
func (Message_PinInChatMessage_Type) Descriptor() protoreflect.EnumDescriptor {
return file_waE2E_WAE2E_proto_enumTypes[9].Descriptor()
}
func (Message_PinInChatMessage_Type) Type() protoreflect.EnumType {
return &file_waE2E_WAE2E_proto_enumTypes[9]
}
func (x Message_PinInChatMessage_Type) Number() protoreflect.EnumNumber {
return protoreflect.EnumNumber(x)
}
// Deprecated: Use Message_PinInChatMessage_Type.Descriptor instead.
func (Message_PinInChatMessage_Type) EnumDescriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 6, 0}
}
type Message_ButtonsResponseMessage_Type int32
const (
Message_ButtonsResponseMessage_UNKNOWN Message_ButtonsResponseMessage_Type = 0
Message_ButtonsResponseMessage_DISPLAY_TEXT Message_ButtonsResponseMessage_Type = 1
)
// Enum value maps for Message_ButtonsResponseMessage_Type.
var (
Message_ButtonsResponseMessage_Type_name = map[int32]string{
0: "UNKNOWN",
1: "DISPLAY_TEXT",
}
Message_ButtonsResponseMessage_Type_value = map[string]int32{
"UNKNOWN": 0,
"DISPLAY_TEXT": 1,
}
)
func (x Message_ButtonsResponseMessage_Type) Enum() *Message_ButtonsResponseMessage_Type {
p := new(Message_ButtonsResponseMessage_Type)
*p = x
return p
}
func (x Message_ButtonsResponseMessage_Type) String() string {
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
}
func (Message_ButtonsResponseMessage_Type) Descriptor() protoreflect.EnumDescriptor {
return file_waE2E_WAE2E_proto_enumTypes[10].Descriptor()
}
func (Message_ButtonsResponseMessage_Type) Type() protoreflect.EnumType {
return &file_waE2E_WAE2E_proto_enumTypes[10]
}
func (x Message_ButtonsResponseMessage_Type) Number() protoreflect.EnumNumber {
return protoreflect.EnumNumber(x)
}
// Deprecated: Use Message_ButtonsResponseMessage_Type.Descriptor instead.
func (Message_ButtonsResponseMessage_Type) EnumDescriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 7, 0}
}
type Message_ButtonsMessage_HeaderType int32
const (
Message_ButtonsMessage_UNKNOWN Message_ButtonsMessage_HeaderType = 0
Message_ButtonsMessage_EMPTY Message_ButtonsMessage_HeaderType = 1
Message_ButtonsMessage_TEXT Message_ButtonsMessage_HeaderType = 2
Message_ButtonsMessage_DOCUMENT Message_ButtonsMessage_HeaderType = 3
Message_ButtonsMessage_IMAGE Message_ButtonsMessage_HeaderType = 4
Message_ButtonsMessage_VIDEO Message_ButtonsMessage_HeaderType = 5
Message_ButtonsMessage_LOCATION Message_ButtonsMessage_HeaderType = 6
)
// Enum value maps for Message_ButtonsMessage_HeaderType.
var (
Message_ButtonsMessage_HeaderType_name = map[int32]string{
0: "UNKNOWN",
1: "EMPTY",
2: "TEXT",
3: "DOCUMENT",
4: "IMAGE",
5: "VIDEO",
6: "LOCATION",
}
Message_ButtonsMessage_HeaderType_value = map[string]int32{
"UNKNOWN": 0,
"EMPTY": 1,
"TEXT": 2,
"DOCUMENT": 3,
"IMAGE": 4,
"VIDEO": 5,
"LOCATION": 6,
}
)
func (x Message_ButtonsMessage_HeaderType) Enum() *Message_ButtonsMessage_HeaderType {
p := new(Message_ButtonsMessage_HeaderType)
*p = x
return p
}
func (x Message_ButtonsMessage_HeaderType) String() string {
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
}
func (Message_ButtonsMessage_HeaderType) Descriptor() protoreflect.EnumDescriptor {
return file_waE2E_WAE2E_proto_enumTypes[11].Descriptor()
}
func (Message_ButtonsMessage_HeaderType) Type() protoreflect.EnumType {
return &file_waE2E_WAE2E_proto_enumTypes[11]
}
func (x Message_ButtonsMessage_HeaderType) Number() protoreflect.EnumNumber {
return protoreflect.EnumNumber(x)
}
// Deprecated: Use Message_ButtonsMessage_HeaderType.Descriptor instead.
func (Message_ButtonsMessage_HeaderType) EnumDescriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 8, 0}
}
type Message_ButtonsMessage_Button_Type int32
const (
Message_ButtonsMessage_Button_UNKNOWN Message_ButtonsMessage_Button_Type = 0
Message_ButtonsMessage_Button_RESPONSE Message_ButtonsMessage_Button_Type = 1
Message_ButtonsMessage_Button_NATIVE_FLOW Message_ButtonsMessage_Button_Type = 2
)
// Enum value maps for Message_ButtonsMessage_Button_Type.
var (
Message_ButtonsMessage_Button_Type_name = map[int32]string{
0: "UNKNOWN",
1: "RESPONSE",
2: "NATIVE_FLOW",
}
Message_ButtonsMessage_Button_Type_value = map[string]int32{
"UNKNOWN": 0,
"RESPONSE": 1,
"NATIVE_FLOW": 2,
}
)
func (x Message_ButtonsMessage_Button_Type) Enum() *Message_ButtonsMessage_Button_Type {
p := new(Message_ButtonsMessage_Button_Type)
*p = x
return p
}
func (x Message_ButtonsMessage_Button_Type) String() string {
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
}
func (Message_ButtonsMessage_Button_Type) Descriptor() protoreflect.EnumDescriptor {
return file_waE2E_WAE2E_proto_enumTypes[12].Descriptor()
}
func (Message_ButtonsMessage_Button_Type) Type() protoreflect.EnumType {
return &file_waE2E_WAE2E_proto_enumTypes[12]
}
func (x Message_ButtonsMessage_Button_Type) Number() protoreflect.EnumNumber {
return protoreflect.EnumNumber(x)
}
// Deprecated: Use Message_ButtonsMessage_Button_Type.Descriptor instead.
func (Message_ButtonsMessage_Button_Type) EnumDescriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 8, 0, 0}
}
type Message_GroupInviteMessage_GroupType int32
const (
Message_GroupInviteMessage_DEFAULT Message_GroupInviteMessage_GroupType = 0
Message_GroupInviteMessage_PARENT Message_GroupInviteMessage_GroupType = 1
)
// Enum value maps for Message_GroupInviteMessage_GroupType.
var (
Message_GroupInviteMessage_GroupType_name = map[int32]string{
0: "DEFAULT",
1: "PARENT",
}
Message_GroupInviteMessage_GroupType_value = map[string]int32{
"DEFAULT": 0,
"PARENT": 1,
}
)
func (x Message_GroupInviteMessage_GroupType) Enum() *Message_GroupInviteMessage_GroupType {
p := new(Message_GroupInviteMessage_GroupType)
*p = x
return p
}
func (x Message_GroupInviteMessage_GroupType) String() string {
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
}
func (Message_GroupInviteMessage_GroupType) Descriptor() protoreflect.EnumDescriptor {
return file_waE2E_WAE2E_proto_enumTypes[13].Descriptor()
}
func (Message_GroupInviteMessage_GroupType) Type() protoreflect.EnumType {
return &file_waE2E_WAE2E_proto_enumTypes[13]
}
func (x Message_GroupInviteMessage_GroupType) Number() protoreflect.EnumNumber {
return protoreflect.EnumNumber(x)
}
// Deprecated: Use Message_GroupInviteMessage_GroupType.Descriptor instead.
func (Message_GroupInviteMessage_GroupType) EnumDescriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 9, 0}
}
type Message_InteractiveResponseMessage_Body_Format int32
const (
Message_InteractiveResponseMessage_Body_DEFAULT Message_InteractiveResponseMessage_Body_Format = 0
Message_InteractiveResponseMessage_Body_EXTENSIONS_1 Message_InteractiveResponseMessage_Body_Format = 1
)
// Enum value maps for Message_InteractiveResponseMessage_Body_Format.
var (
Message_InteractiveResponseMessage_Body_Format_name = map[int32]string{
0: "DEFAULT",
1: "EXTENSIONS_1",
}
Message_InteractiveResponseMessage_Body_Format_value = map[string]int32{
"DEFAULT": 0,
"EXTENSIONS_1": 1,
}
)
func (x Message_InteractiveResponseMessage_Body_Format) Enum() *Message_InteractiveResponseMessage_Body_Format {
p := new(Message_InteractiveResponseMessage_Body_Format)
*p = x
return p
}
func (x Message_InteractiveResponseMessage_Body_Format) String() string {
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
}
func (Message_InteractiveResponseMessage_Body_Format) Descriptor() protoreflect.EnumDescriptor {
return file_waE2E_WAE2E_proto_enumTypes[14].Descriptor()
}
func (Message_InteractiveResponseMessage_Body_Format) Type() protoreflect.EnumType {
return &file_waE2E_WAE2E_proto_enumTypes[14]
}
func (x Message_InteractiveResponseMessage_Body_Format) Number() protoreflect.EnumNumber {
return protoreflect.EnumNumber(x)
}
// Deprecated: Use Message_InteractiveResponseMessage_Body_Format.Descriptor instead.
func (Message_InteractiveResponseMessage_Body_Format) EnumDescriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 10, 0, 0}
}
type Message_InteractiveMessage_ShopMessage_Surface int32
const (
Message_InteractiveMessage_ShopMessage_UNKNOWN_SURFACE Message_InteractiveMessage_ShopMessage_Surface = 0
Message_InteractiveMessage_ShopMessage_FB Message_InteractiveMessage_ShopMessage_Surface = 1
Message_InteractiveMessage_ShopMessage_IG Message_InteractiveMessage_ShopMessage_Surface = 2
Message_InteractiveMessage_ShopMessage_WA Message_InteractiveMessage_ShopMessage_Surface = 3
)
// Enum value maps for Message_InteractiveMessage_ShopMessage_Surface.
var (
Message_InteractiveMessage_ShopMessage_Surface_name = map[int32]string{
0: "UNKNOWN_SURFACE",
1: "FB",
2: "IG",
3: "WA",
}
Message_InteractiveMessage_ShopMessage_Surface_value = map[string]int32{
"UNKNOWN_SURFACE": 0,
"FB": 1,
"IG": 2,
"WA": 3,
}
)
func (x Message_InteractiveMessage_ShopMessage_Surface) Enum() *Message_InteractiveMessage_ShopMessage_Surface {
p := new(Message_InteractiveMessage_ShopMessage_Surface)
*p = x
return p
}
func (x Message_InteractiveMessage_ShopMessage_Surface) String() string {
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
}
func (Message_InteractiveMessage_ShopMessage_Surface) Descriptor() protoreflect.EnumDescriptor {
return file_waE2E_WAE2E_proto_enumTypes[15].Descriptor()
}
func (Message_InteractiveMessage_ShopMessage_Surface) Type() protoreflect.EnumType {
return &file_waE2E_WAE2E_proto_enumTypes[15]
}
func (x Message_InteractiveMessage_ShopMessage_Surface) Number() protoreflect.EnumNumber {
return protoreflect.EnumNumber(x)
}
// Deprecated: Use Message_InteractiveMessage_ShopMessage_Surface.Descriptor instead.
func (Message_InteractiveMessage_ShopMessage_Surface) EnumDescriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 11, 0, 0}
}
type Message_ListResponseMessage_ListType int32
const (
Message_ListResponseMessage_UNKNOWN Message_ListResponseMessage_ListType = 0
Message_ListResponseMessage_SINGLE_SELECT Message_ListResponseMessage_ListType = 1
)
// Enum value maps for Message_ListResponseMessage_ListType.
var (
Message_ListResponseMessage_ListType_name = map[int32]string{
0: "UNKNOWN",
1: "SINGLE_SELECT",
}
Message_ListResponseMessage_ListType_value = map[string]int32{
"UNKNOWN": 0,
"SINGLE_SELECT": 1,
}
)
func (x Message_ListResponseMessage_ListType) Enum() *Message_ListResponseMessage_ListType {
p := new(Message_ListResponseMessage_ListType)
*p = x
return p
}
func (x Message_ListResponseMessage_ListType) String() string {
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
}
func (Message_ListResponseMessage_ListType) Descriptor() protoreflect.EnumDescriptor {
return file_waE2E_WAE2E_proto_enumTypes[16].Descriptor()
}
func (Message_ListResponseMessage_ListType) Type() protoreflect.EnumType {
return &file_waE2E_WAE2E_proto_enumTypes[16]
}
func (x Message_ListResponseMessage_ListType) Number() protoreflect.EnumNumber {
return protoreflect.EnumNumber(x)
}
// Deprecated: Use Message_ListResponseMessage_ListType.Descriptor instead.
func (Message_ListResponseMessage_ListType) EnumDescriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 12, 0}
}
type Message_ListMessage_ListType int32
const (
Message_ListMessage_UNKNOWN Message_ListMessage_ListType = 0
Message_ListMessage_SINGLE_SELECT Message_ListMessage_ListType = 1
Message_ListMessage_PRODUCT_LIST Message_ListMessage_ListType = 2
)
// Enum value maps for Message_ListMessage_ListType.
var (
Message_ListMessage_ListType_name = map[int32]string{
0: "UNKNOWN",
1: "SINGLE_SELECT",
2: "PRODUCT_LIST",
}
Message_ListMessage_ListType_value = map[string]int32{
"UNKNOWN": 0,
"SINGLE_SELECT": 1,
"PRODUCT_LIST": 2,
}
)
func (x Message_ListMessage_ListType) Enum() *Message_ListMessage_ListType {
p := new(Message_ListMessage_ListType)
*p = x
return p
}
func (x Message_ListMessage_ListType) String() string {
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
}
func (Message_ListMessage_ListType) Descriptor() protoreflect.EnumDescriptor {
return file_waE2E_WAE2E_proto_enumTypes[17].Descriptor()
}
func (Message_ListMessage_ListType) Type() protoreflect.EnumType {
return &file_waE2E_WAE2E_proto_enumTypes[17]
}
func (x Message_ListMessage_ListType) Number() protoreflect.EnumNumber {
return protoreflect.EnumNumber(x)
}
// Deprecated: Use Message_ListMessage_ListType.Descriptor instead.
func (Message_ListMessage_ListType) EnumDescriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 13, 0}
}
type Message_OrderMessage_OrderSurface int32
const (
Message_OrderMessage_ORDERSURFACE_UNKNOWN Message_OrderMessage_OrderSurface = 0
Message_OrderMessage_CATALOG Message_OrderMessage_OrderSurface = 1
)
// Enum value maps for Message_OrderMessage_OrderSurface.
var (
Message_OrderMessage_OrderSurface_name = map[int32]string{
0: "ORDERSURFACE_UNKNOWN",
1: "CATALOG",
}
Message_OrderMessage_OrderSurface_value = map[string]int32{
"ORDERSURFACE_UNKNOWN": 0,
"CATALOG": 1,
}
)
func (x Message_OrderMessage_OrderSurface) Enum() *Message_OrderMessage_OrderSurface {
p := new(Message_OrderMessage_OrderSurface)
*p = x
return p
}
func (x Message_OrderMessage_OrderSurface) String() string {
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
}
func (Message_OrderMessage_OrderSurface) Descriptor() protoreflect.EnumDescriptor {
return file_waE2E_WAE2E_proto_enumTypes[18].Descriptor()
}
func (Message_OrderMessage_OrderSurface) Type() protoreflect.EnumType {
return &file_waE2E_WAE2E_proto_enumTypes[18]
}
func (x Message_OrderMessage_OrderSurface) Number() protoreflect.EnumNumber {
return protoreflect.EnumNumber(x)
}
// Deprecated: Use Message_OrderMessage_OrderSurface.Descriptor instead.
func (Message_OrderMessage_OrderSurface) EnumDescriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 14, 0}
}
type Message_OrderMessage_OrderStatus int32
const (
Message_OrderMessage_ORDERSTATUS_UNKNOWN Message_OrderMessage_OrderStatus = 0
Message_OrderMessage_INQUIRY Message_OrderMessage_OrderStatus = 1
Message_OrderMessage_ACCEPTED Message_OrderMessage_OrderStatus = 2
Message_OrderMessage_DECLINED Message_OrderMessage_OrderStatus = 3
)
// Enum value maps for Message_OrderMessage_OrderStatus.
var (
Message_OrderMessage_OrderStatus_name = map[int32]string{
0: "ORDERSTATUS_UNKNOWN",
1: "INQUIRY",
2: "ACCEPTED",
3: "DECLINED",
}
Message_OrderMessage_OrderStatus_value = map[string]int32{
"ORDERSTATUS_UNKNOWN": 0,
"INQUIRY": 1,
"ACCEPTED": 2,
"DECLINED": 3,
}
)
func (x Message_OrderMessage_OrderStatus) Enum() *Message_OrderMessage_OrderStatus {
p := new(Message_OrderMessage_OrderStatus)
*p = x
return p
}
func (x Message_OrderMessage_OrderStatus) String() string {
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
}
func (Message_OrderMessage_OrderStatus) Descriptor() protoreflect.EnumDescriptor {
return file_waE2E_WAE2E_proto_enumTypes[19].Descriptor()
}
func (Message_OrderMessage_OrderStatus) Type() protoreflect.EnumType {
return &file_waE2E_WAE2E_proto_enumTypes[19]
}
func (x Message_OrderMessage_OrderStatus) Number() protoreflect.EnumNumber {
return protoreflect.EnumNumber(x)
}
// Deprecated: Use Message_OrderMessage_OrderStatus.Descriptor instead.
func (Message_OrderMessage_OrderStatus) EnumDescriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 14, 1}
}
type Message_PaymentInviteMessage_ServiceType int32
const (
Message_PaymentInviteMessage_UNKNOWN Message_PaymentInviteMessage_ServiceType = 0
Message_PaymentInviteMessage_FBPAY Message_PaymentInviteMessage_ServiceType = 1
Message_PaymentInviteMessage_NOVI Message_PaymentInviteMessage_ServiceType = 2
Message_PaymentInviteMessage_UPI Message_PaymentInviteMessage_ServiceType = 3
)
// Enum value maps for Message_PaymentInviteMessage_ServiceType.
var (
Message_PaymentInviteMessage_ServiceType_name = map[int32]string{
0: "UNKNOWN",
1: "FBPAY",
2: "NOVI",
3: "UPI",
}
Message_PaymentInviteMessage_ServiceType_value = map[string]int32{
"UNKNOWN": 0,
"FBPAY": 1,
"NOVI": 2,
"UPI": 3,
}
)
func (x Message_PaymentInviteMessage_ServiceType) Enum() *Message_PaymentInviteMessage_ServiceType {
p := new(Message_PaymentInviteMessage_ServiceType)
*p = x
return p
}
func (x Message_PaymentInviteMessage_ServiceType) String() string {
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
}
func (Message_PaymentInviteMessage_ServiceType) Descriptor() protoreflect.EnumDescriptor {
return file_waE2E_WAE2E_proto_enumTypes[20].Descriptor()
}
func (Message_PaymentInviteMessage_ServiceType) Type() protoreflect.EnumType {
return &file_waE2E_WAE2E_proto_enumTypes[20]
}
func (x Message_PaymentInviteMessage_ServiceType) Number() protoreflect.EnumNumber {
return protoreflect.EnumNumber(x)
}
// Deprecated: Use Message_PaymentInviteMessage_ServiceType.Descriptor instead.
func (Message_PaymentInviteMessage_ServiceType) EnumDescriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 15, 0}
}
type Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_CalendarType int32
const (
Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_CALENDARTYPE_UNKNOWN Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_CalendarType = 0
Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_GREGORIAN Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_CalendarType = 1
Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_SOLAR_HIJRI Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_CalendarType = 2
)
// Enum value maps for Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_CalendarType.
var (
Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_CalendarType_name = map[int32]string{
0: "CALENDARTYPE_UNKNOWN",
1: "GREGORIAN",
2: "SOLAR_HIJRI",
}
Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_CalendarType_value = map[string]int32{
"CALENDARTYPE_UNKNOWN": 0,
"GREGORIAN": 1,
"SOLAR_HIJRI": 2,
}
)
func (x Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_CalendarType) Enum() *Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_CalendarType {
p := new(Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_CalendarType)
*p = x
return p
}
func (x Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_CalendarType) String() string {
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
}
func (Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_CalendarType) Descriptor() protoreflect.EnumDescriptor {
return file_waE2E_WAE2E_proto_enumTypes[21].Descriptor()
}
func (Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_CalendarType) Type() protoreflect.EnumType {
return &file_waE2E_WAE2E_proto_enumTypes[21]
}
func (x Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_CalendarType) Number() protoreflect.EnumNumber {
return protoreflect.EnumNumber(x)
}
// Deprecated: Use Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_CalendarType.Descriptor instead.
func (Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_CalendarType) EnumDescriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 16, 0, 0, 0, 0}
}
type Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_DayOfWeekType int32
const (
Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_DAYOFWEEKTYPE_UNKNOWN Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_DayOfWeekType = 0
Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_MONDAY Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_DayOfWeekType = 1
Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_TUESDAY Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_DayOfWeekType = 2
Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_WEDNESDAY Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_DayOfWeekType = 3
Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_THURSDAY Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_DayOfWeekType = 4
Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_FRIDAY Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_DayOfWeekType = 5
Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_SATURDAY Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_DayOfWeekType = 6
Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_SUNDAY Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_DayOfWeekType = 7
)
// Enum value maps for Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_DayOfWeekType.
var (
Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_DayOfWeekType_name = map[int32]string{
0: "DAYOFWEEKTYPE_UNKNOWN",
1: "MONDAY",
2: "TUESDAY",
3: "WEDNESDAY",
4: "THURSDAY",
5: "FRIDAY",
6: "SATURDAY",
7: "SUNDAY",
}
Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_DayOfWeekType_value = map[string]int32{
"DAYOFWEEKTYPE_UNKNOWN": 0,
"MONDAY": 1,
"TUESDAY": 2,
"WEDNESDAY": 3,
"THURSDAY": 4,
"FRIDAY": 5,
"SATURDAY": 6,
"SUNDAY": 7,
}
)
func (x Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_DayOfWeekType) Enum() *Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_DayOfWeekType {
p := new(Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_DayOfWeekType)
*p = x
return p
}
func (x Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_DayOfWeekType) String() string {
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
}
func (Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_DayOfWeekType) Descriptor() protoreflect.EnumDescriptor {
return file_waE2E_WAE2E_proto_enumTypes[22].Descriptor()
}
func (Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_DayOfWeekType) Type() protoreflect.EnumType {
return &file_waE2E_WAE2E_proto_enumTypes[22]
}
func (x Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_DayOfWeekType) Number() protoreflect.EnumNumber {
return protoreflect.EnumNumber(x)
}
// Deprecated: Use Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_DayOfWeekType.Descriptor instead.
func (Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_DayOfWeekType) EnumDescriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 16, 0, 0, 0, 1}
}
type Message_HistorySyncNotification_HistorySyncType int32
const (
Message_HistorySyncNotification_INITIAL_BOOTSTRAP Message_HistorySyncNotification_HistorySyncType = 0
Message_HistorySyncNotification_INITIAL_STATUS_V3 Message_HistorySyncNotification_HistorySyncType = 1
Message_HistorySyncNotification_FULL Message_HistorySyncNotification_HistorySyncType = 2
Message_HistorySyncNotification_RECENT Message_HistorySyncNotification_HistorySyncType = 3
Message_HistorySyncNotification_PUSH_NAME Message_HistorySyncNotification_HistorySyncType = 4
Message_HistorySyncNotification_NON_BLOCKING_DATA Message_HistorySyncNotification_HistorySyncType = 5
Message_HistorySyncNotification_ON_DEMAND Message_HistorySyncNotification_HistorySyncType = 6
)
// Enum value maps for Message_HistorySyncNotification_HistorySyncType.
var (
Message_HistorySyncNotification_HistorySyncType_name = map[int32]string{
0: "INITIAL_BOOTSTRAP",
1: "INITIAL_STATUS_V3",
2: "FULL",
3: "RECENT",
4: "PUSH_NAME",
5: "NON_BLOCKING_DATA",
6: "ON_DEMAND",
}
Message_HistorySyncNotification_HistorySyncType_value = map[string]int32{
"INITIAL_BOOTSTRAP": 0,
"INITIAL_STATUS_V3": 1,
"FULL": 2,
"RECENT": 3,
"PUSH_NAME": 4,
"NON_BLOCKING_DATA": 5,
"ON_DEMAND": 6,
}
)
func (x Message_HistorySyncNotification_HistorySyncType) Enum() *Message_HistorySyncNotification_HistorySyncType {
p := new(Message_HistorySyncNotification_HistorySyncType)
*p = x
return p
}
func (x Message_HistorySyncNotification_HistorySyncType) String() string {
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
}
func (Message_HistorySyncNotification_HistorySyncType) Descriptor() protoreflect.EnumDescriptor {
return file_waE2E_WAE2E_proto_enumTypes[23].Descriptor()
}
func (Message_HistorySyncNotification_HistorySyncType) Type() protoreflect.EnumType {
return &file_waE2E_WAE2E_proto_enumTypes[23]
}
func (x Message_HistorySyncNotification_HistorySyncType) Number() protoreflect.EnumNumber {
return protoreflect.EnumNumber(x)
}
// Deprecated: Use Message_HistorySyncNotification_HistorySyncType.Descriptor instead.
func (Message_HistorySyncNotification_HistorySyncType) EnumDescriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 17, 0}
}
type Message_RequestWelcomeMessageMetadata_LocalChatState int32
const (
Message_RequestWelcomeMessageMetadata_EMPTY Message_RequestWelcomeMessageMetadata_LocalChatState = 0
Message_RequestWelcomeMessageMetadata_NON_EMPTY Message_RequestWelcomeMessageMetadata_LocalChatState = 1
)
// Enum value maps for Message_RequestWelcomeMessageMetadata_LocalChatState.
var (
Message_RequestWelcomeMessageMetadata_LocalChatState_name = map[int32]string{
0: "EMPTY",
1: "NON_EMPTY",
}
Message_RequestWelcomeMessageMetadata_LocalChatState_value = map[string]int32{
"EMPTY": 0,
"NON_EMPTY": 1,
}
)
func (x Message_RequestWelcomeMessageMetadata_LocalChatState) Enum() *Message_RequestWelcomeMessageMetadata_LocalChatState {
p := new(Message_RequestWelcomeMessageMetadata_LocalChatState)
*p = x
return p
}
func (x Message_RequestWelcomeMessageMetadata_LocalChatState) String() string {
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
}
func (Message_RequestWelcomeMessageMetadata_LocalChatState) Descriptor() protoreflect.EnumDescriptor {
return file_waE2E_WAE2E_proto_enumTypes[24].Descriptor()
}
func (Message_RequestWelcomeMessageMetadata_LocalChatState) Type() protoreflect.EnumType {
return &file_waE2E_WAE2E_proto_enumTypes[24]
}
func (x Message_RequestWelcomeMessageMetadata_LocalChatState) Number() protoreflect.EnumNumber {
return protoreflect.EnumNumber(x)
}
// Deprecated: Use Message_RequestWelcomeMessageMetadata_LocalChatState.Descriptor instead.
func (Message_RequestWelcomeMessageMetadata_LocalChatState) EnumDescriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 18, 0}
}
type Message_ProtocolMessage_Type int32
const (
Message_ProtocolMessage_REVOKE Message_ProtocolMessage_Type = 0
Message_ProtocolMessage_EPHEMERAL_SETTING Message_ProtocolMessage_Type = 3
Message_ProtocolMessage_EPHEMERAL_SYNC_RESPONSE Message_ProtocolMessage_Type = 4
Message_ProtocolMessage_HISTORY_SYNC_NOTIFICATION Message_ProtocolMessage_Type = 5
Message_ProtocolMessage_APP_STATE_SYNC_KEY_SHARE Message_ProtocolMessage_Type = 6
Message_ProtocolMessage_APP_STATE_SYNC_KEY_REQUEST Message_ProtocolMessage_Type = 7
Message_ProtocolMessage_MSG_FANOUT_BACKFILL_REQUEST Message_ProtocolMessage_Type = 8
Message_ProtocolMessage_INITIAL_SECURITY_NOTIFICATION_SETTING_SYNC Message_ProtocolMessage_Type = 9
Message_ProtocolMessage_APP_STATE_FATAL_EXCEPTION_NOTIFICATION Message_ProtocolMessage_Type = 10
Message_ProtocolMessage_SHARE_PHONE_NUMBER Message_ProtocolMessage_Type = 11
Message_ProtocolMessage_MESSAGE_EDIT Message_ProtocolMessage_Type = 14
Message_ProtocolMessage_PEER_DATA_OPERATION_REQUEST_MESSAGE Message_ProtocolMessage_Type = 16
Message_ProtocolMessage_PEER_DATA_OPERATION_REQUEST_RESPONSE_MESSAGE Message_ProtocolMessage_Type = 17
Message_ProtocolMessage_REQUEST_WELCOME_MESSAGE Message_ProtocolMessage_Type = 18
Message_ProtocolMessage_BOT_FEEDBACK_MESSAGE Message_ProtocolMessage_Type = 19
Message_ProtocolMessage_MEDIA_NOTIFY_MESSAGE Message_ProtocolMessage_Type = 20
)
// Enum value maps for Message_ProtocolMessage_Type.
var (
Message_ProtocolMessage_Type_name = map[int32]string{
0: "REVOKE",
3: "EPHEMERAL_SETTING",
4: "EPHEMERAL_SYNC_RESPONSE",
5: "HISTORY_SYNC_NOTIFICATION",
6: "APP_STATE_SYNC_KEY_SHARE",
7: "APP_STATE_SYNC_KEY_REQUEST",
8: "MSG_FANOUT_BACKFILL_REQUEST",
9: "INITIAL_SECURITY_NOTIFICATION_SETTING_SYNC",
10: "APP_STATE_FATAL_EXCEPTION_NOTIFICATION",
11: "SHARE_PHONE_NUMBER",
14: "MESSAGE_EDIT",
16: "PEER_DATA_OPERATION_REQUEST_MESSAGE",
17: "PEER_DATA_OPERATION_REQUEST_RESPONSE_MESSAGE",
18: "REQUEST_WELCOME_MESSAGE",
19: "BOT_FEEDBACK_MESSAGE",
20: "MEDIA_NOTIFY_MESSAGE",
}
Message_ProtocolMessage_Type_value = map[string]int32{
"REVOKE": 0,
"EPHEMERAL_SETTING": 3,
"EPHEMERAL_SYNC_RESPONSE": 4,
"HISTORY_SYNC_NOTIFICATION": 5,
"APP_STATE_SYNC_KEY_SHARE": 6,
"APP_STATE_SYNC_KEY_REQUEST": 7,
"MSG_FANOUT_BACKFILL_REQUEST": 8,
"INITIAL_SECURITY_NOTIFICATION_SETTING_SYNC": 9,
"APP_STATE_FATAL_EXCEPTION_NOTIFICATION": 10,
"SHARE_PHONE_NUMBER": 11,
"MESSAGE_EDIT": 14,
"PEER_DATA_OPERATION_REQUEST_MESSAGE": 16,
"PEER_DATA_OPERATION_REQUEST_RESPONSE_MESSAGE": 17,
"REQUEST_WELCOME_MESSAGE": 18,
"BOT_FEEDBACK_MESSAGE": 19,
"MEDIA_NOTIFY_MESSAGE": 20,
}
)
func (x Message_ProtocolMessage_Type) Enum() *Message_ProtocolMessage_Type {
p := new(Message_ProtocolMessage_Type)
*p = x
return p
}
func (x Message_ProtocolMessage_Type) String() string {
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
}
func (Message_ProtocolMessage_Type) Descriptor() protoreflect.EnumDescriptor {
return file_waE2E_WAE2E_proto_enumTypes[25].Descriptor()
}
func (Message_ProtocolMessage_Type) Type() protoreflect.EnumType {
return &file_waE2E_WAE2E_proto_enumTypes[25]
}
func (x Message_ProtocolMessage_Type) Number() protoreflect.EnumNumber {
return protoreflect.EnumNumber(x)
}
// Deprecated: Use Message_ProtocolMessage_Type.Descriptor instead.
func (Message_ProtocolMessage_Type) EnumDescriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 19, 0}
}
type Message_BotFeedbackMessage_BotFeedbackKindMultiplePositive int32
const (
Message_BotFeedbackMessage_BOTFEEDBACKKINDMULTIPLEPOSITIVE_UNKNOWN Message_BotFeedbackMessage_BotFeedbackKindMultiplePositive = 0
Message_BotFeedbackMessage_BOT_FEEDBACK_MULTIPLE_POSITIVE_GENERIC Message_BotFeedbackMessage_BotFeedbackKindMultiplePositive = 1
)
// Enum value maps for Message_BotFeedbackMessage_BotFeedbackKindMultiplePositive.
var (
Message_BotFeedbackMessage_BotFeedbackKindMultiplePositive_name = map[int32]string{
0: "BOTFEEDBACKKINDMULTIPLEPOSITIVE_UNKNOWN",
1: "BOT_FEEDBACK_MULTIPLE_POSITIVE_GENERIC",
}
Message_BotFeedbackMessage_BotFeedbackKindMultiplePositive_value = map[string]int32{
"BOTFEEDBACKKINDMULTIPLEPOSITIVE_UNKNOWN": 0,
"BOT_FEEDBACK_MULTIPLE_POSITIVE_GENERIC": 1,
}
)
func (x Message_BotFeedbackMessage_BotFeedbackKindMultiplePositive) Enum() *Message_BotFeedbackMessage_BotFeedbackKindMultiplePositive {
p := new(Message_BotFeedbackMessage_BotFeedbackKindMultiplePositive)
*p = x
return p
}
func (x Message_BotFeedbackMessage_BotFeedbackKindMultiplePositive) String() string {
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
}
func (Message_BotFeedbackMessage_BotFeedbackKindMultiplePositive) Descriptor() protoreflect.EnumDescriptor {
return file_waE2E_WAE2E_proto_enumTypes[26].Descriptor()
}
func (Message_BotFeedbackMessage_BotFeedbackKindMultiplePositive) Type() protoreflect.EnumType {
return &file_waE2E_WAE2E_proto_enumTypes[26]
}
func (x Message_BotFeedbackMessage_BotFeedbackKindMultiplePositive) Number() protoreflect.EnumNumber {
return protoreflect.EnumNumber(x)
}
// Deprecated: Use Message_BotFeedbackMessage_BotFeedbackKindMultiplePositive.Descriptor instead.
func (Message_BotFeedbackMessage_BotFeedbackKindMultiplePositive) EnumDescriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 20, 0}
}
type Message_BotFeedbackMessage_BotFeedbackKindMultipleNegative int32
const (
Message_BotFeedbackMessage_BOTFEEDBACKKINDMULTIPLENEGATIVE_UNKNOWN Message_BotFeedbackMessage_BotFeedbackKindMultipleNegative = 0
Message_BotFeedbackMessage_BOT_FEEDBACK_MULTIPLE_NEGATIVE_GENERIC Message_BotFeedbackMessage_BotFeedbackKindMultipleNegative = 1
Message_BotFeedbackMessage_BOT_FEEDBACK_MULTIPLE_NEGATIVE_HELPFUL Message_BotFeedbackMessage_BotFeedbackKindMultipleNegative = 2
Message_BotFeedbackMessage_BOT_FEEDBACK_MULTIPLE_NEGATIVE_INTERESTING Message_BotFeedbackMessage_BotFeedbackKindMultipleNegative = 4
Message_BotFeedbackMessage_BOT_FEEDBACK_MULTIPLE_NEGATIVE_ACCURATE Message_BotFeedbackMessage_BotFeedbackKindMultipleNegative = 8
Message_BotFeedbackMessage_BOT_FEEDBACK_MULTIPLE_NEGATIVE_SAFE Message_BotFeedbackMessage_BotFeedbackKindMultipleNegative = 16
Message_BotFeedbackMessage_BOT_FEEDBACK_MULTIPLE_NEGATIVE_OTHER Message_BotFeedbackMessage_BotFeedbackKindMultipleNegative = 32
Message_BotFeedbackMessage_BOT_FEEDBACK_MULTIPLE_NEGATIVE_REFUSED Message_BotFeedbackMessage_BotFeedbackKindMultipleNegative = 64
Message_BotFeedbackMessage_BOT_FEEDBACK_MULTIPLE_NEGATIVE_NOT_VISUALLY_APPEALING Message_BotFeedbackMessage_BotFeedbackKindMultipleNegative = 128
Message_BotFeedbackMessage_BOT_FEEDBACK_MULTIPLE_NEGATIVE_NOT_RELEVANT_TO_TEXT Message_BotFeedbackMessage_BotFeedbackKindMultipleNegative = 256
)
// Enum value maps for Message_BotFeedbackMessage_BotFeedbackKindMultipleNegative.
var (
Message_BotFeedbackMessage_BotFeedbackKindMultipleNegative_name = map[int32]string{
0: "BOTFEEDBACKKINDMULTIPLENEGATIVE_UNKNOWN",
1: "BOT_FEEDBACK_MULTIPLE_NEGATIVE_GENERIC",
2: "BOT_FEEDBACK_MULTIPLE_NEGATIVE_HELPFUL",
4: "BOT_FEEDBACK_MULTIPLE_NEGATIVE_INTERESTING",
8: "BOT_FEEDBACK_MULTIPLE_NEGATIVE_ACCURATE",
16: "BOT_FEEDBACK_MULTIPLE_NEGATIVE_SAFE",
32: "BOT_FEEDBACK_MULTIPLE_NEGATIVE_OTHER",
64: "BOT_FEEDBACK_MULTIPLE_NEGATIVE_REFUSED",
128: "BOT_FEEDBACK_MULTIPLE_NEGATIVE_NOT_VISUALLY_APPEALING",
256: "BOT_FEEDBACK_MULTIPLE_NEGATIVE_NOT_RELEVANT_TO_TEXT",
}
Message_BotFeedbackMessage_BotFeedbackKindMultipleNegative_value = map[string]int32{
"BOTFEEDBACKKINDMULTIPLENEGATIVE_UNKNOWN": 0,
"BOT_FEEDBACK_MULTIPLE_NEGATIVE_GENERIC": 1,
"BOT_FEEDBACK_MULTIPLE_NEGATIVE_HELPFUL": 2,
"BOT_FEEDBACK_MULTIPLE_NEGATIVE_INTERESTING": 4,
"BOT_FEEDBACK_MULTIPLE_NEGATIVE_ACCURATE": 8,
"BOT_FEEDBACK_MULTIPLE_NEGATIVE_SAFE": 16,
"BOT_FEEDBACK_MULTIPLE_NEGATIVE_OTHER": 32,
"BOT_FEEDBACK_MULTIPLE_NEGATIVE_REFUSED": 64,
"BOT_FEEDBACK_MULTIPLE_NEGATIVE_NOT_VISUALLY_APPEALING": 128,
"BOT_FEEDBACK_MULTIPLE_NEGATIVE_NOT_RELEVANT_TO_TEXT": 256,
}
)
func (x Message_BotFeedbackMessage_BotFeedbackKindMultipleNegative) Enum() *Message_BotFeedbackMessage_BotFeedbackKindMultipleNegative {
p := new(Message_BotFeedbackMessage_BotFeedbackKindMultipleNegative)
*p = x
return p
}
func (x Message_BotFeedbackMessage_BotFeedbackKindMultipleNegative) String() string {
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
}
func (Message_BotFeedbackMessage_BotFeedbackKindMultipleNegative) Descriptor() protoreflect.EnumDescriptor {
return file_waE2E_WAE2E_proto_enumTypes[27].Descriptor()
}
func (Message_BotFeedbackMessage_BotFeedbackKindMultipleNegative) Type() protoreflect.EnumType {
return &file_waE2E_WAE2E_proto_enumTypes[27]
}
func (x Message_BotFeedbackMessage_BotFeedbackKindMultipleNegative) Number() protoreflect.EnumNumber {
return protoreflect.EnumNumber(x)
}
// Deprecated: Use Message_BotFeedbackMessage_BotFeedbackKindMultipleNegative.Descriptor instead.
func (Message_BotFeedbackMessage_BotFeedbackKindMultipleNegative) EnumDescriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 20, 1}
}
type Message_BotFeedbackMessage_BotFeedbackKind int32
const (
Message_BotFeedbackMessage_BOT_FEEDBACK_POSITIVE Message_BotFeedbackMessage_BotFeedbackKind = 0
Message_BotFeedbackMessage_BOT_FEEDBACK_NEGATIVE_GENERIC Message_BotFeedbackMessage_BotFeedbackKind = 1
Message_BotFeedbackMessage_BOT_FEEDBACK_NEGATIVE_HELPFUL Message_BotFeedbackMessage_BotFeedbackKind = 2
Message_BotFeedbackMessage_BOT_FEEDBACK_NEGATIVE_INTERESTING Message_BotFeedbackMessage_BotFeedbackKind = 3
Message_BotFeedbackMessage_BOT_FEEDBACK_NEGATIVE_ACCURATE Message_BotFeedbackMessage_BotFeedbackKind = 4
Message_BotFeedbackMessage_BOT_FEEDBACK_NEGATIVE_SAFE Message_BotFeedbackMessage_BotFeedbackKind = 5
Message_BotFeedbackMessage_BOT_FEEDBACK_NEGATIVE_OTHER Message_BotFeedbackMessage_BotFeedbackKind = 6
Message_BotFeedbackMessage_BOT_FEEDBACK_NEGATIVE_REFUSED Message_BotFeedbackMessage_BotFeedbackKind = 7
Message_BotFeedbackMessage_BOT_FEEDBACK_NEGATIVE_NOT_VISUALLY_APPEALING Message_BotFeedbackMessage_BotFeedbackKind = 8
Message_BotFeedbackMessage_BOT_FEEDBACK_NEGATIVE_NOT_RELEVANT_TO_TEXT Message_BotFeedbackMessage_BotFeedbackKind = 9
)
// Enum value maps for Message_BotFeedbackMessage_BotFeedbackKind.
var (
Message_BotFeedbackMessage_BotFeedbackKind_name = map[int32]string{
0: "BOT_FEEDBACK_POSITIVE",
1: "BOT_FEEDBACK_NEGATIVE_GENERIC",
2: "BOT_FEEDBACK_NEGATIVE_HELPFUL",
3: "BOT_FEEDBACK_NEGATIVE_INTERESTING",
4: "BOT_FEEDBACK_NEGATIVE_ACCURATE",
5: "BOT_FEEDBACK_NEGATIVE_SAFE",
6: "BOT_FEEDBACK_NEGATIVE_OTHER",
7: "BOT_FEEDBACK_NEGATIVE_REFUSED",
8: "BOT_FEEDBACK_NEGATIVE_NOT_VISUALLY_APPEALING",
9: "BOT_FEEDBACK_NEGATIVE_NOT_RELEVANT_TO_TEXT",
}
Message_BotFeedbackMessage_BotFeedbackKind_value = map[string]int32{
"BOT_FEEDBACK_POSITIVE": 0,
"BOT_FEEDBACK_NEGATIVE_GENERIC": 1,
"BOT_FEEDBACK_NEGATIVE_HELPFUL": 2,
"BOT_FEEDBACK_NEGATIVE_INTERESTING": 3,
"BOT_FEEDBACK_NEGATIVE_ACCURATE": 4,
"BOT_FEEDBACK_NEGATIVE_SAFE": 5,
"BOT_FEEDBACK_NEGATIVE_OTHER": 6,
"BOT_FEEDBACK_NEGATIVE_REFUSED": 7,
"BOT_FEEDBACK_NEGATIVE_NOT_VISUALLY_APPEALING": 8,
"BOT_FEEDBACK_NEGATIVE_NOT_RELEVANT_TO_TEXT": 9,
}
)
func (x Message_BotFeedbackMessage_BotFeedbackKind) Enum() *Message_BotFeedbackMessage_BotFeedbackKind {
p := new(Message_BotFeedbackMessage_BotFeedbackKind)
*p = x
return p
}
func (x Message_BotFeedbackMessage_BotFeedbackKind) String() string {
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
}
func (Message_BotFeedbackMessage_BotFeedbackKind) Descriptor() protoreflect.EnumDescriptor {
return file_waE2E_WAE2E_proto_enumTypes[28].Descriptor()
}
func (Message_BotFeedbackMessage_BotFeedbackKind) Type() protoreflect.EnumType {
return &file_waE2E_WAE2E_proto_enumTypes[28]
}
func (x Message_BotFeedbackMessage_BotFeedbackKind) Number() protoreflect.EnumNumber {
return protoreflect.EnumNumber(x)
}
// Deprecated: Use Message_BotFeedbackMessage_BotFeedbackKind.Descriptor instead.
func (Message_BotFeedbackMessage_BotFeedbackKind) EnumDescriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 20, 2}
}
type Message_VideoMessage_Attribution int32
const (
Message_VideoMessage_NONE Message_VideoMessage_Attribution = 0
Message_VideoMessage_GIPHY Message_VideoMessage_Attribution = 1
Message_VideoMessage_TENOR Message_VideoMessage_Attribution = 2
)
// Enum value maps for Message_VideoMessage_Attribution.
var (
Message_VideoMessage_Attribution_name = map[int32]string{
0: "NONE",
1: "GIPHY",
2: "TENOR",
}
Message_VideoMessage_Attribution_value = map[string]int32{
"NONE": 0,
"GIPHY": 1,
"TENOR": 2,
}
)
func (x Message_VideoMessage_Attribution) Enum() *Message_VideoMessage_Attribution {
p := new(Message_VideoMessage_Attribution)
*p = x
return p
}
func (x Message_VideoMessage_Attribution) String() string {
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
}
func (Message_VideoMessage_Attribution) Descriptor() protoreflect.EnumDescriptor {
return file_waE2E_WAE2E_proto_enumTypes[29].Descriptor()
}
func (Message_VideoMessage_Attribution) Type() protoreflect.EnumType {
return &file_waE2E_WAE2E_proto_enumTypes[29]
}
func (x Message_VideoMessage_Attribution) Number() protoreflect.EnumNumber {
return protoreflect.EnumNumber(x)
}
// Deprecated: Use Message_VideoMessage_Attribution.Descriptor instead.
func (Message_VideoMessage_Attribution) EnumDescriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 21, 0}
}
type Message_ExtendedTextMessage_InviteLinkGroupType int32
const (
Message_ExtendedTextMessage_DEFAULT Message_ExtendedTextMessage_InviteLinkGroupType = 0
Message_ExtendedTextMessage_PARENT Message_ExtendedTextMessage_InviteLinkGroupType = 1
Message_ExtendedTextMessage_SUB Message_ExtendedTextMessage_InviteLinkGroupType = 2
Message_ExtendedTextMessage_DEFAULT_SUB Message_ExtendedTextMessage_InviteLinkGroupType = 3
)
// Enum value maps for Message_ExtendedTextMessage_InviteLinkGroupType.
var (
Message_ExtendedTextMessage_InviteLinkGroupType_name = map[int32]string{
0: "DEFAULT",
1: "PARENT",
2: "SUB",
3: "DEFAULT_SUB",
}
Message_ExtendedTextMessage_InviteLinkGroupType_value = map[string]int32{
"DEFAULT": 0,
"PARENT": 1,
"SUB": 2,
"DEFAULT_SUB": 3,
}
)
func (x Message_ExtendedTextMessage_InviteLinkGroupType) Enum() *Message_ExtendedTextMessage_InviteLinkGroupType {
p := new(Message_ExtendedTextMessage_InviteLinkGroupType)
*p = x
return p
}
func (x Message_ExtendedTextMessage_InviteLinkGroupType) String() string {
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
}
func (Message_ExtendedTextMessage_InviteLinkGroupType) Descriptor() protoreflect.EnumDescriptor {
return file_waE2E_WAE2E_proto_enumTypes[30].Descriptor()
}
func (Message_ExtendedTextMessage_InviteLinkGroupType) Type() protoreflect.EnumType {
return &file_waE2E_WAE2E_proto_enumTypes[30]
}
func (x Message_ExtendedTextMessage_InviteLinkGroupType) Number() protoreflect.EnumNumber {
return protoreflect.EnumNumber(x)
}
// Deprecated: Use Message_ExtendedTextMessage_InviteLinkGroupType.Descriptor instead.
func (Message_ExtendedTextMessage_InviteLinkGroupType) EnumDescriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 22, 0}
}
type Message_ExtendedTextMessage_PreviewType int32
const (
Message_ExtendedTextMessage_NONE Message_ExtendedTextMessage_PreviewType = 0
Message_ExtendedTextMessage_VIDEO Message_ExtendedTextMessage_PreviewType = 1
Message_ExtendedTextMessage_PLACEHOLDER Message_ExtendedTextMessage_PreviewType = 4
Message_ExtendedTextMessage_IMAGE Message_ExtendedTextMessage_PreviewType = 5
)
// Enum value maps for Message_ExtendedTextMessage_PreviewType.
var (
Message_ExtendedTextMessage_PreviewType_name = map[int32]string{
0: "NONE",
1: "VIDEO",
4: "PLACEHOLDER",
5: "IMAGE",
}
Message_ExtendedTextMessage_PreviewType_value = map[string]int32{
"NONE": 0,
"VIDEO": 1,
"PLACEHOLDER": 4,
"IMAGE": 5,
}
)
func (x Message_ExtendedTextMessage_PreviewType) Enum() *Message_ExtendedTextMessage_PreviewType {
p := new(Message_ExtendedTextMessage_PreviewType)
*p = x
return p
}
func (x Message_ExtendedTextMessage_PreviewType) String() string {
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
}
func (Message_ExtendedTextMessage_PreviewType) Descriptor() protoreflect.EnumDescriptor {
return file_waE2E_WAE2E_proto_enumTypes[31].Descriptor()
}
func (Message_ExtendedTextMessage_PreviewType) Type() protoreflect.EnumType {
return &file_waE2E_WAE2E_proto_enumTypes[31]
}
func (x Message_ExtendedTextMessage_PreviewType) Number() protoreflect.EnumNumber {
return protoreflect.EnumNumber(x)
}
// Deprecated: Use Message_ExtendedTextMessage_PreviewType.Descriptor instead.
func (Message_ExtendedTextMessage_PreviewType) EnumDescriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 22, 1}
}
type Message_ExtendedTextMessage_FontType int32
const (
Message_ExtendedTextMessage_SYSTEM Message_ExtendedTextMessage_FontType = 0
Message_ExtendedTextMessage_SYSTEM_TEXT Message_ExtendedTextMessage_FontType = 1
Message_ExtendedTextMessage_FB_SCRIPT Message_ExtendedTextMessage_FontType = 2
Message_ExtendedTextMessage_SYSTEM_BOLD Message_ExtendedTextMessage_FontType = 6
Message_ExtendedTextMessage_MORNINGBREEZE_REGULAR Message_ExtendedTextMessage_FontType = 7
Message_ExtendedTextMessage_CALISTOGA_REGULAR Message_ExtendedTextMessage_FontType = 8
Message_ExtendedTextMessage_EXO2_EXTRABOLD Message_ExtendedTextMessage_FontType = 9
Message_ExtendedTextMessage_COURIERPRIME_BOLD Message_ExtendedTextMessage_FontType = 10
)
// Enum value maps for Message_ExtendedTextMessage_FontType.
var (
Message_ExtendedTextMessage_FontType_name = map[int32]string{
0: "SYSTEM",
1: "SYSTEM_TEXT",
2: "FB_SCRIPT",
6: "SYSTEM_BOLD",
7: "MORNINGBREEZE_REGULAR",
8: "CALISTOGA_REGULAR",
9: "EXO2_EXTRABOLD",
10: "COURIERPRIME_BOLD",
}
Message_ExtendedTextMessage_FontType_value = map[string]int32{
"SYSTEM": 0,
"SYSTEM_TEXT": 1,
"FB_SCRIPT": 2,
"SYSTEM_BOLD": 6,
"MORNINGBREEZE_REGULAR": 7,
"CALISTOGA_REGULAR": 8,
"EXO2_EXTRABOLD": 9,
"COURIERPRIME_BOLD": 10,
}
)
func (x Message_ExtendedTextMessage_FontType) Enum() *Message_ExtendedTextMessage_FontType {
p := new(Message_ExtendedTextMessage_FontType)
*p = x
return p
}
func (x Message_ExtendedTextMessage_FontType) String() string {
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
}
func (Message_ExtendedTextMessage_FontType) Descriptor() protoreflect.EnumDescriptor {
return file_waE2E_WAE2E_proto_enumTypes[32].Descriptor()
}
func (Message_ExtendedTextMessage_FontType) Type() protoreflect.EnumType {
return &file_waE2E_WAE2E_proto_enumTypes[32]
}
func (x Message_ExtendedTextMessage_FontType) Number() protoreflect.EnumNumber {
return protoreflect.EnumNumber(x)
}
// Deprecated: Use Message_ExtendedTextMessage_FontType.Descriptor instead.
func (Message_ExtendedTextMessage_FontType) EnumDescriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 22, 2}
}
type Message_InvoiceMessage_AttachmentType int32
const (
Message_InvoiceMessage_IMAGE Message_InvoiceMessage_AttachmentType = 0
Message_InvoiceMessage_PDF Message_InvoiceMessage_AttachmentType = 1
)
// Enum value maps for Message_InvoiceMessage_AttachmentType.
var (
Message_InvoiceMessage_AttachmentType_name = map[int32]string{
0: "IMAGE",
1: "PDF",
}
Message_InvoiceMessage_AttachmentType_value = map[string]int32{
"IMAGE": 0,
"PDF": 1,
}
)
func (x Message_InvoiceMessage_AttachmentType) Enum() *Message_InvoiceMessage_AttachmentType {
p := new(Message_InvoiceMessage_AttachmentType)
*p = x
return p
}
func (x Message_InvoiceMessage_AttachmentType) String() string {
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
}
func (Message_InvoiceMessage_AttachmentType) Descriptor() protoreflect.EnumDescriptor {
return file_waE2E_WAE2E_proto_enumTypes[33].Descriptor()
}
func (Message_InvoiceMessage_AttachmentType) Type() protoreflect.EnumType {
return &file_waE2E_WAE2E_proto_enumTypes[33]
}
func (x Message_InvoiceMessage_AttachmentType) Number() protoreflect.EnumNumber {
return protoreflect.EnumNumber(x)
}
// Deprecated: Use Message_InvoiceMessage_AttachmentType.Descriptor instead.
func (Message_InvoiceMessage_AttachmentType) EnumDescriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 23, 0}
}
type ContextInfo_ForwardedNewsletterMessageInfo_ContentType int32
const (
ContextInfo_ForwardedNewsletterMessageInfo_CONTENTTYPE_UNKNOWN ContextInfo_ForwardedNewsletterMessageInfo_ContentType = 0
ContextInfo_ForwardedNewsletterMessageInfo_UPDATE ContextInfo_ForwardedNewsletterMessageInfo_ContentType = 1
ContextInfo_ForwardedNewsletterMessageInfo_UPDATE_CARD ContextInfo_ForwardedNewsletterMessageInfo_ContentType = 2
ContextInfo_ForwardedNewsletterMessageInfo_LINK_CARD ContextInfo_ForwardedNewsletterMessageInfo_ContentType = 3
)
// Enum value maps for ContextInfo_ForwardedNewsletterMessageInfo_ContentType.
var (
ContextInfo_ForwardedNewsletterMessageInfo_ContentType_name = map[int32]string{
0: "CONTENTTYPE_UNKNOWN",
1: "UPDATE",
2: "UPDATE_CARD",
3: "LINK_CARD",
}
ContextInfo_ForwardedNewsletterMessageInfo_ContentType_value = map[string]int32{
"CONTENTTYPE_UNKNOWN": 0,
"UPDATE": 1,
"UPDATE_CARD": 2,
"LINK_CARD": 3,
}
)
func (x ContextInfo_ForwardedNewsletterMessageInfo_ContentType) Enum() *ContextInfo_ForwardedNewsletterMessageInfo_ContentType {
p := new(ContextInfo_ForwardedNewsletterMessageInfo_ContentType)
*p = x
return p
}
func (x ContextInfo_ForwardedNewsletterMessageInfo_ContentType) String() string {
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
}
func (ContextInfo_ForwardedNewsletterMessageInfo_ContentType) Descriptor() protoreflect.EnumDescriptor {
return file_waE2E_WAE2E_proto_enumTypes[34].Descriptor()
}
func (ContextInfo_ForwardedNewsletterMessageInfo_ContentType) Type() protoreflect.EnumType {
return &file_waE2E_WAE2E_proto_enumTypes[34]
}
func (x ContextInfo_ForwardedNewsletterMessageInfo_ContentType) Number() protoreflect.EnumNumber {
return protoreflect.EnumNumber(x)
}
// Deprecated: Use ContextInfo_ForwardedNewsletterMessageInfo_ContentType.Descriptor instead.
func (ContextInfo_ForwardedNewsletterMessageInfo_ContentType) EnumDescriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{1, 0, 0}
}
type ContextInfo_ExternalAdReplyInfo_MediaType int32
const (
ContextInfo_ExternalAdReplyInfo_NONE ContextInfo_ExternalAdReplyInfo_MediaType = 0
ContextInfo_ExternalAdReplyInfo_IMAGE ContextInfo_ExternalAdReplyInfo_MediaType = 1
ContextInfo_ExternalAdReplyInfo_VIDEO ContextInfo_ExternalAdReplyInfo_MediaType = 2
)
// Enum value maps for ContextInfo_ExternalAdReplyInfo_MediaType.
var (
ContextInfo_ExternalAdReplyInfo_MediaType_name = map[int32]string{
0: "NONE",
1: "IMAGE",
2: "VIDEO",
}
ContextInfo_ExternalAdReplyInfo_MediaType_value = map[string]int32{
"NONE": 0,
"IMAGE": 1,
"VIDEO": 2,
}
)
func (x ContextInfo_ExternalAdReplyInfo_MediaType) Enum() *ContextInfo_ExternalAdReplyInfo_MediaType {
p := new(ContextInfo_ExternalAdReplyInfo_MediaType)
*p = x
return p
}
func (x ContextInfo_ExternalAdReplyInfo_MediaType) String() string {
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
}
func (ContextInfo_ExternalAdReplyInfo_MediaType) Descriptor() protoreflect.EnumDescriptor {
return file_waE2E_WAE2E_proto_enumTypes[35].Descriptor()
}
func (ContextInfo_ExternalAdReplyInfo_MediaType) Type() protoreflect.EnumType {
return &file_waE2E_WAE2E_proto_enumTypes[35]
}
func (x ContextInfo_ExternalAdReplyInfo_MediaType) Number() protoreflect.EnumNumber {
return protoreflect.EnumNumber(x)
}
// Deprecated: Use ContextInfo_ExternalAdReplyInfo_MediaType.Descriptor instead.
func (ContextInfo_ExternalAdReplyInfo_MediaType) EnumDescriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{1, 1, 0}
}
type ContextInfo_AdReplyInfo_MediaType int32
const (
ContextInfo_AdReplyInfo_NONE ContextInfo_AdReplyInfo_MediaType = 0
ContextInfo_AdReplyInfo_IMAGE ContextInfo_AdReplyInfo_MediaType = 1
ContextInfo_AdReplyInfo_VIDEO ContextInfo_AdReplyInfo_MediaType = 2
)
// Enum value maps for ContextInfo_AdReplyInfo_MediaType.
var (
ContextInfo_AdReplyInfo_MediaType_name = map[int32]string{
0: "NONE",
1: "IMAGE",
2: "VIDEO",
}
ContextInfo_AdReplyInfo_MediaType_value = map[string]int32{
"NONE": 0,
"IMAGE": 1,
"VIDEO": 2,
}
)
func (x ContextInfo_AdReplyInfo_MediaType) Enum() *ContextInfo_AdReplyInfo_MediaType {
p := new(ContextInfo_AdReplyInfo_MediaType)
*p = x
return p
}
func (x ContextInfo_AdReplyInfo_MediaType) String() string {
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
}
func (ContextInfo_AdReplyInfo_MediaType) Descriptor() protoreflect.EnumDescriptor {
return file_waE2E_WAE2E_proto_enumTypes[36].Descriptor()
}
func (ContextInfo_AdReplyInfo_MediaType) Type() protoreflect.EnumType {
return &file_waE2E_WAE2E_proto_enumTypes[36]
}
func (x ContextInfo_AdReplyInfo_MediaType) Number() protoreflect.EnumNumber {
return protoreflect.EnumNumber(x)
}
// Deprecated: Use ContextInfo_AdReplyInfo_MediaType.Descriptor instead.
func (ContextInfo_AdReplyInfo_MediaType) EnumDescriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{1, 2, 0}
}
type BotPluginMetadata_PluginType int32
const (
BotPluginMetadata_PLUGINTYPE_UNKNOWN BotPluginMetadata_PluginType = 0
BotPluginMetadata_REELS BotPluginMetadata_PluginType = 1
BotPluginMetadata_SEARCH BotPluginMetadata_PluginType = 2
)
// Enum value maps for BotPluginMetadata_PluginType.
var (
BotPluginMetadata_PluginType_name = map[int32]string{
0: "PLUGINTYPE_UNKNOWN",
1: "REELS",
2: "SEARCH",
}
BotPluginMetadata_PluginType_value = map[string]int32{
"PLUGINTYPE_UNKNOWN": 0,
"REELS": 1,
"SEARCH": 2,
}
)
func (x BotPluginMetadata_PluginType) Enum() *BotPluginMetadata_PluginType {
p := new(BotPluginMetadata_PluginType)
*p = x
return p
}
func (x BotPluginMetadata_PluginType) String() string {
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
}
func (BotPluginMetadata_PluginType) Descriptor() protoreflect.EnumDescriptor {
return file_waE2E_WAE2E_proto_enumTypes[37].Descriptor()
}
func (BotPluginMetadata_PluginType) Type() protoreflect.EnumType {
return &file_waE2E_WAE2E_proto_enumTypes[37]
}
func (x BotPluginMetadata_PluginType) Number() protoreflect.EnumNumber {
return protoreflect.EnumNumber(x)
}
// Deprecated: Use BotPluginMetadata_PluginType.Descriptor instead.
func (BotPluginMetadata_PluginType) EnumDescriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{2, 0}
}
type BotPluginMetadata_SearchProvider int32
const (
BotPluginMetadata_SEARCHPROVIDER_UNKNOWN BotPluginMetadata_SearchProvider = 0
BotPluginMetadata_BING BotPluginMetadata_SearchProvider = 1
BotPluginMetadata_GOOGLE BotPluginMetadata_SearchProvider = 2
)
// Enum value maps for BotPluginMetadata_SearchProvider.
var (
BotPluginMetadata_SearchProvider_name = map[int32]string{
0: "SEARCHPROVIDER_UNKNOWN",
1: "BING",
2: "GOOGLE",
}
BotPluginMetadata_SearchProvider_value = map[string]int32{
"SEARCHPROVIDER_UNKNOWN": 0,
"BING": 1,
"GOOGLE": 2,
}
)
func (x BotPluginMetadata_SearchProvider) Enum() *BotPluginMetadata_SearchProvider {
p := new(BotPluginMetadata_SearchProvider)
*p = x
return p
}
func (x BotPluginMetadata_SearchProvider) String() string {
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
}
func (BotPluginMetadata_SearchProvider) Descriptor() protoreflect.EnumDescriptor {
return file_waE2E_WAE2E_proto_enumTypes[38].Descriptor()
}
func (BotPluginMetadata_SearchProvider) Type() protoreflect.EnumType {
return &file_waE2E_WAE2E_proto_enumTypes[38]
}
func (x BotPluginMetadata_SearchProvider) Number() protoreflect.EnumNumber {
return protoreflect.EnumNumber(x)
}
// Deprecated: Use BotPluginMetadata_SearchProvider.Descriptor instead.
func (BotPluginMetadata_SearchProvider) EnumDescriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{2, 1}
}
type HydratedTemplateButton_HydratedURLButton_WebviewPresentationType int32
const (
HydratedTemplateButton_HydratedURLButton_WEBVIEWPRESENTATIONTYPE_UNKNOWN HydratedTemplateButton_HydratedURLButton_WebviewPresentationType = 0
HydratedTemplateButton_HydratedURLButton_FULL HydratedTemplateButton_HydratedURLButton_WebviewPresentationType = 1
HydratedTemplateButton_HydratedURLButton_TALL HydratedTemplateButton_HydratedURLButton_WebviewPresentationType = 2
HydratedTemplateButton_HydratedURLButton_COMPACT HydratedTemplateButton_HydratedURLButton_WebviewPresentationType = 3
)
// Enum value maps for HydratedTemplateButton_HydratedURLButton_WebviewPresentationType.
var (
HydratedTemplateButton_HydratedURLButton_WebviewPresentationType_name = map[int32]string{
0: "WEBVIEWPRESENTATIONTYPE_UNKNOWN",
1: "FULL",
2: "TALL",
3: "COMPACT",
}
HydratedTemplateButton_HydratedURLButton_WebviewPresentationType_value = map[string]int32{
"WEBVIEWPRESENTATIONTYPE_UNKNOWN": 0,
"FULL": 1,
"TALL": 2,
"COMPACT": 3,
}
)
func (x HydratedTemplateButton_HydratedURLButton_WebviewPresentationType) Enum() *HydratedTemplateButton_HydratedURLButton_WebviewPresentationType {
p := new(HydratedTemplateButton_HydratedURLButton_WebviewPresentationType)
*p = x
return p
}
func (x HydratedTemplateButton_HydratedURLButton_WebviewPresentationType) String() string {
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
}
func (HydratedTemplateButton_HydratedURLButton_WebviewPresentationType) Descriptor() protoreflect.EnumDescriptor {
return file_waE2E_WAE2E_proto_enumTypes[39].Descriptor()
}
func (HydratedTemplateButton_HydratedURLButton_WebviewPresentationType) Type() protoreflect.EnumType {
return &file_waE2E_WAE2E_proto_enumTypes[39]
}
func (x HydratedTemplateButton_HydratedURLButton_WebviewPresentationType) Number() protoreflect.EnumNumber {
return protoreflect.EnumNumber(x)
}
// Deprecated: Use HydratedTemplateButton_HydratedURLButton_WebviewPresentationType.Descriptor instead.
func (HydratedTemplateButton_HydratedURLButton_WebviewPresentationType) EnumDescriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{3, 0, 0}
}
type PaymentBackground_Type int32
const (
PaymentBackground_UNKNOWN PaymentBackground_Type = 0
PaymentBackground_DEFAULT PaymentBackground_Type = 1
)
// Enum value maps for PaymentBackground_Type.
var (
PaymentBackground_Type_name = map[int32]string{
0: "UNKNOWN",
1: "DEFAULT",
}
PaymentBackground_Type_value = map[string]int32{
"UNKNOWN": 0,
"DEFAULT": 1,
}
)
func (x PaymentBackground_Type) Enum() *PaymentBackground_Type {
p := new(PaymentBackground_Type)
*p = x
return p
}
func (x PaymentBackground_Type) String() string {
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
}
func (PaymentBackground_Type) Descriptor() protoreflect.EnumDescriptor {
return file_waE2E_WAE2E_proto_enumTypes[40].Descriptor()
}
func (PaymentBackground_Type) Type() protoreflect.EnumType {
return &file_waE2E_WAE2E_proto_enumTypes[40]
}
func (x PaymentBackground_Type) Number() protoreflect.EnumNumber {
return protoreflect.EnumNumber(x)
}
// Deprecated: Use PaymentBackground_Type.Descriptor instead.
func (PaymentBackground_Type) EnumDescriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{4, 0}
}
type DisappearingMode_Trigger int32
const (
DisappearingMode_UNKNOWN DisappearingMode_Trigger = 0
DisappearingMode_CHAT_SETTING DisappearingMode_Trigger = 1
DisappearingMode_ACCOUNT_SETTING DisappearingMode_Trigger = 2
DisappearingMode_BULK_CHANGE DisappearingMode_Trigger = 3
DisappearingMode_TRIGGER_CHANGED_TO_COEX DisappearingMode_Trigger = 4
)
// Enum value maps for DisappearingMode_Trigger.
var (
DisappearingMode_Trigger_name = map[int32]string{
0: "UNKNOWN",
1: "CHAT_SETTING",
2: "ACCOUNT_SETTING",
3: "BULK_CHANGE",
4: "TRIGGER_CHANGED_TO_COEX",
}
DisappearingMode_Trigger_value = map[string]int32{
"UNKNOWN": 0,
"CHAT_SETTING": 1,
"ACCOUNT_SETTING": 2,
"BULK_CHANGE": 3,
"TRIGGER_CHANGED_TO_COEX": 4,
}
)
func (x DisappearingMode_Trigger) Enum() *DisappearingMode_Trigger {
p := new(DisappearingMode_Trigger)
*p = x
return p
}
func (x DisappearingMode_Trigger) String() string {
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
}
func (DisappearingMode_Trigger) Descriptor() protoreflect.EnumDescriptor {
return file_waE2E_WAE2E_proto_enumTypes[41].Descriptor()
}
func (DisappearingMode_Trigger) Type() protoreflect.EnumType {
return &file_waE2E_WAE2E_proto_enumTypes[41]
}
func (x DisappearingMode_Trigger) Number() protoreflect.EnumNumber {
return protoreflect.EnumNumber(x)
}
// Deprecated: Use DisappearingMode_Trigger.Descriptor instead.
func (DisappearingMode_Trigger) EnumDescriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{5, 0}
}
type DisappearingMode_Initiator int32
const (
DisappearingMode_CHANGED_IN_CHAT DisappearingMode_Initiator = 0
DisappearingMode_INITIATED_BY_ME DisappearingMode_Initiator = 1
DisappearingMode_INITIATED_BY_OTHER DisappearingMode_Initiator = 2
DisappearingMode_CHANGED_TO_COEX DisappearingMode_Initiator = 3
)
// Enum value maps for DisappearingMode_Initiator.
var (
DisappearingMode_Initiator_name = map[int32]string{
0: "CHANGED_IN_CHAT",
1: "INITIATED_BY_ME",
2: "INITIATED_BY_OTHER",
3: "CHANGED_TO_COEX",
}
DisappearingMode_Initiator_value = map[string]int32{
"CHANGED_IN_CHAT": 0,
"INITIATED_BY_ME": 1,
"INITIATED_BY_OTHER": 2,
"CHANGED_TO_COEX": 3,
}
)
func (x DisappearingMode_Initiator) Enum() *DisappearingMode_Initiator {
p := new(DisappearingMode_Initiator)
*p = x
return p
}
func (x DisappearingMode_Initiator) String() string {
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
}
func (DisappearingMode_Initiator) Descriptor() protoreflect.EnumDescriptor {
return file_waE2E_WAE2E_proto_enumTypes[42].Descriptor()
}
func (DisappearingMode_Initiator) Type() protoreflect.EnumType {
return &file_waE2E_WAE2E_proto_enumTypes[42]
}
func (x DisappearingMode_Initiator) Number() protoreflect.EnumNumber {
return protoreflect.EnumNumber(x)
}
// Deprecated: Use DisappearingMode_Initiator.Descriptor instead.
func (DisappearingMode_Initiator) EnumDescriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{5, 1}
}
type Message struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Conversation string `protobuf:"bytes,1,opt,name=conversation,proto3" json:"conversation,omitempty"`
SenderKeyDistributionMessage *Message_SenderKeyDistributionMessage `protobuf:"bytes,2,opt,name=senderKeyDistributionMessage,proto3" json:"senderKeyDistributionMessage,omitempty"`
ImageMessage *Message_ImageMessage `protobuf:"bytes,3,opt,name=imageMessage,proto3" json:"imageMessage,omitempty"`
ContactMessage *Message_ContactMessage `protobuf:"bytes,4,opt,name=contactMessage,proto3" json:"contactMessage,omitempty"`
LocationMessage *Message_LocationMessage `protobuf:"bytes,5,opt,name=locationMessage,proto3" json:"locationMessage,omitempty"`
ExtendedTextMessage *Message_ExtendedTextMessage `protobuf:"bytes,6,opt,name=extendedTextMessage,proto3" json:"extendedTextMessage,omitempty"`
DocumentMessage *Message_DocumentMessage `protobuf:"bytes,7,opt,name=documentMessage,proto3" json:"documentMessage,omitempty"`
AudioMessage *Message_AudioMessage `protobuf:"bytes,8,opt,name=audioMessage,proto3" json:"audioMessage,omitempty"`
VideoMessage *Message_VideoMessage `protobuf:"bytes,9,opt,name=videoMessage,proto3" json:"videoMessage,omitempty"`
Call *Message_Call `protobuf:"bytes,10,opt,name=call,proto3" json:"call,omitempty"`
Chat *Message_Chat `protobuf:"bytes,11,opt,name=chat,proto3" json:"chat,omitempty"`
ProtocolMessage *Message_ProtocolMessage `protobuf:"bytes,12,opt,name=protocolMessage,proto3" json:"protocolMessage,omitempty"`
ContactsArrayMessage *Message_ContactsArrayMessage `protobuf:"bytes,13,opt,name=contactsArrayMessage,proto3" json:"contactsArrayMessage,omitempty"`
HighlyStructuredMessage *Message_HighlyStructuredMessage `protobuf:"bytes,14,opt,name=highlyStructuredMessage,proto3" json:"highlyStructuredMessage,omitempty"`
FastRatchetKeySenderKeyDistributionMessage *Message_SenderKeyDistributionMessage `protobuf:"bytes,15,opt,name=fastRatchetKeySenderKeyDistributionMessage,proto3" json:"fastRatchetKeySenderKeyDistributionMessage,omitempty"`
SendPaymentMessage *Message_SendPaymentMessage `protobuf:"bytes,16,opt,name=sendPaymentMessage,proto3" json:"sendPaymentMessage,omitempty"`
LiveLocationMessage *Message_LiveLocationMessage `protobuf:"bytes,18,opt,name=liveLocationMessage,proto3" json:"liveLocationMessage,omitempty"`
RequestPaymentMessage *Message_RequestPaymentMessage `protobuf:"bytes,22,opt,name=requestPaymentMessage,proto3" json:"requestPaymentMessage,omitempty"`
DeclinePaymentRequestMessage *Message_DeclinePaymentRequestMessage `protobuf:"bytes,23,opt,name=declinePaymentRequestMessage,proto3" json:"declinePaymentRequestMessage,omitempty"`
CancelPaymentRequestMessage *Message_CancelPaymentRequestMessage `protobuf:"bytes,24,opt,name=cancelPaymentRequestMessage,proto3" json:"cancelPaymentRequestMessage,omitempty"`
TemplateMessage *Message_TemplateMessage `protobuf:"bytes,25,opt,name=templateMessage,proto3" json:"templateMessage,omitempty"`
StickerMessage *Message_StickerMessage `protobuf:"bytes,26,opt,name=stickerMessage,proto3" json:"stickerMessage,omitempty"`
GroupInviteMessage *Message_GroupInviteMessage `protobuf:"bytes,28,opt,name=groupInviteMessage,proto3" json:"groupInviteMessage,omitempty"`
TemplateButtonReplyMessage *Message_TemplateButtonReplyMessage `protobuf:"bytes,29,opt,name=templateButtonReplyMessage,proto3" json:"templateButtonReplyMessage,omitempty"`
ProductMessage *Message_ProductMessage `protobuf:"bytes,30,opt,name=productMessage,proto3" json:"productMessage,omitempty"`
DeviceSentMessage *Message_DeviceSentMessage `protobuf:"bytes,31,opt,name=deviceSentMessage,proto3" json:"deviceSentMessage,omitempty"`
MessageContextInfo *MessageContextInfo `protobuf:"bytes,35,opt,name=messageContextInfo,proto3" json:"messageContextInfo,omitempty"`
ListMessage *Message_ListMessage `protobuf:"bytes,36,opt,name=listMessage,proto3" json:"listMessage,omitempty"`
ViewOnceMessage *Message_FutureProofMessage `protobuf:"bytes,37,opt,name=viewOnceMessage,proto3" json:"viewOnceMessage,omitempty"`
OrderMessage *Message_OrderMessage `protobuf:"bytes,38,opt,name=orderMessage,proto3" json:"orderMessage,omitempty"`
ListResponseMessage *Message_ListResponseMessage `protobuf:"bytes,39,opt,name=listResponseMessage,proto3" json:"listResponseMessage,omitempty"`
EphemeralMessage *Message_FutureProofMessage `protobuf:"bytes,40,opt,name=ephemeralMessage,proto3" json:"ephemeralMessage,omitempty"`
InvoiceMessage *Message_InvoiceMessage `protobuf:"bytes,41,opt,name=invoiceMessage,proto3" json:"invoiceMessage,omitempty"`
ButtonsMessage *Message_ButtonsMessage `protobuf:"bytes,42,opt,name=buttonsMessage,proto3" json:"buttonsMessage,omitempty"`
ButtonsResponseMessage *Message_ButtonsResponseMessage `protobuf:"bytes,43,opt,name=buttonsResponseMessage,proto3" json:"buttonsResponseMessage,omitempty"`
PaymentInviteMessage *Message_PaymentInviteMessage `protobuf:"bytes,44,opt,name=paymentInviteMessage,proto3" json:"paymentInviteMessage,omitempty"`
InteractiveMessage *Message_InteractiveMessage `protobuf:"bytes,45,opt,name=interactiveMessage,proto3" json:"interactiveMessage,omitempty"`
ReactionMessage *Message_ReactionMessage `protobuf:"bytes,46,opt,name=reactionMessage,proto3" json:"reactionMessage,omitempty"`
StickerSyncRmrMessage *Message_StickerSyncRMRMessage `protobuf:"bytes,47,opt,name=stickerSyncRmrMessage,proto3" json:"stickerSyncRmrMessage,omitempty"`
InteractiveResponseMessage *Message_InteractiveResponseMessage `protobuf:"bytes,48,opt,name=interactiveResponseMessage,proto3" json:"interactiveResponseMessage,omitempty"`
PollCreationMessage *Message_PollCreationMessage `protobuf:"bytes,49,opt,name=pollCreationMessage,proto3" json:"pollCreationMessage,omitempty"`
PollUpdateMessage *Message_PollUpdateMessage `protobuf:"bytes,50,opt,name=pollUpdateMessage,proto3" json:"pollUpdateMessage,omitempty"`
KeepInChatMessage *Message_KeepInChatMessage `protobuf:"bytes,51,opt,name=keepInChatMessage,proto3" json:"keepInChatMessage,omitempty"`
DocumentWithCaptionMessage *Message_FutureProofMessage `protobuf:"bytes,53,opt,name=documentWithCaptionMessage,proto3" json:"documentWithCaptionMessage,omitempty"`
RequestPhoneNumberMessage *Message_RequestPhoneNumberMessage `protobuf:"bytes,54,opt,name=requestPhoneNumberMessage,proto3" json:"requestPhoneNumberMessage,omitempty"`
ViewOnceMessageV2 *Message_FutureProofMessage `protobuf:"bytes,55,opt,name=viewOnceMessageV2,proto3" json:"viewOnceMessageV2,omitempty"`
EncReactionMessage *Message_EncReactionMessage `protobuf:"bytes,56,opt,name=encReactionMessage,proto3" json:"encReactionMessage,omitempty"`
EditedMessage *Message_FutureProofMessage `protobuf:"bytes,58,opt,name=editedMessage,proto3" json:"editedMessage,omitempty"`
ViewOnceMessageV2Extension *Message_FutureProofMessage `protobuf:"bytes,59,opt,name=viewOnceMessageV2Extension,proto3" json:"viewOnceMessageV2Extension,omitempty"`
PollCreationMessageV2 *Message_PollCreationMessage `protobuf:"bytes,60,opt,name=pollCreationMessageV2,proto3" json:"pollCreationMessageV2,omitempty"`
ScheduledCallCreationMessage *Message_ScheduledCallCreationMessage `protobuf:"bytes,61,opt,name=scheduledCallCreationMessage,proto3" json:"scheduledCallCreationMessage,omitempty"`
GroupMentionedMessage *Message_FutureProofMessage `protobuf:"bytes,62,opt,name=groupMentionedMessage,proto3" json:"groupMentionedMessage,omitempty"`
PinInChatMessage *Message_PinInChatMessage `protobuf:"bytes,63,opt,name=pinInChatMessage,proto3" json:"pinInChatMessage,omitempty"`
PollCreationMessageV3 *Message_PollCreationMessage `protobuf:"bytes,64,opt,name=pollCreationMessageV3,proto3" json:"pollCreationMessageV3,omitempty"`
ScheduledCallEditMessage *Message_ScheduledCallEditMessage `protobuf:"bytes,65,opt,name=scheduledCallEditMessage,proto3" json:"scheduledCallEditMessage,omitempty"`
PtvMessage *Message_VideoMessage `protobuf:"bytes,66,opt,name=ptvMessage,proto3" json:"ptvMessage,omitempty"`
BotInvokeMessage *Message_FutureProofMessage `protobuf:"bytes,67,opt,name=botInvokeMessage,proto3" json:"botInvokeMessage,omitempty"`
CallLogMesssage *Message_CallLogMessage `protobuf:"bytes,69,opt,name=callLogMesssage,proto3" json:"callLogMesssage,omitempty"`
MessageHistoryBundle *Message_MessageHistoryBundle `protobuf:"bytes,70,opt,name=messageHistoryBundle,proto3" json:"messageHistoryBundle,omitempty"`
EncCommentMessage *Message_EncCommentMessage `protobuf:"bytes,71,opt,name=encCommentMessage,proto3" json:"encCommentMessage,omitempty"`
BcallMessage *Message_BCallMessage `protobuf:"bytes,72,opt,name=bcallMessage,proto3" json:"bcallMessage,omitempty"`
LottieStickerMessage *Message_FutureProofMessage `protobuf:"bytes,74,opt,name=lottieStickerMessage,proto3" json:"lottieStickerMessage,omitempty"`
EventMessage *Message_EventMessage `protobuf:"bytes,75,opt,name=eventMessage,proto3" json:"eventMessage,omitempty"`
EncEventResponseMessage *Message_EncEventResponseMessage `protobuf:"bytes,76,opt,name=encEventResponseMessage,proto3" json:"encEventResponseMessage,omitempty"`
CommentMessage *Message_CommentMessage `protobuf:"bytes,77,opt,name=commentMessage,proto3" json:"commentMessage,omitempty"`
NewsletterAdminInviteMessage *Message_NewsletterAdminInviteMessage `protobuf:"bytes,78,opt,name=newsletterAdminInviteMessage,proto3" json:"newsletterAdminInviteMessage,omitempty"`
ExtendedTextMessageWithParentKey *Message_ExtendedTextMessageWithParentKey `protobuf:"bytes,79,opt,name=extendedTextMessageWithParentKey,proto3" json:"extendedTextMessageWithParentKey,omitempty"`
PlaceholderMessage *Message_PlaceholderMessage `protobuf:"bytes,80,opt,name=placeholderMessage,proto3" json:"placeholderMessage,omitempty"`
}
func (x *Message) Reset() {
*x = Message{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[0]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Message) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Message) ProtoMessage() {}
func (x *Message) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_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 Message.ProtoReflect.Descriptor instead.
func (*Message) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0}
}
func (x *Message) GetConversation() string {
if x != nil {
return x.Conversation
}
return ""
}
func (x *Message) GetSenderKeyDistributionMessage() *Message_SenderKeyDistributionMessage {
if x != nil {
return x.SenderKeyDistributionMessage
}
return nil
}
func (x *Message) GetImageMessage() *Message_ImageMessage {
if x != nil {
return x.ImageMessage
}
return nil
}
func (x *Message) GetContactMessage() *Message_ContactMessage {
if x != nil {
return x.ContactMessage
}
return nil
}
func (x *Message) GetLocationMessage() *Message_LocationMessage {
if x != nil {
return x.LocationMessage
}
return nil
}
func (x *Message) GetExtendedTextMessage() *Message_ExtendedTextMessage {
if x != nil {
return x.ExtendedTextMessage
}
return nil
}
func (x *Message) GetDocumentMessage() *Message_DocumentMessage {
if x != nil {
return x.DocumentMessage
}
return nil
}
func (x *Message) GetAudioMessage() *Message_AudioMessage {
if x != nil {
return x.AudioMessage
}
return nil
}
func (x *Message) GetVideoMessage() *Message_VideoMessage {
if x != nil {
return x.VideoMessage
}
return nil
}
func (x *Message) GetCall() *Message_Call {
if x != nil {
return x.Call
}
return nil
}
func (x *Message) GetChat() *Message_Chat {
if x != nil {
return x.Chat
}
return nil
}
func (x *Message) GetProtocolMessage() *Message_ProtocolMessage {
if x != nil {
return x.ProtocolMessage
}
return nil
}
func (x *Message) GetContactsArrayMessage() *Message_ContactsArrayMessage {
if x != nil {
return x.ContactsArrayMessage
}
return nil
}
func (x *Message) GetHighlyStructuredMessage() *Message_HighlyStructuredMessage {
if x != nil {
return x.HighlyStructuredMessage
}
return nil
}
func (x *Message) GetFastRatchetKeySenderKeyDistributionMessage() *Message_SenderKeyDistributionMessage {
if x != nil {
return x.FastRatchetKeySenderKeyDistributionMessage
}
return nil
}
func (x *Message) GetSendPaymentMessage() *Message_SendPaymentMessage {
if x != nil {
return x.SendPaymentMessage
}
return nil
}
func (x *Message) GetLiveLocationMessage() *Message_LiveLocationMessage {
if x != nil {
return x.LiveLocationMessage
}
return nil
}
func (x *Message) GetRequestPaymentMessage() *Message_RequestPaymentMessage {
if x != nil {
return x.RequestPaymentMessage
}
return nil
}
func (x *Message) GetDeclinePaymentRequestMessage() *Message_DeclinePaymentRequestMessage {
if x != nil {
return x.DeclinePaymentRequestMessage
}
return nil
}
func (x *Message) GetCancelPaymentRequestMessage() *Message_CancelPaymentRequestMessage {
if x != nil {
return x.CancelPaymentRequestMessage
}
return nil
}
func (x *Message) GetTemplateMessage() *Message_TemplateMessage {
if x != nil {
return x.TemplateMessage
}
return nil
}
func (x *Message) GetStickerMessage() *Message_StickerMessage {
if x != nil {
return x.StickerMessage
}
return nil
}
func (x *Message) GetGroupInviteMessage() *Message_GroupInviteMessage {
if x != nil {
return x.GroupInviteMessage
}
return nil
}
func (x *Message) GetTemplateButtonReplyMessage() *Message_TemplateButtonReplyMessage {
if x != nil {
return x.TemplateButtonReplyMessage
}
return nil
}
func (x *Message) GetProductMessage() *Message_ProductMessage {
if x != nil {
return x.ProductMessage
}
return nil
}
func (x *Message) GetDeviceSentMessage() *Message_DeviceSentMessage {
if x != nil {
return x.DeviceSentMessage
}
return nil
}
func (x *Message) GetMessageContextInfo() *MessageContextInfo {
if x != nil {
return x.MessageContextInfo
}
return nil
}
func (x *Message) GetListMessage() *Message_ListMessage {
if x != nil {
return x.ListMessage
}
return nil
}
func (x *Message) GetViewOnceMessage() *Message_FutureProofMessage {
if x != nil {
return x.ViewOnceMessage
}
return nil
}
func (x *Message) GetOrderMessage() *Message_OrderMessage {
if x != nil {
return x.OrderMessage
}
return nil
}
func (x *Message) GetListResponseMessage() *Message_ListResponseMessage {
if x != nil {
return x.ListResponseMessage
}
return nil
}
func (x *Message) GetEphemeralMessage() *Message_FutureProofMessage {
if x != nil {
return x.EphemeralMessage
}
return nil
}
func (x *Message) GetInvoiceMessage() *Message_InvoiceMessage {
if x != nil {
return x.InvoiceMessage
}
return nil
}
func (x *Message) GetButtonsMessage() *Message_ButtonsMessage {
if x != nil {
return x.ButtonsMessage
}
return nil
}
func (x *Message) GetButtonsResponseMessage() *Message_ButtonsResponseMessage {
if x != nil {
return x.ButtonsResponseMessage
}
return nil
}
func (x *Message) GetPaymentInviteMessage() *Message_PaymentInviteMessage {
if x != nil {
return x.PaymentInviteMessage
}
return nil
}
func (x *Message) GetInteractiveMessage() *Message_InteractiveMessage {
if x != nil {
return x.InteractiveMessage
}
return nil
}
func (x *Message) GetReactionMessage() *Message_ReactionMessage {
if x != nil {
return x.ReactionMessage
}
return nil
}
func (x *Message) GetStickerSyncRmrMessage() *Message_StickerSyncRMRMessage {
if x != nil {
return x.StickerSyncRmrMessage
}
return nil
}
func (x *Message) GetInteractiveResponseMessage() *Message_InteractiveResponseMessage {
if x != nil {
return x.InteractiveResponseMessage
}
return nil
}
func (x *Message) GetPollCreationMessage() *Message_PollCreationMessage {
if x != nil {
return x.PollCreationMessage
}
return nil
}
func (x *Message) GetPollUpdateMessage() *Message_PollUpdateMessage {
if x != nil {
return x.PollUpdateMessage
}
return nil
}
func (x *Message) GetKeepInChatMessage() *Message_KeepInChatMessage {
if x != nil {
return x.KeepInChatMessage
}
return nil
}
func (x *Message) GetDocumentWithCaptionMessage() *Message_FutureProofMessage {
if x != nil {
return x.DocumentWithCaptionMessage
}
return nil
}
func (x *Message) GetRequestPhoneNumberMessage() *Message_RequestPhoneNumberMessage {
if x != nil {
return x.RequestPhoneNumberMessage
}
return nil
}
func (x *Message) GetViewOnceMessageV2() *Message_FutureProofMessage {
if x != nil {
return x.ViewOnceMessageV2
}
return nil
}
func (x *Message) GetEncReactionMessage() *Message_EncReactionMessage {
if x != nil {
return x.EncReactionMessage
}
return nil
}
func (x *Message) GetEditedMessage() *Message_FutureProofMessage {
if x != nil {
return x.EditedMessage
}
return nil
}
func (x *Message) GetViewOnceMessageV2Extension() *Message_FutureProofMessage {
if x != nil {
return x.ViewOnceMessageV2Extension
}
return nil
}
func (x *Message) GetPollCreationMessageV2() *Message_PollCreationMessage {
if x != nil {
return x.PollCreationMessageV2
}
return nil
}
func (x *Message) GetScheduledCallCreationMessage() *Message_ScheduledCallCreationMessage {
if x != nil {
return x.ScheduledCallCreationMessage
}
return nil
}
func (x *Message) GetGroupMentionedMessage() *Message_FutureProofMessage {
if x != nil {
return x.GroupMentionedMessage
}
return nil
}
func (x *Message) GetPinInChatMessage() *Message_PinInChatMessage {
if x != nil {
return x.PinInChatMessage
}
return nil
}
func (x *Message) GetPollCreationMessageV3() *Message_PollCreationMessage {
if x != nil {
return x.PollCreationMessageV3
}
return nil
}
func (x *Message) GetScheduledCallEditMessage() *Message_ScheduledCallEditMessage {
if x != nil {
return x.ScheduledCallEditMessage
}
return nil
}
func (x *Message) GetPtvMessage() *Message_VideoMessage {
if x != nil {
return x.PtvMessage
}
return nil
}
func (x *Message) GetBotInvokeMessage() *Message_FutureProofMessage {
if x != nil {
return x.BotInvokeMessage
}
return nil
}
func (x *Message) GetCallLogMesssage() *Message_CallLogMessage {
if x != nil {
return x.CallLogMesssage
}
return nil
}
func (x *Message) GetMessageHistoryBundle() *Message_MessageHistoryBundle {
if x != nil {
return x.MessageHistoryBundle
}
return nil
}
func (x *Message) GetEncCommentMessage() *Message_EncCommentMessage {
if x != nil {
return x.EncCommentMessage
}
return nil
}
func (x *Message) GetBcallMessage() *Message_BCallMessage {
if x != nil {
return x.BcallMessage
}
return nil
}
func (x *Message) GetLottieStickerMessage() *Message_FutureProofMessage {
if x != nil {
return x.LottieStickerMessage
}
return nil
}
func (x *Message) GetEventMessage() *Message_EventMessage {
if x != nil {
return x.EventMessage
}
return nil
}
func (x *Message) GetEncEventResponseMessage() *Message_EncEventResponseMessage {
if x != nil {
return x.EncEventResponseMessage
}
return nil
}
func (x *Message) GetCommentMessage() *Message_CommentMessage {
if x != nil {
return x.CommentMessage
}
return nil
}
func (x *Message) GetNewsletterAdminInviteMessage() *Message_NewsletterAdminInviteMessage {
if x != nil {
return x.NewsletterAdminInviteMessage
}
return nil
}
func (x *Message) GetExtendedTextMessageWithParentKey() *Message_ExtendedTextMessageWithParentKey {
if x != nil {
return x.ExtendedTextMessageWithParentKey
}
return nil
}
func (x *Message) GetPlaceholderMessage() *Message_PlaceholderMessage {
if x != nil {
return x.PlaceholderMessage
}
return nil
}
type ContextInfo struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
StanzaID string `protobuf:"bytes,1,opt,name=stanzaID,proto3" json:"stanzaID,omitempty"`
Participant string `protobuf:"bytes,2,opt,name=participant,proto3" json:"participant,omitempty"`
QuotedMessage *Message `protobuf:"bytes,3,opt,name=quotedMessage,proto3" json:"quotedMessage,omitempty"`
RemoteJID string `protobuf:"bytes,4,opt,name=remoteJID,proto3" json:"remoteJID,omitempty"`
MentionedJID []string `protobuf:"bytes,15,rep,name=mentionedJID,proto3" json:"mentionedJID,omitempty"`
ConversionSource string `protobuf:"bytes,18,opt,name=conversionSource,proto3" json:"conversionSource,omitempty"`
ConversionData []byte `protobuf:"bytes,19,opt,name=conversionData,proto3" json:"conversionData,omitempty"`
ConversionDelaySeconds uint32 `protobuf:"varint,20,opt,name=conversionDelaySeconds,proto3" json:"conversionDelaySeconds,omitempty"`
ForwardingScore uint32 `protobuf:"varint,21,opt,name=forwardingScore,proto3" json:"forwardingScore,omitempty"`
IsForwarded bool `protobuf:"varint,22,opt,name=isForwarded,proto3" json:"isForwarded,omitempty"`
QuotedAd *ContextInfo_AdReplyInfo `protobuf:"bytes,23,opt,name=quotedAd,proto3" json:"quotedAd,omitempty"`
PlaceholderKey *waCommon.MessageKey `protobuf:"bytes,24,opt,name=placeholderKey,proto3" json:"placeholderKey,omitempty"`
Expiration uint32 `protobuf:"varint,25,opt,name=expiration,proto3" json:"expiration,omitempty"`
EphemeralSettingTimestamp int64 `protobuf:"varint,26,opt,name=ephemeralSettingTimestamp,proto3" json:"ephemeralSettingTimestamp,omitempty"`
EphemeralSharedSecret []byte `protobuf:"bytes,27,opt,name=ephemeralSharedSecret,proto3" json:"ephemeralSharedSecret,omitempty"`
ExternalAdReply *ContextInfo_ExternalAdReplyInfo `protobuf:"bytes,28,opt,name=externalAdReply,proto3" json:"externalAdReply,omitempty"`
EntryPointConversionSource string `protobuf:"bytes,29,opt,name=entryPointConversionSource,proto3" json:"entryPointConversionSource,omitempty"`
EntryPointConversionApp string `protobuf:"bytes,30,opt,name=entryPointConversionApp,proto3" json:"entryPointConversionApp,omitempty"`
EntryPointConversionDelaySeconds uint32 `protobuf:"varint,31,opt,name=entryPointConversionDelaySeconds,proto3" json:"entryPointConversionDelaySeconds,omitempty"`
DisappearingMode *DisappearingMode `protobuf:"bytes,32,opt,name=disappearingMode,proto3" json:"disappearingMode,omitempty"`
ActionLink *ActionLink `protobuf:"bytes,33,opt,name=actionLink,proto3" json:"actionLink,omitempty"`
GroupSubject string `protobuf:"bytes,34,opt,name=groupSubject,proto3" json:"groupSubject,omitempty"`
ParentGroupJID string `protobuf:"bytes,35,opt,name=parentGroupJID,proto3" json:"parentGroupJID,omitempty"`
TrustBannerType string `protobuf:"bytes,37,opt,name=trustBannerType,proto3" json:"trustBannerType,omitempty"`
TrustBannerAction uint32 `protobuf:"varint,38,opt,name=trustBannerAction,proto3" json:"trustBannerAction,omitempty"`
IsSampled bool `protobuf:"varint,39,opt,name=isSampled,proto3" json:"isSampled,omitempty"`
GroupMentions []*GroupMention `protobuf:"bytes,40,rep,name=groupMentions,proto3" json:"groupMentions,omitempty"`
Utm *ContextInfo_UTMInfo `protobuf:"bytes,41,opt,name=utm,proto3" json:"utm,omitempty"`
ForwardedNewsletterMessageInfo *ContextInfo_ForwardedNewsletterMessageInfo `protobuf:"bytes,43,opt,name=forwardedNewsletterMessageInfo,proto3" json:"forwardedNewsletterMessageInfo,omitempty"`
BusinessMessageForwardInfo *ContextInfo_BusinessMessageForwardInfo `protobuf:"bytes,44,opt,name=businessMessageForwardInfo,proto3" json:"businessMessageForwardInfo,omitempty"`
SmbClientCampaignID string `protobuf:"bytes,45,opt,name=smbClientCampaignID,proto3" json:"smbClientCampaignID,omitempty"`
SmbServerCampaignID string `protobuf:"bytes,46,opt,name=smbServerCampaignID,proto3" json:"smbServerCampaignID,omitempty"`
DataSharingContext *ContextInfo_DataSharingContext `protobuf:"bytes,47,opt,name=dataSharingContext,proto3" json:"dataSharingContext,omitempty"`
}
func (x *ContextInfo) Reset() {
*x = ContextInfo{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[1]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *ContextInfo) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*ContextInfo) ProtoMessage() {}
func (x *ContextInfo) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_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 ContextInfo.ProtoReflect.Descriptor instead.
func (*ContextInfo) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{1}
}
func (x *ContextInfo) GetStanzaID() string {
if x != nil {
return x.StanzaID
}
return ""
}
func (x *ContextInfo) GetParticipant() string {
if x != nil {
return x.Participant
}
return ""
}
func (x *ContextInfo) GetQuotedMessage() *Message {
if x != nil {
return x.QuotedMessage
}
return nil
}
func (x *ContextInfo) GetRemoteJID() string {
if x != nil {
return x.RemoteJID
}
return ""
}
func (x *ContextInfo) GetMentionedJID() []string {
if x != nil {
return x.MentionedJID
}
return nil
}
func (x *ContextInfo) GetConversionSource() string {
if x != nil {
return x.ConversionSource
}
return ""
}
func (x *ContextInfo) GetConversionData() []byte {
if x != nil {
return x.ConversionData
}
return nil
}
func (x *ContextInfo) GetConversionDelaySeconds() uint32 {
if x != nil {
return x.ConversionDelaySeconds
}
return 0
}
func (x *ContextInfo) GetForwardingScore() uint32 {
if x != nil {
return x.ForwardingScore
}
return 0
}
func (x *ContextInfo) GetIsForwarded() bool {
if x != nil {
return x.IsForwarded
}
return false
}
func (x *ContextInfo) GetQuotedAd() *ContextInfo_AdReplyInfo {
if x != nil {
return x.QuotedAd
}
return nil
}
func (x *ContextInfo) GetPlaceholderKey() *waCommon.MessageKey {
if x != nil {
return x.PlaceholderKey
}
return nil
}
func (x *ContextInfo) GetExpiration() uint32 {
if x != nil {
return x.Expiration
}
return 0
}
func (x *ContextInfo) GetEphemeralSettingTimestamp() int64 {
if x != nil {
return x.EphemeralSettingTimestamp
}
return 0
}
func (x *ContextInfo) GetEphemeralSharedSecret() []byte {
if x != nil {
return x.EphemeralSharedSecret
}
return nil
}
func (x *ContextInfo) GetExternalAdReply() *ContextInfo_ExternalAdReplyInfo {
if x != nil {
return x.ExternalAdReply
}
return nil
}
func (x *ContextInfo) GetEntryPointConversionSource() string {
if x != nil {
return x.EntryPointConversionSource
}
return ""
}
func (x *ContextInfo) GetEntryPointConversionApp() string {
if x != nil {
return x.EntryPointConversionApp
}
return ""
}
func (x *ContextInfo) GetEntryPointConversionDelaySeconds() uint32 {
if x != nil {
return x.EntryPointConversionDelaySeconds
}
return 0
}
func (x *ContextInfo) GetDisappearingMode() *DisappearingMode {
if x != nil {
return x.DisappearingMode
}
return nil
}
func (x *ContextInfo) GetActionLink() *ActionLink {
if x != nil {
return x.ActionLink
}
return nil
}
func (x *ContextInfo) GetGroupSubject() string {
if x != nil {
return x.GroupSubject
}
return ""
}
func (x *ContextInfo) GetParentGroupJID() string {
if x != nil {
return x.ParentGroupJID
}
return ""
}
func (x *ContextInfo) GetTrustBannerType() string {
if x != nil {
return x.TrustBannerType
}
return ""
}
func (x *ContextInfo) GetTrustBannerAction() uint32 {
if x != nil {
return x.TrustBannerAction
}
return 0
}
func (x *ContextInfo) GetIsSampled() bool {
if x != nil {
return x.IsSampled
}
return false
}
func (x *ContextInfo) GetGroupMentions() []*GroupMention {
if x != nil {
return x.GroupMentions
}
return nil
}
func (x *ContextInfo) GetUtm() *ContextInfo_UTMInfo {
if x != nil {
return x.Utm
}
return nil
}
func (x *ContextInfo) GetForwardedNewsletterMessageInfo() *ContextInfo_ForwardedNewsletterMessageInfo {
if x != nil {
return x.ForwardedNewsletterMessageInfo
}
return nil
}
func (x *ContextInfo) GetBusinessMessageForwardInfo() *ContextInfo_BusinessMessageForwardInfo {
if x != nil {
return x.BusinessMessageForwardInfo
}
return nil
}
func (x *ContextInfo) GetSmbClientCampaignID() string {
if x != nil {
return x.SmbClientCampaignID
}
return ""
}
func (x *ContextInfo) GetSmbServerCampaignID() string {
if x != nil {
return x.SmbServerCampaignID
}
return ""
}
func (x *ContextInfo) GetDataSharingContext() *ContextInfo_DataSharingContext {
if x != nil {
return x.DataSharingContext
}
return nil
}
type BotPluginMetadata struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Provider BotPluginMetadata_SearchProvider `protobuf:"varint,1,opt,name=provider,proto3,enum=WAE2E.BotPluginMetadata_SearchProvider" json:"provider,omitempty"`
PluginType BotPluginMetadata_PluginType `protobuf:"varint,2,opt,name=pluginType,proto3,enum=WAE2E.BotPluginMetadata_PluginType" json:"pluginType,omitempty"`
ThumbnailCDNURL string `protobuf:"bytes,3,opt,name=thumbnailCDNURL,proto3" json:"thumbnailCDNURL,omitempty"`
ProfilePhotoCDNURL string `protobuf:"bytes,4,opt,name=profilePhotoCDNURL,proto3" json:"profilePhotoCDNURL,omitempty"`
SearchProviderURL string `protobuf:"bytes,5,opt,name=searchProviderURL,proto3" json:"searchProviderURL,omitempty"`
ReferenceIndex uint32 `protobuf:"varint,6,opt,name=referenceIndex,proto3" json:"referenceIndex,omitempty"`
ExpectedLinksCount uint32 `protobuf:"varint,7,opt,name=expectedLinksCount,proto3" json:"expectedLinksCount,omitempty"`
PluginVersion uint32 `protobuf:"varint,8,opt,name=pluginVersion,proto3" json:"pluginVersion,omitempty"`
}
func (x *BotPluginMetadata) Reset() {
*x = BotPluginMetadata{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[2]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *BotPluginMetadata) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*BotPluginMetadata) ProtoMessage() {}
func (x *BotPluginMetadata) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_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 BotPluginMetadata.ProtoReflect.Descriptor instead.
func (*BotPluginMetadata) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{2}
}
func (x *BotPluginMetadata) GetProvider() BotPluginMetadata_SearchProvider {
if x != nil {
return x.Provider
}
return BotPluginMetadata_SEARCHPROVIDER_UNKNOWN
}
func (x *BotPluginMetadata) GetPluginType() BotPluginMetadata_PluginType {
if x != nil {
return x.PluginType
}
return BotPluginMetadata_PLUGINTYPE_UNKNOWN
}
func (x *BotPluginMetadata) GetThumbnailCDNURL() string {
if x != nil {
return x.ThumbnailCDNURL
}
return ""
}
func (x *BotPluginMetadata) GetProfilePhotoCDNURL() string {
if x != nil {
return x.ProfilePhotoCDNURL
}
return ""
}
func (x *BotPluginMetadata) GetSearchProviderURL() string {
if x != nil {
return x.SearchProviderURL
}
return ""
}
func (x *BotPluginMetadata) GetReferenceIndex() uint32 {
if x != nil {
return x.ReferenceIndex
}
return 0
}
func (x *BotPluginMetadata) GetExpectedLinksCount() uint32 {
if x != nil {
return x.ExpectedLinksCount
}
return 0
}
func (x *BotPluginMetadata) GetPluginVersion() uint32 {
if x != nil {
return x.PluginVersion
}
return 0
}
type HydratedTemplateButton struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
// Types that are assignable to HydratedButton:
//
// *HydratedTemplateButton_QuickReplyButton
// *HydratedTemplateButton_UrlButton
// *HydratedTemplateButton_CallButton
HydratedButton isHydratedTemplateButton_HydratedButton `protobuf_oneof:"hydratedButton"`
Index uint32 `protobuf:"varint,4,opt,name=index,proto3" json:"index,omitempty"`
}
func (x *HydratedTemplateButton) Reset() {
*x = HydratedTemplateButton{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[3]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *HydratedTemplateButton) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*HydratedTemplateButton) ProtoMessage() {}
func (x *HydratedTemplateButton) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_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 HydratedTemplateButton.ProtoReflect.Descriptor instead.
func (*HydratedTemplateButton) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{3}
}
func (m *HydratedTemplateButton) GetHydratedButton() isHydratedTemplateButton_HydratedButton {
if m != nil {
return m.HydratedButton
}
return nil
}
func (x *HydratedTemplateButton) GetQuickReplyButton() *HydratedTemplateButton_HydratedQuickReplyButton {
if x, ok := x.GetHydratedButton().(*HydratedTemplateButton_QuickReplyButton); ok {
return x.QuickReplyButton
}
return nil
}
func (x *HydratedTemplateButton) GetUrlButton() *HydratedTemplateButton_HydratedURLButton {
if x, ok := x.GetHydratedButton().(*HydratedTemplateButton_UrlButton); ok {
return x.UrlButton
}
return nil
}
func (x *HydratedTemplateButton) GetCallButton() *HydratedTemplateButton_HydratedCallButton {
if x, ok := x.GetHydratedButton().(*HydratedTemplateButton_CallButton); ok {
return x.CallButton
}
return nil
}
func (x *HydratedTemplateButton) GetIndex() uint32 {
if x != nil {
return x.Index
}
return 0
}
type isHydratedTemplateButton_HydratedButton interface {
isHydratedTemplateButton_HydratedButton()
}
type HydratedTemplateButton_QuickReplyButton struct {
QuickReplyButton *HydratedTemplateButton_HydratedQuickReplyButton `protobuf:"bytes,1,opt,name=quickReplyButton,proto3,oneof"`
}
type HydratedTemplateButton_UrlButton struct {
UrlButton *HydratedTemplateButton_HydratedURLButton `protobuf:"bytes,2,opt,name=urlButton,proto3,oneof"`
}
type HydratedTemplateButton_CallButton struct {
CallButton *HydratedTemplateButton_HydratedCallButton `protobuf:"bytes,3,opt,name=callButton,proto3,oneof"`
}
func (*HydratedTemplateButton_QuickReplyButton) isHydratedTemplateButton_HydratedButton() {}
func (*HydratedTemplateButton_UrlButton) isHydratedTemplateButton_HydratedButton() {}
func (*HydratedTemplateButton_CallButton) isHydratedTemplateButton_HydratedButton() {}
type PaymentBackground struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
ID string `protobuf:"bytes,1,opt,name=ID,proto3" json:"ID,omitempty"`
FileLength uint64 `protobuf:"varint,2,opt,name=fileLength,proto3" json:"fileLength,omitempty"`
Width uint32 `protobuf:"varint,3,opt,name=width,proto3" json:"width,omitempty"`
Height uint32 `protobuf:"varint,4,opt,name=height,proto3" json:"height,omitempty"`
Mimetype string `protobuf:"bytes,5,opt,name=mimetype,proto3" json:"mimetype,omitempty"`
PlaceholderArgb uint32 `protobuf:"fixed32,6,opt,name=placeholderArgb,proto3" json:"placeholderArgb,omitempty"`
TextArgb uint32 `protobuf:"fixed32,7,opt,name=textArgb,proto3" json:"textArgb,omitempty"`
SubtextArgb uint32 `protobuf:"fixed32,8,opt,name=subtextArgb,proto3" json:"subtextArgb,omitempty"`
MediaData *PaymentBackground_MediaData `protobuf:"bytes,9,opt,name=mediaData,proto3" json:"mediaData,omitempty"`
Type PaymentBackground_Type `protobuf:"varint,10,opt,name=type,proto3,enum=WAE2E.PaymentBackground_Type" json:"type,omitempty"`
}
func (x *PaymentBackground) Reset() {
*x = PaymentBackground{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[4]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *PaymentBackground) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*PaymentBackground) ProtoMessage() {}
func (x *PaymentBackground) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_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 PaymentBackground.ProtoReflect.Descriptor instead.
func (*PaymentBackground) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{4}
}
func (x *PaymentBackground) GetID() string {
if x != nil {
return x.ID
}
return ""
}
func (x *PaymentBackground) GetFileLength() uint64 {
if x != nil {
return x.FileLength
}
return 0
}
func (x *PaymentBackground) GetWidth() uint32 {
if x != nil {
return x.Width
}
return 0
}
func (x *PaymentBackground) GetHeight() uint32 {
if x != nil {
return x.Height
}
return 0
}
func (x *PaymentBackground) GetMimetype() string {
if x != nil {
return x.Mimetype
}
return ""
}
func (x *PaymentBackground) GetPlaceholderArgb() uint32 {
if x != nil {
return x.PlaceholderArgb
}
return 0
}
func (x *PaymentBackground) GetTextArgb() uint32 {
if x != nil {
return x.TextArgb
}
return 0
}
func (x *PaymentBackground) GetSubtextArgb() uint32 {
if x != nil {
return x.SubtextArgb
}
return 0
}
func (x *PaymentBackground) GetMediaData() *PaymentBackground_MediaData {
if x != nil {
return x.MediaData
}
return nil
}
func (x *PaymentBackground) GetType() PaymentBackground_Type {
if x != nil {
return x.Type
}
return PaymentBackground_UNKNOWN
}
type DisappearingMode struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Initiator DisappearingMode_Initiator `protobuf:"varint,1,opt,name=initiator,proto3,enum=WAE2E.DisappearingMode_Initiator" json:"initiator,omitempty"`
Trigger DisappearingMode_Trigger `protobuf:"varint,2,opt,name=trigger,proto3,enum=WAE2E.DisappearingMode_Trigger" json:"trigger,omitempty"`
InitiatorDeviceJID string `protobuf:"bytes,3,opt,name=initiatorDeviceJID,proto3" json:"initiatorDeviceJID,omitempty"`
InitiatedByMe bool `protobuf:"varint,4,opt,name=initiatedByMe,proto3" json:"initiatedByMe,omitempty"`
}
func (x *DisappearingMode) Reset() {
*x = DisappearingMode{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[5]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *DisappearingMode) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*DisappearingMode) ProtoMessage() {}
func (x *DisappearingMode) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_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 DisappearingMode.ProtoReflect.Descriptor instead.
func (*DisappearingMode) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{5}
}
func (x *DisappearingMode) GetInitiator() DisappearingMode_Initiator {
if x != nil {
return x.Initiator
}
return DisappearingMode_CHANGED_IN_CHAT
}
func (x *DisappearingMode) GetTrigger() DisappearingMode_Trigger {
if x != nil {
return x.Trigger
}
return DisappearingMode_UNKNOWN
}
func (x *DisappearingMode) GetInitiatorDeviceJID() string {
if x != nil {
return x.InitiatorDeviceJID
}
return ""
}
func (x *DisappearingMode) GetInitiatedByMe() bool {
if x != nil {
return x.InitiatedByMe
}
return false
}
type BotAvatarMetadata struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Sentiment uint32 `protobuf:"varint,1,opt,name=sentiment,proto3" json:"sentiment,omitempty"`
BehaviorGraph string `protobuf:"bytes,2,opt,name=behaviorGraph,proto3" json:"behaviorGraph,omitempty"`
Action uint32 `protobuf:"varint,3,opt,name=action,proto3" json:"action,omitempty"`
Intensity uint32 `protobuf:"varint,4,opt,name=intensity,proto3" json:"intensity,omitempty"`
WordCount uint32 `protobuf:"varint,5,opt,name=wordCount,proto3" json:"wordCount,omitempty"`
}
func (x *BotAvatarMetadata) Reset() {
*x = BotAvatarMetadata{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[6]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *BotAvatarMetadata) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*BotAvatarMetadata) ProtoMessage() {}
func (x *BotAvatarMetadata) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_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 BotAvatarMetadata.ProtoReflect.Descriptor instead.
func (*BotAvatarMetadata) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{6}
}
func (x *BotAvatarMetadata) GetSentiment() uint32 {
if x != nil {
return x.Sentiment
}
return 0
}
func (x *BotAvatarMetadata) GetBehaviorGraph() string {
if x != nil {
return x.BehaviorGraph
}
return ""
}
func (x *BotAvatarMetadata) GetAction() uint32 {
if x != nil {
return x.Action
}
return 0
}
func (x *BotAvatarMetadata) GetIntensity() uint32 {
if x != nil {
return x.Intensity
}
return 0
}
func (x *BotAvatarMetadata) GetWordCount() uint32 {
if x != nil {
return x.WordCount
}
return 0
}
type BotSuggestedPromptMetadata struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
SuggestedPrompts []string `protobuf:"bytes,1,rep,name=suggestedPrompts,proto3" json:"suggestedPrompts,omitempty"`
SelectedPromptIndex uint32 `protobuf:"varint,2,opt,name=selectedPromptIndex,proto3" json:"selectedPromptIndex,omitempty"`
}
func (x *BotSuggestedPromptMetadata) Reset() {
*x = BotSuggestedPromptMetadata{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[7]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *BotSuggestedPromptMetadata) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*BotSuggestedPromptMetadata) ProtoMessage() {}
func (x *BotSuggestedPromptMetadata) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_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 BotSuggestedPromptMetadata.ProtoReflect.Descriptor instead.
func (*BotSuggestedPromptMetadata) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{7}
}
func (x *BotSuggestedPromptMetadata) GetSuggestedPrompts() []string {
if x != nil {
return x.SuggestedPrompts
}
return nil
}
func (x *BotSuggestedPromptMetadata) GetSelectedPromptIndex() uint32 {
if x != nil {
return x.SelectedPromptIndex
}
return 0
}
type BotMetadata struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
AvatarMetadata *BotAvatarMetadata `protobuf:"bytes,1,opt,name=avatarMetadata,proto3" json:"avatarMetadata,omitempty"`
PersonaID string `protobuf:"bytes,2,opt,name=personaID,proto3" json:"personaID,omitempty"`
PluginMetadata *BotPluginMetadata `protobuf:"bytes,3,opt,name=pluginMetadata,proto3" json:"pluginMetadata,omitempty"`
SuggestedPromptMetadata *BotSuggestedPromptMetadata `protobuf:"bytes,4,opt,name=suggestedPromptMetadata,proto3" json:"suggestedPromptMetadata,omitempty"`
InvokerJID string `protobuf:"bytes,5,opt,name=invokerJID,proto3" json:"invokerJID,omitempty"`
}
func (x *BotMetadata) Reset() {
*x = BotMetadata{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[8]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *BotMetadata) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*BotMetadata) ProtoMessage() {}
func (x *BotMetadata) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_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 BotMetadata.ProtoReflect.Descriptor instead.
func (*BotMetadata) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{8}
}
func (x *BotMetadata) GetAvatarMetadata() *BotAvatarMetadata {
if x != nil {
return x.AvatarMetadata
}
return nil
}
func (x *BotMetadata) GetPersonaID() string {
if x != nil {
return x.PersonaID
}
return ""
}
func (x *BotMetadata) GetPluginMetadata() *BotPluginMetadata {
if x != nil {
return x.PluginMetadata
}
return nil
}
func (x *BotMetadata) GetSuggestedPromptMetadata() *BotSuggestedPromptMetadata {
if x != nil {
return x.SuggestedPromptMetadata
}
return nil
}
func (x *BotMetadata) GetInvokerJID() string {
if x != nil {
return x.InvokerJID
}
return ""
}
type MessageContextInfo struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
DeviceListMetadata *DeviceListMetadata `protobuf:"bytes,1,opt,name=deviceListMetadata,proto3" json:"deviceListMetadata,omitempty"`
DeviceListMetadataVersion int32 `protobuf:"varint,2,opt,name=deviceListMetadataVersion,proto3" json:"deviceListMetadataVersion,omitempty"`
MessageSecret []byte `protobuf:"bytes,3,opt,name=messageSecret,proto3" json:"messageSecret,omitempty"`
PaddingBytes []byte `protobuf:"bytes,4,opt,name=paddingBytes,proto3" json:"paddingBytes,omitempty"`
MessageAddOnDurationInSecs uint32 `protobuf:"varint,5,opt,name=messageAddOnDurationInSecs,proto3" json:"messageAddOnDurationInSecs,omitempty"`
BotMessageSecret []byte `protobuf:"bytes,6,opt,name=botMessageSecret,proto3" json:"botMessageSecret,omitempty"`
BotMetadata *BotMetadata `protobuf:"bytes,7,opt,name=botMetadata,proto3" json:"botMetadata,omitempty"`
ReportingTokenVersion int32 `protobuf:"varint,8,opt,name=reportingTokenVersion,proto3" json:"reportingTokenVersion,omitempty"`
}
func (x *MessageContextInfo) Reset() {
*x = MessageContextInfo{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[9]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *MessageContextInfo) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*MessageContextInfo) ProtoMessage() {}
func (x *MessageContextInfo) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_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 MessageContextInfo.ProtoReflect.Descriptor instead.
func (*MessageContextInfo) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{9}
}
func (x *MessageContextInfo) GetDeviceListMetadata() *DeviceListMetadata {
if x != nil {
return x.DeviceListMetadata
}
return nil
}
func (x *MessageContextInfo) GetDeviceListMetadataVersion() int32 {
if x != nil {
return x.DeviceListMetadataVersion
}
return 0
}
func (x *MessageContextInfo) GetMessageSecret() []byte {
if x != nil {
return x.MessageSecret
}
return nil
}
func (x *MessageContextInfo) GetPaddingBytes() []byte {
if x != nil {
return x.PaddingBytes
}
return nil
}
func (x *MessageContextInfo) GetMessageAddOnDurationInSecs() uint32 {
if x != nil {
return x.MessageAddOnDurationInSecs
}
return 0
}
func (x *MessageContextInfo) GetBotMessageSecret() []byte {
if x != nil {
return x.BotMessageSecret
}
return nil
}
func (x *MessageContextInfo) GetBotMetadata() *BotMetadata {
if x != nil {
return x.BotMetadata
}
return nil
}
func (x *MessageContextInfo) GetReportingTokenVersion() int32 {
if x != nil {
return x.ReportingTokenVersion
}
return 0
}
type DeviceListMetadata struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
SenderKeyHash []byte `protobuf:"bytes,1,opt,name=senderKeyHash,proto3" json:"senderKeyHash,omitempty"`
SenderTimestamp uint64 `protobuf:"varint,2,opt,name=senderTimestamp,proto3" json:"senderTimestamp,omitempty"`
SenderKeyIndexes []uint32 `protobuf:"varint,3,rep,packed,name=senderKeyIndexes,proto3" json:"senderKeyIndexes,omitempty"`
SenderAccountType waAdv.ADVEncryptionType `protobuf:"varint,4,opt,name=senderAccountType,proto3,enum=WAAdv.ADVEncryptionType" json:"senderAccountType,omitempty"`
ReceiverAccountType waAdv.ADVEncryptionType `protobuf:"varint,5,opt,name=receiverAccountType,proto3,enum=WAAdv.ADVEncryptionType" json:"receiverAccountType,omitempty"`
RecipientKeyHash []byte `protobuf:"bytes,8,opt,name=recipientKeyHash,proto3" json:"recipientKeyHash,omitempty"`
RecipientTimestamp uint64 `protobuf:"varint,9,opt,name=recipientTimestamp,proto3" json:"recipientTimestamp,omitempty"`
RecipientKeyIndexes []uint32 `protobuf:"varint,10,rep,packed,name=recipientKeyIndexes,proto3" json:"recipientKeyIndexes,omitempty"`
}
func (x *DeviceListMetadata) Reset() {
*x = DeviceListMetadata{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[10]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *DeviceListMetadata) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*DeviceListMetadata) ProtoMessage() {}
func (x *DeviceListMetadata) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_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 DeviceListMetadata.ProtoReflect.Descriptor instead.
func (*DeviceListMetadata) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{10}
}
func (x *DeviceListMetadata) GetSenderKeyHash() []byte {
if x != nil {
return x.SenderKeyHash
}
return nil
}
func (x *DeviceListMetadata) GetSenderTimestamp() uint64 {
if x != nil {
return x.SenderTimestamp
}
return 0
}
func (x *DeviceListMetadata) GetSenderKeyIndexes() []uint32 {
if x != nil {
return x.SenderKeyIndexes
}
return nil
}
func (x *DeviceListMetadata) GetSenderAccountType() waAdv.ADVEncryptionType {
if x != nil {
return x.SenderAccountType
}
return waAdv.ADVEncryptionType(0)
}
func (x *DeviceListMetadata) GetReceiverAccountType() waAdv.ADVEncryptionType {
if x != nil {
return x.ReceiverAccountType
}
return waAdv.ADVEncryptionType(0)
}
func (x *DeviceListMetadata) GetRecipientKeyHash() []byte {
if x != nil {
return x.RecipientKeyHash
}
return nil
}
func (x *DeviceListMetadata) GetRecipientTimestamp() uint64 {
if x != nil {
return x.RecipientTimestamp
}
return 0
}
func (x *DeviceListMetadata) GetRecipientKeyIndexes() []uint32 {
if x != nil {
return x.RecipientKeyIndexes
}
return nil
}
type InteractiveAnnotation struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
// Types that are assignable to Action:
//
// *InteractiveAnnotation_Location
// *InteractiveAnnotation_Newsletter
Action isInteractiveAnnotation_Action `protobuf_oneof:"action"`
PolygonVertices []*Point `protobuf:"bytes,1,rep,name=polygonVertices,proto3" json:"polygonVertices,omitempty"`
ShouldSkipConfirmation bool `protobuf:"varint,4,opt,name=shouldSkipConfirmation,proto3" json:"shouldSkipConfirmation,omitempty"`
}
func (x *InteractiveAnnotation) Reset() {
*x = InteractiveAnnotation{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[11]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *InteractiveAnnotation) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*InteractiveAnnotation) ProtoMessage() {}
func (x *InteractiveAnnotation) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_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 InteractiveAnnotation.ProtoReflect.Descriptor instead.
func (*InteractiveAnnotation) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{11}
}
func (m *InteractiveAnnotation) GetAction() isInteractiveAnnotation_Action {
if m != nil {
return m.Action
}
return nil
}
func (x *InteractiveAnnotation) GetLocation() *Location {
if x, ok := x.GetAction().(*InteractiveAnnotation_Location); ok {
return x.Location
}
return nil
}
func (x *InteractiveAnnotation) GetNewsletter() *ContextInfo_ForwardedNewsletterMessageInfo {
if x, ok := x.GetAction().(*InteractiveAnnotation_Newsletter); ok {
return x.Newsletter
}
return nil
}
func (x *InteractiveAnnotation) GetPolygonVertices() []*Point {
if x != nil {
return x.PolygonVertices
}
return nil
}
func (x *InteractiveAnnotation) GetShouldSkipConfirmation() bool {
if x != nil {
return x.ShouldSkipConfirmation
}
return false
}
type isInteractiveAnnotation_Action interface {
isInteractiveAnnotation_Action()
}
type InteractiveAnnotation_Location struct {
Location *Location `protobuf:"bytes,2,opt,name=location,proto3,oneof"`
}
type InteractiveAnnotation_Newsletter struct {
Newsletter *ContextInfo_ForwardedNewsletterMessageInfo `protobuf:"bytes,3,opt,name=newsletter,proto3,oneof"`
}
func (*InteractiveAnnotation_Location) isInteractiveAnnotation_Action() {}
func (*InteractiveAnnotation_Newsletter) isInteractiveAnnotation_Action() {}
type Point struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
XDeprecated int32 `protobuf:"varint,1,opt,name=xDeprecated,proto3" json:"xDeprecated,omitempty"`
YDeprecated int32 `protobuf:"varint,2,opt,name=yDeprecated,proto3" json:"yDeprecated,omitempty"`
X float64 `protobuf:"fixed64,3,opt,name=x,proto3" json:"x,omitempty"`
Y float64 `protobuf:"fixed64,4,opt,name=y,proto3" json:"y,omitempty"`
}
func (x *Point) Reset() {
*x = Point{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[12]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Point) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Point) ProtoMessage() {}
func (x *Point) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_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 Point.ProtoReflect.Descriptor instead.
func (*Point) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{12}
}
func (x *Point) GetXDeprecated() int32 {
if x != nil {
return x.XDeprecated
}
return 0
}
func (x *Point) GetYDeprecated() int32 {
if x != nil {
return x.YDeprecated
}
return 0
}
func (x *Point) GetX() float64 {
if x != nil {
return x.X
}
return 0
}
func (x *Point) GetY() float64 {
if x != nil {
return x.Y
}
return 0
}
type Location struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
DegreesLatitude float64 `protobuf:"fixed64,1,opt,name=degreesLatitude,proto3" json:"degreesLatitude,omitempty"`
DegreesLongitude float64 `protobuf:"fixed64,2,opt,name=degreesLongitude,proto3" json:"degreesLongitude,omitempty"`
Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
}
func (x *Location) Reset() {
*x = Location{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[13]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Location) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Location) ProtoMessage() {}
func (x *Location) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_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 Location.ProtoReflect.Descriptor instead.
func (*Location) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{13}
}
func (x *Location) GetDegreesLatitude() float64 {
if x != nil {
return x.DegreesLatitude
}
return 0
}
func (x *Location) GetDegreesLongitude() float64 {
if x != nil {
return x.DegreesLongitude
}
return 0
}
func (x *Location) GetName() string {
if x != nil {
return x.Name
}
return ""
}
type TemplateButton struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
// Types that are assignable to Button:
//
// *TemplateButton_QuickReplyButton_
// *TemplateButton_UrlButton
// *TemplateButton_CallButton_
Button isTemplateButton_Button `protobuf_oneof:"button"`
Index uint32 `protobuf:"varint,4,opt,name=index,proto3" json:"index,omitempty"`
}
func (x *TemplateButton) Reset() {
*x = TemplateButton{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[14]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *TemplateButton) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*TemplateButton) ProtoMessage() {}
func (x *TemplateButton) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_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 TemplateButton.ProtoReflect.Descriptor instead.
func (*TemplateButton) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{14}
}
func (m *TemplateButton) GetButton() isTemplateButton_Button {
if m != nil {
return m.Button
}
return nil
}
func (x *TemplateButton) GetQuickReplyButton() *TemplateButton_QuickReplyButton {
if x, ok := x.GetButton().(*TemplateButton_QuickReplyButton_); ok {
return x.QuickReplyButton
}
return nil
}
func (x *TemplateButton) GetUrlButton() *TemplateButton_URLButton {
if x, ok := x.GetButton().(*TemplateButton_UrlButton); ok {
return x.UrlButton
}
return nil
}
func (x *TemplateButton) GetCallButton() *TemplateButton_CallButton {
if x, ok := x.GetButton().(*TemplateButton_CallButton_); ok {
return x.CallButton
}
return nil
}
func (x *TemplateButton) GetIndex() uint32 {
if x != nil {
return x.Index
}
return 0
}
type isTemplateButton_Button interface {
isTemplateButton_Button()
}
type TemplateButton_QuickReplyButton_ struct {
QuickReplyButton *TemplateButton_QuickReplyButton `protobuf:"bytes,1,opt,name=quickReplyButton,proto3,oneof"`
}
type TemplateButton_UrlButton struct {
UrlButton *TemplateButton_URLButton `protobuf:"bytes,2,opt,name=urlButton,proto3,oneof"`
}
type TemplateButton_CallButton_ struct {
CallButton *TemplateButton_CallButton `protobuf:"bytes,3,opt,name=callButton,proto3,oneof"`
}
func (*TemplateButton_QuickReplyButton_) isTemplateButton_Button() {}
func (*TemplateButton_UrlButton) isTemplateButton_Button() {}
func (*TemplateButton_CallButton_) isTemplateButton_Button() {}
type Money struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Value int64 `protobuf:"varint,1,opt,name=value,proto3" json:"value,omitempty"`
Offset uint32 `protobuf:"varint,2,opt,name=offset,proto3" json:"offset,omitempty"`
CurrencyCode string `protobuf:"bytes,3,opt,name=currencyCode,proto3" json:"currencyCode,omitempty"`
}
func (x *Money) Reset() {
*x = Money{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[15]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Money) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Money) ProtoMessage() {}
func (x *Money) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_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 Money.ProtoReflect.Descriptor instead.
func (*Money) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{15}
}
func (x *Money) GetValue() int64 {
if x != nil {
return x.Value
}
return 0
}
func (x *Money) GetOffset() uint32 {
if x != nil {
return x.Offset
}
return 0
}
func (x *Money) GetCurrencyCode() string {
if x != nil {
return x.CurrencyCode
}
return ""
}
type ActionLink struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
URL string `protobuf:"bytes,1,opt,name=URL,proto3" json:"URL,omitempty"`
ButtonTitle string `protobuf:"bytes,2,opt,name=buttonTitle,proto3" json:"buttonTitle,omitempty"`
}
func (x *ActionLink) Reset() {
*x = ActionLink{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[16]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *ActionLink) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*ActionLink) ProtoMessage() {}
func (x *ActionLink) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_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 ActionLink.ProtoReflect.Descriptor instead.
func (*ActionLink) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{16}
}
func (x *ActionLink) GetURL() string {
if x != nil {
return x.URL
}
return ""
}
func (x *ActionLink) GetButtonTitle() string {
if x != nil {
return x.ButtonTitle
}
return ""
}
type GroupMention struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
GroupJID string `protobuf:"bytes,1,opt,name=groupJID,proto3" json:"groupJID,omitempty"`
GroupSubject string `protobuf:"bytes,2,opt,name=groupSubject,proto3" json:"groupSubject,omitempty"`
}
func (x *GroupMention) Reset() {
*x = GroupMention{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[17]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *GroupMention) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*GroupMention) ProtoMessage() {}
func (x *GroupMention) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_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 GroupMention.ProtoReflect.Descriptor instead.
func (*GroupMention) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{17}
}
func (x *GroupMention) GetGroupJID() string {
if x != nil {
return x.GroupJID
}
return ""
}
func (x *GroupMention) GetGroupSubject() string {
if x != nil {
return x.GroupSubject
}
return ""
}
type MessageSecretMessage struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Version int32 `protobuf:"fixed32,1,opt,name=version,proto3" json:"version,omitempty"`
EncIV []byte `protobuf:"bytes,2,opt,name=encIV,proto3" json:"encIV,omitempty"`
EncPayload []byte `protobuf:"bytes,3,opt,name=encPayload,proto3" json:"encPayload,omitempty"`
}
func (x *MessageSecretMessage) Reset() {
*x = MessageSecretMessage{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[18]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *MessageSecretMessage) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*MessageSecretMessage) ProtoMessage() {}
func (x *MessageSecretMessage) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_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 MessageSecretMessage.ProtoReflect.Descriptor instead.
func (*MessageSecretMessage) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{18}
}
func (x *MessageSecretMessage) GetVersion() int32 {
if x != nil {
return x.Version
}
return 0
}
func (x *MessageSecretMessage) GetEncIV() []byte {
if x != nil {
return x.EncIV
}
return nil
}
func (x *MessageSecretMessage) GetEncPayload() []byte {
if x != nil {
return x.EncPayload
}
return nil
}
type MediaNotifyMessage struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
ExpressPathURL string `protobuf:"bytes,1,opt,name=expressPathURL,proto3" json:"expressPathURL,omitempty"`
FileEncSHA256 []byte `protobuf:"bytes,2,opt,name=fileEncSHA256,proto3" json:"fileEncSHA256,omitempty"`
FileLength uint64 `protobuf:"varint,3,opt,name=fileLength,proto3" json:"fileLength,omitempty"`
}
func (x *MediaNotifyMessage) Reset() {
*x = MediaNotifyMessage{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[19]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *MediaNotifyMessage) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*MediaNotifyMessage) ProtoMessage() {}
func (x *MediaNotifyMessage) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_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 MediaNotifyMessage.ProtoReflect.Descriptor instead.
func (*MediaNotifyMessage) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{19}
}
func (x *MediaNotifyMessage) GetExpressPathURL() string {
if x != nil {
return x.ExpressPathURL
}
return ""
}
func (x *MediaNotifyMessage) GetFileEncSHA256() []byte {
if x != nil {
return x.FileEncSHA256
}
return nil
}
func (x *MediaNotifyMessage) GetFileLength() uint64 {
if x != nil {
return x.FileLength
}
return 0
}
type Message_PlaceholderMessage struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Type Message_PlaceholderMessage_PlaceholderType `protobuf:"varint,1,opt,name=type,proto3,enum=WAE2E.Message_PlaceholderMessage_PlaceholderType" json:"type,omitempty"`
}
func (x *Message_PlaceholderMessage) Reset() {
*x = Message_PlaceholderMessage{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[20]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Message_PlaceholderMessage) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Message_PlaceholderMessage) ProtoMessage() {}
func (x *Message_PlaceholderMessage) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_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 Message_PlaceholderMessage.ProtoReflect.Descriptor instead.
func (*Message_PlaceholderMessage) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 0}
}
func (x *Message_PlaceholderMessage) GetType() Message_PlaceholderMessage_PlaceholderType {
if x != nil {
return x.Type
}
return Message_PlaceholderMessage_MASK_LINKED_DEVICES
}
type Message_BCallMessage struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
SessionID string `protobuf:"bytes,1,opt,name=sessionID,proto3" json:"sessionID,omitempty"`
MediaType Message_BCallMessage_MediaType `protobuf:"varint,2,opt,name=mediaType,proto3,enum=WAE2E.Message_BCallMessage_MediaType" json:"mediaType,omitempty"`
MasterKey []byte `protobuf:"bytes,3,opt,name=masterKey,proto3" json:"masterKey,omitempty"`
Caption string `protobuf:"bytes,4,opt,name=caption,proto3" json:"caption,omitempty"`
}
func (x *Message_BCallMessage) Reset() {
*x = Message_BCallMessage{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[21]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Message_BCallMessage) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Message_BCallMessage) ProtoMessage() {}
func (x *Message_BCallMessage) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_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 Message_BCallMessage.ProtoReflect.Descriptor instead.
func (*Message_BCallMessage) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 1}
}
func (x *Message_BCallMessage) GetSessionID() string {
if x != nil {
return x.SessionID
}
return ""
}
func (x *Message_BCallMessage) GetMediaType() Message_BCallMessage_MediaType {
if x != nil {
return x.MediaType
}
return Message_BCallMessage_UNKNOWN
}
func (x *Message_BCallMessage) GetMasterKey() []byte {
if x != nil {
return x.MasterKey
}
return nil
}
func (x *Message_BCallMessage) GetCaption() string {
if x != nil {
return x.Caption
}
return ""
}
type Message_CallLogMessage struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
IsVideo bool `protobuf:"varint,1,opt,name=isVideo,proto3" json:"isVideo,omitempty"`
CallOutcome Message_CallLogMessage_CallOutcome `protobuf:"varint,2,opt,name=callOutcome,proto3,enum=WAE2E.Message_CallLogMessage_CallOutcome" json:"callOutcome,omitempty"`
DurationSecs int64 `protobuf:"varint,3,opt,name=durationSecs,proto3" json:"durationSecs,omitempty"`
CallType Message_CallLogMessage_CallType `protobuf:"varint,4,opt,name=callType,proto3,enum=WAE2E.Message_CallLogMessage_CallType" json:"callType,omitempty"`
Participants []*Message_CallLogMessage_CallParticipant `protobuf:"bytes,5,rep,name=participants,proto3" json:"participants,omitempty"`
}
func (x *Message_CallLogMessage) Reset() {
*x = Message_CallLogMessage{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[22]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Message_CallLogMessage) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Message_CallLogMessage) ProtoMessage() {}
func (x *Message_CallLogMessage) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_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 Message_CallLogMessage.ProtoReflect.Descriptor instead.
func (*Message_CallLogMessage) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 2}
}
func (x *Message_CallLogMessage) GetIsVideo() bool {
if x != nil {
return x.IsVideo
}
return false
}
func (x *Message_CallLogMessage) GetCallOutcome() Message_CallLogMessage_CallOutcome {
if x != nil {
return x.CallOutcome
}
return Message_CallLogMessage_CONNECTED
}
func (x *Message_CallLogMessage) GetDurationSecs() int64 {
if x != nil {
return x.DurationSecs
}
return 0
}
func (x *Message_CallLogMessage) GetCallType() Message_CallLogMessage_CallType {
if x != nil {
return x.CallType
}
return Message_CallLogMessage_REGULAR
}
func (x *Message_CallLogMessage) GetParticipants() []*Message_CallLogMessage_CallParticipant {
if x != nil {
return x.Participants
}
return nil
}
type Message_ScheduledCallEditMessage struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Key *waCommon.MessageKey `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
EditType Message_ScheduledCallEditMessage_EditType `protobuf:"varint,2,opt,name=editType,proto3,enum=WAE2E.Message_ScheduledCallEditMessage_EditType" json:"editType,omitempty"`
}
func (x *Message_ScheduledCallEditMessage) Reset() {
*x = Message_ScheduledCallEditMessage{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[23]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Message_ScheduledCallEditMessage) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Message_ScheduledCallEditMessage) ProtoMessage() {}
func (x *Message_ScheduledCallEditMessage) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_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 Message_ScheduledCallEditMessage.ProtoReflect.Descriptor instead.
func (*Message_ScheduledCallEditMessage) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 3}
}
func (x *Message_ScheduledCallEditMessage) GetKey() *waCommon.MessageKey {
if x != nil {
return x.Key
}
return nil
}
func (x *Message_ScheduledCallEditMessage) GetEditType() Message_ScheduledCallEditMessage_EditType {
if x != nil {
return x.EditType
}
return Message_ScheduledCallEditMessage_UNKNOWN
}
type Message_ScheduledCallCreationMessage struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
ScheduledTimestampMS int64 `protobuf:"varint,1,opt,name=scheduledTimestampMS,proto3" json:"scheduledTimestampMS,omitempty"`
CallType Message_ScheduledCallCreationMessage_CallType `protobuf:"varint,2,opt,name=callType,proto3,enum=WAE2E.Message_ScheduledCallCreationMessage_CallType" json:"callType,omitempty"`
Title string `protobuf:"bytes,3,opt,name=title,proto3" json:"title,omitempty"`
}
func (x *Message_ScheduledCallCreationMessage) Reset() {
*x = Message_ScheduledCallCreationMessage{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[24]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Message_ScheduledCallCreationMessage) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Message_ScheduledCallCreationMessage) ProtoMessage() {}
func (x *Message_ScheduledCallCreationMessage) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_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 Message_ScheduledCallCreationMessage.ProtoReflect.Descriptor instead.
func (*Message_ScheduledCallCreationMessage) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 4}
}
func (x *Message_ScheduledCallCreationMessage) GetScheduledTimestampMS() int64 {
if x != nil {
return x.ScheduledTimestampMS
}
return 0
}
func (x *Message_ScheduledCallCreationMessage) GetCallType() Message_ScheduledCallCreationMessage_CallType {
if x != nil {
return x.CallType
}
return Message_ScheduledCallCreationMessage_UNKNOWN
}
func (x *Message_ScheduledCallCreationMessage) GetTitle() string {
if x != nil {
return x.Title
}
return ""
}
type Message_EventResponseMessage struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Response Message_EventResponseMessage_EventResponseType `protobuf:"varint,1,opt,name=response,proto3,enum=WAE2E.Message_EventResponseMessage_EventResponseType" json:"response,omitempty"`
TimestampMS int64 `protobuf:"varint,2,opt,name=timestampMS,proto3" json:"timestampMS,omitempty"`
}
func (x *Message_EventResponseMessage) Reset() {
*x = Message_EventResponseMessage{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[25]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Message_EventResponseMessage) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Message_EventResponseMessage) ProtoMessage() {}
func (x *Message_EventResponseMessage) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_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 Message_EventResponseMessage.ProtoReflect.Descriptor instead.
func (*Message_EventResponseMessage) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 5}
}
func (x *Message_EventResponseMessage) GetResponse() Message_EventResponseMessage_EventResponseType {
if x != nil {
return x.Response
}
return Message_EventResponseMessage_UNKNOWN
}
func (x *Message_EventResponseMessage) GetTimestampMS() int64 {
if x != nil {
return x.TimestampMS
}
return 0
}
type Message_PinInChatMessage struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Key *waCommon.MessageKey `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
Type Message_PinInChatMessage_Type `protobuf:"varint,2,opt,name=type,proto3,enum=WAE2E.Message_PinInChatMessage_Type" json:"type,omitempty"`
SenderTimestampMS int64 `protobuf:"varint,3,opt,name=senderTimestampMS,proto3" json:"senderTimestampMS,omitempty"`
}
func (x *Message_PinInChatMessage) Reset() {
*x = Message_PinInChatMessage{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[26]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Message_PinInChatMessage) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Message_PinInChatMessage) ProtoMessage() {}
func (x *Message_PinInChatMessage) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_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 Message_PinInChatMessage.ProtoReflect.Descriptor instead.
func (*Message_PinInChatMessage) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 6}
}
func (x *Message_PinInChatMessage) GetKey() *waCommon.MessageKey {
if x != nil {
return x.Key
}
return nil
}
func (x *Message_PinInChatMessage) GetType() Message_PinInChatMessage_Type {
if x != nil {
return x.Type
}
return Message_PinInChatMessage_UNKNOWN_TYPE
}
func (x *Message_PinInChatMessage) GetSenderTimestampMS() int64 {
if x != nil {
return x.SenderTimestampMS
}
return 0
}
type Message_ButtonsResponseMessage struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
// Types that are assignable to Response:
//
// *Message_ButtonsResponseMessage_SelectedDisplayText
Response isMessage_ButtonsResponseMessage_Response `protobuf_oneof:"response"`
SelectedButtonID string `protobuf:"bytes,1,opt,name=selectedButtonID,proto3" json:"selectedButtonID,omitempty"`
ContextInfo *ContextInfo `protobuf:"bytes,3,opt,name=contextInfo,proto3" json:"contextInfo,omitempty"`
Type Message_ButtonsResponseMessage_Type `protobuf:"varint,4,opt,name=type,proto3,enum=WAE2E.Message_ButtonsResponseMessage_Type" json:"type,omitempty"`
}
func (x *Message_ButtonsResponseMessage) Reset() {
*x = Message_ButtonsResponseMessage{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[27]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Message_ButtonsResponseMessage) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Message_ButtonsResponseMessage) ProtoMessage() {}
func (x *Message_ButtonsResponseMessage) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_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 Message_ButtonsResponseMessage.ProtoReflect.Descriptor instead.
func (*Message_ButtonsResponseMessage) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 7}
}
func (m *Message_ButtonsResponseMessage) GetResponse() isMessage_ButtonsResponseMessage_Response {
if m != nil {
return m.Response
}
return nil
}
func (x *Message_ButtonsResponseMessage) GetSelectedDisplayText() string {
if x, ok := x.GetResponse().(*Message_ButtonsResponseMessage_SelectedDisplayText); ok {
return x.SelectedDisplayText
}
return ""
}
func (x *Message_ButtonsResponseMessage) GetSelectedButtonID() string {
if x != nil {
return x.SelectedButtonID
}
return ""
}
func (x *Message_ButtonsResponseMessage) GetContextInfo() *ContextInfo {
if x != nil {
return x.ContextInfo
}
return nil
}
func (x *Message_ButtonsResponseMessage) GetType() Message_ButtonsResponseMessage_Type {
if x != nil {
return x.Type
}
return Message_ButtonsResponseMessage_UNKNOWN
}
type isMessage_ButtonsResponseMessage_Response interface {
isMessage_ButtonsResponseMessage_Response()
}
type Message_ButtonsResponseMessage_SelectedDisplayText struct {
SelectedDisplayText string `protobuf:"bytes,2,opt,name=selectedDisplayText,proto3,oneof"`
}
func (*Message_ButtonsResponseMessage_SelectedDisplayText) isMessage_ButtonsResponseMessage_Response() {
}
type Message_ButtonsMessage struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
// Types that are assignable to Header:
//
// *Message_ButtonsMessage_Text
// *Message_ButtonsMessage_DocumentMessage
// *Message_ButtonsMessage_ImageMessage
// *Message_ButtonsMessage_VideoMessage
// *Message_ButtonsMessage_LocationMessage
Header isMessage_ButtonsMessage_Header `protobuf_oneof:"header"`
ContentText string `protobuf:"bytes,6,opt,name=contentText,proto3" json:"contentText,omitempty"`
FooterText string `protobuf:"bytes,7,opt,name=footerText,proto3" json:"footerText,omitempty"`
ContextInfo *ContextInfo `protobuf:"bytes,8,opt,name=contextInfo,proto3" json:"contextInfo,omitempty"`
Buttons []*Message_ButtonsMessage_Button `protobuf:"bytes,9,rep,name=buttons,proto3" json:"buttons,omitempty"`
HeaderType Message_ButtonsMessage_HeaderType `protobuf:"varint,10,opt,name=headerType,proto3,enum=WAE2E.Message_ButtonsMessage_HeaderType" json:"headerType,omitempty"`
}
func (x *Message_ButtonsMessage) Reset() {
*x = Message_ButtonsMessage{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[28]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Message_ButtonsMessage) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Message_ButtonsMessage) ProtoMessage() {}
func (x *Message_ButtonsMessage) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_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 Message_ButtonsMessage.ProtoReflect.Descriptor instead.
func (*Message_ButtonsMessage) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 8}
}
func (m *Message_ButtonsMessage) GetHeader() isMessage_ButtonsMessage_Header {
if m != nil {
return m.Header
}
return nil
}
func (x *Message_ButtonsMessage) GetText() string {
if x, ok := x.GetHeader().(*Message_ButtonsMessage_Text); ok {
return x.Text
}
return ""
}
func (x *Message_ButtonsMessage) GetDocumentMessage() *Message_DocumentMessage {
if x, ok := x.GetHeader().(*Message_ButtonsMessage_DocumentMessage); ok {
return x.DocumentMessage
}
return nil
}
func (x *Message_ButtonsMessage) GetImageMessage() *Message_ImageMessage {
if x, ok := x.GetHeader().(*Message_ButtonsMessage_ImageMessage); ok {
return x.ImageMessage
}
return nil
}
func (x *Message_ButtonsMessage) GetVideoMessage() *Message_VideoMessage {
if x, ok := x.GetHeader().(*Message_ButtonsMessage_VideoMessage); ok {
return x.VideoMessage
}
return nil
}
func (x *Message_ButtonsMessage) GetLocationMessage() *Message_LocationMessage {
if x, ok := x.GetHeader().(*Message_ButtonsMessage_LocationMessage); ok {
return x.LocationMessage
}
return nil
}
func (x *Message_ButtonsMessage) GetContentText() string {
if x != nil {
return x.ContentText
}
return ""
}
func (x *Message_ButtonsMessage) GetFooterText() string {
if x != nil {
return x.FooterText
}
return ""
}
func (x *Message_ButtonsMessage) GetContextInfo() *ContextInfo {
if x != nil {
return x.ContextInfo
}
return nil
}
func (x *Message_ButtonsMessage) GetButtons() []*Message_ButtonsMessage_Button {
if x != nil {
return x.Buttons
}
return nil
}
func (x *Message_ButtonsMessage) GetHeaderType() Message_ButtonsMessage_HeaderType {
if x != nil {
return x.HeaderType
}
return Message_ButtonsMessage_UNKNOWN
}
type isMessage_ButtonsMessage_Header interface {
isMessage_ButtonsMessage_Header()
}
type Message_ButtonsMessage_Text struct {
Text string `protobuf:"bytes,1,opt,name=text,proto3,oneof"`
}
type Message_ButtonsMessage_DocumentMessage struct {
DocumentMessage *Message_DocumentMessage `protobuf:"bytes,2,opt,name=documentMessage,proto3,oneof"`
}
type Message_ButtonsMessage_ImageMessage struct {
ImageMessage *Message_ImageMessage `protobuf:"bytes,3,opt,name=imageMessage,proto3,oneof"`
}
type Message_ButtonsMessage_VideoMessage struct {
VideoMessage *Message_VideoMessage `protobuf:"bytes,4,opt,name=videoMessage,proto3,oneof"`
}
type Message_ButtonsMessage_LocationMessage struct {
LocationMessage *Message_LocationMessage `protobuf:"bytes,5,opt,name=locationMessage,proto3,oneof"`
}
func (*Message_ButtonsMessage_Text) isMessage_ButtonsMessage_Header() {}
func (*Message_ButtonsMessage_DocumentMessage) isMessage_ButtonsMessage_Header() {}
func (*Message_ButtonsMessage_ImageMessage) isMessage_ButtonsMessage_Header() {}
func (*Message_ButtonsMessage_VideoMessage) isMessage_ButtonsMessage_Header() {}
func (*Message_ButtonsMessage_LocationMessage) isMessage_ButtonsMessage_Header() {}
type Message_GroupInviteMessage struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
GroupJID string `protobuf:"bytes,1,opt,name=groupJID,proto3" json:"groupJID,omitempty"`
InviteCode string `protobuf:"bytes,2,opt,name=inviteCode,proto3" json:"inviteCode,omitempty"`
InviteExpiration int64 `protobuf:"varint,3,opt,name=inviteExpiration,proto3" json:"inviteExpiration,omitempty"`
GroupName string `protobuf:"bytes,4,opt,name=groupName,proto3" json:"groupName,omitempty"`
JPEGThumbnail []byte `protobuf:"bytes,5,opt,name=JPEGThumbnail,proto3" json:"JPEGThumbnail,omitempty"`
Caption string `protobuf:"bytes,6,opt,name=caption,proto3" json:"caption,omitempty"`
ContextInfo *ContextInfo `protobuf:"bytes,7,opt,name=contextInfo,proto3" json:"contextInfo,omitempty"`
GroupType Message_GroupInviteMessage_GroupType `protobuf:"varint,8,opt,name=groupType,proto3,enum=WAE2E.Message_GroupInviteMessage_GroupType" json:"groupType,omitempty"`
}
func (x *Message_GroupInviteMessage) Reset() {
*x = Message_GroupInviteMessage{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[29]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Message_GroupInviteMessage) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Message_GroupInviteMessage) ProtoMessage() {}
func (x *Message_GroupInviteMessage) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_proto_msgTypes[29]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use Message_GroupInviteMessage.ProtoReflect.Descriptor instead.
func (*Message_GroupInviteMessage) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 9}
}
func (x *Message_GroupInviteMessage) GetGroupJID() string {
if x != nil {
return x.GroupJID
}
return ""
}
func (x *Message_GroupInviteMessage) GetInviteCode() string {
if x != nil {
return x.InviteCode
}
return ""
}
func (x *Message_GroupInviteMessage) GetInviteExpiration() int64 {
if x != nil {
return x.InviteExpiration
}
return 0
}
func (x *Message_GroupInviteMessage) GetGroupName() string {
if x != nil {
return x.GroupName
}
return ""
}
func (x *Message_GroupInviteMessage) GetJPEGThumbnail() []byte {
if x != nil {
return x.JPEGThumbnail
}
return nil
}
func (x *Message_GroupInviteMessage) GetCaption() string {
if x != nil {
return x.Caption
}
return ""
}
func (x *Message_GroupInviteMessage) GetContextInfo() *ContextInfo {
if x != nil {
return x.ContextInfo
}
return nil
}
func (x *Message_GroupInviteMessage) GetGroupType() Message_GroupInviteMessage_GroupType {
if x != nil {
return x.GroupType
}
return Message_GroupInviteMessage_DEFAULT
}
type Message_InteractiveResponseMessage struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
// Types that are assignable to InteractiveResponseMessage:
//
// *Message_InteractiveResponseMessage_NativeFlowResponseMessage_
InteractiveResponseMessage isMessage_InteractiveResponseMessage_InteractiveResponseMessage `protobuf_oneof:"interactiveResponseMessage"`
Body *Message_InteractiveResponseMessage_Body `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"`
ContextInfo *ContextInfo `protobuf:"bytes,15,opt,name=contextInfo,proto3" json:"contextInfo,omitempty"`
}
func (x *Message_InteractiveResponseMessage) Reset() {
*x = Message_InteractiveResponseMessage{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[30]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Message_InteractiveResponseMessage) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Message_InteractiveResponseMessage) ProtoMessage() {}
func (x *Message_InteractiveResponseMessage) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_proto_msgTypes[30]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use Message_InteractiveResponseMessage.ProtoReflect.Descriptor instead.
func (*Message_InteractiveResponseMessage) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 10}
}
func (m *Message_InteractiveResponseMessage) GetInteractiveResponseMessage() isMessage_InteractiveResponseMessage_InteractiveResponseMessage {
if m != nil {
return m.InteractiveResponseMessage
}
return nil
}
func (x *Message_InteractiveResponseMessage) GetNativeFlowResponseMessage() *Message_InteractiveResponseMessage_NativeFlowResponseMessage {
if x, ok := x.GetInteractiveResponseMessage().(*Message_InteractiveResponseMessage_NativeFlowResponseMessage_); ok {
return x.NativeFlowResponseMessage
}
return nil
}
func (x *Message_InteractiveResponseMessage) GetBody() *Message_InteractiveResponseMessage_Body {
if x != nil {
return x.Body
}
return nil
}
func (x *Message_InteractiveResponseMessage) GetContextInfo() *ContextInfo {
if x != nil {
return x.ContextInfo
}
return nil
}
type isMessage_InteractiveResponseMessage_InteractiveResponseMessage interface {
isMessage_InteractiveResponseMessage_InteractiveResponseMessage()
}
type Message_InteractiveResponseMessage_NativeFlowResponseMessage_ struct {
NativeFlowResponseMessage *Message_InteractiveResponseMessage_NativeFlowResponseMessage `protobuf:"bytes,2,opt,name=nativeFlowResponseMessage,proto3,oneof"`
}
func (*Message_InteractiveResponseMessage_NativeFlowResponseMessage_) isMessage_InteractiveResponseMessage_InteractiveResponseMessage() {
}
type Message_InteractiveMessage struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
// Types that are assignable to InteractiveMessage:
//
// *Message_InteractiveMessage_ShopStorefrontMessage
// *Message_InteractiveMessage_CollectionMessage_
// *Message_InteractiveMessage_NativeFlowMessage_
// *Message_InteractiveMessage_CarouselMessage_
InteractiveMessage isMessage_InteractiveMessage_InteractiveMessage `protobuf_oneof:"interactiveMessage"`
Header *Message_InteractiveMessage_Header `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"`
Body *Message_InteractiveMessage_Body `protobuf:"bytes,2,opt,name=body,proto3" json:"body,omitempty"`
Footer *Message_InteractiveMessage_Footer `protobuf:"bytes,3,opt,name=footer,proto3" json:"footer,omitempty"`
ContextInfo *ContextInfo `protobuf:"bytes,15,opt,name=contextInfo,proto3" json:"contextInfo,omitempty"`
}
func (x *Message_InteractiveMessage) Reset() {
*x = Message_InteractiveMessage{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[31]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Message_InteractiveMessage) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Message_InteractiveMessage) ProtoMessage() {}
func (x *Message_InteractiveMessage) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_proto_msgTypes[31]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use Message_InteractiveMessage.ProtoReflect.Descriptor instead.
func (*Message_InteractiveMessage) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 11}
}
func (m *Message_InteractiveMessage) GetInteractiveMessage() isMessage_InteractiveMessage_InteractiveMessage {
if m != nil {
return m.InteractiveMessage
}
return nil
}
func (x *Message_InteractiveMessage) GetShopStorefrontMessage() *Message_InteractiveMessage_ShopMessage {
if x, ok := x.GetInteractiveMessage().(*Message_InteractiveMessage_ShopStorefrontMessage); ok {
return x.ShopStorefrontMessage
}
return nil
}
func (x *Message_InteractiveMessage) GetCollectionMessage() *Message_InteractiveMessage_CollectionMessage {
if x, ok := x.GetInteractiveMessage().(*Message_InteractiveMessage_CollectionMessage_); ok {
return x.CollectionMessage
}
return nil
}
func (x *Message_InteractiveMessage) GetNativeFlowMessage() *Message_InteractiveMessage_NativeFlowMessage {
if x, ok := x.GetInteractiveMessage().(*Message_InteractiveMessage_NativeFlowMessage_); ok {
return x.NativeFlowMessage
}
return nil
}
func (x *Message_InteractiveMessage) GetCarouselMessage() *Message_InteractiveMessage_CarouselMessage {
if x, ok := x.GetInteractiveMessage().(*Message_InteractiveMessage_CarouselMessage_); ok {
return x.CarouselMessage
}
return nil
}
func (x *Message_InteractiveMessage) GetHeader() *Message_InteractiveMessage_Header {
if x != nil {
return x.Header
}
return nil
}
func (x *Message_InteractiveMessage) GetBody() *Message_InteractiveMessage_Body {
if x != nil {
return x.Body
}
return nil
}
func (x *Message_InteractiveMessage) GetFooter() *Message_InteractiveMessage_Footer {
if x != nil {
return x.Footer
}
return nil
}
func (x *Message_InteractiveMessage) GetContextInfo() *ContextInfo {
if x != nil {
return x.ContextInfo
}
return nil
}
type isMessage_InteractiveMessage_InteractiveMessage interface {
isMessage_InteractiveMessage_InteractiveMessage()
}
type Message_InteractiveMessage_ShopStorefrontMessage struct {
ShopStorefrontMessage *Message_InteractiveMessage_ShopMessage `protobuf:"bytes,4,opt,name=shopStorefrontMessage,proto3,oneof"`
}
type Message_InteractiveMessage_CollectionMessage_ struct {
CollectionMessage *Message_InteractiveMessage_CollectionMessage `protobuf:"bytes,5,opt,name=collectionMessage,proto3,oneof"`
}
type Message_InteractiveMessage_NativeFlowMessage_ struct {
NativeFlowMessage *Message_InteractiveMessage_NativeFlowMessage `protobuf:"bytes,6,opt,name=nativeFlowMessage,proto3,oneof"`
}
type Message_InteractiveMessage_CarouselMessage_ struct {
CarouselMessage *Message_InteractiveMessage_CarouselMessage `protobuf:"bytes,7,opt,name=carouselMessage,proto3,oneof"`
}
func (*Message_InteractiveMessage_ShopStorefrontMessage) isMessage_InteractiveMessage_InteractiveMessage() {
}
func (*Message_InteractiveMessage_CollectionMessage_) isMessage_InteractiveMessage_InteractiveMessage() {
}
func (*Message_InteractiveMessage_NativeFlowMessage_) isMessage_InteractiveMessage_InteractiveMessage() {
}
func (*Message_InteractiveMessage_CarouselMessage_) isMessage_InteractiveMessage_InteractiveMessage() {
}
type Message_ListResponseMessage struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Title string `protobuf:"bytes,1,opt,name=title,proto3" json:"title,omitempty"`
ListType Message_ListResponseMessage_ListType `protobuf:"varint,2,opt,name=listType,proto3,enum=WAE2E.Message_ListResponseMessage_ListType" json:"listType,omitempty"`
SingleSelectReply *Message_ListResponseMessage_SingleSelectReply `protobuf:"bytes,3,opt,name=singleSelectReply,proto3" json:"singleSelectReply,omitempty"`
ContextInfo *ContextInfo `protobuf:"bytes,4,opt,name=contextInfo,proto3" json:"contextInfo,omitempty"`
Description string `protobuf:"bytes,5,opt,name=description,proto3" json:"description,omitempty"`
}
func (x *Message_ListResponseMessage) Reset() {
*x = Message_ListResponseMessage{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[32]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Message_ListResponseMessage) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Message_ListResponseMessage) ProtoMessage() {}
func (x *Message_ListResponseMessage) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_proto_msgTypes[32]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use Message_ListResponseMessage.ProtoReflect.Descriptor instead.
func (*Message_ListResponseMessage) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 12}
}
func (x *Message_ListResponseMessage) GetTitle() string {
if x != nil {
return x.Title
}
return ""
}
func (x *Message_ListResponseMessage) GetListType() Message_ListResponseMessage_ListType {
if x != nil {
return x.ListType
}
return Message_ListResponseMessage_UNKNOWN
}
func (x *Message_ListResponseMessage) GetSingleSelectReply() *Message_ListResponseMessage_SingleSelectReply {
if x != nil {
return x.SingleSelectReply
}
return nil
}
func (x *Message_ListResponseMessage) GetContextInfo() *ContextInfo {
if x != nil {
return x.ContextInfo
}
return nil
}
func (x *Message_ListResponseMessage) GetDescription() string {
if x != nil {
return x.Description
}
return ""
}
type Message_ListMessage struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Title string `protobuf:"bytes,1,opt,name=title,proto3" json:"title,omitempty"`
Description string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
ButtonText string `protobuf:"bytes,3,opt,name=buttonText,proto3" json:"buttonText,omitempty"`
ListType Message_ListMessage_ListType `protobuf:"varint,4,opt,name=listType,proto3,enum=WAE2E.Message_ListMessage_ListType" json:"listType,omitempty"`
Sections []*Message_ListMessage_Section `protobuf:"bytes,5,rep,name=sections,proto3" json:"sections,omitempty"`
ProductListInfo *Message_ListMessage_ProductListInfo `protobuf:"bytes,6,opt,name=productListInfo,proto3" json:"productListInfo,omitempty"`
FooterText string `protobuf:"bytes,7,opt,name=footerText,proto3" json:"footerText,omitempty"`
ContextInfo *ContextInfo `protobuf:"bytes,8,opt,name=contextInfo,proto3" json:"contextInfo,omitempty"`
}
func (x *Message_ListMessage) Reset() {
*x = Message_ListMessage{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[33]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Message_ListMessage) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Message_ListMessage) ProtoMessage() {}
func (x *Message_ListMessage) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_proto_msgTypes[33]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use Message_ListMessage.ProtoReflect.Descriptor instead.
func (*Message_ListMessage) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 13}
}
func (x *Message_ListMessage) GetTitle() string {
if x != nil {
return x.Title
}
return ""
}
func (x *Message_ListMessage) GetDescription() string {
if x != nil {
return x.Description
}
return ""
}
func (x *Message_ListMessage) GetButtonText() string {
if x != nil {
return x.ButtonText
}
return ""
}
func (x *Message_ListMessage) GetListType() Message_ListMessage_ListType {
if x != nil {
return x.ListType
}
return Message_ListMessage_UNKNOWN
}
func (x *Message_ListMessage) GetSections() []*Message_ListMessage_Section {
if x != nil {
return x.Sections
}
return nil
}
func (x *Message_ListMessage) GetProductListInfo() *Message_ListMessage_ProductListInfo {
if x != nil {
return x.ProductListInfo
}
return nil
}
func (x *Message_ListMessage) GetFooterText() string {
if x != nil {
return x.FooterText
}
return ""
}
func (x *Message_ListMessage) GetContextInfo() *ContextInfo {
if x != nil {
return x.ContextInfo
}
return nil
}
type Message_OrderMessage struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
OrderID string `protobuf:"bytes,1,opt,name=orderID,proto3" json:"orderID,omitempty"`
Thumbnail []byte `protobuf:"bytes,2,opt,name=thumbnail,proto3" json:"thumbnail,omitempty"`
ItemCount int32 `protobuf:"varint,3,opt,name=itemCount,proto3" json:"itemCount,omitempty"`
Status Message_OrderMessage_OrderStatus `protobuf:"varint,4,opt,name=status,proto3,enum=WAE2E.Message_OrderMessage_OrderStatus" json:"status,omitempty"`
Surface Message_OrderMessage_OrderSurface `protobuf:"varint,5,opt,name=surface,proto3,enum=WAE2E.Message_OrderMessage_OrderSurface" json:"surface,omitempty"`
Message string `protobuf:"bytes,6,opt,name=message,proto3" json:"message,omitempty"`
OrderTitle string `protobuf:"bytes,7,opt,name=orderTitle,proto3" json:"orderTitle,omitempty"`
SellerJID string `protobuf:"bytes,8,opt,name=sellerJID,proto3" json:"sellerJID,omitempty"`
Token string `protobuf:"bytes,9,opt,name=token,proto3" json:"token,omitempty"`
TotalAmount1000 int64 `protobuf:"varint,10,opt,name=totalAmount1000,proto3" json:"totalAmount1000,omitempty"`
TotalCurrencyCode string `protobuf:"bytes,11,opt,name=totalCurrencyCode,proto3" json:"totalCurrencyCode,omitempty"`
ContextInfo *ContextInfo `protobuf:"bytes,17,opt,name=contextInfo,proto3" json:"contextInfo,omitempty"`
MessageVersion int32 `protobuf:"varint,12,opt,name=messageVersion,proto3" json:"messageVersion,omitempty"`
OrderRequestMessageID *waCommon.MessageKey `protobuf:"bytes,13,opt,name=orderRequestMessageID,proto3" json:"orderRequestMessageID,omitempty"`
}
func (x *Message_OrderMessage) Reset() {
*x = Message_OrderMessage{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[34]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Message_OrderMessage) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Message_OrderMessage) ProtoMessage() {}
func (x *Message_OrderMessage) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_proto_msgTypes[34]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use Message_OrderMessage.ProtoReflect.Descriptor instead.
func (*Message_OrderMessage) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 14}
}
func (x *Message_OrderMessage) GetOrderID() string {
if x != nil {
return x.OrderID
}
return ""
}
func (x *Message_OrderMessage) GetThumbnail() []byte {
if x != nil {
return x.Thumbnail
}
return nil
}
func (x *Message_OrderMessage) GetItemCount() int32 {
if x != nil {
return x.ItemCount
}
return 0
}
func (x *Message_OrderMessage) GetStatus() Message_OrderMessage_OrderStatus {
if x != nil {
return x.Status
}
return Message_OrderMessage_ORDERSTATUS_UNKNOWN
}
func (x *Message_OrderMessage) GetSurface() Message_OrderMessage_OrderSurface {
if x != nil {
return x.Surface
}
return Message_OrderMessage_ORDERSURFACE_UNKNOWN
}
func (x *Message_OrderMessage) GetMessage() string {
if x != nil {
return x.Message
}
return ""
}
func (x *Message_OrderMessage) GetOrderTitle() string {
if x != nil {
return x.OrderTitle
}
return ""
}
func (x *Message_OrderMessage) GetSellerJID() string {
if x != nil {
return x.SellerJID
}
return ""
}
func (x *Message_OrderMessage) GetToken() string {
if x != nil {
return x.Token
}
return ""
}
func (x *Message_OrderMessage) GetTotalAmount1000() int64 {
if x != nil {
return x.TotalAmount1000
}
return 0
}
func (x *Message_OrderMessage) GetTotalCurrencyCode() string {
if x != nil {
return x.TotalCurrencyCode
}
return ""
}
func (x *Message_OrderMessage) GetContextInfo() *ContextInfo {
if x != nil {
return x.ContextInfo
}
return nil
}
func (x *Message_OrderMessage) GetMessageVersion() int32 {
if x != nil {
return x.MessageVersion
}
return 0
}
func (x *Message_OrderMessage) GetOrderRequestMessageID() *waCommon.MessageKey {
if x != nil {
return x.OrderRequestMessageID
}
return nil
}
type Message_PaymentInviteMessage struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
ServiceType Message_PaymentInviteMessage_ServiceType `protobuf:"varint,1,opt,name=serviceType,proto3,enum=WAE2E.Message_PaymentInviteMessage_ServiceType" json:"serviceType,omitempty"`
ExpiryTimestamp int64 `protobuf:"varint,2,opt,name=expiryTimestamp,proto3" json:"expiryTimestamp,omitempty"`
}
func (x *Message_PaymentInviteMessage) Reset() {
*x = Message_PaymentInviteMessage{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[35]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Message_PaymentInviteMessage) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Message_PaymentInviteMessage) ProtoMessage() {}
func (x *Message_PaymentInviteMessage) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_proto_msgTypes[35]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use Message_PaymentInviteMessage.ProtoReflect.Descriptor instead.
func (*Message_PaymentInviteMessage) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 15}
}
func (x *Message_PaymentInviteMessage) GetServiceType() Message_PaymentInviteMessage_ServiceType {
if x != nil {
return x.ServiceType
}
return Message_PaymentInviteMessage_UNKNOWN
}
func (x *Message_PaymentInviteMessage) GetExpiryTimestamp() int64 {
if x != nil {
return x.ExpiryTimestamp
}
return 0
}
type Message_HighlyStructuredMessage struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
ElementName string `protobuf:"bytes,2,opt,name=elementName,proto3" json:"elementName,omitempty"`
Params []string `protobuf:"bytes,3,rep,name=params,proto3" json:"params,omitempty"`
FallbackLg string `protobuf:"bytes,4,opt,name=fallbackLg,proto3" json:"fallbackLg,omitempty"`
FallbackLc string `protobuf:"bytes,5,opt,name=fallbackLc,proto3" json:"fallbackLc,omitempty"`
LocalizableParams []*Message_HighlyStructuredMessage_HSMLocalizableParameter `protobuf:"bytes,6,rep,name=localizableParams,proto3" json:"localizableParams,omitempty"`
DeterministicLg string `protobuf:"bytes,7,opt,name=deterministicLg,proto3" json:"deterministicLg,omitempty"`
DeterministicLc string `protobuf:"bytes,8,opt,name=deterministicLc,proto3" json:"deterministicLc,omitempty"`
HydratedHsm *Message_TemplateMessage `protobuf:"bytes,9,opt,name=hydratedHsm,proto3" json:"hydratedHsm,omitempty"`
}
func (x *Message_HighlyStructuredMessage) Reset() {
*x = Message_HighlyStructuredMessage{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[36]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Message_HighlyStructuredMessage) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Message_HighlyStructuredMessage) ProtoMessage() {}
func (x *Message_HighlyStructuredMessage) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_proto_msgTypes[36]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use Message_HighlyStructuredMessage.ProtoReflect.Descriptor instead.
func (*Message_HighlyStructuredMessage) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 16}
}
func (x *Message_HighlyStructuredMessage) GetNamespace() string {
if x != nil {
return x.Namespace
}
return ""
}
func (x *Message_HighlyStructuredMessage) GetElementName() string {
if x != nil {
return x.ElementName
}
return ""
}
func (x *Message_HighlyStructuredMessage) GetParams() []string {
if x != nil {
return x.Params
}
return nil
}
func (x *Message_HighlyStructuredMessage) GetFallbackLg() string {
if x != nil {
return x.FallbackLg
}
return ""
}
func (x *Message_HighlyStructuredMessage) GetFallbackLc() string {
if x != nil {
return x.FallbackLc
}
return ""
}
func (x *Message_HighlyStructuredMessage) GetLocalizableParams() []*Message_HighlyStructuredMessage_HSMLocalizableParameter {
if x != nil {
return x.LocalizableParams
}
return nil
}
func (x *Message_HighlyStructuredMessage) GetDeterministicLg() string {
if x != nil {
return x.DeterministicLg
}
return ""
}
func (x *Message_HighlyStructuredMessage) GetDeterministicLc() string {
if x != nil {
return x.DeterministicLc
}
return ""
}
func (x *Message_HighlyStructuredMessage) GetHydratedHsm() *Message_TemplateMessage {
if x != nil {
return x.HydratedHsm
}
return nil
}
type Message_HistorySyncNotification struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
FileSHA256 []byte `protobuf:"bytes,1,opt,name=fileSHA256,proto3" json:"fileSHA256,omitempty"`
FileLength uint64 `protobuf:"varint,2,opt,name=fileLength,proto3" json:"fileLength,omitempty"`
MediaKey []byte `protobuf:"bytes,3,opt,name=mediaKey,proto3" json:"mediaKey,omitempty"`
FileEncSHA256 []byte `protobuf:"bytes,4,opt,name=fileEncSHA256,proto3" json:"fileEncSHA256,omitempty"`
DirectPath string `protobuf:"bytes,5,opt,name=directPath,proto3" json:"directPath,omitempty"`
SyncType Message_HistorySyncNotification_HistorySyncType `protobuf:"varint,6,opt,name=syncType,proto3,enum=WAE2E.Message_HistorySyncNotification_HistorySyncType" json:"syncType,omitempty"`
ChunkOrder uint32 `protobuf:"varint,7,opt,name=chunkOrder,proto3" json:"chunkOrder,omitempty"`
OriginalMessageID string `protobuf:"bytes,8,opt,name=originalMessageID,proto3" json:"originalMessageID,omitempty"`
Progress uint32 `protobuf:"varint,9,opt,name=progress,proto3" json:"progress,omitempty"`
OldestMsgInChunkTimestampSec int64 `protobuf:"varint,10,opt,name=oldestMsgInChunkTimestampSec,proto3" json:"oldestMsgInChunkTimestampSec,omitempty"`
InitialHistBootstrapInlinePayload []byte `protobuf:"bytes,11,opt,name=initialHistBootstrapInlinePayload,proto3" json:"initialHistBootstrapInlinePayload,omitempty"`
PeerDataRequestSessionID string `protobuf:"bytes,12,opt,name=peerDataRequestSessionID,proto3" json:"peerDataRequestSessionID,omitempty"`
}
func (x *Message_HistorySyncNotification) Reset() {
*x = Message_HistorySyncNotification{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[37]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Message_HistorySyncNotification) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Message_HistorySyncNotification) ProtoMessage() {}
func (x *Message_HistorySyncNotification) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_proto_msgTypes[37]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use Message_HistorySyncNotification.ProtoReflect.Descriptor instead.
func (*Message_HistorySyncNotification) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 17}
}
func (x *Message_HistorySyncNotification) GetFileSHA256() []byte {
if x != nil {
return x.FileSHA256
}
return nil
}
func (x *Message_HistorySyncNotification) GetFileLength() uint64 {
if x != nil {
return x.FileLength
}
return 0
}
func (x *Message_HistorySyncNotification) GetMediaKey() []byte {
if x != nil {
return x.MediaKey
}
return nil
}
func (x *Message_HistorySyncNotification) GetFileEncSHA256() []byte {
if x != nil {
return x.FileEncSHA256
}
return nil
}
func (x *Message_HistorySyncNotification) GetDirectPath() string {
if x != nil {
return x.DirectPath
}
return ""
}
func (x *Message_HistorySyncNotification) GetSyncType() Message_HistorySyncNotification_HistorySyncType {
if x != nil {
return x.SyncType
}
return Message_HistorySyncNotification_INITIAL_BOOTSTRAP
}
func (x *Message_HistorySyncNotification) GetChunkOrder() uint32 {
if x != nil {
return x.ChunkOrder
}
return 0
}
func (x *Message_HistorySyncNotification) GetOriginalMessageID() string {
if x != nil {
return x.OriginalMessageID
}
return ""
}
func (x *Message_HistorySyncNotification) GetProgress() uint32 {
if x != nil {
return x.Progress
}
return 0
}
func (x *Message_HistorySyncNotification) GetOldestMsgInChunkTimestampSec() int64 {
if x != nil {
return x.OldestMsgInChunkTimestampSec
}
return 0
}
func (x *Message_HistorySyncNotification) GetInitialHistBootstrapInlinePayload() []byte {
if x != nil {
return x.InitialHistBootstrapInlinePayload
}
return nil
}
func (x *Message_HistorySyncNotification) GetPeerDataRequestSessionID() string {
if x != nil {
return x.PeerDataRequestSessionID
}
return ""
}
type Message_RequestWelcomeMessageMetadata struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
LocalChatState Message_RequestWelcomeMessageMetadata_LocalChatState `protobuf:"varint,1,opt,name=localChatState,proto3,enum=WAE2E.Message_RequestWelcomeMessageMetadata_LocalChatState" json:"localChatState,omitempty"`
}
func (x *Message_RequestWelcomeMessageMetadata) Reset() {
*x = Message_RequestWelcomeMessageMetadata{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[38]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Message_RequestWelcomeMessageMetadata) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Message_RequestWelcomeMessageMetadata) ProtoMessage() {}
func (x *Message_RequestWelcomeMessageMetadata) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_proto_msgTypes[38]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use Message_RequestWelcomeMessageMetadata.ProtoReflect.Descriptor instead.
func (*Message_RequestWelcomeMessageMetadata) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 18}
}
func (x *Message_RequestWelcomeMessageMetadata) GetLocalChatState() Message_RequestWelcomeMessageMetadata_LocalChatState {
if x != nil {
return x.LocalChatState
}
return Message_RequestWelcomeMessageMetadata_EMPTY
}
type Message_ProtocolMessage struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Key *waCommon.MessageKey `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
Type Message_ProtocolMessage_Type `protobuf:"varint,2,opt,name=type,proto3,enum=WAE2E.Message_ProtocolMessage_Type" json:"type,omitempty"`
EphemeralExpiration uint32 `protobuf:"varint,4,opt,name=ephemeralExpiration,proto3" json:"ephemeralExpiration,omitempty"`
EphemeralSettingTimestamp int64 `protobuf:"varint,5,opt,name=ephemeralSettingTimestamp,proto3" json:"ephemeralSettingTimestamp,omitempty"`
HistorySyncNotification *Message_HistorySyncNotification `protobuf:"bytes,6,opt,name=historySyncNotification,proto3" json:"historySyncNotification,omitempty"`
AppStateSyncKeyShare *Message_AppStateSyncKeyShare `protobuf:"bytes,7,opt,name=appStateSyncKeyShare,proto3" json:"appStateSyncKeyShare,omitempty"`
AppStateSyncKeyRequest *Message_AppStateSyncKeyRequest `protobuf:"bytes,8,opt,name=appStateSyncKeyRequest,proto3" json:"appStateSyncKeyRequest,omitempty"`
InitialSecurityNotificationSettingSync *Message_InitialSecurityNotificationSettingSync `protobuf:"bytes,9,opt,name=initialSecurityNotificationSettingSync,proto3" json:"initialSecurityNotificationSettingSync,omitempty"`
AppStateFatalExceptionNotification *Message_AppStateFatalExceptionNotification `protobuf:"bytes,10,opt,name=appStateFatalExceptionNotification,proto3" json:"appStateFatalExceptionNotification,omitempty"`
DisappearingMode *DisappearingMode `protobuf:"bytes,11,opt,name=disappearingMode,proto3" json:"disappearingMode,omitempty"`
EditedMessage *Message `protobuf:"bytes,14,opt,name=editedMessage,proto3" json:"editedMessage,omitempty"`
TimestampMS int64 `protobuf:"varint,15,opt,name=timestampMS,proto3" json:"timestampMS,omitempty"`
PeerDataOperationRequestMessage *Message_PeerDataOperationRequestMessage `protobuf:"bytes,16,opt,name=peerDataOperationRequestMessage,proto3" json:"peerDataOperationRequestMessage,omitempty"`
PeerDataOperationRequestResponseMessage *Message_PeerDataOperationRequestResponseMessage `protobuf:"bytes,17,opt,name=peerDataOperationRequestResponseMessage,proto3" json:"peerDataOperationRequestResponseMessage,omitempty"`
BotFeedbackMessage *Message_BotFeedbackMessage `protobuf:"bytes,18,opt,name=botFeedbackMessage,proto3" json:"botFeedbackMessage,omitempty"`
InvokerJID string `protobuf:"bytes,19,opt,name=invokerJID,proto3" json:"invokerJID,omitempty"`
RequestWelcomeMessageMetadata *Message_RequestWelcomeMessageMetadata `protobuf:"bytes,20,opt,name=requestWelcomeMessageMetadata,proto3" json:"requestWelcomeMessageMetadata,omitempty"`
MediaNotifyMessage *MediaNotifyMessage `protobuf:"bytes,21,opt,name=mediaNotifyMessage,proto3" json:"mediaNotifyMessage,omitempty"`
}
func (x *Message_ProtocolMessage) Reset() {
*x = Message_ProtocolMessage{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[39]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Message_ProtocolMessage) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Message_ProtocolMessage) ProtoMessage() {}
func (x *Message_ProtocolMessage) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_proto_msgTypes[39]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use Message_ProtocolMessage.ProtoReflect.Descriptor instead.
func (*Message_ProtocolMessage) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 19}
}
func (x *Message_ProtocolMessage) GetKey() *waCommon.MessageKey {
if x != nil {
return x.Key
}
return nil
}
func (x *Message_ProtocolMessage) GetType() Message_ProtocolMessage_Type {
if x != nil {
return x.Type
}
return Message_ProtocolMessage_REVOKE
}
func (x *Message_ProtocolMessage) GetEphemeralExpiration() uint32 {
if x != nil {
return x.EphemeralExpiration
}
return 0
}
func (x *Message_ProtocolMessage) GetEphemeralSettingTimestamp() int64 {
if x != nil {
return x.EphemeralSettingTimestamp
}
return 0
}
func (x *Message_ProtocolMessage) GetHistorySyncNotification() *Message_HistorySyncNotification {
if x != nil {
return x.HistorySyncNotification
}
return nil
}
func (x *Message_ProtocolMessage) GetAppStateSyncKeyShare() *Message_AppStateSyncKeyShare {
if x != nil {
return x.AppStateSyncKeyShare
}
return nil
}
func (x *Message_ProtocolMessage) GetAppStateSyncKeyRequest() *Message_AppStateSyncKeyRequest {
if x != nil {
return x.AppStateSyncKeyRequest
}
return nil
}
func (x *Message_ProtocolMessage) GetInitialSecurityNotificationSettingSync() *Message_InitialSecurityNotificationSettingSync {
if x != nil {
return x.InitialSecurityNotificationSettingSync
}
return nil
}
func (x *Message_ProtocolMessage) GetAppStateFatalExceptionNotification() *Message_AppStateFatalExceptionNotification {
if x != nil {
return x.AppStateFatalExceptionNotification
}
return nil
}
func (x *Message_ProtocolMessage) GetDisappearingMode() *DisappearingMode {
if x != nil {
return x.DisappearingMode
}
return nil
}
func (x *Message_ProtocolMessage) GetEditedMessage() *Message {
if x != nil {
return x.EditedMessage
}
return nil
}
func (x *Message_ProtocolMessage) GetTimestampMS() int64 {
if x != nil {
return x.TimestampMS
}
return 0
}
func (x *Message_ProtocolMessage) GetPeerDataOperationRequestMessage() *Message_PeerDataOperationRequestMessage {
if x != nil {
return x.PeerDataOperationRequestMessage
}
return nil
}
func (x *Message_ProtocolMessage) GetPeerDataOperationRequestResponseMessage() *Message_PeerDataOperationRequestResponseMessage {
if x != nil {
return x.PeerDataOperationRequestResponseMessage
}
return nil
}
func (x *Message_ProtocolMessage) GetBotFeedbackMessage() *Message_BotFeedbackMessage {
if x != nil {
return x.BotFeedbackMessage
}
return nil
}
func (x *Message_ProtocolMessage) GetInvokerJID() string {
if x != nil {
return x.InvokerJID
}
return ""
}
func (x *Message_ProtocolMessage) GetRequestWelcomeMessageMetadata() *Message_RequestWelcomeMessageMetadata {
if x != nil {
return x.RequestWelcomeMessageMetadata
}
return nil
}
func (x *Message_ProtocolMessage) GetMediaNotifyMessage() *MediaNotifyMessage {
if x != nil {
return x.MediaNotifyMessage
}
return nil
}
type Message_BotFeedbackMessage struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
MessageKey *waCommon.MessageKey `protobuf:"bytes,1,opt,name=messageKey,proto3" json:"messageKey,omitempty"`
Kind Message_BotFeedbackMessage_BotFeedbackKind `protobuf:"varint,2,opt,name=kind,proto3,enum=WAE2E.Message_BotFeedbackMessage_BotFeedbackKind" json:"kind,omitempty"`
Text string `protobuf:"bytes,3,opt,name=text,proto3" json:"text,omitempty"`
KindNegative uint64 `protobuf:"varint,4,opt,name=kindNegative,proto3" json:"kindNegative,omitempty"`
KindPositive uint64 `protobuf:"varint,5,opt,name=kindPositive,proto3" json:"kindPositive,omitempty"`
}
func (x *Message_BotFeedbackMessage) Reset() {
*x = Message_BotFeedbackMessage{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[40]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Message_BotFeedbackMessage) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Message_BotFeedbackMessage) ProtoMessage() {}
func (x *Message_BotFeedbackMessage) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_proto_msgTypes[40]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use Message_BotFeedbackMessage.ProtoReflect.Descriptor instead.
func (*Message_BotFeedbackMessage) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 20}
}
func (x *Message_BotFeedbackMessage) GetMessageKey() *waCommon.MessageKey {
if x != nil {
return x.MessageKey
}
return nil
}
func (x *Message_BotFeedbackMessage) GetKind() Message_BotFeedbackMessage_BotFeedbackKind {
if x != nil {
return x.Kind
}
return Message_BotFeedbackMessage_BOT_FEEDBACK_POSITIVE
}
func (x *Message_BotFeedbackMessage) GetText() string {
if x != nil {
return x.Text
}
return ""
}
func (x *Message_BotFeedbackMessage) GetKindNegative() uint64 {
if x != nil {
return x.KindNegative
}
return 0
}
func (x *Message_BotFeedbackMessage) GetKindPositive() uint64 {
if x != nil {
return x.KindPositive
}
return 0
}
type Message_VideoMessage struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
URL string `protobuf:"bytes,1,opt,name=URL,proto3" json:"URL,omitempty"`
Mimetype string `protobuf:"bytes,2,opt,name=mimetype,proto3" json:"mimetype,omitempty"`
FileSHA256 []byte `protobuf:"bytes,3,opt,name=fileSHA256,proto3" json:"fileSHA256,omitempty"`
FileLength uint64 `protobuf:"varint,4,opt,name=fileLength,proto3" json:"fileLength,omitempty"`
Seconds uint32 `protobuf:"varint,5,opt,name=seconds,proto3" json:"seconds,omitempty"`
MediaKey []byte `protobuf:"bytes,6,opt,name=mediaKey,proto3" json:"mediaKey,omitempty"`
Caption string `protobuf:"bytes,7,opt,name=caption,proto3" json:"caption,omitempty"`
GifPlayback bool `protobuf:"varint,8,opt,name=gifPlayback,proto3" json:"gifPlayback,omitempty"`
Height uint32 `protobuf:"varint,9,opt,name=height,proto3" json:"height,omitempty"`
Width uint32 `protobuf:"varint,10,opt,name=width,proto3" json:"width,omitempty"`
FileEncSHA256 []byte `protobuf:"bytes,11,opt,name=fileEncSHA256,proto3" json:"fileEncSHA256,omitempty"`
InteractiveAnnotations []*InteractiveAnnotation `protobuf:"bytes,12,rep,name=interactiveAnnotations,proto3" json:"interactiveAnnotations,omitempty"`
DirectPath string `protobuf:"bytes,13,opt,name=directPath,proto3" json:"directPath,omitempty"`
MediaKeyTimestamp int64 `protobuf:"varint,14,opt,name=mediaKeyTimestamp,proto3" json:"mediaKeyTimestamp,omitempty"`
JPEGThumbnail []byte `protobuf:"bytes,16,opt,name=JPEGThumbnail,proto3" json:"JPEGThumbnail,omitempty"`
ContextInfo *ContextInfo `protobuf:"bytes,17,opt,name=contextInfo,proto3" json:"contextInfo,omitempty"`
StreamingSidecar []byte `protobuf:"bytes,18,opt,name=streamingSidecar,proto3" json:"streamingSidecar,omitempty"`
GifAttribution Message_VideoMessage_Attribution `protobuf:"varint,19,opt,name=gifAttribution,proto3,enum=WAE2E.Message_VideoMessage_Attribution" json:"gifAttribution,omitempty"`
ViewOnce bool `protobuf:"varint,20,opt,name=viewOnce,proto3" json:"viewOnce,omitempty"`
ThumbnailDirectPath string `protobuf:"bytes,21,opt,name=thumbnailDirectPath,proto3" json:"thumbnailDirectPath,omitempty"`
ThumbnailSHA256 []byte `protobuf:"bytes,22,opt,name=thumbnailSHA256,proto3" json:"thumbnailSHA256,omitempty"`
ThumbnailEncSHA256 []byte `protobuf:"bytes,23,opt,name=thumbnailEncSHA256,proto3" json:"thumbnailEncSHA256,omitempty"`
StaticURL string `protobuf:"bytes,24,opt,name=staticURL,proto3" json:"staticURL,omitempty"`
Annotations []*InteractiveAnnotation `protobuf:"bytes,25,rep,name=annotations,proto3" json:"annotations,omitempty"`
}
func (x *Message_VideoMessage) Reset() {
*x = Message_VideoMessage{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[41]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Message_VideoMessage) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Message_VideoMessage) ProtoMessage() {}
func (x *Message_VideoMessage) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_proto_msgTypes[41]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use Message_VideoMessage.ProtoReflect.Descriptor instead.
func (*Message_VideoMessage) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 21}
}
func (x *Message_VideoMessage) GetURL() string {
if x != nil {
return x.URL
}
return ""
}
func (x *Message_VideoMessage) GetMimetype() string {
if x != nil {
return x.Mimetype
}
return ""
}
func (x *Message_VideoMessage) GetFileSHA256() []byte {
if x != nil {
return x.FileSHA256
}
return nil
}
func (x *Message_VideoMessage) GetFileLength() uint64 {
if x != nil {
return x.FileLength
}
return 0
}
func (x *Message_VideoMessage) GetSeconds() uint32 {
if x != nil {
return x.Seconds
}
return 0
}
func (x *Message_VideoMessage) GetMediaKey() []byte {
if x != nil {
return x.MediaKey
}
return nil
}
func (x *Message_VideoMessage) GetCaption() string {
if x != nil {
return x.Caption
}
return ""
}
func (x *Message_VideoMessage) GetGifPlayback() bool {
if x != nil {
return x.GifPlayback
}
return false
}
func (x *Message_VideoMessage) GetHeight() uint32 {
if x != nil {
return x.Height
}
return 0
}
func (x *Message_VideoMessage) GetWidth() uint32 {
if x != nil {
return x.Width
}
return 0
}
func (x *Message_VideoMessage) GetFileEncSHA256() []byte {
if x != nil {
return x.FileEncSHA256
}
return nil
}
func (x *Message_VideoMessage) GetInteractiveAnnotations() []*InteractiveAnnotation {
if x != nil {
return x.InteractiveAnnotations
}
return nil
}
func (x *Message_VideoMessage) GetDirectPath() string {
if x != nil {
return x.DirectPath
}
return ""
}
func (x *Message_VideoMessage) GetMediaKeyTimestamp() int64 {
if x != nil {
return x.MediaKeyTimestamp
}
return 0
}
func (x *Message_VideoMessage) GetJPEGThumbnail() []byte {
if x != nil {
return x.JPEGThumbnail
}
return nil
}
func (x *Message_VideoMessage) GetContextInfo() *ContextInfo {
if x != nil {
return x.ContextInfo
}
return nil
}
func (x *Message_VideoMessage) GetStreamingSidecar() []byte {
if x != nil {
return x.StreamingSidecar
}
return nil
}
func (x *Message_VideoMessage) GetGifAttribution() Message_VideoMessage_Attribution {
if x != nil {
return x.GifAttribution
}
return Message_VideoMessage_NONE
}
func (x *Message_VideoMessage) GetViewOnce() bool {
if x != nil {
return x.ViewOnce
}
return false
}
func (x *Message_VideoMessage) GetThumbnailDirectPath() string {
if x != nil {
return x.ThumbnailDirectPath
}
return ""
}
func (x *Message_VideoMessage) GetThumbnailSHA256() []byte {
if x != nil {
return x.ThumbnailSHA256
}
return nil
}
func (x *Message_VideoMessage) GetThumbnailEncSHA256() []byte {
if x != nil {
return x.ThumbnailEncSHA256
}
return nil
}
func (x *Message_VideoMessage) GetStaticURL() string {
if x != nil {
return x.StaticURL
}
return ""
}
func (x *Message_VideoMessage) GetAnnotations() []*InteractiveAnnotation {
if x != nil {
return x.Annotations
}
return nil
}
type Message_ExtendedTextMessage struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Text string `protobuf:"bytes,1,opt,name=text,proto3" json:"text,omitempty"`
MatchedText string `protobuf:"bytes,2,opt,name=matchedText,proto3" json:"matchedText,omitempty"`
CanonicalURL string `protobuf:"bytes,4,opt,name=canonicalURL,proto3" json:"canonicalURL,omitempty"`
Description string `protobuf:"bytes,5,opt,name=description,proto3" json:"description,omitempty"`
Title string `protobuf:"bytes,6,opt,name=title,proto3" json:"title,omitempty"`
TextArgb uint32 `protobuf:"fixed32,7,opt,name=textArgb,proto3" json:"textArgb,omitempty"`
BackgroundArgb uint32 `protobuf:"fixed32,8,opt,name=backgroundArgb,proto3" json:"backgroundArgb,omitempty"`
Font Message_ExtendedTextMessage_FontType `protobuf:"varint,9,opt,name=font,proto3,enum=WAE2E.Message_ExtendedTextMessage_FontType" json:"font,omitempty"`
PreviewType Message_ExtendedTextMessage_PreviewType `protobuf:"varint,10,opt,name=previewType,proto3,enum=WAE2E.Message_ExtendedTextMessage_PreviewType" json:"previewType,omitempty"`
JPEGThumbnail []byte `protobuf:"bytes,16,opt,name=JPEGThumbnail,proto3" json:"JPEGThumbnail,omitempty"`
ContextInfo *ContextInfo `protobuf:"bytes,17,opt,name=contextInfo,proto3" json:"contextInfo,omitempty"`
DoNotPlayInline bool `protobuf:"varint,18,opt,name=doNotPlayInline,proto3" json:"doNotPlayInline,omitempty"`
ThumbnailDirectPath string `protobuf:"bytes,19,opt,name=thumbnailDirectPath,proto3" json:"thumbnailDirectPath,omitempty"`
ThumbnailSHA256 []byte `protobuf:"bytes,20,opt,name=thumbnailSHA256,proto3" json:"thumbnailSHA256,omitempty"`
ThumbnailEncSHA256 []byte `protobuf:"bytes,21,opt,name=thumbnailEncSHA256,proto3" json:"thumbnailEncSHA256,omitempty"`
MediaKey []byte `protobuf:"bytes,22,opt,name=mediaKey,proto3" json:"mediaKey,omitempty"`
MediaKeyTimestamp int64 `protobuf:"varint,23,opt,name=mediaKeyTimestamp,proto3" json:"mediaKeyTimestamp,omitempty"`
ThumbnailHeight uint32 `protobuf:"varint,24,opt,name=thumbnailHeight,proto3" json:"thumbnailHeight,omitempty"`
ThumbnailWidth uint32 `protobuf:"varint,25,opt,name=thumbnailWidth,proto3" json:"thumbnailWidth,omitempty"`
InviteLinkGroupType Message_ExtendedTextMessage_InviteLinkGroupType `protobuf:"varint,26,opt,name=inviteLinkGroupType,proto3,enum=WAE2E.Message_ExtendedTextMessage_InviteLinkGroupType" json:"inviteLinkGroupType,omitempty"`
InviteLinkParentGroupSubjectV2 string `protobuf:"bytes,27,opt,name=inviteLinkParentGroupSubjectV2,proto3" json:"inviteLinkParentGroupSubjectV2,omitempty"`
InviteLinkParentGroupThumbnailV2 []byte `protobuf:"bytes,28,opt,name=inviteLinkParentGroupThumbnailV2,proto3" json:"inviteLinkParentGroupThumbnailV2,omitempty"`
InviteLinkGroupTypeV2 Message_ExtendedTextMessage_InviteLinkGroupType `protobuf:"varint,29,opt,name=inviteLinkGroupTypeV2,proto3,enum=WAE2E.Message_ExtendedTextMessage_InviteLinkGroupType" json:"inviteLinkGroupTypeV2,omitempty"`
ViewOnce bool `protobuf:"varint,30,opt,name=viewOnce,proto3" json:"viewOnce,omitempty"`
}
func (x *Message_ExtendedTextMessage) Reset() {
*x = Message_ExtendedTextMessage{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[42]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Message_ExtendedTextMessage) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Message_ExtendedTextMessage) ProtoMessage() {}
func (x *Message_ExtendedTextMessage) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_proto_msgTypes[42]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use Message_ExtendedTextMessage.ProtoReflect.Descriptor instead.
func (*Message_ExtendedTextMessage) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 22}
}
func (x *Message_ExtendedTextMessage) GetText() string {
if x != nil {
return x.Text
}
return ""
}
func (x *Message_ExtendedTextMessage) GetMatchedText() string {
if x != nil {
return x.MatchedText
}
return ""
}
func (x *Message_ExtendedTextMessage) GetCanonicalURL() string {
if x != nil {
return x.CanonicalURL
}
return ""
}
func (x *Message_ExtendedTextMessage) GetDescription() string {
if x != nil {
return x.Description
}
return ""
}
func (x *Message_ExtendedTextMessage) GetTitle() string {
if x != nil {
return x.Title
}
return ""
}
func (x *Message_ExtendedTextMessage) GetTextArgb() uint32 {
if x != nil {
return x.TextArgb
}
return 0
}
func (x *Message_ExtendedTextMessage) GetBackgroundArgb() uint32 {
if x != nil {
return x.BackgroundArgb
}
return 0
}
func (x *Message_ExtendedTextMessage) GetFont() Message_ExtendedTextMessage_FontType {
if x != nil {
return x.Font
}
return Message_ExtendedTextMessage_SYSTEM
}
func (x *Message_ExtendedTextMessage) GetPreviewType() Message_ExtendedTextMessage_PreviewType {
if x != nil {
return x.PreviewType
}
return Message_ExtendedTextMessage_NONE
}
func (x *Message_ExtendedTextMessage) GetJPEGThumbnail() []byte {
if x != nil {
return x.JPEGThumbnail
}
return nil
}
func (x *Message_ExtendedTextMessage) GetContextInfo() *ContextInfo {
if x != nil {
return x.ContextInfo
}
return nil
}
func (x *Message_ExtendedTextMessage) GetDoNotPlayInline() bool {
if x != nil {
return x.DoNotPlayInline
}
return false
}
func (x *Message_ExtendedTextMessage) GetThumbnailDirectPath() string {
if x != nil {
return x.ThumbnailDirectPath
}
return ""
}
func (x *Message_ExtendedTextMessage) GetThumbnailSHA256() []byte {
if x != nil {
return x.ThumbnailSHA256
}
return nil
}
func (x *Message_ExtendedTextMessage) GetThumbnailEncSHA256() []byte {
if x != nil {
return x.ThumbnailEncSHA256
}
return nil
}
func (x *Message_ExtendedTextMessage) GetMediaKey() []byte {
if x != nil {
return x.MediaKey
}
return nil
}
func (x *Message_ExtendedTextMessage) GetMediaKeyTimestamp() int64 {
if x != nil {
return x.MediaKeyTimestamp
}
return 0
}
func (x *Message_ExtendedTextMessage) GetThumbnailHeight() uint32 {
if x != nil {
return x.ThumbnailHeight
}
return 0
}
func (x *Message_ExtendedTextMessage) GetThumbnailWidth() uint32 {
if x != nil {
return x.ThumbnailWidth
}
return 0
}
func (x *Message_ExtendedTextMessage) GetInviteLinkGroupType() Message_ExtendedTextMessage_InviteLinkGroupType {
if x != nil {
return x.InviteLinkGroupType
}
return Message_ExtendedTextMessage_DEFAULT
}
func (x *Message_ExtendedTextMessage) GetInviteLinkParentGroupSubjectV2() string {
if x != nil {
return x.InviteLinkParentGroupSubjectV2
}
return ""
}
func (x *Message_ExtendedTextMessage) GetInviteLinkParentGroupThumbnailV2() []byte {
if x != nil {
return x.InviteLinkParentGroupThumbnailV2
}
return nil
}
func (x *Message_ExtendedTextMessage) GetInviteLinkGroupTypeV2() Message_ExtendedTextMessage_InviteLinkGroupType {
if x != nil {
return x.InviteLinkGroupTypeV2
}
return Message_ExtendedTextMessage_DEFAULT
}
func (x *Message_ExtendedTextMessage) GetViewOnce() bool {
if x != nil {
return x.ViewOnce
}
return false
}
type Message_InvoiceMessage struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Note string `protobuf:"bytes,1,opt,name=note,proto3" json:"note,omitempty"`
Token string `protobuf:"bytes,2,opt,name=token,proto3" json:"token,omitempty"`
AttachmentType Message_InvoiceMessage_AttachmentType `protobuf:"varint,3,opt,name=attachmentType,proto3,enum=WAE2E.Message_InvoiceMessage_AttachmentType" json:"attachmentType,omitempty"`
AttachmentMimetype string `protobuf:"bytes,4,opt,name=attachmentMimetype,proto3" json:"attachmentMimetype,omitempty"`
AttachmentMediaKey []byte `protobuf:"bytes,5,opt,name=attachmentMediaKey,proto3" json:"attachmentMediaKey,omitempty"`
AttachmentMediaKeyTimestamp int64 `protobuf:"varint,6,opt,name=attachmentMediaKeyTimestamp,proto3" json:"attachmentMediaKeyTimestamp,omitempty"`
AttachmentFileSHA256 []byte `protobuf:"bytes,7,opt,name=attachmentFileSHA256,proto3" json:"attachmentFileSHA256,omitempty"`
AttachmentFileEncSHA256 []byte `protobuf:"bytes,8,opt,name=attachmentFileEncSHA256,proto3" json:"attachmentFileEncSHA256,omitempty"`
AttachmentDirectPath string `protobuf:"bytes,9,opt,name=attachmentDirectPath,proto3" json:"attachmentDirectPath,omitempty"`
AttachmentJPEGThumbnail []byte `protobuf:"bytes,10,opt,name=attachmentJPEGThumbnail,proto3" json:"attachmentJPEGThumbnail,omitempty"`
}
func (x *Message_InvoiceMessage) Reset() {
*x = Message_InvoiceMessage{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[43]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Message_InvoiceMessage) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Message_InvoiceMessage) ProtoMessage() {}
func (x *Message_InvoiceMessage) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_proto_msgTypes[43]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use Message_InvoiceMessage.ProtoReflect.Descriptor instead.
func (*Message_InvoiceMessage) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 23}
}
func (x *Message_InvoiceMessage) GetNote() string {
if x != nil {
return x.Note
}
return ""
}
func (x *Message_InvoiceMessage) GetToken() string {
if x != nil {
return x.Token
}
return ""
}
func (x *Message_InvoiceMessage) GetAttachmentType() Message_InvoiceMessage_AttachmentType {
if x != nil {
return x.AttachmentType
}
return Message_InvoiceMessage_IMAGE
}
func (x *Message_InvoiceMessage) GetAttachmentMimetype() string {
if x != nil {
return x.AttachmentMimetype
}
return ""
}
func (x *Message_InvoiceMessage) GetAttachmentMediaKey() []byte {
if x != nil {
return x.AttachmentMediaKey
}
return nil
}
func (x *Message_InvoiceMessage) GetAttachmentMediaKeyTimestamp() int64 {
if x != nil {
return x.AttachmentMediaKeyTimestamp
}
return 0
}
func (x *Message_InvoiceMessage) GetAttachmentFileSHA256() []byte {
if x != nil {
return x.AttachmentFileSHA256
}
return nil
}
func (x *Message_InvoiceMessage) GetAttachmentFileEncSHA256() []byte {
if x != nil {
return x.AttachmentFileEncSHA256
}
return nil
}
func (x *Message_InvoiceMessage) GetAttachmentDirectPath() string {
if x != nil {
return x.AttachmentDirectPath
}
return ""
}
func (x *Message_InvoiceMessage) GetAttachmentJPEGThumbnail() []byte {
if x != nil {
return x.AttachmentJPEGThumbnail
}
return nil
}
type Message_ExtendedTextMessageWithParentKey struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Key *waCommon.MessageKey `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
LinkMessage *Message_ExtendedTextMessage `protobuf:"bytes,2,opt,name=linkMessage,proto3" json:"linkMessage,omitempty"`
}
func (x *Message_ExtendedTextMessageWithParentKey) Reset() {
*x = Message_ExtendedTextMessageWithParentKey{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[44]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Message_ExtendedTextMessageWithParentKey) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Message_ExtendedTextMessageWithParentKey) ProtoMessage() {}
func (x *Message_ExtendedTextMessageWithParentKey) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_proto_msgTypes[44]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use Message_ExtendedTextMessageWithParentKey.ProtoReflect.Descriptor instead.
func (*Message_ExtendedTextMessageWithParentKey) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 24}
}
func (x *Message_ExtendedTextMessageWithParentKey) GetKey() *waCommon.MessageKey {
if x != nil {
return x.Key
}
return nil
}
func (x *Message_ExtendedTextMessageWithParentKey) GetLinkMessage() *Message_ExtendedTextMessage {
if x != nil {
return x.LinkMessage
}
return nil
}
type Message_MessageHistoryBundle struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Mimetype string `protobuf:"bytes,2,opt,name=mimetype,proto3" json:"mimetype,omitempty"`
FileSHA256 []byte `protobuf:"bytes,3,opt,name=fileSHA256,proto3" json:"fileSHA256,omitempty"`
MediaKey []byte `protobuf:"bytes,5,opt,name=mediaKey,proto3" json:"mediaKey,omitempty"`
FileEncSHA256 []byte `protobuf:"bytes,6,opt,name=fileEncSHA256,proto3" json:"fileEncSHA256,omitempty"`
DirectPath string `protobuf:"bytes,7,opt,name=directPath,proto3" json:"directPath,omitempty"`
MediaKeyTimestamp int64 `protobuf:"varint,8,opt,name=mediaKeyTimestamp,proto3" json:"mediaKeyTimestamp,omitempty"`
ContextInfo *ContextInfo `protobuf:"bytes,9,opt,name=contextInfo,proto3" json:"contextInfo,omitempty"`
Participants []string `protobuf:"bytes,10,rep,name=participants,proto3" json:"participants,omitempty"`
}
func (x *Message_MessageHistoryBundle) Reset() {
*x = Message_MessageHistoryBundle{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[45]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Message_MessageHistoryBundle) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Message_MessageHistoryBundle) ProtoMessage() {}
func (x *Message_MessageHistoryBundle) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_proto_msgTypes[45]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use Message_MessageHistoryBundle.ProtoReflect.Descriptor instead.
func (*Message_MessageHistoryBundle) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 25}
}
func (x *Message_MessageHistoryBundle) GetMimetype() string {
if x != nil {
return x.Mimetype
}
return ""
}
func (x *Message_MessageHistoryBundle) GetFileSHA256() []byte {
if x != nil {
return x.FileSHA256
}
return nil
}
func (x *Message_MessageHistoryBundle) GetMediaKey() []byte {
if x != nil {
return x.MediaKey
}
return nil
}
func (x *Message_MessageHistoryBundle) GetFileEncSHA256() []byte {
if x != nil {
return x.FileEncSHA256
}
return nil
}
func (x *Message_MessageHistoryBundle) GetDirectPath() string {
if x != nil {
return x.DirectPath
}
return ""
}
func (x *Message_MessageHistoryBundle) GetMediaKeyTimestamp() int64 {
if x != nil {
return x.MediaKeyTimestamp
}
return 0
}
func (x *Message_MessageHistoryBundle) GetContextInfo() *ContextInfo {
if x != nil {
return x.ContextInfo
}
return nil
}
func (x *Message_MessageHistoryBundle) GetParticipants() []string {
if x != nil {
return x.Participants
}
return nil
}
type Message_EncEventResponseMessage struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
EventCreationMessageKey *waCommon.MessageKey `protobuf:"bytes,1,opt,name=eventCreationMessageKey,proto3" json:"eventCreationMessageKey,omitempty"`
EncPayload []byte `protobuf:"bytes,2,opt,name=encPayload,proto3" json:"encPayload,omitempty"`
EncIV []byte `protobuf:"bytes,3,opt,name=encIV,proto3" json:"encIV,omitempty"`
}
func (x *Message_EncEventResponseMessage) Reset() {
*x = Message_EncEventResponseMessage{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[46]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Message_EncEventResponseMessage) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Message_EncEventResponseMessage) ProtoMessage() {}
func (x *Message_EncEventResponseMessage) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_proto_msgTypes[46]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use Message_EncEventResponseMessage.ProtoReflect.Descriptor instead.
func (*Message_EncEventResponseMessage) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 26}
}
func (x *Message_EncEventResponseMessage) GetEventCreationMessageKey() *waCommon.MessageKey {
if x != nil {
return x.EventCreationMessageKey
}
return nil
}
func (x *Message_EncEventResponseMessage) GetEncPayload() []byte {
if x != nil {
return x.EncPayload
}
return nil
}
func (x *Message_EncEventResponseMessage) GetEncIV() []byte {
if x != nil {
return x.EncIV
}
return nil
}
type Message_EventMessage struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
ContextInfo *ContextInfo `protobuf:"bytes,1,opt,name=contextInfo,proto3" json:"contextInfo,omitempty"`
IsCanceled bool `protobuf:"varint,2,opt,name=isCanceled,proto3" json:"isCanceled,omitempty"`
Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
Description string `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"`
Location *Message_LocationMessage `protobuf:"bytes,5,opt,name=location,proto3" json:"location,omitempty"`
JoinLink string `protobuf:"bytes,6,opt,name=joinLink,proto3" json:"joinLink,omitempty"`
StartTime int64 `protobuf:"varint,7,opt,name=startTime,proto3" json:"startTime,omitempty"`
}
func (x *Message_EventMessage) Reset() {
*x = Message_EventMessage{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[47]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Message_EventMessage) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Message_EventMessage) ProtoMessage() {}
func (x *Message_EventMessage) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_proto_msgTypes[47]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use Message_EventMessage.ProtoReflect.Descriptor instead.
func (*Message_EventMessage) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 27}
}
func (x *Message_EventMessage) GetContextInfo() *ContextInfo {
if x != nil {
return x.ContextInfo
}
return nil
}
func (x *Message_EventMessage) GetIsCanceled() bool {
if x != nil {
return x.IsCanceled
}
return false
}
func (x *Message_EventMessage) GetName() string {
if x != nil {
return x.Name
}
return ""
}
func (x *Message_EventMessage) GetDescription() string {
if x != nil {
return x.Description
}
return ""
}
func (x *Message_EventMessage) GetLocation() *Message_LocationMessage {
if x != nil {
return x.Location
}
return nil
}
func (x *Message_EventMessage) GetJoinLink() string {
if x != nil {
return x.JoinLink
}
return ""
}
func (x *Message_EventMessage) GetStartTime() int64 {
if x != nil {
return x.StartTime
}
return 0
}
type Message_CommentMessage struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Message *Message `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
TargetMessageKey *waCommon.MessageKey `protobuf:"bytes,2,opt,name=targetMessageKey,proto3" json:"targetMessageKey,omitempty"`
}
func (x *Message_CommentMessage) Reset() {
*x = Message_CommentMessage{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[48]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Message_CommentMessage) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Message_CommentMessage) ProtoMessage() {}
func (x *Message_CommentMessage) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_proto_msgTypes[48]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use Message_CommentMessage.ProtoReflect.Descriptor instead.
func (*Message_CommentMessage) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 28}
}
func (x *Message_CommentMessage) GetMessage() *Message {
if x != nil {
return x.Message
}
return nil
}
func (x *Message_CommentMessage) GetTargetMessageKey() *waCommon.MessageKey {
if x != nil {
return x.TargetMessageKey
}
return nil
}
type Message_EncCommentMessage struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
TargetMessageKey *waCommon.MessageKey `protobuf:"bytes,1,opt,name=targetMessageKey,proto3" json:"targetMessageKey,omitempty"`
EncPayload []byte `protobuf:"bytes,2,opt,name=encPayload,proto3" json:"encPayload,omitempty"`
EncIV []byte `protobuf:"bytes,3,opt,name=encIV,proto3" json:"encIV,omitempty"`
}
func (x *Message_EncCommentMessage) Reset() {
*x = Message_EncCommentMessage{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[49]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Message_EncCommentMessage) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Message_EncCommentMessage) ProtoMessage() {}
func (x *Message_EncCommentMessage) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_proto_msgTypes[49]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use Message_EncCommentMessage.ProtoReflect.Descriptor instead.
func (*Message_EncCommentMessage) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 29}
}
func (x *Message_EncCommentMessage) GetTargetMessageKey() *waCommon.MessageKey {
if x != nil {
return x.TargetMessageKey
}
return nil
}
func (x *Message_EncCommentMessage) GetEncPayload() []byte {
if x != nil {
return x.EncPayload
}
return nil
}
func (x *Message_EncCommentMessage) GetEncIV() []byte {
if x != nil {
return x.EncIV
}
return nil
}
type Message_EncReactionMessage struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
TargetMessageKey *waCommon.MessageKey `protobuf:"bytes,1,opt,name=targetMessageKey,proto3" json:"targetMessageKey,omitempty"`
EncPayload []byte `protobuf:"bytes,2,opt,name=encPayload,proto3" json:"encPayload,omitempty"`
EncIV []byte `protobuf:"bytes,3,opt,name=encIV,proto3" json:"encIV,omitempty"`
}
func (x *Message_EncReactionMessage) Reset() {
*x = Message_EncReactionMessage{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[50]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Message_EncReactionMessage) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Message_EncReactionMessage) ProtoMessage() {}
func (x *Message_EncReactionMessage) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_proto_msgTypes[50]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use Message_EncReactionMessage.ProtoReflect.Descriptor instead.
func (*Message_EncReactionMessage) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 30}
}
func (x *Message_EncReactionMessage) GetTargetMessageKey() *waCommon.MessageKey {
if x != nil {
return x.TargetMessageKey
}
return nil
}
func (x *Message_EncReactionMessage) GetEncPayload() []byte {
if x != nil {
return x.EncPayload
}
return nil
}
func (x *Message_EncReactionMessage) GetEncIV() []byte {
if x != nil {
return x.EncIV
}
return nil
}
type Message_KeepInChatMessage struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Key *waCommon.MessageKey `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
KeepType KeepType `protobuf:"varint,2,opt,name=keepType,proto3,enum=WAE2E.KeepType" json:"keepType,omitempty"`
TimestampMS int64 `protobuf:"varint,3,opt,name=timestampMS,proto3" json:"timestampMS,omitempty"`
}
func (x *Message_KeepInChatMessage) Reset() {
*x = Message_KeepInChatMessage{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[51]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Message_KeepInChatMessage) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Message_KeepInChatMessage) ProtoMessage() {}
func (x *Message_KeepInChatMessage) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_proto_msgTypes[51]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use Message_KeepInChatMessage.ProtoReflect.Descriptor instead.
func (*Message_KeepInChatMessage) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 31}
}
func (x *Message_KeepInChatMessage) GetKey() *waCommon.MessageKey {
if x != nil {
return x.Key
}
return nil
}
func (x *Message_KeepInChatMessage) GetKeepType() KeepType {
if x != nil {
return x.KeepType
}
return KeepType_UNKNOWN
}
func (x *Message_KeepInChatMessage) GetTimestampMS() int64 {
if x != nil {
return x.TimestampMS
}
return 0
}
type Message_PollVoteMessage struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
SelectedOptions [][]byte `protobuf:"bytes,1,rep,name=selectedOptions,proto3" json:"selectedOptions,omitempty"`
}
func (x *Message_PollVoteMessage) Reset() {
*x = Message_PollVoteMessage{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[52]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Message_PollVoteMessage) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Message_PollVoteMessage) ProtoMessage() {}
func (x *Message_PollVoteMessage) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_proto_msgTypes[52]
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 Message_PollVoteMessage.ProtoReflect.Descriptor instead.
func (*Message_PollVoteMessage) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 32}
}
func (x *Message_PollVoteMessage) GetSelectedOptions() [][]byte {
if x != nil {
return x.SelectedOptions
}
return nil
}
type Message_PollEncValue struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
EncPayload []byte `protobuf:"bytes,1,opt,name=encPayload,proto3" json:"encPayload,omitempty"`
EncIV []byte `protobuf:"bytes,2,opt,name=encIV,proto3" json:"encIV,omitempty"`
}
func (x *Message_PollEncValue) Reset() {
*x = Message_PollEncValue{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[53]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Message_PollEncValue) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Message_PollEncValue) ProtoMessage() {}
func (x *Message_PollEncValue) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_proto_msgTypes[53]
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 Message_PollEncValue.ProtoReflect.Descriptor instead.
func (*Message_PollEncValue) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 33}
}
func (x *Message_PollEncValue) GetEncPayload() []byte {
if x != nil {
return x.EncPayload
}
return nil
}
func (x *Message_PollEncValue) GetEncIV() []byte {
if x != nil {
return x.EncIV
}
return nil
}
type Message_PollUpdateMessageMetadata struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
}
func (x *Message_PollUpdateMessageMetadata) Reset() {
*x = Message_PollUpdateMessageMetadata{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[54]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Message_PollUpdateMessageMetadata) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Message_PollUpdateMessageMetadata) ProtoMessage() {}
func (x *Message_PollUpdateMessageMetadata) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_proto_msgTypes[54]
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 Message_PollUpdateMessageMetadata.ProtoReflect.Descriptor instead.
func (*Message_PollUpdateMessageMetadata) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 34}
}
type Message_PollUpdateMessage struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
PollCreationMessageKey *waCommon.MessageKey `protobuf:"bytes,1,opt,name=pollCreationMessageKey,proto3" json:"pollCreationMessageKey,omitempty"`
Vote *Message_PollEncValue `protobuf:"bytes,2,opt,name=vote,proto3" json:"vote,omitempty"`
Metadata *Message_PollUpdateMessageMetadata `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"`
SenderTimestampMS int64 `protobuf:"varint,4,opt,name=senderTimestampMS,proto3" json:"senderTimestampMS,omitempty"`
}
func (x *Message_PollUpdateMessage) Reset() {
*x = Message_PollUpdateMessage{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[55]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Message_PollUpdateMessage) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Message_PollUpdateMessage) ProtoMessage() {}
func (x *Message_PollUpdateMessage) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_proto_msgTypes[55]
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 Message_PollUpdateMessage.ProtoReflect.Descriptor instead.
func (*Message_PollUpdateMessage) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 35}
}
func (x *Message_PollUpdateMessage) GetPollCreationMessageKey() *waCommon.MessageKey {
if x != nil {
return x.PollCreationMessageKey
}
return nil
}
func (x *Message_PollUpdateMessage) GetVote() *Message_PollEncValue {
if x != nil {
return x.Vote
}
return nil
}
func (x *Message_PollUpdateMessage) GetMetadata() *Message_PollUpdateMessageMetadata {
if x != nil {
return x.Metadata
}
return nil
}
func (x *Message_PollUpdateMessage) GetSenderTimestampMS() int64 {
if x != nil {
return x.SenderTimestampMS
}
return 0
}
type Message_PollCreationMessage struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
EncKey []byte `protobuf:"bytes,1,opt,name=encKey,proto3" json:"encKey,omitempty"`
Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
Options []*Message_PollCreationMessage_Option `protobuf:"bytes,3,rep,name=options,proto3" json:"options,omitempty"`
SelectableOptionsCount uint32 `protobuf:"varint,4,opt,name=selectableOptionsCount,proto3" json:"selectableOptionsCount,omitempty"`
ContextInfo *ContextInfo `protobuf:"bytes,5,opt,name=contextInfo,proto3" json:"contextInfo,omitempty"`
}
func (x *Message_PollCreationMessage) Reset() {
*x = Message_PollCreationMessage{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[56]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Message_PollCreationMessage) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Message_PollCreationMessage) ProtoMessage() {}
func (x *Message_PollCreationMessage) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_proto_msgTypes[56]
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 Message_PollCreationMessage.ProtoReflect.Descriptor instead.
func (*Message_PollCreationMessage) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 36}
}
func (x *Message_PollCreationMessage) GetEncKey() []byte {
if x != nil {
return x.EncKey
}
return nil
}
func (x *Message_PollCreationMessage) GetName() string {
if x != nil {
return x.Name
}
return ""
}
func (x *Message_PollCreationMessage) GetOptions() []*Message_PollCreationMessage_Option {
if x != nil {
return x.Options
}
return nil
}
func (x *Message_PollCreationMessage) GetSelectableOptionsCount() uint32 {
if x != nil {
return x.SelectableOptionsCount
}
return 0
}
func (x *Message_PollCreationMessage) GetContextInfo() *ContextInfo {
if x != nil {
return x.ContextInfo
}
return nil
}
type Message_StickerSyncRMRMessage struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Filehash []string `protobuf:"bytes,1,rep,name=filehash,proto3" json:"filehash,omitempty"`
RmrSource string `protobuf:"bytes,2,opt,name=rmrSource,proto3" json:"rmrSource,omitempty"`
RequestTimestamp int64 `protobuf:"varint,3,opt,name=requestTimestamp,proto3" json:"requestTimestamp,omitempty"`
}
func (x *Message_StickerSyncRMRMessage) Reset() {
*x = Message_StickerSyncRMRMessage{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[57]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Message_StickerSyncRMRMessage) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Message_StickerSyncRMRMessage) ProtoMessage() {}
func (x *Message_StickerSyncRMRMessage) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_proto_msgTypes[57]
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 Message_StickerSyncRMRMessage.ProtoReflect.Descriptor instead.
func (*Message_StickerSyncRMRMessage) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 37}
}
func (x *Message_StickerSyncRMRMessage) GetFilehash() []string {
if x != nil {
return x.Filehash
}
return nil
}
func (x *Message_StickerSyncRMRMessage) GetRmrSource() string {
if x != nil {
return x.RmrSource
}
return ""
}
func (x *Message_StickerSyncRMRMessage) GetRequestTimestamp() int64 {
if x != nil {
return x.RequestTimestamp
}
return 0
}
type Message_ReactionMessage struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Key *waCommon.MessageKey `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
Text string `protobuf:"bytes,2,opt,name=text,proto3" json:"text,omitempty"`
GroupingKey string `protobuf:"bytes,3,opt,name=groupingKey,proto3" json:"groupingKey,omitempty"`
SenderTimestampMS int64 `protobuf:"varint,4,opt,name=senderTimestampMS,proto3" json:"senderTimestampMS,omitempty"`
}
func (x *Message_ReactionMessage) Reset() {
*x = Message_ReactionMessage{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[58]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Message_ReactionMessage) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Message_ReactionMessage) ProtoMessage() {}
func (x *Message_ReactionMessage) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_proto_msgTypes[58]
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 Message_ReactionMessage.ProtoReflect.Descriptor instead.
func (*Message_ReactionMessage) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 38}
}
func (x *Message_ReactionMessage) GetKey() *waCommon.MessageKey {
if x != nil {
return x.Key
}
return nil
}
func (x *Message_ReactionMessage) GetText() string {
if x != nil {
return x.Text
}
return ""
}
func (x *Message_ReactionMessage) GetGroupingKey() string {
if x != nil {
return x.GroupingKey
}
return ""
}
func (x *Message_ReactionMessage) GetSenderTimestampMS() int64 {
if x != nil {
return x.SenderTimestampMS
}
return 0
}
type Message_FutureProofMessage struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Message *Message `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
}
func (x *Message_FutureProofMessage) Reset() {
*x = Message_FutureProofMessage{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[59]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Message_FutureProofMessage) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Message_FutureProofMessage) ProtoMessage() {}
func (x *Message_FutureProofMessage) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_proto_msgTypes[59]
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 Message_FutureProofMessage.ProtoReflect.Descriptor instead.
func (*Message_FutureProofMessage) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 39}
}
func (x *Message_FutureProofMessage) GetMessage() *Message {
if x != nil {
return x.Message
}
return nil
}
type Message_DeviceSentMessage struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
DestinationJID string `protobuf:"bytes,1,opt,name=destinationJID,proto3" json:"destinationJID,omitempty"`
Message *Message `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
Phash string `protobuf:"bytes,3,opt,name=phash,proto3" json:"phash,omitempty"`
}
func (x *Message_DeviceSentMessage) Reset() {
*x = Message_DeviceSentMessage{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[60]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Message_DeviceSentMessage) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Message_DeviceSentMessage) ProtoMessage() {}
func (x *Message_DeviceSentMessage) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_proto_msgTypes[60]
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 Message_DeviceSentMessage.ProtoReflect.Descriptor instead.
func (*Message_DeviceSentMessage) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 40}
}
func (x *Message_DeviceSentMessage) GetDestinationJID() string {
if x != nil {
return x.DestinationJID
}
return ""
}
func (x *Message_DeviceSentMessage) GetMessage() *Message {
if x != nil {
return x.Message
}
return nil
}
func (x *Message_DeviceSentMessage) GetPhash() string {
if x != nil {
return x.Phash
}
return ""
}
type Message_RequestPhoneNumberMessage struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
ContextInfo *ContextInfo `protobuf:"bytes,1,opt,name=contextInfo,proto3" json:"contextInfo,omitempty"`
}
func (x *Message_RequestPhoneNumberMessage) Reset() {
*x = Message_RequestPhoneNumberMessage{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[61]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Message_RequestPhoneNumberMessage) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Message_RequestPhoneNumberMessage) ProtoMessage() {}
func (x *Message_RequestPhoneNumberMessage) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_proto_msgTypes[61]
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 Message_RequestPhoneNumberMessage.ProtoReflect.Descriptor instead.
func (*Message_RequestPhoneNumberMessage) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 41}
}
func (x *Message_RequestPhoneNumberMessage) GetContextInfo() *ContextInfo {
if x != nil {
return x.ContextInfo
}
return nil
}
type Message_NewsletterAdminInviteMessage struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
NewsletterJID string `protobuf:"bytes,1,opt,name=newsletterJID,proto3" json:"newsletterJID,omitempty"`
NewsletterName string `protobuf:"bytes,2,opt,name=newsletterName,proto3" json:"newsletterName,omitempty"`
JPEGThumbnail []byte `protobuf:"bytes,3,opt,name=JPEGThumbnail,proto3" json:"JPEGThumbnail,omitempty"`
Caption string `protobuf:"bytes,4,opt,name=caption,proto3" json:"caption,omitempty"`
InviteExpiration int64 `protobuf:"varint,5,opt,name=inviteExpiration,proto3" json:"inviteExpiration,omitempty"`
}
func (x *Message_NewsletterAdminInviteMessage) Reset() {
*x = Message_NewsletterAdminInviteMessage{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[62]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Message_NewsletterAdminInviteMessage) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Message_NewsletterAdminInviteMessage) ProtoMessage() {}
func (x *Message_NewsletterAdminInviteMessage) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_proto_msgTypes[62]
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 Message_NewsletterAdminInviteMessage.ProtoReflect.Descriptor instead.
func (*Message_NewsletterAdminInviteMessage) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 42}
}
func (x *Message_NewsletterAdminInviteMessage) GetNewsletterJID() string {
if x != nil {
return x.NewsletterJID
}
return ""
}
func (x *Message_NewsletterAdminInviteMessage) GetNewsletterName() string {
if x != nil {
return x.NewsletterName
}
return ""
}
func (x *Message_NewsletterAdminInviteMessage) GetJPEGThumbnail() []byte {
if x != nil {
return x.JPEGThumbnail
}
return nil
}
func (x *Message_NewsletterAdminInviteMessage) GetCaption() string {
if x != nil {
return x.Caption
}
return ""
}
func (x *Message_NewsletterAdminInviteMessage) GetInviteExpiration() int64 {
if x != nil {
return x.InviteExpiration
}
return 0
}
type Message_ProductMessage struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Product *Message_ProductMessage_ProductSnapshot `protobuf:"bytes,1,opt,name=product,proto3" json:"product,omitempty"`
BusinessOwnerJID string `protobuf:"bytes,2,opt,name=businessOwnerJID,proto3" json:"businessOwnerJID,omitempty"`
Catalog *Message_ProductMessage_CatalogSnapshot `protobuf:"bytes,4,opt,name=catalog,proto3" json:"catalog,omitempty"`
Body string `protobuf:"bytes,5,opt,name=body,proto3" json:"body,omitempty"`
Footer string `protobuf:"bytes,6,opt,name=footer,proto3" json:"footer,omitempty"`
ContextInfo *ContextInfo `protobuf:"bytes,17,opt,name=contextInfo,proto3" json:"contextInfo,omitempty"`
}
func (x *Message_ProductMessage) Reset() {
*x = Message_ProductMessage{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[63]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Message_ProductMessage) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Message_ProductMessage) ProtoMessage() {}
func (x *Message_ProductMessage) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_proto_msgTypes[63]
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 Message_ProductMessage.ProtoReflect.Descriptor instead.
func (*Message_ProductMessage) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 43}
}
func (x *Message_ProductMessage) GetProduct() *Message_ProductMessage_ProductSnapshot {
if x != nil {
return x.Product
}
return nil
}
func (x *Message_ProductMessage) GetBusinessOwnerJID() string {
if x != nil {
return x.BusinessOwnerJID
}
return ""
}
func (x *Message_ProductMessage) GetCatalog() *Message_ProductMessage_CatalogSnapshot {
if x != nil {
return x.Catalog
}
return nil
}
func (x *Message_ProductMessage) GetBody() string {
if x != nil {
return x.Body
}
return ""
}
func (x *Message_ProductMessage) GetFooter() string {
if x != nil {
return x.Footer
}
return ""
}
func (x *Message_ProductMessage) GetContextInfo() *ContextInfo {
if x != nil {
return x.ContextInfo
}
return nil
}
type Message_TemplateButtonReplyMessage struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
SelectedID string `protobuf:"bytes,1,opt,name=selectedID,proto3" json:"selectedID,omitempty"`
SelectedDisplayText string `protobuf:"bytes,2,opt,name=selectedDisplayText,proto3" json:"selectedDisplayText,omitempty"`
ContextInfo *ContextInfo `protobuf:"bytes,3,opt,name=contextInfo,proto3" json:"contextInfo,omitempty"`
SelectedIndex uint32 `protobuf:"varint,4,opt,name=selectedIndex,proto3" json:"selectedIndex,omitempty"`
SelectedCarouselCardIndex uint32 `protobuf:"varint,5,opt,name=selectedCarouselCardIndex,proto3" json:"selectedCarouselCardIndex,omitempty"`
}
func (x *Message_TemplateButtonReplyMessage) Reset() {
*x = Message_TemplateButtonReplyMessage{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[64]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Message_TemplateButtonReplyMessage) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Message_TemplateButtonReplyMessage) ProtoMessage() {}
func (x *Message_TemplateButtonReplyMessage) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_proto_msgTypes[64]
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 Message_TemplateButtonReplyMessage.ProtoReflect.Descriptor instead.
func (*Message_TemplateButtonReplyMessage) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 44}
}
func (x *Message_TemplateButtonReplyMessage) GetSelectedID() string {
if x != nil {
return x.SelectedID
}
return ""
}
func (x *Message_TemplateButtonReplyMessage) GetSelectedDisplayText() string {
if x != nil {
return x.SelectedDisplayText
}
return ""
}
func (x *Message_TemplateButtonReplyMessage) GetContextInfo() *ContextInfo {
if x != nil {
return x.ContextInfo
}
return nil
}
func (x *Message_TemplateButtonReplyMessage) GetSelectedIndex() uint32 {
if x != nil {
return x.SelectedIndex
}
return 0
}
func (x *Message_TemplateButtonReplyMessage) GetSelectedCarouselCardIndex() uint32 {
if x != nil {
return x.SelectedCarouselCardIndex
}
return 0
}
type Message_TemplateMessage struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
// Types that are assignable to Format:
//
// *Message_TemplateMessage_FourRowTemplate_
// *Message_TemplateMessage_HydratedFourRowTemplate_
// *Message_TemplateMessage_InteractiveMessageTemplate
Format isMessage_TemplateMessage_Format `protobuf_oneof:"format"`
ContextInfo *ContextInfo `protobuf:"bytes,3,opt,name=contextInfo,proto3" json:"contextInfo,omitempty"`
HydratedTemplate *Message_TemplateMessage_HydratedFourRowTemplate `protobuf:"bytes,4,opt,name=hydratedTemplate,proto3" json:"hydratedTemplate,omitempty"`
TemplateID string `protobuf:"bytes,9,opt,name=templateID,proto3" json:"templateID,omitempty"`
}
func (x *Message_TemplateMessage) Reset() {
*x = Message_TemplateMessage{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[65]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Message_TemplateMessage) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Message_TemplateMessage) ProtoMessage() {}
func (x *Message_TemplateMessage) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_proto_msgTypes[65]
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 Message_TemplateMessage.ProtoReflect.Descriptor instead.
func (*Message_TemplateMessage) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 45}
}
func (m *Message_TemplateMessage) GetFormat() isMessage_TemplateMessage_Format {
if m != nil {
return m.Format
}
return nil
}
func (x *Message_TemplateMessage) GetFourRowTemplate() *Message_TemplateMessage_FourRowTemplate {
if x, ok := x.GetFormat().(*Message_TemplateMessage_FourRowTemplate_); ok {
return x.FourRowTemplate
}
return nil
}
func (x *Message_TemplateMessage) GetHydratedFourRowTemplate() *Message_TemplateMessage_HydratedFourRowTemplate {
if x, ok := x.GetFormat().(*Message_TemplateMessage_HydratedFourRowTemplate_); ok {
return x.HydratedFourRowTemplate
}
return nil
}
func (x *Message_TemplateMessage) GetInteractiveMessageTemplate() *Message_InteractiveMessage {
if x, ok := x.GetFormat().(*Message_TemplateMessage_InteractiveMessageTemplate); ok {
return x.InteractiveMessageTemplate
}
return nil
}
func (x *Message_TemplateMessage) GetContextInfo() *ContextInfo {
if x != nil {
return x.ContextInfo
}
return nil
}
func (x *Message_TemplateMessage) GetHydratedTemplate() *Message_TemplateMessage_HydratedFourRowTemplate {
if x != nil {
return x.HydratedTemplate
}
return nil
}
func (x *Message_TemplateMessage) GetTemplateID() string {
if x != nil {
return x.TemplateID
}
return ""
}
type isMessage_TemplateMessage_Format interface {
isMessage_TemplateMessage_Format()
}
type Message_TemplateMessage_FourRowTemplate_ struct {
FourRowTemplate *Message_TemplateMessage_FourRowTemplate `protobuf:"bytes,1,opt,name=fourRowTemplate,proto3,oneof"`
}
type Message_TemplateMessage_HydratedFourRowTemplate_ struct {
HydratedFourRowTemplate *Message_TemplateMessage_HydratedFourRowTemplate `protobuf:"bytes,2,opt,name=hydratedFourRowTemplate,proto3,oneof"`
}
type Message_TemplateMessage_InteractiveMessageTemplate struct {
InteractiveMessageTemplate *Message_InteractiveMessage `protobuf:"bytes,5,opt,name=interactiveMessageTemplate,proto3,oneof"`
}
func (*Message_TemplateMessage_FourRowTemplate_) isMessage_TemplateMessage_Format() {}
func (*Message_TemplateMessage_HydratedFourRowTemplate_) isMessage_TemplateMessage_Format() {}
func (*Message_TemplateMessage_InteractiveMessageTemplate) isMessage_TemplateMessage_Format() {}
type Message_StickerMessage struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
URL string `protobuf:"bytes,1,opt,name=URL,proto3" json:"URL,omitempty"`
FileSHA256 []byte `protobuf:"bytes,2,opt,name=fileSHA256,proto3" json:"fileSHA256,omitempty"`
FileEncSHA256 []byte `protobuf:"bytes,3,opt,name=fileEncSHA256,proto3" json:"fileEncSHA256,omitempty"`
MediaKey []byte `protobuf:"bytes,4,opt,name=mediaKey,proto3" json:"mediaKey,omitempty"`
Mimetype string `protobuf:"bytes,5,opt,name=mimetype,proto3" json:"mimetype,omitempty"`
Height uint32 `protobuf:"varint,6,opt,name=height,proto3" json:"height,omitempty"`
Width uint32 `protobuf:"varint,7,opt,name=width,proto3" json:"width,omitempty"`
DirectPath string `protobuf:"bytes,8,opt,name=directPath,proto3" json:"directPath,omitempty"`
FileLength uint64 `protobuf:"varint,9,opt,name=fileLength,proto3" json:"fileLength,omitempty"`
MediaKeyTimestamp int64 `protobuf:"varint,10,opt,name=mediaKeyTimestamp,proto3" json:"mediaKeyTimestamp,omitempty"`
FirstFrameLength uint32 `protobuf:"varint,11,opt,name=firstFrameLength,proto3" json:"firstFrameLength,omitempty"`
FirstFrameSidecar []byte `protobuf:"bytes,12,opt,name=firstFrameSidecar,proto3" json:"firstFrameSidecar,omitempty"`
IsAnimated bool `protobuf:"varint,13,opt,name=isAnimated,proto3" json:"isAnimated,omitempty"`
PngThumbnail []byte `protobuf:"bytes,16,opt,name=pngThumbnail,proto3" json:"pngThumbnail,omitempty"`
ContextInfo *ContextInfo `protobuf:"bytes,17,opt,name=contextInfo,proto3" json:"contextInfo,omitempty"`
StickerSentTS int64 `protobuf:"varint,18,opt,name=stickerSentTS,proto3" json:"stickerSentTS,omitempty"`
IsAvatar bool `protobuf:"varint,19,opt,name=isAvatar,proto3" json:"isAvatar,omitempty"`
IsAiSticker bool `protobuf:"varint,20,opt,name=isAiSticker,proto3" json:"isAiSticker,omitempty"`
IsLottie bool `protobuf:"varint,21,opt,name=isLottie,proto3" json:"isLottie,omitempty"`
}
func (x *Message_StickerMessage) Reset() {
*x = Message_StickerMessage{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[66]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Message_StickerMessage) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Message_StickerMessage) ProtoMessage() {}
func (x *Message_StickerMessage) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_proto_msgTypes[66]
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 Message_StickerMessage.ProtoReflect.Descriptor instead.
func (*Message_StickerMessage) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 46}
}
func (x *Message_StickerMessage) GetURL() string {
if x != nil {
return x.URL
}
return ""
}
func (x *Message_StickerMessage) GetFileSHA256() []byte {
if x != nil {
return x.FileSHA256
}
return nil
}
func (x *Message_StickerMessage) GetFileEncSHA256() []byte {
if x != nil {
return x.FileEncSHA256
}
return nil
}
func (x *Message_StickerMessage) GetMediaKey() []byte {
if x != nil {
return x.MediaKey
}
return nil
}
func (x *Message_StickerMessage) GetMimetype() string {
if x != nil {
return x.Mimetype
}
return ""
}
func (x *Message_StickerMessage) GetHeight() uint32 {
if x != nil {
return x.Height
}
return 0
}
func (x *Message_StickerMessage) GetWidth() uint32 {
if x != nil {
return x.Width
}
return 0
}
func (x *Message_StickerMessage) GetDirectPath() string {
if x != nil {
return x.DirectPath
}
return ""
}
func (x *Message_StickerMessage) GetFileLength() uint64 {
if x != nil {
return x.FileLength
}
return 0
}
func (x *Message_StickerMessage) GetMediaKeyTimestamp() int64 {
if x != nil {
return x.MediaKeyTimestamp
}
return 0
}
func (x *Message_StickerMessage) GetFirstFrameLength() uint32 {
if x != nil {
return x.FirstFrameLength
}
return 0
}
func (x *Message_StickerMessage) GetFirstFrameSidecar() []byte {
if x != nil {
return x.FirstFrameSidecar
}
return nil
}
func (x *Message_StickerMessage) GetIsAnimated() bool {
if x != nil {
return x.IsAnimated
}
return false
}
func (x *Message_StickerMessage) GetPngThumbnail() []byte {
if x != nil {
return x.PngThumbnail
}
return nil
}
func (x *Message_StickerMessage) GetContextInfo() *ContextInfo {
if x != nil {
return x.ContextInfo
}
return nil
}
func (x *Message_StickerMessage) GetStickerSentTS() int64 {
if x != nil {
return x.StickerSentTS
}
return 0
}
func (x *Message_StickerMessage) GetIsAvatar() bool {
if x != nil {
return x.IsAvatar
}
return false
}
func (x *Message_StickerMessage) GetIsAiSticker() bool {
if x != nil {
return x.IsAiSticker
}
return false
}
func (x *Message_StickerMessage) GetIsLottie() bool {
if x != nil {
return x.IsLottie
}
return false
}
type Message_LiveLocationMessage struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
DegreesLatitude float64 `protobuf:"fixed64,1,opt,name=degreesLatitude,proto3" json:"degreesLatitude,omitempty"`
DegreesLongitude float64 `protobuf:"fixed64,2,opt,name=degreesLongitude,proto3" json:"degreesLongitude,omitempty"`
AccuracyInMeters uint32 `protobuf:"varint,3,opt,name=accuracyInMeters,proto3" json:"accuracyInMeters,omitempty"`
SpeedInMps float32 `protobuf:"fixed32,4,opt,name=speedInMps,proto3" json:"speedInMps,omitempty"`
DegreesClockwiseFromMagneticNorth uint32 `protobuf:"varint,5,opt,name=degreesClockwiseFromMagneticNorth,proto3" json:"degreesClockwiseFromMagneticNorth,omitempty"`
Caption string `protobuf:"bytes,6,opt,name=caption,proto3" json:"caption,omitempty"`
SequenceNumber int64 `protobuf:"varint,7,opt,name=sequenceNumber,proto3" json:"sequenceNumber,omitempty"`
TimeOffset uint32 `protobuf:"varint,8,opt,name=timeOffset,proto3" json:"timeOffset,omitempty"`
JPEGThumbnail []byte `protobuf:"bytes,16,opt,name=JPEGThumbnail,proto3" json:"JPEGThumbnail,omitempty"`
ContextInfo *ContextInfo `protobuf:"bytes,17,opt,name=contextInfo,proto3" json:"contextInfo,omitempty"`
}
func (x *Message_LiveLocationMessage) Reset() {
*x = Message_LiveLocationMessage{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[67]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Message_LiveLocationMessage) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Message_LiveLocationMessage) ProtoMessage() {}
func (x *Message_LiveLocationMessage) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_proto_msgTypes[67]
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 Message_LiveLocationMessage.ProtoReflect.Descriptor instead.
func (*Message_LiveLocationMessage) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 47}
}
func (x *Message_LiveLocationMessage) GetDegreesLatitude() float64 {
if x != nil {
return x.DegreesLatitude
}
return 0
}
func (x *Message_LiveLocationMessage) GetDegreesLongitude() float64 {
if x != nil {
return x.DegreesLongitude
}
return 0
}
func (x *Message_LiveLocationMessage) GetAccuracyInMeters() uint32 {
if x != nil {
return x.AccuracyInMeters
}
return 0
}
func (x *Message_LiveLocationMessage) GetSpeedInMps() float32 {
if x != nil {
return x.SpeedInMps
}
return 0
}
func (x *Message_LiveLocationMessage) GetDegreesClockwiseFromMagneticNorth() uint32 {
if x != nil {
return x.DegreesClockwiseFromMagneticNorth
}
return 0
}
func (x *Message_LiveLocationMessage) GetCaption() string {
if x != nil {
return x.Caption
}
return ""
}
func (x *Message_LiveLocationMessage) GetSequenceNumber() int64 {
if x != nil {
return x.SequenceNumber
}
return 0
}
func (x *Message_LiveLocationMessage) GetTimeOffset() uint32 {
if x != nil {
return x.TimeOffset
}
return 0
}
func (x *Message_LiveLocationMessage) GetJPEGThumbnail() []byte {
if x != nil {
return x.JPEGThumbnail
}
return nil
}
func (x *Message_LiveLocationMessage) GetContextInfo() *ContextInfo {
if x != nil {
return x.ContextInfo
}
return nil
}
type Message_CancelPaymentRequestMessage struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Key *waCommon.MessageKey `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
}
func (x *Message_CancelPaymentRequestMessage) Reset() {
*x = Message_CancelPaymentRequestMessage{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[68]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Message_CancelPaymentRequestMessage) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Message_CancelPaymentRequestMessage) ProtoMessage() {}
func (x *Message_CancelPaymentRequestMessage) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_proto_msgTypes[68]
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 Message_CancelPaymentRequestMessage.ProtoReflect.Descriptor instead.
func (*Message_CancelPaymentRequestMessage) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 48}
}
func (x *Message_CancelPaymentRequestMessage) GetKey() *waCommon.MessageKey {
if x != nil {
return x.Key
}
return nil
}
type Message_DeclinePaymentRequestMessage struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Key *waCommon.MessageKey `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
}
func (x *Message_DeclinePaymentRequestMessage) Reset() {
*x = Message_DeclinePaymentRequestMessage{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[69]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Message_DeclinePaymentRequestMessage) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Message_DeclinePaymentRequestMessage) ProtoMessage() {}
func (x *Message_DeclinePaymentRequestMessage) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_proto_msgTypes[69]
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 Message_DeclinePaymentRequestMessage.ProtoReflect.Descriptor instead.
func (*Message_DeclinePaymentRequestMessage) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 49}
}
func (x *Message_DeclinePaymentRequestMessage) GetKey() *waCommon.MessageKey {
if x != nil {
return x.Key
}
return nil
}
type Message_RequestPaymentMessage struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
NoteMessage *Message `protobuf:"bytes,4,opt,name=noteMessage,proto3" json:"noteMessage,omitempty"`
CurrencyCodeIso4217 string `protobuf:"bytes,1,opt,name=currencyCodeIso4217,proto3" json:"currencyCodeIso4217,omitempty"`
Amount1000 uint64 `protobuf:"varint,2,opt,name=amount1000,proto3" json:"amount1000,omitempty"`
RequestFrom string `protobuf:"bytes,3,opt,name=requestFrom,proto3" json:"requestFrom,omitempty"`
ExpiryTimestamp int64 `protobuf:"varint,5,opt,name=expiryTimestamp,proto3" json:"expiryTimestamp,omitempty"`
Amount *Money `protobuf:"bytes,6,opt,name=amount,proto3" json:"amount,omitempty"`
Background *PaymentBackground `protobuf:"bytes,7,opt,name=background,proto3" json:"background,omitempty"`
}
func (x *Message_RequestPaymentMessage) Reset() {
*x = Message_RequestPaymentMessage{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[70]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Message_RequestPaymentMessage) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Message_RequestPaymentMessage) ProtoMessage() {}
func (x *Message_RequestPaymentMessage) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_proto_msgTypes[70]
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 Message_RequestPaymentMessage.ProtoReflect.Descriptor instead.
func (*Message_RequestPaymentMessage) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 50}
}
func (x *Message_RequestPaymentMessage) GetNoteMessage() *Message {
if x != nil {
return x.NoteMessage
}
return nil
}
func (x *Message_RequestPaymentMessage) GetCurrencyCodeIso4217() string {
if x != nil {
return x.CurrencyCodeIso4217
}
return ""
}
func (x *Message_RequestPaymentMessage) GetAmount1000() uint64 {
if x != nil {
return x.Amount1000
}
return 0
}
func (x *Message_RequestPaymentMessage) GetRequestFrom() string {
if x != nil {
return x.RequestFrom
}
return ""
}
func (x *Message_RequestPaymentMessage) GetExpiryTimestamp() int64 {
if x != nil {
return x.ExpiryTimestamp
}
return 0
}
func (x *Message_RequestPaymentMessage) GetAmount() *Money {
if x != nil {
return x.Amount
}
return nil
}
func (x *Message_RequestPaymentMessage) GetBackground() *PaymentBackground {
if x != nil {
return x.Background
}
return nil
}
type Message_SendPaymentMessage struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
NoteMessage *Message `protobuf:"bytes,2,opt,name=noteMessage,proto3" json:"noteMessage,omitempty"`
RequestMessageKey *waCommon.MessageKey `protobuf:"bytes,3,opt,name=requestMessageKey,proto3" json:"requestMessageKey,omitempty"`
Background *PaymentBackground `protobuf:"bytes,4,opt,name=background,proto3" json:"background,omitempty"`
}
func (x *Message_SendPaymentMessage) Reset() {
*x = Message_SendPaymentMessage{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[71]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Message_SendPaymentMessage) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Message_SendPaymentMessage) ProtoMessage() {}
func (x *Message_SendPaymentMessage) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_proto_msgTypes[71]
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 Message_SendPaymentMessage.ProtoReflect.Descriptor instead.
func (*Message_SendPaymentMessage) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 51}
}
func (x *Message_SendPaymentMessage) GetNoteMessage() *Message {
if x != nil {
return x.NoteMessage
}
return nil
}
func (x *Message_SendPaymentMessage) GetRequestMessageKey() *waCommon.MessageKey {
if x != nil {
return x.RequestMessageKey
}
return nil
}
func (x *Message_SendPaymentMessage) GetBackground() *PaymentBackground {
if x != nil {
return x.Background
}
return nil
}
type Message_ContactsArrayMessage struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
DisplayName string `protobuf:"bytes,1,opt,name=displayName,proto3" json:"displayName,omitempty"`
Contacts []*Message_ContactMessage `protobuf:"bytes,2,rep,name=contacts,proto3" json:"contacts,omitempty"`
ContextInfo *ContextInfo `protobuf:"bytes,17,opt,name=contextInfo,proto3" json:"contextInfo,omitempty"`
}
func (x *Message_ContactsArrayMessage) Reset() {
*x = Message_ContactsArrayMessage{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[72]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Message_ContactsArrayMessage) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Message_ContactsArrayMessage) ProtoMessage() {}
func (x *Message_ContactsArrayMessage) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_proto_msgTypes[72]
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 Message_ContactsArrayMessage.ProtoReflect.Descriptor instead.
func (*Message_ContactsArrayMessage) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 52}
}
func (x *Message_ContactsArrayMessage) GetDisplayName() string {
if x != nil {
return x.DisplayName
}
return ""
}
func (x *Message_ContactsArrayMessage) GetContacts() []*Message_ContactMessage {
if x != nil {
return x.Contacts
}
return nil
}
func (x *Message_ContactsArrayMessage) GetContextInfo() *ContextInfo {
if x != nil {
return x.ContextInfo
}
return nil
}
type Message_InitialSecurityNotificationSettingSync struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
SecurityNotificationEnabled bool `protobuf:"varint,1,opt,name=securityNotificationEnabled,proto3" json:"securityNotificationEnabled,omitempty"`
}
func (x *Message_InitialSecurityNotificationSettingSync) Reset() {
*x = Message_InitialSecurityNotificationSettingSync{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[73]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Message_InitialSecurityNotificationSettingSync) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Message_InitialSecurityNotificationSettingSync) ProtoMessage() {}
func (x *Message_InitialSecurityNotificationSettingSync) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_proto_msgTypes[73]
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 Message_InitialSecurityNotificationSettingSync.ProtoReflect.Descriptor instead.
func (*Message_InitialSecurityNotificationSettingSync) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 53}
}
func (x *Message_InitialSecurityNotificationSettingSync) GetSecurityNotificationEnabled() bool {
if x != nil {
return x.SecurityNotificationEnabled
}
return false
}
type Message_PeerDataOperationRequestResponseMessage struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
PeerDataOperationRequestType Message_PeerDataOperationRequestType `protobuf:"varint,1,opt,name=peerDataOperationRequestType,proto3,enum=WAE2E.Message_PeerDataOperationRequestType" json:"peerDataOperationRequestType,omitempty"`
StanzaID string `protobuf:"bytes,2,opt,name=stanzaID,proto3" json:"stanzaID,omitempty"`
PeerDataOperationResult []*Message_PeerDataOperationRequestResponseMessage_PeerDataOperationResult `protobuf:"bytes,3,rep,name=peerDataOperationResult,proto3" json:"peerDataOperationResult,omitempty"`
}
func (x *Message_PeerDataOperationRequestResponseMessage) Reset() {
*x = Message_PeerDataOperationRequestResponseMessage{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[74]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Message_PeerDataOperationRequestResponseMessage) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Message_PeerDataOperationRequestResponseMessage) ProtoMessage() {}
func (x *Message_PeerDataOperationRequestResponseMessage) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_proto_msgTypes[74]
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 Message_PeerDataOperationRequestResponseMessage.ProtoReflect.Descriptor instead.
func (*Message_PeerDataOperationRequestResponseMessage) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 54}
}
func (x *Message_PeerDataOperationRequestResponseMessage) GetPeerDataOperationRequestType() Message_PeerDataOperationRequestType {
if x != nil {
return x.PeerDataOperationRequestType
}
return Message_UPLOAD_STICKER
}
func (x *Message_PeerDataOperationRequestResponseMessage) GetStanzaID() string {
if x != nil {
return x.StanzaID
}
return ""
}
func (x *Message_PeerDataOperationRequestResponseMessage) GetPeerDataOperationResult() []*Message_PeerDataOperationRequestResponseMessage_PeerDataOperationResult {
if x != nil {
return x.PeerDataOperationResult
}
return nil
}
type Message_PeerDataOperationRequestMessage struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
PeerDataOperationRequestType Message_PeerDataOperationRequestType `protobuf:"varint,1,opt,name=peerDataOperationRequestType,proto3,enum=WAE2E.Message_PeerDataOperationRequestType" json:"peerDataOperationRequestType,omitempty"`
RequestStickerReupload []*Message_PeerDataOperationRequestMessage_RequestStickerReupload `protobuf:"bytes,2,rep,name=requestStickerReupload,proto3" json:"requestStickerReupload,omitempty"`
RequestURLPreview []*Message_PeerDataOperationRequestMessage_RequestUrlPreview `protobuf:"bytes,3,rep,name=requestURLPreview,proto3" json:"requestURLPreview,omitempty"`
HistorySyncOnDemandRequest *Message_PeerDataOperationRequestMessage_HistorySyncOnDemandRequest `protobuf:"bytes,4,opt,name=historySyncOnDemandRequest,proto3" json:"historySyncOnDemandRequest,omitempty"`
PlaceholderMessageResendRequest []*Message_PeerDataOperationRequestMessage_PlaceholderMessageResendRequest `protobuf:"bytes,5,rep,name=placeholderMessageResendRequest,proto3" json:"placeholderMessageResendRequest,omitempty"`
}
func (x *Message_PeerDataOperationRequestMessage) Reset() {
*x = Message_PeerDataOperationRequestMessage{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[75]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Message_PeerDataOperationRequestMessage) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Message_PeerDataOperationRequestMessage) ProtoMessage() {}
func (x *Message_PeerDataOperationRequestMessage) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_proto_msgTypes[75]
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 Message_PeerDataOperationRequestMessage.ProtoReflect.Descriptor instead.
func (*Message_PeerDataOperationRequestMessage) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 55}
}
func (x *Message_PeerDataOperationRequestMessage) GetPeerDataOperationRequestType() Message_PeerDataOperationRequestType {
if x != nil {
return x.PeerDataOperationRequestType
}
return Message_UPLOAD_STICKER
}
func (x *Message_PeerDataOperationRequestMessage) GetRequestStickerReupload() []*Message_PeerDataOperationRequestMessage_RequestStickerReupload {
if x != nil {
return x.RequestStickerReupload
}
return nil
}
func (x *Message_PeerDataOperationRequestMessage) GetRequestURLPreview() []*Message_PeerDataOperationRequestMessage_RequestUrlPreview {
if x != nil {
return x.RequestURLPreview
}
return nil
}
func (x *Message_PeerDataOperationRequestMessage) GetHistorySyncOnDemandRequest() *Message_PeerDataOperationRequestMessage_HistorySyncOnDemandRequest {
if x != nil {
return x.HistorySyncOnDemandRequest
}
return nil
}
func (x *Message_PeerDataOperationRequestMessage) GetPlaceholderMessageResendRequest() []*Message_PeerDataOperationRequestMessage_PlaceholderMessageResendRequest {
if x != nil {
return x.PlaceholderMessageResendRequest
}
return nil
}
type Message_AppStateFatalExceptionNotification struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
CollectionNames []string `protobuf:"bytes,1,rep,name=collectionNames,proto3" json:"collectionNames,omitempty"`
Timestamp int64 `protobuf:"varint,2,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
}
func (x *Message_AppStateFatalExceptionNotification) Reset() {
*x = Message_AppStateFatalExceptionNotification{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[76]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Message_AppStateFatalExceptionNotification) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Message_AppStateFatalExceptionNotification) ProtoMessage() {}
func (x *Message_AppStateFatalExceptionNotification) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_proto_msgTypes[76]
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 Message_AppStateFatalExceptionNotification.ProtoReflect.Descriptor instead.
func (*Message_AppStateFatalExceptionNotification) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 56}
}
func (x *Message_AppStateFatalExceptionNotification) GetCollectionNames() []string {
if x != nil {
return x.CollectionNames
}
return nil
}
func (x *Message_AppStateFatalExceptionNotification) GetTimestamp() int64 {
if x != nil {
return x.Timestamp
}
return 0
}
type Message_AppStateSyncKeyRequest struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
KeyIDs []*Message_AppStateSyncKeyId `protobuf:"bytes,1,rep,name=keyIDs,proto3" json:"keyIDs,omitempty"`
}
func (x *Message_AppStateSyncKeyRequest) Reset() {
*x = Message_AppStateSyncKeyRequest{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[77]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Message_AppStateSyncKeyRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Message_AppStateSyncKeyRequest) ProtoMessage() {}
func (x *Message_AppStateSyncKeyRequest) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_proto_msgTypes[77]
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 Message_AppStateSyncKeyRequest.ProtoReflect.Descriptor instead.
func (*Message_AppStateSyncKeyRequest) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 57}
}
func (x *Message_AppStateSyncKeyRequest) GetKeyIDs() []*Message_AppStateSyncKeyId {
if x != nil {
return x.KeyIDs
}
return nil
}
type Message_AppStateSyncKeyShare struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Keys []*Message_AppStateSyncKey `protobuf:"bytes,1,rep,name=keys,proto3" json:"keys,omitempty"`
}
func (x *Message_AppStateSyncKeyShare) Reset() {
*x = Message_AppStateSyncKeyShare{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[78]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Message_AppStateSyncKeyShare) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Message_AppStateSyncKeyShare) ProtoMessage() {}
func (x *Message_AppStateSyncKeyShare) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_proto_msgTypes[78]
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 Message_AppStateSyncKeyShare.ProtoReflect.Descriptor instead.
func (*Message_AppStateSyncKeyShare) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 58}
}
func (x *Message_AppStateSyncKeyShare) GetKeys() []*Message_AppStateSyncKey {
if x != nil {
return x.Keys
}
return nil
}
type Message_AppStateSyncKeyData struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
KeyData []byte `protobuf:"bytes,1,opt,name=keyData,proto3" json:"keyData,omitempty"`
Fingerprint *Message_AppStateSyncKeyFingerprint `protobuf:"bytes,2,opt,name=fingerprint,proto3" json:"fingerprint,omitempty"`
Timestamp int64 `protobuf:"varint,3,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
}
func (x *Message_AppStateSyncKeyData) Reset() {
*x = Message_AppStateSyncKeyData{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[79]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Message_AppStateSyncKeyData) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Message_AppStateSyncKeyData) ProtoMessage() {}
func (x *Message_AppStateSyncKeyData) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_proto_msgTypes[79]
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 Message_AppStateSyncKeyData.ProtoReflect.Descriptor instead.
func (*Message_AppStateSyncKeyData) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 59}
}
func (x *Message_AppStateSyncKeyData) GetKeyData() []byte {
if x != nil {
return x.KeyData
}
return nil
}
func (x *Message_AppStateSyncKeyData) GetFingerprint() *Message_AppStateSyncKeyFingerprint {
if x != nil {
return x.Fingerprint
}
return nil
}
func (x *Message_AppStateSyncKeyData) GetTimestamp() int64 {
if x != nil {
return x.Timestamp
}
return 0
}
type Message_AppStateSyncKeyFingerprint struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
RawID uint32 `protobuf:"varint,1,opt,name=rawID,proto3" json:"rawID,omitempty"`
CurrentIndex uint32 `protobuf:"varint,2,opt,name=currentIndex,proto3" json:"currentIndex,omitempty"`
DeviceIndexes []uint32 `protobuf:"varint,3,rep,packed,name=deviceIndexes,proto3" json:"deviceIndexes,omitempty"`
}
func (x *Message_AppStateSyncKeyFingerprint) Reset() {
*x = Message_AppStateSyncKeyFingerprint{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[80]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Message_AppStateSyncKeyFingerprint) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Message_AppStateSyncKeyFingerprint) ProtoMessage() {}
func (x *Message_AppStateSyncKeyFingerprint) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_proto_msgTypes[80]
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 Message_AppStateSyncKeyFingerprint.ProtoReflect.Descriptor instead.
func (*Message_AppStateSyncKeyFingerprint) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 60}
}
func (x *Message_AppStateSyncKeyFingerprint) GetRawID() uint32 {
if x != nil {
return x.RawID
}
return 0
}
func (x *Message_AppStateSyncKeyFingerprint) GetCurrentIndex() uint32 {
if x != nil {
return x.CurrentIndex
}
return 0
}
func (x *Message_AppStateSyncKeyFingerprint) GetDeviceIndexes() []uint32 {
if x != nil {
return x.DeviceIndexes
}
return nil
}
type Message_AppStateSyncKeyId struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
KeyID []byte `protobuf:"bytes,1,opt,name=keyID,proto3" json:"keyID,omitempty"`
}
func (x *Message_AppStateSyncKeyId) Reset() {
*x = Message_AppStateSyncKeyId{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[81]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Message_AppStateSyncKeyId) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Message_AppStateSyncKeyId) ProtoMessage() {}
func (x *Message_AppStateSyncKeyId) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_proto_msgTypes[81]
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 Message_AppStateSyncKeyId.ProtoReflect.Descriptor instead.
func (*Message_AppStateSyncKeyId) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 61}
}
func (x *Message_AppStateSyncKeyId) GetKeyID() []byte {
if x != nil {
return x.KeyID
}
return nil
}
type Message_AppStateSyncKey struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
KeyID *Message_AppStateSyncKeyId `protobuf:"bytes,1,opt,name=keyID,proto3" json:"keyID,omitempty"`
KeyData *Message_AppStateSyncKeyData `protobuf:"bytes,2,opt,name=keyData,proto3" json:"keyData,omitempty"`
}
func (x *Message_AppStateSyncKey) Reset() {
*x = Message_AppStateSyncKey{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[82]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Message_AppStateSyncKey) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Message_AppStateSyncKey) ProtoMessage() {}
func (x *Message_AppStateSyncKey) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_proto_msgTypes[82]
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 Message_AppStateSyncKey.ProtoReflect.Descriptor instead.
func (*Message_AppStateSyncKey) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 62}
}
func (x *Message_AppStateSyncKey) GetKeyID() *Message_AppStateSyncKeyId {
if x != nil {
return x.KeyID
}
return nil
}
func (x *Message_AppStateSyncKey) GetKeyData() *Message_AppStateSyncKeyData {
if x != nil {
return x.KeyData
}
return nil
}
type Message_Chat struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
DisplayName string `protobuf:"bytes,1,opt,name=displayName,proto3" json:"displayName,omitempty"`
ID string `protobuf:"bytes,2,opt,name=ID,proto3" json:"ID,omitempty"`
}
func (x *Message_Chat) Reset() {
*x = Message_Chat{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[83]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Message_Chat) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Message_Chat) ProtoMessage() {}
func (x *Message_Chat) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_proto_msgTypes[83]
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 Message_Chat.ProtoReflect.Descriptor instead.
func (*Message_Chat) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 63}
}
func (x *Message_Chat) GetDisplayName() string {
if x != nil {
return x.DisplayName
}
return ""
}
func (x *Message_Chat) GetID() string {
if x != nil {
return x.ID
}
return ""
}
type Message_Call struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
CallKey []byte `protobuf:"bytes,1,opt,name=callKey,proto3" json:"callKey,omitempty"`
ConversionSource string `protobuf:"bytes,2,opt,name=conversionSource,proto3" json:"conversionSource,omitempty"`
ConversionData []byte `protobuf:"bytes,3,opt,name=conversionData,proto3" json:"conversionData,omitempty"`
ConversionDelaySeconds uint32 `protobuf:"varint,4,opt,name=conversionDelaySeconds,proto3" json:"conversionDelaySeconds,omitempty"`
}
func (x *Message_Call) Reset() {
*x = Message_Call{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[84]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Message_Call) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Message_Call) ProtoMessage() {}
func (x *Message_Call) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_proto_msgTypes[84]
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 Message_Call.ProtoReflect.Descriptor instead.
func (*Message_Call) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 64}
}
func (x *Message_Call) GetCallKey() []byte {
if x != nil {
return x.CallKey
}
return nil
}
func (x *Message_Call) GetConversionSource() string {
if x != nil {
return x.ConversionSource
}
return ""
}
func (x *Message_Call) GetConversionData() []byte {
if x != nil {
return x.ConversionData
}
return nil
}
func (x *Message_Call) GetConversionDelaySeconds() uint32 {
if x != nil {
return x.ConversionDelaySeconds
}
return 0
}
type Message_AudioMessage struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
URL string `protobuf:"bytes,1,opt,name=URL,proto3" json:"URL,omitempty"`
Mimetype string `protobuf:"bytes,2,opt,name=mimetype,proto3" json:"mimetype,omitempty"`
FileSHA256 []byte `protobuf:"bytes,3,opt,name=fileSHA256,proto3" json:"fileSHA256,omitempty"`
FileLength uint64 `protobuf:"varint,4,opt,name=fileLength,proto3" json:"fileLength,omitempty"`
Seconds uint32 `protobuf:"varint,5,opt,name=seconds,proto3" json:"seconds,omitempty"`
PTT bool `protobuf:"varint,6,opt,name=PTT,proto3" json:"PTT,omitempty"`
MediaKey []byte `protobuf:"bytes,7,opt,name=mediaKey,proto3" json:"mediaKey,omitempty"`
FileEncSHA256 []byte `protobuf:"bytes,8,opt,name=fileEncSHA256,proto3" json:"fileEncSHA256,omitempty"`
DirectPath string `protobuf:"bytes,9,opt,name=directPath,proto3" json:"directPath,omitempty"`
MediaKeyTimestamp int64 `protobuf:"varint,10,opt,name=mediaKeyTimestamp,proto3" json:"mediaKeyTimestamp,omitempty"`
ContextInfo *ContextInfo `protobuf:"bytes,17,opt,name=contextInfo,proto3" json:"contextInfo,omitempty"`
StreamingSidecar []byte `protobuf:"bytes,18,opt,name=streamingSidecar,proto3" json:"streamingSidecar,omitempty"`
Waveform []byte `protobuf:"bytes,19,opt,name=waveform,proto3" json:"waveform,omitempty"`
BackgroundArgb uint32 `protobuf:"fixed32,20,opt,name=backgroundArgb,proto3" json:"backgroundArgb,omitempty"`
ViewOnce bool `protobuf:"varint,21,opt,name=viewOnce,proto3" json:"viewOnce,omitempty"`
}
func (x *Message_AudioMessage) Reset() {
*x = Message_AudioMessage{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[85]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Message_AudioMessage) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Message_AudioMessage) ProtoMessage() {}
func (x *Message_AudioMessage) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_proto_msgTypes[85]
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 Message_AudioMessage.ProtoReflect.Descriptor instead.
func (*Message_AudioMessage) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 65}
}
func (x *Message_AudioMessage) GetURL() string {
if x != nil {
return x.URL
}
return ""
}
func (x *Message_AudioMessage) GetMimetype() string {
if x != nil {
return x.Mimetype
}
return ""
}
func (x *Message_AudioMessage) GetFileSHA256() []byte {
if x != nil {
return x.FileSHA256
}
return nil
}
func (x *Message_AudioMessage) GetFileLength() uint64 {
if x != nil {
return x.FileLength
}
return 0
}
func (x *Message_AudioMessage) GetSeconds() uint32 {
if x != nil {
return x.Seconds
}
return 0
}
func (x *Message_AudioMessage) GetPTT() bool {
if x != nil {
return x.PTT
}
return false
}
func (x *Message_AudioMessage) GetMediaKey() []byte {
if x != nil {
return x.MediaKey
}
return nil
}
func (x *Message_AudioMessage) GetFileEncSHA256() []byte {
if x != nil {
return x.FileEncSHA256
}
return nil
}
func (x *Message_AudioMessage) GetDirectPath() string {
if x != nil {
return x.DirectPath
}
return ""
}
func (x *Message_AudioMessage) GetMediaKeyTimestamp() int64 {
if x != nil {
return x.MediaKeyTimestamp
}
return 0
}
func (x *Message_AudioMessage) GetContextInfo() *ContextInfo {
if x != nil {
return x.ContextInfo
}
return nil
}
func (x *Message_AudioMessage) GetStreamingSidecar() []byte {
if x != nil {
return x.StreamingSidecar
}
return nil
}
func (x *Message_AudioMessage) GetWaveform() []byte {
if x != nil {
return x.Waveform
}
return nil
}
func (x *Message_AudioMessage) GetBackgroundArgb() uint32 {
if x != nil {
return x.BackgroundArgb
}
return 0
}
func (x *Message_AudioMessage) GetViewOnce() bool {
if x != nil {
return x.ViewOnce
}
return false
}
type Message_DocumentMessage struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
URL string `protobuf:"bytes,1,opt,name=URL,proto3" json:"URL,omitempty"`
Mimetype string `protobuf:"bytes,2,opt,name=mimetype,proto3" json:"mimetype,omitempty"`
Title string `protobuf:"bytes,3,opt,name=title,proto3" json:"title,omitempty"`
FileSHA256 []byte `protobuf:"bytes,4,opt,name=fileSHA256,proto3" json:"fileSHA256,omitempty"`
FileLength uint64 `protobuf:"varint,5,opt,name=fileLength,proto3" json:"fileLength,omitempty"`
PageCount uint32 `protobuf:"varint,6,opt,name=pageCount,proto3" json:"pageCount,omitempty"`
MediaKey []byte `protobuf:"bytes,7,opt,name=mediaKey,proto3" json:"mediaKey,omitempty"`
FileName string `protobuf:"bytes,8,opt,name=fileName,proto3" json:"fileName,omitempty"`
FileEncSHA256 []byte `protobuf:"bytes,9,opt,name=fileEncSHA256,proto3" json:"fileEncSHA256,omitempty"`
DirectPath string `protobuf:"bytes,10,opt,name=directPath,proto3" json:"directPath,omitempty"`
MediaKeyTimestamp int64 `protobuf:"varint,11,opt,name=mediaKeyTimestamp,proto3" json:"mediaKeyTimestamp,omitempty"`
ContactVcard bool `protobuf:"varint,12,opt,name=contactVcard,proto3" json:"contactVcard,omitempty"`
ThumbnailDirectPath string `protobuf:"bytes,13,opt,name=thumbnailDirectPath,proto3" json:"thumbnailDirectPath,omitempty"`
ThumbnailSHA256 []byte `protobuf:"bytes,14,opt,name=thumbnailSHA256,proto3" json:"thumbnailSHA256,omitempty"`
ThumbnailEncSHA256 []byte `protobuf:"bytes,15,opt,name=thumbnailEncSHA256,proto3" json:"thumbnailEncSHA256,omitempty"`
JPEGThumbnail []byte `protobuf:"bytes,16,opt,name=JPEGThumbnail,proto3" json:"JPEGThumbnail,omitempty"`
ContextInfo *ContextInfo `protobuf:"bytes,17,opt,name=contextInfo,proto3" json:"contextInfo,omitempty"`
ThumbnailHeight uint32 `protobuf:"varint,18,opt,name=thumbnailHeight,proto3" json:"thumbnailHeight,omitempty"`
ThumbnailWidth uint32 `protobuf:"varint,19,opt,name=thumbnailWidth,proto3" json:"thumbnailWidth,omitempty"`
Caption string `protobuf:"bytes,20,opt,name=caption,proto3" json:"caption,omitempty"`
}
func (x *Message_DocumentMessage) Reset() {
*x = Message_DocumentMessage{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[86]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Message_DocumentMessage) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Message_DocumentMessage) ProtoMessage() {}
func (x *Message_DocumentMessage) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_proto_msgTypes[86]
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 Message_DocumentMessage.ProtoReflect.Descriptor instead.
func (*Message_DocumentMessage) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 66}
}
func (x *Message_DocumentMessage) GetURL() string {
if x != nil {
return x.URL
}
return ""
}
func (x *Message_DocumentMessage) GetMimetype() string {
if x != nil {
return x.Mimetype
}
return ""
}
func (x *Message_DocumentMessage) GetTitle() string {
if x != nil {
return x.Title
}
return ""
}
func (x *Message_DocumentMessage) GetFileSHA256() []byte {
if x != nil {
return x.FileSHA256
}
return nil
}
func (x *Message_DocumentMessage) GetFileLength() uint64 {
if x != nil {
return x.FileLength
}
return 0
}
func (x *Message_DocumentMessage) GetPageCount() uint32 {
if x != nil {
return x.PageCount
}
return 0
}
func (x *Message_DocumentMessage) GetMediaKey() []byte {
if x != nil {
return x.MediaKey
}
return nil
}
func (x *Message_DocumentMessage) GetFileName() string {
if x != nil {
return x.FileName
}
return ""
}
func (x *Message_DocumentMessage) GetFileEncSHA256() []byte {
if x != nil {
return x.FileEncSHA256
}
return nil
}
func (x *Message_DocumentMessage) GetDirectPath() string {
if x != nil {
return x.DirectPath
}
return ""
}
func (x *Message_DocumentMessage) GetMediaKeyTimestamp() int64 {
if x != nil {
return x.MediaKeyTimestamp
}
return 0
}
func (x *Message_DocumentMessage) GetContactVcard() bool {
if x != nil {
return x.ContactVcard
}
return false
}
func (x *Message_DocumentMessage) GetThumbnailDirectPath() string {
if x != nil {
return x.ThumbnailDirectPath
}
return ""
}
func (x *Message_DocumentMessage) GetThumbnailSHA256() []byte {
if x != nil {
return x.ThumbnailSHA256
}
return nil
}
func (x *Message_DocumentMessage) GetThumbnailEncSHA256() []byte {
if x != nil {
return x.ThumbnailEncSHA256
}
return nil
}
func (x *Message_DocumentMessage) GetJPEGThumbnail() []byte {
if x != nil {
return x.JPEGThumbnail
}
return nil
}
func (x *Message_DocumentMessage) GetContextInfo() *ContextInfo {
if x != nil {
return x.ContextInfo
}
return nil
}
func (x *Message_DocumentMessage) GetThumbnailHeight() uint32 {
if x != nil {
return x.ThumbnailHeight
}
return 0
}
func (x *Message_DocumentMessage) GetThumbnailWidth() uint32 {
if x != nil {
return x.ThumbnailWidth
}
return 0
}
func (x *Message_DocumentMessage) GetCaption() string {
if x != nil {
return x.Caption
}
return ""
}
type Message_LocationMessage struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
DegreesLatitude float64 `protobuf:"fixed64,1,opt,name=degreesLatitude,proto3" json:"degreesLatitude,omitempty"`
DegreesLongitude float64 `protobuf:"fixed64,2,opt,name=degreesLongitude,proto3" json:"degreesLongitude,omitempty"`
Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
Address string `protobuf:"bytes,4,opt,name=address,proto3" json:"address,omitempty"`
URL string `protobuf:"bytes,5,opt,name=URL,proto3" json:"URL,omitempty"`
IsLive bool `protobuf:"varint,6,opt,name=isLive,proto3" json:"isLive,omitempty"`
AccuracyInMeters uint32 `protobuf:"varint,7,opt,name=accuracyInMeters,proto3" json:"accuracyInMeters,omitempty"`
SpeedInMps float32 `protobuf:"fixed32,8,opt,name=speedInMps,proto3" json:"speedInMps,omitempty"`
DegreesClockwiseFromMagneticNorth uint32 `protobuf:"varint,9,opt,name=degreesClockwiseFromMagneticNorth,proto3" json:"degreesClockwiseFromMagneticNorth,omitempty"`
Comment string `protobuf:"bytes,11,opt,name=comment,proto3" json:"comment,omitempty"`
JPEGThumbnail []byte `protobuf:"bytes,16,opt,name=JPEGThumbnail,proto3" json:"JPEGThumbnail,omitempty"`
ContextInfo *ContextInfo `protobuf:"bytes,17,opt,name=contextInfo,proto3" json:"contextInfo,omitempty"`
}
func (x *Message_LocationMessage) Reset() {
*x = Message_LocationMessage{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[87]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Message_LocationMessage) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Message_LocationMessage) ProtoMessage() {}
func (x *Message_LocationMessage) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_proto_msgTypes[87]
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 Message_LocationMessage.ProtoReflect.Descriptor instead.
func (*Message_LocationMessage) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 67}
}
func (x *Message_LocationMessage) GetDegreesLatitude() float64 {
if x != nil {
return x.DegreesLatitude
}
return 0
}
func (x *Message_LocationMessage) GetDegreesLongitude() float64 {
if x != nil {
return x.DegreesLongitude
}
return 0
}
func (x *Message_LocationMessage) GetName() string {
if x != nil {
return x.Name
}
return ""
}
func (x *Message_LocationMessage) GetAddress() string {
if x != nil {
return x.Address
}
return ""
}
func (x *Message_LocationMessage) GetURL() string {
if x != nil {
return x.URL
}
return ""
}
func (x *Message_LocationMessage) GetIsLive() bool {
if x != nil {
return x.IsLive
}
return false
}
func (x *Message_LocationMessage) GetAccuracyInMeters() uint32 {
if x != nil {
return x.AccuracyInMeters
}
return 0
}
func (x *Message_LocationMessage) GetSpeedInMps() float32 {
if x != nil {
return x.SpeedInMps
}
return 0
}
func (x *Message_LocationMessage) GetDegreesClockwiseFromMagneticNorth() uint32 {
if x != nil {
return x.DegreesClockwiseFromMagneticNorth
}
return 0
}
func (x *Message_LocationMessage) GetComment() string {
if x != nil {
return x.Comment
}
return ""
}
func (x *Message_LocationMessage) GetJPEGThumbnail() []byte {
if x != nil {
return x.JPEGThumbnail
}
return nil
}
func (x *Message_LocationMessage) GetContextInfo() *ContextInfo {
if x != nil {
return x.ContextInfo
}
return nil
}
type Message_ContactMessage struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
DisplayName string `protobuf:"bytes,1,opt,name=displayName,proto3" json:"displayName,omitempty"`
Vcard string `protobuf:"bytes,16,opt,name=vcard,proto3" json:"vcard,omitempty"`
ContextInfo *ContextInfo `protobuf:"bytes,17,opt,name=contextInfo,proto3" json:"contextInfo,omitempty"`
}
func (x *Message_ContactMessage) Reset() {
*x = Message_ContactMessage{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[88]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Message_ContactMessage) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Message_ContactMessage) ProtoMessage() {}
func (x *Message_ContactMessage) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_proto_msgTypes[88]
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 Message_ContactMessage.ProtoReflect.Descriptor instead.
func (*Message_ContactMessage) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 68}
}
func (x *Message_ContactMessage) GetDisplayName() string {
if x != nil {
return x.DisplayName
}
return ""
}
func (x *Message_ContactMessage) GetVcard() string {
if x != nil {
return x.Vcard
}
return ""
}
func (x *Message_ContactMessage) GetContextInfo() *ContextInfo {
if x != nil {
return x.ContextInfo
}
return nil
}
type Message_ImageMessage struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
URL string `protobuf:"bytes,1,opt,name=URL,proto3" json:"URL,omitempty"`
Mimetype string `protobuf:"bytes,2,opt,name=mimetype,proto3" json:"mimetype,omitempty"`
Caption string `protobuf:"bytes,3,opt,name=caption,proto3" json:"caption,omitempty"`
FileSHA256 []byte `protobuf:"bytes,4,opt,name=fileSHA256,proto3" json:"fileSHA256,omitempty"`
FileLength uint64 `protobuf:"varint,5,opt,name=fileLength,proto3" json:"fileLength,omitempty"`
Height uint32 `protobuf:"varint,6,opt,name=height,proto3" json:"height,omitempty"`
Width uint32 `protobuf:"varint,7,opt,name=width,proto3" json:"width,omitempty"`
MediaKey []byte `protobuf:"bytes,8,opt,name=mediaKey,proto3" json:"mediaKey,omitempty"`
FileEncSHA256 []byte `protobuf:"bytes,9,opt,name=fileEncSHA256,proto3" json:"fileEncSHA256,omitempty"`
InteractiveAnnotations []*InteractiveAnnotation `protobuf:"bytes,10,rep,name=interactiveAnnotations,proto3" json:"interactiveAnnotations,omitempty"`
DirectPath string `protobuf:"bytes,11,opt,name=directPath,proto3" json:"directPath,omitempty"`
MediaKeyTimestamp int64 `protobuf:"varint,12,opt,name=mediaKeyTimestamp,proto3" json:"mediaKeyTimestamp,omitempty"`
JPEGThumbnail []byte `protobuf:"bytes,16,opt,name=JPEGThumbnail,proto3" json:"JPEGThumbnail,omitempty"`
ContextInfo *ContextInfo `protobuf:"bytes,17,opt,name=contextInfo,proto3" json:"contextInfo,omitempty"`
FirstScanSidecar []byte `protobuf:"bytes,18,opt,name=firstScanSidecar,proto3" json:"firstScanSidecar,omitempty"`
FirstScanLength uint32 `protobuf:"varint,19,opt,name=firstScanLength,proto3" json:"firstScanLength,omitempty"`
ExperimentGroupID uint32 `protobuf:"varint,20,opt,name=experimentGroupID,proto3" json:"experimentGroupID,omitempty"`
ScansSidecar []byte `protobuf:"bytes,21,opt,name=scansSidecar,proto3" json:"scansSidecar,omitempty"`
ScanLengths []uint32 `protobuf:"varint,22,rep,packed,name=scanLengths,proto3" json:"scanLengths,omitempty"`
MidQualityFileSHA256 []byte `protobuf:"bytes,23,opt,name=midQualityFileSHA256,proto3" json:"midQualityFileSHA256,omitempty"`
MidQualityFileEncSHA256 []byte `protobuf:"bytes,24,opt,name=midQualityFileEncSHA256,proto3" json:"midQualityFileEncSHA256,omitempty"`
ViewOnce bool `protobuf:"varint,25,opt,name=viewOnce,proto3" json:"viewOnce,omitempty"`
ThumbnailDirectPath string `protobuf:"bytes,26,opt,name=thumbnailDirectPath,proto3" json:"thumbnailDirectPath,omitempty"`
ThumbnailSHA256 []byte `protobuf:"bytes,27,opt,name=thumbnailSHA256,proto3" json:"thumbnailSHA256,omitempty"`
ThumbnailEncSHA256 []byte `protobuf:"bytes,28,opt,name=thumbnailEncSHA256,proto3" json:"thumbnailEncSHA256,omitempty"`
StaticURL string `protobuf:"bytes,29,opt,name=staticURL,proto3" json:"staticURL,omitempty"`
Annotations []*InteractiveAnnotation `protobuf:"bytes,30,rep,name=annotations,proto3" json:"annotations,omitempty"`
}
func (x *Message_ImageMessage) Reset() {
*x = Message_ImageMessage{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[89]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Message_ImageMessage) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Message_ImageMessage) ProtoMessage() {}
func (x *Message_ImageMessage) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_proto_msgTypes[89]
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 Message_ImageMessage.ProtoReflect.Descriptor instead.
func (*Message_ImageMessage) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 69}
}
func (x *Message_ImageMessage) GetURL() string {
if x != nil {
return x.URL
}
return ""
}
func (x *Message_ImageMessage) GetMimetype() string {
if x != nil {
return x.Mimetype
}
return ""
}
func (x *Message_ImageMessage) GetCaption() string {
if x != nil {
return x.Caption
}
return ""
}
func (x *Message_ImageMessage) GetFileSHA256() []byte {
if x != nil {
return x.FileSHA256
}
return nil
}
func (x *Message_ImageMessage) GetFileLength() uint64 {
if x != nil {
return x.FileLength
}
return 0
}
func (x *Message_ImageMessage) GetHeight() uint32 {
if x != nil {
return x.Height
}
return 0
}
func (x *Message_ImageMessage) GetWidth() uint32 {
if x != nil {
return x.Width
}
return 0
}
func (x *Message_ImageMessage) GetMediaKey() []byte {
if x != nil {
return x.MediaKey
}
return nil
}
func (x *Message_ImageMessage) GetFileEncSHA256() []byte {
if x != nil {
return x.FileEncSHA256
}
return nil
}
func (x *Message_ImageMessage) GetInteractiveAnnotations() []*InteractiveAnnotation {
if x != nil {
return x.InteractiveAnnotations
}
return nil
}
func (x *Message_ImageMessage) GetDirectPath() string {
if x != nil {
return x.DirectPath
}
return ""
}
func (x *Message_ImageMessage) GetMediaKeyTimestamp() int64 {
if x != nil {
return x.MediaKeyTimestamp
}
return 0
}
func (x *Message_ImageMessage) GetJPEGThumbnail() []byte {
if x != nil {
return x.JPEGThumbnail
}
return nil
}
func (x *Message_ImageMessage) GetContextInfo() *ContextInfo {
if x != nil {
return x.ContextInfo
}
return nil
}
func (x *Message_ImageMessage) GetFirstScanSidecar() []byte {
if x != nil {
return x.FirstScanSidecar
}
return nil
}
func (x *Message_ImageMessage) GetFirstScanLength() uint32 {
if x != nil {
return x.FirstScanLength
}
return 0
}
func (x *Message_ImageMessage) GetExperimentGroupID() uint32 {
if x != nil {
return x.ExperimentGroupID
}
return 0
}
func (x *Message_ImageMessage) GetScansSidecar() []byte {
if x != nil {
return x.ScansSidecar
}
return nil
}
func (x *Message_ImageMessage) GetScanLengths() []uint32 {
if x != nil {
return x.ScanLengths
}
return nil
}
func (x *Message_ImageMessage) GetMidQualityFileSHA256() []byte {
if x != nil {
return x.MidQualityFileSHA256
}
return nil
}
func (x *Message_ImageMessage) GetMidQualityFileEncSHA256() []byte {
if x != nil {
return x.MidQualityFileEncSHA256
}
return nil
}
func (x *Message_ImageMessage) GetViewOnce() bool {
if x != nil {
return x.ViewOnce
}
return false
}
func (x *Message_ImageMessage) GetThumbnailDirectPath() string {
if x != nil {
return x.ThumbnailDirectPath
}
return ""
}
func (x *Message_ImageMessage) GetThumbnailSHA256() []byte {
if x != nil {
return x.ThumbnailSHA256
}
return nil
}
func (x *Message_ImageMessage) GetThumbnailEncSHA256() []byte {
if x != nil {
return x.ThumbnailEncSHA256
}
return nil
}
func (x *Message_ImageMessage) GetStaticURL() string {
if x != nil {
return x.StaticURL
}
return ""
}
func (x *Message_ImageMessage) GetAnnotations() []*InteractiveAnnotation {
if x != nil {
return x.Annotations
}
return nil
}
type Message_SenderKeyDistributionMessage struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
GroupID string `protobuf:"bytes,1,opt,name=groupID,proto3" json:"groupID,omitempty"`
AxolotlSenderKeyDistributionMessage []byte `protobuf:"bytes,2,opt,name=axolotlSenderKeyDistributionMessage,proto3" json:"axolotlSenderKeyDistributionMessage,omitempty"`
}
func (x *Message_SenderKeyDistributionMessage) Reset() {
*x = Message_SenderKeyDistributionMessage{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[90]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Message_SenderKeyDistributionMessage) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Message_SenderKeyDistributionMessage) ProtoMessage() {}
func (x *Message_SenderKeyDistributionMessage) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_proto_msgTypes[90]
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 Message_SenderKeyDistributionMessage.ProtoReflect.Descriptor instead.
func (*Message_SenderKeyDistributionMessage) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 70}
}
func (x *Message_SenderKeyDistributionMessage) GetGroupID() string {
if x != nil {
return x.GroupID
}
return ""
}
func (x *Message_SenderKeyDistributionMessage) GetAxolotlSenderKeyDistributionMessage() []byte {
if x != nil {
return x.AxolotlSenderKeyDistributionMessage
}
return nil
}
type Message_CallLogMessage_CallParticipant struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
JID string `protobuf:"bytes,1,opt,name=JID,proto3" json:"JID,omitempty"`
CallOutcome Message_CallLogMessage_CallOutcome `protobuf:"varint,2,opt,name=callOutcome,proto3,enum=WAE2E.Message_CallLogMessage_CallOutcome" json:"callOutcome,omitempty"`
}
func (x *Message_CallLogMessage_CallParticipant) Reset() {
*x = Message_CallLogMessage_CallParticipant{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[91]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Message_CallLogMessage_CallParticipant) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Message_CallLogMessage_CallParticipant) ProtoMessage() {}
func (x *Message_CallLogMessage_CallParticipant) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_proto_msgTypes[91]
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 Message_CallLogMessage_CallParticipant.ProtoReflect.Descriptor instead.
func (*Message_CallLogMessage_CallParticipant) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 2, 0}
}
func (x *Message_CallLogMessage_CallParticipant) GetJID() string {
if x != nil {
return x.JID
}
return ""
}
func (x *Message_CallLogMessage_CallParticipant) GetCallOutcome() Message_CallLogMessage_CallOutcome {
if x != nil {
return x.CallOutcome
}
return Message_CallLogMessage_CONNECTED
}
type Message_ButtonsMessage_Button struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
ButtonID string `protobuf:"bytes,1,opt,name=buttonID,proto3" json:"buttonID,omitempty"`
ButtonText *Message_ButtonsMessage_Button_ButtonText `protobuf:"bytes,2,opt,name=buttonText,proto3" json:"buttonText,omitempty"`
Type Message_ButtonsMessage_Button_Type `protobuf:"varint,3,opt,name=type,proto3,enum=WAE2E.Message_ButtonsMessage_Button_Type" json:"type,omitempty"`
NativeFlowInfo *Message_ButtonsMessage_Button_NativeFlowInfo `protobuf:"bytes,4,opt,name=nativeFlowInfo,proto3" json:"nativeFlowInfo,omitempty"`
}
func (x *Message_ButtonsMessage_Button) Reset() {
*x = Message_ButtonsMessage_Button{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[92]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Message_ButtonsMessage_Button) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Message_ButtonsMessage_Button) ProtoMessage() {}
func (x *Message_ButtonsMessage_Button) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_proto_msgTypes[92]
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 Message_ButtonsMessage_Button.ProtoReflect.Descriptor instead.
func (*Message_ButtonsMessage_Button) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 8, 0}
}
func (x *Message_ButtonsMessage_Button) GetButtonID() string {
if x != nil {
return x.ButtonID
}
return ""
}
func (x *Message_ButtonsMessage_Button) GetButtonText() *Message_ButtonsMessage_Button_ButtonText {
if x != nil {
return x.ButtonText
}
return nil
}
func (x *Message_ButtonsMessage_Button) GetType() Message_ButtonsMessage_Button_Type {
if x != nil {
return x.Type
}
return Message_ButtonsMessage_Button_UNKNOWN
}
func (x *Message_ButtonsMessage_Button) GetNativeFlowInfo() *Message_ButtonsMessage_Button_NativeFlowInfo {
if x != nil {
return x.NativeFlowInfo
}
return nil
}
type Message_ButtonsMessage_Button_NativeFlowInfo struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
ParamsJSON string `protobuf:"bytes,2,opt,name=paramsJSON,proto3" json:"paramsJSON,omitempty"`
}
func (x *Message_ButtonsMessage_Button_NativeFlowInfo) Reset() {
*x = Message_ButtonsMessage_Button_NativeFlowInfo{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[93]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Message_ButtonsMessage_Button_NativeFlowInfo) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Message_ButtonsMessage_Button_NativeFlowInfo) ProtoMessage() {}
func (x *Message_ButtonsMessage_Button_NativeFlowInfo) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_proto_msgTypes[93]
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 Message_ButtonsMessage_Button_NativeFlowInfo.ProtoReflect.Descriptor instead.
func (*Message_ButtonsMessage_Button_NativeFlowInfo) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 8, 0, 0}
}
func (x *Message_ButtonsMessage_Button_NativeFlowInfo) GetName() string {
if x != nil {
return x.Name
}
return ""
}
func (x *Message_ButtonsMessage_Button_NativeFlowInfo) GetParamsJSON() string {
if x != nil {
return x.ParamsJSON
}
return ""
}
type Message_ButtonsMessage_Button_ButtonText struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
DisplayText string `protobuf:"bytes,1,opt,name=displayText,proto3" json:"displayText,omitempty"`
}
func (x *Message_ButtonsMessage_Button_ButtonText) Reset() {
*x = Message_ButtonsMessage_Button_ButtonText{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[94]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Message_ButtonsMessage_Button_ButtonText) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Message_ButtonsMessage_Button_ButtonText) ProtoMessage() {}
func (x *Message_ButtonsMessage_Button_ButtonText) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_proto_msgTypes[94]
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 Message_ButtonsMessage_Button_ButtonText.ProtoReflect.Descriptor instead.
func (*Message_ButtonsMessage_Button_ButtonText) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 8, 0, 1}
}
func (x *Message_ButtonsMessage_Button_ButtonText) GetDisplayText() string {
if x != nil {
return x.DisplayText
}
return ""
}
type Message_InteractiveResponseMessage_Body struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Text string `protobuf:"bytes,1,opt,name=text,proto3" json:"text,omitempty"`
Format Message_InteractiveResponseMessage_Body_Format `protobuf:"varint,2,opt,name=format,proto3,enum=WAE2E.Message_InteractiveResponseMessage_Body_Format" json:"format,omitempty"`
}
func (x *Message_InteractiveResponseMessage_Body) Reset() {
*x = Message_InteractiveResponseMessage_Body{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[95]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Message_InteractiveResponseMessage_Body) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Message_InteractiveResponseMessage_Body) ProtoMessage() {}
func (x *Message_InteractiveResponseMessage_Body) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_proto_msgTypes[95]
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 Message_InteractiveResponseMessage_Body.ProtoReflect.Descriptor instead.
func (*Message_InteractiveResponseMessage_Body) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 10, 0}
}
func (x *Message_InteractiveResponseMessage_Body) GetText() string {
if x != nil {
return x.Text
}
return ""
}
func (x *Message_InteractiveResponseMessage_Body) GetFormat() Message_InteractiveResponseMessage_Body_Format {
if x != nil {
return x.Format
}
return Message_InteractiveResponseMessage_Body_DEFAULT
}
type Message_InteractiveResponseMessage_NativeFlowResponseMessage struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
ParamsJSON string `protobuf:"bytes,2,opt,name=paramsJSON,proto3" json:"paramsJSON,omitempty"`
Version int32 `protobuf:"varint,3,opt,name=version,proto3" json:"version,omitempty"`
}
func (x *Message_InteractiveResponseMessage_NativeFlowResponseMessage) Reset() {
*x = Message_InteractiveResponseMessage_NativeFlowResponseMessage{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[96]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Message_InteractiveResponseMessage_NativeFlowResponseMessage) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Message_InteractiveResponseMessage_NativeFlowResponseMessage) ProtoMessage() {}
func (x *Message_InteractiveResponseMessage_NativeFlowResponseMessage) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_proto_msgTypes[96]
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 Message_InteractiveResponseMessage_NativeFlowResponseMessage.ProtoReflect.Descriptor instead.
func (*Message_InteractiveResponseMessage_NativeFlowResponseMessage) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 10, 1}
}
func (x *Message_InteractiveResponseMessage_NativeFlowResponseMessage) GetName() string {
if x != nil {
return x.Name
}
return ""
}
func (x *Message_InteractiveResponseMessage_NativeFlowResponseMessage) GetParamsJSON() string {
if x != nil {
return x.ParamsJSON
}
return ""
}
func (x *Message_InteractiveResponseMessage_NativeFlowResponseMessage) GetVersion() int32 {
if x != nil {
return x.Version
}
return 0
}
type Message_InteractiveMessage_ShopMessage struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
ID string `protobuf:"bytes,1,opt,name=ID,proto3" json:"ID,omitempty"`
Surface Message_InteractiveMessage_ShopMessage_Surface `protobuf:"varint,2,opt,name=surface,proto3,enum=WAE2E.Message_InteractiveMessage_ShopMessage_Surface" json:"surface,omitempty"`
MessageVersion int32 `protobuf:"varint,3,opt,name=messageVersion,proto3" json:"messageVersion,omitempty"`
}
func (x *Message_InteractiveMessage_ShopMessage) Reset() {
*x = Message_InteractiveMessage_ShopMessage{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[97]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Message_InteractiveMessage_ShopMessage) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Message_InteractiveMessage_ShopMessage) ProtoMessage() {}
func (x *Message_InteractiveMessage_ShopMessage) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_proto_msgTypes[97]
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 Message_InteractiveMessage_ShopMessage.ProtoReflect.Descriptor instead.
func (*Message_InteractiveMessage_ShopMessage) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 11, 0}
}
func (x *Message_InteractiveMessage_ShopMessage) GetID() string {
if x != nil {
return x.ID
}
return ""
}
func (x *Message_InteractiveMessage_ShopMessage) GetSurface() Message_InteractiveMessage_ShopMessage_Surface {
if x != nil {
return x.Surface
}
return Message_InteractiveMessage_ShopMessage_UNKNOWN_SURFACE
}
func (x *Message_InteractiveMessage_ShopMessage) GetMessageVersion() int32 {
if x != nil {
return x.MessageVersion
}
return 0
}
type Message_InteractiveMessage_CarouselMessage struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Cards []*Message_InteractiveMessage `protobuf:"bytes,1,rep,name=cards,proto3" json:"cards,omitempty"`
MessageVersion int32 `protobuf:"varint,2,opt,name=messageVersion,proto3" json:"messageVersion,omitempty"`
}
func (x *Message_InteractiveMessage_CarouselMessage) Reset() {
*x = Message_InteractiveMessage_CarouselMessage{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[98]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Message_InteractiveMessage_CarouselMessage) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Message_InteractiveMessage_CarouselMessage) ProtoMessage() {}
func (x *Message_InteractiveMessage_CarouselMessage) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_proto_msgTypes[98]
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 Message_InteractiveMessage_CarouselMessage.ProtoReflect.Descriptor instead.
func (*Message_InteractiveMessage_CarouselMessage) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 11, 1}
}
func (x *Message_InteractiveMessage_CarouselMessage) GetCards() []*Message_InteractiveMessage {
if x != nil {
return x.Cards
}
return nil
}
func (x *Message_InteractiveMessage_CarouselMessage) GetMessageVersion() int32 {
if x != nil {
return x.MessageVersion
}
return 0
}
type Message_InteractiveMessage_NativeFlowMessage struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Buttons []*Message_InteractiveMessage_NativeFlowMessage_NativeFlowButton `protobuf:"bytes,1,rep,name=buttons,proto3" json:"buttons,omitempty"`
MessageParamsJSON string `protobuf:"bytes,2,opt,name=messageParamsJSON,proto3" json:"messageParamsJSON,omitempty"`
MessageVersion int32 `protobuf:"varint,3,opt,name=messageVersion,proto3" json:"messageVersion,omitempty"`
}
func (x *Message_InteractiveMessage_NativeFlowMessage) Reset() {
*x = Message_InteractiveMessage_NativeFlowMessage{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[99]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Message_InteractiveMessage_NativeFlowMessage) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Message_InteractiveMessage_NativeFlowMessage) ProtoMessage() {}
func (x *Message_InteractiveMessage_NativeFlowMessage) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_proto_msgTypes[99]
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 Message_InteractiveMessage_NativeFlowMessage.ProtoReflect.Descriptor instead.
func (*Message_InteractiveMessage_NativeFlowMessage) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 11, 2}
}
func (x *Message_InteractiveMessage_NativeFlowMessage) GetButtons() []*Message_InteractiveMessage_NativeFlowMessage_NativeFlowButton {
if x != nil {
return x.Buttons
}
return nil
}
func (x *Message_InteractiveMessage_NativeFlowMessage) GetMessageParamsJSON() string {
if x != nil {
return x.MessageParamsJSON
}
return ""
}
func (x *Message_InteractiveMessage_NativeFlowMessage) GetMessageVersion() int32 {
if x != nil {
return x.MessageVersion
}
return 0
}
type Message_InteractiveMessage_CollectionMessage struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
BizJID string `protobuf:"bytes,1,opt,name=bizJID,proto3" json:"bizJID,omitempty"`
ID string `protobuf:"bytes,2,opt,name=ID,proto3" json:"ID,omitempty"`
MessageVersion int32 `protobuf:"varint,3,opt,name=messageVersion,proto3" json:"messageVersion,omitempty"`
}
func (x *Message_InteractiveMessage_CollectionMessage) Reset() {
*x = Message_InteractiveMessage_CollectionMessage{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[100]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Message_InteractiveMessage_CollectionMessage) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Message_InteractiveMessage_CollectionMessage) ProtoMessage() {}
func (x *Message_InteractiveMessage_CollectionMessage) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_proto_msgTypes[100]
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 Message_InteractiveMessage_CollectionMessage.ProtoReflect.Descriptor instead.
func (*Message_InteractiveMessage_CollectionMessage) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 11, 3}
}
func (x *Message_InteractiveMessage_CollectionMessage) GetBizJID() string {
if x != nil {
return x.BizJID
}
return ""
}
func (x *Message_InteractiveMessage_CollectionMessage) GetID() string {
if x != nil {
return x.ID
}
return ""
}
func (x *Message_InteractiveMessage_CollectionMessage) GetMessageVersion() int32 {
if x != nil {
return x.MessageVersion
}
return 0
}
type Message_InteractiveMessage_Footer struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Text string `protobuf:"bytes,1,opt,name=text,proto3" json:"text,omitempty"`
}
func (x *Message_InteractiveMessage_Footer) Reset() {
*x = Message_InteractiveMessage_Footer{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[101]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Message_InteractiveMessage_Footer) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Message_InteractiveMessage_Footer) ProtoMessage() {}
func (x *Message_InteractiveMessage_Footer) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_proto_msgTypes[101]
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 Message_InteractiveMessage_Footer.ProtoReflect.Descriptor instead.
func (*Message_InteractiveMessage_Footer) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 11, 4}
}
func (x *Message_InteractiveMessage_Footer) GetText() string {
if x != nil {
return x.Text
}
return ""
}
type Message_InteractiveMessage_Body struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Text string `protobuf:"bytes,1,opt,name=text,proto3" json:"text,omitempty"`
}
func (x *Message_InteractiveMessage_Body) Reset() {
*x = Message_InteractiveMessage_Body{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[102]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Message_InteractiveMessage_Body) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Message_InteractiveMessage_Body) ProtoMessage() {}
func (x *Message_InteractiveMessage_Body) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_proto_msgTypes[102]
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 Message_InteractiveMessage_Body.ProtoReflect.Descriptor instead.
func (*Message_InteractiveMessage_Body) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 11, 5}
}
func (x *Message_InteractiveMessage_Body) GetText() string {
if x != nil {
return x.Text
}
return ""
}
type Message_InteractiveMessage_Header struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
// Types that are assignable to Media:
//
// *Message_InteractiveMessage_Header_DocumentMessage
// *Message_InteractiveMessage_Header_ImageMessage
// *Message_InteractiveMessage_Header_JPEGThumbnail
// *Message_InteractiveMessage_Header_VideoMessage
// *Message_InteractiveMessage_Header_LocationMessage
Media isMessage_InteractiveMessage_Header_Media `protobuf_oneof:"media"`
Title string `protobuf:"bytes,1,opt,name=title,proto3" json:"title,omitempty"`
Subtitle string `protobuf:"bytes,2,opt,name=subtitle,proto3" json:"subtitle,omitempty"`
HasMediaAttachment bool `protobuf:"varint,5,opt,name=hasMediaAttachment,proto3" json:"hasMediaAttachment,omitempty"`
}
func (x *Message_InteractiveMessage_Header) Reset() {
*x = Message_InteractiveMessage_Header{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[103]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Message_InteractiveMessage_Header) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Message_InteractiveMessage_Header) ProtoMessage() {}
func (x *Message_InteractiveMessage_Header) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_proto_msgTypes[103]
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 Message_InteractiveMessage_Header.ProtoReflect.Descriptor instead.
func (*Message_InteractiveMessage_Header) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 11, 6}
}
func (m *Message_InteractiveMessage_Header) GetMedia() isMessage_InteractiveMessage_Header_Media {
if m != nil {
return m.Media
}
return nil
}
func (x *Message_InteractiveMessage_Header) GetDocumentMessage() *Message_DocumentMessage {
if x, ok := x.GetMedia().(*Message_InteractiveMessage_Header_DocumentMessage); ok {
return x.DocumentMessage
}
return nil
}
func (x *Message_InteractiveMessage_Header) GetImageMessage() *Message_ImageMessage {
if x, ok := x.GetMedia().(*Message_InteractiveMessage_Header_ImageMessage); ok {
return x.ImageMessage
}
return nil
}
func (x *Message_InteractiveMessage_Header) GetJPEGThumbnail() []byte {
if x, ok := x.GetMedia().(*Message_InteractiveMessage_Header_JPEGThumbnail); ok {
return x.JPEGThumbnail
}
return nil
}
func (x *Message_InteractiveMessage_Header) GetVideoMessage() *Message_VideoMessage {
if x, ok := x.GetMedia().(*Message_InteractiveMessage_Header_VideoMessage); ok {
return x.VideoMessage
}
return nil
}
func (x *Message_InteractiveMessage_Header) GetLocationMessage() *Message_LocationMessage {
if x, ok := x.GetMedia().(*Message_InteractiveMessage_Header_LocationMessage); ok {
return x.LocationMessage
}
return nil
}
func (x *Message_InteractiveMessage_Header) GetTitle() string {
if x != nil {
return x.Title
}
return ""
}
func (x *Message_InteractiveMessage_Header) GetSubtitle() string {
if x != nil {
return x.Subtitle
}
return ""
}
func (x *Message_InteractiveMessage_Header) GetHasMediaAttachment() bool {
if x != nil {
return x.HasMediaAttachment
}
return false
}
type isMessage_InteractiveMessage_Header_Media interface {
isMessage_InteractiveMessage_Header_Media()
}
type Message_InteractiveMessage_Header_DocumentMessage struct {
DocumentMessage *Message_DocumentMessage `protobuf:"bytes,3,opt,name=documentMessage,proto3,oneof"`
}
type Message_InteractiveMessage_Header_ImageMessage struct {
ImageMessage *Message_ImageMessage `protobuf:"bytes,4,opt,name=imageMessage,proto3,oneof"`
}
type Message_InteractiveMessage_Header_JPEGThumbnail struct {
JPEGThumbnail []byte `protobuf:"bytes,6,opt,name=JPEGThumbnail,proto3,oneof"`
}
type Message_InteractiveMessage_Header_VideoMessage struct {
VideoMessage *Message_VideoMessage `protobuf:"bytes,7,opt,name=videoMessage,proto3,oneof"`
}
type Message_InteractiveMessage_Header_LocationMessage struct {
LocationMessage *Message_LocationMessage `protobuf:"bytes,8,opt,name=locationMessage,proto3,oneof"`
}
func (*Message_InteractiveMessage_Header_DocumentMessage) isMessage_InteractiveMessage_Header_Media() {
}
func (*Message_InteractiveMessage_Header_ImageMessage) isMessage_InteractiveMessage_Header_Media() {}
func (*Message_InteractiveMessage_Header_JPEGThumbnail) isMessage_InteractiveMessage_Header_Media() {}
func (*Message_InteractiveMessage_Header_VideoMessage) isMessage_InteractiveMessage_Header_Media() {}
func (*Message_InteractiveMessage_Header_LocationMessage) isMessage_InteractiveMessage_Header_Media() {
}
type Message_InteractiveMessage_NativeFlowMessage_NativeFlowButton struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
ButtonParamsJSON string `protobuf:"bytes,2,opt,name=buttonParamsJSON,proto3" json:"buttonParamsJSON,omitempty"`
}
func (x *Message_InteractiveMessage_NativeFlowMessage_NativeFlowButton) Reset() {
*x = Message_InteractiveMessage_NativeFlowMessage_NativeFlowButton{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[104]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Message_InteractiveMessage_NativeFlowMessage_NativeFlowButton) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Message_InteractiveMessage_NativeFlowMessage_NativeFlowButton) ProtoMessage() {}
func (x *Message_InteractiveMessage_NativeFlowMessage_NativeFlowButton) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_proto_msgTypes[104]
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 Message_InteractiveMessage_NativeFlowMessage_NativeFlowButton.ProtoReflect.Descriptor instead.
func (*Message_InteractiveMessage_NativeFlowMessage_NativeFlowButton) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 11, 2, 0}
}
func (x *Message_InteractiveMessage_NativeFlowMessage_NativeFlowButton) GetName() string {
if x != nil {
return x.Name
}
return ""
}
func (x *Message_InteractiveMessage_NativeFlowMessage_NativeFlowButton) GetButtonParamsJSON() string {
if x != nil {
return x.ButtonParamsJSON
}
return ""
}
type Message_ListResponseMessage_SingleSelectReply struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
SelectedRowID string `protobuf:"bytes,1,opt,name=selectedRowID,proto3" json:"selectedRowID,omitempty"`
}
func (x *Message_ListResponseMessage_SingleSelectReply) Reset() {
*x = Message_ListResponseMessage_SingleSelectReply{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[105]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Message_ListResponseMessage_SingleSelectReply) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Message_ListResponseMessage_SingleSelectReply) ProtoMessage() {}
func (x *Message_ListResponseMessage_SingleSelectReply) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_proto_msgTypes[105]
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 Message_ListResponseMessage_SingleSelectReply.ProtoReflect.Descriptor instead.
func (*Message_ListResponseMessage_SingleSelectReply) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 12, 0}
}
func (x *Message_ListResponseMessage_SingleSelectReply) GetSelectedRowID() string {
if x != nil {
return x.SelectedRowID
}
return ""
}
type Message_ListMessage_ProductListInfo struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
ProductSections []*Message_ListMessage_ProductSection `protobuf:"bytes,1,rep,name=productSections,proto3" json:"productSections,omitempty"`
HeaderImage *Message_ListMessage_ProductListHeaderImage `protobuf:"bytes,2,opt,name=headerImage,proto3" json:"headerImage,omitempty"`
BusinessOwnerJID string `protobuf:"bytes,3,opt,name=businessOwnerJID,proto3" json:"businessOwnerJID,omitempty"`
}
func (x *Message_ListMessage_ProductListInfo) Reset() {
*x = Message_ListMessage_ProductListInfo{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[106]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Message_ListMessage_ProductListInfo) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Message_ListMessage_ProductListInfo) ProtoMessage() {}
func (x *Message_ListMessage_ProductListInfo) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_proto_msgTypes[106]
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 Message_ListMessage_ProductListInfo.ProtoReflect.Descriptor instead.
func (*Message_ListMessage_ProductListInfo) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 13, 0}
}
func (x *Message_ListMessage_ProductListInfo) GetProductSections() []*Message_ListMessage_ProductSection {
if x != nil {
return x.ProductSections
}
return nil
}
func (x *Message_ListMessage_ProductListInfo) GetHeaderImage() *Message_ListMessage_ProductListHeaderImage {
if x != nil {
return x.HeaderImage
}
return nil
}
func (x *Message_ListMessage_ProductListInfo) GetBusinessOwnerJID() string {
if x != nil {
return x.BusinessOwnerJID
}
return ""
}
type Message_ListMessage_ProductListHeaderImage struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
ProductID string `protobuf:"bytes,1,opt,name=productID,proto3" json:"productID,omitempty"`
JPEGThumbnail []byte `protobuf:"bytes,2,opt,name=JPEGThumbnail,proto3" json:"JPEGThumbnail,omitempty"`
}
func (x *Message_ListMessage_ProductListHeaderImage) Reset() {
*x = Message_ListMessage_ProductListHeaderImage{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[107]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Message_ListMessage_ProductListHeaderImage) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Message_ListMessage_ProductListHeaderImage) ProtoMessage() {}
func (x *Message_ListMessage_ProductListHeaderImage) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_proto_msgTypes[107]
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 Message_ListMessage_ProductListHeaderImage.ProtoReflect.Descriptor instead.
func (*Message_ListMessage_ProductListHeaderImage) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 13, 1}
}
func (x *Message_ListMessage_ProductListHeaderImage) GetProductID() string {
if x != nil {
return x.ProductID
}
return ""
}
func (x *Message_ListMessage_ProductListHeaderImage) GetJPEGThumbnail() []byte {
if x != nil {
return x.JPEGThumbnail
}
return nil
}
type Message_ListMessage_ProductSection struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Title string `protobuf:"bytes,1,opt,name=title,proto3" json:"title,omitempty"`
Products []*Message_ListMessage_Product `protobuf:"bytes,2,rep,name=products,proto3" json:"products,omitempty"`
}
func (x *Message_ListMessage_ProductSection) Reset() {
*x = Message_ListMessage_ProductSection{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[108]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Message_ListMessage_ProductSection) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Message_ListMessage_ProductSection) ProtoMessage() {}
func (x *Message_ListMessage_ProductSection) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_proto_msgTypes[108]
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 Message_ListMessage_ProductSection.ProtoReflect.Descriptor instead.
func (*Message_ListMessage_ProductSection) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 13, 2}
}
func (x *Message_ListMessage_ProductSection) GetTitle() string {
if x != nil {
return x.Title
}
return ""
}
func (x *Message_ListMessage_ProductSection) GetProducts() []*Message_ListMessage_Product {
if x != nil {
return x.Products
}
return nil
}
type Message_ListMessage_Product struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
ProductID string `protobuf:"bytes,1,opt,name=productID,proto3" json:"productID,omitempty"`
}
func (x *Message_ListMessage_Product) Reset() {
*x = Message_ListMessage_Product{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[109]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Message_ListMessage_Product) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Message_ListMessage_Product) ProtoMessage() {}
func (x *Message_ListMessage_Product) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_proto_msgTypes[109]
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 Message_ListMessage_Product.ProtoReflect.Descriptor instead.
func (*Message_ListMessage_Product) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 13, 3}
}
func (x *Message_ListMessage_Product) GetProductID() string {
if x != nil {
return x.ProductID
}
return ""
}
type Message_ListMessage_Section struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Title string `protobuf:"bytes,1,opt,name=title,proto3" json:"title,omitempty"`
Rows []*Message_ListMessage_Row `protobuf:"bytes,2,rep,name=rows,proto3" json:"rows,omitempty"`
}
func (x *Message_ListMessage_Section) Reset() {
*x = Message_ListMessage_Section{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[110]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Message_ListMessage_Section) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Message_ListMessage_Section) ProtoMessage() {}
func (x *Message_ListMessage_Section) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_proto_msgTypes[110]
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 Message_ListMessage_Section.ProtoReflect.Descriptor instead.
func (*Message_ListMessage_Section) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 13, 4}
}
func (x *Message_ListMessage_Section) GetTitle() string {
if x != nil {
return x.Title
}
return ""
}
func (x *Message_ListMessage_Section) GetRows() []*Message_ListMessage_Row {
if x != nil {
return x.Rows
}
return nil
}
type Message_ListMessage_Row struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Title string `protobuf:"bytes,1,opt,name=title,proto3" json:"title,omitempty"`
Description string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
RowID string `protobuf:"bytes,3,opt,name=rowID,proto3" json:"rowID,omitempty"`
}
func (x *Message_ListMessage_Row) Reset() {
*x = Message_ListMessage_Row{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[111]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Message_ListMessage_Row) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Message_ListMessage_Row) ProtoMessage() {}
func (x *Message_ListMessage_Row) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_proto_msgTypes[111]
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 Message_ListMessage_Row.ProtoReflect.Descriptor instead.
func (*Message_ListMessage_Row) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 13, 5}
}
func (x *Message_ListMessage_Row) GetTitle() string {
if x != nil {
return x.Title
}
return ""
}
func (x *Message_ListMessage_Row) GetDescription() string {
if x != nil {
return x.Description
}
return ""
}
func (x *Message_ListMessage_Row) GetRowID() string {
if x != nil {
return x.RowID
}
return ""
}
type Message_HighlyStructuredMessage_HSMLocalizableParameter struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
// Types that are assignable to ParamOneof:
//
// *Message_HighlyStructuredMessage_HSMLocalizableParameter_Currency
// *Message_HighlyStructuredMessage_HSMLocalizableParameter_DateTime
ParamOneof isMessage_HighlyStructuredMessage_HSMLocalizableParameter_ParamOneof `protobuf_oneof:"paramOneof"`
Default string `protobuf:"bytes,1,opt,name=default,proto3" json:"default,omitempty"`
}
func (x *Message_HighlyStructuredMessage_HSMLocalizableParameter) Reset() {
*x = Message_HighlyStructuredMessage_HSMLocalizableParameter{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[112]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Message_HighlyStructuredMessage_HSMLocalizableParameter) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Message_HighlyStructuredMessage_HSMLocalizableParameter) ProtoMessage() {}
func (x *Message_HighlyStructuredMessage_HSMLocalizableParameter) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_proto_msgTypes[112]
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 Message_HighlyStructuredMessage_HSMLocalizableParameter.ProtoReflect.Descriptor instead.
func (*Message_HighlyStructuredMessage_HSMLocalizableParameter) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 16, 0}
}
func (m *Message_HighlyStructuredMessage_HSMLocalizableParameter) GetParamOneof() isMessage_HighlyStructuredMessage_HSMLocalizableParameter_ParamOneof {
if m != nil {
return m.ParamOneof
}
return nil
}
func (x *Message_HighlyStructuredMessage_HSMLocalizableParameter) GetCurrency() *Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMCurrency {
if x, ok := x.GetParamOneof().(*Message_HighlyStructuredMessage_HSMLocalizableParameter_Currency); ok {
return x.Currency
}
return nil
}
func (x *Message_HighlyStructuredMessage_HSMLocalizableParameter) GetDateTime() *Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime {
if x, ok := x.GetParamOneof().(*Message_HighlyStructuredMessage_HSMLocalizableParameter_DateTime); ok {
return x.DateTime
}
return nil
}
func (x *Message_HighlyStructuredMessage_HSMLocalizableParameter) GetDefault() string {
if x != nil {
return x.Default
}
return ""
}
type isMessage_HighlyStructuredMessage_HSMLocalizableParameter_ParamOneof interface {
isMessage_HighlyStructuredMessage_HSMLocalizableParameter_ParamOneof()
}
type Message_HighlyStructuredMessage_HSMLocalizableParameter_Currency struct {
Currency *Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMCurrency `protobuf:"bytes,2,opt,name=currency,proto3,oneof"`
}
type Message_HighlyStructuredMessage_HSMLocalizableParameter_DateTime struct {
DateTime *Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime `protobuf:"bytes,3,opt,name=dateTime,proto3,oneof"`
}
func (*Message_HighlyStructuredMessage_HSMLocalizableParameter_Currency) isMessage_HighlyStructuredMessage_HSMLocalizableParameter_ParamOneof() {
}
func (*Message_HighlyStructuredMessage_HSMLocalizableParameter_DateTime) isMessage_HighlyStructuredMessage_HSMLocalizableParameter_ParamOneof() {
}
type Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
// Types that are assignable to DatetimeOneof:
//
// *Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_Component
// *Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_UnixEpoch
DatetimeOneof isMessage_HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_DatetimeOneof `protobuf_oneof:"datetimeOneof"`
}
func (x *Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime) Reset() {
*x = Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[113]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime) ProtoMessage() {}
func (x *Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_proto_msgTypes[113]
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 Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime.ProtoReflect.Descriptor instead.
func (*Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 16, 0, 0}
}
func (m *Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime) GetDatetimeOneof() isMessage_HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_DatetimeOneof {
if m != nil {
return m.DatetimeOneof
}
return nil
}
func (x *Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime) GetComponent() *Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent {
if x, ok := x.GetDatetimeOneof().(*Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_Component); ok {
return x.Component
}
return nil
}
func (x *Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime) GetUnixEpoch() *Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeUnixEpoch {
if x, ok := x.GetDatetimeOneof().(*Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_UnixEpoch); ok {
return x.UnixEpoch
}
return nil
}
type isMessage_HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_DatetimeOneof interface {
isMessage_HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_DatetimeOneof()
}
type Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_Component struct {
Component *Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent `protobuf:"bytes,1,opt,name=component,proto3,oneof"`
}
type Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_UnixEpoch struct {
UnixEpoch *Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeUnixEpoch `protobuf:"bytes,2,opt,name=unixEpoch,proto3,oneof"`
}
func (*Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_Component) isMessage_HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_DatetimeOneof() {
}
func (*Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_UnixEpoch) isMessage_HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_DatetimeOneof() {
}
type Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMCurrency struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
CurrencyCode string `protobuf:"bytes,1,opt,name=currencyCode,proto3" json:"currencyCode,omitempty"`
Amount1000 int64 `protobuf:"varint,2,opt,name=amount1000,proto3" json:"amount1000,omitempty"`
}
func (x *Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMCurrency) Reset() {
*x = Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMCurrency{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[114]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMCurrency) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMCurrency) ProtoMessage() {}
func (x *Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMCurrency) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_proto_msgTypes[114]
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 Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMCurrency.ProtoReflect.Descriptor instead.
func (*Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMCurrency) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 16, 0, 1}
}
func (x *Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMCurrency) GetCurrencyCode() string {
if x != nil {
return x.CurrencyCode
}
return ""
}
func (x *Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMCurrency) GetAmount1000() int64 {
if x != nil {
return x.Amount1000
}
return 0
}
type Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
DayOfWeek Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_DayOfWeekType `protobuf:"varint,1,opt,name=dayOfWeek,proto3,enum=WAE2E.Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_DayOfWeekType" json:"dayOfWeek,omitempty"`
Year uint32 `protobuf:"varint,2,opt,name=year,proto3" json:"year,omitempty"`
Month uint32 `protobuf:"varint,3,opt,name=month,proto3" json:"month,omitempty"`
DayOfMonth uint32 `protobuf:"varint,4,opt,name=dayOfMonth,proto3" json:"dayOfMonth,omitempty"`
Hour uint32 `protobuf:"varint,5,opt,name=hour,proto3" json:"hour,omitempty"`
Minute uint32 `protobuf:"varint,6,opt,name=minute,proto3" json:"minute,omitempty"`
Calendar Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_CalendarType `protobuf:"varint,7,opt,name=calendar,proto3,enum=WAE2E.Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_CalendarType" json:"calendar,omitempty"`
}
func (x *Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent) Reset() {
*x = Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[115]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent) ProtoMessage() {
}
func (x *Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_proto_msgTypes[115]
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 Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent.ProtoReflect.Descriptor instead.
func (*Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 16, 0, 0, 0}
}
func (x *Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent) GetDayOfWeek() Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_DayOfWeekType {
if x != nil {
return x.DayOfWeek
}
return Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_DAYOFWEEKTYPE_UNKNOWN
}
func (x *Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent) GetYear() uint32 {
if x != nil {
return x.Year
}
return 0
}
func (x *Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent) GetMonth() uint32 {
if x != nil {
return x.Month
}
return 0
}
func (x *Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent) GetDayOfMonth() uint32 {
if x != nil {
return x.DayOfMonth
}
return 0
}
func (x *Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent) GetHour() uint32 {
if x != nil {
return x.Hour
}
return 0
}
func (x *Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent) GetMinute() uint32 {
if x != nil {
return x.Minute
}
return 0
}
func (x *Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent) GetCalendar() Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_CalendarType {
if x != nil {
return x.Calendar
}
return Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_CALENDARTYPE_UNKNOWN
}
type Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeUnixEpoch struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Timestamp int64 `protobuf:"varint,1,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
}
func (x *Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeUnixEpoch) Reset() {
*x = Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeUnixEpoch{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[116]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeUnixEpoch) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeUnixEpoch) ProtoMessage() {
}
func (x *Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeUnixEpoch) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_proto_msgTypes[116]
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 Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeUnixEpoch.ProtoReflect.Descriptor instead.
func (*Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeUnixEpoch) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 16, 0, 0, 1}
}
func (x *Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeUnixEpoch) GetTimestamp() int64 {
if x != nil {
return x.Timestamp
}
return 0
}
type Message_PollCreationMessage_Option struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
OptionName string `protobuf:"bytes,1,opt,name=optionName,proto3" json:"optionName,omitempty"`
}
func (x *Message_PollCreationMessage_Option) Reset() {
*x = Message_PollCreationMessage_Option{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[117]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Message_PollCreationMessage_Option) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Message_PollCreationMessage_Option) ProtoMessage() {}
func (x *Message_PollCreationMessage_Option) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_proto_msgTypes[117]
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 Message_PollCreationMessage_Option.ProtoReflect.Descriptor instead.
func (*Message_PollCreationMessage_Option) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 36, 0}
}
func (x *Message_PollCreationMessage_Option) GetOptionName() string {
if x != nil {
return x.OptionName
}
return ""
}
type Message_ProductMessage_ProductSnapshot struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
ProductImage *Message_ImageMessage `protobuf:"bytes,1,opt,name=productImage,proto3" json:"productImage,omitempty"`
ProductID string `protobuf:"bytes,2,opt,name=productID,proto3" json:"productID,omitempty"`
Title string `protobuf:"bytes,3,opt,name=title,proto3" json:"title,omitempty"`
Description string `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"`
CurrencyCode string `protobuf:"bytes,5,opt,name=currencyCode,proto3" json:"currencyCode,omitempty"`
PriceAmount1000 int64 `protobuf:"varint,6,opt,name=priceAmount1000,proto3" json:"priceAmount1000,omitempty"`
RetailerID string `protobuf:"bytes,7,opt,name=retailerID,proto3" json:"retailerID,omitempty"`
URL string `protobuf:"bytes,8,opt,name=URL,proto3" json:"URL,omitempty"`
ProductImageCount uint32 `protobuf:"varint,9,opt,name=productImageCount,proto3" json:"productImageCount,omitempty"`
FirstImageID string `protobuf:"bytes,11,opt,name=firstImageID,proto3" json:"firstImageID,omitempty"`
SalePriceAmount1000 int64 `protobuf:"varint,12,opt,name=salePriceAmount1000,proto3" json:"salePriceAmount1000,omitempty"`
}
func (x *Message_ProductMessage_ProductSnapshot) Reset() {
*x = Message_ProductMessage_ProductSnapshot{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[118]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Message_ProductMessage_ProductSnapshot) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Message_ProductMessage_ProductSnapshot) ProtoMessage() {}
func (x *Message_ProductMessage_ProductSnapshot) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_proto_msgTypes[118]
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 Message_ProductMessage_ProductSnapshot.ProtoReflect.Descriptor instead.
func (*Message_ProductMessage_ProductSnapshot) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 43, 0}
}
func (x *Message_ProductMessage_ProductSnapshot) GetProductImage() *Message_ImageMessage {
if x != nil {
return x.ProductImage
}
return nil
}
func (x *Message_ProductMessage_ProductSnapshot) GetProductID() string {
if x != nil {
return x.ProductID
}
return ""
}
func (x *Message_ProductMessage_ProductSnapshot) GetTitle() string {
if x != nil {
return x.Title
}
return ""
}
func (x *Message_ProductMessage_ProductSnapshot) GetDescription() string {
if x != nil {
return x.Description
}
return ""
}
func (x *Message_ProductMessage_ProductSnapshot) GetCurrencyCode() string {
if x != nil {
return x.CurrencyCode
}
return ""
}
func (x *Message_ProductMessage_ProductSnapshot) GetPriceAmount1000() int64 {
if x != nil {
return x.PriceAmount1000
}
return 0
}
func (x *Message_ProductMessage_ProductSnapshot) GetRetailerID() string {
if x != nil {
return x.RetailerID
}
return ""
}
func (x *Message_ProductMessage_ProductSnapshot) GetURL() string {
if x != nil {
return x.URL
}
return ""
}
func (x *Message_ProductMessage_ProductSnapshot) GetProductImageCount() uint32 {
if x != nil {
return x.ProductImageCount
}
return 0
}
func (x *Message_ProductMessage_ProductSnapshot) GetFirstImageID() string {
if x != nil {
return x.FirstImageID
}
return ""
}
func (x *Message_ProductMessage_ProductSnapshot) GetSalePriceAmount1000() int64 {
if x != nil {
return x.SalePriceAmount1000
}
return 0
}
type Message_ProductMessage_CatalogSnapshot struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
CatalogImage *Message_ImageMessage `protobuf:"bytes,1,opt,name=catalogImage,proto3" json:"catalogImage,omitempty"`
Title string `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
}
func (x *Message_ProductMessage_CatalogSnapshot) Reset() {
*x = Message_ProductMessage_CatalogSnapshot{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[119]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Message_ProductMessage_CatalogSnapshot) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Message_ProductMessage_CatalogSnapshot) ProtoMessage() {}
func (x *Message_ProductMessage_CatalogSnapshot) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_proto_msgTypes[119]
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 Message_ProductMessage_CatalogSnapshot.ProtoReflect.Descriptor instead.
func (*Message_ProductMessage_CatalogSnapshot) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 43, 1}
}
func (x *Message_ProductMessage_CatalogSnapshot) GetCatalogImage() *Message_ImageMessage {
if x != nil {
return x.CatalogImage
}
return nil
}
func (x *Message_ProductMessage_CatalogSnapshot) GetTitle() string {
if x != nil {
return x.Title
}
return ""
}
func (x *Message_ProductMessage_CatalogSnapshot) GetDescription() string {
if x != nil {
return x.Description
}
return ""
}
type Message_TemplateMessage_HydratedFourRowTemplate struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
// Types that are assignable to Title:
//
// *Message_TemplateMessage_HydratedFourRowTemplate_DocumentMessage
// *Message_TemplateMessage_HydratedFourRowTemplate_HydratedTitleText
// *Message_TemplateMessage_HydratedFourRowTemplate_ImageMessage
// *Message_TemplateMessage_HydratedFourRowTemplate_VideoMessage
// *Message_TemplateMessage_HydratedFourRowTemplate_LocationMessage
Title isMessage_TemplateMessage_HydratedFourRowTemplate_Title `protobuf_oneof:"title"`
HydratedContentText string `protobuf:"bytes,6,opt,name=hydratedContentText,proto3" json:"hydratedContentText,omitempty"`
HydratedFooterText string `protobuf:"bytes,7,opt,name=hydratedFooterText,proto3" json:"hydratedFooterText,omitempty"`
HydratedButtons []*HydratedTemplateButton `protobuf:"bytes,8,rep,name=hydratedButtons,proto3" json:"hydratedButtons,omitempty"`
TemplateID string `protobuf:"bytes,9,opt,name=templateID,proto3" json:"templateID,omitempty"`
MaskLinkedDevices bool `protobuf:"varint,10,opt,name=maskLinkedDevices,proto3" json:"maskLinkedDevices,omitempty"`
}
func (x *Message_TemplateMessage_HydratedFourRowTemplate) Reset() {
*x = Message_TemplateMessage_HydratedFourRowTemplate{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[120]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Message_TemplateMessage_HydratedFourRowTemplate) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Message_TemplateMessage_HydratedFourRowTemplate) ProtoMessage() {}
func (x *Message_TemplateMessage_HydratedFourRowTemplate) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_proto_msgTypes[120]
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 Message_TemplateMessage_HydratedFourRowTemplate.ProtoReflect.Descriptor instead.
func (*Message_TemplateMessage_HydratedFourRowTemplate) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 45, 0}
}
func (m *Message_TemplateMessage_HydratedFourRowTemplate) GetTitle() isMessage_TemplateMessage_HydratedFourRowTemplate_Title {
if m != nil {
return m.Title
}
return nil
}
func (x *Message_TemplateMessage_HydratedFourRowTemplate) GetDocumentMessage() *Message_DocumentMessage {
if x, ok := x.GetTitle().(*Message_TemplateMessage_HydratedFourRowTemplate_DocumentMessage); ok {
return x.DocumentMessage
}
return nil
}
func (x *Message_TemplateMessage_HydratedFourRowTemplate) GetHydratedTitleText() string {
if x, ok := x.GetTitle().(*Message_TemplateMessage_HydratedFourRowTemplate_HydratedTitleText); ok {
return x.HydratedTitleText
}
return ""
}
func (x *Message_TemplateMessage_HydratedFourRowTemplate) GetImageMessage() *Message_ImageMessage {
if x, ok := x.GetTitle().(*Message_TemplateMessage_HydratedFourRowTemplate_ImageMessage); ok {
return x.ImageMessage
}
return nil
}
func (x *Message_TemplateMessage_HydratedFourRowTemplate) GetVideoMessage() *Message_VideoMessage {
if x, ok := x.GetTitle().(*Message_TemplateMessage_HydratedFourRowTemplate_VideoMessage); ok {
return x.VideoMessage
}
return nil
}
func (x *Message_TemplateMessage_HydratedFourRowTemplate) GetLocationMessage() *Message_LocationMessage {
if x, ok := x.GetTitle().(*Message_TemplateMessage_HydratedFourRowTemplate_LocationMessage); ok {
return x.LocationMessage
}
return nil
}
func (x *Message_TemplateMessage_HydratedFourRowTemplate) GetHydratedContentText() string {
if x != nil {
return x.HydratedContentText
}
return ""
}
func (x *Message_TemplateMessage_HydratedFourRowTemplate) GetHydratedFooterText() string {
if x != nil {
return x.HydratedFooterText
}
return ""
}
func (x *Message_TemplateMessage_HydratedFourRowTemplate) GetHydratedButtons() []*HydratedTemplateButton {
if x != nil {
return x.HydratedButtons
}
return nil
}
func (x *Message_TemplateMessage_HydratedFourRowTemplate) GetTemplateID() string {
if x != nil {
return x.TemplateID
}
return ""
}
func (x *Message_TemplateMessage_HydratedFourRowTemplate) GetMaskLinkedDevices() bool {
if x != nil {
return x.MaskLinkedDevices
}
return false
}
type isMessage_TemplateMessage_HydratedFourRowTemplate_Title interface {
isMessage_TemplateMessage_HydratedFourRowTemplate_Title()
}
type Message_TemplateMessage_HydratedFourRowTemplate_DocumentMessage struct {
DocumentMessage *Message_DocumentMessage `protobuf:"bytes,1,opt,name=documentMessage,proto3,oneof"`
}
type Message_TemplateMessage_HydratedFourRowTemplate_HydratedTitleText struct {
HydratedTitleText string `protobuf:"bytes,2,opt,name=hydratedTitleText,proto3,oneof"`
}
type Message_TemplateMessage_HydratedFourRowTemplate_ImageMessage struct {
ImageMessage *Message_ImageMessage `protobuf:"bytes,3,opt,name=imageMessage,proto3,oneof"`
}
type Message_TemplateMessage_HydratedFourRowTemplate_VideoMessage struct {
VideoMessage *Message_VideoMessage `protobuf:"bytes,4,opt,name=videoMessage,proto3,oneof"`
}
type Message_TemplateMessage_HydratedFourRowTemplate_LocationMessage struct {
LocationMessage *Message_LocationMessage `protobuf:"bytes,5,opt,name=locationMessage,proto3,oneof"`
}
func (*Message_TemplateMessage_HydratedFourRowTemplate_DocumentMessage) isMessage_TemplateMessage_HydratedFourRowTemplate_Title() {
}
func (*Message_TemplateMessage_HydratedFourRowTemplate_HydratedTitleText) isMessage_TemplateMessage_HydratedFourRowTemplate_Title() {
}
func (*Message_TemplateMessage_HydratedFourRowTemplate_ImageMessage) isMessage_TemplateMessage_HydratedFourRowTemplate_Title() {
}
func (*Message_TemplateMessage_HydratedFourRowTemplate_VideoMessage) isMessage_TemplateMessage_HydratedFourRowTemplate_Title() {
}
func (*Message_TemplateMessage_HydratedFourRowTemplate_LocationMessage) isMessage_TemplateMessage_HydratedFourRowTemplate_Title() {
}
type Message_TemplateMessage_FourRowTemplate struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
// Types that are assignable to Title:
//
// *Message_TemplateMessage_FourRowTemplate_DocumentMessage
// *Message_TemplateMessage_FourRowTemplate_HighlyStructuredMessage
// *Message_TemplateMessage_FourRowTemplate_ImageMessage
// *Message_TemplateMessage_FourRowTemplate_VideoMessage
// *Message_TemplateMessage_FourRowTemplate_LocationMessage
Title isMessage_TemplateMessage_FourRowTemplate_Title `protobuf_oneof:"title"`
Content *Message_HighlyStructuredMessage `protobuf:"bytes,6,opt,name=content,proto3" json:"content,omitempty"`
Footer *Message_HighlyStructuredMessage `protobuf:"bytes,7,opt,name=footer,proto3" json:"footer,omitempty"`
Buttons []*TemplateButton `protobuf:"bytes,8,rep,name=buttons,proto3" json:"buttons,omitempty"`
}
func (x *Message_TemplateMessage_FourRowTemplate) Reset() {
*x = Message_TemplateMessage_FourRowTemplate{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[121]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Message_TemplateMessage_FourRowTemplate) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Message_TemplateMessage_FourRowTemplate) ProtoMessage() {}
func (x *Message_TemplateMessage_FourRowTemplate) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_proto_msgTypes[121]
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 Message_TemplateMessage_FourRowTemplate.ProtoReflect.Descriptor instead.
func (*Message_TemplateMessage_FourRowTemplate) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 45, 1}
}
func (m *Message_TemplateMessage_FourRowTemplate) GetTitle() isMessage_TemplateMessage_FourRowTemplate_Title {
if m != nil {
return m.Title
}
return nil
}
func (x *Message_TemplateMessage_FourRowTemplate) GetDocumentMessage() *Message_DocumentMessage {
if x, ok := x.GetTitle().(*Message_TemplateMessage_FourRowTemplate_DocumentMessage); ok {
return x.DocumentMessage
}
return nil
}
func (x *Message_TemplateMessage_FourRowTemplate) GetHighlyStructuredMessage() *Message_HighlyStructuredMessage {
if x, ok := x.GetTitle().(*Message_TemplateMessage_FourRowTemplate_HighlyStructuredMessage); ok {
return x.HighlyStructuredMessage
}
return nil
}
func (x *Message_TemplateMessage_FourRowTemplate) GetImageMessage() *Message_ImageMessage {
if x, ok := x.GetTitle().(*Message_TemplateMessage_FourRowTemplate_ImageMessage); ok {
return x.ImageMessage
}
return nil
}
func (x *Message_TemplateMessage_FourRowTemplate) GetVideoMessage() *Message_VideoMessage {
if x, ok := x.GetTitle().(*Message_TemplateMessage_FourRowTemplate_VideoMessage); ok {
return x.VideoMessage
}
return nil
}
func (x *Message_TemplateMessage_FourRowTemplate) GetLocationMessage() *Message_LocationMessage {
if x, ok := x.GetTitle().(*Message_TemplateMessage_FourRowTemplate_LocationMessage); ok {
return x.LocationMessage
}
return nil
}
func (x *Message_TemplateMessage_FourRowTemplate) GetContent() *Message_HighlyStructuredMessage {
if x != nil {
return x.Content
}
return nil
}
func (x *Message_TemplateMessage_FourRowTemplate) GetFooter() *Message_HighlyStructuredMessage {
if x != nil {
return x.Footer
}
return nil
}
func (x *Message_TemplateMessage_FourRowTemplate) GetButtons() []*TemplateButton {
if x != nil {
return x.Buttons
}
return nil
}
type isMessage_TemplateMessage_FourRowTemplate_Title interface {
isMessage_TemplateMessage_FourRowTemplate_Title()
}
type Message_TemplateMessage_FourRowTemplate_DocumentMessage struct {
DocumentMessage *Message_DocumentMessage `protobuf:"bytes,1,opt,name=documentMessage,proto3,oneof"`
}
type Message_TemplateMessage_FourRowTemplate_HighlyStructuredMessage struct {
HighlyStructuredMessage *Message_HighlyStructuredMessage `protobuf:"bytes,2,opt,name=highlyStructuredMessage,proto3,oneof"`
}
type Message_TemplateMessage_FourRowTemplate_ImageMessage struct {
ImageMessage *Message_ImageMessage `protobuf:"bytes,3,opt,name=imageMessage,proto3,oneof"`
}
type Message_TemplateMessage_FourRowTemplate_VideoMessage struct {
VideoMessage *Message_VideoMessage `protobuf:"bytes,4,opt,name=videoMessage,proto3,oneof"`
}
type Message_TemplateMessage_FourRowTemplate_LocationMessage struct {
LocationMessage *Message_LocationMessage `protobuf:"bytes,5,opt,name=locationMessage,proto3,oneof"`
}
func (*Message_TemplateMessage_FourRowTemplate_DocumentMessage) isMessage_TemplateMessage_FourRowTemplate_Title() {
}
func (*Message_TemplateMessage_FourRowTemplate_HighlyStructuredMessage) isMessage_TemplateMessage_FourRowTemplate_Title() {
}
func (*Message_TemplateMessage_FourRowTemplate_ImageMessage) isMessage_TemplateMessage_FourRowTemplate_Title() {
}
func (*Message_TemplateMessage_FourRowTemplate_VideoMessage) isMessage_TemplateMessage_FourRowTemplate_Title() {
}
func (*Message_TemplateMessage_FourRowTemplate_LocationMessage) isMessage_TemplateMessage_FourRowTemplate_Title() {
}
type Message_PeerDataOperationRequestResponseMessage_PeerDataOperationResult struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
MediaUploadResult waMmsRetry.MediaRetryNotification_ResultType `protobuf:"varint,1,opt,name=mediaUploadResult,proto3,enum=WAMmsRetry.MediaRetryNotification_ResultType" json:"mediaUploadResult,omitempty"`
StickerMessage *Message_StickerMessage `protobuf:"bytes,2,opt,name=stickerMessage,proto3" json:"stickerMessage,omitempty"`
LinkPreviewResponse *Message_PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse `protobuf:"bytes,3,opt,name=linkPreviewResponse,proto3" json:"linkPreviewResponse,omitempty"`
PlaceholderMessageResendResponse *Message_PeerDataOperationRequestResponseMessage_PeerDataOperationResult_PlaceholderMessageResendResponse `protobuf:"bytes,4,opt,name=placeholderMessageResendResponse,proto3" json:"placeholderMessageResendResponse,omitempty"`
}
func (x *Message_PeerDataOperationRequestResponseMessage_PeerDataOperationResult) Reset() {
*x = Message_PeerDataOperationRequestResponseMessage_PeerDataOperationResult{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[122]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Message_PeerDataOperationRequestResponseMessage_PeerDataOperationResult) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Message_PeerDataOperationRequestResponseMessage_PeerDataOperationResult) ProtoMessage() {}
func (x *Message_PeerDataOperationRequestResponseMessage_PeerDataOperationResult) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_proto_msgTypes[122]
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 Message_PeerDataOperationRequestResponseMessage_PeerDataOperationResult.ProtoReflect.Descriptor instead.
func (*Message_PeerDataOperationRequestResponseMessage_PeerDataOperationResult) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 54, 0}
}
func (x *Message_PeerDataOperationRequestResponseMessage_PeerDataOperationResult) GetMediaUploadResult() waMmsRetry.MediaRetryNotification_ResultType {
if x != nil {
return x.MediaUploadResult
}
return waMmsRetry.MediaRetryNotification_ResultType(0)
}
func (x *Message_PeerDataOperationRequestResponseMessage_PeerDataOperationResult) GetStickerMessage() *Message_StickerMessage {
if x != nil {
return x.StickerMessage
}
return nil
}
func (x *Message_PeerDataOperationRequestResponseMessage_PeerDataOperationResult) GetLinkPreviewResponse() *Message_PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse {
if x != nil {
return x.LinkPreviewResponse
}
return nil
}
func (x *Message_PeerDataOperationRequestResponseMessage_PeerDataOperationResult) GetPlaceholderMessageResendResponse() *Message_PeerDataOperationRequestResponseMessage_PeerDataOperationResult_PlaceholderMessageResendResponse {
if x != nil {
return x.PlaceholderMessageResendResponse
}
return nil
}
type Message_PeerDataOperationRequestResponseMessage_PeerDataOperationResult_PlaceholderMessageResendResponse struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
WebMessageInfoBytes []byte `protobuf:"bytes,1,opt,name=webMessageInfoBytes,proto3" json:"webMessageInfoBytes,omitempty"`
}
func (x *Message_PeerDataOperationRequestResponseMessage_PeerDataOperationResult_PlaceholderMessageResendResponse) Reset() {
*x = Message_PeerDataOperationRequestResponseMessage_PeerDataOperationResult_PlaceholderMessageResendResponse{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[123]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Message_PeerDataOperationRequestResponseMessage_PeerDataOperationResult_PlaceholderMessageResendResponse) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Message_PeerDataOperationRequestResponseMessage_PeerDataOperationResult_PlaceholderMessageResendResponse) ProtoMessage() {
}
func (x *Message_PeerDataOperationRequestResponseMessage_PeerDataOperationResult_PlaceholderMessageResendResponse) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_proto_msgTypes[123]
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 Message_PeerDataOperationRequestResponseMessage_PeerDataOperationResult_PlaceholderMessageResendResponse.ProtoReflect.Descriptor instead.
func (*Message_PeerDataOperationRequestResponseMessage_PeerDataOperationResult_PlaceholderMessageResendResponse) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 54, 0, 0}
}
func (x *Message_PeerDataOperationRequestResponseMessage_PeerDataOperationResult_PlaceholderMessageResendResponse) GetWebMessageInfoBytes() []byte {
if x != nil {
return x.WebMessageInfoBytes
}
return nil
}
type Message_PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
URL string `protobuf:"bytes,1,opt,name=URL,proto3" json:"URL,omitempty"`
Title string `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
ThumbData []byte `protobuf:"bytes,4,opt,name=thumbData,proto3" json:"thumbData,omitempty"`
CanonicalURL string `protobuf:"bytes,5,opt,name=canonicalURL,proto3" json:"canonicalURL,omitempty"`
MatchText string `protobuf:"bytes,6,opt,name=matchText,proto3" json:"matchText,omitempty"`
PreviewType string `protobuf:"bytes,7,opt,name=previewType,proto3" json:"previewType,omitempty"`
HqThumbnail *Message_PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse_LinkPreviewHighQualityThumbnail `protobuf:"bytes,8,opt,name=hqThumbnail,proto3" json:"hqThumbnail,omitempty"`
}
func (x *Message_PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse) Reset() {
*x = Message_PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[124]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Message_PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Message_PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse) ProtoMessage() {
}
func (x *Message_PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_proto_msgTypes[124]
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 Message_PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse.ProtoReflect.Descriptor instead.
func (*Message_PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 54, 0, 1}
}
func (x *Message_PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse) GetURL() string {
if x != nil {
return x.URL
}
return ""
}
func (x *Message_PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse) GetTitle() string {
if x != nil {
return x.Title
}
return ""
}
func (x *Message_PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse) GetDescription() string {
if x != nil {
return x.Description
}
return ""
}
func (x *Message_PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse) GetThumbData() []byte {
if x != nil {
return x.ThumbData
}
return nil
}
func (x *Message_PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse) GetCanonicalURL() string {
if x != nil {
return x.CanonicalURL
}
return ""
}
func (x *Message_PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse) GetMatchText() string {
if x != nil {
return x.MatchText
}
return ""
}
func (x *Message_PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse) GetPreviewType() string {
if x != nil {
return x.PreviewType
}
return ""
}
func (x *Message_PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse) GetHqThumbnail() *Message_PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse_LinkPreviewHighQualityThumbnail {
if x != nil {
return x.HqThumbnail
}
return nil
}
type Message_PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse_LinkPreviewHighQualityThumbnail struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
DirectPath string `protobuf:"bytes,1,opt,name=directPath,proto3" json:"directPath,omitempty"`
ThumbHash string `protobuf:"bytes,2,opt,name=thumbHash,proto3" json:"thumbHash,omitempty"`
EncThumbHash string `protobuf:"bytes,3,opt,name=encThumbHash,proto3" json:"encThumbHash,omitempty"`
MediaKey []byte `protobuf:"bytes,4,opt,name=mediaKey,proto3" json:"mediaKey,omitempty"`
MediaKeyTimestampMS int64 `protobuf:"varint,5,opt,name=mediaKeyTimestampMS,proto3" json:"mediaKeyTimestampMS,omitempty"`
ThumbWidth int32 `protobuf:"varint,6,opt,name=thumbWidth,proto3" json:"thumbWidth,omitempty"`
ThumbHeight int32 `protobuf:"varint,7,opt,name=thumbHeight,proto3" json:"thumbHeight,omitempty"`
}
func (x *Message_PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse_LinkPreviewHighQualityThumbnail) Reset() {
*x = Message_PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse_LinkPreviewHighQualityThumbnail{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[125]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Message_PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse_LinkPreviewHighQualityThumbnail) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Message_PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse_LinkPreviewHighQualityThumbnail) ProtoMessage() {
}
func (x *Message_PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse_LinkPreviewHighQualityThumbnail) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_proto_msgTypes[125]
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 Message_PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse_LinkPreviewHighQualityThumbnail.ProtoReflect.Descriptor instead.
func (*Message_PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse_LinkPreviewHighQualityThumbnail) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 54, 0, 1, 0}
}
func (x *Message_PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse_LinkPreviewHighQualityThumbnail) GetDirectPath() string {
if x != nil {
return x.DirectPath
}
return ""
}
func (x *Message_PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse_LinkPreviewHighQualityThumbnail) GetThumbHash() string {
if x != nil {
return x.ThumbHash
}
return ""
}
func (x *Message_PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse_LinkPreviewHighQualityThumbnail) GetEncThumbHash() string {
if x != nil {
return x.EncThumbHash
}
return ""
}
func (x *Message_PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse_LinkPreviewHighQualityThumbnail) GetMediaKey() []byte {
if x != nil {
return x.MediaKey
}
return nil
}
func (x *Message_PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse_LinkPreviewHighQualityThumbnail) GetMediaKeyTimestampMS() int64 {
if x != nil {
return x.MediaKeyTimestampMS
}
return 0
}
func (x *Message_PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse_LinkPreviewHighQualityThumbnail) GetThumbWidth() int32 {
if x != nil {
return x.ThumbWidth
}
return 0
}
func (x *Message_PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse_LinkPreviewHighQualityThumbnail) GetThumbHeight() int32 {
if x != nil {
return x.ThumbHeight
}
return 0
}
type Message_PeerDataOperationRequestMessage_PlaceholderMessageResendRequest struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
MessageKey *waCommon.MessageKey `protobuf:"bytes,1,opt,name=messageKey,proto3" json:"messageKey,omitempty"`
}
func (x *Message_PeerDataOperationRequestMessage_PlaceholderMessageResendRequest) Reset() {
*x = Message_PeerDataOperationRequestMessage_PlaceholderMessageResendRequest{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[126]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Message_PeerDataOperationRequestMessage_PlaceholderMessageResendRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Message_PeerDataOperationRequestMessage_PlaceholderMessageResendRequest) ProtoMessage() {}
func (x *Message_PeerDataOperationRequestMessage_PlaceholderMessageResendRequest) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_proto_msgTypes[126]
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 Message_PeerDataOperationRequestMessage_PlaceholderMessageResendRequest.ProtoReflect.Descriptor instead.
func (*Message_PeerDataOperationRequestMessage_PlaceholderMessageResendRequest) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 55, 0}
}
func (x *Message_PeerDataOperationRequestMessage_PlaceholderMessageResendRequest) GetMessageKey() *waCommon.MessageKey {
if x != nil {
return x.MessageKey
}
return nil
}
type Message_PeerDataOperationRequestMessage_HistorySyncOnDemandRequest struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
ChatJID string `protobuf:"bytes,1,opt,name=chatJID,proto3" json:"chatJID,omitempty"`
OldestMsgID string `protobuf:"bytes,2,opt,name=oldestMsgID,proto3" json:"oldestMsgID,omitempty"`
OldestMsgFromMe bool `protobuf:"varint,3,opt,name=oldestMsgFromMe,proto3" json:"oldestMsgFromMe,omitempty"`
OnDemandMsgCount int32 `protobuf:"varint,4,opt,name=onDemandMsgCount,proto3" json:"onDemandMsgCount,omitempty"`
OldestMsgTimestampMS int64 `protobuf:"varint,5,opt,name=oldestMsgTimestampMS,proto3" json:"oldestMsgTimestampMS,omitempty"`
}
func (x *Message_PeerDataOperationRequestMessage_HistorySyncOnDemandRequest) Reset() {
*x = Message_PeerDataOperationRequestMessage_HistorySyncOnDemandRequest{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[127]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Message_PeerDataOperationRequestMessage_HistorySyncOnDemandRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Message_PeerDataOperationRequestMessage_HistorySyncOnDemandRequest) ProtoMessage() {}
func (x *Message_PeerDataOperationRequestMessage_HistorySyncOnDemandRequest) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_proto_msgTypes[127]
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 Message_PeerDataOperationRequestMessage_HistorySyncOnDemandRequest.ProtoReflect.Descriptor instead.
func (*Message_PeerDataOperationRequestMessage_HistorySyncOnDemandRequest) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 55, 1}
}
func (x *Message_PeerDataOperationRequestMessage_HistorySyncOnDemandRequest) GetChatJID() string {
if x != nil {
return x.ChatJID
}
return ""
}
func (x *Message_PeerDataOperationRequestMessage_HistorySyncOnDemandRequest) GetOldestMsgID() string {
if x != nil {
return x.OldestMsgID
}
return ""
}
func (x *Message_PeerDataOperationRequestMessage_HistorySyncOnDemandRequest) GetOldestMsgFromMe() bool {
if x != nil {
return x.OldestMsgFromMe
}
return false
}
func (x *Message_PeerDataOperationRequestMessage_HistorySyncOnDemandRequest) GetOnDemandMsgCount() int32 {
if x != nil {
return x.OnDemandMsgCount
}
return 0
}
func (x *Message_PeerDataOperationRequestMessage_HistorySyncOnDemandRequest) GetOldestMsgTimestampMS() int64 {
if x != nil {
return x.OldestMsgTimestampMS
}
return 0
}
type Message_PeerDataOperationRequestMessage_RequestUrlPreview struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
URL string `protobuf:"bytes,1,opt,name=URL,proto3" json:"URL,omitempty"`
IncludeHqThumbnail bool `protobuf:"varint,2,opt,name=includeHqThumbnail,proto3" json:"includeHqThumbnail,omitempty"`
}
func (x *Message_PeerDataOperationRequestMessage_RequestUrlPreview) Reset() {
*x = Message_PeerDataOperationRequestMessage_RequestUrlPreview{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[128]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Message_PeerDataOperationRequestMessage_RequestUrlPreview) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Message_PeerDataOperationRequestMessage_RequestUrlPreview) ProtoMessage() {}
func (x *Message_PeerDataOperationRequestMessage_RequestUrlPreview) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_proto_msgTypes[128]
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 Message_PeerDataOperationRequestMessage_RequestUrlPreview.ProtoReflect.Descriptor instead.
func (*Message_PeerDataOperationRequestMessage_RequestUrlPreview) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 55, 2}
}
func (x *Message_PeerDataOperationRequestMessage_RequestUrlPreview) GetURL() string {
if x != nil {
return x.URL
}
return ""
}
func (x *Message_PeerDataOperationRequestMessage_RequestUrlPreview) GetIncludeHqThumbnail() bool {
if x != nil {
return x.IncludeHqThumbnail
}
return false
}
type Message_PeerDataOperationRequestMessage_RequestStickerReupload struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
FileSHA256 string `protobuf:"bytes,1,opt,name=fileSHA256,proto3" json:"fileSHA256,omitempty"`
}
func (x *Message_PeerDataOperationRequestMessage_RequestStickerReupload) Reset() {
*x = Message_PeerDataOperationRequestMessage_RequestStickerReupload{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[129]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Message_PeerDataOperationRequestMessage_RequestStickerReupload) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Message_PeerDataOperationRequestMessage_RequestStickerReupload) ProtoMessage() {}
func (x *Message_PeerDataOperationRequestMessage_RequestStickerReupload) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_proto_msgTypes[129]
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 Message_PeerDataOperationRequestMessage_RequestStickerReupload.ProtoReflect.Descriptor instead.
func (*Message_PeerDataOperationRequestMessage_RequestStickerReupload) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{0, 55, 3}
}
func (x *Message_PeerDataOperationRequestMessage_RequestStickerReupload) GetFileSHA256() string {
if x != nil {
return x.FileSHA256
}
return ""
}
type ContextInfo_ForwardedNewsletterMessageInfo struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
NewsletterJID string `protobuf:"bytes,1,opt,name=newsletterJID,proto3" json:"newsletterJID,omitempty"`
ServerMessageID int32 `protobuf:"varint,2,opt,name=serverMessageID,proto3" json:"serverMessageID,omitempty"`
NewsletterName string `protobuf:"bytes,3,opt,name=newsletterName,proto3" json:"newsletterName,omitempty"`
ContentType ContextInfo_ForwardedNewsletterMessageInfo_ContentType `protobuf:"varint,4,opt,name=contentType,proto3,enum=WAE2E.ContextInfo_ForwardedNewsletterMessageInfo_ContentType" json:"contentType,omitempty"`
AccessibilityText string `protobuf:"bytes,5,opt,name=accessibilityText,proto3" json:"accessibilityText,omitempty"`
}
func (x *ContextInfo_ForwardedNewsletterMessageInfo) Reset() {
*x = ContextInfo_ForwardedNewsletterMessageInfo{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[130]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *ContextInfo_ForwardedNewsletterMessageInfo) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*ContextInfo_ForwardedNewsletterMessageInfo) ProtoMessage() {}
func (x *ContextInfo_ForwardedNewsletterMessageInfo) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_proto_msgTypes[130]
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 ContextInfo_ForwardedNewsletterMessageInfo.ProtoReflect.Descriptor instead.
func (*ContextInfo_ForwardedNewsletterMessageInfo) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{1, 0}
}
func (x *ContextInfo_ForwardedNewsletterMessageInfo) GetNewsletterJID() string {
if x != nil {
return x.NewsletterJID
}
return ""
}
func (x *ContextInfo_ForwardedNewsletterMessageInfo) GetServerMessageID() int32 {
if x != nil {
return x.ServerMessageID
}
return 0
}
func (x *ContextInfo_ForwardedNewsletterMessageInfo) GetNewsletterName() string {
if x != nil {
return x.NewsletterName
}
return ""
}
func (x *ContextInfo_ForwardedNewsletterMessageInfo) GetContentType() ContextInfo_ForwardedNewsletterMessageInfo_ContentType {
if x != nil {
return x.ContentType
}
return ContextInfo_ForwardedNewsletterMessageInfo_CONTENTTYPE_UNKNOWN
}
func (x *ContextInfo_ForwardedNewsletterMessageInfo) GetAccessibilityText() string {
if x != nil {
return x.AccessibilityText
}
return ""
}
type ContextInfo_ExternalAdReplyInfo struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Title string `protobuf:"bytes,1,opt,name=title,proto3" json:"title,omitempty"`
Body string `protobuf:"bytes,2,opt,name=body,proto3" json:"body,omitempty"`
MediaType ContextInfo_ExternalAdReplyInfo_MediaType `protobuf:"varint,3,opt,name=mediaType,proto3,enum=WAE2E.ContextInfo_ExternalAdReplyInfo_MediaType" json:"mediaType,omitempty"`
ThumbnailURL string `protobuf:"bytes,4,opt,name=thumbnailURL,proto3" json:"thumbnailURL,omitempty"`
MediaURL string `protobuf:"bytes,5,opt,name=mediaURL,proto3" json:"mediaURL,omitempty"`
Thumbnail []byte `protobuf:"bytes,6,opt,name=thumbnail,proto3" json:"thumbnail,omitempty"`
SourceType string `protobuf:"bytes,7,opt,name=sourceType,proto3" json:"sourceType,omitempty"`
SourceID string `protobuf:"bytes,8,opt,name=sourceID,proto3" json:"sourceID,omitempty"`
SourceURL string `protobuf:"bytes,9,opt,name=sourceURL,proto3" json:"sourceURL,omitempty"`
ContainsAutoReply bool `protobuf:"varint,10,opt,name=containsAutoReply,proto3" json:"containsAutoReply,omitempty"`
RenderLargerThumbnail bool `protobuf:"varint,11,opt,name=renderLargerThumbnail,proto3" json:"renderLargerThumbnail,omitempty"`
ShowAdAttribution bool `protobuf:"varint,12,opt,name=showAdAttribution,proto3" json:"showAdAttribution,omitempty"`
CtwaClid string `protobuf:"bytes,13,opt,name=ctwaClid,proto3" json:"ctwaClid,omitempty"`
Ref string `protobuf:"bytes,14,opt,name=ref,proto3" json:"ref,omitempty"`
}
func (x *ContextInfo_ExternalAdReplyInfo) Reset() {
*x = ContextInfo_ExternalAdReplyInfo{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[131]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *ContextInfo_ExternalAdReplyInfo) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*ContextInfo_ExternalAdReplyInfo) ProtoMessage() {}
func (x *ContextInfo_ExternalAdReplyInfo) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_proto_msgTypes[131]
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 ContextInfo_ExternalAdReplyInfo.ProtoReflect.Descriptor instead.
func (*ContextInfo_ExternalAdReplyInfo) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{1, 1}
}
func (x *ContextInfo_ExternalAdReplyInfo) GetTitle() string {
if x != nil {
return x.Title
}
return ""
}
func (x *ContextInfo_ExternalAdReplyInfo) GetBody() string {
if x != nil {
return x.Body
}
return ""
}
func (x *ContextInfo_ExternalAdReplyInfo) GetMediaType() ContextInfo_ExternalAdReplyInfo_MediaType {
if x != nil {
return x.MediaType
}
return ContextInfo_ExternalAdReplyInfo_NONE
}
func (x *ContextInfo_ExternalAdReplyInfo) GetThumbnailURL() string {
if x != nil {
return x.ThumbnailURL
}
return ""
}
func (x *ContextInfo_ExternalAdReplyInfo) GetMediaURL() string {
if x != nil {
return x.MediaURL
}
return ""
}
func (x *ContextInfo_ExternalAdReplyInfo) GetThumbnail() []byte {
if x != nil {
return x.Thumbnail
}
return nil
}
func (x *ContextInfo_ExternalAdReplyInfo) GetSourceType() string {
if x != nil {
return x.SourceType
}
return ""
}
func (x *ContextInfo_ExternalAdReplyInfo) GetSourceID() string {
if x != nil {
return x.SourceID
}
return ""
}
func (x *ContextInfo_ExternalAdReplyInfo) GetSourceURL() string {
if x != nil {
return x.SourceURL
}
return ""
}
func (x *ContextInfo_ExternalAdReplyInfo) GetContainsAutoReply() bool {
if x != nil {
return x.ContainsAutoReply
}
return false
}
func (x *ContextInfo_ExternalAdReplyInfo) GetRenderLargerThumbnail() bool {
if x != nil {
return x.RenderLargerThumbnail
}
return false
}
func (x *ContextInfo_ExternalAdReplyInfo) GetShowAdAttribution() bool {
if x != nil {
return x.ShowAdAttribution
}
return false
}
func (x *ContextInfo_ExternalAdReplyInfo) GetCtwaClid() string {
if x != nil {
return x.CtwaClid
}
return ""
}
func (x *ContextInfo_ExternalAdReplyInfo) GetRef() string {
if x != nil {
return x.Ref
}
return ""
}
type ContextInfo_AdReplyInfo struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
AdvertiserName string `protobuf:"bytes,1,opt,name=advertiserName,proto3" json:"advertiserName,omitempty"`
MediaType ContextInfo_AdReplyInfo_MediaType `protobuf:"varint,2,opt,name=mediaType,proto3,enum=WAE2E.ContextInfo_AdReplyInfo_MediaType" json:"mediaType,omitempty"`
JPEGThumbnail []byte `protobuf:"bytes,16,opt,name=JPEGThumbnail,proto3" json:"JPEGThumbnail,omitempty"`
Caption string `protobuf:"bytes,17,opt,name=caption,proto3" json:"caption,omitempty"`
}
func (x *ContextInfo_AdReplyInfo) Reset() {
*x = ContextInfo_AdReplyInfo{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[132]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *ContextInfo_AdReplyInfo) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*ContextInfo_AdReplyInfo) ProtoMessage() {}
func (x *ContextInfo_AdReplyInfo) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_proto_msgTypes[132]
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 ContextInfo_AdReplyInfo.ProtoReflect.Descriptor instead.
func (*ContextInfo_AdReplyInfo) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{1, 2}
}
func (x *ContextInfo_AdReplyInfo) GetAdvertiserName() string {
if x != nil {
return x.AdvertiserName
}
return ""
}
func (x *ContextInfo_AdReplyInfo) GetMediaType() ContextInfo_AdReplyInfo_MediaType {
if x != nil {
return x.MediaType
}
return ContextInfo_AdReplyInfo_NONE
}
func (x *ContextInfo_AdReplyInfo) GetJPEGThumbnail() []byte {
if x != nil {
return x.JPEGThumbnail
}
return nil
}
func (x *ContextInfo_AdReplyInfo) GetCaption() string {
if x != nil {
return x.Caption
}
return ""
}
type ContextInfo_DataSharingContext struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
ShowMmDisclosure bool `protobuf:"varint,1,opt,name=showMmDisclosure,proto3" json:"showMmDisclosure,omitempty"`
}
func (x *ContextInfo_DataSharingContext) Reset() {
*x = ContextInfo_DataSharingContext{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[133]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *ContextInfo_DataSharingContext) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*ContextInfo_DataSharingContext) ProtoMessage() {}
func (x *ContextInfo_DataSharingContext) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_proto_msgTypes[133]
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 ContextInfo_DataSharingContext.ProtoReflect.Descriptor instead.
func (*ContextInfo_DataSharingContext) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{1, 3}
}
func (x *ContextInfo_DataSharingContext) GetShowMmDisclosure() bool {
if x != nil {
return x.ShowMmDisclosure
}
return false
}
type ContextInfo_UTMInfo struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
UtmSource string `protobuf:"bytes,1,opt,name=utmSource,proto3" json:"utmSource,omitempty"`
UtmCampaign string `protobuf:"bytes,2,opt,name=utmCampaign,proto3" json:"utmCampaign,omitempty"`
}
func (x *ContextInfo_UTMInfo) Reset() {
*x = ContextInfo_UTMInfo{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[134]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *ContextInfo_UTMInfo) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*ContextInfo_UTMInfo) ProtoMessage() {}
func (x *ContextInfo_UTMInfo) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_proto_msgTypes[134]
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 ContextInfo_UTMInfo.ProtoReflect.Descriptor instead.
func (*ContextInfo_UTMInfo) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{1, 4}
}
func (x *ContextInfo_UTMInfo) GetUtmSource() string {
if x != nil {
return x.UtmSource
}
return ""
}
func (x *ContextInfo_UTMInfo) GetUtmCampaign() string {
if x != nil {
return x.UtmCampaign
}
return ""
}
type ContextInfo_BusinessMessageForwardInfo struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
BusinessOwnerJID string `protobuf:"bytes,1,opt,name=businessOwnerJID,proto3" json:"businessOwnerJID,omitempty"`
}
func (x *ContextInfo_BusinessMessageForwardInfo) Reset() {
*x = ContextInfo_BusinessMessageForwardInfo{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[135]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *ContextInfo_BusinessMessageForwardInfo) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*ContextInfo_BusinessMessageForwardInfo) ProtoMessage() {}
func (x *ContextInfo_BusinessMessageForwardInfo) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_proto_msgTypes[135]
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 ContextInfo_BusinessMessageForwardInfo.ProtoReflect.Descriptor instead.
func (*ContextInfo_BusinessMessageForwardInfo) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{1, 5}
}
func (x *ContextInfo_BusinessMessageForwardInfo) GetBusinessOwnerJID() string {
if x != nil {
return x.BusinessOwnerJID
}
return ""
}
type HydratedTemplateButton_HydratedURLButton struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
DisplayText string `protobuf:"bytes,1,opt,name=displayText,proto3" json:"displayText,omitempty"`
URL string `protobuf:"bytes,2,opt,name=URL,proto3" json:"URL,omitempty"`
ConsentedUsersURL string `protobuf:"bytes,3,opt,name=consentedUsersURL,proto3" json:"consentedUsersURL,omitempty"`
WebviewPresentation HydratedTemplateButton_HydratedURLButton_WebviewPresentationType `protobuf:"varint,4,opt,name=webviewPresentation,proto3,enum=WAE2E.HydratedTemplateButton_HydratedURLButton_WebviewPresentationType" json:"webviewPresentation,omitempty"`
}
func (x *HydratedTemplateButton_HydratedURLButton) Reset() {
*x = HydratedTemplateButton_HydratedURLButton{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[136]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *HydratedTemplateButton_HydratedURLButton) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*HydratedTemplateButton_HydratedURLButton) ProtoMessage() {}
func (x *HydratedTemplateButton_HydratedURLButton) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_proto_msgTypes[136]
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 HydratedTemplateButton_HydratedURLButton.ProtoReflect.Descriptor instead.
func (*HydratedTemplateButton_HydratedURLButton) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{3, 0}
}
func (x *HydratedTemplateButton_HydratedURLButton) GetDisplayText() string {
if x != nil {
return x.DisplayText
}
return ""
}
func (x *HydratedTemplateButton_HydratedURLButton) GetURL() string {
if x != nil {
return x.URL
}
return ""
}
func (x *HydratedTemplateButton_HydratedURLButton) GetConsentedUsersURL() string {
if x != nil {
return x.ConsentedUsersURL
}
return ""
}
func (x *HydratedTemplateButton_HydratedURLButton) GetWebviewPresentation() HydratedTemplateButton_HydratedURLButton_WebviewPresentationType {
if x != nil {
return x.WebviewPresentation
}
return HydratedTemplateButton_HydratedURLButton_WEBVIEWPRESENTATIONTYPE_UNKNOWN
}
type HydratedTemplateButton_HydratedCallButton struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
DisplayText string `protobuf:"bytes,1,opt,name=displayText,proto3" json:"displayText,omitempty"`
PhoneNumber string `protobuf:"bytes,2,opt,name=phoneNumber,proto3" json:"phoneNumber,omitempty"`
}
func (x *HydratedTemplateButton_HydratedCallButton) Reset() {
*x = HydratedTemplateButton_HydratedCallButton{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[137]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *HydratedTemplateButton_HydratedCallButton) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*HydratedTemplateButton_HydratedCallButton) ProtoMessage() {}
func (x *HydratedTemplateButton_HydratedCallButton) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_proto_msgTypes[137]
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 HydratedTemplateButton_HydratedCallButton.ProtoReflect.Descriptor instead.
func (*HydratedTemplateButton_HydratedCallButton) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{3, 1}
}
func (x *HydratedTemplateButton_HydratedCallButton) GetDisplayText() string {
if x != nil {
return x.DisplayText
}
return ""
}
func (x *HydratedTemplateButton_HydratedCallButton) GetPhoneNumber() string {
if x != nil {
return x.PhoneNumber
}
return ""
}
type HydratedTemplateButton_HydratedQuickReplyButton struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
DisplayText string `protobuf:"bytes,1,opt,name=displayText,proto3" json:"displayText,omitempty"`
ID string `protobuf:"bytes,2,opt,name=ID,proto3" json:"ID,omitempty"`
}
func (x *HydratedTemplateButton_HydratedQuickReplyButton) Reset() {
*x = HydratedTemplateButton_HydratedQuickReplyButton{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[138]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *HydratedTemplateButton_HydratedQuickReplyButton) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*HydratedTemplateButton_HydratedQuickReplyButton) ProtoMessage() {}
func (x *HydratedTemplateButton_HydratedQuickReplyButton) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_proto_msgTypes[138]
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 HydratedTemplateButton_HydratedQuickReplyButton.ProtoReflect.Descriptor instead.
func (*HydratedTemplateButton_HydratedQuickReplyButton) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{3, 2}
}
func (x *HydratedTemplateButton_HydratedQuickReplyButton) GetDisplayText() string {
if x != nil {
return x.DisplayText
}
return ""
}
func (x *HydratedTemplateButton_HydratedQuickReplyButton) GetID() string {
if x != nil {
return x.ID
}
return ""
}
type PaymentBackground_MediaData struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
MediaKey []byte `protobuf:"bytes,1,opt,name=mediaKey,proto3" json:"mediaKey,omitempty"`
MediaKeyTimestamp int64 `protobuf:"varint,2,opt,name=mediaKeyTimestamp,proto3" json:"mediaKeyTimestamp,omitempty"`
FileSHA256 []byte `protobuf:"bytes,3,opt,name=fileSHA256,proto3" json:"fileSHA256,omitempty"`
FileEncSHA256 []byte `protobuf:"bytes,4,opt,name=fileEncSHA256,proto3" json:"fileEncSHA256,omitempty"`
DirectPath string `protobuf:"bytes,5,opt,name=directPath,proto3" json:"directPath,omitempty"`
}
func (x *PaymentBackground_MediaData) Reset() {
*x = PaymentBackground_MediaData{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[139]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *PaymentBackground_MediaData) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*PaymentBackground_MediaData) ProtoMessage() {}
func (x *PaymentBackground_MediaData) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_proto_msgTypes[139]
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 PaymentBackground_MediaData.ProtoReflect.Descriptor instead.
func (*PaymentBackground_MediaData) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{4, 0}
}
func (x *PaymentBackground_MediaData) GetMediaKey() []byte {
if x != nil {
return x.MediaKey
}
return nil
}
func (x *PaymentBackground_MediaData) GetMediaKeyTimestamp() int64 {
if x != nil {
return x.MediaKeyTimestamp
}
return 0
}
func (x *PaymentBackground_MediaData) GetFileSHA256() []byte {
if x != nil {
return x.FileSHA256
}
return nil
}
func (x *PaymentBackground_MediaData) GetFileEncSHA256() []byte {
if x != nil {
return x.FileEncSHA256
}
return nil
}
func (x *PaymentBackground_MediaData) GetDirectPath() string {
if x != nil {
return x.DirectPath
}
return ""
}
type TemplateButton_CallButton struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
DisplayText *Message_HighlyStructuredMessage `protobuf:"bytes,1,opt,name=displayText,proto3" json:"displayText,omitempty"`
PhoneNumber *Message_HighlyStructuredMessage `protobuf:"bytes,2,opt,name=phoneNumber,proto3" json:"phoneNumber,omitempty"`
}
func (x *TemplateButton_CallButton) Reset() {
*x = TemplateButton_CallButton{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[140]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *TemplateButton_CallButton) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*TemplateButton_CallButton) ProtoMessage() {}
func (x *TemplateButton_CallButton) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_proto_msgTypes[140]
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 TemplateButton_CallButton.ProtoReflect.Descriptor instead.
func (*TemplateButton_CallButton) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{14, 0}
}
func (x *TemplateButton_CallButton) GetDisplayText() *Message_HighlyStructuredMessage {
if x != nil {
return x.DisplayText
}
return nil
}
func (x *TemplateButton_CallButton) GetPhoneNumber() *Message_HighlyStructuredMessage {
if x != nil {
return x.PhoneNumber
}
return nil
}
type TemplateButton_URLButton struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
DisplayText *Message_HighlyStructuredMessage `protobuf:"bytes,1,opt,name=displayText,proto3" json:"displayText,omitempty"`
URL *Message_HighlyStructuredMessage `protobuf:"bytes,2,opt,name=URL,proto3" json:"URL,omitempty"`
}
func (x *TemplateButton_URLButton) Reset() {
*x = TemplateButton_URLButton{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[141]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *TemplateButton_URLButton) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*TemplateButton_URLButton) ProtoMessage() {}
func (x *TemplateButton_URLButton) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_proto_msgTypes[141]
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 TemplateButton_URLButton.ProtoReflect.Descriptor instead.
func (*TemplateButton_URLButton) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{14, 1}
}
func (x *TemplateButton_URLButton) GetDisplayText() *Message_HighlyStructuredMessage {
if x != nil {
return x.DisplayText
}
return nil
}
func (x *TemplateButton_URLButton) GetURL() *Message_HighlyStructuredMessage {
if x != nil {
return x.URL
}
return nil
}
type TemplateButton_QuickReplyButton struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
DisplayText *Message_HighlyStructuredMessage `protobuf:"bytes,1,opt,name=displayText,proto3" json:"displayText,omitempty"`
ID string `protobuf:"bytes,2,opt,name=ID,proto3" json:"ID,omitempty"`
}
func (x *TemplateButton_QuickReplyButton) Reset() {
*x = TemplateButton_QuickReplyButton{}
if protoimpl.UnsafeEnabled {
mi := &file_waE2E_WAE2E_proto_msgTypes[142]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *TemplateButton_QuickReplyButton) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*TemplateButton_QuickReplyButton) ProtoMessage() {}
func (x *TemplateButton_QuickReplyButton) ProtoReflect() protoreflect.Message {
mi := &file_waE2E_WAE2E_proto_msgTypes[142]
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 TemplateButton_QuickReplyButton.ProtoReflect.Descriptor instead.
func (*TemplateButton_QuickReplyButton) Descriptor() ([]byte, []int) {
return file_waE2E_WAE2E_proto_rawDescGZIP(), []int{14, 2}
}
func (x *TemplateButton_QuickReplyButton) GetDisplayText() *Message_HighlyStructuredMessage {
if x != nil {
return x.DisplayText
}
return nil
}
func (x *TemplateButton_QuickReplyButton) GetID() string {
if x != nil {
return x.ID
}
return ""
}
var File_waE2E_WAE2E_proto protoreflect.FileDescriptor
//go:embed WAE2E.pb.raw
var file_waE2E_WAE2E_proto_rawDesc []byte
var (
file_waE2E_WAE2E_proto_rawDescOnce sync.Once
file_waE2E_WAE2E_proto_rawDescData = file_waE2E_WAE2E_proto_rawDesc
)
func file_waE2E_WAE2E_proto_rawDescGZIP() []byte {
file_waE2E_WAE2E_proto_rawDescOnce.Do(func() {
file_waE2E_WAE2E_proto_rawDescData = protoimpl.X.CompressGZIP(file_waE2E_WAE2E_proto_rawDescData)
})
return file_waE2E_WAE2E_proto_rawDescData
}
var file_waE2E_WAE2E_proto_enumTypes = make([]protoimpl.EnumInfo, 43)
var file_waE2E_WAE2E_proto_msgTypes = make([]protoimpl.MessageInfo, 143)
var file_waE2E_WAE2E_proto_goTypes = []interface{}{
(KeepType)(0), // 0: WAE2E.KeepType
(Message_PeerDataOperationRequestType)(0), // 1: WAE2E.Message.PeerDataOperationRequestType
(Message_PlaceholderMessage_PlaceholderType)(0), // 2: WAE2E.Message.PlaceholderMessage.PlaceholderType
(Message_BCallMessage_MediaType)(0), // 3: WAE2E.Message.BCallMessage.MediaType
(Message_CallLogMessage_CallOutcome)(0), // 4: WAE2E.Message.CallLogMessage.CallOutcome
(Message_CallLogMessage_CallType)(0), // 5: WAE2E.Message.CallLogMessage.CallType
(Message_ScheduledCallEditMessage_EditType)(0), // 6: WAE2E.Message.ScheduledCallEditMessage.EditType
(Message_ScheduledCallCreationMessage_CallType)(0), // 7: WAE2E.Message.ScheduledCallCreationMessage.CallType
(Message_EventResponseMessage_EventResponseType)(0), // 8: WAE2E.Message.EventResponseMessage.EventResponseType
(Message_PinInChatMessage_Type)(0), // 9: WAE2E.Message.PinInChatMessage.Type
(Message_ButtonsResponseMessage_Type)(0), // 10: WAE2E.Message.ButtonsResponseMessage.Type
(Message_ButtonsMessage_HeaderType)(0), // 11: WAE2E.Message.ButtonsMessage.HeaderType
(Message_ButtonsMessage_Button_Type)(0), // 12: WAE2E.Message.ButtonsMessage.Button.Type
(Message_GroupInviteMessage_GroupType)(0), // 13: WAE2E.Message.GroupInviteMessage.GroupType
(Message_InteractiveResponseMessage_Body_Format)(0), // 14: WAE2E.Message.InteractiveResponseMessage.Body.Format
(Message_InteractiveMessage_ShopMessage_Surface)(0), // 15: WAE2E.Message.InteractiveMessage.ShopMessage.Surface
(Message_ListResponseMessage_ListType)(0), // 16: WAE2E.Message.ListResponseMessage.ListType
(Message_ListMessage_ListType)(0), // 17: WAE2E.Message.ListMessage.ListType
(Message_OrderMessage_OrderSurface)(0), // 18: WAE2E.Message.OrderMessage.OrderSurface
(Message_OrderMessage_OrderStatus)(0), // 19: WAE2E.Message.OrderMessage.OrderStatus
(Message_PaymentInviteMessage_ServiceType)(0), // 20: WAE2E.Message.PaymentInviteMessage.ServiceType
(Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_CalendarType)(0), // 21: WAE2E.Message.HighlyStructuredMessage.HSMLocalizableParameter.HSMDateTime.HSMDateTimeComponent.CalendarType
(Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_DayOfWeekType)(0), // 22: WAE2E.Message.HighlyStructuredMessage.HSMLocalizableParameter.HSMDateTime.HSMDateTimeComponent.DayOfWeekType
(Message_HistorySyncNotification_HistorySyncType)(0), // 23: WAE2E.Message.HistorySyncNotification.HistorySyncType
(Message_RequestWelcomeMessageMetadata_LocalChatState)(0), // 24: WAE2E.Message.RequestWelcomeMessageMetadata.LocalChatState
(Message_ProtocolMessage_Type)(0), // 25: WAE2E.Message.ProtocolMessage.Type
(Message_BotFeedbackMessage_BotFeedbackKindMultiplePositive)(0), // 26: WAE2E.Message.BotFeedbackMessage.BotFeedbackKindMultiplePositive
(Message_BotFeedbackMessage_BotFeedbackKindMultipleNegative)(0), // 27: WAE2E.Message.BotFeedbackMessage.BotFeedbackKindMultipleNegative
(Message_BotFeedbackMessage_BotFeedbackKind)(0), // 28: WAE2E.Message.BotFeedbackMessage.BotFeedbackKind
(Message_VideoMessage_Attribution)(0), // 29: WAE2E.Message.VideoMessage.Attribution
(Message_ExtendedTextMessage_InviteLinkGroupType)(0), // 30: WAE2E.Message.ExtendedTextMessage.InviteLinkGroupType
(Message_ExtendedTextMessage_PreviewType)(0), // 31: WAE2E.Message.ExtendedTextMessage.PreviewType
(Message_ExtendedTextMessage_FontType)(0), // 32: WAE2E.Message.ExtendedTextMessage.FontType
(Message_InvoiceMessage_AttachmentType)(0), // 33: WAE2E.Message.InvoiceMessage.AttachmentType
(ContextInfo_ForwardedNewsletterMessageInfo_ContentType)(0), // 34: WAE2E.ContextInfo.ForwardedNewsletterMessageInfo.ContentType
(ContextInfo_ExternalAdReplyInfo_MediaType)(0), // 35: WAE2E.ContextInfo.ExternalAdReplyInfo.MediaType
(ContextInfo_AdReplyInfo_MediaType)(0), // 36: WAE2E.ContextInfo.AdReplyInfo.MediaType
(BotPluginMetadata_PluginType)(0), // 37: WAE2E.BotPluginMetadata.PluginType
(BotPluginMetadata_SearchProvider)(0), // 38: WAE2E.BotPluginMetadata.SearchProvider
(HydratedTemplateButton_HydratedURLButton_WebviewPresentationType)(0), // 39: WAE2E.HydratedTemplateButton.HydratedURLButton.WebviewPresentationType
(PaymentBackground_Type)(0), // 40: WAE2E.PaymentBackground.Type
(DisappearingMode_Trigger)(0), // 41: WAE2E.DisappearingMode.Trigger
(DisappearingMode_Initiator)(0), // 42: WAE2E.DisappearingMode.Initiator
(*Message)(nil), // 43: WAE2E.Message
(*ContextInfo)(nil), // 44: WAE2E.ContextInfo
(*BotPluginMetadata)(nil), // 45: WAE2E.BotPluginMetadata
(*HydratedTemplateButton)(nil), // 46: WAE2E.HydratedTemplateButton
(*PaymentBackground)(nil), // 47: WAE2E.PaymentBackground
(*DisappearingMode)(nil), // 48: WAE2E.DisappearingMode
(*BotAvatarMetadata)(nil), // 49: WAE2E.BotAvatarMetadata
(*BotSuggestedPromptMetadata)(nil), // 50: WAE2E.BotSuggestedPromptMetadata
(*BotMetadata)(nil), // 51: WAE2E.BotMetadata
(*MessageContextInfo)(nil), // 52: WAE2E.MessageContextInfo
(*DeviceListMetadata)(nil), // 53: WAE2E.DeviceListMetadata
(*InteractiveAnnotation)(nil), // 54: WAE2E.InteractiveAnnotation
(*Point)(nil), // 55: WAE2E.Point
(*Location)(nil), // 56: WAE2E.Location
(*TemplateButton)(nil), // 57: WAE2E.TemplateButton
(*Money)(nil), // 58: WAE2E.Money
(*ActionLink)(nil), // 59: WAE2E.ActionLink
(*GroupMention)(nil), // 60: WAE2E.GroupMention
(*MessageSecretMessage)(nil), // 61: WAE2E.MessageSecretMessage
(*MediaNotifyMessage)(nil), // 62: WAE2E.MediaNotifyMessage
(*Message_PlaceholderMessage)(nil), // 63: WAE2E.Message.PlaceholderMessage
(*Message_BCallMessage)(nil), // 64: WAE2E.Message.BCallMessage
(*Message_CallLogMessage)(nil), // 65: WAE2E.Message.CallLogMessage
(*Message_ScheduledCallEditMessage)(nil), // 66: WAE2E.Message.ScheduledCallEditMessage
(*Message_ScheduledCallCreationMessage)(nil), // 67: WAE2E.Message.ScheduledCallCreationMessage
(*Message_EventResponseMessage)(nil), // 68: WAE2E.Message.EventResponseMessage
(*Message_PinInChatMessage)(nil), // 69: WAE2E.Message.PinInChatMessage
(*Message_ButtonsResponseMessage)(nil), // 70: WAE2E.Message.ButtonsResponseMessage
(*Message_ButtonsMessage)(nil), // 71: WAE2E.Message.ButtonsMessage
(*Message_GroupInviteMessage)(nil), // 72: WAE2E.Message.GroupInviteMessage
(*Message_InteractiveResponseMessage)(nil), // 73: WAE2E.Message.InteractiveResponseMessage
(*Message_InteractiveMessage)(nil), // 74: WAE2E.Message.InteractiveMessage
(*Message_ListResponseMessage)(nil), // 75: WAE2E.Message.ListResponseMessage
(*Message_ListMessage)(nil), // 76: WAE2E.Message.ListMessage
(*Message_OrderMessage)(nil), // 77: WAE2E.Message.OrderMessage
(*Message_PaymentInviteMessage)(nil), // 78: WAE2E.Message.PaymentInviteMessage
(*Message_HighlyStructuredMessage)(nil), // 79: WAE2E.Message.HighlyStructuredMessage
(*Message_HistorySyncNotification)(nil), // 80: WAE2E.Message.HistorySyncNotification
(*Message_RequestWelcomeMessageMetadata)(nil), // 81: WAE2E.Message.RequestWelcomeMessageMetadata
(*Message_ProtocolMessage)(nil), // 82: WAE2E.Message.ProtocolMessage
(*Message_BotFeedbackMessage)(nil), // 83: WAE2E.Message.BotFeedbackMessage
(*Message_VideoMessage)(nil), // 84: WAE2E.Message.VideoMessage
(*Message_ExtendedTextMessage)(nil), // 85: WAE2E.Message.ExtendedTextMessage
(*Message_InvoiceMessage)(nil), // 86: WAE2E.Message.InvoiceMessage
(*Message_ExtendedTextMessageWithParentKey)(nil), // 87: WAE2E.Message.ExtendedTextMessageWithParentKey
(*Message_MessageHistoryBundle)(nil), // 88: WAE2E.Message.MessageHistoryBundle
(*Message_EncEventResponseMessage)(nil), // 89: WAE2E.Message.EncEventResponseMessage
(*Message_EventMessage)(nil), // 90: WAE2E.Message.EventMessage
(*Message_CommentMessage)(nil), // 91: WAE2E.Message.CommentMessage
(*Message_EncCommentMessage)(nil), // 92: WAE2E.Message.EncCommentMessage
(*Message_EncReactionMessage)(nil), // 93: WAE2E.Message.EncReactionMessage
(*Message_KeepInChatMessage)(nil), // 94: WAE2E.Message.KeepInChatMessage
(*Message_PollVoteMessage)(nil), // 95: WAE2E.Message.PollVoteMessage
(*Message_PollEncValue)(nil), // 96: WAE2E.Message.PollEncValue
(*Message_PollUpdateMessageMetadata)(nil), // 97: WAE2E.Message.PollUpdateMessageMetadata
(*Message_PollUpdateMessage)(nil), // 98: WAE2E.Message.PollUpdateMessage
(*Message_PollCreationMessage)(nil), // 99: WAE2E.Message.PollCreationMessage
(*Message_StickerSyncRMRMessage)(nil), // 100: WAE2E.Message.StickerSyncRMRMessage
(*Message_ReactionMessage)(nil), // 101: WAE2E.Message.ReactionMessage
(*Message_FutureProofMessage)(nil), // 102: WAE2E.Message.FutureProofMessage
(*Message_DeviceSentMessage)(nil), // 103: WAE2E.Message.DeviceSentMessage
(*Message_RequestPhoneNumberMessage)(nil), // 104: WAE2E.Message.RequestPhoneNumberMessage
(*Message_NewsletterAdminInviteMessage)(nil), // 105: WAE2E.Message.NewsletterAdminInviteMessage
(*Message_ProductMessage)(nil), // 106: WAE2E.Message.ProductMessage
(*Message_TemplateButtonReplyMessage)(nil), // 107: WAE2E.Message.TemplateButtonReplyMessage
(*Message_TemplateMessage)(nil), // 108: WAE2E.Message.TemplateMessage
(*Message_StickerMessage)(nil), // 109: WAE2E.Message.StickerMessage
(*Message_LiveLocationMessage)(nil), // 110: WAE2E.Message.LiveLocationMessage
(*Message_CancelPaymentRequestMessage)(nil), // 111: WAE2E.Message.CancelPaymentRequestMessage
(*Message_DeclinePaymentRequestMessage)(nil), // 112: WAE2E.Message.DeclinePaymentRequestMessage
(*Message_RequestPaymentMessage)(nil), // 113: WAE2E.Message.RequestPaymentMessage
(*Message_SendPaymentMessage)(nil), // 114: WAE2E.Message.SendPaymentMessage
(*Message_ContactsArrayMessage)(nil), // 115: WAE2E.Message.ContactsArrayMessage
(*Message_InitialSecurityNotificationSettingSync)(nil), // 116: WAE2E.Message.InitialSecurityNotificationSettingSync
(*Message_PeerDataOperationRequestResponseMessage)(nil), // 117: WAE2E.Message.PeerDataOperationRequestResponseMessage
(*Message_PeerDataOperationRequestMessage)(nil), // 118: WAE2E.Message.PeerDataOperationRequestMessage
(*Message_AppStateFatalExceptionNotification)(nil), // 119: WAE2E.Message.AppStateFatalExceptionNotification
(*Message_AppStateSyncKeyRequest)(nil), // 120: WAE2E.Message.AppStateSyncKeyRequest
(*Message_AppStateSyncKeyShare)(nil), // 121: WAE2E.Message.AppStateSyncKeyShare
(*Message_AppStateSyncKeyData)(nil), // 122: WAE2E.Message.AppStateSyncKeyData
(*Message_AppStateSyncKeyFingerprint)(nil), // 123: WAE2E.Message.AppStateSyncKeyFingerprint
(*Message_AppStateSyncKeyId)(nil), // 124: WAE2E.Message.AppStateSyncKeyId
(*Message_AppStateSyncKey)(nil), // 125: WAE2E.Message.AppStateSyncKey
(*Message_Chat)(nil), // 126: WAE2E.Message.Chat
(*Message_Call)(nil), // 127: WAE2E.Message.Call
(*Message_AudioMessage)(nil), // 128: WAE2E.Message.AudioMessage
(*Message_DocumentMessage)(nil), // 129: WAE2E.Message.DocumentMessage
(*Message_LocationMessage)(nil), // 130: WAE2E.Message.LocationMessage
(*Message_ContactMessage)(nil), // 131: WAE2E.Message.ContactMessage
(*Message_ImageMessage)(nil), // 132: WAE2E.Message.ImageMessage
(*Message_SenderKeyDistributionMessage)(nil), // 133: WAE2E.Message.SenderKeyDistributionMessage
(*Message_CallLogMessage_CallParticipant)(nil), // 134: WAE2E.Message.CallLogMessage.CallParticipant
(*Message_ButtonsMessage_Button)(nil), // 135: WAE2E.Message.ButtonsMessage.Button
(*Message_ButtonsMessage_Button_NativeFlowInfo)(nil), // 136: WAE2E.Message.ButtonsMessage.Button.NativeFlowInfo
(*Message_ButtonsMessage_Button_ButtonText)(nil), // 137: WAE2E.Message.ButtonsMessage.Button.ButtonText
(*Message_InteractiveResponseMessage_Body)(nil), // 138: WAE2E.Message.InteractiveResponseMessage.Body
(*Message_InteractiveResponseMessage_NativeFlowResponseMessage)(nil), // 139: WAE2E.Message.InteractiveResponseMessage.NativeFlowResponseMessage
(*Message_InteractiveMessage_ShopMessage)(nil), // 140: WAE2E.Message.InteractiveMessage.ShopMessage
(*Message_InteractiveMessage_CarouselMessage)(nil), // 141: WAE2E.Message.InteractiveMessage.CarouselMessage
(*Message_InteractiveMessage_NativeFlowMessage)(nil), // 142: WAE2E.Message.InteractiveMessage.NativeFlowMessage
(*Message_InteractiveMessage_CollectionMessage)(nil), // 143: WAE2E.Message.InteractiveMessage.CollectionMessage
(*Message_InteractiveMessage_Footer)(nil), // 144: WAE2E.Message.InteractiveMessage.Footer
(*Message_InteractiveMessage_Body)(nil), // 145: WAE2E.Message.InteractiveMessage.Body
(*Message_InteractiveMessage_Header)(nil), // 146: WAE2E.Message.InteractiveMessage.Header
(*Message_InteractiveMessage_NativeFlowMessage_NativeFlowButton)(nil), // 147: WAE2E.Message.InteractiveMessage.NativeFlowMessage.NativeFlowButton
(*Message_ListResponseMessage_SingleSelectReply)(nil), // 148: WAE2E.Message.ListResponseMessage.SingleSelectReply
(*Message_ListMessage_ProductListInfo)(nil), // 149: WAE2E.Message.ListMessage.ProductListInfo
(*Message_ListMessage_ProductListHeaderImage)(nil), // 150: WAE2E.Message.ListMessage.ProductListHeaderImage
(*Message_ListMessage_ProductSection)(nil), // 151: WAE2E.Message.ListMessage.ProductSection
(*Message_ListMessage_Product)(nil), // 152: WAE2E.Message.ListMessage.Product
(*Message_ListMessage_Section)(nil), // 153: WAE2E.Message.ListMessage.Section
(*Message_ListMessage_Row)(nil), // 154: WAE2E.Message.ListMessage.Row
(*Message_HighlyStructuredMessage_HSMLocalizableParameter)(nil), // 155: WAE2E.Message.HighlyStructuredMessage.HSMLocalizableParameter
(*Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime)(nil), // 156: WAE2E.Message.HighlyStructuredMessage.HSMLocalizableParameter.HSMDateTime
(*Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMCurrency)(nil), // 157: WAE2E.Message.HighlyStructuredMessage.HSMLocalizableParameter.HSMCurrency
(*Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent)(nil), // 158: WAE2E.Message.HighlyStructuredMessage.HSMLocalizableParameter.HSMDateTime.HSMDateTimeComponent
(*Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeUnixEpoch)(nil), // 159: WAE2E.Message.HighlyStructuredMessage.HSMLocalizableParameter.HSMDateTime.HSMDateTimeUnixEpoch
(*Message_PollCreationMessage_Option)(nil), // 160: WAE2E.Message.PollCreationMessage.Option
(*Message_ProductMessage_ProductSnapshot)(nil), // 161: WAE2E.Message.ProductMessage.ProductSnapshot
(*Message_ProductMessage_CatalogSnapshot)(nil), // 162: WAE2E.Message.ProductMessage.CatalogSnapshot
(*Message_TemplateMessage_HydratedFourRowTemplate)(nil), // 163: WAE2E.Message.TemplateMessage.HydratedFourRowTemplate
(*Message_TemplateMessage_FourRowTemplate)(nil), // 164: WAE2E.Message.TemplateMessage.FourRowTemplate
(*Message_PeerDataOperationRequestResponseMessage_PeerDataOperationResult)(nil), // 165: WAE2E.Message.PeerDataOperationRequestResponseMessage.PeerDataOperationResult
(*Message_PeerDataOperationRequestResponseMessage_PeerDataOperationResult_PlaceholderMessageResendResponse)(nil), // 166: WAE2E.Message.PeerDataOperationRequestResponseMessage.PeerDataOperationResult.PlaceholderMessageResendResponse
(*Message_PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse)(nil), // 167: WAE2E.Message.PeerDataOperationRequestResponseMessage.PeerDataOperationResult.LinkPreviewResponse
(*Message_PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse_LinkPreviewHighQualityThumbnail)(nil), // 168: WAE2E.Message.PeerDataOperationRequestResponseMessage.PeerDataOperationResult.LinkPreviewResponse.LinkPreviewHighQualityThumbnail
(*Message_PeerDataOperationRequestMessage_PlaceholderMessageResendRequest)(nil), // 169: WAE2E.Message.PeerDataOperationRequestMessage.PlaceholderMessageResendRequest
(*Message_PeerDataOperationRequestMessage_HistorySyncOnDemandRequest)(nil), // 170: WAE2E.Message.PeerDataOperationRequestMessage.HistorySyncOnDemandRequest
(*Message_PeerDataOperationRequestMessage_RequestUrlPreview)(nil), // 171: WAE2E.Message.PeerDataOperationRequestMessage.RequestUrlPreview
(*Message_PeerDataOperationRequestMessage_RequestStickerReupload)(nil), // 172: WAE2E.Message.PeerDataOperationRequestMessage.RequestStickerReupload
(*ContextInfo_ForwardedNewsletterMessageInfo)(nil), // 173: WAE2E.ContextInfo.ForwardedNewsletterMessageInfo
(*ContextInfo_ExternalAdReplyInfo)(nil), // 174: WAE2E.ContextInfo.ExternalAdReplyInfo
(*ContextInfo_AdReplyInfo)(nil), // 175: WAE2E.ContextInfo.AdReplyInfo
(*ContextInfo_DataSharingContext)(nil), // 176: WAE2E.ContextInfo.DataSharingContext
(*ContextInfo_UTMInfo)(nil), // 177: WAE2E.ContextInfo.UTMInfo
(*ContextInfo_BusinessMessageForwardInfo)(nil), // 178: WAE2E.ContextInfo.BusinessMessageForwardInfo
(*HydratedTemplateButton_HydratedURLButton)(nil), // 179: WAE2E.HydratedTemplateButton.HydratedURLButton
(*HydratedTemplateButton_HydratedCallButton)(nil), // 180: WAE2E.HydratedTemplateButton.HydratedCallButton
(*HydratedTemplateButton_HydratedQuickReplyButton)(nil), // 181: WAE2E.HydratedTemplateButton.HydratedQuickReplyButton
(*PaymentBackground_MediaData)(nil), // 182: WAE2E.PaymentBackground.MediaData
(*TemplateButton_CallButton)(nil), // 183: WAE2E.TemplateButton.CallButton
(*TemplateButton_URLButton)(nil), // 184: WAE2E.TemplateButton.URLButton
(*TemplateButton_QuickReplyButton)(nil), // 185: WAE2E.TemplateButton.QuickReplyButton
(*waCommon.MessageKey)(nil), // 186: WACommon.MessageKey
(waAdv.ADVEncryptionType)(0), // 187: WAAdv.ADVEncryptionType
(waMmsRetry.MediaRetryNotification_ResultType)(0), // 188: WAMmsRetry.MediaRetryNotification.ResultType
}
var file_waE2E_WAE2E_proto_depIdxs = []int32{
133, // 0: WAE2E.Message.senderKeyDistributionMessage:type_name -> WAE2E.Message.SenderKeyDistributionMessage
132, // 1: WAE2E.Message.imageMessage:type_name -> WAE2E.Message.ImageMessage
131, // 2: WAE2E.Message.contactMessage:type_name -> WAE2E.Message.ContactMessage
130, // 3: WAE2E.Message.locationMessage:type_name -> WAE2E.Message.LocationMessage
85, // 4: WAE2E.Message.extendedTextMessage:type_name -> WAE2E.Message.ExtendedTextMessage
129, // 5: WAE2E.Message.documentMessage:type_name -> WAE2E.Message.DocumentMessage
128, // 6: WAE2E.Message.audioMessage:type_name -> WAE2E.Message.AudioMessage
84, // 7: WAE2E.Message.videoMessage:type_name -> WAE2E.Message.VideoMessage
127, // 8: WAE2E.Message.call:type_name -> WAE2E.Message.Call
126, // 9: WAE2E.Message.chat:type_name -> WAE2E.Message.Chat
82, // 10: WAE2E.Message.protocolMessage:type_name -> WAE2E.Message.ProtocolMessage
115, // 11: WAE2E.Message.contactsArrayMessage:type_name -> WAE2E.Message.ContactsArrayMessage
79, // 12: WAE2E.Message.highlyStructuredMessage:type_name -> WAE2E.Message.HighlyStructuredMessage
133, // 13: WAE2E.Message.fastRatchetKeySenderKeyDistributionMessage:type_name -> WAE2E.Message.SenderKeyDistributionMessage
114, // 14: WAE2E.Message.sendPaymentMessage:type_name -> WAE2E.Message.SendPaymentMessage
110, // 15: WAE2E.Message.liveLocationMessage:type_name -> WAE2E.Message.LiveLocationMessage
113, // 16: WAE2E.Message.requestPaymentMessage:type_name -> WAE2E.Message.RequestPaymentMessage
112, // 17: WAE2E.Message.declinePaymentRequestMessage:type_name -> WAE2E.Message.DeclinePaymentRequestMessage
111, // 18: WAE2E.Message.cancelPaymentRequestMessage:type_name -> WAE2E.Message.CancelPaymentRequestMessage
108, // 19: WAE2E.Message.templateMessage:type_name -> WAE2E.Message.TemplateMessage
109, // 20: WAE2E.Message.stickerMessage:type_name -> WAE2E.Message.StickerMessage
72, // 21: WAE2E.Message.groupInviteMessage:type_name -> WAE2E.Message.GroupInviteMessage
107, // 22: WAE2E.Message.templateButtonReplyMessage:type_name -> WAE2E.Message.TemplateButtonReplyMessage
106, // 23: WAE2E.Message.productMessage:type_name -> WAE2E.Message.ProductMessage
103, // 24: WAE2E.Message.deviceSentMessage:type_name -> WAE2E.Message.DeviceSentMessage
52, // 25: WAE2E.Message.messageContextInfo:type_name -> WAE2E.MessageContextInfo
76, // 26: WAE2E.Message.listMessage:type_name -> WAE2E.Message.ListMessage
102, // 27: WAE2E.Message.viewOnceMessage:type_name -> WAE2E.Message.FutureProofMessage
77, // 28: WAE2E.Message.orderMessage:type_name -> WAE2E.Message.OrderMessage
75, // 29: WAE2E.Message.listResponseMessage:type_name -> WAE2E.Message.ListResponseMessage
102, // 30: WAE2E.Message.ephemeralMessage:type_name -> WAE2E.Message.FutureProofMessage
86, // 31: WAE2E.Message.invoiceMessage:type_name -> WAE2E.Message.InvoiceMessage
71, // 32: WAE2E.Message.buttonsMessage:type_name -> WAE2E.Message.ButtonsMessage
70, // 33: WAE2E.Message.buttonsResponseMessage:type_name -> WAE2E.Message.ButtonsResponseMessage
78, // 34: WAE2E.Message.paymentInviteMessage:type_name -> WAE2E.Message.PaymentInviteMessage
74, // 35: WAE2E.Message.interactiveMessage:type_name -> WAE2E.Message.InteractiveMessage
101, // 36: WAE2E.Message.reactionMessage:type_name -> WAE2E.Message.ReactionMessage
100, // 37: WAE2E.Message.stickerSyncRmrMessage:type_name -> WAE2E.Message.StickerSyncRMRMessage
73, // 38: WAE2E.Message.interactiveResponseMessage:type_name -> WAE2E.Message.InteractiveResponseMessage
99, // 39: WAE2E.Message.pollCreationMessage:type_name -> WAE2E.Message.PollCreationMessage
98, // 40: WAE2E.Message.pollUpdateMessage:type_name -> WAE2E.Message.PollUpdateMessage
94, // 41: WAE2E.Message.keepInChatMessage:type_name -> WAE2E.Message.KeepInChatMessage
102, // 42: WAE2E.Message.documentWithCaptionMessage:type_name -> WAE2E.Message.FutureProofMessage
104, // 43: WAE2E.Message.requestPhoneNumberMessage:type_name -> WAE2E.Message.RequestPhoneNumberMessage
102, // 44: WAE2E.Message.viewOnceMessageV2:type_name -> WAE2E.Message.FutureProofMessage
93, // 45: WAE2E.Message.encReactionMessage:type_name -> WAE2E.Message.EncReactionMessage
102, // 46: WAE2E.Message.editedMessage:type_name -> WAE2E.Message.FutureProofMessage
102, // 47: WAE2E.Message.viewOnceMessageV2Extension:type_name -> WAE2E.Message.FutureProofMessage
99, // 48: WAE2E.Message.pollCreationMessageV2:type_name -> WAE2E.Message.PollCreationMessage
67, // 49: WAE2E.Message.scheduledCallCreationMessage:type_name -> WAE2E.Message.ScheduledCallCreationMessage
102, // 50: WAE2E.Message.groupMentionedMessage:type_name -> WAE2E.Message.FutureProofMessage
69, // 51: WAE2E.Message.pinInChatMessage:type_name -> WAE2E.Message.PinInChatMessage
99, // 52: WAE2E.Message.pollCreationMessageV3:type_name -> WAE2E.Message.PollCreationMessage
66, // 53: WAE2E.Message.scheduledCallEditMessage:type_name -> WAE2E.Message.ScheduledCallEditMessage
84, // 54: WAE2E.Message.ptvMessage:type_name -> WAE2E.Message.VideoMessage
102, // 55: WAE2E.Message.botInvokeMessage:type_name -> WAE2E.Message.FutureProofMessage
65, // 56: WAE2E.Message.callLogMesssage:type_name -> WAE2E.Message.CallLogMessage
88, // 57: WAE2E.Message.messageHistoryBundle:type_name -> WAE2E.Message.MessageHistoryBundle
92, // 58: WAE2E.Message.encCommentMessage:type_name -> WAE2E.Message.EncCommentMessage
64, // 59: WAE2E.Message.bcallMessage:type_name -> WAE2E.Message.BCallMessage
102, // 60: WAE2E.Message.lottieStickerMessage:type_name -> WAE2E.Message.FutureProofMessage
90, // 61: WAE2E.Message.eventMessage:type_name -> WAE2E.Message.EventMessage
89, // 62: WAE2E.Message.encEventResponseMessage:type_name -> WAE2E.Message.EncEventResponseMessage
91, // 63: WAE2E.Message.commentMessage:type_name -> WAE2E.Message.CommentMessage
105, // 64: WAE2E.Message.newsletterAdminInviteMessage:type_name -> WAE2E.Message.NewsletterAdminInviteMessage
87, // 65: WAE2E.Message.extendedTextMessageWithParentKey:type_name -> WAE2E.Message.ExtendedTextMessageWithParentKey
63, // 66: WAE2E.Message.placeholderMessage:type_name -> WAE2E.Message.PlaceholderMessage
43, // 67: WAE2E.ContextInfo.quotedMessage:type_name -> WAE2E.Message
175, // 68: WAE2E.ContextInfo.quotedAd:type_name -> WAE2E.ContextInfo.AdReplyInfo
186, // 69: WAE2E.ContextInfo.placeholderKey:type_name -> WACommon.MessageKey
174, // 70: WAE2E.ContextInfo.externalAdReply:type_name -> WAE2E.ContextInfo.ExternalAdReplyInfo
48, // 71: WAE2E.ContextInfo.disappearingMode:type_name -> WAE2E.DisappearingMode
59, // 72: WAE2E.ContextInfo.actionLink:type_name -> WAE2E.ActionLink
60, // 73: WAE2E.ContextInfo.groupMentions:type_name -> WAE2E.GroupMention
177, // 74: WAE2E.ContextInfo.utm:type_name -> WAE2E.ContextInfo.UTMInfo
173, // 75: WAE2E.ContextInfo.forwardedNewsletterMessageInfo:type_name -> WAE2E.ContextInfo.ForwardedNewsletterMessageInfo
178, // 76: WAE2E.ContextInfo.businessMessageForwardInfo:type_name -> WAE2E.ContextInfo.BusinessMessageForwardInfo
176, // 77: WAE2E.ContextInfo.dataSharingContext:type_name -> WAE2E.ContextInfo.DataSharingContext
38, // 78: WAE2E.BotPluginMetadata.provider:type_name -> WAE2E.BotPluginMetadata.SearchProvider
37, // 79: WAE2E.BotPluginMetadata.pluginType:type_name -> WAE2E.BotPluginMetadata.PluginType
181, // 80: WAE2E.HydratedTemplateButton.quickReplyButton:type_name -> WAE2E.HydratedTemplateButton.HydratedQuickReplyButton
179, // 81: WAE2E.HydratedTemplateButton.urlButton:type_name -> WAE2E.HydratedTemplateButton.HydratedURLButton
180, // 82: WAE2E.HydratedTemplateButton.callButton:type_name -> WAE2E.HydratedTemplateButton.HydratedCallButton
182, // 83: WAE2E.PaymentBackground.mediaData:type_name -> WAE2E.PaymentBackground.MediaData
40, // 84: WAE2E.PaymentBackground.type:type_name -> WAE2E.PaymentBackground.Type
42, // 85: WAE2E.DisappearingMode.initiator:type_name -> WAE2E.DisappearingMode.Initiator
41, // 86: WAE2E.DisappearingMode.trigger:type_name -> WAE2E.DisappearingMode.Trigger
49, // 87: WAE2E.BotMetadata.avatarMetadata:type_name -> WAE2E.BotAvatarMetadata
45, // 88: WAE2E.BotMetadata.pluginMetadata:type_name -> WAE2E.BotPluginMetadata
50, // 89: WAE2E.BotMetadata.suggestedPromptMetadata:type_name -> WAE2E.BotSuggestedPromptMetadata
53, // 90: WAE2E.MessageContextInfo.deviceListMetadata:type_name -> WAE2E.DeviceListMetadata
51, // 91: WAE2E.MessageContextInfo.botMetadata:type_name -> WAE2E.BotMetadata
187, // 92: WAE2E.DeviceListMetadata.senderAccountType:type_name -> WAAdv.ADVEncryptionType
187, // 93: WAE2E.DeviceListMetadata.receiverAccountType:type_name -> WAAdv.ADVEncryptionType
56, // 94: WAE2E.InteractiveAnnotation.location:type_name -> WAE2E.Location
173, // 95: WAE2E.InteractiveAnnotation.newsletter:type_name -> WAE2E.ContextInfo.ForwardedNewsletterMessageInfo
55, // 96: WAE2E.InteractiveAnnotation.polygonVertices:type_name -> WAE2E.Point
185, // 97: WAE2E.TemplateButton.quickReplyButton:type_name -> WAE2E.TemplateButton.QuickReplyButton
184, // 98: WAE2E.TemplateButton.urlButton:type_name -> WAE2E.TemplateButton.URLButton
183, // 99: WAE2E.TemplateButton.callButton:type_name -> WAE2E.TemplateButton.CallButton
2, // 100: WAE2E.Message.PlaceholderMessage.type:type_name -> WAE2E.Message.PlaceholderMessage.PlaceholderType
3, // 101: WAE2E.Message.BCallMessage.mediaType:type_name -> WAE2E.Message.BCallMessage.MediaType
4, // 102: WAE2E.Message.CallLogMessage.callOutcome:type_name -> WAE2E.Message.CallLogMessage.CallOutcome
5, // 103: WAE2E.Message.CallLogMessage.callType:type_name -> WAE2E.Message.CallLogMessage.CallType
134, // 104: WAE2E.Message.CallLogMessage.participants:type_name -> WAE2E.Message.CallLogMessage.CallParticipant
186, // 105: WAE2E.Message.ScheduledCallEditMessage.key:type_name -> WACommon.MessageKey
6, // 106: WAE2E.Message.ScheduledCallEditMessage.editType:type_name -> WAE2E.Message.ScheduledCallEditMessage.EditType
7, // 107: WAE2E.Message.ScheduledCallCreationMessage.callType:type_name -> WAE2E.Message.ScheduledCallCreationMessage.CallType
8, // 108: WAE2E.Message.EventResponseMessage.response:type_name -> WAE2E.Message.EventResponseMessage.EventResponseType
186, // 109: WAE2E.Message.PinInChatMessage.key:type_name -> WACommon.MessageKey
9, // 110: WAE2E.Message.PinInChatMessage.type:type_name -> WAE2E.Message.PinInChatMessage.Type
44, // 111: WAE2E.Message.ButtonsResponseMessage.contextInfo:type_name -> WAE2E.ContextInfo
10, // 112: WAE2E.Message.ButtonsResponseMessage.type:type_name -> WAE2E.Message.ButtonsResponseMessage.Type
129, // 113: WAE2E.Message.ButtonsMessage.documentMessage:type_name -> WAE2E.Message.DocumentMessage
132, // 114: WAE2E.Message.ButtonsMessage.imageMessage:type_name -> WAE2E.Message.ImageMessage
84, // 115: WAE2E.Message.ButtonsMessage.videoMessage:type_name -> WAE2E.Message.VideoMessage
130, // 116: WAE2E.Message.ButtonsMessage.locationMessage:type_name -> WAE2E.Message.LocationMessage
44, // 117: WAE2E.Message.ButtonsMessage.contextInfo:type_name -> WAE2E.ContextInfo
135, // 118: WAE2E.Message.ButtonsMessage.buttons:type_name -> WAE2E.Message.ButtonsMessage.Button
11, // 119: WAE2E.Message.ButtonsMessage.headerType:type_name -> WAE2E.Message.ButtonsMessage.HeaderType
44, // 120: WAE2E.Message.GroupInviteMessage.contextInfo:type_name -> WAE2E.ContextInfo
13, // 121: WAE2E.Message.GroupInviteMessage.groupType:type_name -> WAE2E.Message.GroupInviteMessage.GroupType
139, // 122: WAE2E.Message.InteractiveResponseMessage.nativeFlowResponseMessage:type_name -> WAE2E.Message.InteractiveResponseMessage.NativeFlowResponseMessage
138, // 123: WAE2E.Message.InteractiveResponseMessage.body:type_name -> WAE2E.Message.InteractiveResponseMessage.Body
44, // 124: WAE2E.Message.InteractiveResponseMessage.contextInfo:type_name -> WAE2E.ContextInfo
140, // 125: WAE2E.Message.InteractiveMessage.shopStorefrontMessage:type_name -> WAE2E.Message.InteractiveMessage.ShopMessage
143, // 126: WAE2E.Message.InteractiveMessage.collectionMessage:type_name -> WAE2E.Message.InteractiveMessage.CollectionMessage
142, // 127: WAE2E.Message.InteractiveMessage.nativeFlowMessage:type_name -> WAE2E.Message.InteractiveMessage.NativeFlowMessage
141, // 128: WAE2E.Message.InteractiveMessage.carouselMessage:type_name -> WAE2E.Message.InteractiveMessage.CarouselMessage
146, // 129: WAE2E.Message.InteractiveMessage.header:type_name -> WAE2E.Message.InteractiveMessage.Header
145, // 130: WAE2E.Message.InteractiveMessage.body:type_name -> WAE2E.Message.InteractiveMessage.Body
144, // 131: WAE2E.Message.InteractiveMessage.footer:type_name -> WAE2E.Message.InteractiveMessage.Footer
44, // 132: WAE2E.Message.InteractiveMessage.contextInfo:type_name -> WAE2E.ContextInfo
16, // 133: WAE2E.Message.ListResponseMessage.listType:type_name -> WAE2E.Message.ListResponseMessage.ListType
148, // 134: WAE2E.Message.ListResponseMessage.singleSelectReply:type_name -> WAE2E.Message.ListResponseMessage.SingleSelectReply
44, // 135: WAE2E.Message.ListResponseMessage.contextInfo:type_name -> WAE2E.ContextInfo
17, // 136: WAE2E.Message.ListMessage.listType:type_name -> WAE2E.Message.ListMessage.ListType
153, // 137: WAE2E.Message.ListMessage.sections:type_name -> WAE2E.Message.ListMessage.Section
149, // 138: WAE2E.Message.ListMessage.productListInfo:type_name -> WAE2E.Message.ListMessage.ProductListInfo
44, // 139: WAE2E.Message.ListMessage.contextInfo:type_name -> WAE2E.ContextInfo
19, // 140: WAE2E.Message.OrderMessage.status:type_name -> WAE2E.Message.OrderMessage.OrderStatus
18, // 141: WAE2E.Message.OrderMessage.surface:type_name -> WAE2E.Message.OrderMessage.OrderSurface
44, // 142: WAE2E.Message.OrderMessage.contextInfo:type_name -> WAE2E.ContextInfo
186, // 143: WAE2E.Message.OrderMessage.orderRequestMessageID:type_name -> WACommon.MessageKey
20, // 144: WAE2E.Message.PaymentInviteMessage.serviceType:type_name -> WAE2E.Message.PaymentInviteMessage.ServiceType
155, // 145: WAE2E.Message.HighlyStructuredMessage.localizableParams:type_name -> WAE2E.Message.HighlyStructuredMessage.HSMLocalizableParameter
108, // 146: WAE2E.Message.HighlyStructuredMessage.hydratedHsm:type_name -> WAE2E.Message.TemplateMessage
23, // 147: WAE2E.Message.HistorySyncNotification.syncType:type_name -> WAE2E.Message.HistorySyncNotification.HistorySyncType
24, // 148: WAE2E.Message.RequestWelcomeMessageMetadata.localChatState:type_name -> WAE2E.Message.RequestWelcomeMessageMetadata.LocalChatState
186, // 149: WAE2E.Message.ProtocolMessage.key:type_name -> WACommon.MessageKey
25, // 150: WAE2E.Message.ProtocolMessage.type:type_name -> WAE2E.Message.ProtocolMessage.Type
80, // 151: WAE2E.Message.ProtocolMessage.historySyncNotification:type_name -> WAE2E.Message.HistorySyncNotification
121, // 152: WAE2E.Message.ProtocolMessage.appStateSyncKeyShare:type_name -> WAE2E.Message.AppStateSyncKeyShare
120, // 153: WAE2E.Message.ProtocolMessage.appStateSyncKeyRequest:type_name -> WAE2E.Message.AppStateSyncKeyRequest
116, // 154: WAE2E.Message.ProtocolMessage.initialSecurityNotificationSettingSync:type_name -> WAE2E.Message.InitialSecurityNotificationSettingSync
119, // 155: WAE2E.Message.ProtocolMessage.appStateFatalExceptionNotification:type_name -> WAE2E.Message.AppStateFatalExceptionNotification
48, // 156: WAE2E.Message.ProtocolMessage.disappearingMode:type_name -> WAE2E.DisappearingMode
43, // 157: WAE2E.Message.ProtocolMessage.editedMessage:type_name -> WAE2E.Message
118, // 158: WAE2E.Message.ProtocolMessage.peerDataOperationRequestMessage:type_name -> WAE2E.Message.PeerDataOperationRequestMessage
117, // 159: WAE2E.Message.ProtocolMessage.peerDataOperationRequestResponseMessage:type_name -> WAE2E.Message.PeerDataOperationRequestResponseMessage
83, // 160: WAE2E.Message.ProtocolMessage.botFeedbackMessage:type_name -> WAE2E.Message.BotFeedbackMessage
81, // 161: WAE2E.Message.ProtocolMessage.requestWelcomeMessageMetadata:type_name -> WAE2E.Message.RequestWelcomeMessageMetadata
62, // 162: WAE2E.Message.ProtocolMessage.mediaNotifyMessage:type_name -> WAE2E.MediaNotifyMessage
186, // 163: WAE2E.Message.BotFeedbackMessage.messageKey:type_name -> WACommon.MessageKey
28, // 164: WAE2E.Message.BotFeedbackMessage.kind:type_name -> WAE2E.Message.BotFeedbackMessage.BotFeedbackKind
54, // 165: WAE2E.Message.VideoMessage.interactiveAnnotations:type_name -> WAE2E.InteractiveAnnotation
44, // 166: WAE2E.Message.VideoMessage.contextInfo:type_name -> WAE2E.ContextInfo
29, // 167: WAE2E.Message.VideoMessage.gifAttribution:type_name -> WAE2E.Message.VideoMessage.Attribution
54, // 168: WAE2E.Message.VideoMessage.annotations:type_name -> WAE2E.InteractiveAnnotation
32, // 169: WAE2E.Message.ExtendedTextMessage.font:type_name -> WAE2E.Message.ExtendedTextMessage.FontType
31, // 170: WAE2E.Message.ExtendedTextMessage.previewType:type_name -> WAE2E.Message.ExtendedTextMessage.PreviewType
44, // 171: WAE2E.Message.ExtendedTextMessage.contextInfo:type_name -> WAE2E.ContextInfo
30, // 172: WAE2E.Message.ExtendedTextMessage.inviteLinkGroupType:type_name -> WAE2E.Message.ExtendedTextMessage.InviteLinkGroupType
30, // 173: WAE2E.Message.ExtendedTextMessage.inviteLinkGroupTypeV2:type_name -> WAE2E.Message.ExtendedTextMessage.InviteLinkGroupType
33, // 174: WAE2E.Message.InvoiceMessage.attachmentType:type_name -> WAE2E.Message.InvoiceMessage.AttachmentType
186, // 175: WAE2E.Message.ExtendedTextMessageWithParentKey.key:type_name -> WACommon.MessageKey
85, // 176: WAE2E.Message.ExtendedTextMessageWithParentKey.linkMessage:type_name -> WAE2E.Message.ExtendedTextMessage
44, // 177: WAE2E.Message.MessageHistoryBundle.contextInfo:type_name -> WAE2E.ContextInfo
186, // 178: WAE2E.Message.EncEventResponseMessage.eventCreationMessageKey:type_name -> WACommon.MessageKey
44, // 179: WAE2E.Message.EventMessage.contextInfo:type_name -> WAE2E.ContextInfo
130, // 180: WAE2E.Message.EventMessage.location:type_name -> WAE2E.Message.LocationMessage
43, // 181: WAE2E.Message.CommentMessage.message:type_name -> WAE2E.Message
186, // 182: WAE2E.Message.CommentMessage.targetMessageKey:type_name -> WACommon.MessageKey
186, // 183: WAE2E.Message.EncCommentMessage.targetMessageKey:type_name -> WACommon.MessageKey
186, // 184: WAE2E.Message.EncReactionMessage.targetMessageKey:type_name -> WACommon.MessageKey
186, // 185: WAE2E.Message.KeepInChatMessage.key:type_name -> WACommon.MessageKey
0, // 186: WAE2E.Message.KeepInChatMessage.keepType:type_name -> WAE2E.KeepType
186, // 187: WAE2E.Message.PollUpdateMessage.pollCreationMessageKey:type_name -> WACommon.MessageKey
96, // 188: WAE2E.Message.PollUpdateMessage.vote:type_name -> WAE2E.Message.PollEncValue
97, // 189: WAE2E.Message.PollUpdateMessage.metadata:type_name -> WAE2E.Message.PollUpdateMessageMetadata
160, // 190: WAE2E.Message.PollCreationMessage.options:type_name -> WAE2E.Message.PollCreationMessage.Option
44, // 191: WAE2E.Message.PollCreationMessage.contextInfo:type_name -> WAE2E.ContextInfo
186, // 192: WAE2E.Message.ReactionMessage.key:type_name -> WACommon.MessageKey
43, // 193: WAE2E.Message.FutureProofMessage.message:type_name -> WAE2E.Message
43, // 194: WAE2E.Message.DeviceSentMessage.message:type_name -> WAE2E.Message
44, // 195: WAE2E.Message.RequestPhoneNumberMessage.contextInfo:type_name -> WAE2E.ContextInfo
161, // 196: WAE2E.Message.ProductMessage.product:type_name -> WAE2E.Message.ProductMessage.ProductSnapshot
162, // 197: WAE2E.Message.ProductMessage.catalog:type_name -> WAE2E.Message.ProductMessage.CatalogSnapshot
44, // 198: WAE2E.Message.ProductMessage.contextInfo:type_name -> WAE2E.ContextInfo
44, // 199: WAE2E.Message.TemplateButtonReplyMessage.contextInfo:type_name -> WAE2E.ContextInfo
164, // 200: WAE2E.Message.TemplateMessage.fourRowTemplate:type_name -> WAE2E.Message.TemplateMessage.FourRowTemplate
163, // 201: WAE2E.Message.TemplateMessage.hydratedFourRowTemplate:type_name -> WAE2E.Message.TemplateMessage.HydratedFourRowTemplate
74, // 202: WAE2E.Message.TemplateMessage.interactiveMessageTemplate:type_name -> WAE2E.Message.InteractiveMessage
44, // 203: WAE2E.Message.TemplateMessage.contextInfo:type_name -> WAE2E.ContextInfo
163, // 204: WAE2E.Message.TemplateMessage.hydratedTemplate:type_name -> WAE2E.Message.TemplateMessage.HydratedFourRowTemplate
44, // 205: WAE2E.Message.StickerMessage.contextInfo:type_name -> WAE2E.ContextInfo
44, // 206: WAE2E.Message.LiveLocationMessage.contextInfo:type_name -> WAE2E.ContextInfo
186, // 207: WAE2E.Message.CancelPaymentRequestMessage.key:type_name -> WACommon.MessageKey
186, // 208: WAE2E.Message.DeclinePaymentRequestMessage.key:type_name -> WACommon.MessageKey
43, // 209: WAE2E.Message.RequestPaymentMessage.noteMessage:type_name -> WAE2E.Message
58, // 210: WAE2E.Message.RequestPaymentMessage.amount:type_name -> WAE2E.Money
47, // 211: WAE2E.Message.RequestPaymentMessage.background:type_name -> WAE2E.PaymentBackground
43, // 212: WAE2E.Message.SendPaymentMessage.noteMessage:type_name -> WAE2E.Message
186, // 213: WAE2E.Message.SendPaymentMessage.requestMessageKey:type_name -> WACommon.MessageKey
47, // 214: WAE2E.Message.SendPaymentMessage.background:type_name -> WAE2E.PaymentBackground
131, // 215: WAE2E.Message.ContactsArrayMessage.contacts:type_name -> WAE2E.Message.ContactMessage
44, // 216: WAE2E.Message.ContactsArrayMessage.contextInfo:type_name -> WAE2E.ContextInfo
1, // 217: WAE2E.Message.PeerDataOperationRequestResponseMessage.peerDataOperationRequestType:type_name -> WAE2E.Message.PeerDataOperationRequestType
165, // 218: WAE2E.Message.PeerDataOperationRequestResponseMessage.peerDataOperationResult:type_name -> WAE2E.Message.PeerDataOperationRequestResponseMessage.PeerDataOperationResult
1, // 219: WAE2E.Message.PeerDataOperationRequestMessage.peerDataOperationRequestType:type_name -> WAE2E.Message.PeerDataOperationRequestType
172, // 220: WAE2E.Message.PeerDataOperationRequestMessage.requestStickerReupload:type_name -> WAE2E.Message.PeerDataOperationRequestMessage.RequestStickerReupload
171, // 221: WAE2E.Message.PeerDataOperationRequestMessage.requestURLPreview:type_name -> WAE2E.Message.PeerDataOperationRequestMessage.RequestUrlPreview
170, // 222: WAE2E.Message.PeerDataOperationRequestMessage.historySyncOnDemandRequest:type_name -> WAE2E.Message.PeerDataOperationRequestMessage.HistorySyncOnDemandRequest
169, // 223: WAE2E.Message.PeerDataOperationRequestMessage.placeholderMessageResendRequest:type_name -> WAE2E.Message.PeerDataOperationRequestMessage.PlaceholderMessageResendRequest
124, // 224: WAE2E.Message.AppStateSyncKeyRequest.keyIDs:type_name -> WAE2E.Message.AppStateSyncKeyId
125, // 225: WAE2E.Message.AppStateSyncKeyShare.keys:type_name -> WAE2E.Message.AppStateSyncKey
123, // 226: WAE2E.Message.AppStateSyncKeyData.fingerprint:type_name -> WAE2E.Message.AppStateSyncKeyFingerprint
124, // 227: WAE2E.Message.AppStateSyncKey.keyID:type_name -> WAE2E.Message.AppStateSyncKeyId
122, // 228: WAE2E.Message.AppStateSyncKey.keyData:type_name -> WAE2E.Message.AppStateSyncKeyData
44, // 229: WAE2E.Message.AudioMessage.contextInfo:type_name -> WAE2E.ContextInfo
44, // 230: WAE2E.Message.DocumentMessage.contextInfo:type_name -> WAE2E.ContextInfo
44, // 231: WAE2E.Message.LocationMessage.contextInfo:type_name -> WAE2E.ContextInfo
44, // 232: WAE2E.Message.ContactMessage.contextInfo:type_name -> WAE2E.ContextInfo
54, // 233: WAE2E.Message.ImageMessage.interactiveAnnotations:type_name -> WAE2E.InteractiveAnnotation
44, // 234: WAE2E.Message.ImageMessage.contextInfo:type_name -> WAE2E.ContextInfo
54, // 235: WAE2E.Message.ImageMessage.annotations:type_name -> WAE2E.InteractiveAnnotation
4, // 236: WAE2E.Message.CallLogMessage.CallParticipant.callOutcome:type_name -> WAE2E.Message.CallLogMessage.CallOutcome
137, // 237: WAE2E.Message.ButtonsMessage.Button.buttonText:type_name -> WAE2E.Message.ButtonsMessage.Button.ButtonText
12, // 238: WAE2E.Message.ButtonsMessage.Button.type:type_name -> WAE2E.Message.ButtonsMessage.Button.Type
136, // 239: WAE2E.Message.ButtonsMessage.Button.nativeFlowInfo:type_name -> WAE2E.Message.ButtonsMessage.Button.NativeFlowInfo
14, // 240: WAE2E.Message.InteractiveResponseMessage.Body.format:type_name -> WAE2E.Message.InteractiveResponseMessage.Body.Format
15, // 241: WAE2E.Message.InteractiveMessage.ShopMessage.surface:type_name -> WAE2E.Message.InteractiveMessage.ShopMessage.Surface
74, // 242: WAE2E.Message.InteractiveMessage.CarouselMessage.cards:type_name -> WAE2E.Message.InteractiveMessage
147, // 243: WAE2E.Message.InteractiveMessage.NativeFlowMessage.buttons:type_name -> WAE2E.Message.InteractiveMessage.NativeFlowMessage.NativeFlowButton
129, // 244: WAE2E.Message.InteractiveMessage.Header.documentMessage:type_name -> WAE2E.Message.DocumentMessage
132, // 245: WAE2E.Message.InteractiveMessage.Header.imageMessage:type_name -> WAE2E.Message.ImageMessage
84, // 246: WAE2E.Message.InteractiveMessage.Header.videoMessage:type_name -> WAE2E.Message.VideoMessage
130, // 247: WAE2E.Message.InteractiveMessage.Header.locationMessage:type_name -> WAE2E.Message.LocationMessage
151, // 248: WAE2E.Message.ListMessage.ProductListInfo.productSections:type_name -> WAE2E.Message.ListMessage.ProductSection
150, // 249: WAE2E.Message.ListMessage.ProductListInfo.headerImage:type_name -> WAE2E.Message.ListMessage.ProductListHeaderImage
152, // 250: WAE2E.Message.ListMessage.ProductSection.products:type_name -> WAE2E.Message.ListMessage.Product
154, // 251: WAE2E.Message.ListMessage.Section.rows:type_name -> WAE2E.Message.ListMessage.Row
157, // 252: WAE2E.Message.HighlyStructuredMessage.HSMLocalizableParameter.currency:type_name -> WAE2E.Message.HighlyStructuredMessage.HSMLocalizableParameter.HSMCurrency
156, // 253: WAE2E.Message.HighlyStructuredMessage.HSMLocalizableParameter.dateTime:type_name -> WAE2E.Message.HighlyStructuredMessage.HSMLocalizableParameter.HSMDateTime
158, // 254: WAE2E.Message.HighlyStructuredMessage.HSMLocalizableParameter.HSMDateTime.component:type_name -> WAE2E.Message.HighlyStructuredMessage.HSMLocalizableParameter.HSMDateTime.HSMDateTimeComponent
159, // 255: WAE2E.Message.HighlyStructuredMessage.HSMLocalizableParameter.HSMDateTime.unixEpoch:type_name -> WAE2E.Message.HighlyStructuredMessage.HSMLocalizableParameter.HSMDateTime.HSMDateTimeUnixEpoch
22, // 256: WAE2E.Message.HighlyStructuredMessage.HSMLocalizableParameter.HSMDateTime.HSMDateTimeComponent.dayOfWeek:type_name -> WAE2E.Message.HighlyStructuredMessage.HSMLocalizableParameter.HSMDateTime.HSMDateTimeComponent.DayOfWeekType
21, // 257: WAE2E.Message.HighlyStructuredMessage.HSMLocalizableParameter.HSMDateTime.HSMDateTimeComponent.calendar:type_name -> WAE2E.Message.HighlyStructuredMessage.HSMLocalizableParameter.HSMDateTime.HSMDateTimeComponent.CalendarType
132, // 258: WAE2E.Message.ProductMessage.ProductSnapshot.productImage:type_name -> WAE2E.Message.ImageMessage
132, // 259: WAE2E.Message.ProductMessage.CatalogSnapshot.catalogImage:type_name -> WAE2E.Message.ImageMessage
129, // 260: WAE2E.Message.TemplateMessage.HydratedFourRowTemplate.documentMessage:type_name -> WAE2E.Message.DocumentMessage
132, // 261: WAE2E.Message.TemplateMessage.HydratedFourRowTemplate.imageMessage:type_name -> WAE2E.Message.ImageMessage
84, // 262: WAE2E.Message.TemplateMessage.HydratedFourRowTemplate.videoMessage:type_name -> WAE2E.Message.VideoMessage
130, // 263: WAE2E.Message.TemplateMessage.HydratedFourRowTemplate.locationMessage:type_name -> WAE2E.Message.LocationMessage
46, // 264: WAE2E.Message.TemplateMessage.HydratedFourRowTemplate.hydratedButtons:type_name -> WAE2E.HydratedTemplateButton
129, // 265: WAE2E.Message.TemplateMessage.FourRowTemplate.documentMessage:type_name -> WAE2E.Message.DocumentMessage
79, // 266: WAE2E.Message.TemplateMessage.FourRowTemplate.highlyStructuredMessage:type_name -> WAE2E.Message.HighlyStructuredMessage
132, // 267: WAE2E.Message.TemplateMessage.FourRowTemplate.imageMessage:type_name -> WAE2E.Message.ImageMessage
84, // 268: WAE2E.Message.TemplateMessage.FourRowTemplate.videoMessage:type_name -> WAE2E.Message.VideoMessage
130, // 269: WAE2E.Message.TemplateMessage.FourRowTemplate.locationMessage:type_name -> WAE2E.Message.LocationMessage
79, // 270: WAE2E.Message.TemplateMessage.FourRowTemplate.content:type_name -> WAE2E.Message.HighlyStructuredMessage
79, // 271: WAE2E.Message.TemplateMessage.FourRowTemplate.footer:type_name -> WAE2E.Message.HighlyStructuredMessage
57, // 272: WAE2E.Message.TemplateMessage.FourRowTemplate.buttons:type_name -> WAE2E.TemplateButton
188, // 273: WAE2E.Message.PeerDataOperationRequestResponseMessage.PeerDataOperationResult.mediaUploadResult:type_name -> WAMmsRetry.MediaRetryNotification.ResultType
109, // 274: WAE2E.Message.PeerDataOperationRequestResponseMessage.PeerDataOperationResult.stickerMessage:type_name -> WAE2E.Message.StickerMessage
167, // 275: WAE2E.Message.PeerDataOperationRequestResponseMessage.PeerDataOperationResult.linkPreviewResponse:type_name -> WAE2E.Message.PeerDataOperationRequestResponseMessage.PeerDataOperationResult.LinkPreviewResponse
166, // 276: WAE2E.Message.PeerDataOperationRequestResponseMessage.PeerDataOperationResult.placeholderMessageResendResponse:type_name -> WAE2E.Message.PeerDataOperationRequestResponseMessage.PeerDataOperationResult.PlaceholderMessageResendResponse
168, // 277: WAE2E.Message.PeerDataOperationRequestResponseMessage.PeerDataOperationResult.LinkPreviewResponse.hqThumbnail:type_name -> WAE2E.Message.PeerDataOperationRequestResponseMessage.PeerDataOperationResult.LinkPreviewResponse.LinkPreviewHighQualityThumbnail
186, // 278: WAE2E.Message.PeerDataOperationRequestMessage.PlaceholderMessageResendRequest.messageKey:type_name -> WACommon.MessageKey
34, // 279: WAE2E.ContextInfo.ForwardedNewsletterMessageInfo.contentType:type_name -> WAE2E.ContextInfo.ForwardedNewsletterMessageInfo.ContentType
35, // 280: WAE2E.ContextInfo.ExternalAdReplyInfo.mediaType:type_name -> WAE2E.ContextInfo.ExternalAdReplyInfo.MediaType
36, // 281: WAE2E.ContextInfo.AdReplyInfo.mediaType:type_name -> WAE2E.ContextInfo.AdReplyInfo.MediaType
39, // 282: WAE2E.HydratedTemplateButton.HydratedURLButton.webviewPresentation:type_name -> WAE2E.HydratedTemplateButton.HydratedURLButton.WebviewPresentationType
79, // 283: WAE2E.TemplateButton.CallButton.displayText:type_name -> WAE2E.Message.HighlyStructuredMessage
79, // 284: WAE2E.TemplateButton.CallButton.phoneNumber:type_name -> WAE2E.Message.HighlyStructuredMessage
79, // 285: WAE2E.TemplateButton.URLButton.displayText:type_name -> WAE2E.Message.HighlyStructuredMessage
79, // 286: WAE2E.TemplateButton.URLButton.URL:type_name -> WAE2E.Message.HighlyStructuredMessage
79, // 287: WAE2E.TemplateButton.QuickReplyButton.displayText:type_name -> WAE2E.Message.HighlyStructuredMessage
288, // [288:288] is the sub-list for method output_type
288, // [288:288] is the sub-list for method input_type
288, // [288:288] is the sub-list for extension type_name
288, // [288:288] is the sub-list for extension extendee
0, // [0:288] is the sub-list for field type_name
}
func init() { file_waE2E_WAE2E_proto_init() }
func file_waE2E_WAE2E_proto_init() {
if File_waE2E_WAE2E_proto != nil {
return
}
if !protoimpl.UnsafeEnabled {
file_waE2E_WAE2E_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Message); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*ContextInfo); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*BotPluginMetadata); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*HydratedTemplateButton); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*PaymentBackground); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*DisappearingMode); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*BotAvatarMetadata); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*BotSuggestedPromptMetadata); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*BotMetadata); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*MessageContextInfo); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*DeviceListMetadata); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*InteractiveAnnotation); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Point); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Location); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*TemplateButton); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Money); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*ActionLink); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*GroupMention); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*MessageSecretMessage); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*MediaNotifyMessage); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[20].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Message_PlaceholderMessage); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[21].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Message_BCallMessage); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[22].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Message_CallLogMessage); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[23].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Message_ScheduledCallEditMessage); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[24].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Message_ScheduledCallCreationMessage); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[25].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Message_EventResponseMessage); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[26].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Message_PinInChatMessage); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[27].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Message_ButtonsResponseMessage); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[28].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Message_ButtonsMessage); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[29].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Message_GroupInviteMessage); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[30].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Message_InteractiveResponseMessage); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[31].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Message_InteractiveMessage); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[32].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Message_ListResponseMessage); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[33].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Message_ListMessage); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[34].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Message_OrderMessage); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[35].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Message_PaymentInviteMessage); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[36].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Message_HighlyStructuredMessage); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[37].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Message_HistorySyncNotification); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[38].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Message_RequestWelcomeMessageMetadata); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[39].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Message_ProtocolMessage); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[40].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Message_BotFeedbackMessage); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[41].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Message_VideoMessage); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[42].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Message_ExtendedTextMessage); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[43].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Message_InvoiceMessage); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[44].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Message_ExtendedTextMessageWithParentKey); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[45].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Message_MessageHistoryBundle); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[46].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Message_EncEventResponseMessage); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[47].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Message_EventMessage); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[48].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Message_CommentMessage); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[49].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Message_EncCommentMessage); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[50].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Message_EncReactionMessage); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[51].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Message_KeepInChatMessage); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[52].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Message_PollVoteMessage); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[53].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Message_PollEncValue); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[54].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Message_PollUpdateMessageMetadata); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[55].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Message_PollUpdateMessage); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[56].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Message_PollCreationMessage); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[57].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Message_StickerSyncRMRMessage); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[58].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Message_ReactionMessage); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[59].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Message_FutureProofMessage); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[60].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Message_DeviceSentMessage); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[61].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Message_RequestPhoneNumberMessage); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[62].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Message_NewsletterAdminInviteMessage); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[63].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Message_ProductMessage); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[64].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Message_TemplateButtonReplyMessage); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[65].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Message_TemplateMessage); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[66].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Message_StickerMessage); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[67].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Message_LiveLocationMessage); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[68].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Message_CancelPaymentRequestMessage); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[69].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Message_DeclinePaymentRequestMessage); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[70].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Message_RequestPaymentMessage); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[71].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Message_SendPaymentMessage); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[72].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Message_ContactsArrayMessage); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[73].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Message_InitialSecurityNotificationSettingSync); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[74].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Message_PeerDataOperationRequestResponseMessage); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[75].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Message_PeerDataOperationRequestMessage); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[76].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Message_AppStateFatalExceptionNotification); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[77].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Message_AppStateSyncKeyRequest); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[78].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Message_AppStateSyncKeyShare); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[79].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Message_AppStateSyncKeyData); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[80].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Message_AppStateSyncKeyFingerprint); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[81].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Message_AppStateSyncKeyId); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[82].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Message_AppStateSyncKey); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[83].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Message_Chat); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[84].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Message_Call); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[85].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Message_AudioMessage); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[86].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Message_DocumentMessage); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[87].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Message_LocationMessage); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[88].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Message_ContactMessage); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[89].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Message_ImageMessage); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[90].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Message_SenderKeyDistributionMessage); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[91].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Message_CallLogMessage_CallParticipant); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[92].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Message_ButtonsMessage_Button); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[93].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Message_ButtonsMessage_Button_NativeFlowInfo); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[94].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Message_ButtonsMessage_Button_ButtonText); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[95].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Message_InteractiveResponseMessage_Body); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[96].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Message_InteractiveResponseMessage_NativeFlowResponseMessage); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[97].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Message_InteractiveMessage_ShopMessage); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[98].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Message_InteractiveMessage_CarouselMessage); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[99].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Message_InteractiveMessage_NativeFlowMessage); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[100].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Message_InteractiveMessage_CollectionMessage); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[101].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Message_InteractiveMessage_Footer); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[102].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Message_InteractiveMessage_Body); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[103].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Message_InteractiveMessage_Header); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[104].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Message_InteractiveMessage_NativeFlowMessage_NativeFlowButton); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[105].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Message_ListResponseMessage_SingleSelectReply); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[106].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Message_ListMessage_ProductListInfo); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[107].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Message_ListMessage_ProductListHeaderImage); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[108].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Message_ListMessage_ProductSection); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[109].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Message_ListMessage_Product); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[110].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Message_ListMessage_Section); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[111].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Message_ListMessage_Row); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[112].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Message_HighlyStructuredMessage_HSMLocalizableParameter); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[113].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[114].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMCurrency); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[115].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[116].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeUnixEpoch); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[117].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Message_PollCreationMessage_Option); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[118].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Message_ProductMessage_ProductSnapshot); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[119].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Message_ProductMessage_CatalogSnapshot); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[120].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Message_TemplateMessage_HydratedFourRowTemplate); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[121].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Message_TemplateMessage_FourRowTemplate); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[122].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Message_PeerDataOperationRequestResponseMessage_PeerDataOperationResult); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[123].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Message_PeerDataOperationRequestResponseMessage_PeerDataOperationResult_PlaceholderMessageResendResponse); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[124].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Message_PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[125].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Message_PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse_LinkPreviewHighQualityThumbnail); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[126].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Message_PeerDataOperationRequestMessage_PlaceholderMessageResendRequest); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[127].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Message_PeerDataOperationRequestMessage_HistorySyncOnDemandRequest); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[128].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Message_PeerDataOperationRequestMessage_RequestUrlPreview); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[129].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Message_PeerDataOperationRequestMessage_RequestStickerReupload); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[130].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*ContextInfo_ForwardedNewsletterMessageInfo); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[131].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*ContextInfo_ExternalAdReplyInfo); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[132].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*ContextInfo_AdReplyInfo); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[133].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*ContextInfo_DataSharingContext); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[134].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*ContextInfo_UTMInfo); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[135].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*ContextInfo_BusinessMessageForwardInfo); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[136].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*HydratedTemplateButton_HydratedURLButton); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[137].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*HydratedTemplateButton_HydratedCallButton); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[138].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*HydratedTemplateButton_HydratedQuickReplyButton); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[139].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*PaymentBackground_MediaData); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[140].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*TemplateButton_CallButton); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[141].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*TemplateButton_URLButton); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_waE2E_WAE2E_proto_msgTypes[142].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*TemplateButton_QuickReplyButton); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
}
file_waE2E_WAE2E_proto_msgTypes[3].OneofWrappers = []interface{}{
(*HydratedTemplateButton_QuickReplyButton)(nil),
(*HydratedTemplateButton_UrlButton)(nil),
(*HydratedTemplateButton_CallButton)(nil),
}
file_waE2E_WAE2E_proto_msgTypes[11].OneofWrappers = []interface{}{
(*InteractiveAnnotation_Location)(nil),
(*InteractiveAnnotation_Newsletter)(nil),
}
file_waE2E_WAE2E_proto_msgTypes[14].OneofWrappers = []interface{}{
(*TemplateButton_QuickReplyButton_)(nil),
(*TemplateButton_UrlButton)(nil),
(*TemplateButton_CallButton_)(nil),
}
file_waE2E_WAE2E_proto_msgTypes[27].OneofWrappers = []interface{}{
(*Message_ButtonsResponseMessage_SelectedDisplayText)(nil),
}
file_waE2E_WAE2E_proto_msgTypes[28].OneofWrappers = []interface{}{
(*Message_ButtonsMessage_Text)(nil),
(*Message_ButtonsMessage_DocumentMessage)(nil),
(*Message_ButtonsMessage_ImageMessage)(nil),
(*Message_ButtonsMessage_VideoMessage)(nil),
(*Message_ButtonsMessage_LocationMessage)(nil),
}
file_waE2E_WAE2E_proto_msgTypes[30].OneofWrappers = []interface{}{
(*Message_InteractiveResponseMessage_NativeFlowResponseMessage_)(nil),
}
file_waE2E_WAE2E_proto_msgTypes[31].OneofWrappers = []interface{}{
(*Message_InteractiveMessage_ShopStorefrontMessage)(nil),
(*Message_InteractiveMessage_CollectionMessage_)(nil),
(*Message_InteractiveMessage_NativeFlowMessage_)(nil),
(*Message_InteractiveMessage_CarouselMessage_)(nil),
}
file_waE2E_WAE2E_proto_msgTypes[65].OneofWrappers = []interface{}{
(*Message_TemplateMessage_FourRowTemplate_)(nil),
(*Message_TemplateMessage_HydratedFourRowTemplate_)(nil),
(*Message_TemplateMessage_InteractiveMessageTemplate)(nil),
}
file_waE2E_WAE2E_proto_msgTypes[103].OneofWrappers = []interface{}{
(*Message_InteractiveMessage_Header_DocumentMessage)(nil),
(*Message_InteractiveMessage_Header_ImageMessage)(nil),
(*Message_InteractiveMessage_Header_JPEGThumbnail)(nil),
(*Message_InteractiveMessage_Header_VideoMessage)(nil),
(*Message_InteractiveMessage_Header_LocationMessage)(nil),
}
file_waE2E_WAE2E_proto_msgTypes[112].OneofWrappers = []interface{}{
(*Message_HighlyStructuredMessage_HSMLocalizableParameter_Currency)(nil),
(*Message_HighlyStructuredMessage_HSMLocalizableParameter_DateTime)(nil),
}
file_waE2E_WAE2E_proto_msgTypes[113].OneofWrappers = []interface{}{
(*Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_Component)(nil),
(*Message_HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_UnixEpoch)(nil),
}
file_waE2E_WAE2E_proto_msgTypes[120].OneofWrappers = []interface{}{
(*Message_TemplateMessage_HydratedFourRowTemplate_DocumentMessage)(nil),
(*Message_TemplateMessage_HydratedFourRowTemplate_HydratedTitleText)(nil),
(*Message_TemplateMessage_HydratedFourRowTemplate_ImageMessage)(nil),
(*Message_TemplateMessage_HydratedFourRowTemplate_VideoMessage)(nil),
(*Message_TemplateMessage_HydratedFourRowTemplate_LocationMessage)(nil),
}
file_waE2E_WAE2E_proto_msgTypes[121].OneofWrappers = []interface{}{
(*Message_TemplateMessage_FourRowTemplate_DocumentMessage)(nil),
(*Message_TemplateMessage_FourRowTemplate_HighlyStructuredMessage)(nil),
(*Message_TemplateMessage_FourRowTemplate_ImageMessage)(nil),
(*Message_TemplateMessage_FourRowTemplate_VideoMessage)(nil),
(*Message_TemplateMessage_FourRowTemplate_LocationMessage)(nil),
}
type x struct{}
out := protoimpl.TypeBuilder{
File: protoimpl.DescBuilder{
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
RawDescriptor: file_waE2E_WAE2E_proto_rawDesc,
NumEnums: 43,
NumMessages: 143,
NumExtensions: 0,
NumServices: 0,
},
GoTypes: file_waE2E_WAE2E_proto_goTypes,
DependencyIndexes: file_waE2E_WAE2E_proto_depIdxs,
EnumInfos: file_waE2E_WAE2E_proto_enumTypes,
MessageInfos: file_waE2E_WAE2E_proto_msgTypes,
}.Build()
File_waE2E_WAE2E_proto = out.File
file_waE2E_WAE2E_proto_rawDesc = nil
file_waE2E_WAE2E_proto_goTypes = nil
file_waE2E_WAE2E_proto_depIdxs = nil
}