forked from jshiffer/matterbridge
c4157a4d5b
* Update dependencies * Fix whatsmeow API changes
20508 lines
676 KiB
Go
Generated
20508 lines
676 KiB
Go
Generated
// Code generated by protoc-gen-go. DO NOT EDIT.
|
|
// versions:
|
|
// protoc-gen-go v1.34.2
|
|
// protoc v3.21.12
|
|
// source: waE2E/WAWebProtobufsE2E.proto
|
|
|
|
package waE2E
|
|
|
|
import (
|
|
reflect "reflect"
|
|
sync "sync"
|
|
|
|
waAdv "go.mau.fi/whatsmeow/proto/waAdv"
|
|
waCommon "go.mau.fi/whatsmeow/proto/waCommon"
|
|
waCompanionReg "go.mau.fi/whatsmeow/proto/waCompanionReg"
|
|
waMmsRetry "go.mau.fi/whatsmeow/proto/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 PeerDataOperationRequestType int32
|
|
|
|
const (
|
|
PeerDataOperationRequestType_UPLOAD_STICKER PeerDataOperationRequestType = 0
|
|
PeerDataOperationRequestType_SEND_RECENT_STICKER_BOOTSTRAP PeerDataOperationRequestType = 1
|
|
PeerDataOperationRequestType_GENERATE_LINK_PREVIEW PeerDataOperationRequestType = 2
|
|
PeerDataOperationRequestType_HISTORY_SYNC_ON_DEMAND PeerDataOperationRequestType = 3
|
|
PeerDataOperationRequestType_PLACEHOLDER_MESSAGE_RESEND PeerDataOperationRequestType = 4
|
|
PeerDataOperationRequestType_WAFFLE_LINKING_NONCE_FETCH PeerDataOperationRequestType = 5
|
|
PeerDataOperationRequestType_FULL_HISTORY_SYNC_ON_DEMAND PeerDataOperationRequestType = 6
|
|
)
|
|
|
|
// Enum value maps for PeerDataOperationRequestType.
|
|
var (
|
|
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",
|
|
5: "WAFFLE_LINKING_NONCE_FETCH",
|
|
6: "FULL_HISTORY_SYNC_ON_DEMAND",
|
|
}
|
|
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,
|
|
"WAFFLE_LINKING_NONCE_FETCH": 5,
|
|
"FULL_HISTORY_SYNC_ON_DEMAND": 6,
|
|
}
|
|
)
|
|
|
|
func (x PeerDataOperationRequestType) Enum() *PeerDataOperationRequestType {
|
|
p := new(PeerDataOperationRequestType)
|
|
*p = x
|
|
return p
|
|
}
|
|
|
|
func (x PeerDataOperationRequestType) String() string {
|
|
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
|
|
}
|
|
|
|
func (PeerDataOperationRequestType) Descriptor() protoreflect.EnumDescriptor {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_enumTypes[0].Descriptor()
|
|
}
|
|
|
|
func (PeerDataOperationRequestType) Type() protoreflect.EnumType {
|
|
return &file_waE2E_WAWebProtobufsE2E_proto_enumTypes[0]
|
|
}
|
|
|
|
func (x PeerDataOperationRequestType) Number() protoreflect.EnumNumber {
|
|
return protoreflect.EnumNumber(x)
|
|
}
|
|
|
|
// Deprecated: Do not use.
|
|
func (x *PeerDataOperationRequestType) UnmarshalJSON(b []byte) error {
|
|
num, err := protoimpl.X.UnmarshalJSONEnum(x.Descriptor(), b)
|
|
if err != nil {
|
|
return err
|
|
}
|
|
*x = PeerDataOperationRequestType(num)
|
|
return nil
|
|
}
|
|
|
|
// Deprecated: Use PeerDataOperationRequestType.Descriptor instead.
|
|
func (PeerDataOperationRequestType) EnumDescriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{0}
|
|
}
|
|
|
|
type SessionSource int32
|
|
|
|
const (
|
|
SessionSource_NULL_STATE SessionSource = 1
|
|
SessionSource_TYPEAHEAD SessionSource = 2
|
|
SessionSource_USER_INPUT SessionSource = 3
|
|
SessionSource_EMU_FLASH SessionSource = 4
|
|
SessionSource_EMU_FLASH_FOLLOWUP SessionSource = 5
|
|
SessionSource_VOICE SessionSource = 6
|
|
)
|
|
|
|
// Enum value maps for SessionSource.
|
|
var (
|
|
SessionSource_name = map[int32]string{
|
|
1: "NULL_STATE",
|
|
2: "TYPEAHEAD",
|
|
3: "USER_INPUT",
|
|
4: "EMU_FLASH",
|
|
5: "EMU_FLASH_FOLLOWUP",
|
|
6: "VOICE",
|
|
}
|
|
SessionSource_value = map[string]int32{
|
|
"NULL_STATE": 1,
|
|
"TYPEAHEAD": 2,
|
|
"USER_INPUT": 3,
|
|
"EMU_FLASH": 4,
|
|
"EMU_FLASH_FOLLOWUP": 5,
|
|
"VOICE": 6,
|
|
}
|
|
)
|
|
|
|
func (x SessionSource) Enum() *SessionSource {
|
|
p := new(SessionSource)
|
|
*p = x
|
|
return p
|
|
}
|
|
|
|
func (x SessionSource) String() string {
|
|
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
|
|
}
|
|
|
|
func (SessionSource) Descriptor() protoreflect.EnumDescriptor {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_enumTypes[1].Descriptor()
|
|
}
|
|
|
|
func (SessionSource) Type() protoreflect.EnumType {
|
|
return &file_waE2E_WAWebProtobufsE2E_proto_enumTypes[1]
|
|
}
|
|
|
|
func (x SessionSource) Number() protoreflect.EnumNumber {
|
|
return protoreflect.EnumNumber(x)
|
|
}
|
|
|
|
// Deprecated: Do not use.
|
|
func (x *SessionSource) UnmarshalJSON(b []byte) error {
|
|
num, err := protoimpl.X.UnmarshalJSONEnum(x.Descriptor(), b)
|
|
if err != nil {
|
|
return err
|
|
}
|
|
*x = SessionSource(num)
|
|
return nil
|
|
}
|
|
|
|
// Deprecated: Use SessionSource.Descriptor instead.
|
|
func (SessionSource) EnumDescriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{1}
|
|
}
|
|
|
|
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_WAWebProtobufsE2E_proto_enumTypes[2].Descriptor()
|
|
}
|
|
|
|
func (KeepType) Type() protoreflect.EnumType {
|
|
return &file_waE2E_WAWebProtobufsE2E_proto_enumTypes[2]
|
|
}
|
|
|
|
func (x KeepType) Number() protoreflect.EnumNumber {
|
|
return protoreflect.EnumNumber(x)
|
|
}
|
|
|
|
// Deprecated: Do not use.
|
|
func (x *KeepType) UnmarshalJSON(b []byte) error {
|
|
num, err := protoimpl.X.UnmarshalJSONEnum(x.Descriptor(), b)
|
|
if err != nil {
|
|
return err
|
|
}
|
|
*x = KeepType(num)
|
|
return nil
|
|
}
|
|
|
|
// Deprecated: Use KeepType.Descriptor instead.
|
|
func (KeepType) EnumDescriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{2}
|
|
}
|
|
|
|
type PlaceholderMessage_PlaceholderType int32
|
|
|
|
const (
|
|
PlaceholderMessage_MASK_LINKED_DEVICES PlaceholderMessage_PlaceholderType = 0
|
|
)
|
|
|
|
// Enum value maps for PlaceholderMessage_PlaceholderType.
|
|
var (
|
|
PlaceholderMessage_PlaceholderType_name = map[int32]string{
|
|
0: "MASK_LINKED_DEVICES",
|
|
}
|
|
PlaceholderMessage_PlaceholderType_value = map[string]int32{
|
|
"MASK_LINKED_DEVICES": 0,
|
|
}
|
|
)
|
|
|
|
func (x PlaceholderMessage_PlaceholderType) Enum() *PlaceholderMessage_PlaceholderType {
|
|
p := new(PlaceholderMessage_PlaceholderType)
|
|
*p = x
|
|
return p
|
|
}
|
|
|
|
func (x PlaceholderMessage_PlaceholderType) String() string {
|
|
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
|
|
}
|
|
|
|
func (PlaceholderMessage_PlaceholderType) Descriptor() protoreflect.EnumDescriptor {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_enumTypes[3].Descriptor()
|
|
}
|
|
|
|
func (PlaceholderMessage_PlaceholderType) Type() protoreflect.EnumType {
|
|
return &file_waE2E_WAWebProtobufsE2E_proto_enumTypes[3]
|
|
}
|
|
|
|
func (x PlaceholderMessage_PlaceholderType) Number() protoreflect.EnumNumber {
|
|
return protoreflect.EnumNumber(x)
|
|
}
|
|
|
|
// Deprecated: Do not use.
|
|
func (x *PlaceholderMessage_PlaceholderType) UnmarshalJSON(b []byte) error {
|
|
num, err := protoimpl.X.UnmarshalJSONEnum(x.Descriptor(), b)
|
|
if err != nil {
|
|
return err
|
|
}
|
|
*x = PlaceholderMessage_PlaceholderType(num)
|
|
return nil
|
|
}
|
|
|
|
// Deprecated: Use PlaceholderMessage_PlaceholderType.Descriptor instead.
|
|
func (PlaceholderMessage_PlaceholderType) EnumDescriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{0, 0}
|
|
}
|
|
|
|
type BCallMessage_MediaType int32
|
|
|
|
const (
|
|
BCallMessage_UNKNOWN BCallMessage_MediaType = 0
|
|
BCallMessage_AUDIO BCallMessage_MediaType = 1
|
|
BCallMessage_VIDEO BCallMessage_MediaType = 2
|
|
)
|
|
|
|
// Enum value maps for BCallMessage_MediaType.
|
|
var (
|
|
BCallMessage_MediaType_name = map[int32]string{
|
|
0: "UNKNOWN",
|
|
1: "AUDIO",
|
|
2: "VIDEO",
|
|
}
|
|
BCallMessage_MediaType_value = map[string]int32{
|
|
"UNKNOWN": 0,
|
|
"AUDIO": 1,
|
|
"VIDEO": 2,
|
|
}
|
|
)
|
|
|
|
func (x BCallMessage_MediaType) Enum() *BCallMessage_MediaType {
|
|
p := new(BCallMessage_MediaType)
|
|
*p = x
|
|
return p
|
|
}
|
|
|
|
func (x BCallMessage_MediaType) String() string {
|
|
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
|
|
}
|
|
|
|
func (BCallMessage_MediaType) Descriptor() protoreflect.EnumDescriptor {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_enumTypes[4].Descriptor()
|
|
}
|
|
|
|
func (BCallMessage_MediaType) Type() protoreflect.EnumType {
|
|
return &file_waE2E_WAWebProtobufsE2E_proto_enumTypes[4]
|
|
}
|
|
|
|
func (x BCallMessage_MediaType) Number() protoreflect.EnumNumber {
|
|
return protoreflect.EnumNumber(x)
|
|
}
|
|
|
|
// Deprecated: Do not use.
|
|
func (x *BCallMessage_MediaType) UnmarshalJSON(b []byte) error {
|
|
num, err := protoimpl.X.UnmarshalJSONEnum(x.Descriptor(), b)
|
|
if err != nil {
|
|
return err
|
|
}
|
|
*x = BCallMessage_MediaType(num)
|
|
return nil
|
|
}
|
|
|
|
// Deprecated: Use BCallMessage_MediaType.Descriptor instead.
|
|
func (BCallMessage_MediaType) EnumDescriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{1, 0}
|
|
}
|
|
|
|
type CallLogMessage_CallOutcome int32
|
|
|
|
const (
|
|
CallLogMessage_CONNECTED CallLogMessage_CallOutcome = 0
|
|
CallLogMessage_MISSED CallLogMessage_CallOutcome = 1
|
|
CallLogMessage_FAILED CallLogMessage_CallOutcome = 2
|
|
CallLogMessage_REJECTED CallLogMessage_CallOutcome = 3
|
|
CallLogMessage_ACCEPTED_ELSEWHERE CallLogMessage_CallOutcome = 4
|
|
CallLogMessage_ONGOING CallLogMessage_CallOutcome = 5
|
|
CallLogMessage_SILENCED_BY_DND CallLogMessage_CallOutcome = 6
|
|
CallLogMessage_SILENCED_UNKNOWN_CALLER CallLogMessage_CallOutcome = 7
|
|
)
|
|
|
|
// Enum value maps for CallLogMessage_CallOutcome.
|
|
var (
|
|
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",
|
|
}
|
|
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 CallLogMessage_CallOutcome) Enum() *CallLogMessage_CallOutcome {
|
|
p := new(CallLogMessage_CallOutcome)
|
|
*p = x
|
|
return p
|
|
}
|
|
|
|
func (x CallLogMessage_CallOutcome) String() string {
|
|
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
|
|
}
|
|
|
|
func (CallLogMessage_CallOutcome) Descriptor() protoreflect.EnumDescriptor {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_enumTypes[5].Descriptor()
|
|
}
|
|
|
|
func (CallLogMessage_CallOutcome) Type() protoreflect.EnumType {
|
|
return &file_waE2E_WAWebProtobufsE2E_proto_enumTypes[5]
|
|
}
|
|
|
|
func (x CallLogMessage_CallOutcome) Number() protoreflect.EnumNumber {
|
|
return protoreflect.EnumNumber(x)
|
|
}
|
|
|
|
// Deprecated: Do not use.
|
|
func (x *CallLogMessage_CallOutcome) UnmarshalJSON(b []byte) error {
|
|
num, err := protoimpl.X.UnmarshalJSONEnum(x.Descriptor(), b)
|
|
if err != nil {
|
|
return err
|
|
}
|
|
*x = CallLogMessage_CallOutcome(num)
|
|
return nil
|
|
}
|
|
|
|
// Deprecated: Use CallLogMessage_CallOutcome.Descriptor instead.
|
|
func (CallLogMessage_CallOutcome) EnumDescriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{2, 0}
|
|
}
|
|
|
|
type CallLogMessage_CallType int32
|
|
|
|
const (
|
|
CallLogMessage_REGULAR CallLogMessage_CallType = 0
|
|
CallLogMessage_SCHEDULED_CALL CallLogMessage_CallType = 1
|
|
CallLogMessage_VOICE_CHAT CallLogMessage_CallType = 2
|
|
)
|
|
|
|
// Enum value maps for CallLogMessage_CallType.
|
|
var (
|
|
CallLogMessage_CallType_name = map[int32]string{
|
|
0: "REGULAR",
|
|
1: "SCHEDULED_CALL",
|
|
2: "VOICE_CHAT",
|
|
}
|
|
CallLogMessage_CallType_value = map[string]int32{
|
|
"REGULAR": 0,
|
|
"SCHEDULED_CALL": 1,
|
|
"VOICE_CHAT": 2,
|
|
}
|
|
)
|
|
|
|
func (x CallLogMessage_CallType) Enum() *CallLogMessage_CallType {
|
|
p := new(CallLogMessage_CallType)
|
|
*p = x
|
|
return p
|
|
}
|
|
|
|
func (x CallLogMessage_CallType) String() string {
|
|
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
|
|
}
|
|
|
|
func (CallLogMessage_CallType) Descriptor() protoreflect.EnumDescriptor {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_enumTypes[6].Descriptor()
|
|
}
|
|
|
|
func (CallLogMessage_CallType) Type() protoreflect.EnumType {
|
|
return &file_waE2E_WAWebProtobufsE2E_proto_enumTypes[6]
|
|
}
|
|
|
|
func (x CallLogMessage_CallType) Number() protoreflect.EnumNumber {
|
|
return protoreflect.EnumNumber(x)
|
|
}
|
|
|
|
// Deprecated: Do not use.
|
|
func (x *CallLogMessage_CallType) UnmarshalJSON(b []byte) error {
|
|
num, err := protoimpl.X.UnmarshalJSONEnum(x.Descriptor(), b)
|
|
if err != nil {
|
|
return err
|
|
}
|
|
*x = CallLogMessage_CallType(num)
|
|
return nil
|
|
}
|
|
|
|
// Deprecated: Use CallLogMessage_CallType.Descriptor instead.
|
|
func (CallLogMessage_CallType) EnumDescriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{2, 1}
|
|
}
|
|
|
|
type ScheduledCallEditMessage_EditType int32
|
|
|
|
const (
|
|
ScheduledCallEditMessage_UNKNOWN ScheduledCallEditMessage_EditType = 0
|
|
ScheduledCallEditMessage_CANCEL ScheduledCallEditMessage_EditType = 1
|
|
)
|
|
|
|
// Enum value maps for ScheduledCallEditMessage_EditType.
|
|
var (
|
|
ScheduledCallEditMessage_EditType_name = map[int32]string{
|
|
0: "UNKNOWN",
|
|
1: "CANCEL",
|
|
}
|
|
ScheduledCallEditMessage_EditType_value = map[string]int32{
|
|
"UNKNOWN": 0,
|
|
"CANCEL": 1,
|
|
}
|
|
)
|
|
|
|
func (x ScheduledCallEditMessage_EditType) Enum() *ScheduledCallEditMessage_EditType {
|
|
p := new(ScheduledCallEditMessage_EditType)
|
|
*p = x
|
|
return p
|
|
}
|
|
|
|
func (x ScheduledCallEditMessage_EditType) String() string {
|
|
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
|
|
}
|
|
|
|
func (ScheduledCallEditMessage_EditType) Descriptor() protoreflect.EnumDescriptor {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_enumTypes[7].Descriptor()
|
|
}
|
|
|
|
func (ScheduledCallEditMessage_EditType) Type() protoreflect.EnumType {
|
|
return &file_waE2E_WAWebProtobufsE2E_proto_enumTypes[7]
|
|
}
|
|
|
|
func (x ScheduledCallEditMessage_EditType) Number() protoreflect.EnumNumber {
|
|
return protoreflect.EnumNumber(x)
|
|
}
|
|
|
|
// Deprecated: Do not use.
|
|
func (x *ScheduledCallEditMessage_EditType) UnmarshalJSON(b []byte) error {
|
|
num, err := protoimpl.X.UnmarshalJSONEnum(x.Descriptor(), b)
|
|
if err != nil {
|
|
return err
|
|
}
|
|
*x = ScheduledCallEditMessage_EditType(num)
|
|
return nil
|
|
}
|
|
|
|
// Deprecated: Use ScheduledCallEditMessage_EditType.Descriptor instead.
|
|
func (ScheduledCallEditMessage_EditType) EnumDescriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{3, 0}
|
|
}
|
|
|
|
type ScheduledCallCreationMessage_CallType int32
|
|
|
|
const (
|
|
ScheduledCallCreationMessage_UNKNOWN ScheduledCallCreationMessage_CallType = 0
|
|
ScheduledCallCreationMessage_VOICE ScheduledCallCreationMessage_CallType = 1
|
|
ScheduledCallCreationMessage_VIDEO ScheduledCallCreationMessage_CallType = 2
|
|
)
|
|
|
|
// Enum value maps for ScheduledCallCreationMessage_CallType.
|
|
var (
|
|
ScheduledCallCreationMessage_CallType_name = map[int32]string{
|
|
0: "UNKNOWN",
|
|
1: "VOICE",
|
|
2: "VIDEO",
|
|
}
|
|
ScheduledCallCreationMessage_CallType_value = map[string]int32{
|
|
"UNKNOWN": 0,
|
|
"VOICE": 1,
|
|
"VIDEO": 2,
|
|
}
|
|
)
|
|
|
|
func (x ScheduledCallCreationMessage_CallType) Enum() *ScheduledCallCreationMessage_CallType {
|
|
p := new(ScheduledCallCreationMessage_CallType)
|
|
*p = x
|
|
return p
|
|
}
|
|
|
|
func (x ScheduledCallCreationMessage_CallType) String() string {
|
|
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
|
|
}
|
|
|
|
func (ScheduledCallCreationMessage_CallType) Descriptor() protoreflect.EnumDescriptor {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_enumTypes[8].Descriptor()
|
|
}
|
|
|
|
func (ScheduledCallCreationMessage_CallType) Type() protoreflect.EnumType {
|
|
return &file_waE2E_WAWebProtobufsE2E_proto_enumTypes[8]
|
|
}
|
|
|
|
func (x ScheduledCallCreationMessage_CallType) Number() protoreflect.EnumNumber {
|
|
return protoreflect.EnumNumber(x)
|
|
}
|
|
|
|
// Deprecated: Do not use.
|
|
func (x *ScheduledCallCreationMessage_CallType) UnmarshalJSON(b []byte) error {
|
|
num, err := protoimpl.X.UnmarshalJSONEnum(x.Descriptor(), b)
|
|
if err != nil {
|
|
return err
|
|
}
|
|
*x = ScheduledCallCreationMessage_CallType(num)
|
|
return nil
|
|
}
|
|
|
|
// Deprecated: Use ScheduledCallCreationMessage_CallType.Descriptor instead.
|
|
func (ScheduledCallCreationMessage_CallType) EnumDescriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{4, 0}
|
|
}
|
|
|
|
type EventResponseMessage_EventResponseType int32
|
|
|
|
const (
|
|
EventResponseMessage_UNKNOWN EventResponseMessage_EventResponseType = 0
|
|
EventResponseMessage_GOING EventResponseMessage_EventResponseType = 1
|
|
EventResponseMessage_NOT_GOING EventResponseMessage_EventResponseType = 2
|
|
EventResponseMessage_MAYBE EventResponseMessage_EventResponseType = 3
|
|
)
|
|
|
|
// Enum value maps for EventResponseMessage_EventResponseType.
|
|
var (
|
|
EventResponseMessage_EventResponseType_name = map[int32]string{
|
|
0: "UNKNOWN",
|
|
1: "GOING",
|
|
2: "NOT_GOING",
|
|
3: "MAYBE",
|
|
}
|
|
EventResponseMessage_EventResponseType_value = map[string]int32{
|
|
"UNKNOWN": 0,
|
|
"GOING": 1,
|
|
"NOT_GOING": 2,
|
|
"MAYBE": 3,
|
|
}
|
|
)
|
|
|
|
func (x EventResponseMessage_EventResponseType) Enum() *EventResponseMessage_EventResponseType {
|
|
p := new(EventResponseMessage_EventResponseType)
|
|
*p = x
|
|
return p
|
|
}
|
|
|
|
func (x EventResponseMessage_EventResponseType) String() string {
|
|
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
|
|
}
|
|
|
|
func (EventResponseMessage_EventResponseType) Descriptor() protoreflect.EnumDescriptor {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_enumTypes[9].Descriptor()
|
|
}
|
|
|
|
func (EventResponseMessage_EventResponseType) Type() protoreflect.EnumType {
|
|
return &file_waE2E_WAWebProtobufsE2E_proto_enumTypes[9]
|
|
}
|
|
|
|
func (x EventResponseMessage_EventResponseType) Number() protoreflect.EnumNumber {
|
|
return protoreflect.EnumNumber(x)
|
|
}
|
|
|
|
// Deprecated: Do not use.
|
|
func (x *EventResponseMessage_EventResponseType) UnmarshalJSON(b []byte) error {
|
|
num, err := protoimpl.X.UnmarshalJSONEnum(x.Descriptor(), b)
|
|
if err != nil {
|
|
return err
|
|
}
|
|
*x = EventResponseMessage_EventResponseType(num)
|
|
return nil
|
|
}
|
|
|
|
// Deprecated: Use EventResponseMessage_EventResponseType.Descriptor instead.
|
|
func (EventResponseMessage_EventResponseType) EnumDescriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{5, 0}
|
|
}
|
|
|
|
type PinInChatMessage_Type int32
|
|
|
|
const (
|
|
PinInChatMessage_UNKNOWN_TYPE PinInChatMessage_Type = 0
|
|
PinInChatMessage_PIN_FOR_ALL PinInChatMessage_Type = 1
|
|
PinInChatMessage_UNPIN_FOR_ALL PinInChatMessage_Type = 2
|
|
)
|
|
|
|
// Enum value maps for PinInChatMessage_Type.
|
|
var (
|
|
PinInChatMessage_Type_name = map[int32]string{
|
|
0: "UNKNOWN_TYPE",
|
|
1: "PIN_FOR_ALL",
|
|
2: "UNPIN_FOR_ALL",
|
|
}
|
|
PinInChatMessage_Type_value = map[string]int32{
|
|
"UNKNOWN_TYPE": 0,
|
|
"PIN_FOR_ALL": 1,
|
|
"UNPIN_FOR_ALL": 2,
|
|
}
|
|
)
|
|
|
|
func (x PinInChatMessage_Type) Enum() *PinInChatMessage_Type {
|
|
p := new(PinInChatMessage_Type)
|
|
*p = x
|
|
return p
|
|
}
|
|
|
|
func (x PinInChatMessage_Type) String() string {
|
|
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
|
|
}
|
|
|
|
func (PinInChatMessage_Type) Descriptor() protoreflect.EnumDescriptor {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_enumTypes[10].Descriptor()
|
|
}
|
|
|
|
func (PinInChatMessage_Type) Type() protoreflect.EnumType {
|
|
return &file_waE2E_WAWebProtobufsE2E_proto_enumTypes[10]
|
|
}
|
|
|
|
func (x PinInChatMessage_Type) Number() protoreflect.EnumNumber {
|
|
return protoreflect.EnumNumber(x)
|
|
}
|
|
|
|
// Deprecated: Do not use.
|
|
func (x *PinInChatMessage_Type) UnmarshalJSON(b []byte) error {
|
|
num, err := protoimpl.X.UnmarshalJSONEnum(x.Descriptor(), b)
|
|
if err != nil {
|
|
return err
|
|
}
|
|
*x = PinInChatMessage_Type(num)
|
|
return nil
|
|
}
|
|
|
|
// Deprecated: Use PinInChatMessage_Type.Descriptor instead.
|
|
func (PinInChatMessage_Type) EnumDescriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{6, 0}
|
|
}
|
|
|
|
type ButtonsResponseMessage_Type int32
|
|
|
|
const (
|
|
ButtonsResponseMessage_UNKNOWN ButtonsResponseMessage_Type = 0
|
|
ButtonsResponseMessage_DISPLAY_TEXT ButtonsResponseMessage_Type = 1
|
|
)
|
|
|
|
// Enum value maps for ButtonsResponseMessage_Type.
|
|
var (
|
|
ButtonsResponseMessage_Type_name = map[int32]string{
|
|
0: "UNKNOWN",
|
|
1: "DISPLAY_TEXT",
|
|
}
|
|
ButtonsResponseMessage_Type_value = map[string]int32{
|
|
"UNKNOWN": 0,
|
|
"DISPLAY_TEXT": 1,
|
|
}
|
|
)
|
|
|
|
func (x ButtonsResponseMessage_Type) Enum() *ButtonsResponseMessage_Type {
|
|
p := new(ButtonsResponseMessage_Type)
|
|
*p = x
|
|
return p
|
|
}
|
|
|
|
func (x ButtonsResponseMessage_Type) String() string {
|
|
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
|
|
}
|
|
|
|
func (ButtonsResponseMessage_Type) Descriptor() protoreflect.EnumDescriptor {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_enumTypes[11].Descriptor()
|
|
}
|
|
|
|
func (ButtonsResponseMessage_Type) Type() protoreflect.EnumType {
|
|
return &file_waE2E_WAWebProtobufsE2E_proto_enumTypes[11]
|
|
}
|
|
|
|
func (x ButtonsResponseMessage_Type) Number() protoreflect.EnumNumber {
|
|
return protoreflect.EnumNumber(x)
|
|
}
|
|
|
|
// Deprecated: Do not use.
|
|
func (x *ButtonsResponseMessage_Type) UnmarshalJSON(b []byte) error {
|
|
num, err := protoimpl.X.UnmarshalJSONEnum(x.Descriptor(), b)
|
|
if err != nil {
|
|
return err
|
|
}
|
|
*x = ButtonsResponseMessage_Type(num)
|
|
return nil
|
|
}
|
|
|
|
// Deprecated: Use ButtonsResponseMessage_Type.Descriptor instead.
|
|
func (ButtonsResponseMessage_Type) EnumDescriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{7, 0}
|
|
}
|
|
|
|
type ButtonsMessage_HeaderType int32
|
|
|
|
const (
|
|
ButtonsMessage_UNKNOWN ButtonsMessage_HeaderType = 0
|
|
ButtonsMessage_EMPTY ButtonsMessage_HeaderType = 1
|
|
ButtonsMessage_TEXT ButtonsMessage_HeaderType = 2
|
|
ButtonsMessage_DOCUMENT ButtonsMessage_HeaderType = 3
|
|
ButtonsMessage_IMAGE ButtonsMessage_HeaderType = 4
|
|
ButtonsMessage_VIDEO ButtonsMessage_HeaderType = 5
|
|
ButtonsMessage_LOCATION ButtonsMessage_HeaderType = 6
|
|
)
|
|
|
|
// Enum value maps for ButtonsMessage_HeaderType.
|
|
var (
|
|
ButtonsMessage_HeaderType_name = map[int32]string{
|
|
0: "UNKNOWN",
|
|
1: "EMPTY",
|
|
2: "TEXT",
|
|
3: "DOCUMENT",
|
|
4: "IMAGE",
|
|
5: "VIDEO",
|
|
6: "LOCATION",
|
|
}
|
|
ButtonsMessage_HeaderType_value = map[string]int32{
|
|
"UNKNOWN": 0,
|
|
"EMPTY": 1,
|
|
"TEXT": 2,
|
|
"DOCUMENT": 3,
|
|
"IMAGE": 4,
|
|
"VIDEO": 5,
|
|
"LOCATION": 6,
|
|
}
|
|
)
|
|
|
|
func (x ButtonsMessage_HeaderType) Enum() *ButtonsMessage_HeaderType {
|
|
p := new(ButtonsMessage_HeaderType)
|
|
*p = x
|
|
return p
|
|
}
|
|
|
|
func (x ButtonsMessage_HeaderType) String() string {
|
|
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
|
|
}
|
|
|
|
func (ButtonsMessage_HeaderType) Descriptor() protoreflect.EnumDescriptor {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_enumTypes[12].Descriptor()
|
|
}
|
|
|
|
func (ButtonsMessage_HeaderType) Type() protoreflect.EnumType {
|
|
return &file_waE2E_WAWebProtobufsE2E_proto_enumTypes[12]
|
|
}
|
|
|
|
func (x ButtonsMessage_HeaderType) Number() protoreflect.EnumNumber {
|
|
return protoreflect.EnumNumber(x)
|
|
}
|
|
|
|
// Deprecated: Do not use.
|
|
func (x *ButtonsMessage_HeaderType) UnmarshalJSON(b []byte) error {
|
|
num, err := protoimpl.X.UnmarshalJSONEnum(x.Descriptor(), b)
|
|
if err != nil {
|
|
return err
|
|
}
|
|
*x = ButtonsMessage_HeaderType(num)
|
|
return nil
|
|
}
|
|
|
|
// Deprecated: Use ButtonsMessage_HeaderType.Descriptor instead.
|
|
func (ButtonsMessage_HeaderType) EnumDescriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{8, 0}
|
|
}
|
|
|
|
type ButtonsMessage_Button_Type int32
|
|
|
|
const (
|
|
ButtonsMessage_Button_UNKNOWN ButtonsMessage_Button_Type = 0
|
|
ButtonsMessage_Button_RESPONSE ButtonsMessage_Button_Type = 1
|
|
ButtonsMessage_Button_NATIVE_FLOW ButtonsMessage_Button_Type = 2
|
|
)
|
|
|
|
// Enum value maps for ButtonsMessage_Button_Type.
|
|
var (
|
|
ButtonsMessage_Button_Type_name = map[int32]string{
|
|
0: "UNKNOWN",
|
|
1: "RESPONSE",
|
|
2: "NATIVE_FLOW",
|
|
}
|
|
ButtonsMessage_Button_Type_value = map[string]int32{
|
|
"UNKNOWN": 0,
|
|
"RESPONSE": 1,
|
|
"NATIVE_FLOW": 2,
|
|
}
|
|
)
|
|
|
|
func (x ButtonsMessage_Button_Type) Enum() *ButtonsMessage_Button_Type {
|
|
p := new(ButtonsMessage_Button_Type)
|
|
*p = x
|
|
return p
|
|
}
|
|
|
|
func (x ButtonsMessage_Button_Type) String() string {
|
|
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
|
|
}
|
|
|
|
func (ButtonsMessage_Button_Type) Descriptor() protoreflect.EnumDescriptor {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_enumTypes[13].Descriptor()
|
|
}
|
|
|
|
func (ButtonsMessage_Button_Type) Type() protoreflect.EnumType {
|
|
return &file_waE2E_WAWebProtobufsE2E_proto_enumTypes[13]
|
|
}
|
|
|
|
func (x ButtonsMessage_Button_Type) Number() protoreflect.EnumNumber {
|
|
return protoreflect.EnumNumber(x)
|
|
}
|
|
|
|
// Deprecated: Do not use.
|
|
func (x *ButtonsMessage_Button_Type) UnmarshalJSON(b []byte) error {
|
|
num, err := protoimpl.X.UnmarshalJSONEnum(x.Descriptor(), b)
|
|
if err != nil {
|
|
return err
|
|
}
|
|
*x = ButtonsMessage_Button_Type(num)
|
|
return nil
|
|
}
|
|
|
|
// Deprecated: Use ButtonsMessage_Button_Type.Descriptor instead.
|
|
func (ButtonsMessage_Button_Type) EnumDescriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{8, 0, 0}
|
|
}
|
|
|
|
type SecretEncryptedMessage_SecretEncType int32
|
|
|
|
const (
|
|
SecretEncryptedMessage_UNKNOWN SecretEncryptedMessage_SecretEncType = 0
|
|
SecretEncryptedMessage_EVENT_EDIT SecretEncryptedMessage_SecretEncType = 1
|
|
)
|
|
|
|
// Enum value maps for SecretEncryptedMessage_SecretEncType.
|
|
var (
|
|
SecretEncryptedMessage_SecretEncType_name = map[int32]string{
|
|
0: "UNKNOWN",
|
|
1: "EVENT_EDIT",
|
|
}
|
|
SecretEncryptedMessage_SecretEncType_value = map[string]int32{
|
|
"UNKNOWN": 0,
|
|
"EVENT_EDIT": 1,
|
|
}
|
|
)
|
|
|
|
func (x SecretEncryptedMessage_SecretEncType) Enum() *SecretEncryptedMessage_SecretEncType {
|
|
p := new(SecretEncryptedMessage_SecretEncType)
|
|
*p = x
|
|
return p
|
|
}
|
|
|
|
func (x SecretEncryptedMessage_SecretEncType) String() string {
|
|
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
|
|
}
|
|
|
|
func (SecretEncryptedMessage_SecretEncType) Descriptor() protoreflect.EnumDescriptor {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_enumTypes[14].Descriptor()
|
|
}
|
|
|
|
func (SecretEncryptedMessage_SecretEncType) Type() protoreflect.EnumType {
|
|
return &file_waE2E_WAWebProtobufsE2E_proto_enumTypes[14]
|
|
}
|
|
|
|
func (x SecretEncryptedMessage_SecretEncType) Number() protoreflect.EnumNumber {
|
|
return protoreflect.EnumNumber(x)
|
|
}
|
|
|
|
// Deprecated: Do not use.
|
|
func (x *SecretEncryptedMessage_SecretEncType) UnmarshalJSON(b []byte) error {
|
|
num, err := protoimpl.X.UnmarshalJSONEnum(x.Descriptor(), b)
|
|
if err != nil {
|
|
return err
|
|
}
|
|
*x = SecretEncryptedMessage_SecretEncType(num)
|
|
return nil
|
|
}
|
|
|
|
// Deprecated: Use SecretEncryptedMessage_SecretEncType.Descriptor instead.
|
|
func (SecretEncryptedMessage_SecretEncType) EnumDescriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{9, 0}
|
|
}
|
|
|
|
type GroupInviteMessage_GroupType int32
|
|
|
|
const (
|
|
GroupInviteMessage_DEFAULT GroupInviteMessage_GroupType = 0
|
|
GroupInviteMessage_PARENT GroupInviteMessage_GroupType = 1
|
|
)
|
|
|
|
// Enum value maps for GroupInviteMessage_GroupType.
|
|
var (
|
|
GroupInviteMessage_GroupType_name = map[int32]string{
|
|
0: "DEFAULT",
|
|
1: "PARENT",
|
|
}
|
|
GroupInviteMessage_GroupType_value = map[string]int32{
|
|
"DEFAULT": 0,
|
|
"PARENT": 1,
|
|
}
|
|
)
|
|
|
|
func (x GroupInviteMessage_GroupType) Enum() *GroupInviteMessage_GroupType {
|
|
p := new(GroupInviteMessage_GroupType)
|
|
*p = x
|
|
return p
|
|
}
|
|
|
|
func (x GroupInviteMessage_GroupType) String() string {
|
|
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
|
|
}
|
|
|
|
func (GroupInviteMessage_GroupType) Descriptor() protoreflect.EnumDescriptor {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_enumTypes[15].Descriptor()
|
|
}
|
|
|
|
func (GroupInviteMessage_GroupType) Type() protoreflect.EnumType {
|
|
return &file_waE2E_WAWebProtobufsE2E_proto_enumTypes[15]
|
|
}
|
|
|
|
func (x GroupInviteMessage_GroupType) Number() protoreflect.EnumNumber {
|
|
return protoreflect.EnumNumber(x)
|
|
}
|
|
|
|
// Deprecated: Do not use.
|
|
func (x *GroupInviteMessage_GroupType) UnmarshalJSON(b []byte) error {
|
|
num, err := protoimpl.X.UnmarshalJSONEnum(x.Descriptor(), b)
|
|
if err != nil {
|
|
return err
|
|
}
|
|
*x = GroupInviteMessage_GroupType(num)
|
|
return nil
|
|
}
|
|
|
|
// Deprecated: Use GroupInviteMessage_GroupType.Descriptor instead.
|
|
func (GroupInviteMessage_GroupType) EnumDescriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{10, 0}
|
|
}
|
|
|
|
type InteractiveResponseMessage_Body_Format int32
|
|
|
|
const (
|
|
InteractiveResponseMessage_Body_DEFAULT InteractiveResponseMessage_Body_Format = 0
|
|
InteractiveResponseMessage_Body_EXTENSIONS_1 InteractiveResponseMessage_Body_Format = 1
|
|
)
|
|
|
|
// Enum value maps for InteractiveResponseMessage_Body_Format.
|
|
var (
|
|
InteractiveResponseMessage_Body_Format_name = map[int32]string{
|
|
0: "DEFAULT",
|
|
1: "EXTENSIONS_1",
|
|
}
|
|
InteractiveResponseMessage_Body_Format_value = map[string]int32{
|
|
"DEFAULT": 0,
|
|
"EXTENSIONS_1": 1,
|
|
}
|
|
)
|
|
|
|
func (x InteractiveResponseMessage_Body_Format) Enum() *InteractiveResponseMessage_Body_Format {
|
|
p := new(InteractiveResponseMessage_Body_Format)
|
|
*p = x
|
|
return p
|
|
}
|
|
|
|
func (x InteractiveResponseMessage_Body_Format) String() string {
|
|
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
|
|
}
|
|
|
|
func (InteractiveResponseMessage_Body_Format) Descriptor() protoreflect.EnumDescriptor {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_enumTypes[16].Descriptor()
|
|
}
|
|
|
|
func (InteractiveResponseMessage_Body_Format) Type() protoreflect.EnumType {
|
|
return &file_waE2E_WAWebProtobufsE2E_proto_enumTypes[16]
|
|
}
|
|
|
|
func (x InteractiveResponseMessage_Body_Format) Number() protoreflect.EnumNumber {
|
|
return protoreflect.EnumNumber(x)
|
|
}
|
|
|
|
// Deprecated: Do not use.
|
|
func (x *InteractiveResponseMessage_Body_Format) UnmarshalJSON(b []byte) error {
|
|
num, err := protoimpl.X.UnmarshalJSONEnum(x.Descriptor(), b)
|
|
if err != nil {
|
|
return err
|
|
}
|
|
*x = InteractiveResponseMessage_Body_Format(num)
|
|
return nil
|
|
}
|
|
|
|
// Deprecated: Use InteractiveResponseMessage_Body_Format.Descriptor instead.
|
|
func (InteractiveResponseMessage_Body_Format) EnumDescriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{11, 0, 0}
|
|
}
|
|
|
|
type InteractiveMessage_ShopMessage_Surface int32
|
|
|
|
const (
|
|
InteractiveMessage_ShopMessage_UNKNOWN_SURFACE InteractiveMessage_ShopMessage_Surface = 0
|
|
InteractiveMessage_ShopMessage_FB InteractiveMessage_ShopMessage_Surface = 1
|
|
InteractiveMessage_ShopMessage_IG InteractiveMessage_ShopMessage_Surface = 2
|
|
InteractiveMessage_ShopMessage_WA InteractiveMessage_ShopMessage_Surface = 3
|
|
)
|
|
|
|
// Enum value maps for InteractiveMessage_ShopMessage_Surface.
|
|
var (
|
|
InteractiveMessage_ShopMessage_Surface_name = map[int32]string{
|
|
0: "UNKNOWN_SURFACE",
|
|
1: "FB",
|
|
2: "IG",
|
|
3: "WA",
|
|
}
|
|
InteractiveMessage_ShopMessage_Surface_value = map[string]int32{
|
|
"UNKNOWN_SURFACE": 0,
|
|
"FB": 1,
|
|
"IG": 2,
|
|
"WA": 3,
|
|
}
|
|
)
|
|
|
|
func (x InteractiveMessage_ShopMessage_Surface) Enum() *InteractiveMessage_ShopMessage_Surface {
|
|
p := new(InteractiveMessage_ShopMessage_Surface)
|
|
*p = x
|
|
return p
|
|
}
|
|
|
|
func (x InteractiveMessage_ShopMessage_Surface) String() string {
|
|
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
|
|
}
|
|
|
|
func (InteractiveMessage_ShopMessage_Surface) Descriptor() protoreflect.EnumDescriptor {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_enumTypes[17].Descriptor()
|
|
}
|
|
|
|
func (InteractiveMessage_ShopMessage_Surface) Type() protoreflect.EnumType {
|
|
return &file_waE2E_WAWebProtobufsE2E_proto_enumTypes[17]
|
|
}
|
|
|
|
func (x InteractiveMessage_ShopMessage_Surface) Number() protoreflect.EnumNumber {
|
|
return protoreflect.EnumNumber(x)
|
|
}
|
|
|
|
// Deprecated: Do not use.
|
|
func (x *InteractiveMessage_ShopMessage_Surface) UnmarshalJSON(b []byte) error {
|
|
num, err := protoimpl.X.UnmarshalJSONEnum(x.Descriptor(), b)
|
|
if err != nil {
|
|
return err
|
|
}
|
|
*x = InteractiveMessage_ShopMessage_Surface(num)
|
|
return nil
|
|
}
|
|
|
|
// Deprecated: Use InteractiveMessage_ShopMessage_Surface.Descriptor instead.
|
|
func (InteractiveMessage_ShopMessage_Surface) EnumDescriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{12, 0, 0}
|
|
}
|
|
|
|
type ListResponseMessage_ListType int32
|
|
|
|
const (
|
|
ListResponseMessage_UNKNOWN ListResponseMessage_ListType = 0
|
|
ListResponseMessage_SINGLE_SELECT ListResponseMessage_ListType = 1
|
|
)
|
|
|
|
// Enum value maps for ListResponseMessage_ListType.
|
|
var (
|
|
ListResponseMessage_ListType_name = map[int32]string{
|
|
0: "UNKNOWN",
|
|
1: "SINGLE_SELECT",
|
|
}
|
|
ListResponseMessage_ListType_value = map[string]int32{
|
|
"UNKNOWN": 0,
|
|
"SINGLE_SELECT": 1,
|
|
}
|
|
)
|
|
|
|
func (x ListResponseMessage_ListType) Enum() *ListResponseMessage_ListType {
|
|
p := new(ListResponseMessage_ListType)
|
|
*p = x
|
|
return p
|
|
}
|
|
|
|
func (x ListResponseMessage_ListType) String() string {
|
|
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
|
|
}
|
|
|
|
func (ListResponseMessage_ListType) Descriptor() protoreflect.EnumDescriptor {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_enumTypes[18].Descriptor()
|
|
}
|
|
|
|
func (ListResponseMessage_ListType) Type() protoreflect.EnumType {
|
|
return &file_waE2E_WAWebProtobufsE2E_proto_enumTypes[18]
|
|
}
|
|
|
|
func (x ListResponseMessage_ListType) Number() protoreflect.EnumNumber {
|
|
return protoreflect.EnumNumber(x)
|
|
}
|
|
|
|
// Deprecated: Do not use.
|
|
func (x *ListResponseMessage_ListType) UnmarshalJSON(b []byte) error {
|
|
num, err := protoimpl.X.UnmarshalJSONEnum(x.Descriptor(), b)
|
|
if err != nil {
|
|
return err
|
|
}
|
|
*x = ListResponseMessage_ListType(num)
|
|
return nil
|
|
}
|
|
|
|
// Deprecated: Use ListResponseMessage_ListType.Descriptor instead.
|
|
func (ListResponseMessage_ListType) EnumDescriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{13, 0}
|
|
}
|
|
|
|
type ListMessage_ListType int32
|
|
|
|
const (
|
|
ListMessage_UNKNOWN ListMessage_ListType = 0
|
|
ListMessage_SINGLE_SELECT ListMessage_ListType = 1
|
|
ListMessage_PRODUCT_LIST ListMessage_ListType = 2
|
|
)
|
|
|
|
// Enum value maps for ListMessage_ListType.
|
|
var (
|
|
ListMessage_ListType_name = map[int32]string{
|
|
0: "UNKNOWN",
|
|
1: "SINGLE_SELECT",
|
|
2: "PRODUCT_LIST",
|
|
}
|
|
ListMessage_ListType_value = map[string]int32{
|
|
"UNKNOWN": 0,
|
|
"SINGLE_SELECT": 1,
|
|
"PRODUCT_LIST": 2,
|
|
}
|
|
)
|
|
|
|
func (x ListMessage_ListType) Enum() *ListMessage_ListType {
|
|
p := new(ListMessage_ListType)
|
|
*p = x
|
|
return p
|
|
}
|
|
|
|
func (x ListMessage_ListType) String() string {
|
|
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
|
|
}
|
|
|
|
func (ListMessage_ListType) Descriptor() protoreflect.EnumDescriptor {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_enumTypes[19].Descriptor()
|
|
}
|
|
|
|
func (ListMessage_ListType) Type() protoreflect.EnumType {
|
|
return &file_waE2E_WAWebProtobufsE2E_proto_enumTypes[19]
|
|
}
|
|
|
|
func (x ListMessage_ListType) Number() protoreflect.EnumNumber {
|
|
return protoreflect.EnumNumber(x)
|
|
}
|
|
|
|
// Deprecated: Do not use.
|
|
func (x *ListMessage_ListType) UnmarshalJSON(b []byte) error {
|
|
num, err := protoimpl.X.UnmarshalJSONEnum(x.Descriptor(), b)
|
|
if err != nil {
|
|
return err
|
|
}
|
|
*x = ListMessage_ListType(num)
|
|
return nil
|
|
}
|
|
|
|
// Deprecated: Use ListMessage_ListType.Descriptor instead.
|
|
func (ListMessage_ListType) EnumDescriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{14, 0}
|
|
}
|
|
|
|
type OrderMessage_OrderSurface int32
|
|
|
|
const (
|
|
OrderMessage_CATALOG OrderMessage_OrderSurface = 1
|
|
)
|
|
|
|
// Enum value maps for OrderMessage_OrderSurface.
|
|
var (
|
|
OrderMessage_OrderSurface_name = map[int32]string{
|
|
1: "CATALOG",
|
|
}
|
|
OrderMessage_OrderSurface_value = map[string]int32{
|
|
"CATALOG": 1,
|
|
}
|
|
)
|
|
|
|
func (x OrderMessage_OrderSurface) Enum() *OrderMessage_OrderSurface {
|
|
p := new(OrderMessage_OrderSurface)
|
|
*p = x
|
|
return p
|
|
}
|
|
|
|
func (x OrderMessage_OrderSurface) String() string {
|
|
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
|
|
}
|
|
|
|
func (OrderMessage_OrderSurface) Descriptor() protoreflect.EnumDescriptor {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_enumTypes[20].Descriptor()
|
|
}
|
|
|
|
func (OrderMessage_OrderSurface) Type() protoreflect.EnumType {
|
|
return &file_waE2E_WAWebProtobufsE2E_proto_enumTypes[20]
|
|
}
|
|
|
|
func (x OrderMessage_OrderSurface) Number() protoreflect.EnumNumber {
|
|
return protoreflect.EnumNumber(x)
|
|
}
|
|
|
|
// Deprecated: Do not use.
|
|
func (x *OrderMessage_OrderSurface) UnmarshalJSON(b []byte) error {
|
|
num, err := protoimpl.X.UnmarshalJSONEnum(x.Descriptor(), b)
|
|
if err != nil {
|
|
return err
|
|
}
|
|
*x = OrderMessage_OrderSurface(num)
|
|
return nil
|
|
}
|
|
|
|
// Deprecated: Use OrderMessage_OrderSurface.Descriptor instead.
|
|
func (OrderMessage_OrderSurface) EnumDescriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{15, 0}
|
|
}
|
|
|
|
type OrderMessage_OrderStatus int32
|
|
|
|
const (
|
|
OrderMessage_INQUIRY OrderMessage_OrderStatus = 1
|
|
OrderMessage_ACCEPTED OrderMessage_OrderStatus = 2
|
|
OrderMessage_DECLINED OrderMessage_OrderStatus = 3
|
|
)
|
|
|
|
// Enum value maps for OrderMessage_OrderStatus.
|
|
var (
|
|
OrderMessage_OrderStatus_name = map[int32]string{
|
|
1: "INQUIRY",
|
|
2: "ACCEPTED",
|
|
3: "DECLINED",
|
|
}
|
|
OrderMessage_OrderStatus_value = map[string]int32{
|
|
"INQUIRY": 1,
|
|
"ACCEPTED": 2,
|
|
"DECLINED": 3,
|
|
}
|
|
)
|
|
|
|
func (x OrderMessage_OrderStatus) Enum() *OrderMessage_OrderStatus {
|
|
p := new(OrderMessage_OrderStatus)
|
|
*p = x
|
|
return p
|
|
}
|
|
|
|
func (x OrderMessage_OrderStatus) String() string {
|
|
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
|
|
}
|
|
|
|
func (OrderMessage_OrderStatus) Descriptor() protoreflect.EnumDescriptor {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_enumTypes[21].Descriptor()
|
|
}
|
|
|
|
func (OrderMessage_OrderStatus) Type() protoreflect.EnumType {
|
|
return &file_waE2E_WAWebProtobufsE2E_proto_enumTypes[21]
|
|
}
|
|
|
|
func (x OrderMessage_OrderStatus) Number() protoreflect.EnumNumber {
|
|
return protoreflect.EnumNumber(x)
|
|
}
|
|
|
|
// Deprecated: Do not use.
|
|
func (x *OrderMessage_OrderStatus) UnmarshalJSON(b []byte) error {
|
|
num, err := protoimpl.X.UnmarshalJSONEnum(x.Descriptor(), b)
|
|
if err != nil {
|
|
return err
|
|
}
|
|
*x = OrderMessage_OrderStatus(num)
|
|
return nil
|
|
}
|
|
|
|
// Deprecated: Use OrderMessage_OrderStatus.Descriptor instead.
|
|
func (OrderMessage_OrderStatus) EnumDescriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{15, 1}
|
|
}
|
|
|
|
type PaymentInviteMessage_ServiceType int32
|
|
|
|
const (
|
|
PaymentInviteMessage_UNKNOWN PaymentInviteMessage_ServiceType = 0
|
|
PaymentInviteMessage_FBPAY PaymentInviteMessage_ServiceType = 1
|
|
PaymentInviteMessage_NOVI PaymentInviteMessage_ServiceType = 2
|
|
PaymentInviteMessage_UPI PaymentInviteMessage_ServiceType = 3
|
|
)
|
|
|
|
// Enum value maps for PaymentInviteMessage_ServiceType.
|
|
var (
|
|
PaymentInviteMessage_ServiceType_name = map[int32]string{
|
|
0: "UNKNOWN",
|
|
1: "FBPAY",
|
|
2: "NOVI",
|
|
3: "UPI",
|
|
}
|
|
PaymentInviteMessage_ServiceType_value = map[string]int32{
|
|
"UNKNOWN": 0,
|
|
"FBPAY": 1,
|
|
"NOVI": 2,
|
|
"UPI": 3,
|
|
}
|
|
)
|
|
|
|
func (x PaymentInviteMessage_ServiceType) Enum() *PaymentInviteMessage_ServiceType {
|
|
p := new(PaymentInviteMessage_ServiceType)
|
|
*p = x
|
|
return p
|
|
}
|
|
|
|
func (x PaymentInviteMessage_ServiceType) String() string {
|
|
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
|
|
}
|
|
|
|
func (PaymentInviteMessage_ServiceType) Descriptor() protoreflect.EnumDescriptor {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_enumTypes[22].Descriptor()
|
|
}
|
|
|
|
func (PaymentInviteMessage_ServiceType) Type() protoreflect.EnumType {
|
|
return &file_waE2E_WAWebProtobufsE2E_proto_enumTypes[22]
|
|
}
|
|
|
|
func (x PaymentInviteMessage_ServiceType) Number() protoreflect.EnumNumber {
|
|
return protoreflect.EnumNumber(x)
|
|
}
|
|
|
|
// Deprecated: Do not use.
|
|
func (x *PaymentInviteMessage_ServiceType) UnmarshalJSON(b []byte) error {
|
|
num, err := protoimpl.X.UnmarshalJSONEnum(x.Descriptor(), b)
|
|
if err != nil {
|
|
return err
|
|
}
|
|
*x = PaymentInviteMessage_ServiceType(num)
|
|
return nil
|
|
}
|
|
|
|
// Deprecated: Use PaymentInviteMessage_ServiceType.Descriptor instead.
|
|
func (PaymentInviteMessage_ServiceType) EnumDescriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{16, 0}
|
|
}
|
|
|
|
type HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_CalendarType int32
|
|
|
|
const (
|
|
HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_GREGORIAN HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_CalendarType = 1
|
|
HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_SOLAR_HIJRI HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_CalendarType = 2
|
|
)
|
|
|
|
// Enum value maps for HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_CalendarType.
|
|
var (
|
|
HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_CalendarType_name = map[int32]string{
|
|
1: "GREGORIAN",
|
|
2: "SOLAR_HIJRI",
|
|
}
|
|
HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_CalendarType_value = map[string]int32{
|
|
"GREGORIAN": 1,
|
|
"SOLAR_HIJRI": 2,
|
|
}
|
|
)
|
|
|
|
func (x HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_CalendarType) Enum() *HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_CalendarType {
|
|
p := new(HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_CalendarType)
|
|
*p = x
|
|
return p
|
|
}
|
|
|
|
func (x HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_CalendarType) String() string {
|
|
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
|
|
}
|
|
|
|
func (HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_CalendarType) Descriptor() protoreflect.EnumDescriptor {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_enumTypes[23].Descriptor()
|
|
}
|
|
|
|
func (HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_CalendarType) Type() protoreflect.EnumType {
|
|
return &file_waE2E_WAWebProtobufsE2E_proto_enumTypes[23]
|
|
}
|
|
|
|
func (x HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_CalendarType) Number() protoreflect.EnumNumber {
|
|
return protoreflect.EnumNumber(x)
|
|
}
|
|
|
|
// Deprecated: Do not use.
|
|
func (x *HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_CalendarType) UnmarshalJSON(b []byte) error {
|
|
num, err := protoimpl.X.UnmarshalJSONEnum(x.Descriptor(), b)
|
|
if err != nil {
|
|
return err
|
|
}
|
|
*x = HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_CalendarType(num)
|
|
return nil
|
|
}
|
|
|
|
// Deprecated: Use HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_CalendarType.Descriptor instead.
|
|
func (HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_CalendarType) EnumDescriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{17, 0, 0, 0, 0}
|
|
}
|
|
|
|
type HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_DayOfWeekType int32
|
|
|
|
const (
|
|
HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_MONDAY HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_DayOfWeekType = 1
|
|
HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_TUESDAY HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_DayOfWeekType = 2
|
|
HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_WEDNESDAY HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_DayOfWeekType = 3
|
|
HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_THURSDAY HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_DayOfWeekType = 4
|
|
HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_FRIDAY HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_DayOfWeekType = 5
|
|
HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_SATURDAY HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_DayOfWeekType = 6
|
|
HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_SUNDAY HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_DayOfWeekType = 7
|
|
)
|
|
|
|
// Enum value maps for HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_DayOfWeekType.
|
|
var (
|
|
HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_DayOfWeekType_name = map[int32]string{
|
|
1: "MONDAY",
|
|
2: "TUESDAY",
|
|
3: "WEDNESDAY",
|
|
4: "THURSDAY",
|
|
5: "FRIDAY",
|
|
6: "SATURDAY",
|
|
7: "SUNDAY",
|
|
}
|
|
HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_DayOfWeekType_value = map[string]int32{
|
|
"MONDAY": 1,
|
|
"TUESDAY": 2,
|
|
"WEDNESDAY": 3,
|
|
"THURSDAY": 4,
|
|
"FRIDAY": 5,
|
|
"SATURDAY": 6,
|
|
"SUNDAY": 7,
|
|
}
|
|
)
|
|
|
|
func (x HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_DayOfWeekType) Enum() *HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_DayOfWeekType {
|
|
p := new(HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_DayOfWeekType)
|
|
*p = x
|
|
return p
|
|
}
|
|
|
|
func (x HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_DayOfWeekType) String() string {
|
|
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
|
|
}
|
|
|
|
func (HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_DayOfWeekType) Descriptor() protoreflect.EnumDescriptor {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_enumTypes[24].Descriptor()
|
|
}
|
|
|
|
func (HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_DayOfWeekType) Type() protoreflect.EnumType {
|
|
return &file_waE2E_WAWebProtobufsE2E_proto_enumTypes[24]
|
|
}
|
|
|
|
func (x HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_DayOfWeekType) Number() protoreflect.EnumNumber {
|
|
return protoreflect.EnumNumber(x)
|
|
}
|
|
|
|
// Deprecated: Do not use.
|
|
func (x *HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_DayOfWeekType) UnmarshalJSON(b []byte) error {
|
|
num, err := protoimpl.X.UnmarshalJSONEnum(x.Descriptor(), b)
|
|
if err != nil {
|
|
return err
|
|
}
|
|
*x = HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_DayOfWeekType(num)
|
|
return nil
|
|
}
|
|
|
|
// Deprecated: Use HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_DayOfWeekType.Descriptor instead.
|
|
func (HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_DayOfWeekType) EnumDescriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{17, 0, 0, 0, 1}
|
|
}
|
|
|
|
type PeerDataOperationRequestResponseMessage_PeerDataOperationResult_FullHistorySyncOnDemandResponseCode int32
|
|
|
|
const (
|
|
PeerDataOperationRequestResponseMessage_PeerDataOperationResult_REQUEST_SUCCESS PeerDataOperationRequestResponseMessage_PeerDataOperationResult_FullHistorySyncOnDemandResponseCode = 0
|
|
PeerDataOperationRequestResponseMessage_PeerDataOperationResult_REQUEST_TIME_EXPIRED PeerDataOperationRequestResponseMessage_PeerDataOperationResult_FullHistorySyncOnDemandResponseCode = 1
|
|
PeerDataOperationRequestResponseMessage_PeerDataOperationResult_DECLINED_SHARING_HISTORY PeerDataOperationRequestResponseMessage_PeerDataOperationResult_FullHistorySyncOnDemandResponseCode = 2
|
|
PeerDataOperationRequestResponseMessage_PeerDataOperationResult_GENERIC_ERROR PeerDataOperationRequestResponseMessage_PeerDataOperationResult_FullHistorySyncOnDemandResponseCode = 3
|
|
)
|
|
|
|
// Enum value maps for PeerDataOperationRequestResponseMessage_PeerDataOperationResult_FullHistorySyncOnDemandResponseCode.
|
|
var (
|
|
PeerDataOperationRequestResponseMessage_PeerDataOperationResult_FullHistorySyncOnDemandResponseCode_name = map[int32]string{
|
|
0: "REQUEST_SUCCESS",
|
|
1: "REQUEST_TIME_EXPIRED",
|
|
2: "DECLINED_SHARING_HISTORY",
|
|
3: "GENERIC_ERROR",
|
|
}
|
|
PeerDataOperationRequestResponseMessage_PeerDataOperationResult_FullHistorySyncOnDemandResponseCode_value = map[string]int32{
|
|
"REQUEST_SUCCESS": 0,
|
|
"REQUEST_TIME_EXPIRED": 1,
|
|
"DECLINED_SHARING_HISTORY": 2,
|
|
"GENERIC_ERROR": 3,
|
|
}
|
|
)
|
|
|
|
func (x PeerDataOperationRequestResponseMessage_PeerDataOperationResult_FullHistorySyncOnDemandResponseCode) Enum() *PeerDataOperationRequestResponseMessage_PeerDataOperationResult_FullHistorySyncOnDemandResponseCode {
|
|
p := new(PeerDataOperationRequestResponseMessage_PeerDataOperationResult_FullHistorySyncOnDemandResponseCode)
|
|
*p = x
|
|
return p
|
|
}
|
|
|
|
func (x PeerDataOperationRequestResponseMessage_PeerDataOperationResult_FullHistorySyncOnDemandResponseCode) String() string {
|
|
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
|
|
}
|
|
|
|
func (PeerDataOperationRequestResponseMessage_PeerDataOperationResult_FullHistorySyncOnDemandResponseCode) Descriptor() protoreflect.EnumDescriptor {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_enumTypes[25].Descriptor()
|
|
}
|
|
|
|
func (PeerDataOperationRequestResponseMessage_PeerDataOperationResult_FullHistorySyncOnDemandResponseCode) Type() protoreflect.EnumType {
|
|
return &file_waE2E_WAWebProtobufsE2E_proto_enumTypes[25]
|
|
}
|
|
|
|
func (x PeerDataOperationRequestResponseMessage_PeerDataOperationResult_FullHistorySyncOnDemandResponseCode) Number() protoreflect.EnumNumber {
|
|
return protoreflect.EnumNumber(x)
|
|
}
|
|
|
|
// Deprecated: Do not use.
|
|
func (x *PeerDataOperationRequestResponseMessage_PeerDataOperationResult_FullHistorySyncOnDemandResponseCode) UnmarshalJSON(b []byte) error {
|
|
num, err := protoimpl.X.UnmarshalJSONEnum(x.Descriptor(), b)
|
|
if err != nil {
|
|
return err
|
|
}
|
|
*x = PeerDataOperationRequestResponseMessage_PeerDataOperationResult_FullHistorySyncOnDemandResponseCode(num)
|
|
return nil
|
|
}
|
|
|
|
// Deprecated: Use PeerDataOperationRequestResponseMessage_PeerDataOperationResult_FullHistorySyncOnDemandResponseCode.Descriptor instead.
|
|
func (PeerDataOperationRequestResponseMessage_PeerDataOperationResult_FullHistorySyncOnDemandResponseCode) EnumDescriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{18, 0, 0}
|
|
}
|
|
|
|
type HistorySyncNotification_HistorySyncType int32
|
|
|
|
const (
|
|
HistorySyncNotification_INITIAL_BOOTSTRAP HistorySyncNotification_HistorySyncType = 0
|
|
HistorySyncNotification_INITIAL_STATUS_V3 HistorySyncNotification_HistorySyncType = 1
|
|
HistorySyncNotification_FULL HistorySyncNotification_HistorySyncType = 2
|
|
HistorySyncNotification_RECENT HistorySyncNotification_HistorySyncType = 3
|
|
HistorySyncNotification_PUSH_NAME HistorySyncNotification_HistorySyncType = 4
|
|
HistorySyncNotification_NON_BLOCKING_DATA HistorySyncNotification_HistorySyncType = 5
|
|
HistorySyncNotification_ON_DEMAND HistorySyncNotification_HistorySyncType = 6
|
|
HistorySyncNotification_NO_HISTORY HistorySyncNotification_HistorySyncType = 7
|
|
)
|
|
|
|
// Enum value maps for HistorySyncNotification_HistorySyncType.
|
|
var (
|
|
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",
|
|
7: "NO_HISTORY",
|
|
}
|
|
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,
|
|
"NO_HISTORY": 7,
|
|
}
|
|
)
|
|
|
|
func (x HistorySyncNotification_HistorySyncType) Enum() *HistorySyncNotification_HistorySyncType {
|
|
p := new(HistorySyncNotification_HistorySyncType)
|
|
*p = x
|
|
return p
|
|
}
|
|
|
|
func (x HistorySyncNotification_HistorySyncType) String() string {
|
|
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
|
|
}
|
|
|
|
func (HistorySyncNotification_HistorySyncType) Descriptor() protoreflect.EnumDescriptor {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_enumTypes[26].Descriptor()
|
|
}
|
|
|
|
func (HistorySyncNotification_HistorySyncType) Type() protoreflect.EnumType {
|
|
return &file_waE2E_WAWebProtobufsE2E_proto_enumTypes[26]
|
|
}
|
|
|
|
func (x HistorySyncNotification_HistorySyncType) Number() protoreflect.EnumNumber {
|
|
return protoreflect.EnumNumber(x)
|
|
}
|
|
|
|
// Deprecated: Do not use.
|
|
func (x *HistorySyncNotification_HistorySyncType) UnmarshalJSON(b []byte) error {
|
|
num, err := protoimpl.X.UnmarshalJSONEnum(x.Descriptor(), b)
|
|
if err != nil {
|
|
return err
|
|
}
|
|
*x = HistorySyncNotification_HistorySyncType(num)
|
|
return nil
|
|
}
|
|
|
|
// Deprecated: Use HistorySyncNotification_HistorySyncType.Descriptor instead.
|
|
func (HistorySyncNotification_HistorySyncType) EnumDescriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{19, 0}
|
|
}
|
|
|
|
type RequestWelcomeMessageMetadata_LocalChatState int32
|
|
|
|
const (
|
|
RequestWelcomeMessageMetadata_EMPTY RequestWelcomeMessageMetadata_LocalChatState = 0
|
|
RequestWelcomeMessageMetadata_NON_EMPTY RequestWelcomeMessageMetadata_LocalChatState = 1
|
|
)
|
|
|
|
// Enum value maps for RequestWelcomeMessageMetadata_LocalChatState.
|
|
var (
|
|
RequestWelcomeMessageMetadata_LocalChatState_name = map[int32]string{
|
|
0: "EMPTY",
|
|
1: "NON_EMPTY",
|
|
}
|
|
RequestWelcomeMessageMetadata_LocalChatState_value = map[string]int32{
|
|
"EMPTY": 0,
|
|
"NON_EMPTY": 1,
|
|
}
|
|
)
|
|
|
|
func (x RequestWelcomeMessageMetadata_LocalChatState) Enum() *RequestWelcomeMessageMetadata_LocalChatState {
|
|
p := new(RequestWelcomeMessageMetadata_LocalChatState)
|
|
*p = x
|
|
return p
|
|
}
|
|
|
|
func (x RequestWelcomeMessageMetadata_LocalChatState) String() string {
|
|
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
|
|
}
|
|
|
|
func (RequestWelcomeMessageMetadata_LocalChatState) Descriptor() protoreflect.EnumDescriptor {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_enumTypes[27].Descriptor()
|
|
}
|
|
|
|
func (RequestWelcomeMessageMetadata_LocalChatState) Type() protoreflect.EnumType {
|
|
return &file_waE2E_WAWebProtobufsE2E_proto_enumTypes[27]
|
|
}
|
|
|
|
func (x RequestWelcomeMessageMetadata_LocalChatState) Number() protoreflect.EnumNumber {
|
|
return protoreflect.EnumNumber(x)
|
|
}
|
|
|
|
// Deprecated: Do not use.
|
|
func (x *RequestWelcomeMessageMetadata_LocalChatState) UnmarshalJSON(b []byte) error {
|
|
num, err := protoimpl.X.UnmarshalJSONEnum(x.Descriptor(), b)
|
|
if err != nil {
|
|
return err
|
|
}
|
|
*x = RequestWelcomeMessageMetadata_LocalChatState(num)
|
|
return nil
|
|
}
|
|
|
|
// Deprecated: Use RequestWelcomeMessageMetadata_LocalChatState.Descriptor instead.
|
|
func (RequestWelcomeMessageMetadata_LocalChatState) EnumDescriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{20, 0}
|
|
}
|
|
|
|
type ProtocolMessage_Type int32
|
|
|
|
const (
|
|
ProtocolMessage_REVOKE ProtocolMessage_Type = 0
|
|
ProtocolMessage_EPHEMERAL_SETTING ProtocolMessage_Type = 3
|
|
ProtocolMessage_EPHEMERAL_SYNC_RESPONSE ProtocolMessage_Type = 4
|
|
ProtocolMessage_HISTORY_SYNC_NOTIFICATION ProtocolMessage_Type = 5
|
|
ProtocolMessage_APP_STATE_SYNC_KEY_SHARE ProtocolMessage_Type = 6
|
|
ProtocolMessage_APP_STATE_SYNC_KEY_REQUEST ProtocolMessage_Type = 7
|
|
ProtocolMessage_MSG_FANOUT_BACKFILL_REQUEST ProtocolMessage_Type = 8
|
|
ProtocolMessage_INITIAL_SECURITY_NOTIFICATION_SETTING_SYNC ProtocolMessage_Type = 9
|
|
ProtocolMessage_APP_STATE_FATAL_EXCEPTION_NOTIFICATION ProtocolMessage_Type = 10
|
|
ProtocolMessage_SHARE_PHONE_NUMBER ProtocolMessage_Type = 11
|
|
ProtocolMessage_MESSAGE_EDIT ProtocolMessage_Type = 14
|
|
ProtocolMessage_PEER_DATA_OPERATION_REQUEST_MESSAGE ProtocolMessage_Type = 16
|
|
ProtocolMessage_PEER_DATA_OPERATION_REQUEST_RESPONSE_MESSAGE ProtocolMessage_Type = 17
|
|
ProtocolMessage_REQUEST_WELCOME_MESSAGE ProtocolMessage_Type = 18
|
|
ProtocolMessage_BOT_FEEDBACK_MESSAGE ProtocolMessage_Type = 19
|
|
ProtocolMessage_MEDIA_NOTIFY_MESSAGE ProtocolMessage_Type = 20
|
|
ProtocolMessage_CLOUD_API_THREAD_CONTROL_NOTIFICATION ProtocolMessage_Type = 21
|
|
ProtocolMessage_LID_MIGRATION_MAPPING_SYNC ProtocolMessage_Type = 22
|
|
ProtocolMessage_REMINDER_MESSAGE ProtocolMessage_Type = 23
|
|
ProtocolMessage_BOT_MEMU_ONBOARDING_MESSAGE ProtocolMessage_Type = 24
|
|
ProtocolMessage_STATUS_MENTION_MESSAGE ProtocolMessage_Type = 25
|
|
)
|
|
|
|
// Enum value maps for ProtocolMessage_Type.
|
|
var (
|
|
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",
|
|
21: "CLOUD_API_THREAD_CONTROL_NOTIFICATION",
|
|
22: "LID_MIGRATION_MAPPING_SYNC",
|
|
23: "REMINDER_MESSAGE",
|
|
24: "BOT_MEMU_ONBOARDING_MESSAGE",
|
|
25: "STATUS_MENTION_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,
|
|
"CLOUD_API_THREAD_CONTROL_NOTIFICATION": 21,
|
|
"LID_MIGRATION_MAPPING_SYNC": 22,
|
|
"REMINDER_MESSAGE": 23,
|
|
"BOT_MEMU_ONBOARDING_MESSAGE": 24,
|
|
"STATUS_MENTION_MESSAGE": 25,
|
|
}
|
|
)
|
|
|
|
func (x ProtocolMessage_Type) Enum() *ProtocolMessage_Type {
|
|
p := new(ProtocolMessage_Type)
|
|
*p = x
|
|
return p
|
|
}
|
|
|
|
func (x ProtocolMessage_Type) String() string {
|
|
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
|
|
}
|
|
|
|
func (ProtocolMessage_Type) Descriptor() protoreflect.EnumDescriptor {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_enumTypes[28].Descriptor()
|
|
}
|
|
|
|
func (ProtocolMessage_Type) Type() protoreflect.EnumType {
|
|
return &file_waE2E_WAWebProtobufsE2E_proto_enumTypes[28]
|
|
}
|
|
|
|
func (x ProtocolMessage_Type) Number() protoreflect.EnumNumber {
|
|
return protoreflect.EnumNumber(x)
|
|
}
|
|
|
|
// Deprecated: Do not use.
|
|
func (x *ProtocolMessage_Type) UnmarshalJSON(b []byte) error {
|
|
num, err := protoimpl.X.UnmarshalJSONEnum(x.Descriptor(), b)
|
|
if err != nil {
|
|
return err
|
|
}
|
|
*x = ProtocolMessage_Type(num)
|
|
return nil
|
|
}
|
|
|
|
// Deprecated: Use ProtocolMessage_Type.Descriptor instead.
|
|
func (ProtocolMessage_Type) EnumDescriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{21, 0}
|
|
}
|
|
|
|
type CloudAPIThreadControlNotification_CloudAPIThreadControl int32
|
|
|
|
const (
|
|
CloudAPIThreadControlNotification_UNKNOWN CloudAPIThreadControlNotification_CloudAPIThreadControl = 0
|
|
CloudAPIThreadControlNotification_CONTROL_PASSED CloudAPIThreadControlNotification_CloudAPIThreadControl = 1
|
|
CloudAPIThreadControlNotification_CONTROL_TAKEN CloudAPIThreadControlNotification_CloudAPIThreadControl = 2
|
|
)
|
|
|
|
// Enum value maps for CloudAPIThreadControlNotification_CloudAPIThreadControl.
|
|
var (
|
|
CloudAPIThreadControlNotification_CloudAPIThreadControl_name = map[int32]string{
|
|
0: "UNKNOWN",
|
|
1: "CONTROL_PASSED",
|
|
2: "CONTROL_TAKEN",
|
|
}
|
|
CloudAPIThreadControlNotification_CloudAPIThreadControl_value = map[string]int32{
|
|
"UNKNOWN": 0,
|
|
"CONTROL_PASSED": 1,
|
|
"CONTROL_TAKEN": 2,
|
|
}
|
|
)
|
|
|
|
func (x CloudAPIThreadControlNotification_CloudAPIThreadControl) Enum() *CloudAPIThreadControlNotification_CloudAPIThreadControl {
|
|
p := new(CloudAPIThreadControlNotification_CloudAPIThreadControl)
|
|
*p = x
|
|
return p
|
|
}
|
|
|
|
func (x CloudAPIThreadControlNotification_CloudAPIThreadControl) String() string {
|
|
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
|
|
}
|
|
|
|
func (CloudAPIThreadControlNotification_CloudAPIThreadControl) Descriptor() protoreflect.EnumDescriptor {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_enumTypes[29].Descriptor()
|
|
}
|
|
|
|
func (CloudAPIThreadControlNotification_CloudAPIThreadControl) Type() protoreflect.EnumType {
|
|
return &file_waE2E_WAWebProtobufsE2E_proto_enumTypes[29]
|
|
}
|
|
|
|
func (x CloudAPIThreadControlNotification_CloudAPIThreadControl) Number() protoreflect.EnumNumber {
|
|
return protoreflect.EnumNumber(x)
|
|
}
|
|
|
|
// Deprecated: Do not use.
|
|
func (x *CloudAPIThreadControlNotification_CloudAPIThreadControl) UnmarshalJSON(b []byte) error {
|
|
num, err := protoimpl.X.UnmarshalJSONEnum(x.Descriptor(), b)
|
|
if err != nil {
|
|
return err
|
|
}
|
|
*x = CloudAPIThreadControlNotification_CloudAPIThreadControl(num)
|
|
return nil
|
|
}
|
|
|
|
// Deprecated: Use CloudAPIThreadControlNotification_CloudAPIThreadControl.Descriptor instead.
|
|
func (CloudAPIThreadControlNotification_CloudAPIThreadControl) EnumDescriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{22, 0}
|
|
}
|
|
|
|
type BotFeedbackMessage_ReportKind int32
|
|
|
|
const (
|
|
BotFeedbackMessage_GENERIC BotFeedbackMessage_ReportKind = 0
|
|
)
|
|
|
|
// Enum value maps for BotFeedbackMessage_ReportKind.
|
|
var (
|
|
BotFeedbackMessage_ReportKind_name = map[int32]string{
|
|
0: "GENERIC",
|
|
}
|
|
BotFeedbackMessage_ReportKind_value = map[string]int32{
|
|
"GENERIC": 0,
|
|
}
|
|
)
|
|
|
|
func (x BotFeedbackMessage_ReportKind) Enum() *BotFeedbackMessage_ReportKind {
|
|
p := new(BotFeedbackMessage_ReportKind)
|
|
*p = x
|
|
return p
|
|
}
|
|
|
|
func (x BotFeedbackMessage_ReportKind) String() string {
|
|
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
|
|
}
|
|
|
|
func (BotFeedbackMessage_ReportKind) Descriptor() protoreflect.EnumDescriptor {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_enumTypes[30].Descriptor()
|
|
}
|
|
|
|
func (BotFeedbackMessage_ReportKind) Type() protoreflect.EnumType {
|
|
return &file_waE2E_WAWebProtobufsE2E_proto_enumTypes[30]
|
|
}
|
|
|
|
func (x BotFeedbackMessage_ReportKind) Number() protoreflect.EnumNumber {
|
|
return protoreflect.EnumNumber(x)
|
|
}
|
|
|
|
// Deprecated: Do not use.
|
|
func (x *BotFeedbackMessage_ReportKind) UnmarshalJSON(b []byte) error {
|
|
num, err := protoimpl.X.UnmarshalJSONEnum(x.Descriptor(), b)
|
|
if err != nil {
|
|
return err
|
|
}
|
|
*x = BotFeedbackMessage_ReportKind(num)
|
|
return nil
|
|
}
|
|
|
|
// Deprecated: Use BotFeedbackMessage_ReportKind.Descriptor instead.
|
|
func (BotFeedbackMessage_ReportKind) EnumDescriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{23, 0}
|
|
}
|
|
|
|
type BotFeedbackMessage_BotFeedbackKindMultiplePositive int32
|
|
|
|
const (
|
|
BotFeedbackMessage_BOT_FEEDBACK_MULTIPLE_POSITIVE_GENERIC BotFeedbackMessage_BotFeedbackKindMultiplePositive = 1
|
|
)
|
|
|
|
// Enum value maps for BotFeedbackMessage_BotFeedbackKindMultiplePositive.
|
|
var (
|
|
BotFeedbackMessage_BotFeedbackKindMultiplePositive_name = map[int32]string{
|
|
1: "BOT_FEEDBACK_MULTIPLE_POSITIVE_GENERIC",
|
|
}
|
|
BotFeedbackMessage_BotFeedbackKindMultiplePositive_value = map[string]int32{
|
|
"BOT_FEEDBACK_MULTIPLE_POSITIVE_GENERIC": 1,
|
|
}
|
|
)
|
|
|
|
func (x BotFeedbackMessage_BotFeedbackKindMultiplePositive) Enum() *BotFeedbackMessage_BotFeedbackKindMultiplePositive {
|
|
p := new(BotFeedbackMessage_BotFeedbackKindMultiplePositive)
|
|
*p = x
|
|
return p
|
|
}
|
|
|
|
func (x BotFeedbackMessage_BotFeedbackKindMultiplePositive) String() string {
|
|
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
|
|
}
|
|
|
|
func (BotFeedbackMessage_BotFeedbackKindMultiplePositive) Descriptor() protoreflect.EnumDescriptor {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_enumTypes[31].Descriptor()
|
|
}
|
|
|
|
func (BotFeedbackMessage_BotFeedbackKindMultiplePositive) Type() protoreflect.EnumType {
|
|
return &file_waE2E_WAWebProtobufsE2E_proto_enumTypes[31]
|
|
}
|
|
|
|
func (x BotFeedbackMessage_BotFeedbackKindMultiplePositive) Number() protoreflect.EnumNumber {
|
|
return protoreflect.EnumNumber(x)
|
|
}
|
|
|
|
// Deprecated: Do not use.
|
|
func (x *BotFeedbackMessage_BotFeedbackKindMultiplePositive) UnmarshalJSON(b []byte) error {
|
|
num, err := protoimpl.X.UnmarshalJSONEnum(x.Descriptor(), b)
|
|
if err != nil {
|
|
return err
|
|
}
|
|
*x = BotFeedbackMessage_BotFeedbackKindMultiplePositive(num)
|
|
return nil
|
|
}
|
|
|
|
// Deprecated: Use BotFeedbackMessage_BotFeedbackKindMultiplePositive.Descriptor instead.
|
|
func (BotFeedbackMessage_BotFeedbackKindMultiplePositive) EnumDescriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{23, 1}
|
|
}
|
|
|
|
type BotFeedbackMessage_BotFeedbackKindMultipleNegative int32
|
|
|
|
const (
|
|
BotFeedbackMessage_BOT_FEEDBACK_MULTIPLE_NEGATIVE_GENERIC BotFeedbackMessage_BotFeedbackKindMultipleNegative = 1
|
|
BotFeedbackMessage_BOT_FEEDBACK_MULTIPLE_NEGATIVE_HELPFUL BotFeedbackMessage_BotFeedbackKindMultipleNegative = 2
|
|
BotFeedbackMessage_BOT_FEEDBACK_MULTIPLE_NEGATIVE_INTERESTING BotFeedbackMessage_BotFeedbackKindMultipleNegative = 4
|
|
BotFeedbackMessage_BOT_FEEDBACK_MULTIPLE_NEGATIVE_ACCURATE BotFeedbackMessage_BotFeedbackKindMultipleNegative = 8
|
|
BotFeedbackMessage_BOT_FEEDBACK_MULTIPLE_NEGATIVE_SAFE BotFeedbackMessage_BotFeedbackKindMultipleNegative = 16
|
|
BotFeedbackMessage_BOT_FEEDBACK_MULTIPLE_NEGATIVE_OTHER BotFeedbackMessage_BotFeedbackKindMultipleNegative = 32
|
|
BotFeedbackMessage_BOT_FEEDBACK_MULTIPLE_NEGATIVE_REFUSED BotFeedbackMessage_BotFeedbackKindMultipleNegative = 64
|
|
BotFeedbackMessage_BOT_FEEDBACK_MULTIPLE_NEGATIVE_NOT_VISUALLY_APPEALING BotFeedbackMessage_BotFeedbackKindMultipleNegative = 128
|
|
BotFeedbackMessage_BOT_FEEDBACK_MULTIPLE_NEGATIVE_NOT_RELEVANT_TO_TEXT BotFeedbackMessage_BotFeedbackKindMultipleNegative = 256
|
|
)
|
|
|
|
// Enum value maps for BotFeedbackMessage_BotFeedbackKindMultipleNegative.
|
|
var (
|
|
BotFeedbackMessage_BotFeedbackKindMultipleNegative_name = map[int32]string{
|
|
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",
|
|
}
|
|
BotFeedbackMessage_BotFeedbackKindMultipleNegative_value = map[string]int32{
|
|
"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 BotFeedbackMessage_BotFeedbackKindMultipleNegative) Enum() *BotFeedbackMessage_BotFeedbackKindMultipleNegative {
|
|
p := new(BotFeedbackMessage_BotFeedbackKindMultipleNegative)
|
|
*p = x
|
|
return p
|
|
}
|
|
|
|
func (x BotFeedbackMessage_BotFeedbackKindMultipleNegative) String() string {
|
|
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
|
|
}
|
|
|
|
func (BotFeedbackMessage_BotFeedbackKindMultipleNegative) Descriptor() protoreflect.EnumDescriptor {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_enumTypes[32].Descriptor()
|
|
}
|
|
|
|
func (BotFeedbackMessage_BotFeedbackKindMultipleNegative) Type() protoreflect.EnumType {
|
|
return &file_waE2E_WAWebProtobufsE2E_proto_enumTypes[32]
|
|
}
|
|
|
|
func (x BotFeedbackMessage_BotFeedbackKindMultipleNegative) Number() protoreflect.EnumNumber {
|
|
return protoreflect.EnumNumber(x)
|
|
}
|
|
|
|
// Deprecated: Do not use.
|
|
func (x *BotFeedbackMessage_BotFeedbackKindMultipleNegative) UnmarshalJSON(b []byte) error {
|
|
num, err := protoimpl.X.UnmarshalJSONEnum(x.Descriptor(), b)
|
|
if err != nil {
|
|
return err
|
|
}
|
|
*x = BotFeedbackMessage_BotFeedbackKindMultipleNegative(num)
|
|
return nil
|
|
}
|
|
|
|
// Deprecated: Use BotFeedbackMessage_BotFeedbackKindMultipleNegative.Descriptor instead.
|
|
func (BotFeedbackMessage_BotFeedbackKindMultipleNegative) EnumDescriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{23, 2}
|
|
}
|
|
|
|
type BotFeedbackMessage_BotFeedbackKind int32
|
|
|
|
const (
|
|
BotFeedbackMessage_BOT_FEEDBACK_POSITIVE BotFeedbackMessage_BotFeedbackKind = 0
|
|
BotFeedbackMessage_BOT_FEEDBACK_NEGATIVE_GENERIC BotFeedbackMessage_BotFeedbackKind = 1
|
|
BotFeedbackMessage_BOT_FEEDBACK_NEGATIVE_HELPFUL BotFeedbackMessage_BotFeedbackKind = 2
|
|
BotFeedbackMessage_BOT_FEEDBACK_NEGATIVE_INTERESTING BotFeedbackMessage_BotFeedbackKind = 3
|
|
BotFeedbackMessage_BOT_FEEDBACK_NEGATIVE_ACCURATE BotFeedbackMessage_BotFeedbackKind = 4
|
|
BotFeedbackMessage_BOT_FEEDBACK_NEGATIVE_SAFE BotFeedbackMessage_BotFeedbackKind = 5
|
|
BotFeedbackMessage_BOT_FEEDBACK_NEGATIVE_OTHER BotFeedbackMessage_BotFeedbackKind = 6
|
|
BotFeedbackMessage_BOT_FEEDBACK_NEGATIVE_REFUSED BotFeedbackMessage_BotFeedbackKind = 7
|
|
BotFeedbackMessage_BOT_FEEDBACK_NEGATIVE_NOT_VISUALLY_APPEALING BotFeedbackMessage_BotFeedbackKind = 8
|
|
BotFeedbackMessage_BOT_FEEDBACK_NEGATIVE_NOT_RELEVANT_TO_TEXT BotFeedbackMessage_BotFeedbackKind = 9
|
|
)
|
|
|
|
// Enum value maps for BotFeedbackMessage_BotFeedbackKind.
|
|
var (
|
|
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",
|
|
}
|
|
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 BotFeedbackMessage_BotFeedbackKind) Enum() *BotFeedbackMessage_BotFeedbackKind {
|
|
p := new(BotFeedbackMessage_BotFeedbackKind)
|
|
*p = x
|
|
return p
|
|
}
|
|
|
|
func (x BotFeedbackMessage_BotFeedbackKind) String() string {
|
|
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
|
|
}
|
|
|
|
func (BotFeedbackMessage_BotFeedbackKind) Descriptor() protoreflect.EnumDescriptor {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_enumTypes[33].Descriptor()
|
|
}
|
|
|
|
func (BotFeedbackMessage_BotFeedbackKind) Type() protoreflect.EnumType {
|
|
return &file_waE2E_WAWebProtobufsE2E_proto_enumTypes[33]
|
|
}
|
|
|
|
func (x BotFeedbackMessage_BotFeedbackKind) Number() protoreflect.EnumNumber {
|
|
return protoreflect.EnumNumber(x)
|
|
}
|
|
|
|
// Deprecated: Do not use.
|
|
func (x *BotFeedbackMessage_BotFeedbackKind) UnmarshalJSON(b []byte) error {
|
|
num, err := protoimpl.X.UnmarshalJSONEnum(x.Descriptor(), b)
|
|
if err != nil {
|
|
return err
|
|
}
|
|
*x = BotFeedbackMessage_BotFeedbackKind(num)
|
|
return nil
|
|
}
|
|
|
|
// Deprecated: Use BotFeedbackMessage_BotFeedbackKind.Descriptor instead.
|
|
func (BotFeedbackMessage_BotFeedbackKind) EnumDescriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{23, 3}
|
|
}
|
|
|
|
type VideoMessage_Attribution int32
|
|
|
|
const (
|
|
VideoMessage_NONE VideoMessage_Attribution = 0
|
|
VideoMessage_GIPHY VideoMessage_Attribution = 1
|
|
VideoMessage_TENOR VideoMessage_Attribution = 2
|
|
)
|
|
|
|
// Enum value maps for VideoMessage_Attribution.
|
|
var (
|
|
VideoMessage_Attribution_name = map[int32]string{
|
|
0: "NONE",
|
|
1: "GIPHY",
|
|
2: "TENOR",
|
|
}
|
|
VideoMessage_Attribution_value = map[string]int32{
|
|
"NONE": 0,
|
|
"GIPHY": 1,
|
|
"TENOR": 2,
|
|
}
|
|
)
|
|
|
|
func (x VideoMessage_Attribution) Enum() *VideoMessage_Attribution {
|
|
p := new(VideoMessage_Attribution)
|
|
*p = x
|
|
return p
|
|
}
|
|
|
|
func (x VideoMessage_Attribution) String() string {
|
|
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
|
|
}
|
|
|
|
func (VideoMessage_Attribution) Descriptor() protoreflect.EnumDescriptor {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_enumTypes[34].Descriptor()
|
|
}
|
|
|
|
func (VideoMessage_Attribution) Type() protoreflect.EnumType {
|
|
return &file_waE2E_WAWebProtobufsE2E_proto_enumTypes[34]
|
|
}
|
|
|
|
func (x VideoMessage_Attribution) Number() protoreflect.EnumNumber {
|
|
return protoreflect.EnumNumber(x)
|
|
}
|
|
|
|
// Deprecated: Do not use.
|
|
func (x *VideoMessage_Attribution) UnmarshalJSON(b []byte) error {
|
|
num, err := protoimpl.X.UnmarshalJSONEnum(x.Descriptor(), b)
|
|
if err != nil {
|
|
return err
|
|
}
|
|
*x = VideoMessage_Attribution(num)
|
|
return nil
|
|
}
|
|
|
|
// Deprecated: Use VideoMessage_Attribution.Descriptor instead.
|
|
func (VideoMessage_Attribution) EnumDescriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{24, 0}
|
|
}
|
|
|
|
type ExtendedTextMessage_InviteLinkGroupType int32
|
|
|
|
const (
|
|
ExtendedTextMessage_DEFAULT ExtendedTextMessage_InviteLinkGroupType = 0
|
|
ExtendedTextMessage_PARENT ExtendedTextMessage_InviteLinkGroupType = 1
|
|
ExtendedTextMessage_SUB ExtendedTextMessage_InviteLinkGroupType = 2
|
|
ExtendedTextMessage_DEFAULT_SUB ExtendedTextMessage_InviteLinkGroupType = 3
|
|
)
|
|
|
|
// Enum value maps for ExtendedTextMessage_InviteLinkGroupType.
|
|
var (
|
|
ExtendedTextMessage_InviteLinkGroupType_name = map[int32]string{
|
|
0: "DEFAULT",
|
|
1: "PARENT",
|
|
2: "SUB",
|
|
3: "DEFAULT_SUB",
|
|
}
|
|
ExtendedTextMessage_InviteLinkGroupType_value = map[string]int32{
|
|
"DEFAULT": 0,
|
|
"PARENT": 1,
|
|
"SUB": 2,
|
|
"DEFAULT_SUB": 3,
|
|
}
|
|
)
|
|
|
|
func (x ExtendedTextMessage_InviteLinkGroupType) Enum() *ExtendedTextMessage_InviteLinkGroupType {
|
|
p := new(ExtendedTextMessage_InviteLinkGroupType)
|
|
*p = x
|
|
return p
|
|
}
|
|
|
|
func (x ExtendedTextMessage_InviteLinkGroupType) String() string {
|
|
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
|
|
}
|
|
|
|
func (ExtendedTextMessage_InviteLinkGroupType) Descriptor() protoreflect.EnumDescriptor {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_enumTypes[35].Descriptor()
|
|
}
|
|
|
|
func (ExtendedTextMessage_InviteLinkGroupType) Type() protoreflect.EnumType {
|
|
return &file_waE2E_WAWebProtobufsE2E_proto_enumTypes[35]
|
|
}
|
|
|
|
func (x ExtendedTextMessage_InviteLinkGroupType) Number() protoreflect.EnumNumber {
|
|
return protoreflect.EnumNumber(x)
|
|
}
|
|
|
|
// Deprecated: Do not use.
|
|
func (x *ExtendedTextMessage_InviteLinkGroupType) UnmarshalJSON(b []byte) error {
|
|
num, err := protoimpl.X.UnmarshalJSONEnum(x.Descriptor(), b)
|
|
if err != nil {
|
|
return err
|
|
}
|
|
*x = ExtendedTextMessage_InviteLinkGroupType(num)
|
|
return nil
|
|
}
|
|
|
|
// Deprecated: Use ExtendedTextMessage_InviteLinkGroupType.Descriptor instead.
|
|
func (ExtendedTextMessage_InviteLinkGroupType) EnumDescriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{25, 0}
|
|
}
|
|
|
|
type ExtendedTextMessage_PreviewType int32
|
|
|
|
const (
|
|
ExtendedTextMessage_NONE ExtendedTextMessage_PreviewType = 0
|
|
ExtendedTextMessage_VIDEO ExtendedTextMessage_PreviewType = 1
|
|
ExtendedTextMessage_PLACEHOLDER ExtendedTextMessage_PreviewType = 4
|
|
ExtendedTextMessage_IMAGE ExtendedTextMessage_PreviewType = 5
|
|
ExtendedTextMessage_PAYMENT_LINKS ExtendedTextMessage_PreviewType = 6
|
|
)
|
|
|
|
// Enum value maps for ExtendedTextMessage_PreviewType.
|
|
var (
|
|
ExtendedTextMessage_PreviewType_name = map[int32]string{
|
|
0: "NONE",
|
|
1: "VIDEO",
|
|
4: "PLACEHOLDER",
|
|
5: "IMAGE",
|
|
6: "PAYMENT_LINKS",
|
|
}
|
|
ExtendedTextMessage_PreviewType_value = map[string]int32{
|
|
"NONE": 0,
|
|
"VIDEO": 1,
|
|
"PLACEHOLDER": 4,
|
|
"IMAGE": 5,
|
|
"PAYMENT_LINKS": 6,
|
|
}
|
|
)
|
|
|
|
func (x ExtendedTextMessage_PreviewType) Enum() *ExtendedTextMessage_PreviewType {
|
|
p := new(ExtendedTextMessage_PreviewType)
|
|
*p = x
|
|
return p
|
|
}
|
|
|
|
func (x ExtendedTextMessage_PreviewType) String() string {
|
|
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
|
|
}
|
|
|
|
func (ExtendedTextMessage_PreviewType) Descriptor() protoreflect.EnumDescriptor {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_enumTypes[36].Descriptor()
|
|
}
|
|
|
|
func (ExtendedTextMessage_PreviewType) Type() protoreflect.EnumType {
|
|
return &file_waE2E_WAWebProtobufsE2E_proto_enumTypes[36]
|
|
}
|
|
|
|
func (x ExtendedTextMessage_PreviewType) Number() protoreflect.EnumNumber {
|
|
return protoreflect.EnumNumber(x)
|
|
}
|
|
|
|
// Deprecated: Do not use.
|
|
func (x *ExtendedTextMessage_PreviewType) UnmarshalJSON(b []byte) error {
|
|
num, err := protoimpl.X.UnmarshalJSONEnum(x.Descriptor(), b)
|
|
if err != nil {
|
|
return err
|
|
}
|
|
*x = ExtendedTextMessage_PreviewType(num)
|
|
return nil
|
|
}
|
|
|
|
// Deprecated: Use ExtendedTextMessage_PreviewType.Descriptor instead.
|
|
func (ExtendedTextMessage_PreviewType) EnumDescriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{25, 1}
|
|
}
|
|
|
|
type ExtendedTextMessage_FontType int32
|
|
|
|
const (
|
|
ExtendedTextMessage_SYSTEM ExtendedTextMessage_FontType = 0
|
|
ExtendedTextMessage_SYSTEM_TEXT ExtendedTextMessage_FontType = 1
|
|
ExtendedTextMessage_FB_SCRIPT ExtendedTextMessage_FontType = 2
|
|
ExtendedTextMessage_SYSTEM_BOLD ExtendedTextMessage_FontType = 6
|
|
ExtendedTextMessage_MORNINGBREEZE_REGULAR ExtendedTextMessage_FontType = 7
|
|
ExtendedTextMessage_CALISTOGA_REGULAR ExtendedTextMessage_FontType = 8
|
|
ExtendedTextMessage_EXO2_EXTRABOLD ExtendedTextMessage_FontType = 9
|
|
ExtendedTextMessage_COURIERPRIME_BOLD ExtendedTextMessage_FontType = 10
|
|
)
|
|
|
|
// Enum value maps for ExtendedTextMessage_FontType.
|
|
var (
|
|
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",
|
|
}
|
|
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 ExtendedTextMessage_FontType) Enum() *ExtendedTextMessage_FontType {
|
|
p := new(ExtendedTextMessage_FontType)
|
|
*p = x
|
|
return p
|
|
}
|
|
|
|
func (x ExtendedTextMessage_FontType) String() string {
|
|
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
|
|
}
|
|
|
|
func (ExtendedTextMessage_FontType) Descriptor() protoreflect.EnumDescriptor {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_enumTypes[37].Descriptor()
|
|
}
|
|
|
|
func (ExtendedTextMessage_FontType) Type() protoreflect.EnumType {
|
|
return &file_waE2E_WAWebProtobufsE2E_proto_enumTypes[37]
|
|
}
|
|
|
|
func (x ExtendedTextMessage_FontType) Number() protoreflect.EnumNumber {
|
|
return protoreflect.EnumNumber(x)
|
|
}
|
|
|
|
// Deprecated: Do not use.
|
|
func (x *ExtendedTextMessage_FontType) UnmarshalJSON(b []byte) error {
|
|
num, err := protoimpl.X.UnmarshalJSONEnum(x.Descriptor(), b)
|
|
if err != nil {
|
|
return err
|
|
}
|
|
*x = ExtendedTextMessage_FontType(num)
|
|
return nil
|
|
}
|
|
|
|
// Deprecated: Use ExtendedTextMessage_FontType.Descriptor instead.
|
|
func (ExtendedTextMessage_FontType) EnumDescriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{25, 2}
|
|
}
|
|
|
|
type InvoiceMessage_AttachmentType int32
|
|
|
|
const (
|
|
InvoiceMessage_IMAGE InvoiceMessage_AttachmentType = 0
|
|
InvoiceMessage_PDF InvoiceMessage_AttachmentType = 1
|
|
)
|
|
|
|
// Enum value maps for InvoiceMessage_AttachmentType.
|
|
var (
|
|
InvoiceMessage_AttachmentType_name = map[int32]string{
|
|
0: "IMAGE",
|
|
1: "PDF",
|
|
}
|
|
InvoiceMessage_AttachmentType_value = map[string]int32{
|
|
"IMAGE": 0,
|
|
"PDF": 1,
|
|
}
|
|
)
|
|
|
|
func (x InvoiceMessage_AttachmentType) Enum() *InvoiceMessage_AttachmentType {
|
|
p := new(InvoiceMessage_AttachmentType)
|
|
*p = x
|
|
return p
|
|
}
|
|
|
|
func (x InvoiceMessage_AttachmentType) String() string {
|
|
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
|
|
}
|
|
|
|
func (InvoiceMessage_AttachmentType) Descriptor() protoreflect.EnumDescriptor {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_enumTypes[38].Descriptor()
|
|
}
|
|
|
|
func (InvoiceMessage_AttachmentType) Type() protoreflect.EnumType {
|
|
return &file_waE2E_WAWebProtobufsE2E_proto_enumTypes[38]
|
|
}
|
|
|
|
func (x InvoiceMessage_AttachmentType) Number() protoreflect.EnumNumber {
|
|
return protoreflect.EnumNumber(x)
|
|
}
|
|
|
|
// Deprecated: Do not use.
|
|
func (x *InvoiceMessage_AttachmentType) UnmarshalJSON(b []byte) error {
|
|
num, err := protoimpl.X.UnmarshalJSONEnum(x.Descriptor(), b)
|
|
if err != nil {
|
|
return err
|
|
}
|
|
*x = InvoiceMessage_AttachmentType(num)
|
|
return nil
|
|
}
|
|
|
|
// Deprecated: Use InvoiceMessage_AttachmentType.Descriptor instead.
|
|
func (InvoiceMessage_AttachmentType) EnumDescriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{26, 0}
|
|
}
|
|
|
|
type ImageMessage_ImageSourceType int32
|
|
|
|
const (
|
|
ImageMessage_USER_IMAGE ImageMessage_ImageSourceType = 0
|
|
ImageMessage_AI_GENERATED ImageMessage_ImageSourceType = 1
|
|
ImageMessage_AI_MODIFIED ImageMessage_ImageSourceType = 2
|
|
)
|
|
|
|
// Enum value maps for ImageMessage_ImageSourceType.
|
|
var (
|
|
ImageMessage_ImageSourceType_name = map[int32]string{
|
|
0: "USER_IMAGE",
|
|
1: "AI_GENERATED",
|
|
2: "AI_MODIFIED",
|
|
}
|
|
ImageMessage_ImageSourceType_value = map[string]int32{
|
|
"USER_IMAGE": 0,
|
|
"AI_GENERATED": 1,
|
|
"AI_MODIFIED": 2,
|
|
}
|
|
)
|
|
|
|
func (x ImageMessage_ImageSourceType) Enum() *ImageMessage_ImageSourceType {
|
|
p := new(ImageMessage_ImageSourceType)
|
|
*p = x
|
|
return p
|
|
}
|
|
|
|
func (x ImageMessage_ImageSourceType) String() string {
|
|
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
|
|
}
|
|
|
|
func (ImageMessage_ImageSourceType) Descriptor() protoreflect.EnumDescriptor {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_enumTypes[39].Descriptor()
|
|
}
|
|
|
|
func (ImageMessage_ImageSourceType) Type() protoreflect.EnumType {
|
|
return &file_waE2E_WAWebProtobufsE2E_proto_enumTypes[39]
|
|
}
|
|
|
|
func (x ImageMessage_ImageSourceType) Number() protoreflect.EnumNumber {
|
|
return protoreflect.EnumNumber(x)
|
|
}
|
|
|
|
// Deprecated: Do not use.
|
|
func (x *ImageMessage_ImageSourceType) UnmarshalJSON(b []byte) error {
|
|
num, err := protoimpl.X.UnmarshalJSONEnum(x.Descriptor(), b)
|
|
if err != nil {
|
|
return err
|
|
}
|
|
*x = ImageMessage_ImageSourceType(num)
|
|
return nil
|
|
}
|
|
|
|
// Deprecated: Use ImageMessage_ImageSourceType.Descriptor instead.
|
|
func (ImageMessage_ImageSourceType) EnumDescriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{27, 0}
|
|
}
|
|
|
|
type ContextInfo_ForwardedNewsletterMessageInfo_ContentType int32
|
|
|
|
const (
|
|
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{
|
|
1: "UPDATE",
|
|
2: "UPDATE_CARD",
|
|
3: "LINK_CARD",
|
|
}
|
|
ContextInfo_ForwardedNewsletterMessageInfo_ContentType_value = map[string]int32{
|
|
"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_WAWebProtobufsE2E_proto_enumTypes[40].Descriptor()
|
|
}
|
|
|
|
func (ContextInfo_ForwardedNewsletterMessageInfo_ContentType) Type() protoreflect.EnumType {
|
|
return &file_waE2E_WAWebProtobufsE2E_proto_enumTypes[40]
|
|
}
|
|
|
|
func (x ContextInfo_ForwardedNewsletterMessageInfo_ContentType) Number() protoreflect.EnumNumber {
|
|
return protoreflect.EnumNumber(x)
|
|
}
|
|
|
|
// Deprecated: Do not use.
|
|
func (x *ContextInfo_ForwardedNewsletterMessageInfo_ContentType) UnmarshalJSON(b []byte) error {
|
|
num, err := protoimpl.X.UnmarshalJSONEnum(x.Descriptor(), b)
|
|
if err != nil {
|
|
return err
|
|
}
|
|
*x = ContextInfo_ForwardedNewsletterMessageInfo_ContentType(num)
|
|
return nil
|
|
}
|
|
|
|
// Deprecated: Use ContextInfo_ForwardedNewsletterMessageInfo_ContentType.Descriptor instead.
|
|
func (ContextInfo_ForwardedNewsletterMessageInfo_ContentType) EnumDescriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{28, 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_WAWebProtobufsE2E_proto_enumTypes[41].Descriptor()
|
|
}
|
|
|
|
func (ContextInfo_ExternalAdReplyInfo_MediaType) Type() protoreflect.EnumType {
|
|
return &file_waE2E_WAWebProtobufsE2E_proto_enumTypes[41]
|
|
}
|
|
|
|
func (x ContextInfo_ExternalAdReplyInfo_MediaType) Number() protoreflect.EnumNumber {
|
|
return protoreflect.EnumNumber(x)
|
|
}
|
|
|
|
// Deprecated: Do not use.
|
|
func (x *ContextInfo_ExternalAdReplyInfo_MediaType) UnmarshalJSON(b []byte) error {
|
|
num, err := protoimpl.X.UnmarshalJSONEnum(x.Descriptor(), b)
|
|
if err != nil {
|
|
return err
|
|
}
|
|
*x = ContextInfo_ExternalAdReplyInfo_MediaType(num)
|
|
return nil
|
|
}
|
|
|
|
// Deprecated: Use ContextInfo_ExternalAdReplyInfo_MediaType.Descriptor instead.
|
|
func (ContextInfo_ExternalAdReplyInfo_MediaType) EnumDescriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{28, 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_WAWebProtobufsE2E_proto_enumTypes[42].Descriptor()
|
|
}
|
|
|
|
func (ContextInfo_AdReplyInfo_MediaType) Type() protoreflect.EnumType {
|
|
return &file_waE2E_WAWebProtobufsE2E_proto_enumTypes[42]
|
|
}
|
|
|
|
func (x ContextInfo_AdReplyInfo_MediaType) Number() protoreflect.EnumNumber {
|
|
return protoreflect.EnumNumber(x)
|
|
}
|
|
|
|
// Deprecated: Do not use.
|
|
func (x *ContextInfo_AdReplyInfo_MediaType) UnmarshalJSON(b []byte) error {
|
|
num, err := protoimpl.X.UnmarshalJSONEnum(x.Descriptor(), b)
|
|
if err != nil {
|
|
return err
|
|
}
|
|
*x = ContextInfo_AdReplyInfo_MediaType(num)
|
|
return nil
|
|
}
|
|
|
|
// Deprecated: Use ContextInfo_AdReplyInfo_MediaType.Descriptor instead.
|
|
func (ContextInfo_AdReplyInfo_MediaType) EnumDescriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{28, 2, 0}
|
|
}
|
|
|
|
type BotPluginMetadata_PluginType int32
|
|
|
|
const (
|
|
BotPluginMetadata_REELS BotPluginMetadata_PluginType = 1
|
|
BotPluginMetadata_SEARCH BotPluginMetadata_PluginType = 2
|
|
)
|
|
|
|
// Enum value maps for BotPluginMetadata_PluginType.
|
|
var (
|
|
BotPluginMetadata_PluginType_name = map[int32]string{
|
|
1: "REELS",
|
|
2: "SEARCH",
|
|
}
|
|
BotPluginMetadata_PluginType_value = map[string]int32{
|
|
"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_WAWebProtobufsE2E_proto_enumTypes[43].Descriptor()
|
|
}
|
|
|
|
func (BotPluginMetadata_PluginType) Type() protoreflect.EnumType {
|
|
return &file_waE2E_WAWebProtobufsE2E_proto_enumTypes[43]
|
|
}
|
|
|
|
func (x BotPluginMetadata_PluginType) Number() protoreflect.EnumNumber {
|
|
return protoreflect.EnumNumber(x)
|
|
}
|
|
|
|
// Deprecated: Do not use.
|
|
func (x *BotPluginMetadata_PluginType) UnmarshalJSON(b []byte) error {
|
|
num, err := protoimpl.X.UnmarshalJSONEnum(x.Descriptor(), b)
|
|
if err != nil {
|
|
return err
|
|
}
|
|
*x = BotPluginMetadata_PluginType(num)
|
|
return nil
|
|
}
|
|
|
|
// Deprecated: Use BotPluginMetadata_PluginType.Descriptor instead.
|
|
func (BotPluginMetadata_PluginType) EnumDescriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{29, 0}
|
|
}
|
|
|
|
type BotPluginMetadata_SearchProvider int32
|
|
|
|
const (
|
|
BotPluginMetadata_BING BotPluginMetadata_SearchProvider = 1
|
|
BotPluginMetadata_GOOGLE BotPluginMetadata_SearchProvider = 2
|
|
)
|
|
|
|
// Enum value maps for BotPluginMetadata_SearchProvider.
|
|
var (
|
|
BotPluginMetadata_SearchProvider_name = map[int32]string{
|
|
1: "BING",
|
|
2: "GOOGLE",
|
|
}
|
|
BotPluginMetadata_SearchProvider_value = map[string]int32{
|
|
"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_WAWebProtobufsE2E_proto_enumTypes[44].Descriptor()
|
|
}
|
|
|
|
func (BotPluginMetadata_SearchProvider) Type() protoreflect.EnumType {
|
|
return &file_waE2E_WAWebProtobufsE2E_proto_enumTypes[44]
|
|
}
|
|
|
|
func (x BotPluginMetadata_SearchProvider) Number() protoreflect.EnumNumber {
|
|
return protoreflect.EnumNumber(x)
|
|
}
|
|
|
|
// Deprecated: Do not use.
|
|
func (x *BotPluginMetadata_SearchProvider) UnmarshalJSON(b []byte) error {
|
|
num, err := protoimpl.X.UnmarshalJSONEnum(x.Descriptor(), b)
|
|
if err != nil {
|
|
return err
|
|
}
|
|
*x = BotPluginMetadata_SearchProvider(num)
|
|
return nil
|
|
}
|
|
|
|
// Deprecated: Use BotPluginMetadata_SearchProvider.Descriptor instead.
|
|
func (BotPluginMetadata_SearchProvider) EnumDescriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{29, 1}
|
|
}
|
|
|
|
type BotMediaMetadata_OrientationType int32
|
|
|
|
const (
|
|
BotMediaMetadata_CENTER BotMediaMetadata_OrientationType = 1
|
|
BotMediaMetadata_LEFT BotMediaMetadata_OrientationType = 2
|
|
BotMediaMetadata_RIGHT BotMediaMetadata_OrientationType = 3
|
|
)
|
|
|
|
// Enum value maps for BotMediaMetadata_OrientationType.
|
|
var (
|
|
BotMediaMetadata_OrientationType_name = map[int32]string{
|
|
1: "CENTER",
|
|
2: "LEFT",
|
|
3: "RIGHT",
|
|
}
|
|
BotMediaMetadata_OrientationType_value = map[string]int32{
|
|
"CENTER": 1,
|
|
"LEFT": 2,
|
|
"RIGHT": 3,
|
|
}
|
|
)
|
|
|
|
func (x BotMediaMetadata_OrientationType) Enum() *BotMediaMetadata_OrientationType {
|
|
p := new(BotMediaMetadata_OrientationType)
|
|
*p = x
|
|
return p
|
|
}
|
|
|
|
func (x BotMediaMetadata_OrientationType) String() string {
|
|
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
|
|
}
|
|
|
|
func (BotMediaMetadata_OrientationType) Descriptor() protoreflect.EnumDescriptor {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_enumTypes[45].Descriptor()
|
|
}
|
|
|
|
func (BotMediaMetadata_OrientationType) Type() protoreflect.EnumType {
|
|
return &file_waE2E_WAWebProtobufsE2E_proto_enumTypes[45]
|
|
}
|
|
|
|
func (x BotMediaMetadata_OrientationType) Number() protoreflect.EnumNumber {
|
|
return protoreflect.EnumNumber(x)
|
|
}
|
|
|
|
// Deprecated: Do not use.
|
|
func (x *BotMediaMetadata_OrientationType) UnmarshalJSON(b []byte) error {
|
|
num, err := protoimpl.X.UnmarshalJSONEnum(x.Descriptor(), b)
|
|
if err != nil {
|
|
return err
|
|
}
|
|
*x = BotMediaMetadata_OrientationType(num)
|
|
return nil
|
|
}
|
|
|
|
// Deprecated: Use BotMediaMetadata_OrientationType.Descriptor instead.
|
|
func (BotMediaMetadata_OrientationType) EnumDescriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{30, 0}
|
|
}
|
|
|
|
type BotReminderMetadata_ReminderFrequency int32
|
|
|
|
const (
|
|
BotReminderMetadata_ONCE BotReminderMetadata_ReminderFrequency = 1
|
|
BotReminderMetadata_DAILY BotReminderMetadata_ReminderFrequency = 2
|
|
BotReminderMetadata_WEEKLY BotReminderMetadata_ReminderFrequency = 3
|
|
BotReminderMetadata_BIWEEKLY BotReminderMetadata_ReminderFrequency = 4
|
|
BotReminderMetadata_MONTHLY BotReminderMetadata_ReminderFrequency = 5
|
|
)
|
|
|
|
// Enum value maps for BotReminderMetadata_ReminderFrequency.
|
|
var (
|
|
BotReminderMetadata_ReminderFrequency_name = map[int32]string{
|
|
1: "ONCE",
|
|
2: "DAILY",
|
|
3: "WEEKLY",
|
|
4: "BIWEEKLY",
|
|
5: "MONTHLY",
|
|
}
|
|
BotReminderMetadata_ReminderFrequency_value = map[string]int32{
|
|
"ONCE": 1,
|
|
"DAILY": 2,
|
|
"WEEKLY": 3,
|
|
"BIWEEKLY": 4,
|
|
"MONTHLY": 5,
|
|
}
|
|
)
|
|
|
|
func (x BotReminderMetadata_ReminderFrequency) Enum() *BotReminderMetadata_ReminderFrequency {
|
|
p := new(BotReminderMetadata_ReminderFrequency)
|
|
*p = x
|
|
return p
|
|
}
|
|
|
|
func (x BotReminderMetadata_ReminderFrequency) String() string {
|
|
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
|
|
}
|
|
|
|
func (BotReminderMetadata_ReminderFrequency) Descriptor() protoreflect.EnumDescriptor {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_enumTypes[46].Descriptor()
|
|
}
|
|
|
|
func (BotReminderMetadata_ReminderFrequency) Type() protoreflect.EnumType {
|
|
return &file_waE2E_WAWebProtobufsE2E_proto_enumTypes[46]
|
|
}
|
|
|
|
func (x BotReminderMetadata_ReminderFrequency) Number() protoreflect.EnumNumber {
|
|
return protoreflect.EnumNumber(x)
|
|
}
|
|
|
|
// Deprecated: Do not use.
|
|
func (x *BotReminderMetadata_ReminderFrequency) UnmarshalJSON(b []byte) error {
|
|
num, err := protoimpl.X.UnmarshalJSONEnum(x.Descriptor(), b)
|
|
if err != nil {
|
|
return err
|
|
}
|
|
*x = BotReminderMetadata_ReminderFrequency(num)
|
|
return nil
|
|
}
|
|
|
|
// Deprecated: Use BotReminderMetadata_ReminderFrequency.Descriptor instead.
|
|
func (BotReminderMetadata_ReminderFrequency) EnumDescriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{31, 0}
|
|
}
|
|
|
|
type BotReminderMetadata_ReminderAction int32
|
|
|
|
const (
|
|
BotReminderMetadata_NOTIFY BotReminderMetadata_ReminderAction = 1
|
|
BotReminderMetadata_CREATE BotReminderMetadata_ReminderAction = 2
|
|
BotReminderMetadata_DELETE BotReminderMetadata_ReminderAction = 3
|
|
BotReminderMetadata_UPDATE BotReminderMetadata_ReminderAction = 4
|
|
)
|
|
|
|
// Enum value maps for BotReminderMetadata_ReminderAction.
|
|
var (
|
|
BotReminderMetadata_ReminderAction_name = map[int32]string{
|
|
1: "NOTIFY",
|
|
2: "CREATE",
|
|
3: "DELETE",
|
|
4: "UPDATE",
|
|
}
|
|
BotReminderMetadata_ReminderAction_value = map[string]int32{
|
|
"NOTIFY": 1,
|
|
"CREATE": 2,
|
|
"DELETE": 3,
|
|
"UPDATE": 4,
|
|
}
|
|
)
|
|
|
|
func (x BotReminderMetadata_ReminderAction) Enum() *BotReminderMetadata_ReminderAction {
|
|
p := new(BotReminderMetadata_ReminderAction)
|
|
*p = x
|
|
return p
|
|
}
|
|
|
|
func (x BotReminderMetadata_ReminderAction) String() string {
|
|
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
|
|
}
|
|
|
|
func (BotReminderMetadata_ReminderAction) Descriptor() protoreflect.EnumDescriptor {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_enumTypes[47].Descriptor()
|
|
}
|
|
|
|
func (BotReminderMetadata_ReminderAction) Type() protoreflect.EnumType {
|
|
return &file_waE2E_WAWebProtobufsE2E_proto_enumTypes[47]
|
|
}
|
|
|
|
func (x BotReminderMetadata_ReminderAction) Number() protoreflect.EnumNumber {
|
|
return protoreflect.EnumNumber(x)
|
|
}
|
|
|
|
// Deprecated: Do not use.
|
|
func (x *BotReminderMetadata_ReminderAction) UnmarshalJSON(b []byte) error {
|
|
num, err := protoimpl.X.UnmarshalJSONEnum(x.Descriptor(), b)
|
|
if err != nil {
|
|
return err
|
|
}
|
|
*x = BotReminderMetadata_ReminderAction(num)
|
|
return nil
|
|
}
|
|
|
|
// Deprecated: Use BotReminderMetadata_ReminderAction.Descriptor instead.
|
|
func (BotReminderMetadata_ReminderAction) EnumDescriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{31, 1}
|
|
}
|
|
|
|
type BotModelMetadata_PremiumModelStatus int32
|
|
|
|
const (
|
|
BotModelMetadata_AVAILABLE BotModelMetadata_PremiumModelStatus = 1
|
|
BotModelMetadata_QUOTA_EXCEED_LIMIT BotModelMetadata_PremiumModelStatus = 2
|
|
)
|
|
|
|
// Enum value maps for BotModelMetadata_PremiumModelStatus.
|
|
var (
|
|
BotModelMetadata_PremiumModelStatus_name = map[int32]string{
|
|
1: "AVAILABLE",
|
|
2: "QUOTA_EXCEED_LIMIT",
|
|
}
|
|
BotModelMetadata_PremiumModelStatus_value = map[string]int32{
|
|
"AVAILABLE": 1,
|
|
"QUOTA_EXCEED_LIMIT": 2,
|
|
}
|
|
)
|
|
|
|
func (x BotModelMetadata_PremiumModelStatus) Enum() *BotModelMetadata_PremiumModelStatus {
|
|
p := new(BotModelMetadata_PremiumModelStatus)
|
|
*p = x
|
|
return p
|
|
}
|
|
|
|
func (x BotModelMetadata_PremiumModelStatus) String() string {
|
|
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
|
|
}
|
|
|
|
func (BotModelMetadata_PremiumModelStatus) Descriptor() protoreflect.EnumDescriptor {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_enumTypes[48].Descriptor()
|
|
}
|
|
|
|
func (BotModelMetadata_PremiumModelStatus) Type() protoreflect.EnumType {
|
|
return &file_waE2E_WAWebProtobufsE2E_proto_enumTypes[48]
|
|
}
|
|
|
|
func (x BotModelMetadata_PremiumModelStatus) Number() protoreflect.EnumNumber {
|
|
return protoreflect.EnumNumber(x)
|
|
}
|
|
|
|
// Deprecated: Do not use.
|
|
func (x *BotModelMetadata_PremiumModelStatus) UnmarshalJSON(b []byte) error {
|
|
num, err := protoimpl.X.UnmarshalJSONEnum(x.Descriptor(), b)
|
|
if err != nil {
|
|
return err
|
|
}
|
|
*x = BotModelMetadata_PremiumModelStatus(num)
|
|
return nil
|
|
}
|
|
|
|
// Deprecated: Use BotModelMetadata_PremiumModelStatus.Descriptor instead.
|
|
func (BotModelMetadata_PremiumModelStatus) EnumDescriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{32, 0}
|
|
}
|
|
|
|
type BotModelMetadata_ModelType int32
|
|
|
|
const (
|
|
BotModelMetadata_LLAMA_PROD BotModelMetadata_ModelType = 1
|
|
BotModelMetadata_LLAMA_PROD_PREMIUM BotModelMetadata_ModelType = 2
|
|
)
|
|
|
|
// Enum value maps for BotModelMetadata_ModelType.
|
|
var (
|
|
BotModelMetadata_ModelType_name = map[int32]string{
|
|
1: "LLAMA_PROD",
|
|
2: "LLAMA_PROD_PREMIUM",
|
|
}
|
|
BotModelMetadata_ModelType_value = map[string]int32{
|
|
"LLAMA_PROD": 1,
|
|
"LLAMA_PROD_PREMIUM": 2,
|
|
}
|
|
)
|
|
|
|
func (x BotModelMetadata_ModelType) Enum() *BotModelMetadata_ModelType {
|
|
p := new(BotModelMetadata_ModelType)
|
|
*p = x
|
|
return p
|
|
}
|
|
|
|
func (x BotModelMetadata_ModelType) String() string {
|
|
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
|
|
}
|
|
|
|
func (BotModelMetadata_ModelType) Descriptor() protoreflect.EnumDescriptor {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_enumTypes[49].Descriptor()
|
|
}
|
|
|
|
func (BotModelMetadata_ModelType) Type() protoreflect.EnumType {
|
|
return &file_waE2E_WAWebProtobufsE2E_proto_enumTypes[49]
|
|
}
|
|
|
|
func (x BotModelMetadata_ModelType) Number() protoreflect.EnumNumber {
|
|
return protoreflect.EnumNumber(x)
|
|
}
|
|
|
|
// Deprecated: Do not use.
|
|
func (x *BotModelMetadata_ModelType) UnmarshalJSON(b []byte) error {
|
|
num, err := protoimpl.X.UnmarshalJSONEnum(x.Descriptor(), b)
|
|
if err != nil {
|
|
return err
|
|
}
|
|
*x = BotModelMetadata_ModelType(num)
|
|
return nil
|
|
}
|
|
|
|
// Deprecated: Use BotModelMetadata_ModelType.Descriptor instead.
|
|
func (BotModelMetadata_ModelType) EnumDescriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{32, 1}
|
|
}
|
|
|
|
type MessageAssociation_AssociationType int32
|
|
|
|
const (
|
|
MessageAssociation_UNKNOWN MessageAssociation_AssociationType = 0
|
|
MessageAssociation_MEDIA_ALBUM MessageAssociation_AssociationType = 1
|
|
MessageAssociation_BOT_PLUGIN MessageAssociation_AssociationType = 2
|
|
MessageAssociation_EVENT_COVER_IMAGE MessageAssociation_AssociationType = 3
|
|
MessageAssociation_STATUS_POLL MessageAssociation_AssociationType = 4
|
|
)
|
|
|
|
// Enum value maps for MessageAssociation_AssociationType.
|
|
var (
|
|
MessageAssociation_AssociationType_name = map[int32]string{
|
|
0: "UNKNOWN",
|
|
1: "MEDIA_ALBUM",
|
|
2: "BOT_PLUGIN",
|
|
3: "EVENT_COVER_IMAGE",
|
|
4: "STATUS_POLL",
|
|
}
|
|
MessageAssociation_AssociationType_value = map[string]int32{
|
|
"UNKNOWN": 0,
|
|
"MEDIA_ALBUM": 1,
|
|
"BOT_PLUGIN": 2,
|
|
"EVENT_COVER_IMAGE": 3,
|
|
"STATUS_POLL": 4,
|
|
}
|
|
)
|
|
|
|
func (x MessageAssociation_AssociationType) Enum() *MessageAssociation_AssociationType {
|
|
p := new(MessageAssociation_AssociationType)
|
|
*p = x
|
|
return p
|
|
}
|
|
|
|
func (x MessageAssociation_AssociationType) String() string {
|
|
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
|
|
}
|
|
|
|
func (MessageAssociation_AssociationType) Descriptor() protoreflect.EnumDescriptor {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_enumTypes[50].Descriptor()
|
|
}
|
|
|
|
func (MessageAssociation_AssociationType) Type() protoreflect.EnumType {
|
|
return &file_waE2E_WAWebProtobufsE2E_proto_enumTypes[50]
|
|
}
|
|
|
|
func (x MessageAssociation_AssociationType) Number() protoreflect.EnumNumber {
|
|
return protoreflect.EnumNumber(x)
|
|
}
|
|
|
|
// Deprecated: Do not use.
|
|
func (x *MessageAssociation_AssociationType) UnmarshalJSON(b []byte) error {
|
|
num, err := protoimpl.X.UnmarshalJSONEnum(x.Descriptor(), b)
|
|
if err != nil {
|
|
return err
|
|
}
|
|
*x = MessageAssociation_AssociationType(num)
|
|
return nil
|
|
}
|
|
|
|
// Deprecated: Use MessageAssociation_AssociationType.Descriptor instead.
|
|
func (MessageAssociation_AssociationType) EnumDescriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{33, 0}
|
|
}
|
|
|
|
type MessageContextInfo_MessageAddonExpiryType int32
|
|
|
|
const (
|
|
MessageContextInfo_STATIC MessageContextInfo_MessageAddonExpiryType = 1
|
|
MessageContextInfo_DEPENDENT_ON_PARENT MessageContextInfo_MessageAddonExpiryType = 2
|
|
)
|
|
|
|
// Enum value maps for MessageContextInfo_MessageAddonExpiryType.
|
|
var (
|
|
MessageContextInfo_MessageAddonExpiryType_name = map[int32]string{
|
|
1: "STATIC",
|
|
2: "DEPENDENT_ON_PARENT",
|
|
}
|
|
MessageContextInfo_MessageAddonExpiryType_value = map[string]int32{
|
|
"STATIC": 1,
|
|
"DEPENDENT_ON_PARENT": 2,
|
|
}
|
|
)
|
|
|
|
func (x MessageContextInfo_MessageAddonExpiryType) Enum() *MessageContextInfo_MessageAddonExpiryType {
|
|
p := new(MessageContextInfo_MessageAddonExpiryType)
|
|
*p = x
|
|
return p
|
|
}
|
|
|
|
func (x MessageContextInfo_MessageAddonExpiryType) String() string {
|
|
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
|
|
}
|
|
|
|
func (MessageContextInfo_MessageAddonExpiryType) Descriptor() protoreflect.EnumDescriptor {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_enumTypes[51].Descriptor()
|
|
}
|
|
|
|
func (MessageContextInfo_MessageAddonExpiryType) Type() protoreflect.EnumType {
|
|
return &file_waE2E_WAWebProtobufsE2E_proto_enumTypes[51]
|
|
}
|
|
|
|
func (x MessageContextInfo_MessageAddonExpiryType) Number() protoreflect.EnumNumber {
|
|
return protoreflect.EnumNumber(x)
|
|
}
|
|
|
|
// Deprecated: Do not use.
|
|
func (x *MessageContextInfo_MessageAddonExpiryType) UnmarshalJSON(b []byte) error {
|
|
num, err := protoimpl.X.UnmarshalJSONEnum(x.Descriptor(), b)
|
|
if err != nil {
|
|
return err
|
|
}
|
|
*x = MessageContextInfo_MessageAddonExpiryType(num)
|
|
return nil
|
|
}
|
|
|
|
// Deprecated: Use MessageContextInfo_MessageAddonExpiryType.Descriptor instead.
|
|
func (MessageContextInfo_MessageAddonExpiryType) EnumDescriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{34, 0}
|
|
}
|
|
|
|
type HydratedTemplateButton_HydratedURLButton_WebviewPresentationType int32
|
|
|
|
const (
|
|
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{
|
|
1: "FULL",
|
|
2: "TALL",
|
|
3: "COMPACT",
|
|
}
|
|
HydratedTemplateButton_HydratedURLButton_WebviewPresentationType_value = map[string]int32{
|
|
"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_WAWebProtobufsE2E_proto_enumTypes[52].Descriptor()
|
|
}
|
|
|
|
func (HydratedTemplateButton_HydratedURLButton_WebviewPresentationType) Type() protoreflect.EnumType {
|
|
return &file_waE2E_WAWebProtobufsE2E_proto_enumTypes[52]
|
|
}
|
|
|
|
func (x HydratedTemplateButton_HydratedURLButton_WebviewPresentationType) Number() protoreflect.EnumNumber {
|
|
return protoreflect.EnumNumber(x)
|
|
}
|
|
|
|
// Deprecated: Do not use.
|
|
func (x *HydratedTemplateButton_HydratedURLButton_WebviewPresentationType) UnmarshalJSON(b []byte) error {
|
|
num, err := protoimpl.X.UnmarshalJSONEnum(x.Descriptor(), b)
|
|
if err != nil {
|
|
return err
|
|
}
|
|
*x = HydratedTemplateButton_HydratedURLButton_WebviewPresentationType(num)
|
|
return nil
|
|
}
|
|
|
|
// Deprecated: Use HydratedTemplateButton_HydratedURLButton_WebviewPresentationType.Descriptor instead.
|
|
func (HydratedTemplateButton_HydratedURLButton_WebviewPresentationType) EnumDescriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{35, 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_WAWebProtobufsE2E_proto_enumTypes[53].Descriptor()
|
|
}
|
|
|
|
func (PaymentBackground_Type) Type() protoreflect.EnumType {
|
|
return &file_waE2E_WAWebProtobufsE2E_proto_enumTypes[53]
|
|
}
|
|
|
|
func (x PaymentBackground_Type) Number() protoreflect.EnumNumber {
|
|
return protoreflect.EnumNumber(x)
|
|
}
|
|
|
|
// Deprecated: Do not use.
|
|
func (x *PaymentBackground_Type) UnmarshalJSON(b []byte) error {
|
|
num, err := protoimpl.X.UnmarshalJSONEnum(x.Descriptor(), b)
|
|
if err != nil {
|
|
return err
|
|
}
|
|
*x = PaymentBackground_Type(num)
|
|
return nil
|
|
}
|
|
|
|
// Deprecated: Use PaymentBackground_Type.Descriptor instead.
|
|
func (PaymentBackground_Type) EnumDescriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{36, 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_BIZ_SUPPORTS_FB_HOSTING DisappearingMode_Trigger = 4
|
|
DisappearingMode_UNKNOWN_GROUPS DisappearingMode_Trigger = 5
|
|
)
|
|
|
|
// 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: "BIZ_SUPPORTS_FB_HOSTING",
|
|
5: "UNKNOWN_GROUPS",
|
|
}
|
|
DisappearingMode_Trigger_value = map[string]int32{
|
|
"UNKNOWN": 0,
|
|
"CHAT_SETTING": 1,
|
|
"ACCOUNT_SETTING": 2,
|
|
"BULK_CHANGE": 3,
|
|
"BIZ_SUPPORTS_FB_HOSTING": 4,
|
|
"UNKNOWN_GROUPS": 5,
|
|
}
|
|
)
|
|
|
|
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_WAWebProtobufsE2E_proto_enumTypes[54].Descriptor()
|
|
}
|
|
|
|
func (DisappearingMode_Trigger) Type() protoreflect.EnumType {
|
|
return &file_waE2E_WAWebProtobufsE2E_proto_enumTypes[54]
|
|
}
|
|
|
|
func (x DisappearingMode_Trigger) Number() protoreflect.EnumNumber {
|
|
return protoreflect.EnumNumber(x)
|
|
}
|
|
|
|
// Deprecated: Do not use.
|
|
func (x *DisappearingMode_Trigger) UnmarshalJSON(b []byte) error {
|
|
num, err := protoimpl.X.UnmarshalJSONEnum(x.Descriptor(), b)
|
|
if err != nil {
|
|
return err
|
|
}
|
|
*x = DisappearingMode_Trigger(num)
|
|
return nil
|
|
}
|
|
|
|
// Deprecated: Use DisappearingMode_Trigger.Descriptor instead.
|
|
func (DisappearingMode_Trigger) EnumDescriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{37, 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_BIZ_UPGRADE_FB_HOSTING 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: "BIZ_UPGRADE_FB_HOSTING",
|
|
}
|
|
DisappearingMode_Initiator_value = map[string]int32{
|
|
"CHANGED_IN_CHAT": 0,
|
|
"INITIATED_BY_ME": 1,
|
|
"INITIATED_BY_OTHER": 2,
|
|
"BIZ_UPGRADE_FB_HOSTING": 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_WAWebProtobufsE2E_proto_enumTypes[55].Descriptor()
|
|
}
|
|
|
|
func (DisappearingMode_Initiator) Type() protoreflect.EnumType {
|
|
return &file_waE2E_WAWebProtobufsE2E_proto_enumTypes[55]
|
|
}
|
|
|
|
func (x DisappearingMode_Initiator) Number() protoreflect.EnumNumber {
|
|
return protoreflect.EnumNumber(x)
|
|
}
|
|
|
|
// Deprecated: Do not use.
|
|
func (x *DisappearingMode_Initiator) UnmarshalJSON(b []byte) error {
|
|
num, err := protoimpl.X.UnmarshalJSONEnum(x.Descriptor(), b)
|
|
if err != nil {
|
|
return err
|
|
}
|
|
*x = DisappearingMode_Initiator(num)
|
|
return nil
|
|
}
|
|
|
|
// Deprecated: Use DisappearingMode_Initiator.Descriptor instead.
|
|
func (DisappearingMode_Initiator) EnumDescriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{37, 1}
|
|
}
|
|
|
|
type ProcessedVideo_VideoQuality int32
|
|
|
|
const (
|
|
ProcessedVideo_UNDEFINED ProcessedVideo_VideoQuality = 0
|
|
ProcessedVideo_LOW ProcessedVideo_VideoQuality = 1
|
|
ProcessedVideo_MID ProcessedVideo_VideoQuality = 2
|
|
ProcessedVideo_HIGH ProcessedVideo_VideoQuality = 3
|
|
)
|
|
|
|
// Enum value maps for ProcessedVideo_VideoQuality.
|
|
var (
|
|
ProcessedVideo_VideoQuality_name = map[int32]string{
|
|
0: "UNDEFINED",
|
|
1: "LOW",
|
|
2: "MID",
|
|
3: "HIGH",
|
|
}
|
|
ProcessedVideo_VideoQuality_value = map[string]int32{
|
|
"UNDEFINED": 0,
|
|
"LOW": 1,
|
|
"MID": 2,
|
|
"HIGH": 3,
|
|
}
|
|
)
|
|
|
|
func (x ProcessedVideo_VideoQuality) Enum() *ProcessedVideo_VideoQuality {
|
|
p := new(ProcessedVideo_VideoQuality)
|
|
*p = x
|
|
return p
|
|
}
|
|
|
|
func (x ProcessedVideo_VideoQuality) String() string {
|
|
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
|
|
}
|
|
|
|
func (ProcessedVideo_VideoQuality) Descriptor() protoreflect.EnumDescriptor {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_enumTypes[56].Descriptor()
|
|
}
|
|
|
|
func (ProcessedVideo_VideoQuality) Type() protoreflect.EnumType {
|
|
return &file_waE2E_WAWebProtobufsE2E_proto_enumTypes[56]
|
|
}
|
|
|
|
func (x ProcessedVideo_VideoQuality) Number() protoreflect.EnumNumber {
|
|
return protoreflect.EnumNumber(x)
|
|
}
|
|
|
|
// Deprecated: Do not use.
|
|
func (x *ProcessedVideo_VideoQuality) UnmarshalJSON(b []byte) error {
|
|
num, err := protoimpl.X.UnmarshalJSONEnum(x.Descriptor(), b)
|
|
if err != nil {
|
|
return err
|
|
}
|
|
*x = ProcessedVideo_VideoQuality(num)
|
|
return nil
|
|
}
|
|
|
|
// Deprecated: Use ProcessedVideo_VideoQuality.Descriptor instead.
|
|
func (ProcessedVideo_VideoQuality) EnumDescriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{38, 0}
|
|
}
|
|
|
|
type PlaceholderMessage struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Type *PlaceholderMessage_PlaceholderType `protobuf:"varint,1,opt,name=type,enum=WAWebProtobufsE2E.PlaceholderMessage_PlaceholderType" json:"type,omitempty"`
|
|
}
|
|
|
|
func (x *PlaceholderMessage) Reset() {
|
|
*x = PlaceholderMessage{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[0]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *PlaceholderMessage) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*PlaceholderMessage) ProtoMessage() {}
|
|
|
|
func (x *PlaceholderMessage) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_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 PlaceholderMessage.ProtoReflect.Descriptor instead.
|
|
func (*PlaceholderMessage) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{0}
|
|
}
|
|
|
|
func (x *PlaceholderMessage) GetType() PlaceholderMessage_PlaceholderType {
|
|
if x != nil && x.Type != nil {
|
|
return *x.Type
|
|
}
|
|
return PlaceholderMessage_MASK_LINKED_DEVICES
|
|
}
|
|
|
|
type BCallMessage struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
SessionID *string `protobuf:"bytes,1,opt,name=sessionID" json:"sessionID,omitempty"`
|
|
MediaType *BCallMessage_MediaType `protobuf:"varint,2,opt,name=mediaType,enum=WAWebProtobufsE2E.BCallMessage_MediaType" json:"mediaType,omitempty"`
|
|
MasterKey []byte `protobuf:"bytes,3,opt,name=masterKey" json:"masterKey,omitempty"`
|
|
Caption *string `protobuf:"bytes,4,opt,name=caption" json:"caption,omitempty"`
|
|
}
|
|
|
|
func (x *BCallMessage) Reset() {
|
|
*x = BCallMessage{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[1]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *BCallMessage) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*BCallMessage) ProtoMessage() {}
|
|
|
|
func (x *BCallMessage) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_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 BCallMessage.ProtoReflect.Descriptor instead.
|
|
func (*BCallMessage) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{1}
|
|
}
|
|
|
|
func (x *BCallMessage) GetSessionID() string {
|
|
if x != nil && x.SessionID != nil {
|
|
return *x.SessionID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *BCallMessage) GetMediaType() BCallMessage_MediaType {
|
|
if x != nil && x.MediaType != nil {
|
|
return *x.MediaType
|
|
}
|
|
return BCallMessage_UNKNOWN
|
|
}
|
|
|
|
func (x *BCallMessage) GetMasterKey() []byte {
|
|
if x != nil {
|
|
return x.MasterKey
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *BCallMessage) GetCaption() string {
|
|
if x != nil && x.Caption != nil {
|
|
return *x.Caption
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type CallLogMessage struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
IsVideo *bool `protobuf:"varint,1,opt,name=isVideo" json:"isVideo,omitempty"`
|
|
CallOutcome *CallLogMessage_CallOutcome `protobuf:"varint,2,opt,name=callOutcome,enum=WAWebProtobufsE2E.CallLogMessage_CallOutcome" json:"callOutcome,omitempty"`
|
|
DurationSecs *int64 `protobuf:"varint,3,opt,name=durationSecs" json:"durationSecs,omitempty"`
|
|
CallType *CallLogMessage_CallType `protobuf:"varint,4,opt,name=callType,enum=WAWebProtobufsE2E.CallLogMessage_CallType" json:"callType,omitempty"`
|
|
Participants []*CallLogMessage_CallParticipant `protobuf:"bytes,5,rep,name=participants" json:"participants,omitempty"`
|
|
}
|
|
|
|
func (x *CallLogMessage) Reset() {
|
|
*x = CallLogMessage{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[2]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *CallLogMessage) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*CallLogMessage) ProtoMessage() {}
|
|
|
|
func (x *CallLogMessage) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_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 CallLogMessage.ProtoReflect.Descriptor instead.
|
|
func (*CallLogMessage) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{2}
|
|
}
|
|
|
|
func (x *CallLogMessage) GetIsVideo() bool {
|
|
if x != nil && x.IsVideo != nil {
|
|
return *x.IsVideo
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (x *CallLogMessage) GetCallOutcome() CallLogMessage_CallOutcome {
|
|
if x != nil && x.CallOutcome != nil {
|
|
return *x.CallOutcome
|
|
}
|
|
return CallLogMessage_CONNECTED
|
|
}
|
|
|
|
func (x *CallLogMessage) GetDurationSecs() int64 {
|
|
if x != nil && x.DurationSecs != nil {
|
|
return *x.DurationSecs
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *CallLogMessage) GetCallType() CallLogMessage_CallType {
|
|
if x != nil && x.CallType != nil {
|
|
return *x.CallType
|
|
}
|
|
return CallLogMessage_REGULAR
|
|
}
|
|
|
|
func (x *CallLogMessage) GetParticipants() []*CallLogMessage_CallParticipant {
|
|
if x != nil {
|
|
return x.Participants
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type ScheduledCallEditMessage struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Key *waCommon.MessageKey `protobuf:"bytes,1,opt,name=key" json:"key,omitempty"`
|
|
EditType *ScheduledCallEditMessage_EditType `protobuf:"varint,2,opt,name=editType,enum=WAWebProtobufsE2E.ScheduledCallEditMessage_EditType" json:"editType,omitempty"`
|
|
}
|
|
|
|
func (x *ScheduledCallEditMessage) Reset() {
|
|
*x = ScheduledCallEditMessage{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[3]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *ScheduledCallEditMessage) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ScheduledCallEditMessage) ProtoMessage() {}
|
|
|
|
func (x *ScheduledCallEditMessage) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_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 ScheduledCallEditMessage.ProtoReflect.Descriptor instead.
|
|
func (*ScheduledCallEditMessage) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{3}
|
|
}
|
|
|
|
func (x *ScheduledCallEditMessage) GetKey() *waCommon.MessageKey {
|
|
if x != nil {
|
|
return x.Key
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *ScheduledCallEditMessage) GetEditType() ScheduledCallEditMessage_EditType {
|
|
if x != nil && x.EditType != nil {
|
|
return *x.EditType
|
|
}
|
|
return ScheduledCallEditMessage_UNKNOWN
|
|
}
|
|
|
|
type ScheduledCallCreationMessage struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
ScheduledTimestampMS *int64 `protobuf:"varint,1,opt,name=scheduledTimestampMS" json:"scheduledTimestampMS,omitempty"`
|
|
CallType *ScheduledCallCreationMessage_CallType `protobuf:"varint,2,opt,name=callType,enum=WAWebProtobufsE2E.ScheduledCallCreationMessage_CallType" json:"callType,omitempty"`
|
|
Title *string `protobuf:"bytes,3,opt,name=title" json:"title,omitempty"`
|
|
}
|
|
|
|
func (x *ScheduledCallCreationMessage) Reset() {
|
|
*x = ScheduledCallCreationMessage{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[4]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *ScheduledCallCreationMessage) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ScheduledCallCreationMessage) ProtoMessage() {}
|
|
|
|
func (x *ScheduledCallCreationMessage) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_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 ScheduledCallCreationMessage.ProtoReflect.Descriptor instead.
|
|
func (*ScheduledCallCreationMessage) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{4}
|
|
}
|
|
|
|
func (x *ScheduledCallCreationMessage) GetScheduledTimestampMS() int64 {
|
|
if x != nil && x.ScheduledTimestampMS != nil {
|
|
return *x.ScheduledTimestampMS
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ScheduledCallCreationMessage) GetCallType() ScheduledCallCreationMessage_CallType {
|
|
if x != nil && x.CallType != nil {
|
|
return *x.CallType
|
|
}
|
|
return ScheduledCallCreationMessage_UNKNOWN
|
|
}
|
|
|
|
func (x *ScheduledCallCreationMessage) GetTitle() string {
|
|
if x != nil && x.Title != nil {
|
|
return *x.Title
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type EventResponseMessage struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Response *EventResponseMessage_EventResponseType `protobuf:"varint,1,opt,name=response,enum=WAWebProtobufsE2E.EventResponseMessage_EventResponseType" json:"response,omitempty"`
|
|
TimestampMS *int64 `protobuf:"varint,2,opt,name=timestampMS" json:"timestampMS,omitempty"`
|
|
ExtraGuestCount *int32 `protobuf:"varint,3,opt,name=extraGuestCount" json:"extraGuestCount,omitempty"`
|
|
}
|
|
|
|
func (x *EventResponseMessage) Reset() {
|
|
*x = EventResponseMessage{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[5]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *EventResponseMessage) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*EventResponseMessage) ProtoMessage() {}
|
|
|
|
func (x *EventResponseMessage) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_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 EventResponseMessage.ProtoReflect.Descriptor instead.
|
|
func (*EventResponseMessage) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{5}
|
|
}
|
|
|
|
func (x *EventResponseMessage) GetResponse() EventResponseMessage_EventResponseType {
|
|
if x != nil && x.Response != nil {
|
|
return *x.Response
|
|
}
|
|
return EventResponseMessage_UNKNOWN
|
|
}
|
|
|
|
func (x *EventResponseMessage) GetTimestampMS() int64 {
|
|
if x != nil && x.TimestampMS != nil {
|
|
return *x.TimestampMS
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *EventResponseMessage) GetExtraGuestCount() int32 {
|
|
if x != nil && x.ExtraGuestCount != nil {
|
|
return *x.ExtraGuestCount
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type PinInChatMessage struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Key *waCommon.MessageKey `protobuf:"bytes,1,opt,name=key" json:"key,omitempty"`
|
|
Type *PinInChatMessage_Type `protobuf:"varint,2,opt,name=type,enum=WAWebProtobufsE2E.PinInChatMessage_Type" json:"type,omitempty"`
|
|
SenderTimestampMS *int64 `protobuf:"varint,3,opt,name=senderTimestampMS" json:"senderTimestampMS,omitempty"`
|
|
}
|
|
|
|
func (x *PinInChatMessage) Reset() {
|
|
*x = PinInChatMessage{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[6]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *PinInChatMessage) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*PinInChatMessage) ProtoMessage() {}
|
|
|
|
func (x *PinInChatMessage) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_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 PinInChatMessage.ProtoReflect.Descriptor instead.
|
|
func (*PinInChatMessage) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{6}
|
|
}
|
|
|
|
func (x *PinInChatMessage) GetKey() *waCommon.MessageKey {
|
|
if x != nil {
|
|
return x.Key
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *PinInChatMessage) GetType() PinInChatMessage_Type {
|
|
if x != nil && x.Type != nil {
|
|
return *x.Type
|
|
}
|
|
return PinInChatMessage_UNKNOWN_TYPE
|
|
}
|
|
|
|
func (x *PinInChatMessage) GetSenderTimestampMS() int64 {
|
|
if x != nil && x.SenderTimestampMS != nil {
|
|
return *x.SenderTimestampMS
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type ButtonsResponseMessage struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
// Types that are assignable to Response:
|
|
//
|
|
// *ButtonsResponseMessage_SelectedDisplayText
|
|
Response isButtonsResponseMessage_Response `protobuf_oneof:"response"`
|
|
SelectedButtonID *string `protobuf:"bytes,1,opt,name=selectedButtonID" json:"selectedButtonID,omitempty"`
|
|
ContextInfo *ContextInfo `protobuf:"bytes,3,opt,name=contextInfo" json:"contextInfo,omitempty"`
|
|
Type *ButtonsResponseMessage_Type `protobuf:"varint,4,opt,name=type,enum=WAWebProtobufsE2E.ButtonsResponseMessage_Type" json:"type,omitempty"`
|
|
}
|
|
|
|
func (x *ButtonsResponseMessage) Reset() {
|
|
*x = ButtonsResponseMessage{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[7]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *ButtonsResponseMessage) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ButtonsResponseMessage) ProtoMessage() {}
|
|
|
|
func (x *ButtonsResponseMessage) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_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 ButtonsResponseMessage.ProtoReflect.Descriptor instead.
|
|
func (*ButtonsResponseMessage) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{7}
|
|
}
|
|
|
|
func (m *ButtonsResponseMessage) GetResponse() isButtonsResponseMessage_Response {
|
|
if m != nil {
|
|
return m.Response
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *ButtonsResponseMessage) GetSelectedDisplayText() string {
|
|
if x, ok := x.GetResponse().(*ButtonsResponseMessage_SelectedDisplayText); ok {
|
|
return x.SelectedDisplayText
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ButtonsResponseMessage) GetSelectedButtonID() string {
|
|
if x != nil && x.SelectedButtonID != nil {
|
|
return *x.SelectedButtonID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ButtonsResponseMessage) GetContextInfo() *ContextInfo {
|
|
if x != nil {
|
|
return x.ContextInfo
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *ButtonsResponseMessage) GetType() ButtonsResponseMessage_Type {
|
|
if x != nil && x.Type != nil {
|
|
return *x.Type
|
|
}
|
|
return ButtonsResponseMessage_UNKNOWN
|
|
}
|
|
|
|
type isButtonsResponseMessage_Response interface {
|
|
isButtonsResponseMessage_Response()
|
|
}
|
|
|
|
type ButtonsResponseMessage_SelectedDisplayText struct {
|
|
SelectedDisplayText string `protobuf:"bytes,2,opt,name=selectedDisplayText,oneof"`
|
|
}
|
|
|
|
func (*ButtonsResponseMessage_SelectedDisplayText) isButtonsResponseMessage_Response() {}
|
|
|
|
type ButtonsMessage struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
// Types that are assignable to Header:
|
|
//
|
|
// *ButtonsMessage_Text
|
|
// *ButtonsMessage_DocumentMessage
|
|
// *ButtonsMessage_ImageMessage
|
|
// *ButtonsMessage_VideoMessage
|
|
// *ButtonsMessage_LocationMessage
|
|
Header isButtonsMessage_Header `protobuf_oneof:"header"`
|
|
ContentText *string `protobuf:"bytes,6,opt,name=contentText" json:"contentText,omitempty"`
|
|
FooterText *string `protobuf:"bytes,7,opt,name=footerText" json:"footerText,omitempty"`
|
|
ContextInfo *ContextInfo `protobuf:"bytes,8,opt,name=contextInfo" json:"contextInfo,omitempty"`
|
|
Buttons []*ButtonsMessage_Button `protobuf:"bytes,9,rep,name=buttons" json:"buttons,omitempty"`
|
|
HeaderType *ButtonsMessage_HeaderType `protobuf:"varint,10,opt,name=headerType,enum=WAWebProtobufsE2E.ButtonsMessage_HeaderType" json:"headerType,omitempty"`
|
|
}
|
|
|
|
func (x *ButtonsMessage) Reset() {
|
|
*x = ButtonsMessage{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[8]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *ButtonsMessage) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ButtonsMessage) ProtoMessage() {}
|
|
|
|
func (x *ButtonsMessage) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_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 ButtonsMessage.ProtoReflect.Descriptor instead.
|
|
func (*ButtonsMessage) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{8}
|
|
}
|
|
|
|
func (m *ButtonsMessage) GetHeader() isButtonsMessage_Header {
|
|
if m != nil {
|
|
return m.Header
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *ButtonsMessage) GetText() string {
|
|
if x, ok := x.GetHeader().(*ButtonsMessage_Text); ok {
|
|
return x.Text
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ButtonsMessage) GetDocumentMessage() *DocumentMessage {
|
|
if x, ok := x.GetHeader().(*ButtonsMessage_DocumentMessage); ok {
|
|
return x.DocumentMessage
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *ButtonsMessage) GetImageMessage() *ImageMessage {
|
|
if x, ok := x.GetHeader().(*ButtonsMessage_ImageMessage); ok {
|
|
return x.ImageMessage
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *ButtonsMessage) GetVideoMessage() *VideoMessage {
|
|
if x, ok := x.GetHeader().(*ButtonsMessage_VideoMessage); ok {
|
|
return x.VideoMessage
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *ButtonsMessage) GetLocationMessage() *LocationMessage {
|
|
if x, ok := x.GetHeader().(*ButtonsMessage_LocationMessage); ok {
|
|
return x.LocationMessage
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *ButtonsMessage) GetContentText() string {
|
|
if x != nil && x.ContentText != nil {
|
|
return *x.ContentText
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ButtonsMessage) GetFooterText() string {
|
|
if x != nil && x.FooterText != nil {
|
|
return *x.FooterText
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ButtonsMessage) GetContextInfo() *ContextInfo {
|
|
if x != nil {
|
|
return x.ContextInfo
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *ButtonsMessage) GetButtons() []*ButtonsMessage_Button {
|
|
if x != nil {
|
|
return x.Buttons
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *ButtonsMessage) GetHeaderType() ButtonsMessage_HeaderType {
|
|
if x != nil && x.HeaderType != nil {
|
|
return *x.HeaderType
|
|
}
|
|
return ButtonsMessage_UNKNOWN
|
|
}
|
|
|
|
type isButtonsMessage_Header interface {
|
|
isButtonsMessage_Header()
|
|
}
|
|
|
|
type ButtonsMessage_Text struct {
|
|
Text string `protobuf:"bytes,1,opt,name=text,oneof"`
|
|
}
|
|
|
|
type ButtonsMessage_DocumentMessage struct {
|
|
DocumentMessage *DocumentMessage `protobuf:"bytes,2,opt,name=documentMessage,oneof"`
|
|
}
|
|
|
|
type ButtonsMessage_ImageMessage struct {
|
|
ImageMessage *ImageMessage `protobuf:"bytes,3,opt,name=imageMessage,oneof"`
|
|
}
|
|
|
|
type ButtonsMessage_VideoMessage struct {
|
|
VideoMessage *VideoMessage `protobuf:"bytes,4,opt,name=videoMessage,oneof"`
|
|
}
|
|
|
|
type ButtonsMessage_LocationMessage struct {
|
|
LocationMessage *LocationMessage `protobuf:"bytes,5,opt,name=locationMessage,oneof"`
|
|
}
|
|
|
|
func (*ButtonsMessage_Text) isButtonsMessage_Header() {}
|
|
|
|
func (*ButtonsMessage_DocumentMessage) isButtonsMessage_Header() {}
|
|
|
|
func (*ButtonsMessage_ImageMessage) isButtonsMessage_Header() {}
|
|
|
|
func (*ButtonsMessage_VideoMessage) isButtonsMessage_Header() {}
|
|
|
|
func (*ButtonsMessage_LocationMessage) isButtonsMessage_Header() {}
|
|
|
|
type SecretEncryptedMessage struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
TargetMessageKey *waCommon.MessageKey `protobuf:"bytes,1,opt,name=targetMessageKey" json:"targetMessageKey,omitempty"`
|
|
EncPayload []byte `protobuf:"bytes,2,opt,name=encPayload" json:"encPayload,omitempty"`
|
|
EncIV []byte `protobuf:"bytes,3,opt,name=encIV" json:"encIV,omitempty"`
|
|
SecretEncType *SecretEncryptedMessage_SecretEncType `protobuf:"varint,4,opt,name=secretEncType,enum=WAWebProtobufsE2E.SecretEncryptedMessage_SecretEncType" json:"secretEncType,omitempty"`
|
|
}
|
|
|
|
func (x *SecretEncryptedMessage) Reset() {
|
|
*x = SecretEncryptedMessage{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[9]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *SecretEncryptedMessage) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*SecretEncryptedMessage) ProtoMessage() {}
|
|
|
|
func (x *SecretEncryptedMessage) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_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 SecretEncryptedMessage.ProtoReflect.Descriptor instead.
|
|
func (*SecretEncryptedMessage) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{9}
|
|
}
|
|
|
|
func (x *SecretEncryptedMessage) GetTargetMessageKey() *waCommon.MessageKey {
|
|
if x != nil {
|
|
return x.TargetMessageKey
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *SecretEncryptedMessage) GetEncPayload() []byte {
|
|
if x != nil {
|
|
return x.EncPayload
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *SecretEncryptedMessage) GetEncIV() []byte {
|
|
if x != nil {
|
|
return x.EncIV
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *SecretEncryptedMessage) GetSecretEncType() SecretEncryptedMessage_SecretEncType {
|
|
if x != nil && x.SecretEncType != nil {
|
|
return *x.SecretEncType
|
|
}
|
|
return SecretEncryptedMessage_UNKNOWN
|
|
}
|
|
|
|
type GroupInviteMessage struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
GroupJID *string `protobuf:"bytes,1,opt,name=groupJID" json:"groupJID,omitempty"`
|
|
InviteCode *string `protobuf:"bytes,2,opt,name=inviteCode" json:"inviteCode,omitempty"`
|
|
InviteExpiration *int64 `protobuf:"varint,3,opt,name=inviteExpiration" json:"inviteExpiration,omitempty"`
|
|
GroupName *string `protobuf:"bytes,4,opt,name=groupName" json:"groupName,omitempty"`
|
|
JPEGThumbnail []byte `protobuf:"bytes,5,opt,name=JPEGThumbnail" json:"JPEGThumbnail,omitempty"`
|
|
Caption *string `protobuf:"bytes,6,opt,name=caption" json:"caption,omitempty"`
|
|
ContextInfo *ContextInfo `protobuf:"bytes,7,opt,name=contextInfo" json:"contextInfo,omitempty"`
|
|
GroupType *GroupInviteMessage_GroupType `protobuf:"varint,8,opt,name=groupType,enum=WAWebProtobufsE2E.GroupInviteMessage_GroupType" json:"groupType,omitempty"`
|
|
}
|
|
|
|
func (x *GroupInviteMessage) Reset() {
|
|
*x = GroupInviteMessage{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[10]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *GroupInviteMessage) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GroupInviteMessage) ProtoMessage() {}
|
|
|
|
func (x *GroupInviteMessage) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_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 GroupInviteMessage.ProtoReflect.Descriptor instead.
|
|
func (*GroupInviteMessage) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{10}
|
|
}
|
|
|
|
func (x *GroupInviteMessage) GetGroupJID() string {
|
|
if x != nil && x.GroupJID != nil {
|
|
return *x.GroupJID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GroupInviteMessage) GetInviteCode() string {
|
|
if x != nil && x.InviteCode != nil {
|
|
return *x.InviteCode
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GroupInviteMessage) GetInviteExpiration() int64 {
|
|
if x != nil && x.InviteExpiration != nil {
|
|
return *x.InviteExpiration
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *GroupInviteMessage) GetGroupName() string {
|
|
if x != nil && x.GroupName != nil {
|
|
return *x.GroupName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GroupInviteMessage) GetJPEGThumbnail() []byte {
|
|
if x != nil {
|
|
return x.JPEGThumbnail
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *GroupInviteMessage) GetCaption() string {
|
|
if x != nil && x.Caption != nil {
|
|
return *x.Caption
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GroupInviteMessage) GetContextInfo() *ContextInfo {
|
|
if x != nil {
|
|
return x.ContextInfo
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *GroupInviteMessage) GetGroupType() GroupInviteMessage_GroupType {
|
|
if x != nil && x.GroupType != nil {
|
|
return *x.GroupType
|
|
}
|
|
return GroupInviteMessage_DEFAULT
|
|
}
|
|
|
|
type InteractiveResponseMessage struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
// Types that are assignable to InteractiveResponseMessage:
|
|
//
|
|
// *InteractiveResponseMessage_NativeFlowResponseMessage_
|
|
InteractiveResponseMessage isInteractiveResponseMessage_InteractiveResponseMessage `protobuf_oneof:"interactiveResponseMessage"`
|
|
Body *InteractiveResponseMessage_Body `protobuf:"bytes,1,opt,name=body" json:"body,omitempty"`
|
|
ContextInfo *ContextInfo `protobuf:"bytes,15,opt,name=contextInfo" json:"contextInfo,omitempty"`
|
|
}
|
|
|
|
func (x *InteractiveResponseMessage) Reset() {
|
|
*x = InteractiveResponseMessage{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[11]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *InteractiveResponseMessage) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*InteractiveResponseMessage) ProtoMessage() {}
|
|
|
|
func (x *InteractiveResponseMessage) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_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 InteractiveResponseMessage.ProtoReflect.Descriptor instead.
|
|
func (*InteractiveResponseMessage) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{11}
|
|
}
|
|
|
|
func (m *InteractiveResponseMessage) GetInteractiveResponseMessage() isInteractiveResponseMessage_InteractiveResponseMessage {
|
|
if m != nil {
|
|
return m.InteractiveResponseMessage
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *InteractiveResponseMessage) GetNativeFlowResponseMessage() *InteractiveResponseMessage_NativeFlowResponseMessage {
|
|
if x, ok := x.GetInteractiveResponseMessage().(*InteractiveResponseMessage_NativeFlowResponseMessage_); ok {
|
|
return x.NativeFlowResponseMessage
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *InteractiveResponseMessage) GetBody() *InteractiveResponseMessage_Body {
|
|
if x != nil {
|
|
return x.Body
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *InteractiveResponseMessage) GetContextInfo() *ContextInfo {
|
|
if x != nil {
|
|
return x.ContextInfo
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type isInteractiveResponseMessage_InteractiveResponseMessage interface {
|
|
isInteractiveResponseMessage_InteractiveResponseMessage()
|
|
}
|
|
|
|
type InteractiveResponseMessage_NativeFlowResponseMessage_ struct {
|
|
NativeFlowResponseMessage *InteractiveResponseMessage_NativeFlowResponseMessage `protobuf:"bytes,2,opt,name=nativeFlowResponseMessage,oneof"`
|
|
}
|
|
|
|
func (*InteractiveResponseMessage_NativeFlowResponseMessage_) isInteractiveResponseMessage_InteractiveResponseMessage() {
|
|
}
|
|
|
|
type InteractiveMessage struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
// Types that are assignable to InteractiveMessage:
|
|
//
|
|
// *InteractiveMessage_ShopStorefrontMessage
|
|
// *InteractiveMessage_CollectionMessage_
|
|
// *InteractiveMessage_NativeFlowMessage_
|
|
// *InteractiveMessage_CarouselMessage_
|
|
InteractiveMessage isInteractiveMessage_InteractiveMessage `protobuf_oneof:"interactiveMessage"`
|
|
Header *InteractiveMessage_Header `protobuf:"bytes,1,opt,name=header" json:"header,omitempty"`
|
|
Body *InteractiveMessage_Body `protobuf:"bytes,2,opt,name=body" json:"body,omitempty"`
|
|
Footer *InteractiveMessage_Footer `protobuf:"bytes,3,opt,name=footer" json:"footer,omitempty"`
|
|
ContextInfo *ContextInfo `protobuf:"bytes,15,opt,name=contextInfo" json:"contextInfo,omitempty"`
|
|
}
|
|
|
|
func (x *InteractiveMessage) Reset() {
|
|
*x = InteractiveMessage{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[12]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *InteractiveMessage) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*InteractiveMessage) ProtoMessage() {}
|
|
|
|
func (x *InteractiveMessage) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_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 InteractiveMessage.ProtoReflect.Descriptor instead.
|
|
func (*InteractiveMessage) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{12}
|
|
}
|
|
|
|
func (m *InteractiveMessage) GetInteractiveMessage() isInteractiveMessage_InteractiveMessage {
|
|
if m != nil {
|
|
return m.InteractiveMessage
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *InteractiveMessage) GetShopStorefrontMessage() *InteractiveMessage_ShopMessage {
|
|
if x, ok := x.GetInteractiveMessage().(*InteractiveMessage_ShopStorefrontMessage); ok {
|
|
return x.ShopStorefrontMessage
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *InteractiveMessage) GetCollectionMessage() *InteractiveMessage_CollectionMessage {
|
|
if x, ok := x.GetInteractiveMessage().(*InteractiveMessage_CollectionMessage_); ok {
|
|
return x.CollectionMessage
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *InteractiveMessage) GetNativeFlowMessage() *InteractiveMessage_NativeFlowMessage {
|
|
if x, ok := x.GetInteractiveMessage().(*InteractiveMessage_NativeFlowMessage_); ok {
|
|
return x.NativeFlowMessage
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *InteractiveMessage) GetCarouselMessage() *InteractiveMessage_CarouselMessage {
|
|
if x, ok := x.GetInteractiveMessage().(*InteractiveMessage_CarouselMessage_); ok {
|
|
return x.CarouselMessage
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *InteractiveMessage) GetHeader() *InteractiveMessage_Header {
|
|
if x != nil {
|
|
return x.Header
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *InteractiveMessage) GetBody() *InteractiveMessage_Body {
|
|
if x != nil {
|
|
return x.Body
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *InteractiveMessage) GetFooter() *InteractiveMessage_Footer {
|
|
if x != nil {
|
|
return x.Footer
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *InteractiveMessage) GetContextInfo() *ContextInfo {
|
|
if x != nil {
|
|
return x.ContextInfo
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type isInteractiveMessage_InteractiveMessage interface {
|
|
isInteractiveMessage_InteractiveMessage()
|
|
}
|
|
|
|
type InteractiveMessage_ShopStorefrontMessage struct {
|
|
ShopStorefrontMessage *InteractiveMessage_ShopMessage `protobuf:"bytes,4,opt,name=shopStorefrontMessage,oneof"`
|
|
}
|
|
|
|
type InteractiveMessage_CollectionMessage_ struct {
|
|
CollectionMessage *InteractiveMessage_CollectionMessage `protobuf:"bytes,5,opt,name=collectionMessage,oneof"`
|
|
}
|
|
|
|
type InteractiveMessage_NativeFlowMessage_ struct {
|
|
NativeFlowMessage *InteractiveMessage_NativeFlowMessage `protobuf:"bytes,6,opt,name=nativeFlowMessage,oneof"`
|
|
}
|
|
|
|
type InteractiveMessage_CarouselMessage_ struct {
|
|
CarouselMessage *InteractiveMessage_CarouselMessage `protobuf:"bytes,7,opt,name=carouselMessage,oneof"`
|
|
}
|
|
|
|
func (*InteractiveMessage_ShopStorefrontMessage) isInteractiveMessage_InteractiveMessage() {}
|
|
|
|
func (*InteractiveMessage_CollectionMessage_) isInteractiveMessage_InteractiveMessage() {}
|
|
|
|
func (*InteractiveMessage_NativeFlowMessage_) isInteractiveMessage_InteractiveMessage() {}
|
|
|
|
func (*InteractiveMessage_CarouselMessage_) isInteractiveMessage_InteractiveMessage() {}
|
|
|
|
type ListResponseMessage struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Title *string `protobuf:"bytes,1,opt,name=title" json:"title,omitempty"`
|
|
ListType *ListResponseMessage_ListType `protobuf:"varint,2,opt,name=listType,enum=WAWebProtobufsE2E.ListResponseMessage_ListType" json:"listType,omitempty"`
|
|
SingleSelectReply *ListResponseMessage_SingleSelectReply `protobuf:"bytes,3,opt,name=singleSelectReply" json:"singleSelectReply,omitempty"`
|
|
ContextInfo *ContextInfo `protobuf:"bytes,4,opt,name=contextInfo" json:"contextInfo,omitempty"`
|
|
Description *string `protobuf:"bytes,5,opt,name=description" json:"description,omitempty"`
|
|
}
|
|
|
|
func (x *ListResponseMessage) Reset() {
|
|
*x = ListResponseMessage{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[13]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *ListResponseMessage) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ListResponseMessage) ProtoMessage() {}
|
|
|
|
func (x *ListResponseMessage) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_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 ListResponseMessage.ProtoReflect.Descriptor instead.
|
|
func (*ListResponseMessage) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{13}
|
|
}
|
|
|
|
func (x *ListResponseMessage) GetTitle() string {
|
|
if x != nil && x.Title != nil {
|
|
return *x.Title
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ListResponseMessage) GetListType() ListResponseMessage_ListType {
|
|
if x != nil && x.ListType != nil {
|
|
return *x.ListType
|
|
}
|
|
return ListResponseMessage_UNKNOWN
|
|
}
|
|
|
|
func (x *ListResponseMessage) GetSingleSelectReply() *ListResponseMessage_SingleSelectReply {
|
|
if x != nil {
|
|
return x.SingleSelectReply
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *ListResponseMessage) GetContextInfo() *ContextInfo {
|
|
if x != nil {
|
|
return x.ContextInfo
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *ListResponseMessage) GetDescription() string {
|
|
if x != nil && x.Description != nil {
|
|
return *x.Description
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type ListMessage struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Title *string `protobuf:"bytes,1,opt,name=title" json:"title,omitempty"`
|
|
Description *string `protobuf:"bytes,2,opt,name=description" json:"description,omitempty"`
|
|
ButtonText *string `protobuf:"bytes,3,opt,name=buttonText" json:"buttonText,omitempty"`
|
|
ListType *ListMessage_ListType `protobuf:"varint,4,opt,name=listType,enum=WAWebProtobufsE2E.ListMessage_ListType" json:"listType,omitempty"`
|
|
Sections []*ListMessage_Section `protobuf:"bytes,5,rep,name=sections" json:"sections,omitempty"`
|
|
ProductListInfo *ListMessage_ProductListInfo `protobuf:"bytes,6,opt,name=productListInfo" json:"productListInfo,omitempty"`
|
|
FooterText *string `protobuf:"bytes,7,opt,name=footerText" json:"footerText,omitempty"`
|
|
ContextInfo *ContextInfo `protobuf:"bytes,8,opt,name=contextInfo" json:"contextInfo,omitempty"`
|
|
}
|
|
|
|
func (x *ListMessage) Reset() {
|
|
*x = ListMessage{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[14]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *ListMessage) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ListMessage) ProtoMessage() {}
|
|
|
|
func (x *ListMessage) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_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 ListMessage.ProtoReflect.Descriptor instead.
|
|
func (*ListMessage) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{14}
|
|
}
|
|
|
|
func (x *ListMessage) GetTitle() string {
|
|
if x != nil && x.Title != nil {
|
|
return *x.Title
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ListMessage) GetDescription() string {
|
|
if x != nil && x.Description != nil {
|
|
return *x.Description
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ListMessage) GetButtonText() string {
|
|
if x != nil && x.ButtonText != nil {
|
|
return *x.ButtonText
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ListMessage) GetListType() ListMessage_ListType {
|
|
if x != nil && x.ListType != nil {
|
|
return *x.ListType
|
|
}
|
|
return ListMessage_UNKNOWN
|
|
}
|
|
|
|
func (x *ListMessage) GetSections() []*ListMessage_Section {
|
|
if x != nil {
|
|
return x.Sections
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *ListMessage) GetProductListInfo() *ListMessage_ProductListInfo {
|
|
if x != nil {
|
|
return x.ProductListInfo
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *ListMessage) GetFooterText() string {
|
|
if x != nil && x.FooterText != nil {
|
|
return *x.FooterText
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ListMessage) GetContextInfo() *ContextInfo {
|
|
if x != nil {
|
|
return x.ContextInfo
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type OrderMessage struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
OrderID *string `protobuf:"bytes,1,opt,name=orderID" json:"orderID,omitempty"`
|
|
Thumbnail []byte `protobuf:"bytes,2,opt,name=thumbnail" json:"thumbnail,omitempty"`
|
|
ItemCount *int32 `protobuf:"varint,3,opt,name=itemCount" json:"itemCount,omitempty"`
|
|
Status *OrderMessage_OrderStatus `protobuf:"varint,4,opt,name=status,enum=WAWebProtobufsE2E.OrderMessage_OrderStatus" json:"status,omitempty"`
|
|
Surface *OrderMessage_OrderSurface `protobuf:"varint,5,opt,name=surface,enum=WAWebProtobufsE2E.OrderMessage_OrderSurface" json:"surface,omitempty"`
|
|
Message *string `protobuf:"bytes,6,opt,name=message" json:"message,omitempty"`
|
|
OrderTitle *string `protobuf:"bytes,7,opt,name=orderTitle" json:"orderTitle,omitempty"`
|
|
SellerJID *string `protobuf:"bytes,8,opt,name=sellerJID" json:"sellerJID,omitempty"`
|
|
Token *string `protobuf:"bytes,9,opt,name=token" json:"token,omitempty"`
|
|
TotalAmount1000 *int64 `protobuf:"varint,10,opt,name=totalAmount1000" json:"totalAmount1000,omitempty"`
|
|
TotalCurrencyCode *string `protobuf:"bytes,11,opt,name=totalCurrencyCode" json:"totalCurrencyCode,omitempty"`
|
|
ContextInfo *ContextInfo `protobuf:"bytes,17,opt,name=contextInfo" json:"contextInfo,omitempty"`
|
|
MessageVersion *int32 `protobuf:"varint,12,opt,name=messageVersion" json:"messageVersion,omitempty"`
|
|
OrderRequestMessageID *waCommon.MessageKey `protobuf:"bytes,13,opt,name=orderRequestMessageID" json:"orderRequestMessageID,omitempty"`
|
|
}
|
|
|
|
func (x *OrderMessage) Reset() {
|
|
*x = OrderMessage{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[15]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *OrderMessage) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*OrderMessage) ProtoMessage() {}
|
|
|
|
func (x *OrderMessage) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_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 OrderMessage.ProtoReflect.Descriptor instead.
|
|
func (*OrderMessage) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{15}
|
|
}
|
|
|
|
func (x *OrderMessage) GetOrderID() string {
|
|
if x != nil && x.OrderID != nil {
|
|
return *x.OrderID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *OrderMessage) GetThumbnail() []byte {
|
|
if x != nil {
|
|
return x.Thumbnail
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *OrderMessage) GetItemCount() int32 {
|
|
if x != nil && x.ItemCount != nil {
|
|
return *x.ItemCount
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *OrderMessage) GetStatus() OrderMessage_OrderStatus {
|
|
if x != nil && x.Status != nil {
|
|
return *x.Status
|
|
}
|
|
return OrderMessage_INQUIRY
|
|
}
|
|
|
|
func (x *OrderMessage) GetSurface() OrderMessage_OrderSurface {
|
|
if x != nil && x.Surface != nil {
|
|
return *x.Surface
|
|
}
|
|
return OrderMessage_CATALOG
|
|
}
|
|
|
|
func (x *OrderMessage) GetMessage() string {
|
|
if x != nil && x.Message != nil {
|
|
return *x.Message
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *OrderMessage) GetOrderTitle() string {
|
|
if x != nil && x.OrderTitle != nil {
|
|
return *x.OrderTitle
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *OrderMessage) GetSellerJID() string {
|
|
if x != nil && x.SellerJID != nil {
|
|
return *x.SellerJID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *OrderMessage) GetToken() string {
|
|
if x != nil && x.Token != nil {
|
|
return *x.Token
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *OrderMessage) GetTotalAmount1000() int64 {
|
|
if x != nil && x.TotalAmount1000 != nil {
|
|
return *x.TotalAmount1000
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *OrderMessage) GetTotalCurrencyCode() string {
|
|
if x != nil && x.TotalCurrencyCode != nil {
|
|
return *x.TotalCurrencyCode
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *OrderMessage) GetContextInfo() *ContextInfo {
|
|
if x != nil {
|
|
return x.ContextInfo
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *OrderMessage) GetMessageVersion() int32 {
|
|
if x != nil && x.MessageVersion != nil {
|
|
return *x.MessageVersion
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *OrderMessage) GetOrderRequestMessageID() *waCommon.MessageKey {
|
|
if x != nil {
|
|
return x.OrderRequestMessageID
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type PaymentInviteMessage struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
ServiceType *PaymentInviteMessage_ServiceType `protobuf:"varint,1,opt,name=serviceType,enum=WAWebProtobufsE2E.PaymentInviteMessage_ServiceType" json:"serviceType,omitempty"`
|
|
ExpiryTimestamp *int64 `protobuf:"varint,2,opt,name=expiryTimestamp" json:"expiryTimestamp,omitempty"`
|
|
}
|
|
|
|
func (x *PaymentInviteMessage) Reset() {
|
|
*x = PaymentInviteMessage{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[16]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *PaymentInviteMessage) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*PaymentInviteMessage) ProtoMessage() {}
|
|
|
|
func (x *PaymentInviteMessage) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_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 PaymentInviteMessage.ProtoReflect.Descriptor instead.
|
|
func (*PaymentInviteMessage) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{16}
|
|
}
|
|
|
|
func (x *PaymentInviteMessage) GetServiceType() PaymentInviteMessage_ServiceType {
|
|
if x != nil && x.ServiceType != nil {
|
|
return *x.ServiceType
|
|
}
|
|
return PaymentInviteMessage_UNKNOWN
|
|
}
|
|
|
|
func (x *PaymentInviteMessage) GetExpiryTimestamp() int64 {
|
|
if x != nil && x.ExpiryTimestamp != nil {
|
|
return *x.ExpiryTimestamp
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type HighlyStructuredMessage struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Namespace *string `protobuf:"bytes,1,opt,name=namespace" json:"namespace,omitempty"`
|
|
ElementName *string `protobuf:"bytes,2,opt,name=elementName" json:"elementName,omitempty"`
|
|
Params []string `protobuf:"bytes,3,rep,name=params" json:"params,omitempty"`
|
|
FallbackLg *string `protobuf:"bytes,4,opt,name=fallbackLg" json:"fallbackLg,omitempty"`
|
|
FallbackLc *string `protobuf:"bytes,5,opt,name=fallbackLc" json:"fallbackLc,omitempty"`
|
|
LocalizableParams []*HighlyStructuredMessage_HSMLocalizableParameter `protobuf:"bytes,6,rep,name=localizableParams" json:"localizableParams,omitempty"`
|
|
DeterministicLg *string `protobuf:"bytes,7,opt,name=deterministicLg" json:"deterministicLg,omitempty"`
|
|
DeterministicLc *string `protobuf:"bytes,8,opt,name=deterministicLc" json:"deterministicLc,omitempty"`
|
|
HydratedHsm *TemplateMessage `protobuf:"bytes,9,opt,name=hydratedHsm" json:"hydratedHsm,omitempty"`
|
|
}
|
|
|
|
func (x *HighlyStructuredMessage) Reset() {
|
|
*x = HighlyStructuredMessage{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[17]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *HighlyStructuredMessage) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*HighlyStructuredMessage) ProtoMessage() {}
|
|
|
|
func (x *HighlyStructuredMessage) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_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 HighlyStructuredMessage.ProtoReflect.Descriptor instead.
|
|
func (*HighlyStructuredMessage) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{17}
|
|
}
|
|
|
|
func (x *HighlyStructuredMessage) GetNamespace() string {
|
|
if x != nil && x.Namespace != nil {
|
|
return *x.Namespace
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *HighlyStructuredMessage) GetElementName() string {
|
|
if x != nil && x.ElementName != nil {
|
|
return *x.ElementName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *HighlyStructuredMessage) GetParams() []string {
|
|
if x != nil {
|
|
return x.Params
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *HighlyStructuredMessage) GetFallbackLg() string {
|
|
if x != nil && x.FallbackLg != nil {
|
|
return *x.FallbackLg
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *HighlyStructuredMessage) GetFallbackLc() string {
|
|
if x != nil && x.FallbackLc != nil {
|
|
return *x.FallbackLc
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *HighlyStructuredMessage) GetLocalizableParams() []*HighlyStructuredMessage_HSMLocalizableParameter {
|
|
if x != nil {
|
|
return x.LocalizableParams
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *HighlyStructuredMessage) GetDeterministicLg() string {
|
|
if x != nil && x.DeterministicLg != nil {
|
|
return *x.DeterministicLg
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *HighlyStructuredMessage) GetDeterministicLc() string {
|
|
if x != nil && x.DeterministicLc != nil {
|
|
return *x.DeterministicLc
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *HighlyStructuredMessage) GetHydratedHsm() *TemplateMessage {
|
|
if x != nil {
|
|
return x.HydratedHsm
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type PeerDataOperationRequestResponseMessage struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
PeerDataOperationRequestType *PeerDataOperationRequestType `protobuf:"varint,1,opt,name=peerDataOperationRequestType,enum=WAWebProtobufsE2E.PeerDataOperationRequestType" json:"peerDataOperationRequestType,omitempty"`
|
|
StanzaID *string `protobuf:"bytes,2,opt,name=stanzaID" json:"stanzaID,omitempty"`
|
|
PeerDataOperationResult []*PeerDataOperationRequestResponseMessage_PeerDataOperationResult `protobuf:"bytes,3,rep,name=peerDataOperationResult" json:"peerDataOperationResult,omitempty"`
|
|
}
|
|
|
|
func (x *PeerDataOperationRequestResponseMessage) Reset() {
|
|
*x = PeerDataOperationRequestResponseMessage{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[18]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *PeerDataOperationRequestResponseMessage) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*PeerDataOperationRequestResponseMessage) ProtoMessage() {}
|
|
|
|
func (x *PeerDataOperationRequestResponseMessage) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_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 PeerDataOperationRequestResponseMessage.ProtoReflect.Descriptor instead.
|
|
func (*PeerDataOperationRequestResponseMessage) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{18}
|
|
}
|
|
|
|
func (x *PeerDataOperationRequestResponseMessage) GetPeerDataOperationRequestType() PeerDataOperationRequestType {
|
|
if x != nil && x.PeerDataOperationRequestType != nil {
|
|
return *x.PeerDataOperationRequestType
|
|
}
|
|
return PeerDataOperationRequestType_UPLOAD_STICKER
|
|
}
|
|
|
|
func (x *PeerDataOperationRequestResponseMessage) GetStanzaID() string {
|
|
if x != nil && x.StanzaID != nil {
|
|
return *x.StanzaID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *PeerDataOperationRequestResponseMessage) GetPeerDataOperationResult() []*PeerDataOperationRequestResponseMessage_PeerDataOperationResult {
|
|
if x != nil {
|
|
return x.PeerDataOperationResult
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type HistorySyncNotification struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
FileSHA256 []byte `protobuf:"bytes,1,opt,name=fileSHA256" json:"fileSHA256,omitempty"`
|
|
FileLength *uint64 `protobuf:"varint,2,opt,name=fileLength" json:"fileLength,omitempty"`
|
|
MediaKey []byte `protobuf:"bytes,3,opt,name=mediaKey" json:"mediaKey,omitempty"`
|
|
FileEncSHA256 []byte `protobuf:"bytes,4,opt,name=fileEncSHA256" json:"fileEncSHA256,omitempty"`
|
|
DirectPath *string `protobuf:"bytes,5,opt,name=directPath" json:"directPath,omitempty"`
|
|
SyncType *HistorySyncNotification_HistorySyncType `protobuf:"varint,6,opt,name=syncType,enum=WAWebProtobufsE2E.HistorySyncNotification_HistorySyncType" json:"syncType,omitempty"`
|
|
ChunkOrder *uint32 `protobuf:"varint,7,opt,name=chunkOrder" json:"chunkOrder,omitempty"`
|
|
OriginalMessageID *string `protobuf:"bytes,8,opt,name=originalMessageID" json:"originalMessageID,omitempty"`
|
|
Progress *uint32 `protobuf:"varint,9,opt,name=progress" json:"progress,omitempty"`
|
|
OldestMsgInChunkTimestampSec *int64 `protobuf:"varint,10,opt,name=oldestMsgInChunkTimestampSec" json:"oldestMsgInChunkTimestampSec,omitempty"`
|
|
InitialHistBootstrapInlinePayload []byte `protobuf:"bytes,11,opt,name=initialHistBootstrapInlinePayload" json:"initialHistBootstrapInlinePayload,omitempty"`
|
|
PeerDataRequestSessionID *string `protobuf:"bytes,12,opt,name=peerDataRequestSessionID" json:"peerDataRequestSessionID,omitempty"`
|
|
FullHistorySyncOnDemandRequestMetadata *FullHistorySyncOnDemandRequestMetadata `protobuf:"bytes,13,opt,name=fullHistorySyncOnDemandRequestMetadata" json:"fullHistorySyncOnDemandRequestMetadata,omitempty"`
|
|
EncHandle *string `protobuf:"bytes,14,opt,name=encHandle" json:"encHandle,omitempty"`
|
|
}
|
|
|
|
func (x *HistorySyncNotification) Reset() {
|
|
*x = HistorySyncNotification{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[19]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *HistorySyncNotification) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*HistorySyncNotification) ProtoMessage() {}
|
|
|
|
func (x *HistorySyncNotification) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_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 HistorySyncNotification.ProtoReflect.Descriptor instead.
|
|
func (*HistorySyncNotification) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{19}
|
|
}
|
|
|
|
func (x *HistorySyncNotification) GetFileSHA256() []byte {
|
|
if x != nil {
|
|
return x.FileSHA256
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *HistorySyncNotification) GetFileLength() uint64 {
|
|
if x != nil && x.FileLength != nil {
|
|
return *x.FileLength
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *HistorySyncNotification) GetMediaKey() []byte {
|
|
if x != nil {
|
|
return x.MediaKey
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *HistorySyncNotification) GetFileEncSHA256() []byte {
|
|
if x != nil {
|
|
return x.FileEncSHA256
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *HistorySyncNotification) GetDirectPath() string {
|
|
if x != nil && x.DirectPath != nil {
|
|
return *x.DirectPath
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *HistorySyncNotification) GetSyncType() HistorySyncNotification_HistorySyncType {
|
|
if x != nil && x.SyncType != nil {
|
|
return *x.SyncType
|
|
}
|
|
return HistorySyncNotification_INITIAL_BOOTSTRAP
|
|
}
|
|
|
|
func (x *HistorySyncNotification) GetChunkOrder() uint32 {
|
|
if x != nil && x.ChunkOrder != nil {
|
|
return *x.ChunkOrder
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *HistorySyncNotification) GetOriginalMessageID() string {
|
|
if x != nil && x.OriginalMessageID != nil {
|
|
return *x.OriginalMessageID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *HistorySyncNotification) GetProgress() uint32 {
|
|
if x != nil && x.Progress != nil {
|
|
return *x.Progress
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *HistorySyncNotification) GetOldestMsgInChunkTimestampSec() int64 {
|
|
if x != nil && x.OldestMsgInChunkTimestampSec != nil {
|
|
return *x.OldestMsgInChunkTimestampSec
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *HistorySyncNotification) GetInitialHistBootstrapInlinePayload() []byte {
|
|
if x != nil {
|
|
return x.InitialHistBootstrapInlinePayload
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *HistorySyncNotification) GetPeerDataRequestSessionID() string {
|
|
if x != nil && x.PeerDataRequestSessionID != nil {
|
|
return *x.PeerDataRequestSessionID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *HistorySyncNotification) GetFullHistorySyncOnDemandRequestMetadata() *FullHistorySyncOnDemandRequestMetadata {
|
|
if x != nil {
|
|
return x.FullHistorySyncOnDemandRequestMetadata
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *HistorySyncNotification) GetEncHandle() string {
|
|
if x != nil && x.EncHandle != nil {
|
|
return *x.EncHandle
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type RequestWelcomeMessageMetadata struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
LocalChatState *RequestWelcomeMessageMetadata_LocalChatState `protobuf:"varint,1,opt,name=localChatState,enum=WAWebProtobufsE2E.RequestWelcomeMessageMetadata_LocalChatState" json:"localChatState,omitempty"`
|
|
}
|
|
|
|
func (x *RequestWelcomeMessageMetadata) Reset() {
|
|
*x = RequestWelcomeMessageMetadata{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[20]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *RequestWelcomeMessageMetadata) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*RequestWelcomeMessageMetadata) ProtoMessage() {}
|
|
|
|
func (x *RequestWelcomeMessageMetadata) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_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 RequestWelcomeMessageMetadata.ProtoReflect.Descriptor instead.
|
|
func (*RequestWelcomeMessageMetadata) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{20}
|
|
}
|
|
|
|
func (x *RequestWelcomeMessageMetadata) GetLocalChatState() RequestWelcomeMessageMetadata_LocalChatState {
|
|
if x != nil && x.LocalChatState != nil {
|
|
return *x.LocalChatState
|
|
}
|
|
return RequestWelcomeMessageMetadata_EMPTY
|
|
}
|
|
|
|
type ProtocolMessage struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Key *waCommon.MessageKey `protobuf:"bytes,1,opt,name=key" json:"key,omitempty"`
|
|
Type *ProtocolMessage_Type `protobuf:"varint,2,opt,name=type,enum=WAWebProtobufsE2E.ProtocolMessage_Type" json:"type,omitempty"`
|
|
EphemeralExpiration *uint32 `protobuf:"varint,4,opt,name=ephemeralExpiration" json:"ephemeralExpiration,omitempty"`
|
|
EphemeralSettingTimestamp *int64 `protobuf:"varint,5,opt,name=ephemeralSettingTimestamp" json:"ephemeralSettingTimestamp,omitempty"`
|
|
HistorySyncNotification *HistorySyncNotification `protobuf:"bytes,6,opt,name=historySyncNotification" json:"historySyncNotification,omitempty"`
|
|
AppStateSyncKeyShare *AppStateSyncKeyShare `protobuf:"bytes,7,opt,name=appStateSyncKeyShare" json:"appStateSyncKeyShare,omitempty"`
|
|
AppStateSyncKeyRequest *AppStateSyncKeyRequest `protobuf:"bytes,8,opt,name=appStateSyncKeyRequest" json:"appStateSyncKeyRequest,omitempty"`
|
|
InitialSecurityNotificationSettingSync *InitialSecurityNotificationSettingSync `protobuf:"bytes,9,opt,name=initialSecurityNotificationSettingSync" json:"initialSecurityNotificationSettingSync,omitempty"`
|
|
AppStateFatalExceptionNotification *AppStateFatalExceptionNotification `protobuf:"bytes,10,opt,name=appStateFatalExceptionNotification" json:"appStateFatalExceptionNotification,omitempty"`
|
|
DisappearingMode *DisappearingMode `protobuf:"bytes,11,opt,name=disappearingMode" json:"disappearingMode,omitempty"`
|
|
EditedMessage *Message `protobuf:"bytes,14,opt,name=editedMessage" json:"editedMessage,omitempty"`
|
|
TimestampMS *int64 `protobuf:"varint,15,opt,name=timestampMS" json:"timestampMS,omitempty"`
|
|
PeerDataOperationRequestMessage *PeerDataOperationRequestMessage `protobuf:"bytes,16,opt,name=peerDataOperationRequestMessage" json:"peerDataOperationRequestMessage,omitempty"`
|
|
PeerDataOperationRequestResponseMessage *PeerDataOperationRequestResponseMessage `protobuf:"bytes,17,opt,name=peerDataOperationRequestResponseMessage" json:"peerDataOperationRequestResponseMessage,omitempty"`
|
|
BotFeedbackMessage *BotFeedbackMessage `protobuf:"bytes,18,opt,name=botFeedbackMessage" json:"botFeedbackMessage,omitempty"`
|
|
InvokerJID *string `protobuf:"bytes,19,opt,name=invokerJID" json:"invokerJID,omitempty"`
|
|
RequestWelcomeMessageMetadata *RequestWelcomeMessageMetadata `protobuf:"bytes,20,opt,name=requestWelcomeMessageMetadata" json:"requestWelcomeMessageMetadata,omitempty"`
|
|
MediaNotifyMessage *MediaNotifyMessage `protobuf:"bytes,21,opt,name=mediaNotifyMessage" json:"mediaNotifyMessage,omitempty"`
|
|
CloudApiThreadControlNotification *CloudAPIThreadControlNotification `protobuf:"bytes,22,opt,name=cloudApiThreadControlNotification" json:"cloudApiThreadControlNotification,omitempty"`
|
|
LidMigrationMappingSyncMessage *LIDMigrationMappingSyncMessage `protobuf:"bytes,23,opt,name=lidMigrationMappingSyncMessage" json:"lidMigrationMappingSyncMessage,omitempty"`
|
|
}
|
|
|
|
func (x *ProtocolMessage) Reset() {
|
|
*x = ProtocolMessage{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[21]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *ProtocolMessage) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ProtocolMessage) ProtoMessage() {}
|
|
|
|
func (x *ProtocolMessage) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_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 ProtocolMessage.ProtoReflect.Descriptor instead.
|
|
func (*ProtocolMessage) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{21}
|
|
}
|
|
|
|
func (x *ProtocolMessage) GetKey() *waCommon.MessageKey {
|
|
if x != nil {
|
|
return x.Key
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *ProtocolMessage) GetType() ProtocolMessage_Type {
|
|
if x != nil && x.Type != nil {
|
|
return *x.Type
|
|
}
|
|
return ProtocolMessage_REVOKE
|
|
}
|
|
|
|
func (x *ProtocolMessage) GetEphemeralExpiration() uint32 {
|
|
if x != nil && x.EphemeralExpiration != nil {
|
|
return *x.EphemeralExpiration
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ProtocolMessage) GetEphemeralSettingTimestamp() int64 {
|
|
if x != nil && x.EphemeralSettingTimestamp != nil {
|
|
return *x.EphemeralSettingTimestamp
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ProtocolMessage) GetHistorySyncNotification() *HistorySyncNotification {
|
|
if x != nil {
|
|
return x.HistorySyncNotification
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *ProtocolMessage) GetAppStateSyncKeyShare() *AppStateSyncKeyShare {
|
|
if x != nil {
|
|
return x.AppStateSyncKeyShare
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *ProtocolMessage) GetAppStateSyncKeyRequest() *AppStateSyncKeyRequest {
|
|
if x != nil {
|
|
return x.AppStateSyncKeyRequest
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *ProtocolMessage) GetInitialSecurityNotificationSettingSync() *InitialSecurityNotificationSettingSync {
|
|
if x != nil {
|
|
return x.InitialSecurityNotificationSettingSync
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *ProtocolMessage) GetAppStateFatalExceptionNotification() *AppStateFatalExceptionNotification {
|
|
if x != nil {
|
|
return x.AppStateFatalExceptionNotification
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *ProtocolMessage) GetDisappearingMode() *DisappearingMode {
|
|
if x != nil {
|
|
return x.DisappearingMode
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *ProtocolMessage) GetEditedMessage() *Message {
|
|
if x != nil {
|
|
return x.EditedMessage
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *ProtocolMessage) GetTimestampMS() int64 {
|
|
if x != nil && x.TimestampMS != nil {
|
|
return *x.TimestampMS
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ProtocolMessage) GetPeerDataOperationRequestMessage() *PeerDataOperationRequestMessage {
|
|
if x != nil {
|
|
return x.PeerDataOperationRequestMessage
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *ProtocolMessage) GetPeerDataOperationRequestResponseMessage() *PeerDataOperationRequestResponseMessage {
|
|
if x != nil {
|
|
return x.PeerDataOperationRequestResponseMessage
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *ProtocolMessage) GetBotFeedbackMessage() *BotFeedbackMessage {
|
|
if x != nil {
|
|
return x.BotFeedbackMessage
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *ProtocolMessage) GetInvokerJID() string {
|
|
if x != nil && x.InvokerJID != nil {
|
|
return *x.InvokerJID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ProtocolMessage) GetRequestWelcomeMessageMetadata() *RequestWelcomeMessageMetadata {
|
|
if x != nil {
|
|
return x.RequestWelcomeMessageMetadata
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *ProtocolMessage) GetMediaNotifyMessage() *MediaNotifyMessage {
|
|
if x != nil {
|
|
return x.MediaNotifyMessage
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *ProtocolMessage) GetCloudApiThreadControlNotification() *CloudAPIThreadControlNotification {
|
|
if x != nil {
|
|
return x.CloudApiThreadControlNotification
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *ProtocolMessage) GetLidMigrationMappingSyncMessage() *LIDMigrationMappingSyncMessage {
|
|
if x != nil {
|
|
return x.LidMigrationMappingSyncMessage
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type CloudAPIThreadControlNotification struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Status *CloudAPIThreadControlNotification_CloudAPIThreadControl `protobuf:"varint,1,opt,name=status,enum=WAWebProtobufsE2E.CloudAPIThreadControlNotification_CloudAPIThreadControl" json:"status,omitempty"`
|
|
SenderNotificationTimestampMS *int64 `protobuf:"varint,2,opt,name=senderNotificationTimestampMS" json:"senderNotificationTimestampMS,omitempty"`
|
|
ConsumerLid *string `protobuf:"bytes,3,opt,name=consumerLid" json:"consumerLid,omitempty"`
|
|
ConsumerPhoneNumber *string `protobuf:"bytes,4,opt,name=consumerPhoneNumber" json:"consumerPhoneNumber,omitempty"`
|
|
}
|
|
|
|
func (x *CloudAPIThreadControlNotification) Reset() {
|
|
*x = CloudAPIThreadControlNotification{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[22]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *CloudAPIThreadControlNotification) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*CloudAPIThreadControlNotification) ProtoMessage() {}
|
|
|
|
func (x *CloudAPIThreadControlNotification) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_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 CloudAPIThreadControlNotification.ProtoReflect.Descriptor instead.
|
|
func (*CloudAPIThreadControlNotification) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{22}
|
|
}
|
|
|
|
func (x *CloudAPIThreadControlNotification) GetStatus() CloudAPIThreadControlNotification_CloudAPIThreadControl {
|
|
if x != nil && x.Status != nil {
|
|
return *x.Status
|
|
}
|
|
return CloudAPIThreadControlNotification_UNKNOWN
|
|
}
|
|
|
|
func (x *CloudAPIThreadControlNotification) GetSenderNotificationTimestampMS() int64 {
|
|
if x != nil && x.SenderNotificationTimestampMS != nil {
|
|
return *x.SenderNotificationTimestampMS
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *CloudAPIThreadControlNotification) GetConsumerLid() string {
|
|
if x != nil && x.ConsumerLid != nil {
|
|
return *x.ConsumerLid
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *CloudAPIThreadControlNotification) GetConsumerPhoneNumber() string {
|
|
if x != nil && x.ConsumerPhoneNumber != nil {
|
|
return *x.ConsumerPhoneNumber
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type BotFeedbackMessage struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
MessageKey *waCommon.MessageKey `protobuf:"bytes,1,opt,name=messageKey" json:"messageKey,omitempty"`
|
|
Kind *BotFeedbackMessage_BotFeedbackKind `protobuf:"varint,2,opt,name=kind,enum=WAWebProtobufsE2E.BotFeedbackMessage_BotFeedbackKind" json:"kind,omitempty"`
|
|
Text *string `protobuf:"bytes,3,opt,name=text" json:"text,omitempty"`
|
|
KindNegative *uint64 `protobuf:"varint,4,opt,name=kindNegative" json:"kindNegative,omitempty"`
|
|
KindPositive *uint64 `protobuf:"varint,5,opt,name=kindPositive" json:"kindPositive,omitempty"`
|
|
KindReport *BotFeedbackMessage_ReportKind `protobuf:"varint,6,opt,name=kindReport,enum=WAWebProtobufsE2E.BotFeedbackMessage_ReportKind" json:"kindReport,omitempty"`
|
|
}
|
|
|
|
func (x *BotFeedbackMessage) Reset() {
|
|
*x = BotFeedbackMessage{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[23]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *BotFeedbackMessage) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*BotFeedbackMessage) ProtoMessage() {}
|
|
|
|
func (x *BotFeedbackMessage) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_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 BotFeedbackMessage.ProtoReflect.Descriptor instead.
|
|
func (*BotFeedbackMessage) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{23}
|
|
}
|
|
|
|
func (x *BotFeedbackMessage) GetMessageKey() *waCommon.MessageKey {
|
|
if x != nil {
|
|
return x.MessageKey
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *BotFeedbackMessage) GetKind() BotFeedbackMessage_BotFeedbackKind {
|
|
if x != nil && x.Kind != nil {
|
|
return *x.Kind
|
|
}
|
|
return BotFeedbackMessage_BOT_FEEDBACK_POSITIVE
|
|
}
|
|
|
|
func (x *BotFeedbackMessage) GetText() string {
|
|
if x != nil && x.Text != nil {
|
|
return *x.Text
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *BotFeedbackMessage) GetKindNegative() uint64 {
|
|
if x != nil && x.KindNegative != nil {
|
|
return *x.KindNegative
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *BotFeedbackMessage) GetKindPositive() uint64 {
|
|
if x != nil && x.KindPositive != nil {
|
|
return *x.KindPositive
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *BotFeedbackMessage) GetKindReport() BotFeedbackMessage_ReportKind {
|
|
if x != nil && x.KindReport != nil {
|
|
return *x.KindReport
|
|
}
|
|
return BotFeedbackMessage_GENERIC
|
|
}
|
|
|
|
type VideoMessage struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
URL *string `protobuf:"bytes,1,opt,name=URL" json:"URL,omitempty"`
|
|
Mimetype *string `protobuf:"bytes,2,opt,name=mimetype" json:"mimetype,omitempty"`
|
|
FileSHA256 []byte `protobuf:"bytes,3,opt,name=fileSHA256" json:"fileSHA256,omitempty"`
|
|
FileLength *uint64 `protobuf:"varint,4,opt,name=fileLength" json:"fileLength,omitempty"`
|
|
Seconds *uint32 `protobuf:"varint,5,opt,name=seconds" json:"seconds,omitempty"`
|
|
MediaKey []byte `protobuf:"bytes,6,opt,name=mediaKey" json:"mediaKey,omitempty"`
|
|
Caption *string `protobuf:"bytes,7,opt,name=caption" json:"caption,omitempty"`
|
|
GifPlayback *bool `protobuf:"varint,8,opt,name=gifPlayback" json:"gifPlayback,omitempty"`
|
|
Height *uint32 `protobuf:"varint,9,opt,name=height" json:"height,omitempty"`
|
|
Width *uint32 `protobuf:"varint,10,opt,name=width" json:"width,omitempty"`
|
|
FileEncSHA256 []byte `protobuf:"bytes,11,opt,name=fileEncSHA256" json:"fileEncSHA256,omitempty"`
|
|
InteractiveAnnotations []*InteractiveAnnotation `protobuf:"bytes,12,rep,name=interactiveAnnotations" json:"interactiveAnnotations,omitempty"`
|
|
DirectPath *string `protobuf:"bytes,13,opt,name=directPath" json:"directPath,omitempty"`
|
|
MediaKeyTimestamp *int64 `protobuf:"varint,14,opt,name=mediaKeyTimestamp" json:"mediaKeyTimestamp,omitempty"`
|
|
JPEGThumbnail []byte `protobuf:"bytes,16,opt,name=JPEGThumbnail" json:"JPEGThumbnail,omitempty"`
|
|
ContextInfo *ContextInfo `protobuf:"bytes,17,opt,name=contextInfo" json:"contextInfo,omitempty"`
|
|
StreamingSidecar []byte `protobuf:"bytes,18,opt,name=streamingSidecar" json:"streamingSidecar,omitempty"`
|
|
GifAttribution *VideoMessage_Attribution `protobuf:"varint,19,opt,name=gifAttribution,enum=WAWebProtobufsE2E.VideoMessage_Attribution" json:"gifAttribution,omitempty"`
|
|
ViewOnce *bool `protobuf:"varint,20,opt,name=viewOnce" json:"viewOnce,omitempty"`
|
|
ThumbnailDirectPath *string `protobuf:"bytes,21,opt,name=thumbnailDirectPath" json:"thumbnailDirectPath,omitempty"`
|
|
ThumbnailSHA256 []byte `protobuf:"bytes,22,opt,name=thumbnailSHA256" json:"thumbnailSHA256,omitempty"`
|
|
ThumbnailEncSHA256 []byte `protobuf:"bytes,23,opt,name=thumbnailEncSHA256" json:"thumbnailEncSHA256,omitempty"`
|
|
StaticURL *string `protobuf:"bytes,24,opt,name=staticURL" json:"staticURL,omitempty"`
|
|
Annotations []*InteractiveAnnotation `protobuf:"bytes,25,rep,name=annotations" json:"annotations,omitempty"`
|
|
AccessibilityLabel *string `protobuf:"bytes,26,opt,name=accessibilityLabel" json:"accessibilityLabel,omitempty"`
|
|
ProcessedVideos []*ProcessedVideo `protobuf:"bytes,27,rep,name=processedVideos" json:"processedVideos,omitempty"`
|
|
}
|
|
|
|
func (x *VideoMessage) Reset() {
|
|
*x = VideoMessage{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[24]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *VideoMessage) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*VideoMessage) ProtoMessage() {}
|
|
|
|
func (x *VideoMessage) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_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 VideoMessage.ProtoReflect.Descriptor instead.
|
|
func (*VideoMessage) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{24}
|
|
}
|
|
|
|
func (x *VideoMessage) GetURL() string {
|
|
if x != nil && x.URL != nil {
|
|
return *x.URL
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *VideoMessage) GetMimetype() string {
|
|
if x != nil && x.Mimetype != nil {
|
|
return *x.Mimetype
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *VideoMessage) GetFileSHA256() []byte {
|
|
if x != nil {
|
|
return x.FileSHA256
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *VideoMessage) GetFileLength() uint64 {
|
|
if x != nil && x.FileLength != nil {
|
|
return *x.FileLength
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *VideoMessage) GetSeconds() uint32 {
|
|
if x != nil && x.Seconds != nil {
|
|
return *x.Seconds
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *VideoMessage) GetMediaKey() []byte {
|
|
if x != nil {
|
|
return x.MediaKey
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *VideoMessage) GetCaption() string {
|
|
if x != nil && x.Caption != nil {
|
|
return *x.Caption
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *VideoMessage) GetGifPlayback() bool {
|
|
if x != nil && x.GifPlayback != nil {
|
|
return *x.GifPlayback
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (x *VideoMessage) GetHeight() uint32 {
|
|
if x != nil && x.Height != nil {
|
|
return *x.Height
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *VideoMessage) GetWidth() uint32 {
|
|
if x != nil && x.Width != nil {
|
|
return *x.Width
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *VideoMessage) GetFileEncSHA256() []byte {
|
|
if x != nil {
|
|
return x.FileEncSHA256
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *VideoMessage) GetInteractiveAnnotations() []*InteractiveAnnotation {
|
|
if x != nil {
|
|
return x.InteractiveAnnotations
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *VideoMessage) GetDirectPath() string {
|
|
if x != nil && x.DirectPath != nil {
|
|
return *x.DirectPath
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *VideoMessage) GetMediaKeyTimestamp() int64 {
|
|
if x != nil && x.MediaKeyTimestamp != nil {
|
|
return *x.MediaKeyTimestamp
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *VideoMessage) GetJPEGThumbnail() []byte {
|
|
if x != nil {
|
|
return x.JPEGThumbnail
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *VideoMessage) GetContextInfo() *ContextInfo {
|
|
if x != nil {
|
|
return x.ContextInfo
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *VideoMessage) GetStreamingSidecar() []byte {
|
|
if x != nil {
|
|
return x.StreamingSidecar
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *VideoMessage) GetGifAttribution() VideoMessage_Attribution {
|
|
if x != nil && x.GifAttribution != nil {
|
|
return *x.GifAttribution
|
|
}
|
|
return VideoMessage_NONE
|
|
}
|
|
|
|
func (x *VideoMessage) GetViewOnce() bool {
|
|
if x != nil && x.ViewOnce != nil {
|
|
return *x.ViewOnce
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (x *VideoMessage) GetThumbnailDirectPath() string {
|
|
if x != nil && x.ThumbnailDirectPath != nil {
|
|
return *x.ThumbnailDirectPath
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *VideoMessage) GetThumbnailSHA256() []byte {
|
|
if x != nil {
|
|
return x.ThumbnailSHA256
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *VideoMessage) GetThumbnailEncSHA256() []byte {
|
|
if x != nil {
|
|
return x.ThumbnailEncSHA256
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *VideoMessage) GetStaticURL() string {
|
|
if x != nil && x.StaticURL != nil {
|
|
return *x.StaticURL
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *VideoMessage) GetAnnotations() []*InteractiveAnnotation {
|
|
if x != nil {
|
|
return x.Annotations
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *VideoMessage) GetAccessibilityLabel() string {
|
|
if x != nil && x.AccessibilityLabel != nil {
|
|
return *x.AccessibilityLabel
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *VideoMessage) GetProcessedVideos() []*ProcessedVideo {
|
|
if x != nil {
|
|
return x.ProcessedVideos
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type ExtendedTextMessage struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Text *string `protobuf:"bytes,1,opt,name=text" json:"text,omitempty"`
|
|
MatchedText *string `protobuf:"bytes,2,opt,name=matchedText" json:"matchedText,omitempty"`
|
|
CanonicalURL *string `protobuf:"bytes,4,opt,name=canonicalURL" json:"canonicalURL,omitempty"`
|
|
Description *string `protobuf:"bytes,5,opt,name=description" json:"description,omitempty"`
|
|
Title *string `protobuf:"bytes,6,opt,name=title" json:"title,omitempty"`
|
|
TextArgb *uint32 `protobuf:"fixed32,7,opt,name=textArgb" json:"textArgb,omitempty"`
|
|
BackgroundArgb *uint32 `protobuf:"fixed32,8,opt,name=backgroundArgb" json:"backgroundArgb,omitempty"`
|
|
Font *ExtendedTextMessage_FontType `protobuf:"varint,9,opt,name=font,enum=WAWebProtobufsE2E.ExtendedTextMessage_FontType" json:"font,omitempty"`
|
|
PreviewType *ExtendedTextMessage_PreviewType `protobuf:"varint,10,opt,name=previewType,enum=WAWebProtobufsE2E.ExtendedTextMessage_PreviewType" json:"previewType,omitempty"`
|
|
JPEGThumbnail []byte `protobuf:"bytes,16,opt,name=JPEGThumbnail" json:"JPEGThumbnail,omitempty"`
|
|
ContextInfo *ContextInfo `protobuf:"bytes,17,opt,name=contextInfo" json:"contextInfo,omitempty"`
|
|
DoNotPlayInline *bool `protobuf:"varint,18,opt,name=doNotPlayInline" json:"doNotPlayInline,omitempty"`
|
|
ThumbnailDirectPath *string `protobuf:"bytes,19,opt,name=thumbnailDirectPath" json:"thumbnailDirectPath,omitempty"`
|
|
ThumbnailSHA256 []byte `protobuf:"bytes,20,opt,name=thumbnailSHA256" json:"thumbnailSHA256,omitempty"`
|
|
ThumbnailEncSHA256 []byte `protobuf:"bytes,21,opt,name=thumbnailEncSHA256" json:"thumbnailEncSHA256,omitempty"`
|
|
MediaKey []byte `protobuf:"bytes,22,opt,name=mediaKey" json:"mediaKey,omitempty"`
|
|
MediaKeyTimestamp *int64 `protobuf:"varint,23,opt,name=mediaKeyTimestamp" json:"mediaKeyTimestamp,omitempty"`
|
|
ThumbnailHeight *uint32 `protobuf:"varint,24,opt,name=thumbnailHeight" json:"thumbnailHeight,omitempty"`
|
|
ThumbnailWidth *uint32 `protobuf:"varint,25,opt,name=thumbnailWidth" json:"thumbnailWidth,omitempty"`
|
|
InviteLinkGroupType *ExtendedTextMessage_InviteLinkGroupType `protobuf:"varint,26,opt,name=inviteLinkGroupType,enum=WAWebProtobufsE2E.ExtendedTextMessage_InviteLinkGroupType" json:"inviteLinkGroupType,omitempty"`
|
|
InviteLinkParentGroupSubjectV2 *string `protobuf:"bytes,27,opt,name=inviteLinkParentGroupSubjectV2" json:"inviteLinkParentGroupSubjectV2,omitempty"`
|
|
InviteLinkParentGroupThumbnailV2 []byte `protobuf:"bytes,28,opt,name=inviteLinkParentGroupThumbnailV2" json:"inviteLinkParentGroupThumbnailV2,omitempty"`
|
|
InviteLinkGroupTypeV2 *ExtendedTextMessage_InviteLinkGroupType `protobuf:"varint,29,opt,name=inviteLinkGroupTypeV2,enum=WAWebProtobufsE2E.ExtendedTextMessage_InviteLinkGroupType" json:"inviteLinkGroupTypeV2,omitempty"`
|
|
ViewOnce *bool `protobuf:"varint,30,opt,name=viewOnce" json:"viewOnce,omitempty"`
|
|
VideoHeight *uint32 `protobuf:"varint,31,opt,name=videoHeight" json:"videoHeight,omitempty"`
|
|
VideoWidth *uint32 `protobuf:"varint,32,opt,name=videoWidth" json:"videoWidth,omitempty"`
|
|
}
|
|
|
|
func (x *ExtendedTextMessage) Reset() {
|
|
*x = ExtendedTextMessage{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[25]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *ExtendedTextMessage) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ExtendedTextMessage) ProtoMessage() {}
|
|
|
|
func (x *ExtendedTextMessage) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_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 ExtendedTextMessage.ProtoReflect.Descriptor instead.
|
|
func (*ExtendedTextMessage) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{25}
|
|
}
|
|
|
|
func (x *ExtendedTextMessage) GetText() string {
|
|
if x != nil && x.Text != nil {
|
|
return *x.Text
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ExtendedTextMessage) GetMatchedText() string {
|
|
if x != nil && x.MatchedText != nil {
|
|
return *x.MatchedText
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ExtendedTextMessage) GetCanonicalURL() string {
|
|
if x != nil && x.CanonicalURL != nil {
|
|
return *x.CanonicalURL
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ExtendedTextMessage) GetDescription() string {
|
|
if x != nil && x.Description != nil {
|
|
return *x.Description
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ExtendedTextMessage) GetTitle() string {
|
|
if x != nil && x.Title != nil {
|
|
return *x.Title
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ExtendedTextMessage) GetTextArgb() uint32 {
|
|
if x != nil && x.TextArgb != nil {
|
|
return *x.TextArgb
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ExtendedTextMessage) GetBackgroundArgb() uint32 {
|
|
if x != nil && x.BackgroundArgb != nil {
|
|
return *x.BackgroundArgb
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ExtendedTextMessage) GetFont() ExtendedTextMessage_FontType {
|
|
if x != nil && x.Font != nil {
|
|
return *x.Font
|
|
}
|
|
return ExtendedTextMessage_SYSTEM
|
|
}
|
|
|
|
func (x *ExtendedTextMessage) GetPreviewType() ExtendedTextMessage_PreviewType {
|
|
if x != nil && x.PreviewType != nil {
|
|
return *x.PreviewType
|
|
}
|
|
return ExtendedTextMessage_NONE
|
|
}
|
|
|
|
func (x *ExtendedTextMessage) GetJPEGThumbnail() []byte {
|
|
if x != nil {
|
|
return x.JPEGThumbnail
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *ExtendedTextMessage) GetContextInfo() *ContextInfo {
|
|
if x != nil {
|
|
return x.ContextInfo
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *ExtendedTextMessage) GetDoNotPlayInline() bool {
|
|
if x != nil && x.DoNotPlayInline != nil {
|
|
return *x.DoNotPlayInline
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (x *ExtendedTextMessage) GetThumbnailDirectPath() string {
|
|
if x != nil && x.ThumbnailDirectPath != nil {
|
|
return *x.ThumbnailDirectPath
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ExtendedTextMessage) GetThumbnailSHA256() []byte {
|
|
if x != nil {
|
|
return x.ThumbnailSHA256
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *ExtendedTextMessage) GetThumbnailEncSHA256() []byte {
|
|
if x != nil {
|
|
return x.ThumbnailEncSHA256
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *ExtendedTextMessage) GetMediaKey() []byte {
|
|
if x != nil {
|
|
return x.MediaKey
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *ExtendedTextMessage) GetMediaKeyTimestamp() int64 {
|
|
if x != nil && x.MediaKeyTimestamp != nil {
|
|
return *x.MediaKeyTimestamp
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ExtendedTextMessage) GetThumbnailHeight() uint32 {
|
|
if x != nil && x.ThumbnailHeight != nil {
|
|
return *x.ThumbnailHeight
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ExtendedTextMessage) GetThumbnailWidth() uint32 {
|
|
if x != nil && x.ThumbnailWidth != nil {
|
|
return *x.ThumbnailWidth
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ExtendedTextMessage) GetInviteLinkGroupType() ExtendedTextMessage_InviteLinkGroupType {
|
|
if x != nil && x.InviteLinkGroupType != nil {
|
|
return *x.InviteLinkGroupType
|
|
}
|
|
return ExtendedTextMessage_DEFAULT
|
|
}
|
|
|
|
func (x *ExtendedTextMessage) GetInviteLinkParentGroupSubjectV2() string {
|
|
if x != nil && x.InviteLinkParentGroupSubjectV2 != nil {
|
|
return *x.InviteLinkParentGroupSubjectV2
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ExtendedTextMessage) GetInviteLinkParentGroupThumbnailV2() []byte {
|
|
if x != nil {
|
|
return x.InviteLinkParentGroupThumbnailV2
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *ExtendedTextMessage) GetInviteLinkGroupTypeV2() ExtendedTextMessage_InviteLinkGroupType {
|
|
if x != nil && x.InviteLinkGroupTypeV2 != nil {
|
|
return *x.InviteLinkGroupTypeV2
|
|
}
|
|
return ExtendedTextMessage_DEFAULT
|
|
}
|
|
|
|
func (x *ExtendedTextMessage) GetViewOnce() bool {
|
|
if x != nil && x.ViewOnce != nil {
|
|
return *x.ViewOnce
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (x *ExtendedTextMessage) GetVideoHeight() uint32 {
|
|
if x != nil && x.VideoHeight != nil {
|
|
return *x.VideoHeight
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ExtendedTextMessage) GetVideoWidth() uint32 {
|
|
if x != nil && x.VideoWidth != nil {
|
|
return *x.VideoWidth
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type InvoiceMessage struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Note *string `protobuf:"bytes,1,opt,name=note" json:"note,omitempty"`
|
|
Token *string `protobuf:"bytes,2,opt,name=token" json:"token,omitempty"`
|
|
AttachmentType *InvoiceMessage_AttachmentType `protobuf:"varint,3,opt,name=attachmentType,enum=WAWebProtobufsE2E.InvoiceMessage_AttachmentType" json:"attachmentType,omitempty"`
|
|
AttachmentMimetype *string `protobuf:"bytes,4,opt,name=attachmentMimetype" json:"attachmentMimetype,omitempty"`
|
|
AttachmentMediaKey []byte `protobuf:"bytes,5,opt,name=attachmentMediaKey" json:"attachmentMediaKey,omitempty"`
|
|
AttachmentMediaKeyTimestamp *int64 `protobuf:"varint,6,opt,name=attachmentMediaKeyTimestamp" json:"attachmentMediaKeyTimestamp,omitempty"`
|
|
AttachmentFileSHA256 []byte `protobuf:"bytes,7,opt,name=attachmentFileSHA256" json:"attachmentFileSHA256,omitempty"`
|
|
AttachmentFileEncSHA256 []byte `protobuf:"bytes,8,opt,name=attachmentFileEncSHA256" json:"attachmentFileEncSHA256,omitempty"`
|
|
AttachmentDirectPath *string `protobuf:"bytes,9,opt,name=attachmentDirectPath" json:"attachmentDirectPath,omitempty"`
|
|
AttachmentJPEGThumbnail []byte `protobuf:"bytes,10,opt,name=attachmentJPEGThumbnail" json:"attachmentJPEGThumbnail,omitempty"`
|
|
}
|
|
|
|
func (x *InvoiceMessage) Reset() {
|
|
*x = InvoiceMessage{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[26]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *InvoiceMessage) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*InvoiceMessage) ProtoMessage() {}
|
|
|
|
func (x *InvoiceMessage) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_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 InvoiceMessage.ProtoReflect.Descriptor instead.
|
|
func (*InvoiceMessage) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{26}
|
|
}
|
|
|
|
func (x *InvoiceMessage) GetNote() string {
|
|
if x != nil && x.Note != nil {
|
|
return *x.Note
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *InvoiceMessage) GetToken() string {
|
|
if x != nil && x.Token != nil {
|
|
return *x.Token
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *InvoiceMessage) GetAttachmentType() InvoiceMessage_AttachmentType {
|
|
if x != nil && x.AttachmentType != nil {
|
|
return *x.AttachmentType
|
|
}
|
|
return InvoiceMessage_IMAGE
|
|
}
|
|
|
|
func (x *InvoiceMessage) GetAttachmentMimetype() string {
|
|
if x != nil && x.AttachmentMimetype != nil {
|
|
return *x.AttachmentMimetype
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *InvoiceMessage) GetAttachmentMediaKey() []byte {
|
|
if x != nil {
|
|
return x.AttachmentMediaKey
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *InvoiceMessage) GetAttachmentMediaKeyTimestamp() int64 {
|
|
if x != nil && x.AttachmentMediaKeyTimestamp != nil {
|
|
return *x.AttachmentMediaKeyTimestamp
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *InvoiceMessage) GetAttachmentFileSHA256() []byte {
|
|
if x != nil {
|
|
return x.AttachmentFileSHA256
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *InvoiceMessage) GetAttachmentFileEncSHA256() []byte {
|
|
if x != nil {
|
|
return x.AttachmentFileEncSHA256
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *InvoiceMessage) GetAttachmentDirectPath() string {
|
|
if x != nil && x.AttachmentDirectPath != nil {
|
|
return *x.AttachmentDirectPath
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *InvoiceMessage) GetAttachmentJPEGThumbnail() []byte {
|
|
if x != nil {
|
|
return x.AttachmentJPEGThumbnail
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type ImageMessage struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
URL *string `protobuf:"bytes,1,opt,name=URL" json:"URL,omitempty"`
|
|
Mimetype *string `protobuf:"bytes,2,opt,name=mimetype" json:"mimetype,omitempty"`
|
|
Caption *string `protobuf:"bytes,3,opt,name=caption" json:"caption,omitempty"`
|
|
FileSHA256 []byte `protobuf:"bytes,4,opt,name=fileSHA256" json:"fileSHA256,omitempty"`
|
|
FileLength *uint64 `protobuf:"varint,5,opt,name=fileLength" json:"fileLength,omitempty"`
|
|
Height *uint32 `protobuf:"varint,6,opt,name=height" json:"height,omitempty"`
|
|
Width *uint32 `protobuf:"varint,7,opt,name=width" json:"width,omitempty"`
|
|
MediaKey []byte `protobuf:"bytes,8,opt,name=mediaKey" json:"mediaKey,omitempty"`
|
|
FileEncSHA256 []byte `protobuf:"bytes,9,opt,name=fileEncSHA256" json:"fileEncSHA256,omitempty"`
|
|
InteractiveAnnotations []*InteractiveAnnotation `protobuf:"bytes,10,rep,name=interactiveAnnotations" json:"interactiveAnnotations,omitempty"`
|
|
DirectPath *string `protobuf:"bytes,11,opt,name=directPath" json:"directPath,omitempty"`
|
|
MediaKeyTimestamp *int64 `protobuf:"varint,12,opt,name=mediaKeyTimestamp" json:"mediaKeyTimestamp,omitempty"`
|
|
JPEGThumbnail []byte `protobuf:"bytes,16,opt,name=JPEGThumbnail" json:"JPEGThumbnail,omitempty"`
|
|
ContextInfo *ContextInfo `protobuf:"bytes,17,opt,name=contextInfo" json:"contextInfo,omitempty"`
|
|
FirstScanSidecar []byte `protobuf:"bytes,18,opt,name=firstScanSidecar" json:"firstScanSidecar,omitempty"`
|
|
FirstScanLength *uint32 `protobuf:"varint,19,opt,name=firstScanLength" json:"firstScanLength,omitempty"`
|
|
ExperimentGroupID *uint32 `protobuf:"varint,20,opt,name=experimentGroupID" json:"experimentGroupID,omitempty"`
|
|
ScansSidecar []byte `protobuf:"bytes,21,opt,name=scansSidecar" json:"scansSidecar,omitempty"`
|
|
ScanLengths []uint32 `protobuf:"varint,22,rep,name=scanLengths" json:"scanLengths,omitempty"`
|
|
MidQualityFileSHA256 []byte `protobuf:"bytes,23,opt,name=midQualityFileSHA256" json:"midQualityFileSHA256,omitempty"`
|
|
MidQualityFileEncSHA256 []byte `protobuf:"bytes,24,opt,name=midQualityFileEncSHA256" json:"midQualityFileEncSHA256,omitempty"`
|
|
ViewOnce *bool `protobuf:"varint,25,opt,name=viewOnce" json:"viewOnce,omitempty"`
|
|
ThumbnailDirectPath *string `protobuf:"bytes,26,opt,name=thumbnailDirectPath" json:"thumbnailDirectPath,omitempty"`
|
|
ThumbnailSHA256 []byte `protobuf:"bytes,27,opt,name=thumbnailSHA256" json:"thumbnailSHA256,omitempty"`
|
|
ThumbnailEncSHA256 []byte `protobuf:"bytes,28,opt,name=thumbnailEncSHA256" json:"thumbnailEncSHA256,omitempty"`
|
|
StaticURL *string `protobuf:"bytes,29,opt,name=staticURL" json:"staticURL,omitempty"`
|
|
Annotations []*InteractiveAnnotation `protobuf:"bytes,30,rep,name=annotations" json:"annotations,omitempty"`
|
|
ImageSourceType *ImageMessage_ImageSourceType `protobuf:"varint,31,opt,name=imageSourceType,enum=WAWebProtobufsE2E.ImageMessage_ImageSourceType" json:"imageSourceType,omitempty"`
|
|
AccessibilityLabel *string `protobuf:"bytes,32,opt,name=accessibilityLabel" json:"accessibilityLabel,omitempty"`
|
|
}
|
|
|
|
func (x *ImageMessage) Reset() {
|
|
*x = ImageMessage{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[27]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *ImageMessage) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ImageMessage) ProtoMessage() {}
|
|
|
|
func (x *ImageMessage) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_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 ImageMessage.ProtoReflect.Descriptor instead.
|
|
func (*ImageMessage) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{27}
|
|
}
|
|
|
|
func (x *ImageMessage) GetURL() string {
|
|
if x != nil && x.URL != nil {
|
|
return *x.URL
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ImageMessage) GetMimetype() string {
|
|
if x != nil && x.Mimetype != nil {
|
|
return *x.Mimetype
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ImageMessage) GetCaption() string {
|
|
if x != nil && x.Caption != nil {
|
|
return *x.Caption
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ImageMessage) GetFileSHA256() []byte {
|
|
if x != nil {
|
|
return x.FileSHA256
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *ImageMessage) GetFileLength() uint64 {
|
|
if x != nil && x.FileLength != nil {
|
|
return *x.FileLength
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ImageMessage) GetHeight() uint32 {
|
|
if x != nil && x.Height != nil {
|
|
return *x.Height
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ImageMessage) GetWidth() uint32 {
|
|
if x != nil && x.Width != nil {
|
|
return *x.Width
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ImageMessage) GetMediaKey() []byte {
|
|
if x != nil {
|
|
return x.MediaKey
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *ImageMessage) GetFileEncSHA256() []byte {
|
|
if x != nil {
|
|
return x.FileEncSHA256
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *ImageMessage) GetInteractiveAnnotations() []*InteractiveAnnotation {
|
|
if x != nil {
|
|
return x.InteractiveAnnotations
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *ImageMessage) GetDirectPath() string {
|
|
if x != nil && x.DirectPath != nil {
|
|
return *x.DirectPath
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ImageMessage) GetMediaKeyTimestamp() int64 {
|
|
if x != nil && x.MediaKeyTimestamp != nil {
|
|
return *x.MediaKeyTimestamp
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ImageMessage) GetJPEGThumbnail() []byte {
|
|
if x != nil {
|
|
return x.JPEGThumbnail
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *ImageMessage) GetContextInfo() *ContextInfo {
|
|
if x != nil {
|
|
return x.ContextInfo
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *ImageMessage) GetFirstScanSidecar() []byte {
|
|
if x != nil {
|
|
return x.FirstScanSidecar
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *ImageMessage) GetFirstScanLength() uint32 {
|
|
if x != nil && x.FirstScanLength != nil {
|
|
return *x.FirstScanLength
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ImageMessage) GetExperimentGroupID() uint32 {
|
|
if x != nil && x.ExperimentGroupID != nil {
|
|
return *x.ExperimentGroupID
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ImageMessage) GetScansSidecar() []byte {
|
|
if x != nil {
|
|
return x.ScansSidecar
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *ImageMessage) GetScanLengths() []uint32 {
|
|
if x != nil {
|
|
return x.ScanLengths
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *ImageMessage) GetMidQualityFileSHA256() []byte {
|
|
if x != nil {
|
|
return x.MidQualityFileSHA256
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *ImageMessage) GetMidQualityFileEncSHA256() []byte {
|
|
if x != nil {
|
|
return x.MidQualityFileEncSHA256
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *ImageMessage) GetViewOnce() bool {
|
|
if x != nil && x.ViewOnce != nil {
|
|
return *x.ViewOnce
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (x *ImageMessage) GetThumbnailDirectPath() string {
|
|
if x != nil && x.ThumbnailDirectPath != nil {
|
|
return *x.ThumbnailDirectPath
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ImageMessage) GetThumbnailSHA256() []byte {
|
|
if x != nil {
|
|
return x.ThumbnailSHA256
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *ImageMessage) GetThumbnailEncSHA256() []byte {
|
|
if x != nil {
|
|
return x.ThumbnailEncSHA256
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *ImageMessage) GetStaticURL() string {
|
|
if x != nil && x.StaticURL != nil {
|
|
return *x.StaticURL
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ImageMessage) GetAnnotations() []*InteractiveAnnotation {
|
|
if x != nil {
|
|
return x.Annotations
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *ImageMessage) GetImageSourceType() ImageMessage_ImageSourceType {
|
|
if x != nil && x.ImageSourceType != nil {
|
|
return *x.ImageSourceType
|
|
}
|
|
return ImageMessage_USER_IMAGE
|
|
}
|
|
|
|
func (x *ImageMessage) GetAccessibilityLabel() string {
|
|
if x != nil && x.AccessibilityLabel != nil {
|
|
return *x.AccessibilityLabel
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type ContextInfo struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
StanzaID *string `protobuf:"bytes,1,opt,name=stanzaID" json:"stanzaID,omitempty"`
|
|
Participant *string `protobuf:"bytes,2,opt,name=participant" json:"participant,omitempty"`
|
|
QuotedMessage *Message `protobuf:"bytes,3,opt,name=quotedMessage" json:"quotedMessage,omitempty"`
|
|
RemoteJID *string `protobuf:"bytes,4,opt,name=remoteJID" json:"remoteJID,omitempty"`
|
|
MentionedJID []string `protobuf:"bytes,15,rep,name=mentionedJID" json:"mentionedJID,omitempty"`
|
|
ConversionSource *string `protobuf:"bytes,18,opt,name=conversionSource" json:"conversionSource,omitempty"`
|
|
ConversionData []byte `protobuf:"bytes,19,opt,name=conversionData" json:"conversionData,omitempty"`
|
|
ConversionDelaySeconds *uint32 `protobuf:"varint,20,opt,name=conversionDelaySeconds" json:"conversionDelaySeconds,omitempty"`
|
|
ForwardingScore *uint32 `protobuf:"varint,21,opt,name=forwardingScore" json:"forwardingScore,omitempty"`
|
|
IsForwarded *bool `protobuf:"varint,22,opt,name=isForwarded" json:"isForwarded,omitempty"`
|
|
QuotedAd *ContextInfo_AdReplyInfo `protobuf:"bytes,23,opt,name=quotedAd" json:"quotedAd,omitempty"`
|
|
PlaceholderKey *waCommon.MessageKey `protobuf:"bytes,24,opt,name=placeholderKey" json:"placeholderKey,omitempty"`
|
|
Expiration *uint32 `protobuf:"varint,25,opt,name=expiration" json:"expiration,omitempty"`
|
|
EphemeralSettingTimestamp *int64 `protobuf:"varint,26,opt,name=ephemeralSettingTimestamp" json:"ephemeralSettingTimestamp,omitempty"`
|
|
EphemeralSharedSecret []byte `protobuf:"bytes,27,opt,name=ephemeralSharedSecret" json:"ephemeralSharedSecret,omitempty"`
|
|
ExternalAdReply *ContextInfo_ExternalAdReplyInfo `protobuf:"bytes,28,opt,name=externalAdReply" json:"externalAdReply,omitempty"`
|
|
EntryPointConversionSource *string `protobuf:"bytes,29,opt,name=entryPointConversionSource" json:"entryPointConversionSource,omitempty"`
|
|
EntryPointConversionApp *string `protobuf:"bytes,30,opt,name=entryPointConversionApp" json:"entryPointConversionApp,omitempty"`
|
|
EntryPointConversionDelaySeconds *uint32 `protobuf:"varint,31,opt,name=entryPointConversionDelaySeconds" json:"entryPointConversionDelaySeconds,omitempty"`
|
|
DisappearingMode *DisappearingMode `protobuf:"bytes,32,opt,name=disappearingMode" json:"disappearingMode,omitempty"`
|
|
ActionLink *ActionLink `protobuf:"bytes,33,opt,name=actionLink" json:"actionLink,omitempty"`
|
|
GroupSubject *string `protobuf:"bytes,34,opt,name=groupSubject" json:"groupSubject,omitempty"`
|
|
ParentGroupJID *string `protobuf:"bytes,35,opt,name=parentGroupJID" json:"parentGroupJID,omitempty"`
|
|
TrustBannerType *string `protobuf:"bytes,37,opt,name=trustBannerType" json:"trustBannerType,omitempty"`
|
|
TrustBannerAction *uint32 `protobuf:"varint,38,opt,name=trustBannerAction" json:"trustBannerAction,omitempty"`
|
|
IsSampled *bool `protobuf:"varint,39,opt,name=isSampled" json:"isSampled,omitempty"`
|
|
GroupMentions []*GroupMention `protobuf:"bytes,40,rep,name=groupMentions" json:"groupMentions,omitempty"`
|
|
Utm *ContextInfo_UTMInfo `protobuf:"bytes,41,opt,name=utm" json:"utm,omitempty"`
|
|
ForwardedNewsletterMessageInfo *ContextInfo_ForwardedNewsletterMessageInfo `protobuf:"bytes,43,opt,name=forwardedNewsletterMessageInfo" json:"forwardedNewsletterMessageInfo,omitempty"`
|
|
BusinessMessageForwardInfo *ContextInfo_BusinessMessageForwardInfo `protobuf:"bytes,44,opt,name=businessMessageForwardInfo" json:"businessMessageForwardInfo,omitempty"`
|
|
SmbClientCampaignID *string `protobuf:"bytes,45,opt,name=smbClientCampaignID" json:"smbClientCampaignID,omitempty"`
|
|
SmbServerCampaignID *string `protobuf:"bytes,46,opt,name=smbServerCampaignID" json:"smbServerCampaignID,omitempty"`
|
|
DataSharingContext *ContextInfo_DataSharingContext `protobuf:"bytes,47,opt,name=dataSharingContext" json:"dataSharingContext,omitempty"`
|
|
AlwaysShowAdAttribution *bool `protobuf:"varint,48,opt,name=alwaysShowAdAttribution" json:"alwaysShowAdAttribution,omitempty"`
|
|
FeatureEligibilities *ContextInfo_FeatureEligibilities `protobuf:"bytes,49,opt,name=featureEligibilities" json:"featureEligibilities,omitempty"`
|
|
EntryPointConversionExternalSource *string `protobuf:"bytes,50,opt,name=entryPointConversionExternalSource" json:"entryPointConversionExternalSource,omitempty"`
|
|
EntryPointConversionExternalMedium *string `protobuf:"bytes,51,opt,name=entryPointConversionExternalMedium" json:"entryPointConversionExternalMedium,omitempty"`
|
|
}
|
|
|
|
func (x *ContextInfo) Reset() {
|
|
*x = ContextInfo{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[28]
|
|
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_WAWebProtobufsE2E_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 ContextInfo.ProtoReflect.Descriptor instead.
|
|
func (*ContextInfo) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{28}
|
|
}
|
|
|
|
func (x *ContextInfo) GetStanzaID() string {
|
|
if x != nil && x.StanzaID != nil {
|
|
return *x.StanzaID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ContextInfo) GetParticipant() string {
|
|
if x != nil && x.Participant != 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 && x.RemoteJID != 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 && x.ConversionSource != 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 && x.ConversionDelaySeconds != nil {
|
|
return *x.ConversionDelaySeconds
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ContextInfo) GetForwardingScore() uint32 {
|
|
if x != nil && x.ForwardingScore != nil {
|
|
return *x.ForwardingScore
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ContextInfo) GetIsForwarded() bool {
|
|
if x != nil && x.IsForwarded != 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 && x.Expiration != nil {
|
|
return *x.Expiration
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ContextInfo) GetEphemeralSettingTimestamp() int64 {
|
|
if x != nil && x.EphemeralSettingTimestamp != 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 && x.EntryPointConversionSource != nil {
|
|
return *x.EntryPointConversionSource
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ContextInfo) GetEntryPointConversionApp() string {
|
|
if x != nil && x.EntryPointConversionApp != nil {
|
|
return *x.EntryPointConversionApp
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ContextInfo) GetEntryPointConversionDelaySeconds() uint32 {
|
|
if x != nil && x.EntryPointConversionDelaySeconds != 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 && x.GroupSubject != nil {
|
|
return *x.GroupSubject
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ContextInfo) GetParentGroupJID() string {
|
|
if x != nil && x.ParentGroupJID != nil {
|
|
return *x.ParentGroupJID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ContextInfo) GetTrustBannerType() string {
|
|
if x != nil && x.TrustBannerType != nil {
|
|
return *x.TrustBannerType
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ContextInfo) GetTrustBannerAction() uint32 {
|
|
if x != nil && x.TrustBannerAction != nil {
|
|
return *x.TrustBannerAction
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ContextInfo) GetIsSampled() bool {
|
|
if x != nil && x.IsSampled != 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 && x.SmbClientCampaignID != nil {
|
|
return *x.SmbClientCampaignID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ContextInfo) GetSmbServerCampaignID() string {
|
|
if x != nil && x.SmbServerCampaignID != nil {
|
|
return *x.SmbServerCampaignID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ContextInfo) GetDataSharingContext() *ContextInfo_DataSharingContext {
|
|
if x != nil {
|
|
return x.DataSharingContext
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *ContextInfo) GetAlwaysShowAdAttribution() bool {
|
|
if x != nil && x.AlwaysShowAdAttribution != nil {
|
|
return *x.AlwaysShowAdAttribution
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (x *ContextInfo) GetFeatureEligibilities() *ContextInfo_FeatureEligibilities {
|
|
if x != nil {
|
|
return x.FeatureEligibilities
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *ContextInfo) GetEntryPointConversionExternalSource() string {
|
|
if x != nil && x.EntryPointConversionExternalSource != nil {
|
|
return *x.EntryPointConversionExternalSource
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ContextInfo) GetEntryPointConversionExternalMedium() string {
|
|
if x != nil && x.EntryPointConversionExternalMedium != nil {
|
|
return *x.EntryPointConversionExternalMedium
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type BotPluginMetadata struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Provider *BotPluginMetadata_SearchProvider `protobuf:"varint,1,opt,name=provider,enum=WAWebProtobufsE2E.BotPluginMetadata_SearchProvider" json:"provider,omitempty"`
|
|
PluginType *BotPluginMetadata_PluginType `protobuf:"varint,2,opt,name=pluginType,enum=WAWebProtobufsE2E.BotPluginMetadata_PluginType" json:"pluginType,omitempty"`
|
|
ThumbnailCDNURL *string `protobuf:"bytes,3,opt,name=thumbnailCDNURL" json:"thumbnailCDNURL,omitempty"`
|
|
ProfilePhotoCDNURL *string `protobuf:"bytes,4,opt,name=profilePhotoCDNURL" json:"profilePhotoCDNURL,omitempty"`
|
|
SearchProviderURL *string `protobuf:"bytes,5,opt,name=searchProviderURL" json:"searchProviderURL,omitempty"`
|
|
ReferenceIndex *uint32 `protobuf:"varint,6,opt,name=referenceIndex" json:"referenceIndex,omitempty"`
|
|
ExpectedLinksCount *uint32 `protobuf:"varint,7,opt,name=expectedLinksCount" json:"expectedLinksCount,omitempty"`
|
|
SearchQuery *string `protobuf:"bytes,9,opt,name=searchQuery" json:"searchQuery,omitempty"`
|
|
ParentPluginMessageKey *waCommon.MessageKey `protobuf:"bytes,10,opt,name=parentPluginMessageKey" json:"parentPluginMessageKey,omitempty"`
|
|
DeprecatedField *BotPluginMetadata_PluginType `protobuf:"varint,11,opt,name=deprecatedField,enum=WAWebProtobufsE2E.BotPluginMetadata_PluginType" json:"deprecatedField,omitempty"`
|
|
ParentPluginType *BotPluginMetadata_PluginType `protobuf:"varint,12,opt,name=parentPluginType,enum=WAWebProtobufsE2E.BotPluginMetadata_PluginType" json:"parentPluginType,omitempty"`
|
|
}
|
|
|
|
func (x *BotPluginMetadata) Reset() {
|
|
*x = BotPluginMetadata{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[29]
|
|
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_WAWebProtobufsE2E_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 BotPluginMetadata.ProtoReflect.Descriptor instead.
|
|
func (*BotPluginMetadata) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{29}
|
|
}
|
|
|
|
func (x *BotPluginMetadata) GetProvider() BotPluginMetadata_SearchProvider {
|
|
if x != nil && x.Provider != nil {
|
|
return *x.Provider
|
|
}
|
|
return BotPluginMetadata_BING
|
|
}
|
|
|
|
func (x *BotPluginMetadata) GetPluginType() BotPluginMetadata_PluginType {
|
|
if x != nil && x.PluginType != nil {
|
|
return *x.PluginType
|
|
}
|
|
return BotPluginMetadata_REELS
|
|
}
|
|
|
|
func (x *BotPluginMetadata) GetThumbnailCDNURL() string {
|
|
if x != nil && x.ThumbnailCDNURL != nil {
|
|
return *x.ThumbnailCDNURL
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *BotPluginMetadata) GetProfilePhotoCDNURL() string {
|
|
if x != nil && x.ProfilePhotoCDNURL != nil {
|
|
return *x.ProfilePhotoCDNURL
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *BotPluginMetadata) GetSearchProviderURL() string {
|
|
if x != nil && x.SearchProviderURL != nil {
|
|
return *x.SearchProviderURL
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *BotPluginMetadata) GetReferenceIndex() uint32 {
|
|
if x != nil && x.ReferenceIndex != nil {
|
|
return *x.ReferenceIndex
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *BotPluginMetadata) GetExpectedLinksCount() uint32 {
|
|
if x != nil && x.ExpectedLinksCount != nil {
|
|
return *x.ExpectedLinksCount
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *BotPluginMetadata) GetSearchQuery() string {
|
|
if x != nil && x.SearchQuery != nil {
|
|
return *x.SearchQuery
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *BotPluginMetadata) GetParentPluginMessageKey() *waCommon.MessageKey {
|
|
if x != nil {
|
|
return x.ParentPluginMessageKey
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *BotPluginMetadata) GetDeprecatedField() BotPluginMetadata_PluginType {
|
|
if x != nil && x.DeprecatedField != nil {
|
|
return *x.DeprecatedField
|
|
}
|
|
return BotPluginMetadata_REELS
|
|
}
|
|
|
|
func (x *BotPluginMetadata) GetParentPluginType() BotPluginMetadata_PluginType {
|
|
if x != nil && x.ParentPluginType != nil {
|
|
return *x.ParentPluginType
|
|
}
|
|
return BotPluginMetadata_REELS
|
|
}
|
|
|
|
type BotMediaMetadata struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
FileSHA256 *string `protobuf:"bytes,1,opt,name=fileSHA256" json:"fileSHA256,omitempty"`
|
|
MediaKey *string `protobuf:"bytes,2,opt,name=mediaKey" json:"mediaKey,omitempty"`
|
|
FileEncSHA256 *string `protobuf:"bytes,3,opt,name=fileEncSHA256" json:"fileEncSHA256,omitempty"`
|
|
DirectPath *string `protobuf:"bytes,4,opt,name=directPath" json:"directPath,omitempty"`
|
|
MediaKeyTimestamp *int64 `protobuf:"varint,5,opt,name=mediaKeyTimestamp" json:"mediaKeyTimestamp,omitempty"`
|
|
Mimetype *string `protobuf:"bytes,6,opt,name=mimetype" json:"mimetype,omitempty"`
|
|
OrientationType *BotMediaMetadata_OrientationType `protobuf:"varint,7,opt,name=orientationType,enum=WAWebProtobufsE2E.BotMediaMetadata_OrientationType" json:"orientationType,omitempty"`
|
|
}
|
|
|
|
func (x *BotMediaMetadata) Reset() {
|
|
*x = BotMediaMetadata{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[30]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *BotMediaMetadata) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*BotMediaMetadata) ProtoMessage() {}
|
|
|
|
func (x *BotMediaMetadata) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_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 BotMediaMetadata.ProtoReflect.Descriptor instead.
|
|
func (*BotMediaMetadata) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{30}
|
|
}
|
|
|
|
func (x *BotMediaMetadata) GetFileSHA256() string {
|
|
if x != nil && x.FileSHA256 != nil {
|
|
return *x.FileSHA256
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *BotMediaMetadata) GetMediaKey() string {
|
|
if x != nil && x.MediaKey != nil {
|
|
return *x.MediaKey
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *BotMediaMetadata) GetFileEncSHA256() string {
|
|
if x != nil && x.FileEncSHA256 != nil {
|
|
return *x.FileEncSHA256
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *BotMediaMetadata) GetDirectPath() string {
|
|
if x != nil && x.DirectPath != nil {
|
|
return *x.DirectPath
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *BotMediaMetadata) GetMediaKeyTimestamp() int64 {
|
|
if x != nil && x.MediaKeyTimestamp != nil {
|
|
return *x.MediaKeyTimestamp
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *BotMediaMetadata) GetMimetype() string {
|
|
if x != nil && x.Mimetype != nil {
|
|
return *x.Mimetype
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *BotMediaMetadata) GetOrientationType() BotMediaMetadata_OrientationType {
|
|
if x != nil && x.OrientationType != nil {
|
|
return *x.OrientationType
|
|
}
|
|
return BotMediaMetadata_CENTER
|
|
}
|
|
|
|
type BotReminderMetadata struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
RequestMessageKey *waCommon.MessageKey `protobuf:"bytes,1,opt,name=requestMessageKey" json:"requestMessageKey,omitempty"`
|
|
Action *BotReminderMetadata_ReminderAction `protobuf:"varint,2,opt,name=action,enum=WAWebProtobufsE2E.BotReminderMetadata_ReminderAction" json:"action,omitempty"`
|
|
Name *string `protobuf:"bytes,3,opt,name=name" json:"name,omitempty"`
|
|
NextTriggerTimestamp *uint64 `protobuf:"varint,4,opt,name=nextTriggerTimestamp" json:"nextTriggerTimestamp,omitempty"`
|
|
Frequency *BotReminderMetadata_ReminderFrequency `protobuf:"varint,5,opt,name=frequency,enum=WAWebProtobufsE2E.BotReminderMetadata_ReminderFrequency" json:"frequency,omitempty"`
|
|
}
|
|
|
|
func (x *BotReminderMetadata) Reset() {
|
|
*x = BotReminderMetadata{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[31]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *BotReminderMetadata) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*BotReminderMetadata) ProtoMessage() {}
|
|
|
|
func (x *BotReminderMetadata) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_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 BotReminderMetadata.ProtoReflect.Descriptor instead.
|
|
func (*BotReminderMetadata) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{31}
|
|
}
|
|
|
|
func (x *BotReminderMetadata) GetRequestMessageKey() *waCommon.MessageKey {
|
|
if x != nil {
|
|
return x.RequestMessageKey
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *BotReminderMetadata) GetAction() BotReminderMetadata_ReminderAction {
|
|
if x != nil && x.Action != nil {
|
|
return *x.Action
|
|
}
|
|
return BotReminderMetadata_NOTIFY
|
|
}
|
|
|
|
func (x *BotReminderMetadata) GetName() string {
|
|
if x != nil && x.Name != nil {
|
|
return *x.Name
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *BotReminderMetadata) GetNextTriggerTimestamp() uint64 {
|
|
if x != nil && x.NextTriggerTimestamp != nil {
|
|
return *x.NextTriggerTimestamp
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *BotReminderMetadata) GetFrequency() BotReminderMetadata_ReminderFrequency {
|
|
if x != nil && x.Frequency != nil {
|
|
return *x.Frequency
|
|
}
|
|
return BotReminderMetadata_ONCE
|
|
}
|
|
|
|
type BotModelMetadata struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
ModelType *BotModelMetadata_ModelType `protobuf:"varint,1,opt,name=modelType,enum=WAWebProtobufsE2E.BotModelMetadata_ModelType" json:"modelType,omitempty"`
|
|
PremiumModelStatus *BotModelMetadata_PremiumModelStatus `protobuf:"varint,2,opt,name=premiumModelStatus,enum=WAWebProtobufsE2E.BotModelMetadata_PremiumModelStatus" json:"premiumModelStatus,omitempty"`
|
|
}
|
|
|
|
func (x *BotModelMetadata) Reset() {
|
|
*x = BotModelMetadata{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[32]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *BotModelMetadata) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*BotModelMetadata) ProtoMessage() {}
|
|
|
|
func (x *BotModelMetadata) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_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 BotModelMetadata.ProtoReflect.Descriptor instead.
|
|
func (*BotModelMetadata) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{32}
|
|
}
|
|
|
|
func (x *BotModelMetadata) GetModelType() BotModelMetadata_ModelType {
|
|
if x != nil && x.ModelType != nil {
|
|
return *x.ModelType
|
|
}
|
|
return BotModelMetadata_LLAMA_PROD
|
|
}
|
|
|
|
func (x *BotModelMetadata) GetPremiumModelStatus() BotModelMetadata_PremiumModelStatus {
|
|
if x != nil && x.PremiumModelStatus != nil {
|
|
return *x.PremiumModelStatus
|
|
}
|
|
return BotModelMetadata_AVAILABLE
|
|
}
|
|
|
|
type MessageAssociation struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
AssociationType *MessageAssociation_AssociationType `protobuf:"varint,1,opt,name=associationType,enum=WAWebProtobufsE2E.MessageAssociation_AssociationType" json:"associationType,omitempty"`
|
|
ParentMessageKey *waCommon.MessageKey `protobuf:"bytes,2,opt,name=parentMessageKey" json:"parentMessageKey,omitempty"`
|
|
}
|
|
|
|
func (x *MessageAssociation) Reset() {
|
|
*x = MessageAssociation{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[33]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *MessageAssociation) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*MessageAssociation) ProtoMessage() {}
|
|
|
|
func (x *MessageAssociation) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_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 MessageAssociation.ProtoReflect.Descriptor instead.
|
|
func (*MessageAssociation) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{33}
|
|
}
|
|
|
|
func (x *MessageAssociation) GetAssociationType() MessageAssociation_AssociationType {
|
|
if x != nil && x.AssociationType != nil {
|
|
return *x.AssociationType
|
|
}
|
|
return MessageAssociation_UNKNOWN
|
|
}
|
|
|
|
func (x *MessageAssociation) GetParentMessageKey() *waCommon.MessageKey {
|
|
if x != nil {
|
|
return x.ParentMessageKey
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type MessageContextInfo struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
DeviceListMetadata *DeviceListMetadata `protobuf:"bytes,1,opt,name=deviceListMetadata" json:"deviceListMetadata,omitempty"`
|
|
DeviceListMetadataVersion *int32 `protobuf:"varint,2,opt,name=deviceListMetadataVersion" json:"deviceListMetadataVersion,omitempty"`
|
|
MessageSecret []byte `protobuf:"bytes,3,opt,name=messageSecret" json:"messageSecret,omitempty"`
|
|
PaddingBytes []byte `protobuf:"bytes,4,opt,name=paddingBytes" json:"paddingBytes,omitempty"`
|
|
MessageAddOnDurationInSecs *uint32 `protobuf:"varint,5,opt,name=messageAddOnDurationInSecs" json:"messageAddOnDurationInSecs,omitempty"`
|
|
BotMessageSecret []byte `protobuf:"bytes,6,opt,name=botMessageSecret" json:"botMessageSecret,omitempty"`
|
|
BotMetadata *BotMetadata `protobuf:"bytes,7,opt,name=botMetadata" json:"botMetadata,omitempty"`
|
|
ReportingTokenVersion *int32 `protobuf:"varint,8,opt,name=reportingTokenVersion" json:"reportingTokenVersion,omitempty"`
|
|
MessageAddOnExpiryType *MessageContextInfo_MessageAddonExpiryType `protobuf:"varint,9,opt,name=messageAddOnExpiryType,enum=WAWebProtobufsE2E.MessageContextInfo_MessageAddonExpiryType" json:"messageAddOnExpiryType,omitempty"`
|
|
MessageAssociation *MessageAssociation `protobuf:"bytes,10,opt,name=messageAssociation" json:"messageAssociation,omitempty"`
|
|
CapiCreatedGroup *bool `protobuf:"varint,11,opt,name=capiCreatedGroup" json:"capiCreatedGroup,omitempty"`
|
|
SupportPayload *string `protobuf:"bytes,12,opt,name=supportPayload" json:"supportPayload,omitempty"`
|
|
}
|
|
|
|
func (x *MessageContextInfo) Reset() {
|
|
*x = MessageContextInfo{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[34]
|
|
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_WAWebProtobufsE2E_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 MessageContextInfo.ProtoReflect.Descriptor instead.
|
|
func (*MessageContextInfo) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{34}
|
|
}
|
|
|
|
func (x *MessageContextInfo) GetDeviceListMetadata() *DeviceListMetadata {
|
|
if x != nil {
|
|
return x.DeviceListMetadata
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *MessageContextInfo) GetDeviceListMetadataVersion() int32 {
|
|
if x != nil && x.DeviceListMetadataVersion != 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 && x.MessageAddOnDurationInSecs != 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 && x.ReportingTokenVersion != nil {
|
|
return *x.ReportingTokenVersion
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *MessageContextInfo) GetMessageAddOnExpiryType() MessageContextInfo_MessageAddonExpiryType {
|
|
if x != nil && x.MessageAddOnExpiryType != nil {
|
|
return *x.MessageAddOnExpiryType
|
|
}
|
|
return MessageContextInfo_STATIC
|
|
}
|
|
|
|
func (x *MessageContextInfo) GetMessageAssociation() *MessageAssociation {
|
|
if x != nil {
|
|
return x.MessageAssociation
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *MessageContextInfo) GetCapiCreatedGroup() bool {
|
|
if x != nil && x.CapiCreatedGroup != nil {
|
|
return *x.CapiCreatedGroup
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (x *MessageContextInfo) GetSupportPayload() string {
|
|
if x != nil && x.SupportPayload != nil {
|
|
return *x.SupportPayload
|
|
}
|
|
return ""
|
|
}
|
|
|
|
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" json:"index,omitempty"`
|
|
}
|
|
|
|
func (x *HydratedTemplateButton) Reset() {
|
|
*x = HydratedTemplateButton{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[35]
|
|
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_WAWebProtobufsE2E_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 HydratedTemplateButton.ProtoReflect.Descriptor instead.
|
|
func (*HydratedTemplateButton) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{35}
|
|
}
|
|
|
|
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 && x.Index != 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,oneof"`
|
|
}
|
|
|
|
type HydratedTemplateButton_UrlButton struct {
|
|
UrlButton *HydratedTemplateButton_HydratedURLButton `protobuf:"bytes,2,opt,name=urlButton,oneof"`
|
|
}
|
|
|
|
type HydratedTemplateButton_CallButton struct {
|
|
CallButton *HydratedTemplateButton_HydratedCallButton `protobuf:"bytes,3,opt,name=callButton,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" json:"ID,omitempty"`
|
|
FileLength *uint64 `protobuf:"varint,2,opt,name=fileLength" json:"fileLength,omitempty"`
|
|
Width *uint32 `protobuf:"varint,3,opt,name=width" json:"width,omitempty"`
|
|
Height *uint32 `protobuf:"varint,4,opt,name=height" json:"height,omitempty"`
|
|
Mimetype *string `protobuf:"bytes,5,opt,name=mimetype" json:"mimetype,omitempty"`
|
|
PlaceholderArgb *uint32 `protobuf:"fixed32,6,opt,name=placeholderArgb" json:"placeholderArgb,omitempty"`
|
|
TextArgb *uint32 `protobuf:"fixed32,7,opt,name=textArgb" json:"textArgb,omitempty"`
|
|
SubtextArgb *uint32 `protobuf:"fixed32,8,opt,name=subtextArgb" json:"subtextArgb,omitempty"`
|
|
MediaData *PaymentBackground_MediaData `protobuf:"bytes,9,opt,name=mediaData" json:"mediaData,omitempty"`
|
|
Type *PaymentBackground_Type `protobuf:"varint,10,opt,name=type,enum=WAWebProtobufsE2E.PaymentBackground_Type" json:"type,omitempty"`
|
|
}
|
|
|
|
func (x *PaymentBackground) Reset() {
|
|
*x = PaymentBackground{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[36]
|
|
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_WAWebProtobufsE2E_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 PaymentBackground.ProtoReflect.Descriptor instead.
|
|
func (*PaymentBackground) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{36}
|
|
}
|
|
|
|
func (x *PaymentBackground) GetID() string {
|
|
if x != nil && x.ID != nil {
|
|
return *x.ID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *PaymentBackground) GetFileLength() uint64 {
|
|
if x != nil && x.FileLength != nil {
|
|
return *x.FileLength
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *PaymentBackground) GetWidth() uint32 {
|
|
if x != nil && x.Width != nil {
|
|
return *x.Width
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *PaymentBackground) GetHeight() uint32 {
|
|
if x != nil && x.Height != nil {
|
|
return *x.Height
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *PaymentBackground) GetMimetype() string {
|
|
if x != nil && x.Mimetype != nil {
|
|
return *x.Mimetype
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *PaymentBackground) GetPlaceholderArgb() uint32 {
|
|
if x != nil && x.PlaceholderArgb != nil {
|
|
return *x.PlaceholderArgb
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *PaymentBackground) GetTextArgb() uint32 {
|
|
if x != nil && x.TextArgb != nil {
|
|
return *x.TextArgb
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *PaymentBackground) GetSubtextArgb() uint32 {
|
|
if x != nil && x.SubtextArgb != 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 && x.Type != 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,enum=WAWebProtobufsE2E.DisappearingMode_Initiator" json:"initiator,omitempty"`
|
|
Trigger *DisappearingMode_Trigger `protobuf:"varint,2,opt,name=trigger,enum=WAWebProtobufsE2E.DisappearingMode_Trigger" json:"trigger,omitempty"`
|
|
InitiatorDeviceJID *string `protobuf:"bytes,3,opt,name=initiatorDeviceJID" json:"initiatorDeviceJID,omitempty"`
|
|
InitiatedByMe *bool `protobuf:"varint,4,opt,name=initiatedByMe" json:"initiatedByMe,omitempty"`
|
|
}
|
|
|
|
func (x *DisappearingMode) Reset() {
|
|
*x = DisappearingMode{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[37]
|
|
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_WAWebProtobufsE2E_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 DisappearingMode.ProtoReflect.Descriptor instead.
|
|
func (*DisappearingMode) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{37}
|
|
}
|
|
|
|
func (x *DisappearingMode) GetInitiator() DisappearingMode_Initiator {
|
|
if x != nil && x.Initiator != nil {
|
|
return *x.Initiator
|
|
}
|
|
return DisappearingMode_CHANGED_IN_CHAT
|
|
}
|
|
|
|
func (x *DisappearingMode) GetTrigger() DisappearingMode_Trigger {
|
|
if x != nil && x.Trigger != nil {
|
|
return *x.Trigger
|
|
}
|
|
return DisappearingMode_UNKNOWN
|
|
}
|
|
|
|
func (x *DisappearingMode) GetInitiatorDeviceJID() string {
|
|
if x != nil && x.InitiatorDeviceJID != nil {
|
|
return *x.InitiatorDeviceJID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *DisappearingMode) GetInitiatedByMe() bool {
|
|
if x != nil && x.InitiatedByMe != nil {
|
|
return *x.InitiatedByMe
|
|
}
|
|
return false
|
|
}
|
|
|
|
type ProcessedVideo struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
DirectPath *string `protobuf:"bytes,1,opt,name=directPath" json:"directPath,omitempty"`
|
|
FileSHA256 []byte `protobuf:"bytes,2,opt,name=fileSHA256" json:"fileSHA256,omitempty"`
|
|
Height *uint32 `protobuf:"varint,3,opt,name=height" json:"height,omitempty"`
|
|
Width *uint32 `protobuf:"varint,4,opt,name=width" json:"width,omitempty"`
|
|
FileLength *uint64 `protobuf:"varint,5,opt,name=fileLength" json:"fileLength,omitempty"`
|
|
Bitrate *uint32 `protobuf:"varint,6,opt,name=bitrate" json:"bitrate,omitempty"`
|
|
Quality *ProcessedVideo_VideoQuality `protobuf:"varint,7,opt,name=quality,enum=WAWebProtobufsE2E.ProcessedVideo_VideoQuality" json:"quality,omitempty"`
|
|
Capabilities []string `protobuf:"bytes,8,rep,name=capabilities" json:"capabilities,omitempty"`
|
|
}
|
|
|
|
func (x *ProcessedVideo) Reset() {
|
|
*x = ProcessedVideo{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[38]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *ProcessedVideo) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ProcessedVideo) ProtoMessage() {}
|
|
|
|
func (x *ProcessedVideo) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_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 ProcessedVideo.ProtoReflect.Descriptor instead.
|
|
func (*ProcessedVideo) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{38}
|
|
}
|
|
|
|
func (x *ProcessedVideo) GetDirectPath() string {
|
|
if x != nil && x.DirectPath != nil {
|
|
return *x.DirectPath
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ProcessedVideo) GetFileSHA256() []byte {
|
|
if x != nil {
|
|
return x.FileSHA256
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *ProcessedVideo) GetHeight() uint32 {
|
|
if x != nil && x.Height != nil {
|
|
return *x.Height
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ProcessedVideo) GetWidth() uint32 {
|
|
if x != nil && x.Width != nil {
|
|
return *x.Width
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ProcessedVideo) GetFileLength() uint64 {
|
|
if x != nil && x.FileLength != nil {
|
|
return *x.FileLength
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ProcessedVideo) GetBitrate() uint32 {
|
|
if x != nil && x.Bitrate != nil {
|
|
return *x.Bitrate
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ProcessedVideo) GetQuality() ProcessedVideo_VideoQuality {
|
|
if x != nil && x.Quality != nil {
|
|
return *x.Quality
|
|
}
|
|
return ProcessedVideo_UNDEFINED
|
|
}
|
|
|
|
func (x *ProcessedVideo) GetCapabilities() []string {
|
|
if x != nil {
|
|
return x.Capabilities
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type Message struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Conversation *string `protobuf:"bytes,1,opt,name=conversation" json:"conversation,omitempty"`
|
|
SenderKeyDistributionMessage *SenderKeyDistributionMessage `protobuf:"bytes,2,opt,name=senderKeyDistributionMessage" json:"senderKeyDistributionMessage,omitempty"`
|
|
ImageMessage *ImageMessage `protobuf:"bytes,3,opt,name=imageMessage" json:"imageMessage,omitempty"`
|
|
ContactMessage *ContactMessage `protobuf:"bytes,4,opt,name=contactMessage" json:"contactMessage,omitempty"`
|
|
LocationMessage *LocationMessage `protobuf:"bytes,5,opt,name=locationMessage" json:"locationMessage,omitempty"`
|
|
ExtendedTextMessage *ExtendedTextMessage `protobuf:"bytes,6,opt,name=extendedTextMessage" json:"extendedTextMessage,omitempty"`
|
|
DocumentMessage *DocumentMessage `protobuf:"bytes,7,opt,name=documentMessage" json:"documentMessage,omitempty"`
|
|
AudioMessage *AudioMessage `protobuf:"bytes,8,opt,name=audioMessage" json:"audioMessage,omitempty"`
|
|
VideoMessage *VideoMessage `protobuf:"bytes,9,opt,name=videoMessage" json:"videoMessage,omitempty"`
|
|
Call *Call `protobuf:"bytes,10,opt,name=call" json:"call,omitempty"`
|
|
Chat *Chat `protobuf:"bytes,11,opt,name=chat" json:"chat,omitempty"`
|
|
ProtocolMessage *ProtocolMessage `protobuf:"bytes,12,opt,name=protocolMessage" json:"protocolMessage,omitempty"`
|
|
ContactsArrayMessage *ContactsArrayMessage `protobuf:"bytes,13,opt,name=contactsArrayMessage" json:"contactsArrayMessage,omitempty"`
|
|
HighlyStructuredMessage *HighlyStructuredMessage `protobuf:"bytes,14,opt,name=highlyStructuredMessage" json:"highlyStructuredMessage,omitempty"`
|
|
FastRatchetKeySenderKeyDistributionMessage *SenderKeyDistributionMessage `protobuf:"bytes,15,opt,name=fastRatchetKeySenderKeyDistributionMessage" json:"fastRatchetKeySenderKeyDistributionMessage,omitempty"`
|
|
SendPaymentMessage *SendPaymentMessage `protobuf:"bytes,16,opt,name=sendPaymentMessage" json:"sendPaymentMessage,omitempty"`
|
|
LiveLocationMessage *LiveLocationMessage `protobuf:"bytes,18,opt,name=liveLocationMessage" json:"liveLocationMessage,omitempty"`
|
|
RequestPaymentMessage *RequestPaymentMessage `protobuf:"bytes,22,opt,name=requestPaymentMessage" json:"requestPaymentMessage,omitempty"`
|
|
DeclinePaymentRequestMessage *DeclinePaymentRequestMessage `protobuf:"bytes,23,opt,name=declinePaymentRequestMessage" json:"declinePaymentRequestMessage,omitempty"`
|
|
CancelPaymentRequestMessage *CancelPaymentRequestMessage `protobuf:"bytes,24,opt,name=cancelPaymentRequestMessage" json:"cancelPaymentRequestMessage,omitempty"`
|
|
TemplateMessage *TemplateMessage `protobuf:"bytes,25,opt,name=templateMessage" json:"templateMessage,omitempty"`
|
|
StickerMessage *StickerMessage `protobuf:"bytes,26,opt,name=stickerMessage" json:"stickerMessage,omitempty"`
|
|
GroupInviteMessage *GroupInviteMessage `protobuf:"bytes,28,opt,name=groupInviteMessage" json:"groupInviteMessage,omitempty"`
|
|
TemplateButtonReplyMessage *TemplateButtonReplyMessage `protobuf:"bytes,29,opt,name=templateButtonReplyMessage" json:"templateButtonReplyMessage,omitempty"`
|
|
ProductMessage *ProductMessage `protobuf:"bytes,30,opt,name=productMessage" json:"productMessage,omitempty"`
|
|
DeviceSentMessage *DeviceSentMessage `protobuf:"bytes,31,opt,name=deviceSentMessage" json:"deviceSentMessage,omitempty"`
|
|
MessageContextInfo *MessageContextInfo `protobuf:"bytes,35,opt,name=messageContextInfo" json:"messageContextInfo,omitempty"`
|
|
ListMessage *ListMessage `protobuf:"bytes,36,opt,name=listMessage" json:"listMessage,omitempty"`
|
|
ViewOnceMessage *FutureProofMessage `protobuf:"bytes,37,opt,name=viewOnceMessage" json:"viewOnceMessage,omitempty"`
|
|
OrderMessage *OrderMessage `protobuf:"bytes,38,opt,name=orderMessage" json:"orderMessage,omitempty"`
|
|
ListResponseMessage *ListResponseMessage `protobuf:"bytes,39,opt,name=listResponseMessage" json:"listResponseMessage,omitempty"`
|
|
EphemeralMessage *FutureProofMessage `protobuf:"bytes,40,opt,name=ephemeralMessage" json:"ephemeralMessage,omitempty"`
|
|
InvoiceMessage *InvoiceMessage `protobuf:"bytes,41,opt,name=invoiceMessage" json:"invoiceMessage,omitempty"`
|
|
ButtonsMessage *ButtonsMessage `protobuf:"bytes,42,opt,name=buttonsMessage" json:"buttonsMessage,omitempty"`
|
|
ButtonsResponseMessage *ButtonsResponseMessage `protobuf:"bytes,43,opt,name=buttonsResponseMessage" json:"buttonsResponseMessage,omitempty"`
|
|
PaymentInviteMessage *PaymentInviteMessage `protobuf:"bytes,44,opt,name=paymentInviteMessage" json:"paymentInviteMessage,omitempty"`
|
|
InteractiveMessage *InteractiveMessage `protobuf:"bytes,45,opt,name=interactiveMessage" json:"interactiveMessage,omitempty"`
|
|
ReactionMessage *ReactionMessage `protobuf:"bytes,46,opt,name=reactionMessage" json:"reactionMessage,omitempty"`
|
|
StickerSyncRmrMessage *StickerSyncRMRMessage `protobuf:"bytes,47,opt,name=stickerSyncRmrMessage" json:"stickerSyncRmrMessage,omitempty"`
|
|
InteractiveResponseMessage *InteractiveResponseMessage `protobuf:"bytes,48,opt,name=interactiveResponseMessage" json:"interactiveResponseMessage,omitempty"`
|
|
PollCreationMessage *PollCreationMessage `protobuf:"bytes,49,opt,name=pollCreationMessage" json:"pollCreationMessage,omitempty"`
|
|
PollUpdateMessage *PollUpdateMessage `protobuf:"bytes,50,opt,name=pollUpdateMessage" json:"pollUpdateMessage,omitempty"`
|
|
KeepInChatMessage *KeepInChatMessage `protobuf:"bytes,51,opt,name=keepInChatMessage" json:"keepInChatMessage,omitempty"`
|
|
DocumentWithCaptionMessage *FutureProofMessage `protobuf:"bytes,53,opt,name=documentWithCaptionMessage" json:"documentWithCaptionMessage,omitempty"`
|
|
RequestPhoneNumberMessage *RequestPhoneNumberMessage `protobuf:"bytes,54,opt,name=requestPhoneNumberMessage" json:"requestPhoneNumberMessage,omitempty"`
|
|
ViewOnceMessageV2 *FutureProofMessage `protobuf:"bytes,55,opt,name=viewOnceMessageV2" json:"viewOnceMessageV2,omitempty"`
|
|
EncReactionMessage *EncReactionMessage `protobuf:"bytes,56,opt,name=encReactionMessage" json:"encReactionMessage,omitempty"`
|
|
EditedMessage *FutureProofMessage `protobuf:"bytes,58,opt,name=editedMessage" json:"editedMessage,omitempty"`
|
|
ViewOnceMessageV2Extension *FutureProofMessage `protobuf:"bytes,59,opt,name=viewOnceMessageV2Extension" json:"viewOnceMessageV2Extension,omitempty"`
|
|
PollCreationMessageV2 *PollCreationMessage `protobuf:"bytes,60,opt,name=pollCreationMessageV2" json:"pollCreationMessageV2,omitempty"`
|
|
ScheduledCallCreationMessage *ScheduledCallCreationMessage `protobuf:"bytes,61,opt,name=scheduledCallCreationMessage" json:"scheduledCallCreationMessage,omitempty"`
|
|
GroupMentionedMessage *FutureProofMessage `protobuf:"bytes,62,opt,name=groupMentionedMessage" json:"groupMentionedMessage,omitempty"`
|
|
PinInChatMessage *PinInChatMessage `protobuf:"bytes,63,opt,name=pinInChatMessage" json:"pinInChatMessage,omitempty"`
|
|
PollCreationMessageV3 *PollCreationMessage `protobuf:"bytes,64,opt,name=pollCreationMessageV3" json:"pollCreationMessageV3,omitempty"`
|
|
ScheduledCallEditMessage *ScheduledCallEditMessage `protobuf:"bytes,65,opt,name=scheduledCallEditMessage" json:"scheduledCallEditMessage,omitempty"`
|
|
PtvMessage *VideoMessage `protobuf:"bytes,66,opt,name=ptvMessage" json:"ptvMessage,omitempty"`
|
|
BotInvokeMessage *FutureProofMessage `protobuf:"bytes,67,opt,name=botInvokeMessage" json:"botInvokeMessage,omitempty"`
|
|
CallLogMesssage *CallLogMessage `protobuf:"bytes,69,opt,name=callLogMesssage" json:"callLogMesssage,omitempty"`
|
|
MessageHistoryBundle *MessageHistoryBundle `protobuf:"bytes,70,opt,name=messageHistoryBundle" json:"messageHistoryBundle,omitempty"`
|
|
EncCommentMessage *EncCommentMessage `protobuf:"bytes,71,opt,name=encCommentMessage" json:"encCommentMessage,omitempty"`
|
|
BcallMessage *BCallMessage `protobuf:"bytes,72,opt,name=bcallMessage" json:"bcallMessage,omitempty"`
|
|
LottieStickerMessage *FutureProofMessage `protobuf:"bytes,74,opt,name=lottieStickerMessage" json:"lottieStickerMessage,omitempty"`
|
|
EventMessage *EventMessage `protobuf:"bytes,75,opt,name=eventMessage" json:"eventMessage,omitempty"`
|
|
EncEventResponseMessage *EncEventResponseMessage `protobuf:"bytes,76,opt,name=encEventResponseMessage" json:"encEventResponseMessage,omitempty"`
|
|
CommentMessage *CommentMessage `protobuf:"bytes,77,opt,name=commentMessage" json:"commentMessage,omitempty"`
|
|
NewsletterAdminInviteMessage *NewsletterAdminInviteMessage `protobuf:"bytes,78,opt,name=newsletterAdminInviteMessage" json:"newsletterAdminInviteMessage,omitempty"`
|
|
PlaceholderMessage *PlaceholderMessage `protobuf:"bytes,80,opt,name=placeholderMessage" json:"placeholderMessage,omitempty"`
|
|
SecretEncryptedMessage *SecretEncryptedMessage `protobuf:"bytes,82,opt,name=secretEncryptedMessage" json:"secretEncryptedMessage,omitempty"`
|
|
AlbumMessage *AlbumMessage `protobuf:"bytes,83,opt,name=albumMessage" json:"albumMessage,omitempty"`
|
|
EventCoverImage *FutureProofMessage `protobuf:"bytes,85,opt,name=eventCoverImage" json:"eventCoverImage,omitempty"`
|
|
StickerPackMessage *StickerPackMessage `protobuf:"bytes,86,opt,name=stickerPackMessage" json:"stickerPackMessage,omitempty"`
|
|
StatusMentionMessage *FutureProofMessage `protobuf:"bytes,87,opt,name=statusMentionMessage" json:"statusMentionMessage,omitempty"`
|
|
PollResultSnapshotMessage *PollResultSnapshotMessage `protobuf:"bytes,88,opt,name=pollResultSnapshotMessage" json:"pollResultSnapshotMessage,omitempty"`
|
|
}
|
|
|
|
func (x *Message) Reset() {
|
|
*x = Message{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[39]
|
|
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_WAWebProtobufsE2E_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.ProtoReflect.Descriptor instead.
|
|
func (*Message) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{39}
|
|
}
|
|
|
|
func (x *Message) GetConversation() string {
|
|
if x != nil && x.Conversation != nil {
|
|
return *x.Conversation
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *Message) GetSenderKeyDistributionMessage() *SenderKeyDistributionMessage {
|
|
if x != nil {
|
|
return x.SenderKeyDistributionMessage
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *Message) GetImageMessage() *ImageMessage {
|
|
if x != nil {
|
|
return x.ImageMessage
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *Message) GetContactMessage() *ContactMessage {
|
|
if x != nil {
|
|
return x.ContactMessage
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *Message) GetLocationMessage() *LocationMessage {
|
|
if x != nil {
|
|
return x.LocationMessage
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *Message) GetExtendedTextMessage() *ExtendedTextMessage {
|
|
if x != nil {
|
|
return x.ExtendedTextMessage
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *Message) GetDocumentMessage() *DocumentMessage {
|
|
if x != nil {
|
|
return x.DocumentMessage
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *Message) GetAudioMessage() *AudioMessage {
|
|
if x != nil {
|
|
return x.AudioMessage
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *Message) GetVideoMessage() *VideoMessage {
|
|
if x != nil {
|
|
return x.VideoMessage
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *Message) GetCall() *Call {
|
|
if x != nil {
|
|
return x.Call
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *Message) GetChat() *Chat {
|
|
if x != nil {
|
|
return x.Chat
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *Message) GetProtocolMessage() *ProtocolMessage {
|
|
if x != nil {
|
|
return x.ProtocolMessage
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *Message) GetContactsArrayMessage() *ContactsArrayMessage {
|
|
if x != nil {
|
|
return x.ContactsArrayMessage
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *Message) GetHighlyStructuredMessage() *HighlyStructuredMessage {
|
|
if x != nil {
|
|
return x.HighlyStructuredMessage
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *Message) GetFastRatchetKeySenderKeyDistributionMessage() *SenderKeyDistributionMessage {
|
|
if x != nil {
|
|
return x.FastRatchetKeySenderKeyDistributionMessage
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *Message) GetSendPaymentMessage() *SendPaymentMessage {
|
|
if x != nil {
|
|
return x.SendPaymentMessage
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *Message) GetLiveLocationMessage() *LiveLocationMessage {
|
|
if x != nil {
|
|
return x.LiveLocationMessage
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *Message) GetRequestPaymentMessage() *RequestPaymentMessage {
|
|
if x != nil {
|
|
return x.RequestPaymentMessage
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *Message) GetDeclinePaymentRequestMessage() *DeclinePaymentRequestMessage {
|
|
if x != nil {
|
|
return x.DeclinePaymentRequestMessage
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *Message) GetCancelPaymentRequestMessage() *CancelPaymentRequestMessage {
|
|
if x != nil {
|
|
return x.CancelPaymentRequestMessage
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *Message) GetTemplateMessage() *TemplateMessage {
|
|
if x != nil {
|
|
return x.TemplateMessage
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *Message) GetStickerMessage() *StickerMessage {
|
|
if x != nil {
|
|
return x.StickerMessage
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *Message) GetGroupInviteMessage() *GroupInviteMessage {
|
|
if x != nil {
|
|
return x.GroupInviteMessage
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *Message) GetTemplateButtonReplyMessage() *TemplateButtonReplyMessage {
|
|
if x != nil {
|
|
return x.TemplateButtonReplyMessage
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *Message) GetProductMessage() *ProductMessage {
|
|
if x != nil {
|
|
return x.ProductMessage
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *Message) GetDeviceSentMessage() *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() *ListMessage {
|
|
if x != nil {
|
|
return x.ListMessage
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *Message) GetViewOnceMessage() *FutureProofMessage {
|
|
if x != nil {
|
|
return x.ViewOnceMessage
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *Message) GetOrderMessage() *OrderMessage {
|
|
if x != nil {
|
|
return x.OrderMessage
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *Message) GetListResponseMessage() *ListResponseMessage {
|
|
if x != nil {
|
|
return x.ListResponseMessage
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *Message) GetEphemeralMessage() *FutureProofMessage {
|
|
if x != nil {
|
|
return x.EphemeralMessage
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *Message) GetInvoiceMessage() *InvoiceMessage {
|
|
if x != nil {
|
|
return x.InvoiceMessage
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *Message) GetButtonsMessage() *ButtonsMessage {
|
|
if x != nil {
|
|
return x.ButtonsMessage
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *Message) GetButtonsResponseMessage() *ButtonsResponseMessage {
|
|
if x != nil {
|
|
return x.ButtonsResponseMessage
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *Message) GetPaymentInviteMessage() *PaymentInviteMessage {
|
|
if x != nil {
|
|
return x.PaymentInviteMessage
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *Message) GetInteractiveMessage() *InteractiveMessage {
|
|
if x != nil {
|
|
return x.InteractiveMessage
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *Message) GetReactionMessage() *ReactionMessage {
|
|
if x != nil {
|
|
return x.ReactionMessage
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *Message) GetStickerSyncRmrMessage() *StickerSyncRMRMessage {
|
|
if x != nil {
|
|
return x.StickerSyncRmrMessage
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *Message) GetInteractiveResponseMessage() *InteractiveResponseMessage {
|
|
if x != nil {
|
|
return x.InteractiveResponseMessage
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *Message) GetPollCreationMessage() *PollCreationMessage {
|
|
if x != nil {
|
|
return x.PollCreationMessage
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *Message) GetPollUpdateMessage() *PollUpdateMessage {
|
|
if x != nil {
|
|
return x.PollUpdateMessage
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *Message) GetKeepInChatMessage() *KeepInChatMessage {
|
|
if x != nil {
|
|
return x.KeepInChatMessage
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *Message) GetDocumentWithCaptionMessage() *FutureProofMessage {
|
|
if x != nil {
|
|
return x.DocumentWithCaptionMessage
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *Message) GetRequestPhoneNumberMessage() *RequestPhoneNumberMessage {
|
|
if x != nil {
|
|
return x.RequestPhoneNumberMessage
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *Message) GetViewOnceMessageV2() *FutureProofMessage {
|
|
if x != nil {
|
|
return x.ViewOnceMessageV2
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *Message) GetEncReactionMessage() *EncReactionMessage {
|
|
if x != nil {
|
|
return x.EncReactionMessage
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *Message) GetEditedMessage() *FutureProofMessage {
|
|
if x != nil {
|
|
return x.EditedMessage
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *Message) GetViewOnceMessageV2Extension() *FutureProofMessage {
|
|
if x != nil {
|
|
return x.ViewOnceMessageV2Extension
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *Message) GetPollCreationMessageV2() *PollCreationMessage {
|
|
if x != nil {
|
|
return x.PollCreationMessageV2
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *Message) GetScheduledCallCreationMessage() *ScheduledCallCreationMessage {
|
|
if x != nil {
|
|
return x.ScheduledCallCreationMessage
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *Message) GetGroupMentionedMessage() *FutureProofMessage {
|
|
if x != nil {
|
|
return x.GroupMentionedMessage
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *Message) GetPinInChatMessage() *PinInChatMessage {
|
|
if x != nil {
|
|
return x.PinInChatMessage
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *Message) GetPollCreationMessageV3() *PollCreationMessage {
|
|
if x != nil {
|
|
return x.PollCreationMessageV3
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *Message) GetScheduledCallEditMessage() *ScheduledCallEditMessage {
|
|
if x != nil {
|
|
return x.ScheduledCallEditMessage
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *Message) GetPtvMessage() *VideoMessage {
|
|
if x != nil {
|
|
return x.PtvMessage
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *Message) GetBotInvokeMessage() *FutureProofMessage {
|
|
if x != nil {
|
|
return x.BotInvokeMessage
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *Message) GetCallLogMesssage() *CallLogMessage {
|
|
if x != nil {
|
|
return x.CallLogMesssage
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *Message) GetMessageHistoryBundle() *MessageHistoryBundle {
|
|
if x != nil {
|
|
return x.MessageHistoryBundle
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *Message) GetEncCommentMessage() *EncCommentMessage {
|
|
if x != nil {
|
|
return x.EncCommentMessage
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *Message) GetBcallMessage() *BCallMessage {
|
|
if x != nil {
|
|
return x.BcallMessage
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *Message) GetLottieStickerMessage() *FutureProofMessage {
|
|
if x != nil {
|
|
return x.LottieStickerMessage
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *Message) GetEventMessage() *EventMessage {
|
|
if x != nil {
|
|
return x.EventMessage
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *Message) GetEncEventResponseMessage() *EncEventResponseMessage {
|
|
if x != nil {
|
|
return x.EncEventResponseMessage
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *Message) GetCommentMessage() *CommentMessage {
|
|
if x != nil {
|
|
return x.CommentMessage
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *Message) GetNewsletterAdminInviteMessage() *NewsletterAdminInviteMessage {
|
|
if x != nil {
|
|
return x.NewsletterAdminInviteMessage
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *Message) GetPlaceholderMessage() *PlaceholderMessage {
|
|
if x != nil {
|
|
return x.PlaceholderMessage
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *Message) GetSecretEncryptedMessage() *SecretEncryptedMessage {
|
|
if x != nil {
|
|
return x.SecretEncryptedMessage
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *Message) GetAlbumMessage() *AlbumMessage {
|
|
if x != nil {
|
|
return x.AlbumMessage
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *Message) GetEventCoverImage() *FutureProofMessage {
|
|
if x != nil {
|
|
return x.EventCoverImage
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *Message) GetStickerPackMessage() *StickerPackMessage {
|
|
if x != nil {
|
|
return x.StickerPackMessage
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *Message) GetStatusMentionMessage() *FutureProofMessage {
|
|
if x != nil {
|
|
return x.StatusMentionMessage
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *Message) GetPollResultSnapshotMessage() *PollResultSnapshotMessage {
|
|
if x != nil {
|
|
return x.PollResultSnapshotMessage
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type StickerPackMessage struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
StickerPackID *string `protobuf:"bytes,1,opt,name=stickerPackID" json:"stickerPackID,omitempty"`
|
|
Name *string `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"`
|
|
Publisher *string `protobuf:"bytes,3,opt,name=publisher" json:"publisher,omitempty"`
|
|
Stickers []*StickerPackMessage_Sticker `protobuf:"bytes,4,rep,name=stickers" json:"stickers,omitempty"`
|
|
FileSize *uint64 `protobuf:"varint,5,opt,name=fileSize" json:"fileSize,omitempty"`
|
|
FileSHA256 []byte `protobuf:"bytes,6,opt,name=fileSHA256" json:"fileSHA256,omitempty"`
|
|
FileEncSHA256 []byte `protobuf:"bytes,7,opt,name=fileEncSHA256" json:"fileEncSHA256,omitempty"`
|
|
MediaKey []byte `protobuf:"bytes,8,opt,name=mediaKey" json:"mediaKey,omitempty"`
|
|
DirectPath *string `protobuf:"bytes,9,opt,name=directPath" json:"directPath,omitempty"`
|
|
Caption *string `protobuf:"bytes,10,opt,name=caption" json:"caption,omitempty"`
|
|
ContextInfo *ContextInfo `protobuf:"bytes,11,opt,name=contextInfo" json:"contextInfo,omitempty"`
|
|
PackDescription *string `protobuf:"bytes,12,opt,name=packDescription" json:"packDescription,omitempty"`
|
|
MediaKeyTimestamp *int64 `protobuf:"varint,13,opt,name=mediaKeyTimestamp" json:"mediaKeyTimestamp,omitempty"`
|
|
TrayIconFileName *string `protobuf:"bytes,14,opt,name=trayIconFileName" json:"trayIconFileName,omitempty"`
|
|
ThumbnailDirectPath *string `protobuf:"bytes,15,opt,name=thumbnailDirectPath" json:"thumbnailDirectPath,omitempty"`
|
|
ThumbnailSHA256 []byte `protobuf:"bytes,16,opt,name=thumbnailSHA256" json:"thumbnailSHA256,omitempty"`
|
|
ThumbnailEncSHA256 []byte `protobuf:"bytes,17,opt,name=thumbnailEncSHA256" json:"thumbnailEncSHA256,omitempty"`
|
|
ThumbnailHeight *uint32 `protobuf:"varint,18,opt,name=thumbnailHeight" json:"thumbnailHeight,omitempty"`
|
|
ThumbnailWidth *uint32 `protobuf:"varint,19,opt,name=thumbnailWidth" json:"thumbnailWidth,omitempty"`
|
|
}
|
|
|
|
func (x *StickerPackMessage) Reset() {
|
|
*x = StickerPackMessage{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[40]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *StickerPackMessage) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*StickerPackMessage) ProtoMessage() {}
|
|
|
|
func (x *StickerPackMessage) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_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 StickerPackMessage.ProtoReflect.Descriptor instead.
|
|
func (*StickerPackMessage) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{40}
|
|
}
|
|
|
|
func (x *StickerPackMessage) GetStickerPackID() string {
|
|
if x != nil && x.StickerPackID != nil {
|
|
return *x.StickerPackID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *StickerPackMessage) GetName() string {
|
|
if x != nil && x.Name != nil {
|
|
return *x.Name
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *StickerPackMessage) GetPublisher() string {
|
|
if x != nil && x.Publisher != nil {
|
|
return *x.Publisher
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *StickerPackMessage) GetStickers() []*StickerPackMessage_Sticker {
|
|
if x != nil {
|
|
return x.Stickers
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *StickerPackMessage) GetFileSize() uint64 {
|
|
if x != nil && x.FileSize != nil {
|
|
return *x.FileSize
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *StickerPackMessage) GetFileSHA256() []byte {
|
|
if x != nil {
|
|
return x.FileSHA256
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *StickerPackMessage) GetFileEncSHA256() []byte {
|
|
if x != nil {
|
|
return x.FileEncSHA256
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *StickerPackMessage) GetMediaKey() []byte {
|
|
if x != nil {
|
|
return x.MediaKey
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *StickerPackMessage) GetDirectPath() string {
|
|
if x != nil && x.DirectPath != nil {
|
|
return *x.DirectPath
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *StickerPackMessage) GetCaption() string {
|
|
if x != nil && x.Caption != nil {
|
|
return *x.Caption
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *StickerPackMessage) GetContextInfo() *ContextInfo {
|
|
if x != nil {
|
|
return x.ContextInfo
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *StickerPackMessage) GetPackDescription() string {
|
|
if x != nil && x.PackDescription != nil {
|
|
return *x.PackDescription
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *StickerPackMessage) GetMediaKeyTimestamp() int64 {
|
|
if x != nil && x.MediaKeyTimestamp != nil {
|
|
return *x.MediaKeyTimestamp
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *StickerPackMessage) GetTrayIconFileName() string {
|
|
if x != nil && x.TrayIconFileName != nil {
|
|
return *x.TrayIconFileName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *StickerPackMessage) GetThumbnailDirectPath() string {
|
|
if x != nil && x.ThumbnailDirectPath != nil {
|
|
return *x.ThumbnailDirectPath
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *StickerPackMessage) GetThumbnailSHA256() []byte {
|
|
if x != nil {
|
|
return x.ThumbnailSHA256
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *StickerPackMessage) GetThumbnailEncSHA256() []byte {
|
|
if x != nil {
|
|
return x.ThumbnailEncSHA256
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *StickerPackMessage) GetThumbnailHeight() uint32 {
|
|
if x != nil && x.ThumbnailHeight != nil {
|
|
return *x.ThumbnailHeight
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *StickerPackMessage) GetThumbnailWidth() uint32 {
|
|
if x != nil && x.ThumbnailWidth != nil {
|
|
return *x.ThumbnailWidth
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type AlbumMessage struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Caption *string `protobuf:"bytes,1,opt,name=caption" json:"caption,omitempty"`
|
|
ContextInfo *ContextInfo `protobuf:"bytes,17,opt,name=contextInfo" json:"contextInfo,omitempty"`
|
|
}
|
|
|
|
func (x *AlbumMessage) Reset() {
|
|
*x = AlbumMessage{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[41]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *AlbumMessage) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*AlbumMessage) ProtoMessage() {}
|
|
|
|
func (x *AlbumMessage) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_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 AlbumMessage.ProtoReflect.Descriptor instead.
|
|
func (*AlbumMessage) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{41}
|
|
}
|
|
|
|
func (x *AlbumMessage) GetCaption() string {
|
|
if x != nil && x.Caption != nil {
|
|
return *x.Caption
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *AlbumMessage) GetContextInfo() *ContextInfo {
|
|
if x != nil {
|
|
return x.ContextInfo
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type MessageHistoryBundle struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Mimetype *string `protobuf:"bytes,2,opt,name=mimetype" json:"mimetype,omitempty"`
|
|
FileSHA256 []byte `protobuf:"bytes,3,opt,name=fileSHA256" json:"fileSHA256,omitempty"`
|
|
MediaKey []byte `protobuf:"bytes,5,opt,name=mediaKey" json:"mediaKey,omitempty"`
|
|
FileEncSHA256 []byte `protobuf:"bytes,6,opt,name=fileEncSHA256" json:"fileEncSHA256,omitempty"`
|
|
DirectPath *string `protobuf:"bytes,7,opt,name=directPath" json:"directPath,omitempty"`
|
|
MediaKeyTimestamp *int64 `protobuf:"varint,8,opt,name=mediaKeyTimestamp" json:"mediaKeyTimestamp,omitempty"`
|
|
ContextInfo *ContextInfo `protobuf:"bytes,9,opt,name=contextInfo" json:"contextInfo,omitempty"`
|
|
Participants []string `protobuf:"bytes,10,rep,name=participants" json:"participants,omitempty"`
|
|
}
|
|
|
|
func (x *MessageHistoryBundle) Reset() {
|
|
*x = MessageHistoryBundle{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[42]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *MessageHistoryBundle) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*MessageHistoryBundle) ProtoMessage() {}
|
|
|
|
func (x *MessageHistoryBundle) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_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 MessageHistoryBundle.ProtoReflect.Descriptor instead.
|
|
func (*MessageHistoryBundle) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{42}
|
|
}
|
|
|
|
func (x *MessageHistoryBundle) GetMimetype() string {
|
|
if x != nil && x.Mimetype != nil {
|
|
return *x.Mimetype
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *MessageHistoryBundle) GetFileSHA256() []byte {
|
|
if x != nil {
|
|
return x.FileSHA256
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *MessageHistoryBundle) GetMediaKey() []byte {
|
|
if x != nil {
|
|
return x.MediaKey
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *MessageHistoryBundle) GetFileEncSHA256() []byte {
|
|
if x != nil {
|
|
return x.FileEncSHA256
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *MessageHistoryBundle) GetDirectPath() string {
|
|
if x != nil && x.DirectPath != nil {
|
|
return *x.DirectPath
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *MessageHistoryBundle) GetMediaKeyTimestamp() int64 {
|
|
if x != nil && x.MediaKeyTimestamp != nil {
|
|
return *x.MediaKeyTimestamp
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *MessageHistoryBundle) GetContextInfo() *ContextInfo {
|
|
if x != nil {
|
|
return x.ContextInfo
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *MessageHistoryBundle) GetParticipants() []string {
|
|
if x != nil {
|
|
return x.Participants
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type EncEventResponseMessage struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
EventCreationMessageKey *waCommon.MessageKey `protobuf:"bytes,1,opt,name=eventCreationMessageKey" json:"eventCreationMessageKey,omitempty"`
|
|
EncPayload []byte `protobuf:"bytes,2,opt,name=encPayload" json:"encPayload,omitempty"`
|
|
EncIV []byte `protobuf:"bytes,3,opt,name=encIV" json:"encIV,omitempty"`
|
|
}
|
|
|
|
func (x *EncEventResponseMessage) Reset() {
|
|
*x = EncEventResponseMessage{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[43]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *EncEventResponseMessage) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*EncEventResponseMessage) ProtoMessage() {}
|
|
|
|
func (x *EncEventResponseMessage) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_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 EncEventResponseMessage.ProtoReflect.Descriptor instead.
|
|
func (*EncEventResponseMessage) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{43}
|
|
}
|
|
|
|
func (x *EncEventResponseMessage) GetEventCreationMessageKey() *waCommon.MessageKey {
|
|
if x != nil {
|
|
return x.EventCreationMessageKey
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *EncEventResponseMessage) GetEncPayload() []byte {
|
|
if x != nil {
|
|
return x.EncPayload
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *EncEventResponseMessage) GetEncIV() []byte {
|
|
if x != nil {
|
|
return x.EncIV
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type EventMessage struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
ContextInfo *ContextInfo `protobuf:"bytes,1,opt,name=contextInfo" json:"contextInfo,omitempty"`
|
|
IsCanceled *bool `protobuf:"varint,2,opt,name=isCanceled" json:"isCanceled,omitempty"`
|
|
Name *string `protobuf:"bytes,3,opt,name=name" json:"name,omitempty"`
|
|
Description *string `protobuf:"bytes,4,opt,name=description" json:"description,omitempty"`
|
|
Location *LocationMessage `protobuf:"bytes,5,opt,name=location" json:"location,omitempty"`
|
|
JoinLink *string `protobuf:"bytes,6,opt,name=joinLink" json:"joinLink,omitempty"`
|
|
StartTime *int64 `protobuf:"varint,7,opt,name=startTime" json:"startTime,omitempty"`
|
|
EndTime *int64 `protobuf:"varint,8,opt,name=endTime" json:"endTime,omitempty"`
|
|
ExtraGuestsAllowed *bool `protobuf:"varint,9,opt,name=extraGuestsAllowed" json:"extraGuestsAllowed,omitempty"`
|
|
}
|
|
|
|
func (x *EventMessage) Reset() {
|
|
*x = EventMessage{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[44]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *EventMessage) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*EventMessage) ProtoMessage() {}
|
|
|
|
func (x *EventMessage) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_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 EventMessage.ProtoReflect.Descriptor instead.
|
|
func (*EventMessage) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{44}
|
|
}
|
|
|
|
func (x *EventMessage) GetContextInfo() *ContextInfo {
|
|
if x != nil {
|
|
return x.ContextInfo
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *EventMessage) GetIsCanceled() bool {
|
|
if x != nil && x.IsCanceled != nil {
|
|
return *x.IsCanceled
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (x *EventMessage) GetName() string {
|
|
if x != nil && x.Name != nil {
|
|
return *x.Name
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *EventMessage) GetDescription() string {
|
|
if x != nil && x.Description != nil {
|
|
return *x.Description
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *EventMessage) GetLocation() *LocationMessage {
|
|
if x != nil {
|
|
return x.Location
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *EventMessage) GetJoinLink() string {
|
|
if x != nil && x.JoinLink != nil {
|
|
return *x.JoinLink
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *EventMessage) GetStartTime() int64 {
|
|
if x != nil && x.StartTime != nil {
|
|
return *x.StartTime
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *EventMessage) GetEndTime() int64 {
|
|
if x != nil && x.EndTime != nil {
|
|
return *x.EndTime
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *EventMessage) GetExtraGuestsAllowed() bool {
|
|
if x != nil && x.ExtraGuestsAllowed != nil {
|
|
return *x.ExtraGuestsAllowed
|
|
}
|
|
return false
|
|
}
|
|
|
|
type CommentMessage struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Message *Message `protobuf:"bytes,1,opt,name=message" json:"message,omitempty"`
|
|
TargetMessageKey *waCommon.MessageKey `protobuf:"bytes,2,opt,name=targetMessageKey" json:"targetMessageKey,omitempty"`
|
|
}
|
|
|
|
func (x *CommentMessage) Reset() {
|
|
*x = CommentMessage{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[45]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *CommentMessage) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*CommentMessage) ProtoMessage() {}
|
|
|
|
func (x *CommentMessage) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_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 CommentMessage.ProtoReflect.Descriptor instead.
|
|
func (*CommentMessage) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{45}
|
|
}
|
|
|
|
func (x *CommentMessage) GetMessage() *Message {
|
|
if x != nil {
|
|
return x.Message
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *CommentMessage) GetTargetMessageKey() *waCommon.MessageKey {
|
|
if x != nil {
|
|
return x.TargetMessageKey
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type EncCommentMessage struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
TargetMessageKey *waCommon.MessageKey `protobuf:"bytes,1,opt,name=targetMessageKey" json:"targetMessageKey,omitempty"`
|
|
EncPayload []byte `protobuf:"bytes,2,opt,name=encPayload" json:"encPayload,omitempty"`
|
|
EncIV []byte `protobuf:"bytes,3,opt,name=encIV" json:"encIV,omitempty"`
|
|
}
|
|
|
|
func (x *EncCommentMessage) Reset() {
|
|
*x = EncCommentMessage{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[46]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *EncCommentMessage) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*EncCommentMessage) ProtoMessage() {}
|
|
|
|
func (x *EncCommentMessage) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_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 EncCommentMessage.ProtoReflect.Descriptor instead.
|
|
func (*EncCommentMessage) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{46}
|
|
}
|
|
|
|
func (x *EncCommentMessage) GetTargetMessageKey() *waCommon.MessageKey {
|
|
if x != nil {
|
|
return x.TargetMessageKey
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *EncCommentMessage) GetEncPayload() []byte {
|
|
if x != nil {
|
|
return x.EncPayload
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *EncCommentMessage) GetEncIV() []byte {
|
|
if x != nil {
|
|
return x.EncIV
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type EncReactionMessage struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
TargetMessageKey *waCommon.MessageKey `protobuf:"bytes,1,opt,name=targetMessageKey" json:"targetMessageKey,omitempty"`
|
|
EncPayload []byte `protobuf:"bytes,2,opt,name=encPayload" json:"encPayload,omitempty"`
|
|
EncIV []byte `protobuf:"bytes,3,opt,name=encIV" json:"encIV,omitempty"`
|
|
}
|
|
|
|
func (x *EncReactionMessage) Reset() {
|
|
*x = EncReactionMessage{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[47]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *EncReactionMessage) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*EncReactionMessage) ProtoMessage() {}
|
|
|
|
func (x *EncReactionMessage) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_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 EncReactionMessage.ProtoReflect.Descriptor instead.
|
|
func (*EncReactionMessage) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{47}
|
|
}
|
|
|
|
func (x *EncReactionMessage) GetTargetMessageKey() *waCommon.MessageKey {
|
|
if x != nil {
|
|
return x.TargetMessageKey
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *EncReactionMessage) GetEncPayload() []byte {
|
|
if x != nil {
|
|
return x.EncPayload
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *EncReactionMessage) GetEncIV() []byte {
|
|
if x != nil {
|
|
return x.EncIV
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type KeepInChatMessage struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Key *waCommon.MessageKey `protobuf:"bytes,1,opt,name=key" json:"key,omitempty"`
|
|
KeepType *KeepType `protobuf:"varint,2,opt,name=keepType,enum=WAWebProtobufsE2E.KeepType" json:"keepType,omitempty"`
|
|
TimestampMS *int64 `protobuf:"varint,3,opt,name=timestampMS" json:"timestampMS,omitempty"`
|
|
}
|
|
|
|
func (x *KeepInChatMessage) Reset() {
|
|
*x = KeepInChatMessage{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[48]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *KeepInChatMessage) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*KeepInChatMessage) ProtoMessage() {}
|
|
|
|
func (x *KeepInChatMessage) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_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 KeepInChatMessage.ProtoReflect.Descriptor instead.
|
|
func (*KeepInChatMessage) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{48}
|
|
}
|
|
|
|
func (x *KeepInChatMessage) GetKey() *waCommon.MessageKey {
|
|
if x != nil {
|
|
return x.Key
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *KeepInChatMessage) GetKeepType() KeepType {
|
|
if x != nil && x.KeepType != nil {
|
|
return *x.KeepType
|
|
}
|
|
return KeepType_UNKNOWN
|
|
}
|
|
|
|
func (x *KeepInChatMessage) GetTimestampMS() int64 {
|
|
if x != nil && x.TimestampMS != nil {
|
|
return *x.TimestampMS
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type PollResultSnapshotMessage struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
|
|
PollVotes []*PollResultSnapshotMessage_PollVote `protobuf:"bytes,2,rep,name=pollVotes" json:"pollVotes,omitempty"`
|
|
ContextInfo *ContextInfo `protobuf:"bytes,3,opt,name=contextInfo" json:"contextInfo,omitempty"`
|
|
}
|
|
|
|
func (x *PollResultSnapshotMessage) Reset() {
|
|
*x = PollResultSnapshotMessage{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[49]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *PollResultSnapshotMessage) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*PollResultSnapshotMessage) ProtoMessage() {}
|
|
|
|
func (x *PollResultSnapshotMessage) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_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 PollResultSnapshotMessage.ProtoReflect.Descriptor instead.
|
|
func (*PollResultSnapshotMessage) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{49}
|
|
}
|
|
|
|
func (x *PollResultSnapshotMessage) GetName() string {
|
|
if x != nil && x.Name != nil {
|
|
return *x.Name
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *PollResultSnapshotMessage) GetPollVotes() []*PollResultSnapshotMessage_PollVote {
|
|
if x != nil {
|
|
return x.PollVotes
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *PollResultSnapshotMessage) GetContextInfo() *ContextInfo {
|
|
if x != nil {
|
|
return x.ContextInfo
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type PollVoteMessage struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
SelectedOptions [][]byte `protobuf:"bytes,1,rep,name=selectedOptions" json:"selectedOptions,omitempty"`
|
|
}
|
|
|
|
func (x *PollVoteMessage) Reset() {
|
|
*x = PollVoteMessage{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[50]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *PollVoteMessage) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*PollVoteMessage) ProtoMessage() {}
|
|
|
|
func (x *PollVoteMessage) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_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 PollVoteMessage.ProtoReflect.Descriptor instead.
|
|
func (*PollVoteMessage) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{50}
|
|
}
|
|
|
|
func (x *PollVoteMessage) GetSelectedOptions() [][]byte {
|
|
if x != nil {
|
|
return x.SelectedOptions
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type PollEncValue struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
EncPayload []byte `protobuf:"bytes,1,opt,name=encPayload" json:"encPayload,omitempty"`
|
|
EncIV []byte `protobuf:"bytes,2,opt,name=encIV" json:"encIV,omitempty"`
|
|
}
|
|
|
|
func (x *PollEncValue) Reset() {
|
|
*x = PollEncValue{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[51]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *PollEncValue) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*PollEncValue) ProtoMessage() {}
|
|
|
|
func (x *PollEncValue) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_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 PollEncValue.ProtoReflect.Descriptor instead.
|
|
func (*PollEncValue) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{51}
|
|
}
|
|
|
|
func (x *PollEncValue) GetEncPayload() []byte {
|
|
if x != nil {
|
|
return x.EncPayload
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *PollEncValue) GetEncIV() []byte {
|
|
if x != nil {
|
|
return x.EncIV
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type PollUpdateMessageMetadata struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
}
|
|
|
|
func (x *PollUpdateMessageMetadata) Reset() {
|
|
*x = PollUpdateMessageMetadata{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[52]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *PollUpdateMessageMetadata) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*PollUpdateMessageMetadata) ProtoMessage() {}
|
|
|
|
func (x *PollUpdateMessageMetadata) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_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 PollUpdateMessageMetadata.ProtoReflect.Descriptor instead.
|
|
func (*PollUpdateMessageMetadata) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{52}
|
|
}
|
|
|
|
type PollUpdateMessage struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
PollCreationMessageKey *waCommon.MessageKey `protobuf:"bytes,1,opt,name=pollCreationMessageKey" json:"pollCreationMessageKey,omitempty"`
|
|
Vote *PollEncValue `protobuf:"bytes,2,opt,name=vote" json:"vote,omitempty"`
|
|
Metadata *PollUpdateMessageMetadata `protobuf:"bytes,3,opt,name=metadata" json:"metadata,omitempty"`
|
|
SenderTimestampMS *int64 `protobuf:"varint,4,opt,name=senderTimestampMS" json:"senderTimestampMS,omitempty"`
|
|
}
|
|
|
|
func (x *PollUpdateMessage) Reset() {
|
|
*x = PollUpdateMessage{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[53]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *PollUpdateMessage) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*PollUpdateMessage) ProtoMessage() {}
|
|
|
|
func (x *PollUpdateMessage) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_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 PollUpdateMessage.ProtoReflect.Descriptor instead.
|
|
func (*PollUpdateMessage) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{53}
|
|
}
|
|
|
|
func (x *PollUpdateMessage) GetPollCreationMessageKey() *waCommon.MessageKey {
|
|
if x != nil {
|
|
return x.PollCreationMessageKey
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *PollUpdateMessage) GetVote() *PollEncValue {
|
|
if x != nil {
|
|
return x.Vote
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *PollUpdateMessage) GetMetadata() *PollUpdateMessageMetadata {
|
|
if x != nil {
|
|
return x.Metadata
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *PollUpdateMessage) GetSenderTimestampMS() int64 {
|
|
if x != nil && x.SenderTimestampMS != nil {
|
|
return *x.SenderTimestampMS
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type PollCreationMessage struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
EncKey []byte `protobuf:"bytes,1,opt,name=encKey" json:"encKey,omitempty"`
|
|
Name *string `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"`
|
|
Options []*PollCreationMessage_Option `protobuf:"bytes,3,rep,name=options" json:"options,omitempty"`
|
|
SelectableOptionsCount *uint32 `protobuf:"varint,4,opt,name=selectableOptionsCount" json:"selectableOptionsCount,omitempty"`
|
|
ContextInfo *ContextInfo `protobuf:"bytes,5,opt,name=contextInfo" json:"contextInfo,omitempty"`
|
|
}
|
|
|
|
func (x *PollCreationMessage) Reset() {
|
|
*x = PollCreationMessage{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[54]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *PollCreationMessage) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*PollCreationMessage) ProtoMessage() {}
|
|
|
|
func (x *PollCreationMessage) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_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 PollCreationMessage.ProtoReflect.Descriptor instead.
|
|
func (*PollCreationMessage) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{54}
|
|
}
|
|
|
|
func (x *PollCreationMessage) GetEncKey() []byte {
|
|
if x != nil {
|
|
return x.EncKey
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *PollCreationMessage) GetName() string {
|
|
if x != nil && x.Name != nil {
|
|
return *x.Name
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *PollCreationMessage) GetOptions() []*PollCreationMessage_Option {
|
|
if x != nil {
|
|
return x.Options
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *PollCreationMessage) GetSelectableOptionsCount() uint32 {
|
|
if x != nil && x.SelectableOptionsCount != nil {
|
|
return *x.SelectableOptionsCount
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *PollCreationMessage) GetContextInfo() *ContextInfo {
|
|
if x != nil {
|
|
return x.ContextInfo
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type StickerSyncRMRMessage struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Filehash []string `protobuf:"bytes,1,rep,name=filehash" json:"filehash,omitempty"`
|
|
RmrSource *string `protobuf:"bytes,2,opt,name=rmrSource" json:"rmrSource,omitempty"`
|
|
RequestTimestamp *int64 `protobuf:"varint,3,opt,name=requestTimestamp" json:"requestTimestamp,omitempty"`
|
|
}
|
|
|
|
func (x *StickerSyncRMRMessage) Reset() {
|
|
*x = StickerSyncRMRMessage{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[55]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *StickerSyncRMRMessage) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*StickerSyncRMRMessage) ProtoMessage() {}
|
|
|
|
func (x *StickerSyncRMRMessage) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_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 StickerSyncRMRMessage.ProtoReflect.Descriptor instead.
|
|
func (*StickerSyncRMRMessage) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{55}
|
|
}
|
|
|
|
func (x *StickerSyncRMRMessage) GetFilehash() []string {
|
|
if x != nil {
|
|
return x.Filehash
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *StickerSyncRMRMessage) GetRmrSource() string {
|
|
if x != nil && x.RmrSource != nil {
|
|
return *x.RmrSource
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *StickerSyncRMRMessage) GetRequestTimestamp() int64 {
|
|
if x != nil && x.RequestTimestamp != nil {
|
|
return *x.RequestTimestamp
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type ReactionMessage struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Key *waCommon.MessageKey `protobuf:"bytes,1,opt,name=key" json:"key,omitempty"`
|
|
Text *string `protobuf:"bytes,2,opt,name=text" json:"text,omitempty"`
|
|
GroupingKey *string `protobuf:"bytes,3,opt,name=groupingKey" json:"groupingKey,omitempty"`
|
|
SenderTimestampMS *int64 `protobuf:"varint,4,opt,name=senderTimestampMS" json:"senderTimestampMS,omitempty"`
|
|
}
|
|
|
|
func (x *ReactionMessage) Reset() {
|
|
*x = ReactionMessage{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[56]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *ReactionMessage) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ReactionMessage) ProtoMessage() {}
|
|
|
|
func (x *ReactionMessage) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_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 ReactionMessage.ProtoReflect.Descriptor instead.
|
|
func (*ReactionMessage) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{56}
|
|
}
|
|
|
|
func (x *ReactionMessage) GetKey() *waCommon.MessageKey {
|
|
if x != nil {
|
|
return x.Key
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *ReactionMessage) GetText() string {
|
|
if x != nil && x.Text != nil {
|
|
return *x.Text
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ReactionMessage) GetGroupingKey() string {
|
|
if x != nil && x.GroupingKey != nil {
|
|
return *x.GroupingKey
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ReactionMessage) GetSenderTimestampMS() int64 {
|
|
if x != nil && x.SenderTimestampMS != nil {
|
|
return *x.SenderTimestampMS
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type FutureProofMessage struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Message *Message `protobuf:"bytes,1,opt,name=message" json:"message,omitempty"`
|
|
}
|
|
|
|
func (x *FutureProofMessage) Reset() {
|
|
*x = FutureProofMessage{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[57]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *FutureProofMessage) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*FutureProofMessage) ProtoMessage() {}
|
|
|
|
func (x *FutureProofMessage) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_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 FutureProofMessage.ProtoReflect.Descriptor instead.
|
|
func (*FutureProofMessage) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{57}
|
|
}
|
|
|
|
func (x *FutureProofMessage) GetMessage() *Message {
|
|
if x != nil {
|
|
return x.Message
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type DeviceSentMessage struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
DestinationJID *string `protobuf:"bytes,1,opt,name=destinationJID" json:"destinationJID,omitempty"`
|
|
Message *Message `protobuf:"bytes,2,opt,name=message" json:"message,omitempty"`
|
|
Phash *string `protobuf:"bytes,3,opt,name=phash" json:"phash,omitempty"`
|
|
}
|
|
|
|
func (x *DeviceSentMessage) Reset() {
|
|
*x = DeviceSentMessage{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[58]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *DeviceSentMessage) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*DeviceSentMessage) ProtoMessage() {}
|
|
|
|
func (x *DeviceSentMessage) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_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 DeviceSentMessage.ProtoReflect.Descriptor instead.
|
|
func (*DeviceSentMessage) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{58}
|
|
}
|
|
|
|
func (x *DeviceSentMessage) GetDestinationJID() string {
|
|
if x != nil && x.DestinationJID != nil {
|
|
return *x.DestinationJID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *DeviceSentMessage) GetMessage() *Message {
|
|
if x != nil {
|
|
return x.Message
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *DeviceSentMessage) GetPhash() string {
|
|
if x != nil && x.Phash != nil {
|
|
return *x.Phash
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type RequestPhoneNumberMessage struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
ContextInfo *ContextInfo `protobuf:"bytes,1,opt,name=contextInfo" json:"contextInfo,omitempty"`
|
|
}
|
|
|
|
func (x *RequestPhoneNumberMessage) Reset() {
|
|
*x = RequestPhoneNumberMessage{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[59]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *RequestPhoneNumberMessage) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*RequestPhoneNumberMessage) ProtoMessage() {}
|
|
|
|
func (x *RequestPhoneNumberMessage) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_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 RequestPhoneNumberMessage.ProtoReflect.Descriptor instead.
|
|
func (*RequestPhoneNumberMessage) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{59}
|
|
}
|
|
|
|
func (x *RequestPhoneNumberMessage) GetContextInfo() *ContextInfo {
|
|
if x != nil {
|
|
return x.ContextInfo
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type NewsletterAdminInviteMessage struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
NewsletterJID *string `protobuf:"bytes,1,opt,name=newsletterJID" json:"newsletterJID,omitempty"`
|
|
NewsletterName *string `protobuf:"bytes,2,opt,name=newsletterName" json:"newsletterName,omitempty"`
|
|
JPEGThumbnail []byte `protobuf:"bytes,3,opt,name=JPEGThumbnail" json:"JPEGThumbnail,omitempty"`
|
|
Caption *string `protobuf:"bytes,4,opt,name=caption" json:"caption,omitempty"`
|
|
InviteExpiration *int64 `protobuf:"varint,5,opt,name=inviteExpiration" json:"inviteExpiration,omitempty"`
|
|
ContextInfo *ContextInfo `protobuf:"bytes,6,opt,name=contextInfo" json:"contextInfo,omitempty"`
|
|
}
|
|
|
|
func (x *NewsletterAdminInviteMessage) Reset() {
|
|
*x = NewsletterAdminInviteMessage{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[60]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *NewsletterAdminInviteMessage) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*NewsletterAdminInviteMessage) ProtoMessage() {}
|
|
|
|
func (x *NewsletterAdminInviteMessage) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_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 NewsletterAdminInviteMessage.ProtoReflect.Descriptor instead.
|
|
func (*NewsletterAdminInviteMessage) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{60}
|
|
}
|
|
|
|
func (x *NewsletterAdminInviteMessage) GetNewsletterJID() string {
|
|
if x != nil && x.NewsletterJID != nil {
|
|
return *x.NewsletterJID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *NewsletterAdminInviteMessage) GetNewsletterName() string {
|
|
if x != nil && x.NewsletterName != nil {
|
|
return *x.NewsletterName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *NewsletterAdminInviteMessage) GetJPEGThumbnail() []byte {
|
|
if x != nil {
|
|
return x.JPEGThumbnail
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *NewsletterAdminInviteMessage) GetCaption() string {
|
|
if x != nil && x.Caption != nil {
|
|
return *x.Caption
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *NewsletterAdminInviteMessage) GetInviteExpiration() int64 {
|
|
if x != nil && x.InviteExpiration != nil {
|
|
return *x.InviteExpiration
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *NewsletterAdminInviteMessage) GetContextInfo() *ContextInfo {
|
|
if x != nil {
|
|
return x.ContextInfo
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type ProductMessage struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Product *ProductMessage_ProductSnapshot `protobuf:"bytes,1,opt,name=product" json:"product,omitempty"`
|
|
BusinessOwnerJID *string `protobuf:"bytes,2,opt,name=businessOwnerJID" json:"businessOwnerJID,omitempty"`
|
|
Catalog *ProductMessage_CatalogSnapshot `protobuf:"bytes,4,opt,name=catalog" json:"catalog,omitempty"`
|
|
Body *string `protobuf:"bytes,5,opt,name=body" json:"body,omitempty"`
|
|
Footer *string `protobuf:"bytes,6,opt,name=footer" json:"footer,omitempty"`
|
|
ContextInfo *ContextInfo `protobuf:"bytes,17,opt,name=contextInfo" json:"contextInfo,omitempty"`
|
|
}
|
|
|
|
func (x *ProductMessage) Reset() {
|
|
*x = ProductMessage{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[61]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *ProductMessage) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ProductMessage) ProtoMessage() {}
|
|
|
|
func (x *ProductMessage) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_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 ProductMessage.ProtoReflect.Descriptor instead.
|
|
func (*ProductMessage) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{61}
|
|
}
|
|
|
|
func (x *ProductMessage) GetProduct() *ProductMessage_ProductSnapshot {
|
|
if x != nil {
|
|
return x.Product
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *ProductMessage) GetBusinessOwnerJID() string {
|
|
if x != nil && x.BusinessOwnerJID != nil {
|
|
return *x.BusinessOwnerJID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ProductMessage) GetCatalog() *ProductMessage_CatalogSnapshot {
|
|
if x != nil {
|
|
return x.Catalog
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *ProductMessage) GetBody() string {
|
|
if x != nil && x.Body != nil {
|
|
return *x.Body
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ProductMessage) GetFooter() string {
|
|
if x != nil && x.Footer != nil {
|
|
return *x.Footer
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ProductMessage) GetContextInfo() *ContextInfo {
|
|
if x != nil {
|
|
return x.ContextInfo
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type TemplateButtonReplyMessage struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
SelectedID *string `protobuf:"bytes,1,opt,name=selectedID" json:"selectedID,omitempty"`
|
|
SelectedDisplayText *string `protobuf:"bytes,2,opt,name=selectedDisplayText" json:"selectedDisplayText,omitempty"`
|
|
ContextInfo *ContextInfo `protobuf:"bytes,3,opt,name=contextInfo" json:"contextInfo,omitempty"`
|
|
SelectedIndex *uint32 `protobuf:"varint,4,opt,name=selectedIndex" json:"selectedIndex,omitempty"`
|
|
SelectedCarouselCardIndex *uint32 `protobuf:"varint,5,opt,name=selectedCarouselCardIndex" json:"selectedCarouselCardIndex,omitempty"`
|
|
}
|
|
|
|
func (x *TemplateButtonReplyMessage) Reset() {
|
|
*x = TemplateButtonReplyMessage{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[62]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *TemplateButtonReplyMessage) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*TemplateButtonReplyMessage) ProtoMessage() {}
|
|
|
|
func (x *TemplateButtonReplyMessage) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_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 TemplateButtonReplyMessage.ProtoReflect.Descriptor instead.
|
|
func (*TemplateButtonReplyMessage) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{62}
|
|
}
|
|
|
|
func (x *TemplateButtonReplyMessage) GetSelectedID() string {
|
|
if x != nil && x.SelectedID != nil {
|
|
return *x.SelectedID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *TemplateButtonReplyMessage) GetSelectedDisplayText() string {
|
|
if x != nil && x.SelectedDisplayText != nil {
|
|
return *x.SelectedDisplayText
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *TemplateButtonReplyMessage) GetContextInfo() *ContextInfo {
|
|
if x != nil {
|
|
return x.ContextInfo
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *TemplateButtonReplyMessage) GetSelectedIndex() uint32 {
|
|
if x != nil && x.SelectedIndex != nil {
|
|
return *x.SelectedIndex
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *TemplateButtonReplyMessage) GetSelectedCarouselCardIndex() uint32 {
|
|
if x != nil && x.SelectedCarouselCardIndex != nil {
|
|
return *x.SelectedCarouselCardIndex
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type TemplateMessage struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
// Types that are assignable to Format:
|
|
//
|
|
// *TemplateMessage_FourRowTemplate_
|
|
// *TemplateMessage_HydratedFourRowTemplate_
|
|
// *TemplateMessage_InteractiveMessageTemplate
|
|
Format isTemplateMessage_Format `protobuf_oneof:"format"`
|
|
ContextInfo *ContextInfo `protobuf:"bytes,3,opt,name=contextInfo" json:"contextInfo,omitempty"`
|
|
HydratedTemplate *TemplateMessage_HydratedFourRowTemplate `protobuf:"bytes,4,opt,name=hydratedTemplate" json:"hydratedTemplate,omitempty"`
|
|
TemplateID *string `protobuf:"bytes,9,opt,name=templateID" json:"templateID,omitempty"`
|
|
}
|
|
|
|
func (x *TemplateMessage) Reset() {
|
|
*x = TemplateMessage{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[63]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *TemplateMessage) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*TemplateMessage) ProtoMessage() {}
|
|
|
|
func (x *TemplateMessage) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_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 TemplateMessage.ProtoReflect.Descriptor instead.
|
|
func (*TemplateMessage) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{63}
|
|
}
|
|
|
|
func (m *TemplateMessage) GetFormat() isTemplateMessage_Format {
|
|
if m != nil {
|
|
return m.Format
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *TemplateMessage) GetFourRowTemplate() *TemplateMessage_FourRowTemplate {
|
|
if x, ok := x.GetFormat().(*TemplateMessage_FourRowTemplate_); ok {
|
|
return x.FourRowTemplate
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *TemplateMessage) GetHydratedFourRowTemplate() *TemplateMessage_HydratedFourRowTemplate {
|
|
if x, ok := x.GetFormat().(*TemplateMessage_HydratedFourRowTemplate_); ok {
|
|
return x.HydratedFourRowTemplate
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *TemplateMessage) GetInteractiveMessageTemplate() *InteractiveMessage {
|
|
if x, ok := x.GetFormat().(*TemplateMessage_InteractiveMessageTemplate); ok {
|
|
return x.InteractiveMessageTemplate
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *TemplateMessage) GetContextInfo() *ContextInfo {
|
|
if x != nil {
|
|
return x.ContextInfo
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *TemplateMessage) GetHydratedTemplate() *TemplateMessage_HydratedFourRowTemplate {
|
|
if x != nil {
|
|
return x.HydratedTemplate
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *TemplateMessage) GetTemplateID() string {
|
|
if x != nil && x.TemplateID != nil {
|
|
return *x.TemplateID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type isTemplateMessage_Format interface {
|
|
isTemplateMessage_Format()
|
|
}
|
|
|
|
type TemplateMessage_FourRowTemplate_ struct {
|
|
FourRowTemplate *TemplateMessage_FourRowTemplate `protobuf:"bytes,1,opt,name=fourRowTemplate,oneof"`
|
|
}
|
|
|
|
type TemplateMessage_HydratedFourRowTemplate_ struct {
|
|
HydratedFourRowTemplate *TemplateMessage_HydratedFourRowTemplate `protobuf:"bytes,2,opt,name=hydratedFourRowTemplate,oneof"`
|
|
}
|
|
|
|
type TemplateMessage_InteractiveMessageTemplate struct {
|
|
InteractiveMessageTemplate *InteractiveMessage `protobuf:"bytes,5,opt,name=interactiveMessageTemplate,oneof"`
|
|
}
|
|
|
|
func (*TemplateMessage_FourRowTemplate_) isTemplateMessage_Format() {}
|
|
|
|
func (*TemplateMessage_HydratedFourRowTemplate_) isTemplateMessage_Format() {}
|
|
|
|
func (*TemplateMessage_InteractiveMessageTemplate) isTemplateMessage_Format() {}
|
|
|
|
type StickerMessage struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
URL *string `protobuf:"bytes,1,opt,name=URL" json:"URL,omitempty"`
|
|
FileSHA256 []byte `protobuf:"bytes,2,opt,name=fileSHA256" json:"fileSHA256,omitempty"`
|
|
FileEncSHA256 []byte `protobuf:"bytes,3,opt,name=fileEncSHA256" json:"fileEncSHA256,omitempty"`
|
|
MediaKey []byte `protobuf:"bytes,4,opt,name=mediaKey" json:"mediaKey,omitempty"`
|
|
Mimetype *string `protobuf:"bytes,5,opt,name=mimetype" json:"mimetype,omitempty"`
|
|
Height *uint32 `protobuf:"varint,6,opt,name=height" json:"height,omitempty"`
|
|
Width *uint32 `protobuf:"varint,7,opt,name=width" json:"width,omitempty"`
|
|
DirectPath *string `protobuf:"bytes,8,opt,name=directPath" json:"directPath,omitempty"`
|
|
FileLength *uint64 `protobuf:"varint,9,opt,name=fileLength" json:"fileLength,omitempty"`
|
|
MediaKeyTimestamp *int64 `protobuf:"varint,10,opt,name=mediaKeyTimestamp" json:"mediaKeyTimestamp,omitempty"`
|
|
FirstFrameLength *uint32 `protobuf:"varint,11,opt,name=firstFrameLength" json:"firstFrameLength,omitempty"`
|
|
FirstFrameSidecar []byte `protobuf:"bytes,12,opt,name=firstFrameSidecar" json:"firstFrameSidecar,omitempty"`
|
|
IsAnimated *bool `protobuf:"varint,13,opt,name=isAnimated" json:"isAnimated,omitempty"`
|
|
PngThumbnail []byte `protobuf:"bytes,16,opt,name=pngThumbnail" json:"pngThumbnail,omitempty"`
|
|
ContextInfo *ContextInfo `protobuf:"bytes,17,opt,name=contextInfo" json:"contextInfo,omitempty"`
|
|
StickerSentTS *int64 `protobuf:"varint,18,opt,name=stickerSentTS" json:"stickerSentTS,omitempty"`
|
|
IsAvatar *bool `protobuf:"varint,19,opt,name=isAvatar" json:"isAvatar,omitempty"`
|
|
IsAiSticker *bool `protobuf:"varint,20,opt,name=isAiSticker" json:"isAiSticker,omitempty"`
|
|
IsLottie *bool `protobuf:"varint,21,opt,name=isLottie" json:"isLottie,omitempty"`
|
|
AccessibilityLabel *string `protobuf:"bytes,22,opt,name=accessibilityLabel" json:"accessibilityLabel,omitempty"`
|
|
}
|
|
|
|
func (x *StickerMessage) Reset() {
|
|
*x = StickerMessage{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[64]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *StickerMessage) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*StickerMessage) ProtoMessage() {}
|
|
|
|
func (x *StickerMessage) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_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 StickerMessage.ProtoReflect.Descriptor instead.
|
|
func (*StickerMessage) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{64}
|
|
}
|
|
|
|
func (x *StickerMessage) GetURL() string {
|
|
if x != nil && x.URL != nil {
|
|
return *x.URL
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *StickerMessage) GetFileSHA256() []byte {
|
|
if x != nil {
|
|
return x.FileSHA256
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *StickerMessage) GetFileEncSHA256() []byte {
|
|
if x != nil {
|
|
return x.FileEncSHA256
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *StickerMessage) GetMediaKey() []byte {
|
|
if x != nil {
|
|
return x.MediaKey
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *StickerMessage) GetMimetype() string {
|
|
if x != nil && x.Mimetype != nil {
|
|
return *x.Mimetype
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *StickerMessage) GetHeight() uint32 {
|
|
if x != nil && x.Height != nil {
|
|
return *x.Height
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *StickerMessage) GetWidth() uint32 {
|
|
if x != nil && x.Width != nil {
|
|
return *x.Width
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *StickerMessage) GetDirectPath() string {
|
|
if x != nil && x.DirectPath != nil {
|
|
return *x.DirectPath
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *StickerMessage) GetFileLength() uint64 {
|
|
if x != nil && x.FileLength != nil {
|
|
return *x.FileLength
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *StickerMessage) GetMediaKeyTimestamp() int64 {
|
|
if x != nil && x.MediaKeyTimestamp != nil {
|
|
return *x.MediaKeyTimestamp
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *StickerMessage) GetFirstFrameLength() uint32 {
|
|
if x != nil && x.FirstFrameLength != nil {
|
|
return *x.FirstFrameLength
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *StickerMessage) GetFirstFrameSidecar() []byte {
|
|
if x != nil {
|
|
return x.FirstFrameSidecar
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *StickerMessage) GetIsAnimated() bool {
|
|
if x != nil && x.IsAnimated != nil {
|
|
return *x.IsAnimated
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (x *StickerMessage) GetPngThumbnail() []byte {
|
|
if x != nil {
|
|
return x.PngThumbnail
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *StickerMessage) GetContextInfo() *ContextInfo {
|
|
if x != nil {
|
|
return x.ContextInfo
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *StickerMessage) GetStickerSentTS() int64 {
|
|
if x != nil && x.StickerSentTS != nil {
|
|
return *x.StickerSentTS
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *StickerMessage) GetIsAvatar() bool {
|
|
if x != nil && x.IsAvatar != nil {
|
|
return *x.IsAvatar
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (x *StickerMessage) GetIsAiSticker() bool {
|
|
if x != nil && x.IsAiSticker != nil {
|
|
return *x.IsAiSticker
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (x *StickerMessage) GetIsLottie() bool {
|
|
if x != nil && x.IsLottie != nil {
|
|
return *x.IsLottie
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (x *StickerMessage) GetAccessibilityLabel() string {
|
|
if x != nil && x.AccessibilityLabel != nil {
|
|
return *x.AccessibilityLabel
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type LiveLocationMessage struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
DegreesLatitude *float64 `protobuf:"fixed64,1,opt,name=degreesLatitude" json:"degreesLatitude,omitempty"`
|
|
DegreesLongitude *float64 `protobuf:"fixed64,2,opt,name=degreesLongitude" json:"degreesLongitude,omitempty"`
|
|
AccuracyInMeters *uint32 `protobuf:"varint,3,opt,name=accuracyInMeters" json:"accuracyInMeters,omitempty"`
|
|
SpeedInMps *float32 `protobuf:"fixed32,4,opt,name=speedInMps" json:"speedInMps,omitempty"`
|
|
DegreesClockwiseFromMagneticNorth *uint32 `protobuf:"varint,5,opt,name=degreesClockwiseFromMagneticNorth" json:"degreesClockwiseFromMagneticNorth,omitempty"`
|
|
Caption *string `protobuf:"bytes,6,opt,name=caption" json:"caption,omitempty"`
|
|
SequenceNumber *int64 `protobuf:"varint,7,opt,name=sequenceNumber" json:"sequenceNumber,omitempty"`
|
|
TimeOffset *uint32 `protobuf:"varint,8,opt,name=timeOffset" json:"timeOffset,omitempty"`
|
|
JPEGThumbnail []byte `protobuf:"bytes,16,opt,name=JPEGThumbnail" json:"JPEGThumbnail,omitempty"`
|
|
ContextInfo *ContextInfo `protobuf:"bytes,17,opt,name=contextInfo" json:"contextInfo,omitempty"`
|
|
}
|
|
|
|
func (x *LiveLocationMessage) Reset() {
|
|
*x = LiveLocationMessage{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[65]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *LiveLocationMessage) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*LiveLocationMessage) ProtoMessage() {}
|
|
|
|
func (x *LiveLocationMessage) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_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 LiveLocationMessage.ProtoReflect.Descriptor instead.
|
|
func (*LiveLocationMessage) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{65}
|
|
}
|
|
|
|
func (x *LiveLocationMessage) GetDegreesLatitude() float64 {
|
|
if x != nil && x.DegreesLatitude != nil {
|
|
return *x.DegreesLatitude
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *LiveLocationMessage) GetDegreesLongitude() float64 {
|
|
if x != nil && x.DegreesLongitude != nil {
|
|
return *x.DegreesLongitude
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *LiveLocationMessage) GetAccuracyInMeters() uint32 {
|
|
if x != nil && x.AccuracyInMeters != nil {
|
|
return *x.AccuracyInMeters
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *LiveLocationMessage) GetSpeedInMps() float32 {
|
|
if x != nil && x.SpeedInMps != nil {
|
|
return *x.SpeedInMps
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *LiveLocationMessage) GetDegreesClockwiseFromMagneticNorth() uint32 {
|
|
if x != nil && x.DegreesClockwiseFromMagneticNorth != nil {
|
|
return *x.DegreesClockwiseFromMagneticNorth
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *LiveLocationMessage) GetCaption() string {
|
|
if x != nil && x.Caption != nil {
|
|
return *x.Caption
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *LiveLocationMessage) GetSequenceNumber() int64 {
|
|
if x != nil && x.SequenceNumber != nil {
|
|
return *x.SequenceNumber
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *LiveLocationMessage) GetTimeOffset() uint32 {
|
|
if x != nil && x.TimeOffset != nil {
|
|
return *x.TimeOffset
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *LiveLocationMessage) GetJPEGThumbnail() []byte {
|
|
if x != nil {
|
|
return x.JPEGThumbnail
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *LiveLocationMessage) GetContextInfo() *ContextInfo {
|
|
if x != nil {
|
|
return x.ContextInfo
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type CancelPaymentRequestMessage struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Key *waCommon.MessageKey `protobuf:"bytes,1,opt,name=key" json:"key,omitempty"`
|
|
}
|
|
|
|
func (x *CancelPaymentRequestMessage) Reset() {
|
|
*x = CancelPaymentRequestMessage{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[66]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *CancelPaymentRequestMessage) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*CancelPaymentRequestMessage) ProtoMessage() {}
|
|
|
|
func (x *CancelPaymentRequestMessage) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_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 CancelPaymentRequestMessage.ProtoReflect.Descriptor instead.
|
|
func (*CancelPaymentRequestMessage) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{66}
|
|
}
|
|
|
|
func (x *CancelPaymentRequestMessage) GetKey() *waCommon.MessageKey {
|
|
if x != nil {
|
|
return x.Key
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type DeclinePaymentRequestMessage struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Key *waCommon.MessageKey `protobuf:"bytes,1,opt,name=key" json:"key,omitempty"`
|
|
}
|
|
|
|
func (x *DeclinePaymentRequestMessage) Reset() {
|
|
*x = DeclinePaymentRequestMessage{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[67]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *DeclinePaymentRequestMessage) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*DeclinePaymentRequestMessage) ProtoMessage() {}
|
|
|
|
func (x *DeclinePaymentRequestMessage) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_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 DeclinePaymentRequestMessage.ProtoReflect.Descriptor instead.
|
|
func (*DeclinePaymentRequestMessage) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{67}
|
|
}
|
|
|
|
func (x *DeclinePaymentRequestMessage) GetKey() *waCommon.MessageKey {
|
|
if x != nil {
|
|
return x.Key
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type RequestPaymentMessage struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
NoteMessage *Message `protobuf:"bytes,4,opt,name=noteMessage" json:"noteMessage,omitempty"`
|
|
CurrencyCodeIso4217 *string `protobuf:"bytes,1,opt,name=currencyCodeIso4217" json:"currencyCodeIso4217,omitempty"`
|
|
Amount1000 *uint64 `protobuf:"varint,2,opt,name=amount1000" json:"amount1000,omitempty"`
|
|
RequestFrom *string `protobuf:"bytes,3,opt,name=requestFrom" json:"requestFrom,omitempty"`
|
|
ExpiryTimestamp *int64 `protobuf:"varint,5,opt,name=expiryTimestamp" json:"expiryTimestamp,omitempty"`
|
|
Amount *Money `protobuf:"bytes,6,opt,name=amount" json:"amount,omitempty"`
|
|
Background *PaymentBackground `protobuf:"bytes,7,opt,name=background" json:"background,omitempty"`
|
|
}
|
|
|
|
func (x *RequestPaymentMessage) Reset() {
|
|
*x = RequestPaymentMessage{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[68]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *RequestPaymentMessage) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*RequestPaymentMessage) ProtoMessage() {}
|
|
|
|
func (x *RequestPaymentMessage) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_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 RequestPaymentMessage.ProtoReflect.Descriptor instead.
|
|
func (*RequestPaymentMessage) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{68}
|
|
}
|
|
|
|
func (x *RequestPaymentMessage) GetNoteMessage() *Message {
|
|
if x != nil {
|
|
return x.NoteMessage
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *RequestPaymentMessage) GetCurrencyCodeIso4217() string {
|
|
if x != nil && x.CurrencyCodeIso4217 != nil {
|
|
return *x.CurrencyCodeIso4217
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *RequestPaymentMessage) GetAmount1000() uint64 {
|
|
if x != nil && x.Amount1000 != nil {
|
|
return *x.Amount1000
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *RequestPaymentMessage) GetRequestFrom() string {
|
|
if x != nil && x.RequestFrom != nil {
|
|
return *x.RequestFrom
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *RequestPaymentMessage) GetExpiryTimestamp() int64 {
|
|
if x != nil && x.ExpiryTimestamp != nil {
|
|
return *x.ExpiryTimestamp
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *RequestPaymentMessage) GetAmount() *Money {
|
|
if x != nil {
|
|
return x.Amount
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *RequestPaymentMessage) GetBackground() *PaymentBackground {
|
|
if x != nil {
|
|
return x.Background
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type SendPaymentMessage struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
NoteMessage *Message `protobuf:"bytes,2,opt,name=noteMessage" json:"noteMessage,omitempty"`
|
|
RequestMessageKey *waCommon.MessageKey `protobuf:"bytes,3,opt,name=requestMessageKey" json:"requestMessageKey,omitempty"`
|
|
Background *PaymentBackground `protobuf:"bytes,4,opt,name=background" json:"background,omitempty"`
|
|
}
|
|
|
|
func (x *SendPaymentMessage) Reset() {
|
|
*x = SendPaymentMessage{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[69]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *SendPaymentMessage) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*SendPaymentMessage) ProtoMessage() {}
|
|
|
|
func (x *SendPaymentMessage) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_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 SendPaymentMessage.ProtoReflect.Descriptor instead.
|
|
func (*SendPaymentMessage) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{69}
|
|
}
|
|
|
|
func (x *SendPaymentMessage) GetNoteMessage() *Message {
|
|
if x != nil {
|
|
return x.NoteMessage
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *SendPaymentMessage) GetRequestMessageKey() *waCommon.MessageKey {
|
|
if x != nil {
|
|
return x.RequestMessageKey
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *SendPaymentMessage) GetBackground() *PaymentBackground {
|
|
if x != nil {
|
|
return x.Background
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type ContactsArrayMessage struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
DisplayName *string `protobuf:"bytes,1,opt,name=displayName" json:"displayName,omitempty"`
|
|
Contacts []*ContactMessage `protobuf:"bytes,2,rep,name=contacts" json:"contacts,omitempty"`
|
|
ContextInfo *ContextInfo `protobuf:"bytes,17,opt,name=contextInfo" json:"contextInfo,omitempty"`
|
|
}
|
|
|
|
func (x *ContactsArrayMessage) Reset() {
|
|
*x = ContactsArrayMessage{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[70]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *ContactsArrayMessage) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ContactsArrayMessage) ProtoMessage() {}
|
|
|
|
func (x *ContactsArrayMessage) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_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 ContactsArrayMessage.ProtoReflect.Descriptor instead.
|
|
func (*ContactsArrayMessage) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{70}
|
|
}
|
|
|
|
func (x *ContactsArrayMessage) GetDisplayName() string {
|
|
if x != nil && x.DisplayName != nil {
|
|
return *x.DisplayName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ContactsArrayMessage) GetContacts() []*ContactMessage {
|
|
if x != nil {
|
|
return x.Contacts
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *ContactsArrayMessage) GetContextInfo() *ContextInfo {
|
|
if x != nil {
|
|
return x.ContextInfo
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type InitialSecurityNotificationSettingSync struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
SecurityNotificationEnabled *bool `protobuf:"varint,1,opt,name=securityNotificationEnabled" json:"securityNotificationEnabled,omitempty"`
|
|
}
|
|
|
|
func (x *InitialSecurityNotificationSettingSync) Reset() {
|
|
*x = InitialSecurityNotificationSettingSync{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[71]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *InitialSecurityNotificationSettingSync) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*InitialSecurityNotificationSettingSync) ProtoMessage() {}
|
|
|
|
func (x *InitialSecurityNotificationSettingSync) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_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 InitialSecurityNotificationSettingSync.ProtoReflect.Descriptor instead.
|
|
func (*InitialSecurityNotificationSettingSync) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{71}
|
|
}
|
|
|
|
func (x *InitialSecurityNotificationSettingSync) GetSecurityNotificationEnabled() bool {
|
|
if x != nil && x.SecurityNotificationEnabled != nil {
|
|
return *x.SecurityNotificationEnabled
|
|
}
|
|
return false
|
|
}
|
|
|
|
type PeerDataOperationRequestMessage struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
PeerDataOperationRequestType *PeerDataOperationRequestType `protobuf:"varint,1,opt,name=peerDataOperationRequestType,enum=WAWebProtobufsE2E.PeerDataOperationRequestType" json:"peerDataOperationRequestType,omitempty"`
|
|
RequestStickerReupload []*PeerDataOperationRequestMessage_RequestStickerReupload `protobuf:"bytes,2,rep,name=requestStickerReupload" json:"requestStickerReupload,omitempty"`
|
|
RequestURLPreview []*PeerDataOperationRequestMessage_RequestUrlPreview `protobuf:"bytes,3,rep,name=requestURLPreview" json:"requestURLPreview,omitempty"`
|
|
HistorySyncOnDemandRequest *PeerDataOperationRequestMessage_HistorySyncOnDemandRequest `protobuf:"bytes,4,opt,name=historySyncOnDemandRequest" json:"historySyncOnDemandRequest,omitempty"`
|
|
PlaceholderMessageResendRequest []*PeerDataOperationRequestMessage_PlaceholderMessageResendRequest `protobuf:"bytes,5,rep,name=placeholderMessageResendRequest" json:"placeholderMessageResendRequest,omitempty"`
|
|
FullHistorySyncOnDemandRequest *PeerDataOperationRequestMessage_FullHistorySyncOnDemandRequest `protobuf:"bytes,6,opt,name=fullHistorySyncOnDemandRequest" json:"fullHistorySyncOnDemandRequest,omitempty"`
|
|
}
|
|
|
|
func (x *PeerDataOperationRequestMessage) Reset() {
|
|
*x = PeerDataOperationRequestMessage{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[72]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *PeerDataOperationRequestMessage) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*PeerDataOperationRequestMessage) ProtoMessage() {}
|
|
|
|
func (x *PeerDataOperationRequestMessage) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_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 PeerDataOperationRequestMessage.ProtoReflect.Descriptor instead.
|
|
func (*PeerDataOperationRequestMessage) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{72}
|
|
}
|
|
|
|
func (x *PeerDataOperationRequestMessage) GetPeerDataOperationRequestType() PeerDataOperationRequestType {
|
|
if x != nil && x.PeerDataOperationRequestType != nil {
|
|
return *x.PeerDataOperationRequestType
|
|
}
|
|
return PeerDataOperationRequestType_UPLOAD_STICKER
|
|
}
|
|
|
|
func (x *PeerDataOperationRequestMessage) GetRequestStickerReupload() []*PeerDataOperationRequestMessage_RequestStickerReupload {
|
|
if x != nil {
|
|
return x.RequestStickerReupload
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *PeerDataOperationRequestMessage) GetRequestURLPreview() []*PeerDataOperationRequestMessage_RequestUrlPreview {
|
|
if x != nil {
|
|
return x.RequestURLPreview
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *PeerDataOperationRequestMessage) GetHistorySyncOnDemandRequest() *PeerDataOperationRequestMessage_HistorySyncOnDemandRequest {
|
|
if x != nil {
|
|
return x.HistorySyncOnDemandRequest
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *PeerDataOperationRequestMessage) GetPlaceholderMessageResendRequest() []*PeerDataOperationRequestMessage_PlaceholderMessageResendRequest {
|
|
if x != nil {
|
|
return x.PlaceholderMessageResendRequest
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *PeerDataOperationRequestMessage) GetFullHistorySyncOnDemandRequest() *PeerDataOperationRequestMessage_FullHistorySyncOnDemandRequest {
|
|
if x != nil {
|
|
return x.FullHistorySyncOnDemandRequest
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type FullHistorySyncOnDemandRequestMetadata struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
RequestID *string `protobuf:"bytes,1,opt,name=requestID" json:"requestID,omitempty"`
|
|
}
|
|
|
|
func (x *FullHistorySyncOnDemandRequestMetadata) Reset() {
|
|
*x = FullHistorySyncOnDemandRequestMetadata{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[73]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *FullHistorySyncOnDemandRequestMetadata) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*FullHistorySyncOnDemandRequestMetadata) ProtoMessage() {}
|
|
|
|
func (x *FullHistorySyncOnDemandRequestMetadata) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_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 FullHistorySyncOnDemandRequestMetadata.ProtoReflect.Descriptor instead.
|
|
func (*FullHistorySyncOnDemandRequestMetadata) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{73}
|
|
}
|
|
|
|
func (x *FullHistorySyncOnDemandRequestMetadata) GetRequestID() string {
|
|
if x != nil && x.RequestID != nil {
|
|
return *x.RequestID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type AppStateFatalExceptionNotification struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
CollectionNames []string `protobuf:"bytes,1,rep,name=collectionNames" json:"collectionNames,omitempty"`
|
|
Timestamp *int64 `protobuf:"varint,2,opt,name=timestamp" json:"timestamp,omitempty"`
|
|
}
|
|
|
|
func (x *AppStateFatalExceptionNotification) Reset() {
|
|
*x = AppStateFatalExceptionNotification{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[74]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *AppStateFatalExceptionNotification) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*AppStateFatalExceptionNotification) ProtoMessage() {}
|
|
|
|
func (x *AppStateFatalExceptionNotification) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_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 AppStateFatalExceptionNotification.ProtoReflect.Descriptor instead.
|
|
func (*AppStateFatalExceptionNotification) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{74}
|
|
}
|
|
|
|
func (x *AppStateFatalExceptionNotification) GetCollectionNames() []string {
|
|
if x != nil {
|
|
return x.CollectionNames
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *AppStateFatalExceptionNotification) GetTimestamp() int64 {
|
|
if x != nil && x.Timestamp != nil {
|
|
return *x.Timestamp
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type AppStateSyncKeyRequest struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
KeyIDs []*AppStateSyncKeyId `protobuf:"bytes,1,rep,name=keyIDs" json:"keyIDs,omitempty"`
|
|
}
|
|
|
|
func (x *AppStateSyncKeyRequest) Reset() {
|
|
*x = AppStateSyncKeyRequest{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[75]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *AppStateSyncKeyRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*AppStateSyncKeyRequest) ProtoMessage() {}
|
|
|
|
func (x *AppStateSyncKeyRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_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 AppStateSyncKeyRequest.ProtoReflect.Descriptor instead.
|
|
func (*AppStateSyncKeyRequest) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{75}
|
|
}
|
|
|
|
func (x *AppStateSyncKeyRequest) GetKeyIDs() []*AppStateSyncKeyId {
|
|
if x != nil {
|
|
return x.KeyIDs
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type AppStateSyncKeyShare struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Keys []*AppStateSyncKey `protobuf:"bytes,1,rep,name=keys" json:"keys,omitempty"`
|
|
}
|
|
|
|
func (x *AppStateSyncKeyShare) Reset() {
|
|
*x = AppStateSyncKeyShare{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[76]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *AppStateSyncKeyShare) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*AppStateSyncKeyShare) ProtoMessage() {}
|
|
|
|
func (x *AppStateSyncKeyShare) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_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 AppStateSyncKeyShare.ProtoReflect.Descriptor instead.
|
|
func (*AppStateSyncKeyShare) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{76}
|
|
}
|
|
|
|
func (x *AppStateSyncKeyShare) GetKeys() []*AppStateSyncKey {
|
|
if x != nil {
|
|
return x.Keys
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type AppStateSyncKeyData struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
KeyData []byte `protobuf:"bytes,1,opt,name=keyData" json:"keyData,omitempty"`
|
|
Fingerprint *AppStateSyncKeyFingerprint `protobuf:"bytes,2,opt,name=fingerprint" json:"fingerprint,omitempty"`
|
|
Timestamp *int64 `protobuf:"varint,3,opt,name=timestamp" json:"timestamp,omitempty"`
|
|
}
|
|
|
|
func (x *AppStateSyncKeyData) Reset() {
|
|
*x = AppStateSyncKeyData{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[77]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *AppStateSyncKeyData) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*AppStateSyncKeyData) ProtoMessage() {}
|
|
|
|
func (x *AppStateSyncKeyData) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_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 AppStateSyncKeyData.ProtoReflect.Descriptor instead.
|
|
func (*AppStateSyncKeyData) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{77}
|
|
}
|
|
|
|
func (x *AppStateSyncKeyData) GetKeyData() []byte {
|
|
if x != nil {
|
|
return x.KeyData
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *AppStateSyncKeyData) GetFingerprint() *AppStateSyncKeyFingerprint {
|
|
if x != nil {
|
|
return x.Fingerprint
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *AppStateSyncKeyData) GetTimestamp() int64 {
|
|
if x != nil && x.Timestamp != nil {
|
|
return *x.Timestamp
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type AppStateSyncKeyFingerprint struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
RawID *uint32 `protobuf:"varint,1,opt,name=rawID" json:"rawID,omitempty"`
|
|
CurrentIndex *uint32 `protobuf:"varint,2,opt,name=currentIndex" json:"currentIndex,omitempty"`
|
|
DeviceIndexes []uint32 `protobuf:"varint,3,rep,packed,name=deviceIndexes" json:"deviceIndexes,omitempty"`
|
|
}
|
|
|
|
func (x *AppStateSyncKeyFingerprint) Reset() {
|
|
*x = AppStateSyncKeyFingerprint{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[78]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *AppStateSyncKeyFingerprint) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*AppStateSyncKeyFingerprint) ProtoMessage() {}
|
|
|
|
func (x *AppStateSyncKeyFingerprint) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_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 AppStateSyncKeyFingerprint.ProtoReflect.Descriptor instead.
|
|
func (*AppStateSyncKeyFingerprint) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{78}
|
|
}
|
|
|
|
func (x *AppStateSyncKeyFingerprint) GetRawID() uint32 {
|
|
if x != nil && x.RawID != nil {
|
|
return *x.RawID
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *AppStateSyncKeyFingerprint) GetCurrentIndex() uint32 {
|
|
if x != nil && x.CurrentIndex != nil {
|
|
return *x.CurrentIndex
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *AppStateSyncKeyFingerprint) GetDeviceIndexes() []uint32 {
|
|
if x != nil {
|
|
return x.DeviceIndexes
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type AppStateSyncKeyId struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
KeyID []byte `protobuf:"bytes,1,opt,name=keyID" json:"keyID,omitempty"`
|
|
}
|
|
|
|
func (x *AppStateSyncKeyId) Reset() {
|
|
*x = AppStateSyncKeyId{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[79]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *AppStateSyncKeyId) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*AppStateSyncKeyId) ProtoMessage() {}
|
|
|
|
func (x *AppStateSyncKeyId) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_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 AppStateSyncKeyId.ProtoReflect.Descriptor instead.
|
|
func (*AppStateSyncKeyId) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{79}
|
|
}
|
|
|
|
func (x *AppStateSyncKeyId) GetKeyID() []byte {
|
|
if x != nil {
|
|
return x.KeyID
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type AppStateSyncKey struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
KeyID *AppStateSyncKeyId `protobuf:"bytes,1,opt,name=keyID" json:"keyID,omitempty"`
|
|
KeyData *AppStateSyncKeyData `protobuf:"bytes,2,opt,name=keyData" json:"keyData,omitempty"`
|
|
}
|
|
|
|
func (x *AppStateSyncKey) Reset() {
|
|
*x = AppStateSyncKey{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[80]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *AppStateSyncKey) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*AppStateSyncKey) ProtoMessage() {}
|
|
|
|
func (x *AppStateSyncKey) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_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 AppStateSyncKey.ProtoReflect.Descriptor instead.
|
|
func (*AppStateSyncKey) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{80}
|
|
}
|
|
|
|
func (x *AppStateSyncKey) GetKeyID() *AppStateSyncKeyId {
|
|
if x != nil {
|
|
return x.KeyID
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *AppStateSyncKey) GetKeyData() *AppStateSyncKeyData {
|
|
if x != nil {
|
|
return x.KeyData
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type Chat struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
DisplayName *string `protobuf:"bytes,1,opt,name=displayName" json:"displayName,omitempty"`
|
|
ID *string `protobuf:"bytes,2,opt,name=ID" json:"ID,omitempty"`
|
|
}
|
|
|
|
func (x *Chat) Reset() {
|
|
*x = Chat{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[81]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *Chat) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*Chat) ProtoMessage() {}
|
|
|
|
func (x *Chat) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_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 Chat.ProtoReflect.Descriptor instead.
|
|
func (*Chat) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{81}
|
|
}
|
|
|
|
func (x *Chat) GetDisplayName() string {
|
|
if x != nil && x.DisplayName != nil {
|
|
return *x.DisplayName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *Chat) GetID() string {
|
|
if x != nil && x.ID != nil {
|
|
return *x.ID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type Call struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
CallKey []byte `protobuf:"bytes,1,opt,name=callKey" json:"callKey,omitempty"`
|
|
ConversionSource *string `protobuf:"bytes,2,opt,name=conversionSource" json:"conversionSource,omitempty"`
|
|
ConversionData []byte `protobuf:"bytes,3,opt,name=conversionData" json:"conversionData,omitempty"`
|
|
ConversionDelaySeconds *uint32 `protobuf:"varint,4,opt,name=conversionDelaySeconds" json:"conversionDelaySeconds,omitempty"`
|
|
}
|
|
|
|
func (x *Call) Reset() {
|
|
*x = Call{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[82]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *Call) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*Call) ProtoMessage() {}
|
|
|
|
func (x *Call) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_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 Call.ProtoReflect.Descriptor instead.
|
|
func (*Call) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{82}
|
|
}
|
|
|
|
func (x *Call) GetCallKey() []byte {
|
|
if x != nil {
|
|
return x.CallKey
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *Call) GetConversionSource() string {
|
|
if x != nil && x.ConversionSource != nil {
|
|
return *x.ConversionSource
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *Call) GetConversionData() []byte {
|
|
if x != nil {
|
|
return x.ConversionData
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *Call) GetConversionDelaySeconds() uint32 {
|
|
if x != nil && x.ConversionDelaySeconds != nil {
|
|
return *x.ConversionDelaySeconds
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type AudioMessage struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
URL *string `protobuf:"bytes,1,opt,name=URL" json:"URL,omitempty"`
|
|
Mimetype *string `protobuf:"bytes,2,opt,name=mimetype" json:"mimetype,omitempty"`
|
|
FileSHA256 []byte `protobuf:"bytes,3,opt,name=fileSHA256" json:"fileSHA256,omitempty"`
|
|
FileLength *uint64 `protobuf:"varint,4,opt,name=fileLength" json:"fileLength,omitempty"`
|
|
Seconds *uint32 `protobuf:"varint,5,opt,name=seconds" json:"seconds,omitempty"`
|
|
PTT *bool `protobuf:"varint,6,opt,name=PTT" json:"PTT,omitempty"`
|
|
MediaKey []byte `protobuf:"bytes,7,opt,name=mediaKey" json:"mediaKey,omitempty"`
|
|
FileEncSHA256 []byte `protobuf:"bytes,8,opt,name=fileEncSHA256" json:"fileEncSHA256,omitempty"`
|
|
DirectPath *string `protobuf:"bytes,9,opt,name=directPath" json:"directPath,omitempty"`
|
|
MediaKeyTimestamp *int64 `protobuf:"varint,10,opt,name=mediaKeyTimestamp" json:"mediaKeyTimestamp,omitempty"`
|
|
ContextInfo *ContextInfo `protobuf:"bytes,17,opt,name=contextInfo" json:"contextInfo,omitempty"`
|
|
StreamingSidecar []byte `protobuf:"bytes,18,opt,name=streamingSidecar" json:"streamingSidecar,omitempty"`
|
|
Waveform []byte `protobuf:"bytes,19,opt,name=waveform" json:"waveform,omitempty"`
|
|
BackgroundArgb *uint32 `protobuf:"fixed32,20,opt,name=backgroundArgb" json:"backgroundArgb,omitempty"`
|
|
ViewOnce *bool `protobuf:"varint,21,opt,name=viewOnce" json:"viewOnce,omitempty"`
|
|
AccessibilityLabel *string `protobuf:"bytes,22,opt,name=accessibilityLabel" json:"accessibilityLabel,omitempty"`
|
|
}
|
|
|
|
func (x *AudioMessage) Reset() {
|
|
*x = AudioMessage{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[83]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *AudioMessage) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*AudioMessage) ProtoMessage() {}
|
|
|
|
func (x *AudioMessage) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_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 AudioMessage.ProtoReflect.Descriptor instead.
|
|
func (*AudioMessage) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{83}
|
|
}
|
|
|
|
func (x *AudioMessage) GetURL() string {
|
|
if x != nil && x.URL != nil {
|
|
return *x.URL
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *AudioMessage) GetMimetype() string {
|
|
if x != nil && x.Mimetype != nil {
|
|
return *x.Mimetype
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *AudioMessage) GetFileSHA256() []byte {
|
|
if x != nil {
|
|
return x.FileSHA256
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *AudioMessage) GetFileLength() uint64 {
|
|
if x != nil && x.FileLength != nil {
|
|
return *x.FileLength
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *AudioMessage) GetSeconds() uint32 {
|
|
if x != nil && x.Seconds != nil {
|
|
return *x.Seconds
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *AudioMessage) GetPTT() bool {
|
|
if x != nil && x.PTT != nil {
|
|
return *x.PTT
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (x *AudioMessage) GetMediaKey() []byte {
|
|
if x != nil {
|
|
return x.MediaKey
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *AudioMessage) GetFileEncSHA256() []byte {
|
|
if x != nil {
|
|
return x.FileEncSHA256
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *AudioMessage) GetDirectPath() string {
|
|
if x != nil && x.DirectPath != nil {
|
|
return *x.DirectPath
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *AudioMessage) GetMediaKeyTimestamp() int64 {
|
|
if x != nil && x.MediaKeyTimestamp != nil {
|
|
return *x.MediaKeyTimestamp
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *AudioMessage) GetContextInfo() *ContextInfo {
|
|
if x != nil {
|
|
return x.ContextInfo
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *AudioMessage) GetStreamingSidecar() []byte {
|
|
if x != nil {
|
|
return x.StreamingSidecar
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *AudioMessage) GetWaveform() []byte {
|
|
if x != nil {
|
|
return x.Waveform
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *AudioMessage) GetBackgroundArgb() uint32 {
|
|
if x != nil && x.BackgroundArgb != nil {
|
|
return *x.BackgroundArgb
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *AudioMessage) GetViewOnce() bool {
|
|
if x != nil && x.ViewOnce != nil {
|
|
return *x.ViewOnce
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (x *AudioMessage) GetAccessibilityLabel() string {
|
|
if x != nil && x.AccessibilityLabel != nil {
|
|
return *x.AccessibilityLabel
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type DocumentMessage struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
URL *string `protobuf:"bytes,1,opt,name=URL" json:"URL,omitempty"`
|
|
Mimetype *string `protobuf:"bytes,2,opt,name=mimetype" json:"mimetype,omitempty"`
|
|
Title *string `protobuf:"bytes,3,opt,name=title" json:"title,omitempty"`
|
|
FileSHA256 []byte `protobuf:"bytes,4,opt,name=fileSHA256" json:"fileSHA256,omitempty"`
|
|
FileLength *uint64 `protobuf:"varint,5,opt,name=fileLength" json:"fileLength,omitempty"`
|
|
PageCount *uint32 `protobuf:"varint,6,opt,name=pageCount" json:"pageCount,omitempty"`
|
|
MediaKey []byte `protobuf:"bytes,7,opt,name=mediaKey" json:"mediaKey,omitempty"`
|
|
FileName *string `protobuf:"bytes,8,opt,name=fileName" json:"fileName,omitempty"`
|
|
FileEncSHA256 []byte `protobuf:"bytes,9,opt,name=fileEncSHA256" json:"fileEncSHA256,omitempty"`
|
|
DirectPath *string `protobuf:"bytes,10,opt,name=directPath" json:"directPath,omitempty"`
|
|
MediaKeyTimestamp *int64 `protobuf:"varint,11,opt,name=mediaKeyTimestamp" json:"mediaKeyTimestamp,omitempty"`
|
|
ContactVcard *bool `protobuf:"varint,12,opt,name=contactVcard" json:"contactVcard,omitempty"`
|
|
ThumbnailDirectPath *string `protobuf:"bytes,13,opt,name=thumbnailDirectPath" json:"thumbnailDirectPath,omitempty"`
|
|
ThumbnailSHA256 []byte `protobuf:"bytes,14,opt,name=thumbnailSHA256" json:"thumbnailSHA256,omitempty"`
|
|
ThumbnailEncSHA256 []byte `protobuf:"bytes,15,opt,name=thumbnailEncSHA256" json:"thumbnailEncSHA256,omitempty"`
|
|
JPEGThumbnail []byte `protobuf:"bytes,16,opt,name=JPEGThumbnail" json:"JPEGThumbnail,omitempty"`
|
|
ContextInfo *ContextInfo `protobuf:"bytes,17,opt,name=contextInfo" json:"contextInfo,omitempty"`
|
|
ThumbnailHeight *uint32 `protobuf:"varint,18,opt,name=thumbnailHeight" json:"thumbnailHeight,omitempty"`
|
|
ThumbnailWidth *uint32 `protobuf:"varint,19,opt,name=thumbnailWidth" json:"thumbnailWidth,omitempty"`
|
|
Caption *string `protobuf:"bytes,20,opt,name=caption" json:"caption,omitempty"`
|
|
AccessibilityLabel *string `protobuf:"bytes,21,opt,name=accessibilityLabel" json:"accessibilityLabel,omitempty"`
|
|
}
|
|
|
|
func (x *DocumentMessage) Reset() {
|
|
*x = DocumentMessage{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[84]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *DocumentMessage) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*DocumentMessage) ProtoMessage() {}
|
|
|
|
func (x *DocumentMessage) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_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 DocumentMessage.ProtoReflect.Descriptor instead.
|
|
func (*DocumentMessage) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{84}
|
|
}
|
|
|
|
func (x *DocumentMessage) GetURL() string {
|
|
if x != nil && x.URL != nil {
|
|
return *x.URL
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *DocumentMessage) GetMimetype() string {
|
|
if x != nil && x.Mimetype != nil {
|
|
return *x.Mimetype
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *DocumentMessage) GetTitle() string {
|
|
if x != nil && x.Title != nil {
|
|
return *x.Title
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *DocumentMessage) GetFileSHA256() []byte {
|
|
if x != nil {
|
|
return x.FileSHA256
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *DocumentMessage) GetFileLength() uint64 {
|
|
if x != nil && x.FileLength != nil {
|
|
return *x.FileLength
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *DocumentMessage) GetPageCount() uint32 {
|
|
if x != nil && x.PageCount != nil {
|
|
return *x.PageCount
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *DocumentMessage) GetMediaKey() []byte {
|
|
if x != nil {
|
|
return x.MediaKey
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *DocumentMessage) GetFileName() string {
|
|
if x != nil && x.FileName != nil {
|
|
return *x.FileName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *DocumentMessage) GetFileEncSHA256() []byte {
|
|
if x != nil {
|
|
return x.FileEncSHA256
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *DocumentMessage) GetDirectPath() string {
|
|
if x != nil && x.DirectPath != nil {
|
|
return *x.DirectPath
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *DocumentMessage) GetMediaKeyTimestamp() int64 {
|
|
if x != nil && x.MediaKeyTimestamp != nil {
|
|
return *x.MediaKeyTimestamp
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *DocumentMessage) GetContactVcard() bool {
|
|
if x != nil && x.ContactVcard != nil {
|
|
return *x.ContactVcard
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (x *DocumentMessage) GetThumbnailDirectPath() string {
|
|
if x != nil && x.ThumbnailDirectPath != nil {
|
|
return *x.ThumbnailDirectPath
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *DocumentMessage) GetThumbnailSHA256() []byte {
|
|
if x != nil {
|
|
return x.ThumbnailSHA256
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *DocumentMessage) GetThumbnailEncSHA256() []byte {
|
|
if x != nil {
|
|
return x.ThumbnailEncSHA256
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *DocumentMessage) GetJPEGThumbnail() []byte {
|
|
if x != nil {
|
|
return x.JPEGThumbnail
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *DocumentMessage) GetContextInfo() *ContextInfo {
|
|
if x != nil {
|
|
return x.ContextInfo
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *DocumentMessage) GetThumbnailHeight() uint32 {
|
|
if x != nil && x.ThumbnailHeight != nil {
|
|
return *x.ThumbnailHeight
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *DocumentMessage) GetThumbnailWidth() uint32 {
|
|
if x != nil && x.ThumbnailWidth != nil {
|
|
return *x.ThumbnailWidth
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *DocumentMessage) GetCaption() string {
|
|
if x != nil && x.Caption != nil {
|
|
return *x.Caption
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *DocumentMessage) GetAccessibilityLabel() string {
|
|
if x != nil && x.AccessibilityLabel != nil {
|
|
return *x.AccessibilityLabel
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type LocationMessage struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
DegreesLatitude *float64 `protobuf:"fixed64,1,opt,name=degreesLatitude" json:"degreesLatitude,omitempty"`
|
|
DegreesLongitude *float64 `protobuf:"fixed64,2,opt,name=degreesLongitude" json:"degreesLongitude,omitempty"`
|
|
Name *string `protobuf:"bytes,3,opt,name=name" json:"name,omitempty"`
|
|
Address *string `protobuf:"bytes,4,opt,name=address" json:"address,omitempty"`
|
|
URL *string `protobuf:"bytes,5,opt,name=URL" json:"URL,omitempty"`
|
|
IsLive *bool `protobuf:"varint,6,opt,name=isLive" json:"isLive,omitempty"`
|
|
AccuracyInMeters *uint32 `protobuf:"varint,7,opt,name=accuracyInMeters" json:"accuracyInMeters,omitempty"`
|
|
SpeedInMps *float32 `protobuf:"fixed32,8,opt,name=speedInMps" json:"speedInMps,omitempty"`
|
|
DegreesClockwiseFromMagneticNorth *uint32 `protobuf:"varint,9,opt,name=degreesClockwiseFromMagneticNorth" json:"degreesClockwiseFromMagneticNorth,omitempty"`
|
|
Comment *string `protobuf:"bytes,11,opt,name=comment" json:"comment,omitempty"`
|
|
JPEGThumbnail []byte `protobuf:"bytes,16,opt,name=JPEGThumbnail" json:"JPEGThumbnail,omitempty"`
|
|
ContextInfo *ContextInfo `protobuf:"bytes,17,opt,name=contextInfo" json:"contextInfo,omitempty"`
|
|
}
|
|
|
|
func (x *LocationMessage) Reset() {
|
|
*x = LocationMessage{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[85]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *LocationMessage) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*LocationMessage) ProtoMessage() {}
|
|
|
|
func (x *LocationMessage) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_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 LocationMessage.ProtoReflect.Descriptor instead.
|
|
func (*LocationMessage) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{85}
|
|
}
|
|
|
|
func (x *LocationMessage) GetDegreesLatitude() float64 {
|
|
if x != nil && x.DegreesLatitude != nil {
|
|
return *x.DegreesLatitude
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *LocationMessage) GetDegreesLongitude() float64 {
|
|
if x != nil && x.DegreesLongitude != nil {
|
|
return *x.DegreesLongitude
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *LocationMessage) GetName() string {
|
|
if x != nil && x.Name != nil {
|
|
return *x.Name
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *LocationMessage) GetAddress() string {
|
|
if x != nil && x.Address != nil {
|
|
return *x.Address
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *LocationMessage) GetURL() string {
|
|
if x != nil && x.URL != nil {
|
|
return *x.URL
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *LocationMessage) GetIsLive() bool {
|
|
if x != nil && x.IsLive != nil {
|
|
return *x.IsLive
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (x *LocationMessage) GetAccuracyInMeters() uint32 {
|
|
if x != nil && x.AccuracyInMeters != nil {
|
|
return *x.AccuracyInMeters
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *LocationMessage) GetSpeedInMps() float32 {
|
|
if x != nil && x.SpeedInMps != nil {
|
|
return *x.SpeedInMps
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *LocationMessage) GetDegreesClockwiseFromMagneticNorth() uint32 {
|
|
if x != nil && x.DegreesClockwiseFromMagneticNorth != nil {
|
|
return *x.DegreesClockwiseFromMagneticNorth
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *LocationMessage) GetComment() string {
|
|
if x != nil && x.Comment != nil {
|
|
return *x.Comment
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *LocationMessage) GetJPEGThumbnail() []byte {
|
|
if x != nil {
|
|
return x.JPEGThumbnail
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *LocationMessage) GetContextInfo() *ContextInfo {
|
|
if x != nil {
|
|
return x.ContextInfo
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type ContactMessage struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
DisplayName *string `protobuf:"bytes,1,opt,name=displayName" json:"displayName,omitempty"`
|
|
Vcard *string `protobuf:"bytes,16,opt,name=vcard" json:"vcard,omitempty"`
|
|
ContextInfo *ContextInfo `protobuf:"bytes,17,opt,name=contextInfo" json:"contextInfo,omitempty"`
|
|
}
|
|
|
|
func (x *ContactMessage) Reset() {
|
|
*x = ContactMessage{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[86]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *ContactMessage) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ContactMessage) ProtoMessage() {}
|
|
|
|
func (x *ContactMessage) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_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 ContactMessage.ProtoReflect.Descriptor instead.
|
|
func (*ContactMessage) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{86}
|
|
}
|
|
|
|
func (x *ContactMessage) GetDisplayName() string {
|
|
if x != nil && x.DisplayName != nil {
|
|
return *x.DisplayName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ContactMessage) GetVcard() string {
|
|
if x != nil && x.Vcard != nil {
|
|
return *x.Vcard
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ContactMessage) GetContextInfo() *ContextInfo {
|
|
if x != nil {
|
|
return x.ContextInfo
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type SenderKeyDistributionMessage struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
GroupID *string `protobuf:"bytes,1,opt,name=groupID" json:"groupID,omitempty"`
|
|
AxolotlSenderKeyDistributionMessage []byte `protobuf:"bytes,2,opt,name=axolotlSenderKeyDistributionMessage" json:"axolotlSenderKeyDistributionMessage,omitempty"`
|
|
}
|
|
|
|
func (x *SenderKeyDistributionMessage) Reset() {
|
|
*x = SenderKeyDistributionMessage{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[87]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *SenderKeyDistributionMessage) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*SenderKeyDistributionMessage) ProtoMessage() {}
|
|
|
|
func (x *SenderKeyDistributionMessage) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_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 SenderKeyDistributionMessage.ProtoReflect.Descriptor instead.
|
|
func (*SenderKeyDistributionMessage) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{87}
|
|
}
|
|
|
|
func (x *SenderKeyDistributionMessage) GetGroupID() string {
|
|
if x != nil && x.GroupID != nil {
|
|
return *x.GroupID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *SenderKeyDistributionMessage) GetAxolotlSenderKeyDistributionMessage() []byte {
|
|
if x != nil {
|
|
return x.AxolotlSenderKeyDistributionMessage
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type BotAvatarMetadata struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Sentiment *uint32 `protobuf:"varint,1,opt,name=sentiment" json:"sentiment,omitempty"`
|
|
BehaviorGraph *string `protobuf:"bytes,2,opt,name=behaviorGraph" json:"behaviorGraph,omitempty"`
|
|
Action *uint32 `protobuf:"varint,3,opt,name=action" json:"action,omitempty"`
|
|
Intensity *uint32 `protobuf:"varint,4,opt,name=intensity" json:"intensity,omitempty"`
|
|
WordCount *uint32 `protobuf:"varint,5,opt,name=wordCount" json:"wordCount,omitempty"`
|
|
}
|
|
|
|
func (x *BotAvatarMetadata) Reset() {
|
|
*x = BotAvatarMetadata{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[88]
|
|
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_WAWebProtobufsE2E_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 BotAvatarMetadata.ProtoReflect.Descriptor instead.
|
|
func (*BotAvatarMetadata) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{88}
|
|
}
|
|
|
|
func (x *BotAvatarMetadata) GetSentiment() uint32 {
|
|
if x != nil && x.Sentiment != nil {
|
|
return *x.Sentiment
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *BotAvatarMetadata) GetBehaviorGraph() string {
|
|
if x != nil && x.BehaviorGraph != nil {
|
|
return *x.BehaviorGraph
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *BotAvatarMetadata) GetAction() uint32 {
|
|
if x != nil && x.Action != nil {
|
|
return *x.Action
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *BotAvatarMetadata) GetIntensity() uint32 {
|
|
if x != nil && x.Intensity != nil {
|
|
return *x.Intensity
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *BotAvatarMetadata) GetWordCount() uint32 {
|
|
if x != nil && x.WordCount != 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" json:"suggestedPrompts,omitempty"`
|
|
SelectedPromptIndex *uint32 `protobuf:"varint,2,opt,name=selectedPromptIndex" json:"selectedPromptIndex,omitempty"`
|
|
}
|
|
|
|
func (x *BotSuggestedPromptMetadata) Reset() {
|
|
*x = BotSuggestedPromptMetadata{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[89]
|
|
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_WAWebProtobufsE2E_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 BotSuggestedPromptMetadata.ProtoReflect.Descriptor instead.
|
|
func (*BotSuggestedPromptMetadata) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{89}
|
|
}
|
|
|
|
func (x *BotSuggestedPromptMetadata) GetSuggestedPrompts() []string {
|
|
if x != nil {
|
|
return x.SuggestedPrompts
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *BotSuggestedPromptMetadata) GetSelectedPromptIndex() uint32 {
|
|
if x != nil && x.SelectedPromptIndex != nil {
|
|
return *x.SelectedPromptIndex
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type BotSessionMetadata struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
SessionID *string `protobuf:"bytes,1,opt,name=sessionID" json:"sessionID,omitempty"`
|
|
SessionSource *SessionSource `protobuf:"varint,2,opt,name=sessionSource,enum=WAWebProtobufsE2E.SessionSource" json:"sessionSource,omitempty"`
|
|
}
|
|
|
|
func (x *BotSessionMetadata) Reset() {
|
|
*x = BotSessionMetadata{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[90]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *BotSessionMetadata) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*BotSessionMetadata) ProtoMessage() {}
|
|
|
|
func (x *BotSessionMetadata) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_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 BotSessionMetadata.ProtoReflect.Descriptor instead.
|
|
func (*BotSessionMetadata) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{90}
|
|
}
|
|
|
|
func (x *BotSessionMetadata) GetSessionID() string {
|
|
if x != nil && x.SessionID != nil {
|
|
return *x.SessionID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *BotSessionMetadata) GetSessionSource() SessionSource {
|
|
if x != nil && x.SessionSource != nil {
|
|
return *x.SessionSource
|
|
}
|
|
return SessionSource_NULL_STATE
|
|
}
|
|
|
|
type BotMemuMetadata struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
FaceImages []*BotMediaMetadata `protobuf:"bytes,1,rep,name=faceImages" json:"faceImages,omitempty"`
|
|
}
|
|
|
|
func (x *BotMemuMetadata) Reset() {
|
|
*x = BotMemuMetadata{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[91]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *BotMemuMetadata) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*BotMemuMetadata) ProtoMessage() {}
|
|
|
|
func (x *BotMemuMetadata) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_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 BotMemuMetadata.ProtoReflect.Descriptor instead.
|
|
func (*BotMemuMetadata) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{91}
|
|
}
|
|
|
|
func (x *BotMemuMetadata) GetFaceImages() []*BotMediaMetadata {
|
|
if x != nil {
|
|
return x.FaceImages
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type BotMetadata struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
AvatarMetadata *BotAvatarMetadata `protobuf:"bytes,1,opt,name=avatarMetadata" json:"avatarMetadata,omitempty"`
|
|
PersonaID *string `protobuf:"bytes,2,opt,name=personaID" json:"personaID,omitempty"`
|
|
PluginMetadata *BotPluginMetadata `protobuf:"bytes,3,opt,name=pluginMetadata" json:"pluginMetadata,omitempty"`
|
|
SuggestedPromptMetadata *BotSuggestedPromptMetadata `protobuf:"bytes,4,opt,name=suggestedPromptMetadata" json:"suggestedPromptMetadata,omitempty"`
|
|
InvokerJID *string `protobuf:"bytes,5,opt,name=invokerJID" json:"invokerJID,omitempty"`
|
|
SearchMetadata *BotSessionMetadata `protobuf:"bytes,6,opt,name=searchMetadata" json:"searchMetadata,omitempty"`
|
|
MemuMetadata *BotMemuMetadata `protobuf:"bytes,7,opt,name=memuMetadata" json:"memuMetadata,omitempty"`
|
|
Timezone *string `protobuf:"bytes,8,opt,name=timezone" json:"timezone,omitempty"`
|
|
ReminderMetadata *BotReminderMetadata `protobuf:"bytes,9,opt,name=reminderMetadata" json:"reminderMetadata,omitempty"`
|
|
ModelMetadata *BotModelMetadata `protobuf:"bytes,10,opt,name=modelMetadata" json:"modelMetadata,omitempty"`
|
|
}
|
|
|
|
func (x *BotMetadata) Reset() {
|
|
*x = BotMetadata{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[92]
|
|
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_WAWebProtobufsE2E_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 BotMetadata.ProtoReflect.Descriptor instead.
|
|
func (*BotMetadata) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{92}
|
|
}
|
|
|
|
func (x *BotMetadata) GetAvatarMetadata() *BotAvatarMetadata {
|
|
if x != nil {
|
|
return x.AvatarMetadata
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *BotMetadata) GetPersonaID() string {
|
|
if x != nil && x.PersonaID != 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 && x.InvokerJID != nil {
|
|
return *x.InvokerJID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *BotMetadata) GetSearchMetadata() *BotSessionMetadata {
|
|
if x != nil {
|
|
return x.SearchMetadata
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *BotMetadata) GetMemuMetadata() *BotMemuMetadata {
|
|
if x != nil {
|
|
return x.MemuMetadata
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *BotMetadata) GetTimezone() string {
|
|
if x != nil && x.Timezone != nil {
|
|
return *x.Timezone
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *BotMetadata) GetReminderMetadata() *BotReminderMetadata {
|
|
if x != nil {
|
|
return x.ReminderMetadata
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *BotMetadata) GetModelMetadata() *BotModelMetadata {
|
|
if x != nil {
|
|
return x.ModelMetadata
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type DeviceListMetadata struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
SenderKeyHash []byte `protobuf:"bytes,1,opt,name=senderKeyHash" json:"senderKeyHash,omitempty"`
|
|
SenderTimestamp *uint64 `protobuf:"varint,2,opt,name=senderTimestamp" json:"senderTimestamp,omitempty"`
|
|
SenderKeyIndexes []uint32 `protobuf:"varint,3,rep,packed,name=senderKeyIndexes" json:"senderKeyIndexes,omitempty"`
|
|
SenderAccountType *waAdv.ADVEncryptionType `protobuf:"varint,4,opt,name=senderAccountType,enum=WAAdv.ADVEncryptionType" json:"senderAccountType,omitempty"`
|
|
ReceiverAccountType *waAdv.ADVEncryptionType `protobuf:"varint,5,opt,name=receiverAccountType,enum=WAAdv.ADVEncryptionType" json:"receiverAccountType,omitempty"`
|
|
RecipientKeyHash []byte `protobuf:"bytes,8,opt,name=recipientKeyHash" json:"recipientKeyHash,omitempty"`
|
|
RecipientTimestamp *uint64 `protobuf:"varint,9,opt,name=recipientTimestamp" json:"recipientTimestamp,omitempty"`
|
|
RecipientKeyIndexes []uint32 `protobuf:"varint,10,rep,packed,name=recipientKeyIndexes" json:"recipientKeyIndexes,omitempty"`
|
|
}
|
|
|
|
func (x *DeviceListMetadata) Reset() {
|
|
*x = DeviceListMetadata{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[93]
|
|
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_WAWebProtobufsE2E_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 DeviceListMetadata.ProtoReflect.Descriptor instead.
|
|
func (*DeviceListMetadata) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{93}
|
|
}
|
|
|
|
func (x *DeviceListMetadata) GetSenderKeyHash() []byte {
|
|
if x != nil {
|
|
return x.SenderKeyHash
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *DeviceListMetadata) GetSenderTimestamp() uint64 {
|
|
if x != nil && x.SenderTimestamp != 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 && x.SenderAccountType != nil {
|
|
return *x.SenderAccountType
|
|
}
|
|
return waAdv.ADVEncryptionType(0)
|
|
}
|
|
|
|
func (x *DeviceListMetadata) GetReceiverAccountType() waAdv.ADVEncryptionType {
|
|
if x != nil && x.ReceiverAccountType != 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 && x.RecipientTimestamp != nil {
|
|
return *x.RecipientTimestamp
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *DeviceListMetadata) GetRecipientKeyIndexes() []uint32 {
|
|
if x != nil {
|
|
return x.RecipientKeyIndexes
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type EmbeddedMessage struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
StanzaID *string `protobuf:"bytes,1,opt,name=stanzaID" json:"stanzaID,omitempty"`
|
|
Message *Message `protobuf:"bytes,2,opt,name=message" json:"message,omitempty"`
|
|
}
|
|
|
|
func (x *EmbeddedMessage) Reset() {
|
|
*x = EmbeddedMessage{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[94]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *EmbeddedMessage) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*EmbeddedMessage) ProtoMessage() {}
|
|
|
|
func (x *EmbeddedMessage) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_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 EmbeddedMessage.ProtoReflect.Descriptor instead.
|
|
func (*EmbeddedMessage) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{94}
|
|
}
|
|
|
|
func (x *EmbeddedMessage) GetStanzaID() string {
|
|
if x != nil && x.StanzaID != nil {
|
|
return *x.StanzaID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *EmbeddedMessage) GetMessage() *Message {
|
|
if x != nil {
|
|
return x.Message
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type EmbeddedMusic struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
MusicContentMediaID *string `protobuf:"bytes,1,opt,name=musicContentMediaID" json:"musicContentMediaID,omitempty"`
|
|
SongID *string `protobuf:"bytes,2,opt,name=songID" json:"songID,omitempty"`
|
|
Author *string `protobuf:"bytes,3,opt,name=author" json:"author,omitempty"`
|
|
Title *string `protobuf:"bytes,4,opt,name=title" json:"title,omitempty"`
|
|
ArtworkDirectPath *string `protobuf:"bytes,5,opt,name=artworkDirectPath" json:"artworkDirectPath,omitempty"`
|
|
ArtworkSHA256 []byte `protobuf:"bytes,6,opt,name=artworkSHA256" json:"artworkSHA256,omitempty"`
|
|
ArtworkEncSHA256 []byte `protobuf:"bytes,7,opt,name=artworkEncSHA256" json:"artworkEncSHA256,omitempty"`
|
|
ArtistAttribution *string `protobuf:"bytes,8,opt,name=artistAttribution" json:"artistAttribution,omitempty"`
|
|
CountryBlocklist []byte `protobuf:"bytes,9,opt,name=countryBlocklist" json:"countryBlocklist,omitempty"`
|
|
}
|
|
|
|
func (x *EmbeddedMusic) Reset() {
|
|
*x = EmbeddedMusic{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[95]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *EmbeddedMusic) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*EmbeddedMusic) ProtoMessage() {}
|
|
|
|
func (x *EmbeddedMusic) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_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 EmbeddedMusic.ProtoReflect.Descriptor instead.
|
|
func (*EmbeddedMusic) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{95}
|
|
}
|
|
|
|
func (x *EmbeddedMusic) GetMusicContentMediaID() string {
|
|
if x != nil && x.MusicContentMediaID != nil {
|
|
return *x.MusicContentMediaID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *EmbeddedMusic) GetSongID() string {
|
|
if x != nil && x.SongID != nil {
|
|
return *x.SongID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *EmbeddedMusic) GetAuthor() string {
|
|
if x != nil && x.Author != nil {
|
|
return *x.Author
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *EmbeddedMusic) GetTitle() string {
|
|
if x != nil && x.Title != nil {
|
|
return *x.Title
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *EmbeddedMusic) GetArtworkDirectPath() string {
|
|
if x != nil && x.ArtworkDirectPath != nil {
|
|
return *x.ArtworkDirectPath
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *EmbeddedMusic) GetArtworkSHA256() []byte {
|
|
if x != nil {
|
|
return x.ArtworkSHA256
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *EmbeddedMusic) GetArtworkEncSHA256() []byte {
|
|
if x != nil {
|
|
return x.ArtworkEncSHA256
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *EmbeddedMusic) GetArtistAttribution() string {
|
|
if x != nil && x.ArtistAttribution != nil {
|
|
return *x.ArtistAttribution
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *EmbeddedMusic) GetCountryBlocklist() []byte {
|
|
if x != nil {
|
|
return x.CountryBlocklist
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type EmbeddedContent struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
// Types that are assignable to Content:
|
|
//
|
|
// *EmbeddedContent_EmbeddedMessage
|
|
// *EmbeddedContent_EmbeddedMusic
|
|
Content isEmbeddedContent_Content `protobuf_oneof:"content"`
|
|
}
|
|
|
|
func (x *EmbeddedContent) Reset() {
|
|
*x = EmbeddedContent{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[96]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *EmbeddedContent) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*EmbeddedContent) ProtoMessage() {}
|
|
|
|
func (x *EmbeddedContent) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_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 EmbeddedContent.ProtoReflect.Descriptor instead.
|
|
func (*EmbeddedContent) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{96}
|
|
}
|
|
|
|
func (m *EmbeddedContent) GetContent() isEmbeddedContent_Content {
|
|
if m != nil {
|
|
return m.Content
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *EmbeddedContent) GetEmbeddedMessage() *EmbeddedMessage {
|
|
if x, ok := x.GetContent().(*EmbeddedContent_EmbeddedMessage); ok {
|
|
return x.EmbeddedMessage
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *EmbeddedContent) GetEmbeddedMusic() *EmbeddedMusic {
|
|
if x, ok := x.GetContent().(*EmbeddedContent_EmbeddedMusic); ok {
|
|
return x.EmbeddedMusic
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type isEmbeddedContent_Content interface {
|
|
isEmbeddedContent_Content()
|
|
}
|
|
|
|
type EmbeddedContent_EmbeddedMessage struct {
|
|
EmbeddedMessage *EmbeddedMessage `protobuf:"bytes,1,opt,name=embeddedMessage,oneof"`
|
|
}
|
|
|
|
type EmbeddedContent_EmbeddedMusic struct {
|
|
EmbeddedMusic *EmbeddedMusic `protobuf:"bytes,2,opt,name=embeddedMusic,oneof"`
|
|
}
|
|
|
|
func (*EmbeddedContent_EmbeddedMessage) isEmbeddedContent_Content() {}
|
|
|
|
func (*EmbeddedContent_EmbeddedMusic) isEmbeddedContent_Content() {}
|
|
|
|
type InteractiveAnnotation struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
// Types that are assignable to Action:
|
|
//
|
|
// *InteractiveAnnotation_Location
|
|
// *InteractiveAnnotation_Newsletter
|
|
// *InteractiveAnnotation_EmbeddedAction
|
|
Action isInteractiveAnnotation_Action `protobuf_oneof:"action"`
|
|
PolygonVertices []*Point `protobuf:"bytes,1,rep,name=polygonVertices" json:"polygonVertices,omitempty"`
|
|
ShouldSkipConfirmation *bool `protobuf:"varint,4,opt,name=shouldSkipConfirmation" json:"shouldSkipConfirmation,omitempty"`
|
|
EmbeddedContent *EmbeddedContent `protobuf:"bytes,5,opt,name=embeddedContent" json:"embeddedContent,omitempty"`
|
|
}
|
|
|
|
func (x *InteractiveAnnotation) Reset() {
|
|
*x = InteractiveAnnotation{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[97]
|
|
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_WAWebProtobufsE2E_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 InteractiveAnnotation.ProtoReflect.Descriptor instead.
|
|
func (*InteractiveAnnotation) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{97}
|
|
}
|
|
|
|
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) GetEmbeddedAction() bool {
|
|
if x, ok := x.GetAction().(*InteractiveAnnotation_EmbeddedAction); ok {
|
|
return x.EmbeddedAction
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (x *InteractiveAnnotation) GetPolygonVertices() []*Point {
|
|
if x != nil {
|
|
return x.PolygonVertices
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *InteractiveAnnotation) GetShouldSkipConfirmation() bool {
|
|
if x != nil && x.ShouldSkipConfirmation != nil {
|
|
return *x.ShouldSkipConfirmation
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (x *InteractiveAnnotation) GetEmbeddedContent() *EmbeddedContent {
|
|
if x != nil {
|
|
return x.EmbeddedContent
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type isInteractiveAnnotation_Action interface {
|
|
isInteractiveAnnotation_Action()
|
|
}
|
|
|
|
type InteractiveAnnotation_Location struct {
|
|
Location *Location `protobuf:"bytes,2,opt,name=location,oneof"`
|
|
}
|
|
|
|
type InteractiveAnnotation_Newsletter struct {
|
|
Newsletter *ContextInfo_ForwardedNewsletterMessageInfo `protobuf:"bytes,3,opt,name=newsletter,oneof"`
|
|
}
|
|
|
|
type InteractiveAnnotation_EmbeddedAction struct {
|
|
EmbeddedAction bool `protobuf:"varint,6,opt,name=embeddedAction,oneof"`
|
|
}
|
|
|
|
func (*InteractiveAnnotation_Location) isInteractiveAnnotation_Action() {}
|
|
|
|
func (*InteractiveAnnotation_Newsletter) isInteractiveAnnotation_Action() {}
|
|
|
|
func (*InteractiveAnnotation_EmbeddedAction) isInteractiveAnnotation_Action() {}
|
|
|
|
type Point struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
XDeprecated *int32 `protobuf:"varint,1,opt,name=xDeprecated" json:"xDeprecated,omitempty"`
|
|
YDeprecated *int32 `protobuf:"varint,2,opt,name=yDeprecated" json:"yDeprecated,omitempty"`
|
|
X *float64 `protobuf:"fixed64,3,opt,name=x" json:"x,omitempty"`
|
|
Y *float64 `protobuf:"fixed64,4,opt,name=y" json:"y,omitempty"`
|
|
}
|
|
|
|
func (x *Point) Reset() {
|
|
*x = Point{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[98]
|
|
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_WAWebProtobufsE2E_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 Point.ProtoReflect.Descriptor instead.
|
|
func (*Point) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{98}
|
|
}
|
|
|
|
func (x *Point) GetXDeprecated() int32 {
|
|
if x != nil && x.XDeprecated != nil {
|
|
return *x.XDeprecated
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *Point) GetYDeprecated() int32 {
|
|
if x != nil && x.YDeprecated != nil {
|
|
return *x.YDeprecated
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *Point) GetX() float64 {
|
|
if x != nil && x.X != nil {
|
|
return *x.X
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *Point) GetY() float64 {
|
|
if x != nil && x.Y != 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" json:"degreesLatitude,omitempty"`
|
|
DegreesLongitude *float64 `protobuf:"fixed64,2,opt,name=degreesLongitude" json:"degreesLongitude,omitempty"`
|
|
Name *string `protobuf:"bytes,3,opt,name=name" json:"name,omitempty"`
|
|
}
|
|
|
|
func (x *Location) Reset() {
|
|
*x = Location{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[99]
|
|
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_WAWebProtobufsE2E_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 Location.ProtoReflect.Descriptor instead.
|
|
func (*Location) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{99}
|
|
}
|
|
|
|
func (x *Location) GetDegreesLatitude() float64 {
|
|
if x != nil && x.DegreesLatitude != nil {
|
|
return *x.DegreesLatitude
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *Location) GetDegreesLongitude() float64 {
|
|
if x != nil && x.DegreesLongitude != nil {
|
|
return *x.DegreesLongitude
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *Location) GetName() string {
|
|
if x != nil && x.Name != 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" json:"index,omitempty"`
|
|
}
|
|
|
|
func (x *TemplateButton) Reset() {
|
|
*x = TemplateButton{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[100]
|
|
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_WAWebProtobufsE2E_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 TemplateButton.ProtoReflect.Descriptor instead.
|
|
func (*TemplateButton) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{100}
|
|
}
|
|
|
|
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 && x.Index != 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,oneof"`
|
|
}
|
|
|
|
type TemplateButton_UrlButton struct {
|
|
UrlButton *TemplateButton_URLButton `protobuf:"bytes,2,opt,name=urlButton,oneof"`
|
|
}
|
|
|
|
type TemplateButton_CallButton_ struct {
|
|
CallButton *TemplateButton_CallButton `protobuf:"bytes,3,opt,name=callButton,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" json:"value,omitempty"`
|
|
Offset *uint32 `protobuf:"varint,2,opt,name=offset" json:"offset,omitempty"`
|
|
CurrencyCode *string `protobuf:"bytes,3,opt,name=currencyCode" json:"currencyCode,omitempty"`
|
|
}
|
|
|
|
func (x *Money) Reset() {
|
|
*x = Money{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[101]
|
|
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_WAWebProtobufsE2E_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 Money.ProtoReflect.Descriptor instead.
|
|
func (*Money) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{101}
|
|
}
|
|
|
|
func (x *Money) GetValue() int64 {
|
|
if x != nil && x.Value != nil {
|
|
return *x.Value
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *Money) GetOffset() uint32 {
|
|
if x != nil && x.Offset != nil {
|
|
return *x.Offset
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *Money) GetCurrencyCode() string {
|
|
if x != nil && x.CurrencyCode != 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" json:"URL,omitempty"`
|
|
ButtonTitle *string `protobuf:"bytes,2,opt,name=buttonTitle" json:"buttonTitle,omitempty"`
|
|
}
|
|
|
|
func (x *ActionLink) Reset() {
|
|
*x = ActionLink{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[102]
|
|
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_WAWebProtobufsE2E_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 ActionLink.ProtoReflect.Descriptor instead.
|
|
func (*ActionLink) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{102}
|
|
}
|
|
|
|
func (x *ActionLink) GetURL() string {
|
|
if x != nil && x.URL != nil {
|
|
return *x.URL
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ActionLink) GetButtonTitle() string {
|
|
if x != nil && x.ButtonTitle != 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" json:"groupJID,omitempty"`
|
|
GroupSubject *string `protobuf:"bytes,2,opt,name=groupSubject" json:"groupSubject,omitempty"`
|
|
}
|
|
|
|
func (x *GroupMention) Reset() {
|
|
*x = GroupMention{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[103]
|
|
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_WAWebProtobufsE2E_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 GroupMention.ProtoReflect.Descriptor instead.
|
|
func (*GroupMention) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{103}
|
|
}
|
|
|
|
func (x *GroupMention) GetGroupJID() string {
|
|
if x != nil && x.GroupJID != nil {
|
|
return *x.GroupJID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GroupMention) GetGroupSubject() string {
|
|
if x != nil && x.GroupSubject != 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" json:"version,omitempty"`
|
|
EncIV []byte `protobuf:"bytes,2,opt,name=encIV" json:"encIV,omitempty"`
|
|
EncPayload []byte `protobuf:"bytes,3,opt,name=encPayload" json:"encPayload,omitempty"`
|
|
}
|
|
|
|
func (x *MessageSecretMessage) Reset() {
|
|
*x = MessageSecretMessage{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[104]
|
|
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_WAWebProtobufsE2E_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 MessageSecretMessage.ProtoReflect.Descriptor instead.
|
|
func (*MessageSecretMessage) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{104}
|
|
}
|
|
|
|
func (x *MessageSecretMessage) GetVersion() int32 {
|
|
if x != nil && x.Version != 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" json:"expressPathURL,omitempty"`
|
|
FileEncSHA256 []byte `protobuf:"bytes,2,opt,name=fileEncSHA256" json:"fileEncSHA256,omitempty"`
|
|
FileLength *uint64 `protobuf:"varint,3,opt,name=fileLength" json:"fileLength,omitempty"`
|
|
}
|
|
|
|
func (x *MediaNotifyMessage) Reset() {
|
|
*x = MediaNotifyMessage{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[105]
|
|
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_WAWebProtobufsE2E_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 MediaNotifyMessage.ProtoReflect.Descriptor instead.
|
|
func (*MediaNotifyMessage) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{105}
|
|
}
|
|
|
|
func (x *MediaNotifyMessage) GetExpressPathURL() string {
|
|
if x != nil && x.ExpressPathURL != 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 && x.FileLength != nil {
|
|
return *x.FileLength
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type LIDMigrationMappingSyncMessage struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
EncodedMappingPayload []byte `protobuf:"bytes,1,opt,name=encodedMappingPayload" json:"encodedMappingPayload,omitempty"`
|
|
}
|
|
|
|
func (x *LIDMigrationMappingSyncMessage) Reset() {
|
|
*x = LIDMigrationMappingSyncMessage{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[106]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *LIDMigrationMappingSyncMessage) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*LIDMigrationMappingSyncMessage) ProtoMessage() {}
|
|
|
|
func (x *LIDMigrationMappingSyncMessage) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_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 LIDMigrationMappingSyncMessage.ProtoReflect.Descriptor instead.
|
|
func (*LIDMigrationMappingSyncMessage) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{106}
|
|
}
|
|
|
|
func (x *LIDMigrationMappingSyncMessage) GetEncodedMappingPayload() []byte {
|
|
if x != nil {
|
|
return x.EncodedMappingPayload
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type CallLogMessage_CallParticipant struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
JID *string `protobuf:"bytes,1,opt,name=JID" json:"JID,omitempty"`
|
|
CallOutcome *CallLogMessage_CallOutcome `protobuf:"varint,2,opt,name=callOutcome,enum=WAWebProtobufsE2E.CallLogMessage_CallOutcome" json:"callOutcome,omitempty"`
|
|
}
|
|
|
|
func (x *CallLogMessage_CallParticipant) Reset() {
|
|
*x = CallLogMessage_CallParticipant{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[107]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *CallLogMessage_CallParticipant) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*CallLogMessage_CallParticipant) ProtoMessage() {}
|
|
|
|
func (x *CallLogMessage_CallParticipant) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_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 CallLogMessage_CallParticipant.ProtoReflect.Descriptor instead.
|
|
func (*CallLogMessage_CallParticipant) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{2, 0}
|
|
}
|
|
|
|
func (x *CallLogMessage_CallParticipant) GetJID() string {
|
|
if x != nil && x.JID != nil {
|
|
return *x.JID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *CallLogMessage_CallParticipant) GetCallOutcome() CallLogMessage_CallOutcome {
|
|
if x != nil && x.CallOutcome != nil {
|
|
return *x.CallOutcome
|
|
}
|
|
return CallLogMessage_CONNECTED
|
|
}
|
|
|
|
type ButtonsMessage_Button struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
ButtonID *string `protobuf:"bytes,1,opt,name=buttonID" json:"buttonID,omitempty"`
|
|
ButtonText *ButtonsMessage_Button_ButtonText `protobuf:"bytes,2,opt,name=buttonText" json:"buttonText,omitempty"`
|
|
Type *ButtonsMessage_Button_Type `protobuf:"varint,3,opt,name=type,enum=WAWebProtobufsE2E.ButtonsMessage_Button_Type" json:"type,omitempty"`
|
|
NativeFlowInfo *ButtonsMessage_Button_NativeFlowInfo `protobuf:"bytes,4,opt,name=nativeFlowInfo" json:"nativeFlowInfo,omitempty"`
|
|
}
|
|
|
|
func (x *ButtonsMessage_Button) Reset() {
|
|
*x = ButtonsMessage_Button{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[108]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *ButtonsMessage_Button) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ButtonsMessage_Button) ProtoMessage() {}
|
|
|
|
func (x *ButtonsMessage_Button) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_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 ButtonsMessage_Button.ProtoReflect.Descriptor instead.
|
|
func (*ButtonsMessage_Button) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{8, 0}
|
|
}
|
|
|
|
func (x *ButtonsMessage_Button) GetButtonID() string {
|
|
if x != nil && x.ButtonID != nil {
|
|
return *x.ButtonID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ButtonsMessage_Button) GetButtonText() *ButtonsMessage_Button_ButtonText {
|
|
if x != nil {
|
|
return x.ButtonText
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *ButtonsMessage_Button) GetType() ButtonsMessage_Button_Type {
|
|
if x != nil && x.Type != nil {
|
|
return *x.Type
|
|
}
|
|
return ButtonsMessage_Button_UNKNOWN
|
|
}
|
|
|
|
func (x *ButtonsMessage_Button) GetNativeFlowInfo() *ButtonsMessage_Button_NativeFlowInfo {
|
|
if x != nil {
|
|
return x.NativeFlowInfo
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type ButtonsMessage_Button_NativeFlowInfo struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
|
|
ParamsJSON *string `protobuf:"bytes,2,opt,name=paramsJSON" json:"paramsJSON,omitempty"`
|
|
}
|
|
|
|
func (x *ButtonsMessage_Button_NativeFlowInfo) Reset() {
|
|
*x = ButtonsMessage_Button_NativeFlowInfo{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[109]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *ButtonsMessage_Button_NativeFlowInfo) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ButtonsMessage_Button_NativeFlowInfo) ProtoMessage() {}
|
|
|
|
func (x *ButtonsMessage_Button_NativeFlowInfo) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_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 ButtonsMessage_Button_NativeFlowInfo.ProtoReflect.Descriptor instead.
|
|
func (*ButtonsMessage_Button_NativeFlowInfo) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{8, 0, 0}
|
|
}
|
|
|
|
func (x *ButtonsMessage_Button_NativeFlowInfo) GetName() string {
|
|
if x != nil && x.Name != nil {
|
|
return *x.Name
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ButtonsMessage_Button_NativeFlowInfo) GetParamsJSON() string {
|
|
if x != nil && x.ParamsJSON != nil {
|
|
return *x.ParamsJSON
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type ButtonsMessage_Button_ButtonText struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
DisplayText *string `protobuf:"bytes,1,opt,name=displayText" json:"displayText,omitempty"`
|
|
}
|
|
|
|
func (x *ButtonsMessage_Button_ButtonText) Reset() {
|
|
*x = ButtonsMessage_Button_ButtonText{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[110]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *ButtonsMessage_Button_ButtonText) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ButtonsMessage_Button_ButtonText) ProtoMessage() {}
|
|
|
|
func (x *ButtonsMessage_Button_ButtonText) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_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 ButtonsMessage_Button_ButtonText.ProtoReflect.Descriptor instead.
|
|
func (*ButtonsMessage_Button_ButtonText) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{8, 0, 1}
|
|
}
|
|
|
|
func (x *ButtonsMessage_Button_ButtonText) GetDisplayText() string {
|
|
if x != nil && x.DisplayText != nil {
|
|
return *x.DisplayText
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type InteractiveResponseMessage_Body struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Text *string `protobuf:"bytes,1,opt,name=text" json:"text,omitempty"`
|
|
Format *InteractiveResponseMessage_Body_Format `protobuf:"varint,2,opt,name=format,enum=WAWebProtobufsE2E.InteractiveResponseMessage_Body_Format" json:"format,omitempty"`
|
|
}
|
|
|
|
func (x *InteractiveResponseMessage_Body) Reset() {
|
|
*x = InteractiveResponseMessage_Body{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[111]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *InteractiveResponseMessage_Body) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*InteractiveResponseMessage_Body) ProtoMessage() {}
|
|
|
|
func (x *InteractiveResponseMessage_Body) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_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 InteractiveResponseMessage_Body.ProtoReflect.Descriptor instead.
|
|
func (*InteractiveResponseMessage_Body) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{11, 0}
|
|
}
|
|
|
|
func (x *InteractiveResponseMessage_Body) GetText() string {
|
|
if x != nil && x.Text != nil {
|
|
return *x.Text
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *InteractiveResponseMessage_Body) GetFormat() InteractiveResponseMessage_Body_Format {
|
|
if x != nil && x.Format != nil {
|
|
return *x.Format
|
|
}
|
|
return InteractiveResponseMessage_Body_DEFAULT
|
|
}
|
|
|
|
type InteractiveResponseMessage_NativeFlowResponseMessage struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
|
|
ParamsJSON *string `protobuf:"bytes,2,opt,name=paramsJSON" json:"paramsJSON,omitempty"`
|
|
Version *int32 `protobuf:"varint,3,opt,name=version" json:"version,omitempty"`
|
|
}
|
|
|
|
func (x *InteractiveResponseMessage_NativeFlowResponseMessage) Reset() {
|
|
*x = InteractiveResponseMessage_NativeFlowResponseMessage{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[112]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *InteractiveResponseMessage_NativeFlowResponseMessage) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*InteractiveResponseMessage_NativeFlowResponseMessage) ProtoMessage() {}
|
|
|
|
func (x *InteractiveResponseMessage_NativeFlowResponseMessage) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_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 InteractiveResponseMessage_NativeFlowResponseMessage.ProtoReflect.Descriptor instead.
|
|
func (*InteractiveResponseMessage_NativeFlowResponseMessage) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{11, 1}
|
|
}
|
|
|
|
func (x *InteractiveResponseMessage_NativeFlowResponseMessage) GetName() string {
|
|
if x != nil && x.Name != nil {
|
|
return *x.Name
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *InteractiveResponseMessage_NativeFlowResponseMessage) GetParamsJSON() string {
|
|
if x != nil && x.ParamsJSON != nil {
|
|
return *x.ParamsJSON
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *InteractiveResponseMessage_NativeFlowResponseMessage) GetVersion() int32 {
|
|
if x != nil && x.Version != nil {
|
|
return *x.Version
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type InteractiveMessage_ShopMessage struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
ID *string `protobuf:"bytes,1,opt,name=ID" json:"ID,omitempty"`
|
|
Surface *InteractiveMessage_ShopMessage_Surface `protobuf:"varint,2,opt,name=surface,enum=WAWebProtobufsE2E.InteractiveMessage_ShopMessage_Surface" json:"surface,omitempty"`
|
|
MessageVersion *int32 `protobuf:"varint,3,opt,name=messageVersion" json:"messageVersion,omitempty"`
|
|
}
|
|
|
|
func (x *InteractiveMessage_ShopMessage) Reset() {
|
|
*x = InteractiveMessage_ShopMessage{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[113]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *InteractiveMessage_ShopMessage) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*InteractiveMessage_ShopMessage) ProtoMessage() {}
|
|
|
|
func (x *InteractiveMessage_ShopMessage) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_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 InteractiveMessage_ShopMessage.ProtoReflect.Descriptor instead.
|
|
func (*InteractiveMessage_ShopMessage) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{12, 0}
|
|
}
|
|
|
|
func (x *InteractiveMessage_ShopMessage) GetID() string {
|
|
if x != nil && x.ID != nil {
|
|
return *x.ID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *InteractiveMessage_ShopMessage) GetSurface() InteractiveMessage_ShopMessage_Surface {
|
|
if x != nil && x.Surface != nil {
|
|
return *x.Surface
|
|
}
|
|
return InteractiveMessage_ShopMessage_UNKNOWN_SURFACE
|
|
}
|
|
|
|
func (x *InteractiveMessage_ShopMessage) GetMessageVersion() int32 {
|
|
if x != nil && x.MessageVersion != nil {
|
|
return *x.MessageVersion
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type InteractiveMessage_CarouselMessage struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Cards []*InteractiveMessage `protobuf:"bytes,1,rep,name=cards" json:"cards,omitempty"`
|
|
MessageVersion *int32 `protobuf:"varint,2,opt,name=messageVersion" json:"messageVersion,omitempty"`
|
|
}
|
|
|
|
func (x *InteractiveMessage_CarouselMessage) Reset() {
|
|
*x = InteractiveMessage_CarouselMessage{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[114]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *InteractiveMessage_CarouselMessage) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*InteractiveMessage_CarouselMessage) ProtoMessage() {}
|
|
|
|
func (x *InteractiveMessage_CarouselMessage) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_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 InteractiveMessage_CarouselMessage.ProtoReflect.Descriptor instead.
|
|
func (*InteractiveMessage_CarouselMessage) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{12, 1}
|
|
}
|
|
|
|
func (x *InteractiveMessage_CarouselMessage) GetCards() []*InteractiveMessage {
|
|
if x != nil {
|
|
return x.Cards
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *InteractiveMessage_CarouselMessage) GetMessageVersion() int32 {
|
|
if x != nil && x.MessageVersion != nil {
|
|
return *x.MessageVersion
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type InteractiveMessage_NativeFlowMessage struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Buttons []*InteractiveMessage_NativeFlowMessage_NativeFlowButton `protobuf:"bytes,1,rep,name=buttons" json:"buttons,omitempty"`
|
|
MessageParamsJSON *string `protobuf:"bytes,2,opt,name=messageParamsJSON" json:"messageParamsJSON,omitempty"`
|
|
MessageVersion *int32 `protobuf:"varint,3,opt,name=messageVersion" json:"messageVersion,omitempty"`
|
|
}
|
|
|
|
func (x *InteractiveMessage_NativeFlowMessage) Reset() {
|
|
*x = InteractiveMessage_NativeFlowMessage{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[115]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *InteractiveMessage_NativeFlowMessage) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*InteractiveMessage_NativeFlowMessage) ProtoMessage() {}
|
|
|
|
func (x *InteractiveMessage_NativeFlowMessage) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_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 InteractiveMessage_NativeFlowMessage.ProtoReflect.Descriptor instead.
|
|
func (*InteractiveMessage_NativeFlowMessage) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{12, 2}
|
|
}
|
|
|
|
func (x *InteractiveMessage_NativeFlowMessage) GetButtons() []*InteractiveMessage_NativeFlowMessage_NativeFlowButton {
|
|
if x != nil {
|
|
return x.Buttons
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *InteractiveMessage_NativeFlowMessage) GetMessageParamsJSON() string {
|
|
if x != nil && x.MessageParamsJSON != nil {
|
|
return *x.MessageParamsJSON
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *InteractiveMessage_NativeFlowMessage) GetMessageVersion() int32 {
|
|
if x != nil && x.MessageVersion != nil {
|
|
return *x.MessageVersion
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type InteractiveMessage_CollectionMessage struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
BizJID *string `protobuf:"bytes,1,opt,name=bizJID" json:"bizJID,omitempty"`
|
|
ID *string `protobuf:"bytes,2,opt,name=ID" json:"ID,omitempty"`
|
|
MessageVersion *int32 `protobuf:"varint,3,opt,name=messageVersion" json:"messageVersion,omitempty"`
|
|
}
|
|
|
|
func (x *InteractiveMessage_CollectionMessage) Reset() {
|
|
*x = InteractiveMessage_CollectionMessage{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[116]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *InteractiveMessage_CollectionMessage) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*InteractiveMessage_CollectionMessage) ProtoMessage() {}
|
|
|
|
func (x *InteractiveMessage_CollectionMessage) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_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 InteractiveMessage_CollectionMessage.ProtoReflect.Descriptor instead.
|
|
func (*InteractiveMessage_CollectionMessage) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{12, 3}
|
|
}
|
|
|
|
func (x *InteractiveMessage_CollectionMessage) GetBizJID() string {
|
|
if x != nil && x.BizJID != nil {
|
|
return *x.BizJID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *InteractiveMessage_CollectionMessage) GetID() string {
|
|
if x != nil && x.ID != nil {
|
|
return *x.ID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *InteractiveMessage_CollectionMessage) GetMessageVersion() int32 {
|
|
if x != nil && x.MessageVersion != nil {
|
|
return *x.MessageVersion
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type InteractiveMessage_Footer struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Text *string `protobuf:"bytes,1,opt,name=text" json:"text,omitempty"`
|
|
}
|
|
|
|
func (x *InteractiveMessage_Footer) Reset() {
|
|
*x = InteractiveMessage_Footer{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[117]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *InteractiveMessage_Footer) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*InteractiveMessage_Footer) ProtoMessage() {}
|
|
|
|
func (x *InteractiveMessage_Footer) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_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 InteractiveMessage_Footer.ProtoReflect.Descriptor instead.
|
|
func (*InteractiveMessage_Footer) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{12, 4}
|
|
}
|
|
|
|
func (x *InteractiveMessage_Footer) GetText() string {
|
|
if x != nil && x.Text != nil {
|
|
return *x.Text
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type InteractiveMessage_Body struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Text *string `protobuf:"bytes,1,opt,name=text" json:"text,omitempty"`
|
|
}
|
|
|
|
func (x *InteractiveMessage_Body) Reset() {
|
|
*x = InteractiveMessage_Body{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[118]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *InteractiveMessage_Body) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*InteractiveMessage_Body) ProtoMessage() {}
|
|
|
|
func (x *InteractiveMessage_Body) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_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 InteractiveMessage_Body.ProtoReflect.Descriptor instead.
|
|
func (*InteractiveMessage_Body) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{12, 5}
|
|
}
|
|
|
|
func (x *InteractiveMessage_Body) GetText() string {
|
|
if x != nil && x.Text != nil {
|
|
return *x.Text
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type InteractiveMessage_Header struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
// Types that are assignable to Media:
|
|
//
|
|
// *InteractiveMessage_Header_DocumentMessage
|
|
// *InteractiveMessage_Header_ImageMessage
|
|
// *InteractiveMessage_Header_JPEGThumbnail
|
|
// *InteractiveMessage_Header_VideoMessage
|
|
// *InteractiveMessage_Header_LocationMessage
|
|
// *InteractiveMessage_Header_ProductMessage
|
|
Media isInteractiveMessage_Header_Media `protobuf_oneof:"media"`
|
|
Title *string `protobuf:"bytes,1,opt,name=title" json:"title,omitempty"`
|
|
Subtitle *string `protobuf:"bytes,2,opt,name=subtitle" json:"subtitle,omitempty"`
|
|
HasMediaAttachment *bool `protobuf:"varint,5,opt,name=hasMediaAttachment" json:"hasMediaAttachment,omitempty"`
|
|
}
|
|
|
|
func (x *InteractiveMessage_Header) Reset() {
|
|
*x = InteractiveMessage_Header{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[119]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *InteractiveMessage_Header) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*InteractiveMessage_Header) ProtoMessage() {}
|
|
|
|
func (x *InteractiveMessage_Header) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_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 InteractiveMessage_Header.ProtoReflect.Descriptor instead.
|
|
func (*InteractiveMessage_Header) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{12, 6}
|
|
}
|
|
|
|
func (m *InteractiveMessage_Header) GetMedia() isInteractiveMessage_Header_Media {
|
|
if m != nil {
|
|
return m.Media
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *InteractiveMessage_Header) GetDocumentMessage() *DocumentMessage {
|
|
if x, ok := x.GetMedia().(*InteractiveMessage_Header_DocumentMessage); ok {
|
|
return x.DocumentMessage
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *InteractiveMessage_Header) GetImageMessage() *ImageMessage {
|
|
if x, ok := x.GetMedia().(*InteractiveMessage_Header_ImageMessage); ok {
|
|
return x.ImageMessage
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *InteractiveMessage_Header) GetJPEGThumbnail() []byte {
|
|
if x, ok := x.GetMedia().(*InteractiveMessage_Header_JPEGThumbnail); ok {
|
|
return x.JPEGThumbnail
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *InteractiveMessage_Header) GetVideoMessage() *VideoMessage {
|
|
if x, ok := x.GetMedia().(*InteractiveMessage_Header_VideoMessage); ok {
|
|
return x.VideoMessage
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *InteractiveMessage_Header) GetLocationMessage() *LocationMessage {
|
|
if x, ok := x.GetMedia().(*InteractiveMessage_Header_LocationMessage); ok {
|
|
return x.LocationMessage
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *InteractiveMessage_Header) GetProductMessage() *ProductMessage {
|
|
if x, ok := x.GetMedia().(*InteractiveMessage_Header_ProductMessage); ok {
|
|
return x.ProductMessage
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *InteractiveMessage_Header) GetTitle() string {
|
|
if x != nil && x.Title != nil {
|
|
return *x.Title
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *InteractiveMessage_Header) GetSubtitle() string {
|
|
if x != nil && x.Subtitle != nil {
|
|
return *x.Subtitle
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *InteractiveMessage_Header) GetHasMediaAttachment() bool {
|
|
if x != nil && x.HasMediaAttachment != nil {
|
|
return *x.HasMediaAttachment
|
|
}
|
|
return false
|
|
}
|
|
|
|
type isInteractiveMessage_Header_Media interface {
|
|
isInteractiveMessage_Header_Media()
|
|
}
|
|
|
|
type InteractiveMessage_Header_DocumentMessage struct {
|
|
DocumentMessage *DocumentMessage `protobuf:"bytes,3,opt,name=documentMessage,oneof"`
|
|
}
|
|
|
|
type InteractiveMessage_Header_ImageMessage struct {
|
|
ImageMessage *ImageMessage `protobuf:"bytes,4,opt,name=imageMessage,oneof"`
|
|
}
|
|
|
|
type InteractiveMessage_Header_JPEGThumbnail struct {
|
|
JPEGThumbnail []byte `protobuf:"bytes,6,opt,name=JPEGThumbnail,oneof"`
|
|
}
|
|
|
|
type InteractiveMessage_Header_VideoMessage struct {
|
|
VideoMessage *VideoMessage `protobuf:"bytes,7,opt,name=videoMessage,oneof"`
|
|
}
|
|
|
|
type InteractiveMessage_Header_LocationMessage struct {
|
|
LocationMessage *LocationMessage `protobuf:"bytes,8,opt,name=locationMessage,oneof"`
|
|
}
|
|
|
|
type InteractiveMessage_Header_ProductMessage struct {
|
|
ProductMessage *ProductMessage `protobuf:"bytes,9,opt,name=productMessage,oneof"`
|
|
}
|
|
|
|
func (*InteractiveMessage_Header_DocumentMessage) isInteractiveMessage_Header_Media() {}
|
|
|
|
func (*InteractiveMessage_Header_ImageMessage) isInteractiveMessage_Header_Media() {}
|
|
|
|
func (*InteractiveMessage_Header_JPEGThumbnail) isInteractiveMessage_Header_Media() {}
|
|
|
|
func (*InteractiveMessage_Header_VideoMessage) isInteractiveMessage_Header_Media() {}
|
|
|
|
func (*InteractiveMessage_Header_LocationMessage) isInteractiveMessage_Header_Media() {}
|
|
|
|
func (*InteractiveMessage_Header_ProductMessage) isInteractiveMessage_Header_Media() {}
|
|
|
|
type InteractiveMessage_NativeFlowMessage_NativeFlowButton struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
|
|
ButtonParamsJSON *string `protobuf:"bytes,2,opt,name=buttonParamsJSON" json:"buttonParamsJSON,omitempty"`
|
|
}
|
|
|
|
func (x *InteractiveMessage_NativeFlowMessage_NativeFlowButton) Reset() {
|
|
*x = InteractiveMessage_NativeFlowMessage_NativeFlowButton{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[120]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *InteractiveMessage_NativeFlowMessage_NativeFlowButton) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*InteractiveMessage_NativeFlowMessage_NativeFlowButton) ProtoMessage() {}
|
|
|
|
func (x *InteractiveMessage_NativeFlowMessage_NativeFlowButton) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_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 InteractiveMessage_NativeFlowMessage_NativeFlowButton.ProtoReflect.Descriptor instead.
|
|
func (*InteractiveMessage_NativeFlowMessage_NativeFlowButton) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{12, 2, 0}
|
|
}
|
|
|
|
func (x *InteractiveMessage_NativeFlowMessage_NativeFlowButton) GetName() string {
|
|
if x != nil && x.Name != nil {
|
|
return *x.Name
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *InteractiveMessage_NativeFlowMessage_NativeFlowButton) GetButtonParamsJSON() string {
|
|
if x != nil && x.ButtonParamsJSON != nil {
|
|
return *x.ButtonParamsJSON
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type ListResponseMessage_SingleSelectReply struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
SelectedRowID *string `protobuf:"bytes,1,opt,name=selectedRowID" json:"selectedRowID,omitempty"`
|
|
}
|
|
|
|
func (x *ListResponseMessage_SingleSelectReply) Reset() {
|
|
*x = ListResponseMessage_SingleSelectReply{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[121]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *ListResponseMessage_SingleSelectReply) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ListResponseMessage_SingleSelectReply) ProtoMessage() {}
|
|
|
|
func (x *ListResponseMessage_SingleSelectReply) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_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 ListResponseMessage_SingleSelectReply.ProtoReflect.Descriptor instead.
|
|
func (*ListResponseMessage_SingleSelectReply) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{13, 0}
|
|
}
|
|
|
|
func (x *ListResponseMessage_SingleSelectReply) GetSelectedRowID() string {
|
|
if x != nil && x.SelectedRowID != nil {
|
|
return *x.SelectedRowID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type ListMessage_ProductListInfo struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
ProductSections []*ListMessage_ProductSection `protobuf:"bytes,1,rep,name=productSections" json:"productSections,omitempty"`
|
|
HeaderImage *ListMessage_ProductListHeaderImage `protobuf:"bytes,2,opt,name=headerImage" json:"headerImage,omitempty"`
|
|
BusinessOwnerJID *string `protobuf:"bytes,3,opt,name=businessOwnerJID" json:"businessOwnerJID,omitempty"`
|
|
}
|
|
|
|
func (x *ListMessage_ProductListInfo) Reset() {
|
|
*x = ListMessage_ProductListInfo{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[122]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *ListMessage_ProductListInfo) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ListMessage_ProductListInfo) ProtoMessage() {}
|
|
|
|
func (x *ListMessage_ProductListInfo) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_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 ListMessage_ProductListInfo.ProtoReflect.Descriptor instead.
|
|
func (*ListMessage_ProductListInfo) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{14, 0}
|
|
}
|
|
|
|
func (x *ListMessage_ProductListInfo) GetProductSections() []*ListMessage_ProductSection {
|
|
if x != nil {
|
|
return x.ProductSections
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *ListMessage_ProductListInfo) GetHeaderImage() *ListMessage_ProductListHeaderImage {
|
|
if x != nil {
|
|
return x.HeaderImage
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *ListMessage_ProductListInfo) GetBusinessOwnerJID() string {
|
|
if x != nil && x.BusinessOwnerJID != nil {
|
|
return *x.BusinessOwnerJID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type ListMessage_ProductListHeaderImage struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
ProductID *string `protobuf:"bytes,1,opt,name=productID" json:"productID,omitempty"`
|
|
JPEGThumbnail []byte `protobuf:"bytes,2,opt,name=JPEGThumbnail" json:"JPEGThumbnail,omitempty"`
|
|
}
|
|
|
|
func (x *ListMessage_ProductListHeaderImage) Reset() {
|
|
*x = ListMessage_ProductListHeaderImage{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[123]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *ListMessage_ProductListHeaderImage) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ListMessage_ProductListHeaderImage) ProtoMessage() {}
|
|
|
|
func (x *ListMessage_ProductListHeaderImage) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_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 ListMessage_ProductListHeaderImage.ProtoReflect.Descriptor instead.
|
|
func (*ListMessage_ProductListHeaderImage) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{14, 1}
|
|
}
|
|
|
|
func (x *ListMessage_ProductListHeaderImage) GetProductID() string {
|
|
if x != nil && x.ProductID != nil {
|
|
return *x.ProductID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ListMessage_ProductListHeaderImage) GetJPEGThumbnail() []byte {
|
|
if x != nil {
|
|
return x.JPEGThumbnail
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type ListMessage_ProductSection struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Title *string `protobuf:"bytes,1,opt,name=title" json:"title,omitempty"`
|
|
Products []*ListMessage_Product `protobuf:"bytes,2,rep,name=products" json:"products,omitempty"`
|
|
}
|
|
|
|
func (x *ListMessage_ProductSection) Reset() {
|
|
*x = ListMessage_ProductSection{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[124]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *ListMessage_ProductSection) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ListMessage_ProductSection) ProtoMessage() {}
|
|
|
|
func (x *ListMessage_ProductSection) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_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 ListMessage_ProductSection.ProtoReflect.Descriptor instead.
|
|
func (*ListMessage_ProductSection) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{14, 2}
|
|
}
|
|
|
|
func (x *ListMessage_ProductSection) GetTitle() string {
|
|
if x != nil && x.Title != nil {
|
|
return *x.Title
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ListMessage_ProductSection) GetProducts() []*ListMessage_Product {
|
|
if x != nil {
|
|
return x.Products
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type ListMessage_Product struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
ProductID *string `protobuf:"bytes,1,opt,name=productID" json:"productID,omitempty"`
|
|
}
|
|
|
|
func (x *ListMessage_Product) Reset() {
|
|
*x = ListMessage_Product{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[125]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *ListMessage_Product) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ListMessage_Product) ProtoMessage() {}
|
|
|
|
func (x *ListMessage_Product) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_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 ListMessage_Product.ProtoReflect.Descriptor instead.
|
|
func (*ListMessage_Product) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{14, 3}
|
|
}
|
|
|
|
func (x *ListMessage_Product) GetProductID() string {
|
|
if x != nil && x.ProductID != nil {
|
|
return *x.ProductID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type ListMessage_Section struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Title *string `protobuf:"bytes,1,opt,name=title" json:"title,omitempty"`
|
|
Rows []*ListMessage_Row `protobuf:"bytes,2,rep,name=rows" json:"rows,omitempty"`
|
|
}
|
|
|
|
func (x *ListMessage_Section) Reset() {
|
|
*x = ListMessage_Section{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[126]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *ListMessage_Section) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ListMessage_Section) ProtoMessage() {}
|
|
|
|
func (x *ListMessage_Section) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_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 ListMessage_Section.ProtoReflect.Descriptor instead.
|
|
func (*ListMessage_Section) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{14, 4}
|
|
}
|
|
|
|
func (x *ListMessage_Section) GetTitle() string {
|
|
if x != nil && x.Title != nil {
|
|
return *x.Title
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ListMessage_Section) GetRows() []*ListMessage_Row {
|
|
if x != nil {
|
|
return x.Rows
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type ListMessage_Row struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Title *string `protobuf:"bytes,1,opt,name=title" json:"title,omitempty"`
|
|
Description *string `protobuf:"bytes,2,opt,name=description" json:"description,omitempty"`
|
|
RowID *string `protobuf:"bytes,3,opt,name=rowID" json:"rowID,omitempty"`
|
|
}
|
|
|
|
func (x *ListMessage_Row) Reset() {
|
|
*x = ListMessage_Row{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[127]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *ListMessage_Row) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ListMessage_Row) ProtoMessage() {}
|
|
|
|
func (x *ListMessage_Row) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_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 ListMessage_Row.ProtoReflect.Descriptor instead.
|
|
func (*ListMessage_Row) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{14, 5}
|
|
}
|
|
|
|
func (x *ListMessage_Row) GetTitle() string {
|
|
if x != nil && x.Title != nil {
|
|
return *x.Title
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ListMessage_Row) GetDescription() string {
|
|
if x != nil && x.Description != nil {
|
|
return *x.Description
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ListMessage_Row) GetRowID() string {
|
|
if x != nil && x.RowID != nil {
|
|
return *x.RowID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type HighlyStructuredMessage_HSMLocalizableParameter struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
// Types that are assignable to ParamOneof:
|
|
//
|
|
// *HighlyStructuredMessage_HSMLocalizableParameter_Currency
|
|
// *HighlyStructuredMessage_HSMLocalizableParameter_DateTime
|
|
ParamOneof isHighlyStructuredMessage_HSMLocalizableParameter_ParamOneof `protobuf_oneof:"paramOneof"`
|
|
Default *string `protobuf:"bytes,1,opt,name=default" json:"default,omitempty"`
|
|
}
|
|
|
|
func (x *HighlyStructuredMessage_HSMLocalizableParameter) Reset() {
|
|
*x = HighlyStructuredMessage_HSMLocalizableParameter{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[128]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *HighlyStructuredMessage_HSMLocalizableParameter) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*HighlyStructuredMessage_HSMLocalizableParameter) ProtoMessage() {}
|
|
|
|
func (x *HighlyStructuredMessage_HSMLocalizableParameter) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_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 HighlyStructuredMessage_HSMLocalizableParameter.ProtoReflect.Descriptor instead.
|
|
func (*HighlyStructuredMessage_HSMLocalizableParameter) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{17, 0}
|
|
}
|
|
|
|
func (m *HighlyStructuredMessage_HSMLocalizableParameter) GetParamOneof() isHighlyStructuredMessage_HSMLocalizableParameter_ParamOneof {
|
|
if m != nil {
|
|
return m.ParamOneof
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *HighlyStructuredMessage_HSMLocalizableParameter) GetCurrency() *HighlyStructuredMessage_HSMLocalizableParameter_HSMCurrency {
|
|
if x, ok := x.GetParamOneof().(*HighlyStructuredMessage_HSMLocalizableParameter_Currency); ok {
|
|
return x.Currency
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *HighlyStructuredMessage_HSMLocalizableParameter) GetDateTime() *HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime {
|
|
if x, ok := x.GetParamOneof().(*HighlyStructuredMessage_HSMLocalizableParameter_DateTime); ok {
|
|
return x.DateTime
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *HighlyStructuredMessage_HSMLocalizableParameter) GetDefault() string {
|
|
if x != nil && x.Default != nil {
|
|
return *x.Default
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type isHighlyStructuredMessage_HSMLocalizableParameter_ParamOneof interface {
|
|
isHighlyStructuredMessage_HSMLocalizableParameter_ParamOneof()
|
|
}
|
|
|
|
type HighlyStructuredMessage_HSMLocalizableParameter_Currency struct {
|
|
Currency *HighlyStructuredMessage_HSMLocalizableParameter_HSMCurrency `protobuf:"bytes,2,opt,name=currency,oneof"`
|
|
}
|
|
|
|
type HighlyStructuredMessage_HSMLocalizableParameter_DateTime struct {
|
|
DateTime *HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime `protobuf:"bytes,3,opt,name=dateTime,oneof"`
|
|
}
|
|
|
|
func (*HighlyStructuredMessage_HSMLocalizableParameter_Currency) isHighlyStructuredMessage_HSMLocalizableParameter_ParamOneof() {
|
|
}
|
|
|
|
func (*HighlyStructuredMessage_HSMLocalizableParameter_DateTime) isHighlyStructuredMessage_HSMLocalizableParameter_ParamOneof() {
|
|
}
|
|
|
|
type HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
// Types that are assignable to DatetimeOneof:
|
|
//
|
|
// *HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_Component
|
|
// *HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_UnixEpoch
|
|
DatetimeOneof isHighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_DatetimeOneof `protobuf_oneof:"datetimeOneof"`
|
|
}
|
|
|
|
func (x *HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime) Reset() {
|
|
*x = HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[129]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime) ProtoMessage() {}
|
|
|
|
func (x *HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_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 HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime.ProtoReflect.Descriptor instead.
|
|
func (*HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{17, 0, 0}
|
|
}
|
|
|
|
func (m *HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime) GetDatetimeOneof() isHighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_DatetimeOneof {
|
|
if m != nil {
|
|
return m.DatetimeOneof
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime) GetComponent() *HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent {
|
|
if x, ok := x.GetDatetimeOneof().(*HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_Component); ok {
|
|
return x.Component
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime) GetUnixEpoch() *HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeUnixEpoch {
|
|
if x, ok := x.GetDatetimeOneof().(*HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_UnixEpoch); ok {
|
|
return x.UnixEpoch
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type isHighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_DatetimeOneof interface {
|
|
isHighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_DatetimeOneof()
|
|
}
|
|
|
|
type HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_Component struct {
|
|
Component *HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent `protobuf:"bytes,1,opt,name=component,oneof"`
|
|
}
|
|
|
|
type HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_UnixEpoch struct {
|
|
UnixEpoch *HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeUnixEpoch `protobuf:"bytes,2,opt,name=unixEpoch,oneof"`
|
|
}
|
|
|
|
func (*HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_Component) isHighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_DatetimeOneof() {
|
|
}
|
|
|
|
func (*HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_UnixEpoch) isHighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_DatetimeOneof() {
|
|
}
|
|
|
|
type HighlyStructuredMessage_HSMLocalizableParameter_HSMCurrency struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
CurrencyCode *string `protobuf:"bytes,1,opt,name=currencyCode" json:"currencyCode,omitempty"`
|
|
Amount1000 *int64 `protobuf:"varint,2,opt,name=amount1000" json:"amount1000,omitempty"`
|
|
}
|
|
|
|
func (x *HighlyStructuredMessage_HSMLocalizableParameter_HSMCurrency) Reset() {
|
|
*x = HighlyStructuredMessage_HSMLocalizableParameter_HSMCurrency{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[130]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *HighlyStructuredMessage_HSMLocalizableParameter_HSMCurrency) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*HighlyStructuredMessage_HSMLocalizableParameter_HSMCurrency) ProtoMessage() {}
|
|
|
|
func (x *HighlyStructuredMessage_HSMLocalizableParameter_HSMCurrency) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_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 HighlyStructuredMessage_HSMLocalizableParameter_HSMCurrency.ProtoReflect.Descriptor instead.
|
|
func (*HighlyStructuredMessage_HSMLocalizableParameter_HSMCurrency) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{17, 0, 1}
|
|
}
|
|
|
|
func (x *HighlyStructuredMessage_HSMLocalizableParameter_HSMCurrency) GetCurrencyCode() string {
|
|
if x != nil && x.CurrencyCode != nil {
|
|
return *x.CurrencyCode
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *HighlyStructuredMessage_HSMLocalizableParameter_HSMCurrency) GetAmount1000() int64 {
|
|
if x != nil && x.Amount1000 != nil {
|
|
return *x.Amount1000
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
DayOfWeek *HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_DayOfWeekType `protobuf:"varint,1,opt,name=dayOfWeek,enum=WAWebProtobufsE2E.HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_DayOfWeekType" json:"dayOfWeek,omitempty"`
|
|
Year *uint32 `protobuf:"varint,2,opt,name=year" json:"year,omitempty"`
|
|
Month *uint32 `protobuf:"varint,3,opt,name=month" json:"month,omitempty"`
|
|
DayOfMonth *uint32 `protobuf:"varint,4,opt,name=dayOfMonth" json:"dayOfMonth,omitempty"`
|
|
Hour *uint32 `protobuf:"varint,5,opt,name=hour" json:"hour,omitempty"`
|
|
Minute *uint32 `protobuf:"varint,6,opt,name=minute" json:"minute,omitempty"`
|
|
Calendar *HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_CalendarType `protobuf:"varint,7,opt,name=calendar,enum=WAWebProtobufsE2E.HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_CalendarType" json:"calendar,omitempty"`
|
|
}
|
|
|
|
func (x *HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent) Reset() {
|
|
*x = HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[131]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent) ProtoMessage() {
|
|
}
|
|
|
|
func (x *HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_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 HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent.ProtoReflect.Descriptor instead.
|
|
func (*HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{17, 0, 0, 0}
|
|
}
|
|
|
|
func (x *HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent) GetDayOfWeek() HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_DayOfWeekType {
|
|
if x != nil && x.DayOfWeek != nil {
|
|
return *x.DayOfWeek
|
|
}
|
|
return HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_MONDAY
|
|
}
|
|
|
|
func (x *HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent) GetYear() uint32 {
|
|
if x != nil && x.Year != nil {
|
|
return *x.Year
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent) GetMonth() uint32 {
|
|
if x != nil && x.Month != nil {
|
|
return *x.Month
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent) GetDayOfMonth() uint32 {
|
|
if x != nil && x.DayOfMonth != nil {
|
|
return *x.DayOfMonth
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent) GetHour() uint32 {
|
|
if x != nil && x.Hour != nil {
|
|
return *x.Hour
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent) GetMinute() uint32 {
|
|
if x != nil && x.Minute != nil {
|
|
return *x.Minute
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent) GetCalendar() HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_CalendarType {
|
|
if x != nil && x.Calendar != nil {
|
|
return *x.Calendar
|
|
}
|
|
return HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_GREGORIAN
|
|
}
|
|
|
|
type HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeUnixEpoch struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Timestamp *int64 `protobuf:"varint,1,opt,name=timestamp" json:"timestamp,omitempty"`
|
|
}
|
|
|
|
func (x *HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeUnixEpoch) Reset() {
|
|
*x = HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeUnixEpoch{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[132]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeUnixEpoch) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeUnixEpoch) ProtoMessage() {
|
|
}
|
|
|
|
func (x *HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeUnixEpoch) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_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 HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeUnixEpoch.ProtoReflect.Descriptor instead.
|
|
func (*HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeUnixEpoch) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{17, 0, 0, 1}
|
|
}
|
|
|
|
func (x *HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeUnixEpoch) GetTimestamp() int64 {
|
|
if x != nil && x.Timestamp != nil {
|
|
return *x.Timestamp
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type PeerDataOperationRequestResponseMessage_PeerDataOperationResult struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
MediaUploadResult *waMmsRetry.MediaRetryNotification_ResultType `protobuf:"varint,1,opt,name=mediaUploadResult,enum=WAMmsRetry.MediaRetryNotification_ResultType" json:"mediaUploadResult,omitempty"`
|
|
StickerMessage *StickerMessage `protobuf:"bytes,2,opt,name=stickerMessage" json:"stickerMessage,omitempty"`
|
|
LinkPreviewResponse *PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse `protobuf:"bytes,3,opt,name=linkPreviewResponse" json:"linkPreviewResponse,omitempty"`
|
|
PlaceholderMessageResendResponse *PeerDataOperationRequestResponseMessage_PeerDataOperationResult_PlaceholderMessageResendResponse `protobuf:"bytes,4,opt,name=placeholderMessageResendResponse" json:"placeholderMessageResendResponse,omitempty"`
|
|
WaffleNonceFetchRequestResponse *PeerDataOperationRequestResponseMessage_PeerDataOperationResult_WaffleNonceFetchResponse `protobuf:"bytes,5,opt,name=waffleNonceFetchRequestResponse" json:"waffleNonceFetchRequestResponse,omitempty"`
|
|
FullHistorySyncOnDemandRequestResponse *PeerDataOperationRequestResponseMessage_PeerDataOperationResult_FullHistorySyncOnDemandRequestResponse `protobuf:"bytes,6,opt,name=fullHistorySyncOnDemandRequestResponse" json:"fullHistorySyncOnDemandRequestResponse,omitempty"`
|
|
}
|
|
|
|
func (x *PeerDataOperationRequestResponseMessage_PeerDataOperationResult) Reset() {
|
|
*x = PeerDataOperationRequestResponseMessage_PeerDataOperationResult{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[133]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *PeerDataOperationRequestResponseMessage_PeerDataOperationResult) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult) ProtoMessage() {}
|
|
|
|
func (x *PeerDataOperationRequestResponseMessage_PeerDataOperationResult) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_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 PeerDataOperationRequestResponseMessage_PeerDataOperationResult.ProtoReflect.Descriptor instead.
|
|
func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{18, 0}
|
|
}
|
|
|
|
func (x *PeerDataOperationRequestResponseMessage_PeerDataOperationResult) GetMediaUploadResult() waMmsRetry.MediaRetryNotification_ResultType {
|
|
if x != nil && x.MediaUploadResult != nil {
|
|
return *x.MediaUploadResult
|
|
}
|
|
return waMmsRetry.MediaRetryNotification_ResultType(0)
|
|
}
|
|
|
|
func (x *PeerDataOperationRequestResponseMessage_PeerDataOperationResult) GetStickerMessage() *StickerMessage {
|
|
if x != nil {
|
|
return x.StickerMessage
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *PeerDataOperationRequestResponseMessage_PeerDataOperationResult) GetLinkPreviewResponse() *PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse {
|
|
if x != nil {
|
|
return x.LinkPreviewResponse
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *PeerDataOperationRequestResponseMessage_PeerDataOperationResult) GetPlaceholderMessageResendResponse() *PeerDataOperationRequestResponseMessage_PeerDataOperationResult_PlaceholderMessageResendResponse {
|
|
if x != nil {
|
|
return x.PlaceholderMessageResendResponse
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *PeerDataOperationRequestResponseMessage_PeerDataOperationResult) GetWaffleNonceFetchRequestResponse() *PeerDataOperationRequestResponseMessage_PeerDataOperationResult_WaffleNonceFetchResponse {
|
|
if x != nil {
|
|
return x.WaffleNonceFetchRequestResponse
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *PeerDataOperationRequestResponseMessage_PeerDataOperationResult) GetFullHistorySyncOnDemandRequestResponse() *PeerDataOperationRequestResponseMessage_PeerDataOperationResult_FullHistorySyncOnDemandRequestResponse {
|
|
if x != nil {
|
|
return x.FullHistorySyncOnDemandRequestResponse
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type PeerDataOperationRequestResponseMessage_PeerDataOperationResult_WaffleNonceFetchResponse struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Nonce *string `protobuf:"bytes,1,opt,name=nonce" json:"nonce,omitempty"`
|
|
WaEntFbid *string `protobuf:"bytes,2,opt,name=waEntFbid" json:"waEntFbid,omitempty"`
|
|
}
|
|
|
|
func (x *PeerDataOperationRequestResponseMessage_PeerDataOperationResult_WaffleNonceFetchResponse) Reset() {
|
|
*x = PeerDataOperationRequestResponseMessage_PeerDataOperationResult_WaffleNonceFetchResponse{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[134]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *PeerDataOperationRequestResponseMessage_PeerDataOperationResult_WaffleNonceFetchResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_WaffleNonceFetchResponse) ProtoMessage() {
|
|
}
|
|
|
|
func (x *PeerDataOperationRequestResponseMessage_PeerDataOperationResult_WaffleNonceFetchResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_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 PeerDataOperationRequestResponseMessage_PeerDataOperationResult_WaffleNonceFetchResponse.ProtoReflect.Descriptor instead.
|
|
func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_WaffleNonceFetchResponse) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{18, 0, 0}
|
|
}
|
|
|
|
func (x *PeerDataOperationRequestResponseMessage_PeerDataOperationResult_WaffleNonceFetchResponse) GetNonce() string {
|
|
if x != nil && x.Nonce != nil {
|
|
return *x.Nonce
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *PeerDataOperationRequestResponseMessage_PeerDataOperationResult_WaffleNonceFetchResponse) GetWaEntFbid() string {
|
|
if x != nil && x.WaEntFbid != nil {
|
|
return *x.WaEntFbid
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type PeerDataOperationRequestResponseMessage_PeerDataOperationResult_FullHistorySyncOnDemandRequestResponse struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
RequestMetadata *FullHistorySyncOnDemandRequestMetadata `protobuf:"bytes,1,opt,name=requestMetadata" json:"requestMetadata,omitempty"`
|
|
ResponseCode *PeerDataOperationRequestResponseMessage_PeerDataOperationResult_FullHistorySyncOnDemandResponseCode `protobuf:"varint,2,opt,name=responseCode,enum=WAWebProtobufsE2E.PeerDataOperationRequestResponseMessage_PeerDataOperationResult_FullHistorySyncOnDemandResponseCode" json:"responseCode,omitempty"`
|
|
}
|
|
|
|
func (x *PeerDataOperationRequestResponseMessage_PeerDataOperationResult_FullHistorySyncOnDemandRequestResponse) Reset() {
|
|
*x = PeerDataOperationRequestResponseMessage_PeerDataOperationResult_FullHistorySyncOnDemandRequestResponse{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[135]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *PeerDataOperationRequestResponseMessage_PeerDataOperationResult_FullHistorySyncOnDemandRequestResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_FullHistorySyncOnDemandRequestResponse) ProtoMessage() {
|
|
}
|
|
|
|
func (x *PeerDataOperationRequestResponseMessage_PeerDataOperationResult_FullHistorySyncOnDemandRequestResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_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 PeerDataOperationRequestResponseMessage_PeerDataOperationResult_FullHistorySyncOnDemandRequestResponse.ProtoReflect.Descriptor instead.
|
|
func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_FullHistorySyncOnDemandRequestResponse) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{18, 0, 1}
|
|
}
|
|
|
|
func (x *PeerDataOperationRequestResponseMessage_PeerDataOperationResult_FullHistorySyncOnDemandRequestResponse) GetRequestMetadata() *FullHistorySyncOnDemandRequestMetadata {
|
|
if x != nil {
|
|
return x.RequestMetadata
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *PeerDataOperationRequestResponseMessage_PeerDataOperationResult_FullHistorySyncOnDemandRequestResponse) GetResponseCode() PeerDataOperationRequestResponseMessage_PeerDataOperationResult_FullHistorySyncOnDemandResponseCode {
|
|
if x != nil && x.ResponseCode != nil {
|
|
return *x.ResponseCode
|
|
}
|
|
return PeerDataOperationRequestResponseMessage_PeerDataOperationResult_REQUEST_SUCCESS
|
|
}
|
|
|
|
type PeerDataOperationRequestResponseMessage_PeerDataOperationResult_PlaceholderMessageResendResponse struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
WebMessageInfoBytes []byte `protobuf:"bytes,1,opt,name=webMessageInfoBytes" json:"webMessageInfoBytes,omitempty"`
|
|
}
|
|
|
|
func (x *PeerDataOperationRequestResponseMessage_PeerDataOperationResult_PlaceholderMessageResendResponse) Reset() {
|
|
*x = PeerDataOperationRequestResponseMessage_PeerDataOperationResult_PlaceholderMessageResendResponse{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[136]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *PeerDataOperationRequestResponseMessage_PeerDataOperationResult_PlaceholderMessageResendResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_PlaceholderMessageResendResponse) ProtoMessage() {
|
|
}
|
|
|
|
func (x *PeerDataOperationRequestResponseMessage_PeerDataOperationResult_PlaceholderMessageResendResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_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 PeerDataOperationRequestResponseMessage_PeerDataOperationResult_PlaceholderMessageResendResponse.ProtoReflect.Descriptor instead.
|
|
func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_PlaceholderMessageResendResponse) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{18, 0, 2}
|
|
}
|
|
|
|
func (x *PeerDataOperationRequestResponseMessage_PeerDataOperationResult_PlaceholderMessageResendResponse) GetWebMessageInfoBytes() []byte {
|
|
if x != nil {
|
|
return x.WebMessageInfoBytes
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
URL *string `protobuf:"bytes,1,opt,name=URL" json:"URL,omitempty"`
|
|
Title *string `protobuf:"bytes,2,opt,name=title" json:"title,omitempty"`
|
|
Description *string `protobuf:"bytes,3,opt,name=description" json:"description,omitempty"`
|
|
ThumbData []byte `protobuf:"bytes,4,opt,name=thumbData" json:"thumbData,omitempty"`
|
|
CanonicalURL *string `protobuf:"bytes,5,opt,name=canonicalURL" json:"canonicalURL,omitempty"`
|
|
MatchText *string `protobuf:"bytes,6,opt,name=matchText" json:"matchText,omitempty"`
|
|
PreviewType *string `protobuf:"bytes,7,opt,name=previewType" json:"previewType,omitempty"`
|
|
HqThumbnail *PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse_LinkPreviewHighQualityThumbnail `protobuf:"bytes,8,opt,name=hqThumbnail" json:"hqThumbnail,omitempty"`
|
|
}
|
|
|
|
func (x *PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse) Reset() {
|
|
*x = PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[137]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse) ProtoMessage() {
|
|
}
|
|
|
|
func (x *PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_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 PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse.ProtoReflect.Descriptor instead.
|
|
func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{18, 0, 3}
|
|
}
|
|
|
|
func (x *PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse) GetURL() string {
|
|
if x != nil && x.URL != nil {
|
|
return *x.URL
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse) GetTitle() string {
|
|
if x != nil && x.Title != nil {
|
|
return *x.Title
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse) GetDescription() string {
|
|
if x != nil && x.Description != nil {
|
|
return *x.Description
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse) GetThumbData() []byte {
|
|
if x != nil {
|
|
return x.ThumbData
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse) GetCanonicalURL() string {
|
|
if x != nil && x.CanonicalURL != nil {
|
|
return *x.CanonicalURL
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse) GetMatchText() string {
|
|
if x != nil && x.MatchText != nil {
|
|
return *x.MatchText
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse) GetPreviewType() string {
|
|
if x != nil && x.PreviewType != nil {
|
|
return *x.PreviewType
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse) GetHqThumbnail() *PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse_LinkPreviewHighQualityThumbnail {
|
|
if x != nil {
|
|
return x.HqThumbnail
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse_LinkPreviewHighQualityThumbnail struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
DirectPath *string `protobuf:"bytes,1,opt,name=directPath" json:"directPath,omitempty"`
|
|
ThumbHash *string `protobuf:"bytes,2,opt,name=thumbHash" json:"thumbHash,omitempty"`
|
|
EncThumbHash *string `protobuf:"bytes,3,opt,name=encThumbHash" json:"encThumbHash,omitempty"`
|
|
MediaKey []byte `protobuf:"bytes,4,opt,name=mediaKey" json:"mediaKey,omitempty"`
|
|
MediaKeyTimestampMS *int64 `protobuf:"varint,5,opt,name=mediaKeyTimestampMS" json:"mediaKeyTimestampMS,omitempty"`
|
|
ThumbWidth *int32 `protobuf:"varint,6,opt,name=thumbWidth" json:"thumbWidth,omitempty"`
|
|
ThumbHeight *int32 `protobuf:"varint,7,opt,name=thumbHeight" json:"thumbHeight,omitempty"`
|
|
}
|
|
|
|
func (x *PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse_LinkPreviewHighQualityThumbnail) Reset() {
|
|
*x = PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse_LinkPreviewHighQualityThumbnail{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[138]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse_LinkPreviewHighQualityThumbnail) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse_LinkPreviewHighQualityThumbnail) ProtoMessage() {
|
|
}
|
|
|
|
func (x *PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse_LinkPreviewHighQualityThumbnail) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_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 PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse_LinkPreviewHighQualityThumbnail.ProtoReflect.Descriptor instead.
|
|
func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse_LinkPreviewHighQualityThumbnail) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{18, 0, 3, 0}
|
|
}
|
|
|
|
func (x *PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse_LinkPreviewHighQualityThumbnail) GetDirectPath() string {
|
|
if x != nil && x.DirectPath != nil {
|
|
return *x.DirectPath
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse_LinkPreviewHighQualityThumbnail) GetThumbHash() string {
|
|
if x != nil && x.ThumbHash != nil {
|
|
return *x.ThumbHash
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse_LinkPreviewHighQualityThumbnail) GetEncThumbHash() string {
|
|
if x != nil && x.EncThumbHash != nil {
|
|
return *x.EncThumbHash
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse_LinkPreviewHighQualityThumbnail) GetMediaKey() []byte {
|
|
if x != nil {
|
|
return x.MediaKey
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse_LinkPreviewHighQualityThumbnail) GetMediaKeyTimestampMS() int64 {
|
|
if x != nil && x.MediaKeyTimestampMS != nil {
|
|
return *x.MediaKeyTimestampMS
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse_LinkPreviewHighQualityThumbnail) GetThumbWidth() int32 {
|
|
if x != nil && x.ThumbWidth != nil {
|
|
return *x.ThumbWidth
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse_LinkPreviewHighQualityThumbnail) GetThumbHeight() int32 {
|
|
if x != nil && x.ThumbHeight != nil {
|
|
return *x.ThumbHeight
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type ContextInfo_ForwardedNewsletterMessageInfo struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
NewsletterJID *string `protobuf:"bytes,1,opt,name=newsletterJID" json:"newsletterJID,omitempty"`
|
|
ServerMessageID *int32 `protobuf:"varint,2,opt,name=serverMessageID" json:"serverMessageID,omitempty"`
|
|
NewsletterName *string `protobuf:"bytes,3,opt,name=newsletterName" json:"newsletterName,omitempty"`
|
|
ContentType *ContextInfo_ForwardedNewsletterMessageInfo_ContentType `protobuf:"varint,4,opt,name=contentType,enum=WAWebProtobufsE2E.ContextInfo_ForwardedNewsletterMessageInfo_ContentType" json:"contentType,omitempty"`
|
|
AccessibilityText *string `protobuf:"bytes,5,opt,name=accessibilityText" json:"accessibilityText,omitempty"`
|
|
}
|
|
|
|
func (x *ContextInfo_ForwardedNewsletterMessageInfo) Reset() {
|
|
*x = ContextInfo_ForwardedNewsletterMessageInfo{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[139]
|
|
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_WAWebProtobufsE2E_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 ContextInfo_ForwardedNewsletterMessageInfo.ProtoReflect.Descriptor instead.
|
|
func (*ContextInfo_ForwardedNewsletterMessageInfo) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{28, 0}
|
|
}
|
|
|
|
func (x *ContextInfo_ForwardedNewsletterMessageInfo) GetNewsletterJID() string {
|
|
if x != nil && x.NewsletterJID != nil {
|
|
return *x.NewsletterJID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ContextInfo_ForwardedNewsletterMessageInfo) GetServerMessageID() int32 {
|
|
if x != nil && x.ServerMessageID != nil {
|
|
return *x.ServerMessageID
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ContextInfo_ForwardedNewsletterMessageInfo) GetNewsletterName() string {
|
|
if x != nil && x.NewsletterName != nil {
|
|
return *x.NewsletterName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ContextInfo_ForwardedNewsletterMessageInfo) GetContentType() ContextInfo_ForwardedNewsletterMessageInfo_ContentType {
|
|
if x != nil && x.ContentType != nil {
|
|
return *x.ContentType
|
|
}
|
|
return ContextInfo_ForwardedNewsletterMessageInfo_UPDATE
|
|
}
|
|
|
|
func (x *ContextInfo_ForwardedNewsletterMessageInfo) GetAccessibilityText() string {
|
|
if x != nil && x.AccessibilityText != 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" json:"title,omitempty"`
|
|
Body *string `protobuf:"bytes,2,opt,name=body" json:"body,omitempty"`
|
|
MediaType *ContextInfo_ExternalAdReplyInfo_MediaType `protobuf:"varint,3,opt,name=mediaType,enum=WAWebProtobufsE2E.ContextInfo_ExternalAdReplyInfo_MediaType" json:"mediaType,omitempty"`
|
|
ThumbnailURL *string `protobuf:"bytes,4,opt,name=thumbnailURL" json:"thumbnailURL,omitempty"`
|
|
MediaURL *string `protobuf:"bytes,5,opt,name=mediaURL" json:"mediaURL,omitempty"`
|
|
Thumbnail []byte `protobuf:"bytes,6,opt,name=thumbnail" json:"thumbnail,omitempty"`
|
|
SourceType *string `protobuf:"bytes,7,opt,name=sourceType" json:"sourceType,omitempty"`
|
|
SourceID *string `protobuf:"bytes,8,opt,name=sourceID" json:"sourceID,omitempty"`
|
|
SourceURL *string `protobuf:"bytes,9,opt,name=sourceURL" json:"sourceURL,omitempty"`
|
|
ContainsAutoReply *bool `protobuf:"varint,10,opt,name=containsAutoReply" json:"containsAutoReply,omitempty"`
|
|
RenderLargerThumbnail *bool `protobuf:"varint,11,opt,name=renderLargerThumbnail" json:"renderLargerThumbnail,omitempty"`
|
|
ShowAdAttribution *bool `protobuf:"varint,12,opt,name=showAdAttribution" json:"showAdAttribution,omitempty"`
|
|
CtwaClid *string `protobuf:"bytes,13,opt,name=ctwaClid" json:"ctwaClid,omitempty"`
|
|
Ref *string `protobuf:"bytes,14,opt,name=ref" json:"ref,omitempty"`
|
|
ClickToWhatsappCall *bool `protobuf:"varint,15,opt,name=clickToWhatsappCall" json:"clickToWhatsappCall,omitempty"`
|
|
AdContextPreviewDismissed *bool `protobuf:"varint,16,opt,name=adContextPreviewDismissed" json:"adContextPreviewDismissed,omitempty"`
|
|
}
|
|
|
|
func (x *ContextInfo_ExternalAdReplyInfo) Reset() {
|
|
*x = ContextInfo_ExternalAdReplyInfo{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[140]
|
|
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_WAWebProtobufsE2E_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 ContextInfo_ExternalAdReplyInfo.ProtoReflect.Descriptor instead.
|
|
func (*ContextInfo_ExternalAdReplyInfo) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{28, 1}
|
|
}
|
|
|
|
func (x *ContextInfo_ExternalAdReplyInfo) GetTitle() string {
|
|
if x != nil && x.Title != nil {
|
|
return *x.Title
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ContextInfo_ExternalAdReplyInfo) GetBody() string {
|
|
if x != nil && x.Body != nil {
|
|
return *x.Body
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ContextInfo_ExternalAdReplyInfo) GetMediaType() ContextInfo_ExternalAdReplyInfo_MediaType {
|
|
if x != nil && x.MediaType != nil {
|
|
return *x.MediaType
|
|
}
|
|
return ContextInfo_ExternalAdReplyInfo_NONE
|
|
}
|
|
|
|
func (x *ContextInfo_ExternalAdReplyInfo) GetThumbnailURL() string {
|
|
if x != nil && x.ThumbnailURL != nil {
|
|
return *x.ThumbnailURL
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ContextInfo_ExternalAdReplyInfo) GetMediaURL() string {
|
|
if x != nil && x.MediaURL != 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 && x.SourceType != nil {
|
|
return *x.SourceType
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ContextInfo_ExternalAdReplyInfo) GetSourceID() string {
|
|
if x != nil && x.SourceID != nil {
|
|
return *x.SourceID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ContextInfo_ExternalAdReplyInfo) GetSourceURL() string {
|
|
if x != nil && x.SourceURL != nil {
|
|
return *x.SourceURL
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ContextInfo_ExternalAdReplyInfo) GetContainsAutoReply() bool {
|
|
if x != nil && x.ContainsAutoReply != nil {
|
|
return *x.ContainsAutoReply
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (x *ContextInfo_ExternalAdReplyInfo) GetRenderLargerThumbnail() bool {
|
|
if x != nil && x.RenderLargerThumbnail != nil {
|
|
return *x.RenderLargerThumbnail
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (x *ContextInfo_ExternalAdReplyInfo) GetShowAdAttribution() bool {
|
|
if x != nil && x.ShowAdAttribution != nil {
|
|
return *x.ShowAdAttribution
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (x *ContextInfo_ExternalAdReplyInfo) GetCtwaClid() string {
|
|
if x != nil && x.CtwaClid != nil {
|
|
return *x.CtwaClid
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ContextInfo_ExternalAdReplyInfo) GetRef() string {
|
|
if x != nil && x.Ref != nil {
|
|
return *x.Ref
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ContextInfo_ExternalAdReplyInfo) GetClickToWhatsappCall() bool {
|
|
if x != nil && x.ClickToWhatsappCall != nil {
|
|
return *x.ClickToWhatsappCall
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (x *ContextInfo_ExternalAdReplyInfo) GetAdContextPreviewDismissed() bool {
|
|
if x != nil && x.AdContextPreviewDismissed != nil {
|
|
return *x.AdContextPreviewDismissed
|
|
}
|
|
return false
|
|
}
|
|
|
|
type ContextInfo_AdReplyInfo struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
AdvertiserName *string `protobuf:"bytes,1,opt,name=advertiserName" json:"advertiserName,omitempty"`
|
|
MediaType *ContextInfo_AdReplyInfo_MediaType `protobuf:"varint,2,opt,name=mediaType,enum=WAWebProtobufsE2E.ContextInfo_AdReplyInfo_MediaType" json:"mediaType,omitempty"`
|
|
JPEGThumbnail []byte `protobuf:"bytes,16,opt,name=JPEGThumbnail" json:"JPEGThumbnail,omitempty"`
|
|
Caption *string `protobuf:"bytes,17,opt,name=caption" json:"caption,omitempty"`
|
|
}
|
|
|
|
func (x *ContextInfo_AdReplyInfo) Reset() {
|
|
*x = ContextInfo_AdReplyInfo{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[141]
|
|
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_WAWebProtobufsE2E_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 ContextInfo_AdReplyInfo.ProtoReflect.Descriptor instead.
|
|
func (*ContextInfo_AdReplyInfo) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{28, 2}
|
|
}
|
|
|
|
func (x *ContextInfo_AdReplyInfo) GetAdvertiserName() string {
|
|
if x != nil && x.AdvertiserName != nil {
|
|
return *x.AdvertiserName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ContextInfo_AdReplyInfo) GetMediaType() ContextInfo_AdReplyInfo_MediaType {
|
|
if x != nil && x.MediaType != 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 && x.Caption != nil {
|
|
return *x.Caption
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type ContextInfo_FeatureEligibilities struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
CannotBeReactedTo *bool `protobuf:"varint,1,opt,name=cannotBeReactedTo" json:"cannotBeReactedTo,omitempty"`
|
|
CannotBeRanked *bool `protobuf:"varint,2,opt,name=cannotBeRanked" json:"cannotBeRanked,omitempty"`
|
|
CanRequestFeedback *bool `protobuf:"varint,3,opt,name=canRequestFeedback" json:"canRequestFeedback,omitempty"`
|
|
}
|
|
|
|
func (x *ContextInfo_FeatureEligibilities) Reset() {
|
|
*x = ContextInfo_FeatureEligibilities{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[142]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *ContextInfo_FeatureEligibilities) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ContextInfo_FeatureEligibilities) ProtoMessage() {}
|
|
|
|
func (x *ContextInfo_FeatureEligibilities) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_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 ContextInfo_FeatureEligibilities.ProtoReflect.Descriptor instead.
|
|
func (*ContextInfo_FeatureEligibilities) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{28, 3}
|
|
}
|
|
|
|
func (x *ContextInfo_FeatureEligibilities) GetCannotBeReactedTo() bool {
|
|
if x != nil && x.CannotBeReactedTo != nil {
|
|
return *x.CannotBeReactedTo
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (x *ContextInfo_FeatureEligibilities) GetCannotBeRanked() bool {
|
|
if x != nil && x.CannotBeRanked != nil {
|
|
return *x.CannotBeRanked
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (x *ContextInfo_FeatureEligibilities) GetCanRequestFeedback() bool {
|
|
if x != nil && x.CanRequestFeedback != nil {
|
|
return *x.CanRequestFeedback
|
|
}
|
|
return false
|
|
}
|
|
|
|
type ContextInfo_DataSharingContext struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
ShowMmDisclosure *bool `protobuf:"varint,1,opt,name=showMmDisclosure" json:"showMmDisclosure,omitempty"`
|
|
EncryptedSignalTokenConsented *string `protobuf:"bytes,2,opt,name=encryptedSignalTokenConsented" json:"encryptedSignalTokenConsented,omitempty"`
|
|
Parameters []*ContextInfo_DataSharingContext_Parameters `protobuf:"bytes,3,rep,name=parameters" json:"parameters,omitempty"`
|
|
}
|
|
|
|
func (x *ContextInfo_DataSharingContext) Reset() {
|
|
*x = ContextInfo_DataSharingContext{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[143]
|
|
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_WAWebProtobufsE2E_proto_msgTypes[143]
|
|
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_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{28, 4}
|
|
}
|
|
|
|
func (x *ContextInfo_DataSharingContext) GetShowMmDisclosure() bool {
|
|
if x != nil && x.ShowMmDisclosure != nil {
|
|
return *x.ShowMmDisclosure
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (x *ContextInfo_DataSharingContext) GetEncryptedSignalTokenConsented() string {
|
|
if x != nil && x.EncryptedSignalTokenConsented != nil {
|
|
return *x.EncryptedSignalTokenConsented
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ContextInfo_DataSharingContext) GetParameters() []*ContextInfo_DataSharingContext_Parameters {
|
|
if x != nil {
|
|
return x.Parameters
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type ContextInfo_UTMInfo struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
UtmSource *string `protobuf:"bytes,1,opt,name=utmSource" json:"utmSource,omitempty"`
|
|
UtmCampaign *string `protobuf:"bytes,2,opt,name=utmCampaign" json:"utmCampaign,omitempty"`
|
|
}
|
|
|
|
func (x *ContextInfo_UTMInfo) Reset() {
|
|
*x = ContextInfo_UTMInfo{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[144]
|
|
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_WAWebProtobufsE2E_proto_msgTypes[144]
|
|
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_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{28, 5}
|
|
}
|
|
|
|
func (x *ContextInfo_UTMInfo) GetUtmSource() string {
|
|
if x != nil && x.UtmSource != nil {
|
|
return *x.UtmSource
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ContextInfo_UTMInfo) GetUtmCampaign() string {
|
|
if x != nil && x.UtmCampaign != 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" json:"businessOwnerJID,omitempty"`
|
|
}
|
|
|
|
func (x *ContextInfo_BusinessMessageForwardInfo) Reset() {
|
|
*x = ContextInfo_BusinessMessageForwardInfo{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[145]
|
|
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_WAWebProtobufsE2E_proto_msgTypes[145]
|
|
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_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{28, 6}
|
|
}
|
|
|
|
func (x *ContextInfo_BusinessMessageForwardInfo) GetBusinessOwnerJID() string {
|
|
if x != nil && x.BusinessOwnerJID != nil {
|
|
return *x.BusinessOwnerJID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type ContextInfo_DataSharingContext_Parameters struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Key *string `protobuf:"bytes,1,opt,name=key" json:"key,omitempty"`
|
|
StringData *string `protobuf:"bytes,2,opt,name=stringData" json:"stringData,omitempty"`
|
|
IntData *int64 `protobuf:"varint,3,opt,name=intData" json:"intData,omitempty"`
|
|
FloatData *float32 `protobuf:"fixed32,4,opt,name=floatData" json:"floatData,omitempty"`
|
|
Contents *ContextInfo_DataSharingContext_Parameters `protobuf:"bytes,5,opt,name=contents" json:"contents,omitempty"`
|
|
}
|
|
|
|
func (x *ContextInfo_DataSharingContext_Parameters) Reset() {
|
|
*x = ContextInfo_DataSharingContext_Parameters{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[146]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *ContextInfo_DataSharingContext_Parameters) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ContextInfo_DataSharingContext_Parameters) ProtoMessage() {}
|
|
|
|
func (x *ContextInfo_DataSharingContext_Parameters) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[146]
|
|
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_Parameters.ProtoReflect.Descriptor instead.
|
|
func (*ContextInfo_DataSharingContext_Parameters) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{28, 4, 0}
|
|
}
|
|
|
|
func (x *ContextInfo_DataSharingContext_Parameters) GetKey() string {
|
|
if x != nil && x.Key != nil {
|
|
return *x.Key
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ContextInfo_DataSharingContext_Parameters) GetStringData() string {
|
|
if x != nil && x.StringData != nil {
|
|
return *x.StringData
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ContextInfo_DataSharingContext_Parameters) GetIntData() int64 {
|
|
if x != nil && x.IntData != nil {
|
|
return *x.IntData
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ContextInfo_DataSharingContext_Parameters) GetFloatData() float32 {
|
|
if x != nil && x.FloatData != nil {
|
|
return *x.FloatData
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ContextInfo_DataSharingContext_Parameters) GetContents() *ContextInfo_DataSharingContext_Parameters {
|
|
if x != nil {
|
|
return x.Contents
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type HydratedTemplateButton_HydratedURLButton struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
DisplayText *string `protobuf:"bytes,1,opt,name=displayText" json:"displayText,omitempty"`
|
|
URL *string `protobuf:"bytes,2,opt,name=URL" json:"URL,omitempty"`
|
|
ConsentedUsersURL *string `protobuf:"bytes,3,opt,name=consentedUsersURL" json:"consentedUsersURL,omitempty"`
|
|
WebviewPresentation *HydratedTemplateButton_HydratedURLButton_WebviewPresentationType `protobuf:"varint,4,opt,name=webviewPresentation,enum=WAWebProtobufsE2E.HydratedTemplateButton_HydratedURLButton_WebviewPresentationType" json:"webviewPresentation,omitempty"`
|
|
}
|
|
|
|
func (x *HydratedTemplateButton_HydratedURLButton) Reset() {
|
|
*x = HydratedTemplateButton_HydratedURLButton{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[147]
|
|
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_WAWebProtobufsE2E_proto_msgTypes[147]
|
|
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_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{35, 0}
|
|
}
|
|
|
|
func (x *HydratedTemplateButton_HydratedURLButton) GetDisplayText() string {
|
|
if x != nil && x.DisplayText != nil {
|
|
return *x.DisplayText
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *HydratedTemplateButton_HydratedURLButton) GetURL() string {
|
|
if x != nil && x.URL != nil {
|
|
return *x.URL
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *HydratedTemplateButton_HydratedURLButton) GetConsentedUsersURL() string {
|
|
if x != nil && x.ConsentedUsersURL != nil {
|
|
return *x.ConsentedUsersURL
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *HydratedTemplateButton_HydratedURLButton) GetWebviewPresentation() HydratedTemplateButton_HydratedURLButton_WebviewPresentationType {
|
|
if x != nil && x.WebviewPresentation != nil {
|
|
return *x.WebviewPresentation
|
|
}
|
|
return HydratedTemplateButton_HydratedURLButton_FULL
|
|
}
|
|
|
|
type HydratedTemplateButton_HydratedCallButton struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
DisplayText *string `protobuf:"bytes,1,opt,name=displayText" json:"displayText,omitempty"`
|
|
PhoneNumber *string `protobuf:"bytes,2,opt,name=phoneNumber" json:"phoneNumber,omitempty"`
|
|
}
|
|
|
|
func (x *HydratedTemplateButton_HydratedCallButton) Reset() {
|
|
*x = HydratedTemplateButton_HydratedCallButton{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[148]
|
|
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_WAWebProtobufsE2E_proto_msgTypes[148]
|
|
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_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{35, 1}
|
|
}
|
|
|
|
func (x *HydratedTemplateButton_HydratedCallButton) GetDisplayText() string {
|
|
if x != nil && x.DisplayText != nil {
|
|
return *x.DisplayText
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *HydratedTemplateButton_HydratedCallButton) GetPhoneNumber() string {
|
|
if x != nil && x.PhoneNumber != 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" json:"displayText,omitempty"`
|
|
ID *string `protobuf:"bytes,2,opt,name=ID" json:"ID,omitempty"`
|
|
}
|
|
|
|
func (x *HydratedTemplateButton_HydratedQuickReplyButton) Reset() {
|
|
*x = HydratedTemplateButton_HydratedQuickReplyButton{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[149]
|
|
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_WAWebProtobufsE2E_proto_msgTypes[149]
|
|
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_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{35, 2}
|
|
}
|
|
|
|
func (x *HydratedTemplateButton_HydratedQuickReplyButton) GetDisplayText() string {
|
|
if x != nil && x.DisplayText != nil {
|
|
return *x.DisplayText
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *HydratedTemplateButton_HydratedQuickReplyButton) GetID() string {
|
|
if x != nil && x.ID != 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" json:"mediaKey,omitempty"`
|
|
MediaKeyTimestamp *int64 `protobuf:"varint,2,opt,name=mediaKeyTimestamp" json:"mediaKeyTimestamp,omitempty"`
|
|
FileSHA256 []byte `protobuf:"bytes,3,opt,name=fileSHA256" json:"fileSHA256,omitempty"`
|
|
FileEncSHA256 []byte `protobuf:"bytes,4,opt,name=fileEncSHA256" json:"fileEncSHA256,omitempty"`
|
|
DirectPath *string `protobuf:"bytes,5,opt,name=directPath" json:"directPath,omitempty"`
|
|
}
|
|
|
|
func (x *PaymentBackground_MediaData) Reset() {
|
|
*x = PaymentBackground_MediaData{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[150]
|
|
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_WAWebProtobufsE2E_proto_msgTypes[150]
|
|
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_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{36, 0}
|
|
}
|
|
|
|
func (x *PaymentBackground_MediaData) GetMediaKey() []byte {
|
|
if x != nil {
|
|
return x.MediaKey
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *PaymentBackground_MediaData) GetMediaKeyTimestamp() int64 {
|
|
if x != nil && x.MediaKeyTimestamp != 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 && x.DirectPath != nil {
|
|
return *x.DirectPath
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type StickerPackMessage_Sticker struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
FileName *string `protobuf:"bytes,1,opt,name=fileName" json:"fileName,omitempty"`
|
|
IsAnimated *bool `protobuf:"varint,2,opt,name=isAnimated" json:"isAnimated,omitempty"`
|
|
Emojis []string `protobuf:"bytes,3,rep,name=emojis" json:"emojis,omitempty"`
|
|
AccessibilityLabel *string `protobuf:"bytes,4,opt,name=accessibilityLabel" json:"accessibilityLabel,omitempty"`
|
|
IsLottie *bool `protobuf:"varint,5,opt,name=isLottie" json:"isLottie,omitempty"`
|
|
Mimetype *string `protobuf:"bytes,6,opt,name=mimetype" json:"mimetype,omitempty"`
|
|
}
|
|
|
|
func (x *StickerPackMessage_Sticker) Reset() {
|
|
*x = StickerPackMessage_Sticker{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[151]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *StickerPackMessage_Sticker) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*StickerPackMessage_Sticker) ProtoMessage() {}
|
|
|
|
func (x *StickerPackMessage_Sticker) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[151]
|
|
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 StickerPackMessage_Sticker.ProtoReflect.Descriptor instead.
|
|
func (*StickerPackMessage_Sticker) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{40, 0}
|
|
}
|
|
|
|
func (x *StickerPackMessage_Sticker) GetFileName() string {
|
|
if x != nil && x.FileName != nil {
|
|
return *x.FileName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *StickerPackMessage_Sticker) GetIsAnimated() bool {
|
|
if x != nil && x.IsAnimated != nil {
|
|
return *x.IsAnimated
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (x *StickerPackMessage_Sticker) GetEmojis() []string {
|
|
if x != nil {
|
|
return x.Emojis
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *StickerPackMessage_Sticker) GetAccessibilityLabel() string {
|
|
if x != nil && x.AccessibilityLabel != nil {
|
|
return *x.AccessibilityLabel
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *StickerPackMessage_Sticker) GetIsLottie() bool {
|
|
if x != nil && x.IsLottie != nil {
|
|
return *x.IsLottie
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (x *StickerPackMessage_Sticker) GetMimetype() string {
|
|
if x != nil && x.Mimetype != nil {
|
|
return *x.Mimetype
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type PollResultSnapshotMessage_PollVote struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
OptionName *string `protobuf:"bytes,1,opt,name=optionName" json:"optionName,omitempty"`
|
|
OptionVoteCount *int64 `protobuf:"varint,2,opt,name=optionVoteCount" json:"optionVoteCount,omitempty"`
|
|
}
|
|
|
|
func (x *PollResultSnapshotMessage_PollVote) Reset() {
|
|
*x = PollResultSnapshotMessage_PollVote{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[152]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *PollResultSnapshotMessage_PollVote) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*PollResultSnapshotMessage_PollVote) ProtoMessage() {}
|
|
|
|
func (x *PollResultSnapshotMessage_PollVote) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[152]
|
|
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 PollResultSnapshotMessage_PollVote.ProtoReflect.Descriptor instead.
|
|
func (*PollResultSnapshotMessage_PollVote) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{49, 0}
|
|
}
|
|
|
|
func (x *PollResultSnapshotMessage_PollVote) GetOptionName() string {
|
|
if x != nil && x.OptionName != nil {
|
|
return *x.OptionName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *PollResultSnapshotMessage_PollVote) GetOptionVoteCount() int64 {
|
|
if x != nil && x.OptionVoteCount != nil {
|
|
return *x.OptionVoteCount
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type PollCreationMessage_Option struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
OptionName *string `protobuf:"bytes,1,opt,name=optionName" json:"optionName,omitempty"`
|
|
}
|
|
|
|
func (x *PollCreationMessage_Option) Reset() {
|
|
*x = PollCreationMessage_Option{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[153]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *PollCreationMessage_Option) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*PollCreationMessage_Option) ProtoMessage() {}
|
|
|
|
func (x *PollCreationMessage_Option) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[153]
|
|
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 PollCreationMessage_Option.ProtoReflect.Descriptor instead.
|
|
func (*PollCreationMessage_Option) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{54, 0}
|
|
}
|
|
|
|
func (x *PollCreationMessage_Option) GetOptionName() string {
|
|
if x != nil && x.OptionName != nil {
|
|
return *x.OptionName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type ProductMessage_ProductSnapshot struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
ProductImage *ImageMessage `protobuf:"bytes,1,opt,name=productImage" json:"productImage,omitempty"`
|
|
ProductID *string `protobuf:"bytes,2,opt,name=productID" json:"productID,omitempty"`
|
|
Title *string `protobuf:"bytes,3,opt,name=title" json:"title,omitempty"`
|
|
Description *string `protobuf:"bytes,4,opt,name=description" json:"description,omitempty"`
|
|
CurrencyCode *string `protobuf:"bytes,5,opt,name=currencyCode" json:"currencyCode,omitempty"`
|
|
PriceAmount1000 *int64 `protobuf:"varint,6,opt,name=priceAmount1000" json:"priceAmount1000,omitempty"`
|
|
RetailerID *string `protobuf:"bytes,7,opt,name=retailerID" json:"retailerID,omitempty"`
|
|
URL *string `protobuf:"bytes,8,opt,name=URL" json:"URL,omitempty"`
|
|
ProductImageCount *uint32 `protobuf:"varint,9,opt,name=productImageCount" json:"productImageCount,omitempty"`
|
|
FirstImageID *string `protobuf:"bytes,11,opt,name=firstImageID" json:"firstImageID,omitempty"`
|
|
SalePriceAmount1000 *int64 `protobuf:"varint,12,opt,name=salePriceAmount1000" json:"salePriceAmount1000,omitempty"`
|
|
}
|
|
|
|
func (x *ProductMessage_ProductSnapshot) Reset() {
|
|
*x = ProductMessage_ProductSnapshot{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[154]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *ProductMessage_ProductSnapshot) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ProductMessage_ProductSnapshot) ProtoMessage() {}
|
|
|
|
func (x *ProductMessage_ProductSnapshot) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[154]
|
|
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 ProductMessage_ProductSnapshot.ProtoReflect.Descriptor instead.
|
|
func (*ProductMessage_ProductSnapshot) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{61, 0}
|
|
}
|
|
|
|
func (x *ProductMessage_ProductSnapshot) GetProductImage() *ImageMessage {
|
|
if x != nil {
|
|
return x.ProductImage
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *ProductMessage_ProductSnapshot) GetProductID() string {
|
|
if x != nil && x.ProductID != nil {
|
|
return *x.ProductID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ProductMessage_ProductSnapshot) GetTitle() string {
|
|
if x != nil && x.Title != nil {
|
|
return *x.Title
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ProductMessage_ProductSnapshot) GetDescription() string {
|
|
if x != nil && x.Description != nil {
|
|
return *x.Description
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ProductMessage_ProductSnapshot) GetCurrencyCode() string {
|
|
if x != nil && x.CurrencyCode != nil {
|
|
return *x.CurrencyCode
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ProductMessage_ProductSnapshot) GetPriceAmount1000() int64 {
|
|
if x != nil && x.PriceAmount1000 != nil {
|
|
return *x.PriceAmount1000
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ProductMessage_ProductSnapshot) GetRetailerID() string {
|
|
if x != nil && x.RetailerID != nil {
|
|
return *x.RetailerID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ProductMessage_ProductSnapshot) GetURL() string {
|
|
if x != nil && x.URL != nil {
|
|
return *x.URL
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ProductMessage_ProductSnapshot) GetProductImageCount() uint32 {
|
|
if x != nil && x.ProductImageCount != nil {
|
|
return *x.ProductImageCount
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ProductMessage_ProductSnapshot) GetFirstImageID() string {
|
|
if x != nil && x.FirstImageID != nil {
|
|
return *x.FirstImageID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ProductMessage_ProductSnapshot) GetSalePriceAmount1000() int64 {
|
|
if x != nil && x.SalePriceAmount1000 != nil {
|
|
return *x.SalePriceAmount1000
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type ProductMessage_CatalogSnapshot struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
CatalogImage *ImageMessage `protobuf:"bytes,1,opt,name=catalogImage" json:"catalogImage,omitempty"`
|
|
Title *string `protobuf:"bytes,2,opt,name=title" json:"title,omitempty"`
|
|
Description *string `protobuf:"bytes,3,opt,name=description" json:"description,omitempty"`
|
|
}
|
|
|
|
func (x *ProductMessage_CatalogSnapshot) Reset() {
|
|
*x = ProductMessage_CatalogSnapshot{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[155]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *ProductMessage_CatalogSnapshot) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ProductMessage_CatalogSnapshot) ProtoMessage() {}
|
|
|
|
func (x *ProductMessage_CatalogSnapshot) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[155]
|
|
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 ProductMessage_CatalogSnapshot.ProtoReflect.Descriptor instead.
|
|
func (*ProductMessage_CatalogSnapshot) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{61, 1}
|
|
}
|
|
|
|
func (x *ProductMessage_CatalogSnapshot) GetCatalogImage() *ImageMessage {
|
|
if x != nil {
|
|
return x.CatalogImage
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *ProductMessage_CatalogSnapshot) GetTitle() string {
|
|
if x != nil && x.Title != nil {
|
|
return *x.Title
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ProductMessage_CatalogSnapshot) GetDescription() string {
|
|
if x != nil && x.Description != nil {
|
|
return *x.Description
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type TemplateMessage_HydratedFourRowTemplate struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
// Types that are assignable to Title:
|
|
//
|
|
// *TemplateMessage_HydratedFourRowTemplate_DocumentMessage
|
|
// *TemplateMessage_HydratedFourRowTemplate_HydratedTitleText
|
|
// *TemplateMessage_HydratedFourRowTemplate_ImageMessage
|
|
// *TemplateMessage_HydratedFourRowTemplate_VideoMessage
|
|
// *TemplateMessage_HydratedFourRowTemplate_LocationMessage
|
|
Title isTemplateMessage_HydratedFourRowTemplate_Title `protobuf_oneof:"title"`
|
|
HydratedContentText *string `protobuf:"bytes,6,opt,name=hydratedContentText" json:"hydratedContentText,omitempty"`
|
|
HydratedFooterText *string `protobuf:"bytes,7,opt,name=hydratedFooterText" json:"hydratedFooterText,omitempty"`
|
|
HydratedButtons []*HydratedTemplateButton `protobuf:"bytes,8,rep,name=hydratedButtons" json:"hydratedButtons,omitempty"`
|
|
TemplateID *string `protobuf:"bytes,9,opt,name=templateID" json:"templateID,omitempty"`
|
|
MaskLinkedDevices *bool `protobuf:"varint,10,opt,name=maskLinkedDevices" json:"maskLinkedDevices,omitempty"`
|
|
}
|
|
|
|
func (x *TemplateMessage_HydratedFourRowTemplate) Reset() {
|
|
*x = TemplateMessage_HydratedFourRowTemplate{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[156]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *TemplateMessage_HydratedFourRowTemplate) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*TemplateMessage_HydratedFourRowTemplate) ProtoMessage() {}
|
|
|
|
func (x *TemplateMessage_HydratedFourRowTemplate) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[156]
|
|
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 TemplateMessage_HydratedFourRowTemplate.ProtoReflect.Descriptor instead.
|
|
func (*TemplateMessage_HydratedFourRowTemplate) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{63, 0}
|
|
}
|
|
|
|
func (m *TemplateMessage_HydratedFourRowTemplate) GetTitle() isTemplateMessage_HydratedFourRowTemplate_Title {
|
|
if m != nil {
|
|
return m.Title
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *TemplateMessage_HydratedFourRowTemplate) GetDocumentMessage() *DocumentMessage {
|
|
if x, ok := x.GetTitle().(*TemplateMessage_HydratedFourRowTemplate_DocumentMessage); ok {
|
|
return x.DocumentMessage
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *TemplateMessage_HydratedFourRowTemplate) GetHydratedTitleText() string {
|
|
if x, ok := x.GetTitle().(*TemplateMessage_HydratedFourRowTemplate_HydratedTitleText); ok {
|
|
return x.HydratedTitleText
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *TemplateMessage_HydratedFourRowTemplate) GetImageMessage() *ImageMessage {
|
|
if x, ok := x.GetTitle().(*TemplateMessage_HydratedFourRowTemplate_ImageMessage); ok {
|
|
return x.ImageMessage
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *TemplateMessage_HydratedFourRowTemplate) GetVideoMessage() *VideoMessage {
|
|
if x, ok := x.GetTitle().(*TemplateMessage_HydratedFourRowTemplate_VideoMessage); ok {
|
|
return x.VideoMessage
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *TemplateMessage_HydratedFourRowTemplate) GetLocationMessage() *LocationMessage {
|
|
if x, ok := x.GetTitle().(*TemplateMessage_HydratedFourRowTemplate_LocationMessage); ok {
|
|
return x.LocationMessage
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *TemplateMessage_HydratedFourRowTemplate) GetHydratedContentText() string {
|
|
if x != nil && x.HydratedContentText != nil {
|
|
return *x.HydratedContentText
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *TemplateMessage_HydratedFourRowTemplate) GetHydratedFooterText() string {
|
|
if x != nil && x.HydratedFooterText != nil {
|
|
return *x.HydratedFooterText
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *TemplateMessage_HydratedFourRowTemplate) GetHydratedButtons() []*HydratedTemplateButton {
|
|
if x != nil {
|
|
return x.HydratedButtons
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *TemplateMessage_HydratedFourRowTemplate) GetTemplateID() string {
|
|
if x != nil && x.TemplateID != nil {
|
|
return *x.TemplateID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *TemplateMessage_HydratedFourRowTemplate) GetMaskLinkedDevices() bool {
|
|
if x != nil && x.MaskLinkedDevices != nil {
|
|
return *x.MaskLinkedDevices
|
|
}
|
|
return false
|
|
}
|
|
|
|
type isTemplateMessage_HydratedFourRowTemplate_Title interface {
|
|
isTemplateMessage_HydratedFourRowTemplate_Title()
|
|
}
|
|
|
|
type TemplateMessage_HydratedFourRowTemplate_DocumentMessage struct {
|
|
DocumentMessage *DocumentMessage `protobuf:"bytes,1,opt,name=documentMessage,oneof"`
|
|
}
|
|
|
|
type TemplateMessage_HydratedFourRowTemplate_HydratedTitleText struct {
|
|
HydratedTitleText string `protobuf:"bytes,2,opt,name=hydratedTitleText,oneof"`
|
|
}
|
|
|
|
type TemplateMessage_HydratedFourRowTemplate_ImageMessage struct {
|
|
ImageMessage *ImageMessage `protobuf:"bytes,3,opt,name=imageMessage,oneof"`
|
|
}
|
|
|
|
type TemplateMessage_HydratedFourRowTemplate_VideoMessage struct {
|
|
VideoMessage *VideoMessage `protobuf:"bytes,4,opt,name=videoMessage,oneof"`
|
|
}
|
|
|
|
type TemplateMessage_HydratedFourRowTemplate_LocationMessage struct {
|
|
LocationMessage *LocationMessage `protobuf:"bytes,5,opt,name=locationMessage,oneof"`
|
|
}
|
|
|
|
func (*TemplateMessage_HydratedFourRowTemplate_DocumentMessage) isTemplateMessage_HydratedFourRowTemplate_Title() {
|
|
}
|
|
|
|
func (*TemplateMessage_HydratedFourRowTemplate_HydratedTitleText) isTemplateMessage_HydratedFourRowTemplate_Title() {
|
|
}
|
|
|
|
func (*TemplateMessage_HydratedFourRowTemplate_ImageMessage) isTemplateMessage_HydratedFourRowTemplate_Title() {
|
|
}
|
|
|
|
func (*TemplateMessage_HydratedFourRowTemplate_VideoMessage) isTemplateMessage_HydratedFourRowTemplate_Title() {
|
|
}
|
|
|
|
func (*TemplateMessage_HydratedFourRowTemplate_LocationMessage) isTemplateMessage_HydratedFourRowTemplate_Title() {
|
|
}
|
|
|
|
type TemplateMessage_FourRowTemplate struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
// Types that are assignable to Title:
|
|
//
|
|
// *TemplateMessage_FourRowTemplate_DocumentMessage
|
|
// *TemplateMessage_FourRowTemplate_HighlyStructuredMessage
|
|
// *TemplateMessage_FourRowTemplate_ImageMessage
|
|
// *TemplateMessage_FourRowTemplate_VideoMessage
|
|
// *TemplateMessage_FourRowTemplate_LocationMessage
|
|
Title isTemplateMessage_FourRowTemplate_Title `protobuf_oneof:"title"`
|
|
Content *HighlyStructuredMessage `protobuf:"bytes,6,opt,name=content" json:"content,omitempty"`
|
|
Footer *HighlyStructuredMessage `protobuf:"bytes,7,opt,name=footer" json:"footer,omitempty"`
|
|
Buttons []*TemplateButton `protobuf:"bytes,8,rep,name=buttons" json:"buttons,omitempty"`
|
|
}
|
|
|
|
func (x *TemplateMessage_FourRowTemplate) Reset() {
|
|
*x = TemplateMessage_FourRowTemplate{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[157]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *TemplateMessage_FourRowTemplate) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*TemplateMessage_FourRowTemplate) ProtoMessage() {}
|
|
|
|
func (x *TemplateMessage_FourRowTemplate) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[157]
|
|
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 TemplateMessage_FourRowTemplate.ProtoReflect.Descriptor instead.
|
|
func (*TemplateMessage_FourRowTemplate) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{63, 1}
|
|
}
|
|
|
|
func (m *TemplateMessage_FourRowTemplate) GetTitle() isTemplateMessage_FourRowTemplate_Title {
|
|
if m != nil {
|
|
return m.Title
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *TemplateMessage_FourRowTemplate) GetDocumentMessage() *DocumentMessage {
|
|
if x, ok := x.GetTitle().(*TemplateMessage_FourRowTemplate_DocumentMessage); ok {
|
|
return x.DocumentMessage
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *TemplateMessage_FourRowTemplate) GetHighlyStructuredMessage() *HighlyStructuredMessage {
|
|
if x, ok := x.GetTitle().(*TemplateMessage_FourRowTemplate_HighlyStructuredMessage); ok {
|
|
return x.HighlyStructuredMessage
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *TemplateMessage_FourRowTemplate) GetImageMessage() *ImageMessage {
|
|
if x, ok := x.GetTitle().(*TemplateMessage_FourRowTemplate_ImageMessage); ok {
|
|
return x.ImageMessage
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *TemplateMessage_FourRowTemplate) GetVideoMessage() *VideoMessage {
|
|
if x, ok := x.GetTitle().(*TemplateMessage_FourRowTemplate_VideoMessage); ok {
|
|
return x.VideoMessage
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *TemplateMessage_FourRowTemplate) GetLocationMessage() *LocationMessage {
|
|
if x, ok := x.GetTitle().(*TemplateMessage_FourRowTemplate_LocationMessage); ok {
|
|
return x.LocationMessage
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *TemplateMessage_FourRowTemplate) GetContent() *HighlyStructuredMessage {
|
|
if x != nil {
|
|
return x.Content
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *TemplateMessage_FourRowTemplate) GetFooter() *HighlyStructuredMessage {
|
|
if x != nil {
|
|
return x.Footer
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *TemplateMessage_FourRowTemplate) GetButtons() []*TemplateButton {
|
|
if x != nil {
|
|
return x.Buttons
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type isTemplateMessage_FourRowTemplate_Title interface {
|
|
isTemplateMessage_FourRowTemplate_Title()
|
|
}
|
|
|
|
type TemplateMessage_FourRowTemplate_DocumentMessage struct {
|
|
DocumentMessage *DocumentMessage `protobuf:"bytes,1,opt,name=documentMessage,oneof"`
|
|
}
|
|
|
|
type TemplateMessage_FourRowTemplate_HighlyStructuredMessage struct {
|
|
HighlyStructuredMessage *HighlyStructuredMessage `protobuf:"bytes,2,opt,name=highlyStructuredMessage,oneof"`
|
|
}
|
|
|
|
type TemplateMessage_FourRowTemplate_ImageMessage struct {
|
|
ImageMessage *ImageMessage `protobuf:"bytes,3,opt,name=imageMessage,oneof"`
|
|
}
|
|
|
|
type TemplateMessage_FourRowTemplate_VideoMessage struct {
|
|
VideoMessage *VideoMessage `protobuf:"bytes,4,opt,name=videoMessage,oneof"`
|
|
}
|
|
|
|
type TemplateMessage_FourRowTemplate_LocationMessage struct {
|
|
LocationMessage *LocationMessage `protobuf:"bytes,5,opt,name=locationMessage,oneof"`
|
|
}
|
|
|
|
func (*TemplateMessage_FourRowTemplate_DocumentMessage) isTemplateMessage_FourRowTemplate_Title() {}
|
|
|
|
func (*TemplateMessage_FourRowTemplate_HighlyStructuredMessage) isTemplateMessage_FourRowTemplate_Title() {
|
|
}
|
|
|
|
func (*TemplateMessage_FourRowTemplate_ImageMessage) isTemplateMessage_FourRowTemplate_Title() {}
|
|
|
|
func (*TemplateMessage_FourRowTemplate_VideoMessage) isTemplateMessage_FourRowTemplate_Title() {}
|
|
|
|
func (*TemplateMessage_FourRowTemplate_LocationMessage) isTemplateMessage_FourRowTemplate_Title() {}
|
|
|
|
type PeerDataOperationRequestMessage_PlaceholderMessageResendRequest struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
MessageKey *waCommon.MessageKey `protobuf:"bytes,1,opt,name=messageKey" json:"messageKey,omitempty"`
|
|
}
|
|
|
|
func (x *PeerDataOperationRequestMessage_PlaceholderMessageResendRequest) Reset() {
|
|
*x = PeerDataOperationRequestMessage_PlaceholderMessageResendRequest{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[158]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *PeerDataOperationRequestMessage_PlaceholderMessageResendRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*PeerDataOperationRequestMessage_PlaceholderMessageResendRequest) ProtoMessage() {}
|
|
|
|
func (x *PeerDataOperationRequestMessage_PlaceholderMessageResendRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[158]
|
|
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 PeerDataOperationRequestMessage_PlaceholderMessageResendRequest.ProtoReflect.Descriptor instead.
|
|
func (*PeerDataOperationRequestMessage_PlaceholderMessageResendRequest) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{72, 0}
|
|
}
|
|
|
|
func (x *PeerDataOperationRequestMessage_PlaceholderMessageResendRequest) GetMessageKey() *waCommon.MessageKey {
|
|
if x != nil {
|
|
return x.MessageKey
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type PeerDataOperationRequestMessage_FullHistorySyncOnDemandRequest struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
RequestMetadata *FullHistorySyncOnDemandRequestMetadata `protobuf:"bytes,1,opt,name=requestMetadata" json:"requestMetadata,omitempty"`
|
|
HistorySyncConfig *waCompanionReg.DeviceProps_HistorySyncConfig `protobuf:"bytes,2,opt,name=historySyncConfig" json:"historySyncConfig,omitempty"`
|
|
}
|
|
|
|
func (x *PeerDataOperationRequestMessage_FullHistorySyncOnDemandRequest) Reset() {
|
|
*x = PeerDataOperationRequestMessage_FullHistorySyncOnDemandRequest{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[159]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *PeerDataOperationRequestMessage_FullHistorySyncOnDemandRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*PeerDataOperationRequestMessage_FullHistorySyncOnDemandRequest) ProtoMessage() {}
|
|
|
|
func (x *PeerDataOperationRequestMessage_FullHistorySyncOnDemandRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[159]
|
|
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 PeerDataOperationRequestMessage_FullHistorySyncOnDemandRequest.ProtoReflect.Descriptor instead.
|
|
func (*PeerDataOperationRequestMessage_FullHistorySyncOnDemandRequest) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{72, 1}
|
|
}
|
|
|
|
func (x *PeerDataOperationRequestMessage_FullHistorySyncOnDemandRequest) GetRequestMetadata() *FullHistorySyncOnDemandRequestMetadata {
|
|
if x != nil {
|
|
return x.RequestMetadata
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *PeerDataOperationRequestMessage_FullHistorySyncOnDemandRequest) GetHistorySyncConfig() *waCompanionReg.DeviceProps_HistorySyncConfig {
|
|
if x != nil {
|
|
return x.HistorySyncConfig
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type PeerDataOperationRequestMessage_HistorySyncOnDemandRequest struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
ChatJID *string `protobuf:"bytes,1,opt,name=chatJID" json:"chatJID,omitempty"`
|
|
OldestMsgID *string `protobuf:"bytes,2,opt,name=oldestMsgID" json:"oldestMsgID,omitempty"`
|
|
OldestMsgFromMe *bool `protobuf:"varint,3,opt,name=oldestMsgFromMe" json:"oldestMsgFromMe,omitempty"`
|
|
OnDemandMsgCount *int32 `protobuf:"varint,4,opt,name=onDemandMsgCount" json:"onDemandMsgCount,omitempty"`
|
|
OldestMsgTimestampMS *int64 `protobuf:"varint,5,opt,name=oldestMsgTimestampMS" json:"oldestMsgTimestampMS,omitempty"`
|
|
}
|
|
|
|
func (x *PeerDataOperationRequestMessage_HistorySyncOnDemandRequest) Reset() {
|
|
*x = PeerDataOperationRequestMessage_HistorySyncOnDemandRequest{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[160]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *PeerDataOperationRequestMessage_HistorySyncOnDemandRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*PeerDataOperationRequestMessage_HistorySyncOnDemandRequest) ProtoMessage() {}
|
|
|
|
func (x *PeerDataOperationRequestMessage_HistorySyncOnDemandRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[160]
|
|
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 PeerDataOperationRequestMessage_HistorySyncOnDemandRequest.ProtoReflect.Descriptor instead.
|
|
func (*PeerDataOperationRequestMessage_HistorySyncOnDemandRequest) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{72, 2}
|
|
}
|
|
|
|
func (x *PeerDataOperationRequestMessage_HistorySyncOnDemandRequest) GetChatJID() string {
|
|
if x != nil && x.ChatJID != nil {
|
|
return *x.ChatJID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *PeerDataOperationRequestMessage_HistorySyncOnDemandRequest) GetOldestMsgID() string {
|
|
if x != nil && x.OldestMsgID != nil {
|
|
return *x.OldestMsgID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *PeerDataOperationRequestMessage_HistorySyncOnDemandRequest) GetOldestMsgFromMe() bool {
|
|
if x != nil && x.OldestMsgFromMe != nil {
|
|
return *x.OldestMsgFromMe
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (x *PeerDataOperationRequestMessage_HistorySyncOnDemandRequest) GetOnDemandMsgCount() int32 {
|
|
if x != nil && x.OnDemandMsgCount != nil {
|
|
return *x.OnDemandMsgCount
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *PeerDataOperationRequestMessage_HistorySyncOnDemandRequest) GetOldestMsgTimestampMS() int64 {
|
|
if x != nil && x.OldestMsgTimestampMS != nil {
|
|
return *x.OldestMsgTimestampMS
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type PeerDataOperationRequestMessage_RequestUrlPreview struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
URL *string `protobuf:"bytes,1,opt,name=URL" json:"URL,omitempty"`
|
|
IncludeHqThumbnail *bool `protobuf:"varint,2,opt,name=includeHqThumbnail" json:"includeHqThumbnail,omitempty"`
|
|
}
|
|
|
|
func (x *PeerDataOperationRequestMessage_RequestUrlPreview) Reset() {
|
|
*x = PeerDataOperationRequestMessage_RequestUrlPreview{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[161]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *PeerDataOperationRequestMessage_RequestUrlPreview) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*PeerDataOperationRequestMessage_RequestUrlPreview) ProtoMessage() {}
|
|
|
|
func (x *PeerDataOperationRequestMessage_RequestUrlPreview) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[161]
|
|
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 PeerDataOperationRequestMessage_RequestUrlPreview.ProtoReflect.Descriptor instead.
|
|
func (*PeerDataOperationRequestMessage_RequestUrlPreview) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{72, 3}
|
|
}
|
|
|
|
func (x *PeerDataOperationRequestMessage_RequestUrlPreview) GetURL() string {
|
|
if x != nil && x.URL != nil {
|
|
return *x.URL
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *PeerDataOperationRequestMessage_RequestUrlPreview) GetIncludeHqThumbnail() bool {
|
|
if x != nil && x.IncludeHqThumbnail != nil {
|
|
return *x.IncludeHqThumbnail
|
|
}
|
|
return false
|
|
}
|
|
|
|
type PeerDataOperationRequestMessage_RequestStickerReupload struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
FileSHA256 *string `protobuf:"bytes,1,opt,name=fileSHA256" json:"fileSHA256,omitempty"`
|
|
}
|
|
|
|
func (x *PeerDataOperationRequestMessage_RequestStickerReupload) Reset() {
|
|
*x = PeerDataOperationRequestMessage_RequestStickerReupload{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[162]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *PeerDataOperationRequestMessage_RequestStickerReupload) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*PeerDataOperationRequestMessage_RequestStickerReupload) ProtoMessage() {}
|
|
|
|
func (x *PeerDataOperationRequestMessage_RequestStickerReupload) ProtoReflect() protoreflect.Message {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[162]
|
|
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 PeerDataOperationRequestMessage_RequestStickerReupload.ProtoReflect.Descriptor instead.
|
|
func (*PeerDataOperationRequestMessage_RequestStickerReupload) Descriptor() ([]byte, []int) {
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{72, 4}
|
|
}
|
|
|
|
func (x *PeerDataOperationRequestMessage_RequestStickerReupload) GetFileSHA256() string {
|
|
if x != nil && x.FileSHA256 != nil {
|
|
return *x.FileSHA256
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type TemplateButton_CallButton struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
DisplayText *HighlyStructuredMessage `protobuf:"bytes,1,opt,name=displayText" json:"displayText,omitempty"`
|
|
PhoneNumber *HighlyStructuredMessage `protobuf:"bytes,2,opt,name=phoneNumber" json:"phoneNumber,omitempty"`
|
|
}
|
|
|
|
func (x *TemplateButton_CallButton) Reset() {
|
|
*x = TemplateButton_CallButton{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[163]
|
|
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_WAWebProtobufsE2E_proto_msgTypes[163]
|
|
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_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{100, 0}
|
|
}
|
|
|
|
func (x *TemplateButton_CallButton) GetDisplayText() *HighlyStructuredMessage {
|
|
if x != nil {
|
|
return x.DisplayText
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *TemplateButton_CallButton) GetPhoneNumber() *HighlyStructuredMessage {
|
|
if x != nil {
|
|
return x.PhoneNumber
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type TemplateButton_URLButton struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
DisplayText *HighlyStructuredMessage `protobuf:"bytes,1,opt,name=displayText" json:"displayText,omitempty"`
|
|
URL *HighlyStructuredMessage `protobuf:"bytes,2,opt,name=URL" json:"URL,omitempty"`
|
|
}
|
|
|
|
func (x *TemplateButton_URLButton) Reset() {
|
|
*x = TemplateButton_URLButton{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[164]
|
|
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_WAWebProtobufsE2E_proto_msgTypes[164]
|
|
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_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{100, 1}
|
|
}
|
|
|
|
func (x *TemplateButton_URLButton) GetDisplayText() *HighlyStructuredMessage {
|
|
if x != nil {
|
|
return x.DisplayText
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *TemplateButton_URLButton) GetURL() *HighlyStructuredMessage {
|
|
if x != nil {
|
|
return x.URL
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type TemplateButton_QuickReplyButton struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
DisplayText *HighlyStructuredMessage `protobuf:"bytes,1,opt,name=displayText" json:"displayText,omitempty"`
|
|
ID *string `protobuf:"bytes,2,opt,name=ID" json:"ID,omitempty"`
|
|
}
|
|
|
|
func (x *TemplateButton_QuickReplyButton) Reset() {
|
|
*x = TemplateButton_QuickReplyButton{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_waE2E_WAWebProtobufsE2E_proto_msgTypes[165]
|
|
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_WAWebProtobufsE2E_proto_msgTypes[165]
|
|
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_WAWebProtobufsE2E_proto_rawDescGZIP(), []int{100, 2}
|
|
}
|
|
|
|
func (x *TemplateButton_QuickReplyButton) GetDisplayText() *HighlyStructuredMessage {
|
|
if x != nil {
|
|
return x.DisplayText
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *TemplateButton_QuickReplyButton) GetID() string {
|
|
if x != nil && x.ID != nil {
|
|
return *x.ID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
var File_waE2E_WAWebProtobufsE2E_proto protoreflect.FileDescriptor
|
|
|
|
//go:embed WAWebProtobufsE2E.pb.raw
|
|
var file_waE2E_WAWebProtobufsE2E_proto_rawDesc []byte
|
|
|
|
var (
|
|
file_waE2E_WAWebProtobufsE2E_proto_rawDescOnce sync.Once
|
|
file_waE2E_WAWebProtobufsE2E_proto_rawDescData = file_waE2E_WAWebProtobufsE2E_proto_rawDesc
|
|
)
|
|
|
|
func file_waE2E_WAWebProtobufsE2E_proto_rawDescGZIP() []byte {
|
|
file_waE2E_WAWebProtobufsE2E_proto_rawDescOnce.Do(func() {
|
|
file_waE2E_WAWebProtobufsE2E_proto_rawDescData = protoimpl.X.CompressGZIP(file_waE2E_WAWebProtobufsE2E_proto_rawDescData)
|
|
})
|
|
return file_waE2E_WAWebProtobufsE2E_proto_rawDescData
|
|
}
|
|
|
|
var file_waE2E_WAWebProtobufsE2E_proto_enumTypes = make([]protoimpl.EnumInfo, 57)
|
|
var file_waE2E_WAWebProtobufsE2E_proto_msgTypes = make([]protoimpl.MessageInfo, 166)
|
|
var file_waE2E_WAWebProtobufsE2E_proto_goTypes = []any{
|
|
(PeerDataOperationRequestType)(0), // 0: WAWebProtobufsE2E.PeerDataOperationRequestType
|
|
(SessionSource)(0), // 1: WAWebProtobufsE2E.SessionSource
|
|
(KeepType)(0), // 2: WAWebProtobufsE2E.KeepType
|
|
(PlaceholderMessage_PlaceholderType)(0), // 3: WAWebProtobufsE2E.PlaceholderMessage.PlaceholderType
|
|
(BCallMessage_MediaType)(0), // 4: WAWebProtobufsE2E.BCallMessage.MediaType
|
|
(CallLogMessage_CallOutcome)(0), // 5: WAWebProtobufsE2E.CallLogMessage.CallOutcome
|
|
(CallLogMessage_CallType)(0), // 6: WAWebProtobufsE2E.CallLogMessage.CallType
|
|
(ScheduledCallEditMessage_EditType)(0), // 7: WAWebProtobufsE2E.ScheduledCallEditMessage.EditType
|
|
(ScheduledCallCreationMessage_CallType)(0), // 8: WAWebProtobufsE2E.ScheduledCallCreationMessage.CallType
|
|
(EventResponseMessage_EventResponseType)(0), // 9: WAWebProtobufsE2E.EventResponseMessage.EventResponseType
|
|
(PinInChatMessage_Type)(0), // 10: WAWebProtobufsE2E.PinInChatMessage.Type
|
|
(ButtonsResponseMessage_Type)(0), // 11: WAWebProtobufsE2E.ButtonsResponseMessage.Type
|
|
(ButtonsMessage_HeaderType)(0), // 12: WAWebProtobufsE2E.ButtonsMessage.HeaderType
|
|
(ButtonsMessage_Button_Type)(0), // 13: WAWebProtobufsE2E.ButtonsMessage.Button.Type
|
|
(SecretEncryptedMessage_SecretEncType)(0), // 14: WAWebProtobufsE2E.SecretEncryptedMessage.SecretEncType
|
|
(GroupInviteMessage_GroupType)(0), // 15: WAWebProtobufsE2E.GroupInviteMessage.GroupType
|
|
(InteractiveResponseMessage_Body_Format)(0), // 16: WAWebProtobufsE2E.InteractiveResponseMessage.Body.Format
|
|
(InteractiveMessage_ShopMessage_Surface)(0), // 17: WAWebProtobufsE2E.InteractiveMessage.ShopMessage.Surface
|
|
(ListResponseMessage_ListType)(0), // 18: WAWebProtobufsE2E.ListResponseMessage.ListType
|
|
(ListMessage_ListType)(0), // 19: WAWebProtobufsE2E.ListMessage.ListType
|
|
(OrderMessage_OrderSurface)(0), // 20: WAWebProtobufsE2E.OrderMessage.OrderSurface
|
|
(OrderMessage_OrderStatus)(0), // 21: WAWebProtobufsE2E.OrderMessage.OrderStatus
|
|
(PaymentInviteMessage_ServiceType)(0), // 22: WAWebProtobufsE2E.PaymentInviteMessage.ServiceType
|
|
(HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_CalendarType)(0), // 23: WAWebProtobufsE2E.HighlyStructuredMessage.HSMLocalizableParameter.HSMDateTime.HSMDateTimeComponent.CalendarType
|
|
(HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_DayOfWeekType)(0), // 24: WAWebProtobufsE2E.HighlyStructuredMessage.HSMLocalizableParameter.HSMDateTime.HSMDateTimeComponent.DayOfWeekType
|
|
(PeerDataOperationRequestResponseMessage_PeerDataOperationResult_FullHistorySyncOnDemandResponseCode)(0), // 25: WAWebProtobufsE2E.PeerDataOperationRequestResponseMessage.PeerDataOperationResult.FullHistorySyncOnDemandResponseCode
|
|
(HistorySyncNotification_HistorySyncType)(0), // 26: WAWebProtobufsE2E.HistorySyncNotification.HistorySyncType
|
|
(RequestWelcomeMessageMetadata_LocalChatState)(0), // 27: WAWebProtobufsE2E.RequestWelcomeMessageMetadata.LocalChatState
|
|
(ProtocolMessage_Type)(0), // 28: WAWebProtobufsE2E.ProtocolMessage.Type
|
|
(CloudAPIThreadControlNotification_CloudAPIThreadControl)(0), // 29: WAWebProtobufsE2E.CloudAPIThreadControlNotification.CloudAPIThreadControl
|
|
(BotFeedbackMessage_ReportKind)(0), // 30: WAWebProtobufsE2E.BotFeedbackMessage.ReportKind
|
|
(BotFeedbackMessage_BotFeedbackKindMultiplePositive)(0), // 31: WAWebProtobufsE2E.BotFeedbackMessage.BotFeedbackKindMultiplePositive
|
|
(BotFeedbackMessage_BotFeedbackKindMultipleNegative)(0), // 32: WAWebProtobufsE2E.BotFeedbackMessage.BotFeedbackKindMultipleNegative
|
|
(BotFeedbackMessage_BotFeedbackKind)(0), // 33: WAWebProtobufsE2E.BotFeedbackMessage.BotFeedbackKind
|
|
(VideoMessage_Attribution)(0), // 34: WAWebProtobufsE2E.VideoMessage.Attribution
|
|
(ExtendedTextMessage_InviteLinkGroupType)(0), // 35: WAWebProtobufsE2E.ExtendedTextMessage.InviteLinkGroupType
|
|
(ExtendedTextMessage_PreviewType)(0), // 36: WAWebProtobufsE2E.ExtendedTextMessage.PreviewType
|
|
(ExtendedTextMessage_FontType)(0), // 37: WAWebProtobufsE2E.ExtendedTextMessage.FontType
|
|
(InvoiceMessage_AttachmentType)(0), // 38: WAWebProtobufsE2E.InvoiceMessage.AttachmentType
|
|
(ImageMessage_ImageSourceType)(0), // 39: WAWebProtobufsE2E.ImageMessage.ImageSourceType
|
|
(ContextInfo_ForwardedNewsletterMessageInfo_ContentType)(0), // 40: WAWebProtobufsE2E.ContextInfo.ForwardedNewsletterMessageInfo.ContentType
|
|
(ContextInfo_ExternalAdReplyInfo_MediaType)(0), // 41: WAWebProtobufsE2E.ContextInfo.ExternalAdReplyInfo.MediaType
|
|
(ContextInfo_AdReplyInfo_MediaType)(0), // 42: WAWebProtobufsE2E.ContextInfo.AdReplyInfo.MediaType
|
|
(BotPluginMetadata_PluginType)(0), // 43: WAWebProtobufsE2E.BotPluginMetadata.PluginType
|
|
(BotPluginMetadata_SearchProvider)(0), // 44: WAWebProtobufsE2E.BotPluginMetadata.SearchProvider
|
|
(BotMediaMetadata_OrientationType)(0), // 45: WAWebProtobufsE2E.BotMediaMetadata.OrientationType
|
|
(BotReminderMetadata_ReminderFrequency)(0), // 46: WAWebProtobufsE2E.BotReminderMetadata.ReminderFrequency
|
|
(BotReminderMetadata_ReminderAction)(0), // 47: WAWebProtobufsE2E.BotReminderMetadata.ReminderAction
|
|
(BotModelMetadata_PremiumModelStatus)(0), // 48: WAWebProtobufsE2E.BotModelMetadata.PremiumModelStatus
|
|
(BotModelMetadata_ModelType)(0), // 49: WAWebProtobufsE2E.BotModelMetadata.ModelType
|
|
(MessageAssociation_AssociationType)(0), // 50: WAWebProtobufsE2E.MessageAssociation.AssociationType
|
|
(MessageContextInfo_MessageAddonExpiryType)(0), // 51: WAWebProtobufsE2E.MessageContextInfo.MessageAddonExpiryType
|
|
(HydratedTemplateButton_HydratedURLButton_WebviewPresentationType)(0), // 52: WAWebProtobufsE2E.HydratedTemplateButton.HydratedURLButton.WebviewPresentationType
|
|
(PaymentBackground_Type)(0), // 53: WAWebProtobufsE2E.PaymentBackground.Type
|
|
(DisappearingMode_Trigger)(0), // 54: WAWebProtobufsE2E.DisappearingMode.Trigger
|
|
(DisappearingMode_Initiator)(0), // 55: WAWebProtobufsE2E.DisappearingMode.Initiator
|
|
(ProcessedVideo_VideoQuality)(0), // 56: WAWebProtobufsE2E.ProcessedVideo.VideoQuality
|
|
(*PlaceholderMessage)(nil), // 57: WAWebProtobufsE2E.PlaceholderMessage
|
|
(*BCallMessage)(nil), // 58: WAWebProtobufsE2E.BCallMessage
|
|
(*CallLogMessage)(nil), // 59: WAWebProtobufsE2E.CallLogMessage
|
|
(*ScheduledCallEditMessage)(nil), // 60: WAWebProtobufsE2E.ScheduledCallEditMessage
|
|
(*ScheduledCallCreationMessage)(nil), // 61: WAWebProtobufsE2E.ScheduledCallCreationMessage
|
|
(*EventResponseMessage)(nil), // 62: WAWebProtobufsE2E.EventResponseMessage
|
|
(*PinInChatMessage)(nil), // 63: WAWebProtobufsE2E.PinInChatMessage
|
|
(*ButtonsResponseMessage)(nil), // 64: WAWebProtobufsE2E.ButtonsResponseMessage
|
|
(*ButtonsMessage)(nil), // 65: WAWebProtobufsE2E.ButtonsMessage
|
|
(*SecretEncryptedMessage)(nil), // 66: WAWebProtobufsE2E.SecretEncryptedMessage
|
|
(*GroupInviteMessage)(nil), // 67: WAWebProtobufsE2E.GroupInviteMessage
|
|
(*InteractiveResponseMessage)(nil), // 68: WAWebProtobufsE2E.InteractiveResponseMessage
|
|
(*InteractiveMessage)(nil), // 69: WAWebProtobufsE2E.InteractiveMessage
|
|
(*ListResponseMessage)(nil), // 70: WAWebProtobufsE2E.ListResponseMessage
|
|
(*ListMessage)(nil), // 71: WAWebProtobufsE2E.ListMessage
|
|
(*OrderMessage)(nil), // 72: WAWebProtobufsE2E.OrderMessage
|
|
(*PaymentInviteMessage)(nil), // 73: WAWebProtobufsE2E.PaymentInviteMessage
|
|
(*HighlyStructuredMessage)(nil), // 74: WAWebProtobufsE2E.HighlyStructuredMessage
|
|
(*PeerDataOperationRequestResponseMessage)(nil), // 75: WAWebProtobufsE2E.PeerDataOperationRequestResponseMessage
|
|
(*HistorySyncNotification)(nil), // 76: WAWebProtobufsE2E.HistorySyncNotification
|
|
(*RequestWelcomeMessageMetadata)(nil), // 77: WAWebProtobufsE2E.RequestWelcomeMessageMetadata
|
|
(*ProtocolMessage)(nil), // 78: WAWebProtobufsE2E.ProtocolMessage
|
|
(*CloudAPIThreadControlNotification)(nil), // 79: WAWebProtobufsE2E.CloudAPIThreadControlNotification
|
|
(*BotFeedbackMessage)(nil), // 80: WAWebProtobufsE2E.BotFeedbackMessage
|
|
(*VideoMessage)(nil), // 81: WAWebProtobufsE2E.VideoMessage
|
|
(*ExtendedTextMessage)(nil), // 82: WAWebProtobufsE2E.ExtendedTextMessage
|
|
(*InvoiceMessage)(nil), // 83: WAWebProtobufsE2E.InvoiceMessage
|
|
(*ImageMessage)(nil), // 84: WAWebProtobufsE2E.ImageMessage
|
|
(*ContextInfo)(nil), // 85: WAWebProtobufsE2E.ContextInfo
|
|
(*BotPluginMetadata)(nil), // 86: WAWebProtobufsE2E.BotPluginMetadata
|
|
(*BotMediaMetadata)(nil), // 87: WAWebProtobufsE2E.BotMediaMetadata
|
|
(*BotReminderMetadata)(nil), // 88: WAWebProtobufsE2E.BotReminderMetadata
|
|
(*BotModelMetadata)(nil), // 89: WAWebProtobufsE2E.BotModelMetadata
|
|
(*MessageAssociation)(nil), // 90: WAWebProtobufsE2E.MessageAssociation
|
|
(*MessageContextInfo)(nil), // 91: WAWebProtobufsE2E.MessageContextInfo
|
|
(*HydratedTemplateButton)(nil), // 92: WAWebProtobufsE2E.HydratedTemplateButton
|
|
(*PaymentBackground)(nil), // 93: WAWebProtobufsE2E.PaymentBackground
|
|
(*DisappearingMode)(nil), // 94: WAWebProtobufsE2E.DisappearingMode
|
|
(*ProcessedVideo)(nil), // 95: WAWebProtobufsE2E.ProcessedVideo
|
|
(*Message)(nil), // 96: WAWebProtobufsE2E.Message
|
|
(*StickerPackMessage)(nil), // 97: WAWebProtobufsE2E.StickerPackMessage
|
|
(*AlbumMessage)(nil), // 98: WAWebProtobufsE2E.AlbumMessage
|
|
(*MessageHistoryBundle)(nil), // 99: WAWebProtobufsE2E.MessageHistoryBundle
|
|
(*EncEventResponseMessage)(nil), // 100: WAWebProtobufsE2E.EncEventResponseMessage
|
|
(*EventMessage)(nil), // 101: WAWebProtobufsE2E.EventMessage
|
|
(*CommentMessage)(nil), // 102: WAWebProtobufsE2E.CommentMessage
|
|
(*EncCommentMessage)(nil), // 103: WAWebProtobufsE2E.EncCommentMessage
|
|
(*EncReactionMessage)(nil), // 104: WAWebProtobufsE2E.EncReactionMessage
|
|
(*KeepInChatMessage)(nil), // 105: WAWebProtobufsE2E.KeepInChatMessage
|
|
(*PollResultSnapshotMessage)(nil), // 106: WAWebProtobufsE2E.PollResultSnapshotMessage
|
|
(*PollVoteMessage)(nil), // 107: WAWebProtobufsE2E.PollVoteMessage
|
|
(*PollEncValue)(nil), // 108: WAWebProtobufsE2E.PollEncValue
|
|
(*PollUpdateMessageMetadata)(nil), // 109: WAWebProtobufsE2E.PollUpdateMessageMetadata
|
|
(*PollUpdateMessage)(nil), // 110: WAWebProtobufsE2E.PollUpdateMessage
|
|
(*PollCreationMessage)(nil), // 111: WAWebProtobufsE2E.PollCreationMessage
|
|
(*StickerSyncRMRMessage)(nil), // 112: WAWebProtobufsE2E.StickerSyncRMRMessage
|
|
(*ReactionMessage)(nil), // 113: WAWebProtobufsE2E.ReactionMessage
|
|
(*FutureProofMessage)(nil), // 114: WAWebProtobufsE2E.FutureProofMessage
|
|
(*DeviceSentMessage)(nil), // 115: WAWebProtobufsE2E.DeviceSentMessage
|
|
(*RequestPhoneNumberMessage)(nil), // 116: WAWebProtobufsE2E.RequestPhoneNumberMessage
|
|
(*NewsletterAdminInviteMessage)(nil), // 117: WAWebProtobufsE2E.NewsletterAdminInviteMessage
|
|
(*ProductMessage)(nil), // 118: WAWebProtobufsE2E.ProductMessage
|
|
(*TemplateButtonReplyMessage)(nil), // 119: WAWebProtobufsE2E.TemplateButtonReplyMessage
|
|
(*TemplateMessage)(nil), // 120: WAWebProtobufsE2E.TemplateMessage
|
|
(*StickerMessage)(nil), // 121: WAWebProtobufsE2E.StickerMessage
|
|
(*LiveLocationMessage)(nil), // 122: WAWebProtobufsE2E.LiveLocationMessage
|
|
(*CancelPaymentRequestMessage)(nil), // 123: WAWebProtobufsE2E.CancelPaymentRequestMessage
|
|
(*DeclinePaymentRequestMessage)(nil), // 124: WAWebProtobufsE2E.DeclinePaymentRequestMessage
|
|
(*RequestPaymentMessage)(nil), // 125: WAWebProtobufsE2E.RequestPaymentMessage
|
|
(*SendPaymentMessage)(nil), // 126: WAWebProtobufsE2E.SendPaymentMessage
|
|
(*ContactsArrayMessage)(nil), // 127: WAWebProtobufsE2E.ContactsArrayMessage
|
|
(*InitialSecurityNotificationSettingSync)(nil), // 128: WAWebProtobufsE2E.InitialSecurityNotificationSettingSync
|
|
(*PeerDataOperationRequestMessage)(nil), // 129: WAWebProtobufsE2E.PeerDataOperationRequestMessage
|
|
(*FullHistorySyncOnDemandRequestMetadata)(nil), // 130: WAWebProtobufsE2E.FullHistorySyncOnDemandRequestMetadata
|
|
(*AppStateFatalExceptionNotification)(nil), // 131: WAWebProtobufsE2E.AppStateFatalExceptionNotification
|
|
(*AppStateSyncKeyRequest)(nil), // 132: WAWebProtobufsE2E.AppStateSyncKeyRequest
|
|
(*AppStateSyncKeyShare)(nil), // 133: WAWebProtobufsE2E.AppStateSyncKeyShare
|
|
(*AppStateSyncKeyData)(nil), // 134: WAWebProtobufsE2E.AppStateSyncKeyData
|
|
(*AppStateSyncKeyFingerprint)(nil), // 135: WAWebProtobufsE2E.AppStateSyncKeyFingerprint
|
|
(*AppStateSyncKeyId)(nil), // 136: WAWebProtobufsE2E.AppStateSyncKeyId
|
|
(*AppStateSyncKey)(nil), // 137: WAWebProtobufsE2E.AppStateSyncKey
|
|
(*Chat)(nil), // 138: WAWebProtobufsE2E.Chat
|
|
(*Call)(nil), // 139: WAWebProtobufsE2E.Call
|
|
(*AudioMessage)(nil), // 140: WAWebProtobufsE2E.AudioMessage
|
|
(*DocumentMessage)(nil), // 141: WAWebProtobufsE2E.DocumentMessage
|
|
(*LocationMessage)(nil), // 142: WAWebProtobufsE2E.LocationMessage
|
|
(*ContactMessage)(nil), // 143: WAWebProtobufsE2E.ContactMessage
|
|
(*SenderKeyDistributionMessage)(nil), // 144: WAWebProtobufsE2E.SenderKeyDistributionMessage
|
|
(*BotAvatarMetadata)(nil), // 145: WAWebProtobufsE2E.BotAvatarMetadata
|
|
(*BotSuggestedPromptMetadata)(nil), // 146: WAWebProtobufsE2E.BotSuggestedPromptMetadata
|
|
(*BotSessionMetadata)(nil), // 147: WAWebProtobufsE2E.BotSessionMetadata
|
|
(*BotMemuMetadata)(nil), // 148: WAWebProtobufsE2E.BotMemuMetadata
|
|
(*BotMetadata)(nil), // 149: WAWebProtobufsE2E.BotMetadata
|
|
(*DeviceListMetadata)(nil), // 150: WAWebProtobufsE2E.DeviceListMetadata
|
|
(*EmbeddedMessage)(nil), // 151: WAWebProtobufsE2E.EmbeddedMessage
|
|
(*EmbeddedMusic)(nil), // 152: WAWebProtobufsE2E.EmbeddedMusic
|
|
(*EmbeddedContent)(nil), // 153: WAWebProtobufsE2E.EmbeddedContent
|
|
(*InteractiveAnnotation)(nil), // 154: WAWebProtobufsE2E.InteractiveAnnotation
|
|
(*Point)(nil), // 155: WAWebProtobufsE2E.Point
|
|
(*Location)(nil), // 156: WAWebProtobufsE2E.Location
|
|
(*TemplateButton)(nil), // 157: WAWebProtobufsE2E.TemplateButton
|
|
(*Money)(nil), // 158: WAWebProtobufsE2E.Money
|
|
(*ActionLink)(nil), // 159: WAWebProtobufsE2E.ActionLink
|
|
(*GroupMention)(nil), // 160: WAWebProtobufsE2E.GroupMention
|
|
(*MessageSecretMessage)(nil), // 161: WAWebProtobufsE2E.MessageSecretMessage
|
|
(*MediaNotifyMessage)(nil), // 162: WAWebProtobufsE2E.MediaNotifyMessage
|
|
(*LIDMigrationMappingSyncMessage)(nil), // 163: WAWebProtobufsE2E.LIDMigrationMappingSyncMessage
|
|
(*CallLogMessage_CallParticipant)(nil), // 164: WAWebProtobufsE2E.CallLogMessage.CallParticipant
|
|
(*ButtonsMessage_Button)(nil), // 165: WAWebProtobufsE2E.ButtonsMessage.Button
|
|
(*ButtonsMessage_Button_NativeFlowInfo)(nil), // 166: WAWebProtobufsE2E.ButtonsMessage.Button.NativeFlowInfo
|
|
(*ButtonsMessage_Button_ButtonText)(nil), // 167: WAWebProtobufsE2E.ButtonsMessage.Button.ButtonText
|
|
(*InteractiveResponseMessage_Body)(nil), // 168: WAWebProtobufsE2E.InteractiveResponseMessage.Body
|
|
(*InteractiveResponseMessage_NativeFlowResponseMessage)(nil), // 169: WAWebProtobufsE2E.InteractiveResponseMessage.NativeFlowResponseMessage
|
|
(*InteractiveMessage_ShopMessage)(nil), // 170: WAWebProtobufsE2E.InteractiveMessage.ShopMessage
|
|
(*InteractiveMessage_CarouselMessage)(nil), // 171: WAWebProtobufsE2E.InteractiveMessage.CarouselMessage
|
|
(*InteractiveMessage_NativeFlowMessage)(nil), // 172: WAWebProtobufsE2E.InteractiveMessage.NativeFlowMessage
|
|
(*InteractiveMessage_CollectionMessage)(nil), // 173: WAWebProtobufsE2E.InteractiveMessage.CollectionMessage
|
|
(*InteractiveMessage_Footer)(nil), // 174: WAWebProtobufsE2E.InteractiveMessage.Footer
|
|
(*InteractiveMessage_Body)(nil), // 175: WAWebProtobufsE2E.InteractiveMessage.Body
|
|
(*InteractiveMessage_Header)(nil), // 176: WAWebProtobufsE2E.InteractiveMessage.Header
|
|
(*InteractiveMessage_NativeFlowMessage_NativeFlowButton)(nil), // 177: WAWebProtobufsE2E.InteractiveMessage.NativeFlowMessage.NativeFlowButton
|
|
(*ListResponseMessage_SingleSelectReply)(nil), // 178: WAWebProtobufsE2E.ListResponseMessage.SingleSelectReply
|
|
(*ListMessage_ProductListInfo)(nil), // 179: WAWebProtobufsE2E.ListMessage.ProductListInfo
|
|
(*ListMessage_ProductListHeaderImage)(nil), // 180: WAWebProtobufsE2E.ListMessage.ProductListHeaderImage
|
|
(*ListMessage_ProductSection)(nil), // 181: WAWebProtobufsE2E.ListMessage.ProductSection
|
|
(*ListMessage_Product)(nil), // 182: WAWebProtobufsE2E.ListMessage.Product
|
|
(*ListMessage_Section)(nil), // 183: WAWebProtobufsE2E.ListMessage.Section
|
|
(*ListMessage_Row)(nil), // 184: WAWebProtobufsE2E.ListMessage.Row
|
|
(*HighlyStructuredMessage_HSMLocalizableParameter)(nil), // 185: WAWebProtobufsE2E.HighlyStructuredMessage.HSMLocalizableParameter
|
|
(*HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime)(nil), // 186: WAWebProtobufsE2E.HighlyStructuredMessage.HSMLocalizableParameter.HSMDateTime
|
|
(*HighlyStructuredMessage_HSMLocalizableParameter_HSMCurrency)(nil), // 187: WAWebProtobufsE2E.HighlyStructuredMessage.HSMLocalizableParameter.HSMCurrency
|
|
(*HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent)(nil), // 188: WAWebProtobufsE2E.HighlyStructuredMessage.HSMLocalizableParameter.HSMDateTime.HSMDateTimeComponent
|
|
(*HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeUnixEpoch)(nil), // 189: WAWebProtobufsE2E.HighlyStructuredMessage.HSMLocalizableParameter.HSMDateTime.HSMDateTimeUnixEpoch
|
|
(*PeerDataOperationRequestResponseMessage_PeerDataOperationResult)(nil), // 190: WAWebProtobufsE2E.PeerDataOperationRequestResponseMessage.PeerDataOperationResult
|
|
(*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_WaffleNonceFetchResponse)(nil), // 191: WAWebProtobufsE2E.PeerDataOperationRequestResponseMessage.PeerDataOperationResult.WaffleNonceFetchResponse
|
|
(*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_FullHistorySyncOnDemandRequestResponse)(nil), // 192: WAWebProtobufsE2E.PeerDataOperationRequestResponseMessage.PeerDataOperationResult.FullHistorySyncOnDemandRequestResponse
|
|
(*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_PlaceholderMessageResendResponse)(nil), // 193: WAWebProtobufsE2E.PeerDataOperationRequestResponseMessage.PeerDataOperationResult.PlaceholderMessageResendResponse
|
|
(*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse)(nil), // 194: WAWebProtobufsE2E.PeerDataOperationRequestResponseMessage.PeerDataOperationResult.LinkPreviewResponse
|
|
(*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse_LinkPreviewHighQualityThumbnail)(nil), // 195: WAWebProtobufsE2E.PeerDataOperationRequestResponseMessage.PeerDataOperationResult.LinkPreviewResponse.LinkPreviewHighQualityThumbnail
|
|
(*ContextInfo_ForwardedNewsletterMessageInfo)(nil), // 196: WAWebProtobufsE2E.ContextInfo.ForwardedNewsletterMessageInfo
|
|
(*ContextInfo_ExternalAdReplyInfo)(nil), // 197: WAWebProtobufsE2E.ContextInfo.ExternalAdReplyInfo
|
|
(*ContextInfo_AdReplyInfo)(nil), // 198: WAWebProtobufsE2E.ContextInfo.AdReplyInfo
|
|
(*ContextInfo_FeatureEligibilities)(nil), // 199: WAWebProtobufsE2E.ContextInfo.FeatureEligibilities
|
|
(*ContextInfo_DataSharingContext)(nil), // 200: WAWebProtobufsE2E.ContextInfo.DataSharingContext
|
|
(*ContextInfo_UTMInfo)(nil), // 201: WAWebProtobufsE2E.ContextInfo.UTMInfo
|
|
(*ContextInfo_BusinessMessageForwardInfo)(nil), // 202: WAWebProtobufsE2E.ContextInfo.BusinessMessageForwardInfo
|
|
(*ContextInfo_DataSharingContext_Parameters)(nil), // 203: WAWebProtobufsE2E.ContextInfo.DataSharingContext.Parameters
|
|
(*HydratedTemplateButton_HydratedURLButton)(nil), // 204: WAWebProtobufsE2E.HydratedTemplateButton.HydratedURLButton
|
|
(*HydratedTemplateButton_HydratedCallButton)(nil), // 205: WAWebProtobufsE2E.HydratedTemplateButton.HydratedCallButton
|
|
(*HydratedTemplateButton_HydratedQuickReplyButton)(nil), // 206: WAWebProtobufsE2E.HydratedTemplateButton.HydratedQuickReplyButton
|
|
(*PaymentBackground_MediaData)(nil), // 207: WAWebProtobufsE2E.PaymentBackground.MediaData
|
|
(*StickerPackMessage_Sticker)(nil), // 208: WAWebProtobufsE2E.StickerPackMessage.Sticker
|
|
(*PollResultSnapshotMessage_PollVote)(nil), // 209: WAWebProtobufsE2E.PollResultSnapshotMessage.PollVote
|
|
(*PollCreationMessage_Option)(nil), // 210: WAWebProtobufsE2E.PollCreationMessage.Option
|
|
(*ProductMessage_ProductSnapshot)(nil), // 211: WAWebProtobufsE2E.ProductMessage.ProductSnapshot
|
|
(*ProductMessage_CatalogSnapshot)(nil), // 212: WAWebProtobufsE2E.ProductMessage.CatalogSnapshot
|
|
(*TemplateMessage_HydratedFourRowTemplate)(nil), // 213: WAWebProtobufsE2E.TemplateMessage.HydratedFourRowTemplate
|
|
(*TemplateMessage_FourRowTemplate)(nil), // 214: WAWebProtobufsE2E.TemplateMessage.FourRowTemplate
|
|
(*PeerDataOperationRequestMessage_PlaceholderMessageResendRequest)(nil), // 215: WAWebProtobufsE2E.PeerDataOperationRequestMessage.PlaceholderMessageResendRequest
|
|
(*PeerDataOperationRequestMessage_FullHistorySyncOnDemandRequest)(nil), // 216: WAWebProtobufsE2E.PeerDataOperationRequestMessage.FullHistorySyncOnDemandRequest
|
|
(*PeerDataOperationRequestMessage_HistorySyncOnDemandRequest)(nil), // 217: WAWebProtobufsE2E.PeerDataOperationRequestMessage.HistorySyncOnDemandRequest
|
|
(*PeerDataOperationRequestMessage_RequestUrlPreview)(nil), // 218: WAWebProtobufsE2E.PeerDataOperationRequestMessage.RequestUrlPreview
|
|
(*PeerDataOperationRequestMessage_RequestStickerReupload)(nil), // 219: WAWebProtobufsE2E.PeerDataOperationRequestMessage.RequestStickerReupload
|
|
(*TemplateButton_CallButton)(nil), // 220: WAWebProtobufsE2E.TemplateButton.CallButton
|
|
(*TemplateButton_URLButton)(nil), // 221: WAWebProtobufsE2E.TemplateButton.URLButton
|
|
(*TemplateButton_QuickReplyButton)(nil), // 222: WAWebProtobufsE2E.TemplateButton.QuickReplyButton
|
|
(*waCommon.MessageKey)(nil), // 223: WACommon.MessageKey
|
|
(waAdv.ADVEncryptionType)(0), // 224: WAAdv.ADVEncryptionType
|
|
(waMmsRetry.MediaRetryNotification_ResultType)(0), // 225: WAMmsRetry.MediaRetryNotification.ResultType
|
|
(*waCompanionReg.DeviceProps_HistorySyncConfig)(nil), // 226: WAWebProtobufsCompanionReg.DeviceProps.HistorySyncConfig
|
|
}
|
|
var file_waE2E_WAWebProtobufsE2E_proto_depIdxs = []int32{
|
|
3, // 0: WAWebProtobufsE2E.PlaceholderMessage.type:type_name -> WAWebProtobufsE2E.PlaceholderMessage.PlaceholderType
|
|
4, // 1: WAWebProtobufsE2E.BCallMessage.mediaType:type_name -> WAWebProtobufsE2E.BCallMessage.MediaType
|
|
5, // 2: WAWebProtobufsE2E.CallLogMessage.callOutcome:type_name -> WAWebProtobufsE2E.CallLogMessage.CallOutcome
|
|
6, // 3: WAWebProtobufsE2E.CallLogMessage.callType:type_name -> WAWebProtobufsE2E.CallLogMessage.CallType
|
|
164, // 4: WAWebProtobufsE2E.CallLogMessage.participants:type_name -> WAWebProtobufsE2E.CallLogMessage.CallParticipant
|
|
223, // 5: WAWebProtobufsE2E.ScheduledCallEditMessage.key:type_name -> WACommon.MessageKey
|
|
7, // 6: WAWebProtobufsE2E.ScheduledCallEditMessage.editType:type_name -> WAWebProtobufsE2E.ScheduledCallEditMessage.EditType
|
|
8, // 7: WAWebProtobufsE2E.ScheduledCallCreationMessage.callType:type_name -> WAWebProtobufsE2E.ScheduledCallCreationMessage.CallType
|
|
9, // 8: WAWebProtobufsE2E.EventResponseMessage.response:type_name -> WAWebProtobufsE2E.EventResponseMessage.EventResponseType
|
|
223, // 9: WAWebProtobufsE2E.PinInChatMessage.key:type_name -> WACommon.MessageKey
|
|
10, // 10: WAWebProtobufsE2E.PinInChatMessage.type:type_name -> WAWebProtobufsE2E.PinInChatMessage.Type
|
|
85, // 11: WAWebProtobufsE2E.ButtonsResponseMessage.contextInfo:type_name -> WAWebProtobufsE2E.ContextInfo
|
|
11, // 12: WAWebProtobufsE2E.ButtonsResponseMessage.type:type_name -> WAWebProtobufsE2E.ButtonsResponseMessage.Type
|
|
141, // 13: WAWebProtobufsE2E.ButtonsMessage.documentMessage:type_name -> WAWebProtobufsE2E.DocumentMessage
|
|
84, // 14: WAWebProtobufsE2E.ButtonsMessage.imageMessage:type_name -> WAWebProtobufsE2E.ImageMessage
|
|
81, // 15: WAWebProtobufsE2E.ButtonsMessage.videoMessage:type_name -> WAWebProtobufsE2E.VideoMessage
|
|
142, // 16: WAWebProtobufsE2E.ButtonsMessage.locationMessage:type_name -> WAWebProtobufsE2E.LocationMessage
|
|
85, // 17: WAWebProtobufsE2E.ButtonsMessage.contextInfo:type_name -> WAWebProtobufsE2E.ContextInfo
|
|
165, // 18: WAWebProtobufsE2E.ButtonsMessage.buttons:type_name -> WAWebProtobufsE2E.ButtonsMessage.Button
|
|
12, // 19: WAWebProtobufsE2E.ButtonsMessage.headerType:type_name -> WAWebProtobufsE2E.ButtonsMessage.HeaderType
|
|
223, // 20: WAWebProtobufsE2E.SecretEncryptedMessage.targetMessageKey:type_name -> WACommon.MessageKey
|
|
14, // 21: WAWebProtobufsE2E.SecretEncryptedMessage.secretEncType:type_name -> WAWebProtobufsE2E.SecretEncryptedMessage.SecretEncType
|
|
85, // 22: WAWebProtobufsE2E.GroupInviteMessage.contextInfo:type_name -> WAWebProtobufsE2E.ContextInfo
|
|
15, // 23: WAWebProtobufsE2E.GroupInviteMessage.groupType:type_name -> WAWebProtobufsE2E.GroupInviteMessage.GroupType
|
|
169, // 24: WAWebProtobufsE2E.InteractiveResponseMessage.nativeFlowResponseMessage:type_name -> WAWebProtobufsE2E.InteractiveResponseMessage.NativeFlowResponseMessage
|
|
168, // 25: WAWebProtobufsE2E.InteractiveResponseMessage.body:type_name -> WAWebProtobufsE2E.InteractiveResponseMessage.Body
|
|
85, // 26: WAWebProtobufsE2E.InteractiveResponseMessage.contextInfo:type_name -> WAWebProtobufsE2E.ContextInfo
|
|
170, // 27: WAWebProtobufsE2E.InteractiveMessage.shopStorefrontMessage:type_name -> WAWebProtobufsE2E.InteractiveMessage.ShopMessage
|
|
173, // 28: WAWebProtobufsE2E.InteractiveMessage.collectionMessage:type_name -> WAWebProtobufsE2E.InteractiveMessage.CollectionMessage
|
|
172, // 29: WAWebProtobufsE2E.InteractiveMessage.nativeFlowMessage:type_name -> WAWebProtobufsE2E.InteractiveMessage.NativeFlowMessage
|
|
171, // 30: WAWebProtobufsE2E.InteractiveMessage.carouselMessage:type_name -> WAWebProtobufsE2E.InteractiveMessage.CarouselMessage
|
|
176, // 31: WAWebProtobufsE2E.InteractiveMessage.header:type_name -> WAWebProtobufsE2E.InteractiveMessage.Header
|
|
175, // 32: WAWebProtobufsE2E.InteractiveMessage.body:type_name -> WAWebProtobufsE2E.InteractiveMessage.Body
|
|
174, // 33: WAWebProtobufsE2E.InteractiveMessage.footer:type_name -> WAWebProtobufsE2E.InteractiveMessage.Footer
|
|
85, // 34: WAWebProtobufsE2E.InteractiveMessage.contextInfo:type_name -> WAWebProtobufsE2E.ContextInfo
|
|
18, // 35: WAWebProtobufsE2E.ListResponseMessage.listType:type_name -> WAWebProtobufsE2E.ListResponseMessage.ListType
|
|
178, // 36: WAWebProtobufsE2E.ListResponseMessage.singleSelectReply:type_name -> WAWebProtobufsE2E.ListResponseMessage.SingleSelectReply
|
|
85, // 37: WAWebProtobufsE2E.ListResponseMessage.contextInfo:type_name -> WAWebProtobufsE2E.ContextInfo
|
|
19, // 38: WAWebProtobufsE2E.ListMessage.listType:type_name -> WAWebProtobufsE2E.ListMessage.ListType
|
|
183, // 39: WAWebProtobufsE2E.ListMessage.sections:type_name -> WAWebProtobufsE2E.ListMessage.Section
|
|
179, // 40: WAWebProtobufsE2E.ListMessage.productListInfo:type_name -> WAWebProtobufsE2E.ListMessage.ProductListInfo
|
|
85, // 41: WAWebProtobufsE2E.ListMessage.contextInfo:type_name -> WAWebProtobufsE2E.ContextInfo
|
|
21, // 42: WAWebProtobufsE2E.OrderMessage.status:type_name -> WAWebProtobufsE2E.OrderMessage.OrderStatus
|
|
20, // 43: WAWebProtobufsE2E.OrderMessage.surface:type_name -> WAWebProtobufsE2E.OrderMessage.OrderSurface
|
|
85, // 44: WAWebProtobufsE2E.OrderMessage.contextInfo:type_name -> WAWebProtobufsE2E.ContextInfo
|
|
223, // 45: WAWebProtobufsE2E.OrderMessage.orderRequestMessageID:type_name -> WACommon.MessageKey
|
|
22, // 46: WAWebProtobufsE2E.PaymentInviteMessage.serviceType:type_name -> WAWebProtobufsE2E.PaymentInviteMessage.ServiceType
|
|
185, // 47: WAWebProtobufsE2E.HighlyStructuredMessage.localizableParams:type_name -> WAWebProtobufsE2E.HighlyStructuredMessage.HSMLocalizableParameter
|
|
120, // 48: WAWebProtobufsE2E.HighlyStructuredMessage.hydratedHsm:type_name -> WAWebProtobufsE2E.TemplateMessage
|
|
0, // 49: WAWebProtobufsE2E.PeerDataOperationRequestResponseMessage.peerDataOperationRequestType:type_name -> WAWebProtobufsE2E.PeerDataOperationRequestType
|
|
190, // 50: WAWebProtobufsE2E.PeerDataOperationRequestResponseMessage.peerDataOperationResult:type_name -> WAWebProtobufsE2E.PeerDataOperationRequestResponseMessage.PeerDataOperationResult
|
|
26, // 51: WAWebProtobufsE2E.HistorySyncNotification.syncType:type_name -> WAWebProtobufsE2E.HistorySyncNotification.HistorySyncType
|
|
130, // 52: WAWebProtobufsE2E.HistorySyncNotification.fullHistorySyncOnDemandRequestMetadata:type_name -> WAWebProtobufsE2E.FullHistorySyncOnDemandRequestMetadata
|
|
27, // 53: WAWebProtobufsE2E.RequestWelcomeMessageMetadata.localChatState:type_name -> WAWebProtobufsE2E.RequestWelcomeMessageMetadata.LocalChatState
|
|
223, // 54: WAWebProtobufsE2E.ProtocolMessage.key:type_name -> WACommon.MessageKey
|
|
28, // 55: WAWebProtobufsE2E.ProtocolMessage.type:type_name -> WAWebProtobufsE2E.ProtocolMessage.Type
|
|
76, // 56: WAWebProtobufsE2E.ProtocolMessage.historySyncNotification:type_name -> WAWebProtobufsE2E.HistorySyncNotification
|
|
133, // 57: WAWebProtobufsE2E.ProtocolMessage.appStateSyncKeyShare:type_name -> WAWebProtobufsE2E.AppStateSyncKeyShare
|
|
132, // 58: WAWebProtobufsE2E.ProtocolMessage.appStateSyncKeyRequest:type_name -> WAWebProtobufsE2E.AppStateSyncKeyRequest
|
|
128, // 59: WAWebProtobufsE2E.ProtocolMessage.initialSecurityNotificationSettingSync:type_name -> WAWebProtobufsE2E.InitialSecurityNotificationSettingSync
|
|
131, // 60: WAWebProtobufsE2E.ProtocolMessage.appStateFatalExceptionNotification:type_name -> WAWebProtobufsE2E.AppStateFatalExceptionNotification
|
|
94, // 61: WAWebProtobufsE2E.ProtocolMessage.disappearingMode:type_name -> WAWebProtobufsE2E.DisappearingMode
|
|
96, // 62: WAWebProtobufsE2E.ProtocolMessage.editedMessage:type_name -> WAWebProtobufsE2E.Message
|
|
129, // 63: WAWebProtobufsE2E.ProtocolMessage.peerDataOperationRequestMessage:type_name -> WAWebProtobufsE2E.PeerDataOperationRequestMessage
|
|
75, // 64: WAWebProtobufsE2E.ProtocolMessage.peerDataOperationRequestResponseMessage:type_name -> WAWebProtobufsE2E.PeerDataOperationRequestResponseMessage
|
|
80, // 65: WAWebProtobufsE2E.ProtocolMessage.botFeedbackMessage:type_name -> WAWebProtobufsE2E.BotFeedbackMessage
|
|
77, // 66: WAWebProtobufsE2E.ProtocolMessage.requestWelcomeMessageMetadata:type_name -> WAWebProtobufsE2E.RequestWelcomeMessageMetadata
|
|
162, // 67: WAWebProtobufsE2E.ProtocolMessage.mediaNotifyMessage:type_name -> WAWebProtobufsE2E.MediaNotifyMessage
|
|
79, // 68: WAWebProtobufsE2E.ProtocolMessage.cloudApiThreadControlNotification:type_name -> WAWebProtobufsE2E.CloudAPIThreadControlNotification
|
|
163, // 69: WAWebProtobufsE2E.ProtocolMessage.lidMigrationMappingSyncMessage:type_name -> WAWebProtobufsE2E.LIDMigrationMappingSyncMessage
|
|
29, // 70: WAWebProtobufsE2E.CloudAPIThreadControlNotification.status:type_name -> WAWebProtobufsE2E.CloudAPIThreadControlNotification.CloudAPIThreadControl
|
|
223, // 71: WAWebProtobufsE2E.BotFeedbackMessage.messageKey:type_name -> WACommon.MessageKey
|
|
33, // 72: WAWebProtobufsE2E.BotFeedbackMessage.kind:type_name -> WAWebProtobufsE2E.BotFeedbackMessage.BotFeedbackKind
|
|
30, // 73: WAWebProtobufsE2E.BotFeedbackMessage.kindReport:type_name -> WAWebProtobufsE2E.BotFeedbackMessage.ReportKind
|
|
154, // 74: WAWebProtobufsE2E.VideoMessage.interactiveAnnotations:type_name -> WAWebProtobufsE2E.InteractiveAnnotation
|
|
85, // 75: WAWebProtobufsE2E.VideoMessage.contextInfo:type_name -> WAWebProtobufsE2E.ContextInfo
|
|
34, // 76: WAWebProtobufsE2E.VideoMessage.gifAttribution:type_name -> WAWebProtobufsE2E.VideoMessage.Attribution
|
|
154, // 77: WAWebProtobufsE2E.VideoMessage.annotations:type_name -> WAWebProtobufsE2E.InteractiveAnnotation
|
|
95, // 78: WAWebProtobufsE2E.VideoMessage.processedVideos:type_name -> WAWebProtobufsE2E.ProcessedVideo
|
|
37, // 79: WAWebProtobufsE2E.ExtendedTextMessage.font:type_name -> WAWebProtobufsE2E.ExtendedTextMessage.FontType
|
|
36, // 80: WAWebProtobufsE2E.ExtendedTextMessage.previewType:type_name -> WAWebProtobufsE2E.ExtendedTextMessage.PreviewType
|
|
85, // 81: WAWebProtobufsE2E.ExtendedTextMessage.contextInfo:type_name -> WAWebProtobufsE2E.ContextInfo
|
|
35, // 82: WAWebProtobufsE2E.ExtendedTextMessage.inviteLinkGroupType:type_name -> WAWebProtobufsE2E.ExtendedTextMessage.InviteLinkGroupType
|
|
35, // 83: WAWebProtobufsE2E.ExtendedTextMessage.inviteLinkGroupTypeV2:type_name -> WAWebProtobufsE2E.ExtendedTextMessage.InviteLinkGroupType
|
|
38, // 84: WAWebProtobufsE2E.InvoiceMessage.attachmentType:type_name -> WAWebProtobufsE2E.InvoiceMessage.AttachmentType
|
|
154, // 85: WAWebProtobufsE2E.ImageMessage.interactiveAnnotations:type_name -> WAWebProtobufsE2E.InteractiveAnnotation
|
|
85, // 86: WAWebProtobufsE2E.ImageMessage.contextInfo:type_name -> WAWebProtobufsE2E.ContextInfo
|
|
154, // 87: WAWebProtobufsE2E.ImageMessage.annotations:type_name -> WAWebProtobufsE2E.InteractiveAnnotation
|
|
39, // 88: WAWebProtobufsE2E.ImageMessage.imageSourceType:type_name -> WAWebProtobufsE2E.ImageMessage.ImageSourceType
|
|
96, // 89: WAWebProtobufsE2E.ContextInfo.quotedMessage:type_name -> WAWebProtobufsE2E.Message
|
|
198, // 90: WAWebProtobufsE2E.ContextInfo.quotedAd:type_name -> WAWebProtobufsE2E.ContextInfo.AdReplyInfo
|
|
223, // 91: WAWebProtobufsE2E.ContextInfo.placeholderKey:type_name -> WACommon.MessageKey
|
|
197, // 92: WAWebProtobufsE2E.ContextInfo.externalAdReply:type_name -> WAWebProtobufsE2E.ContextInfo.ExternalAdReplyInfo
|
|
94, // 93: WAWebProtobufsE2E.ContextInfo.disappearingMode:type_name -> WAWebProtobufsE2E.DisappearingMode
|
|
159, // 94: WAWebProtobufsE2E.ContextInfo.actionLink:type_name -> WAWebProtobufsE2E.ActionLink
|
|
160, // 95: WAWebProtobufsE2E.ContextInfo.groupMentions:type_name -> WAWebProtobufsE2E.GroupMention
|
|
201, // 96: WAWebProtobufsE2E.ContextInfo.utm:type_name -> WAWebProtobufsE2E.ContextInfo.UTMInfo
|
|
196, // 97: WAWebProtobufsE2E.ContextInfo.forwardedNewsletterMessageInfo:type_name -> WAWebProtobufsE2E.ContextInfo.ForwardedNewsletterMessageInfo
|
|
202, // 98: WAWebProtobufsE2E.ContextInfo.businessMessageForwardInfo:type_name -> WAWebProtobufsE2E.ContextInfo.BusinessMessageForwardInfo
|
|
200, // 99: WAWebProtobufsE2E.ContextInfo.dataSharingContext:type_name -> WAWebProtobufsE2E.ContextInfo.DataSharingContext
|
|
199, // 100: WAWebProtobufsE2E.ContextInfo.featureEligibilities:type_name -> WAWebProtobufsE2E.ContextInfo.FeatureEligibilities
|
|
44, // 101: WAWebProtobufsE2E.BotPluginMetadata.provider:type_name -> WAWebProtobufsE2E.BotPluginMetadata.SearchProvider
|
|
43, // 102: WAWebProtobufsE2E.BotPluginMetadata.pluginType:type_name -> WAWebProtobufsE2E.BotPluginMetadata.PluginType
|
|
223, // 103: WAWebProtobufsE2E.BotPluginMetadata.parentPluginMessageKey:type_name -> WACommon.MessageKey
|
|
43, // 104: WAWebProtobufsE2E.BotPluginMetadata.deprecatedField:type_name -> WAWebProtobufsE2E.BotPluginMetadata.PluginType
|
|
43, // 105: WAWebProtobufsE2E.BotPluginMetadata.parentPluginType:type_name -> WAWebProtobufsE2E.BotPluginMetadata.PluginType
|
|
45, // 106: WAWebProtobufsE2E.BotMediaMetadata.orientationType:type_name -> WAWebProtobufsE2E.BotMediaMetadata.OrientationType
|
|
223, // 107: WAWebProtobufsE2E.BotReminderMetadata.requestMessageKey:type_name -> WACommon.MessageKey
|
|
47, // 108: WAWebProtobufsE2E.BotReminderMetadata.action:type_name -> WAWebProtobufsE2E.BotReminderMetadata.ReminderAction
|
|
46, // 109: WAWebProtobufsE2E.BotReminderMetadata.frequency:type_name -> WAWebProtobufsE2E.BotReminderMetadata.ReminderFrequency
|
|
49, // 110: WAWebProtobufsE2E.BotModelMetadata.modelType:type_name -> WAWebProtobufsE2E.BotModelMetadata.ModelType
|
|
48, // 111: WAWebProtobufsE2E.BotModelMetadata.premiumModelStatus:type_name -> WAWebProtobufsE2E.BotModelMetadata.PremiumModelStatus
|
|
50, // 112: WAWebProtobufsE2E.MessageAssociation.associationType:type_name -> WAWebProtobufsE2E.MessageAssociation.AssociationType
|
|
223, // 113: WAWebProtobufsE2E.MessageAssociation.parentMessageKey:type_name -> WACommon.MessageKey
|
|
150, // 114: WAWebProtobufsE2E.MessageContextInfo.deviceListMetadata:type_name -> WAWebProtobufsE2E.DeviceListMetadata
|
|
149, // 115: WAWebProtobufsE2E.MessageContextInfo.botMetadata:type_name -> WAWebProtobufsE2E.BotMetadata
|
|
51, // 116: WAWebProtobufsE2E.MessageContextInfo.messageAddOnExpiryType:type_name -> WAWebProtobufsE2E.MessageContextInfo.MessageAddonExpiryType
|
|
90, // 117: WAWebProtobufsE2E.MessageContextInfo.messageAssociation:type_name -> WAWebProtobufsE2E.MessageAssociation
|
|
206, // 118: WAWebProtobufsE2E.HydratedTemplateButton.quickReplyButton:type_name -> WAWebProtobufsE2E.HydratedTemplateButton.HydratedQuickReplyButton
|
|
204, // 119: WAWebProtobufsE2E.HydratedTemplateButton.urlButton:type_name -> WAWebProtobufsE2E.HydratedTemplateButton.HydratedURLButton
|
|
205, // 120: WAWebProtobufsE2E.HydratedTemplateButton.callButton:type_name -> WAWebProtobufsE2E.HydratedTemplateButton.HydratedCallButton
|
|
207, // 121: WAWebProtobufsE2E.PaymentBackground.mediaData:type_name -> WAWebProtobufsE2E.PaymentBackground.MediaData
|
|
53, // 122: WAWebProtobufsE2E.PaymentBackground.type:type_name -> WAWebProtobufsE2E.PaymentBackground.Type
|
|
55, // 123: WAWebProtobufsE2E.DisappearingMode.initiator:type_name -> WAWebProtobufsE2E.DisappearingMode.Initiator
|
|
54, // 124: WAWebProtobufsE2E.DisappearingMode.trigger:type_name -> WAWebProtobufsE2E.DisappearingMode.Trigger
|
|
56, // 125: WAWebProtobufsE2E.ProcessedVideo.quality:type_name -> WAWebProtobufsE2E.ProcessedVideo.VideoQuality
|
|
144, // 126: WAWebProtobufsE2E.Message.senderKeyDistributionMessage:type_name -> WAWebProtobufsE2E.SenderKeyDistributionMessage
|
|
84, // 127: WAWebProtobufsE2E.Message.imageMessage:type_name -> WAWebProtobufsE2E.ImageMessage
|
|
143, // 128: WAWebProtobufsE2E.Message.contactMessage:type_name -> WAWebProtobufsE2E.ContactMessage
|
|
142, // 129: WAWebProtobufsE2E.Message.locationMessage:type_name -> WAWebProtobufsE2E.LocationMessage
|
|
82, // 130: WAWebProtobufsE2E.Message.extendedTextMessage:type_name -> WAWebProtobufsE2E.ExtendedTextMessage
|
|
141, // 131: WAWebProtobufsE2E.Message.documentMessage:type_name -> WAWebProtobufsE2E.DocumentMessage
|
|
140, // 132: WAWebProtobufsE2E.Message.audioMessage:type_name -> WAWebProtobufsE2E.AudioMessage
|
|
81, // 133: WAWebProtobufsE2E.Message.videoMessage:type_name -> WAWebProtobufsE2E.VideoMessage
|
|
139, // 134: WAWebProtobufsE2E.Message.call:type_name -> WAWebProtobufsE2E.Call
|
|
138, // 135: WAWebProtobufsE2E.Message.chat:type_name -> WAWebProtobufsE2E.Chat
|
|
78, // 136: WAWebProtobufsE2E.Message.protocolMessage:type_name -> WAWebProtobufsE2E.ProtocolMessage
|
|
127, // 137: WAWebProtobufsE2E.Message.contactsArrayMessage:type_name -> WAWebProtobufsE2E.ContactsArrayMessage
|
|
74, // 138: WAWebProtobufsE2E.Message.highlyStructuredMessage:type_name -> WAWebProtobufsE2E.HighlyStructuredMessage
|
|
144, // 139: WAWebProtobufsE2E.Message.fastRatchetKeySenderKeyDistributionMessage:type_name -> WAWebProtobufsE2E.SenderKeyDistributionMessage
|
|
126, // 140: WAWebProtobufsE2E.Message.sendPaymentMessage:type_name -> WAWebProtobufsE2E.SendPaymentMessage
|
|
122, // 141: WAWebProtobufsE2E.Message.liveLocationMessage:type_name -> WAWebProtobufsE2E.LiveLocationMessage
|
|
125, // 142: WAWebProtobufsE2E.Message.requestPaymentMessage:type_name -> WAWebProtobufsE2E.RequestPaymentMessage
|
|
124, // 143: WAWebProtobufsE2E.Message.declinePaymentRequestMessage:type_name -> WAWebProtobufsE2E.DeclinePaymentRequestMessage
|
|
123, // 144: WAWebProtobufsE2E.Message.cancelPaymentRequestMessage:type_name -> WAWebProtobufsE2E.CancelPaymentRequestMessage
|
|
120, // 145: WAWebProtobufsE2E.Message.templateMessage:type_name -> WAWebProtobufsE2E.TemplateMessage
|
|
121, // 146: WAWebProtobufsE2E.Message.stickerMessage:type_name -> WAWebProtobufsE2E.StickerMessage
|
|
67, // 147: WAWebProtobufsE2E.Message.groupInviteMessage:type_name -> WAWebProtobufsE2E.GroupInviteMessage
|
|
119, // 148: WAWebProtobufsE2E.Message.templateButtonReplyMessage:type_name -> WAWebProtobufsE2E.TemplateButtonReplyMessage
|
|
118, // 149: WAWebProtobufsE2E.Message.productMessage:type_name -> WAWebProtobufsE2E.ProductMessage
|
|
115, // 150: WAWebProtobufsE2E.Message.deviceSentMessage:type_name -> WAWebProtobufsE2E.DeviceSentMessage
|
|
91, // 151: WAWebProtobufsE2E.Message.messageContextInfo:type_name -> WAWebProtobufsE2E.MessageContextInfo
|
|
71, // 152: WAWebProtobufsE2E.Message.listMessage:type_name -> WAWebProtobufsE2E.ListMessage
|
|
114, // 153: WAWebProtobufsE2E.Message.viewOnceMessage:type_name -> WAWebProtobufsE2E.FutureProofMessage
|
|
72, // 154: WAWebProtobufsE2E.Message.orderMessage:type_name -> WAWebProtobufsE2E.OrderMessage
|
|
70, // 155: WAWebProtobufsE2E.Message.listResponseMessage:type_name -> WAWebProtobufsE2E.ListResponseMessage
|
|
114, // 156: WAWebProtobufsE2E.Message.ephemeralMessage:type_name -> WAWebProtobufsE2E.FutureProofMessage
|
|
83, // 157: WAWebProtobufsE2E.Message.invoiceMessage:type_name -> WAWebProtobufsE2E.InvoiceMessage
|
|
65, // 158: WAWebProtobufsE2E.Message.buttonsMessage:type_name -> WAWebProtobufsE2E.ButtonsMessage
|
|
64, // 159: WAWebProtobufsE2E.Message.buttonsResponseMessage:type_name -> WAWebProtobufsE2E.ButtonsResponseMessage
|
|
73, // 160: WAWebProtobufsE2E.Message.paymentInviteMessage:type_name -> WAWebProtobufsE2E.PaymentInviteMessage
|
|
69, // 161: WAWebProtobufsE2E.Message.interactiveMessage:type_name -> WAWebProtobufsE2E.InteractiveMessage
|
|
113, // 162: WAWebProtobufsE2E.Message.reactionMessage:type_name -> WAWebProtobufsE2E.ReactionMessage
|
|
112, // 163: WAWebProtobufsE2E.Message.stickerSyncRmrMessage:type_name -> WAWebProtobufsE2E.StickerSyncRMRMessage
|
|
68, // 164: WAWebProtobufsE2E.Message.interactiveResponseMessage:type_name -> WAWebProtobufsE2E.InteractiveResponseMessage
|
|
111, // 165: WAWebProtobufsE2E.Message.pollCreationMessage:type_name -> WAWebProtobufsE2E.PollCreationMessage
|
|
110, // 166: WAWebProtobufsE2E.Message.pollUpdateMessage:type_name -> WAWebProtobufsE2E.PollUpdateMessage
|
|
105, // 167: WAWebProtobufsE2E.Message.keepInChatMessage:type_name -> WAWebProtobufsE2E.KeepInChatMessage
|
|
114, // 168: WAWebProtobufsE2E.Message.documentWithCaptionMessage:type_name -> WAWebProtobufsE2E.FutureProofMessage
|
|
116, // 169: WAWebProtobufsE2E.Message.requestPhoneNumberMessage:type_name -> WAWebProtobufsE2E.RequestPhoneNumberMessage
|
|
114, // 170: WAWebProtobufsE2E.Message.viewOnceMessageV2:type_name -> WAWebProtobufsE2E.FutureProofMessage
|
|
104, // 171: WAWebProtobufsE2E.Message.encReactionMessage:type_name -> WAWebProtobufsE2E.EncReactionMessage
|
|
114, // 172: WAWebProtobufsE2E.Message.editedMessage:type_name -> WAWebProtobufsE2E.FutureProofMessage
|
|
114, // 173: WAWebProtobufsE2E.Message.viewOnceMessageV2Extension:type_name -> WAWebProtobufsE2E.FutureProofMessage
|
|
111, // 174: WAWebProtobufsE2E.Message.pollCreationMessageV2:type_name -> WAWebProtobufsE2E.PollCreationMessage
|
|
61, // 175: WAWebProtobufsE2E.Message.scheduledCallCreationMessage:type_name -> WAWebProtobufsE2E.ScheduledCallCreationMessage
|
|
114, // 176: WAWebProtobufsE2E.Message.groupMentionedMessage:type_name -> WAWebProtobufsE2E.FutureProofMessage
|
|
63, // 177: WAWebProtobufsE2E.Message.pinInChatMessage:type_name -> WAWebProtobufsE2E.PinInChatMessage
|
|
111, // 178: WAWebProtobufsE2E.Message.pollCreationMessageV3:type_name -> WAWebProtobufsE2E.PollCreationMessage
|
|
60, // 179: WAWebProtobufsE2E.Message.scheduledCallEditMessage:type_name -> WAWebProtobufsE2E.ScheduledCallEditMessage
|
|
81, // 180: WAWebProtobufsE2E.Message.ptvMessage:type_name -> WAWebProtobufsE2E.VideoMessage
|
|
114, // 181: WAWebProtobufsE2E.Message.botInvokeMessage:type_name -> WAWebProtobufsE2E.FutureProofMessage
|
|
59, // 182: WAWebProtobufsE2E.Message.callLogMesssage:type_name -> WAWebProtobufsE2E.CallLogMessage
|
|
99, // 183: WAWebProtobufsE2E.Message.messageHistoryBundle:type_name -> WAWebProtobufsE2E.MessageHistoryBundle
|
|
103, // 184: WAWebProtobufsE2E.Message.encCommentMessage:type_name -> WAWebProtobufsE2E.EncCommentMessage
|
|
58, // 185: WAWebProtobufsE2E.Message.bcallMessage:type_name -> WAWebProtobufsE2E.BCallMessage
|
|
114, // 186: WAWebProtobufsE2E.Message.lottieStickerMessage:type_name -> WAWebProtobufsE2E.FutureProofMessage
|
|
101, // 187: WAWebProtobufsE2E.Message.eventMessage:type_name -> WAWebProtobufsE2E.EventMessage
|
|
100, // 188: WAWebProtobufsE2E.Message.encEventResponseMessage:type_name -> WAWebProtobufsE2E.EncEventResponseMessage
|
|
102, // 189: WAWebProtobufsE2E.Message.commentMessage:type_name -> WAWebProtobufsE2E.CommentMessage
|
|
117, // 190: WAWebProtobufsE2E.Message.newsletterAdminInviteMessage:type_name -> WAWebProtobufsE2E.NewsletterAdminInviteMessage
|
|
57, // 191: WAWebProtobufsE2E.Message.placeholderMessage:type_name -> WAWebProtobufsE2E.PlaceholderMessage
|
|
66, // 192: WAWebProtobufsE2E.Message.secretEncryptedMessage:type_name -> WAWebProtobufsE2E.SecretEncryptedMessage
|
|
98, // 193: WAWebProtobufsE2E.Message.albumMessage:type_name -> WAWebProtobufsE2E.AlbumMessage
|
|
114, // 194: WAWebProtobufsE2E.Message.eventCoverImage:type_name -> WAWebProtobufsE2E.FutureProofMessage
|
|
97, // 195: WAWebProtobufsE2E.Message.stickerPackMessage:type_name -> WAWebProtobufsE2E.StickerPackMessage
|
|
114, // 196: WAWebProtobufsE2E.Message.statusMentionMessage:type_name -> WAWebProtobufsE2E.FutureProofMessage
|
|
106, // 197: WAWebProtobufsE2E.Message.pollResultSnapshotMessage:type_name -> WAWebProtobufsE2E.PollResultSnapshotMessage
|
|
208, // 198: WAWebProtobufsE2E.StickerPackMessage.stickers:type_name -> WAWebProtobufsE2E.StickerPackMessage.Sticker
|
|
85, // 199: WAWebProtobufsE2E.StickerPackMessage.contextInfo:type_name -> WAWebProtobufsE2E.ContextInfo
|
|
85, // 200: WAWebProtobufsE2E.AlbumMessage.contextInfo:type_name -> WAWebProtobufsE2E.ContextInfo
|
|
85, // 201: WAWebProtobufsE2E.MessageHistoryBundle.contextInfo:type_name -> WAWebProtobufsE2E.ContextInfo
|
|
223, // 202: WAWebProtobufsE2E.EncEventResponseMessage.eventCreationMessageKey:type_name -> WACommon.MessageKey
|
|
85, // 203: WAWebProtobufsE2E.EventMessage.contextInfo:type_name -> WAWebProtobufsE2E.ContextInfo
|
|
142, // 204: WAWebProtobufsE2E.EventMessage.location:type_name -> WAWebProtobufsE2E.LocationMessage
|
|
96, // 205: WAWebProtobufsE2E.CommentMessage.message:type_name -> WAWebProtobufsE2E.Message
|
|
223, // 206: WAWebProtobufsE2E.CommentMessage.targetMessageKey:type_name -> WACommon.MessageKey
|
|
223, // 207: WAWebProtobufsE2E.EncCommentMessage.targetMessageKey:type_name -> WACommon.MessageKey
|
|
223, // 208: WAWebProtobufsE2E.EncReactionMessage.targetMessageKey:type_name -> WACommon.MessageKey
|
|
223, // 209: WAWebProtobufsE2E.KeepInChatMessage.key:type_name -> WACommon.MessageKey
|
|
2, // 210: WAWebProtobufsE2E.KeepInChatMessage.keepType:type_name -> WAWebProtobufsE2E.KeepType
|
|
209, // 211: WAWebProtobufsE2E.PollResultSnapshotMessage.pollVotes:type_name -> WAWebProtobufsE2E.PollResultSnapshotMessage.PollVote
|
|
85, // 212: WAWebProtobufsE2E.PollResultSnapshotMessage.contextInfo:type_name -> WAWebProtobufsE2E.ContextInfo
|
|
223, // 213: WAWebProtobufsE2E.PollUpdateMessage.pollCreationMessageKey:type_name -> WACommon.MessageKey
|
|
108, // 214: WAWebProtobufsE2E.PollUpdateMessage.vote:type_name -> WAWebProtobufsE2E.PollEncValue
|
|
109, // 215: WAWebProtobufsE2E.PollUpdateMessage.metadata:type_name -> WAWebProtobufsE2E.PollUpdateMessageMetadata
|
|
210, // 216: WAWebProtobufsE2E.PollCreationMessage.options:type_name -> WAWebProtobufsE2E.PollCreationMessage.Option
|
|
85, // 217: WAWebProtobufsE2E.PollCreationMessage.contextInfo:type_name -> WAWebProtobufsE2E.ContextInfo
|
|
223, // 218: WAWebProtobufsE2E.ReactionMessage.key:type_name -> WACommon.MessageKey
|
|
96, // 219: WAWebProtobufsE2E.FutureProofMessage.message:type_name -> WAWebProtobufsE2E.Message
|
|
96, // 220: WAWebProtobufsE2E.DeviceSentMessage.message:type_name -> WAWebProtobufsE2E.Message
|
|
85, // 221: WAWebProtobufsE2E.RequestPhoneNumberMessage.contextInfo:type_name -> WAWebProtobufsE2E.ContextInfo
|
|
85, // 222: WAWebProtobufsE2E.NewsletterAdminInviteMessage.contextInfo:type_name -> WAWebProtobufsE2E.ContextInfo
|
|
211, // 223: WAWebProtobufsE2E.ProductMessage.product:type_name -> WAWebProtobufsE2E.ProductMessage.ProductSnapshot
|
|
212, // 224: WAWebProtobufsE2E.ProductMessage.catalog:type_name -> WAWebProtobufsE2E.ProductMessage.CatalogSnapshot
|
|
85, // 225: WAWebProtobufsE2E.ProductMessage.contextInfo:type_name -> WAWebProtobufsE2E.ContextInfo
|
|
85, // 226: WAWebProtobufsE2E.TemplateButtonReplyMessage.contextInfo:type_name -> WAWebProtobufsE2E.ContextInfo
|
|
214, // 227: WAWebProtobufsE2E.TemplateMessage.fourRowTemplate:type_name -> WAWebProtobufsE2E.TemplateMessage.FourRowTemplate
|
|
213, // 228: WAWebProtobufsE2E.TemplateMessage.hydratedFourRowTemplate:type_name -> WAWebProtobufsE2E.TemplateMessage.HydratedFourRowTemplate
|
|
69, // 229: WAWebProtobufsE2E.TemplateMessage.interactiveMessageTemplate:type_name -> WAWebProtobufsE2E.InteractiveMessage
|
|
85, // 230: WAWebProtobufsE2E.TemplateMessage.contextInfo:type_name -> WAWebProtobufsE2E.ContextInfo
|
|
213, // 231: WAWebProtobufsE2E.TemplateMessage.hydratedTemplate:type_name -> WAWebProtobufsE2E.TemplateMessage.HydratedFourRowTemplate
|
|
85, // 232: WAWebProtobufsE2E.StickerMessage.contextInfo:type_name -> WAWebProtobufsE2E.ContextInfo
|
|
85, // 233: WAWebProtobufsE2E.LiveLocationMessage.contextInfo:type_name -> WAWebProtobufsE2E.ContextInfo
|
|
223, // 234: WAWebProtobufsE2E.CancelPaymentRequestMessage.key:type_name -> WACommon.MessageKey
|
|
223, // 235: WAWebProtobufsE2E.DeclinePaymentRequestMessage.key:type_name -> WACommon.MessageKey
|
|
96, // 236: WAWebProtobufsE2E.RequestPaymentMessage.noteMessage:type_name -> WAWebProtobufsE2E.Message
|
|
158, // 237: WAWebProtobufsE2E.RequestPaymentMessage.amount:type_name -> WAWebProtobufsE2E.Money
|
|
93, // 238: WAWebProtobufsE2E.RequestPaymentMessage.background:type_name -> WAWebProtobufsE2E.PaymentBackground
|
|
96, // 239: WAWebProtobufsE2E.SendPaymentMessage.noteMessage:type_name -> WAWebProtobufsE2E.Message
|
|
223, // 240: WAWebProtobufsE2E.SendPaymentMessage.requestMessageKey:type_name -> WACommon.MessageKey
|
|
93, // 241: WAWebProtobufsE2E.SendPaymentMessage.background:type_name -> WAWebProtobufsE2E.PaymentBackground
|
|
143, // 242: WAWebProtobufsE2E.ContactsArrayMessage.contacts:type_name -> WAWebProtobufsE2E.ContactMessage
|
|
85, // 243: WAWebProtobufsE2E.ContactsArrayMessage.contextInfo:type_name -> WAWebProtobufsE2E.ContextInfo
|
|
0, // 244: WAWebProtobufsE2E.PeerDataOperationRequestMessage.peerDataOperationRequestType:type_name -> WAWebProtobufsE2E.PeerDataOperationRequestType
|
|
219, // 245: WAWebProtobufsE2E.PeerDataOperationRequestMessage.requestStickerReupload:type_name -> WAWebProtobufsE2E.PeerDataOperationRequestMessage.RequestStickerReupload
|
|
218, // 246: WAWebProtobufsE2E.PeerDataOperationRequestMessage.requestURLPreview:type_name -> WAWebProtobufsE2E.PeerDataOperationRequestMessage.RequestUrlPreview
|
|
217, // 247: WAWebProtobufsE2E.PeerDataOperationRequestMessage.historySyncOnDemandRequest:type_name -> WAWebProtobufsE2E.PeerDataOperationRequestMessage.HistorySyncOnDemandRequest
|
|
215, // 248: WAWebProtobufsE2E.PeerDataOperationRequestMessage.placeholderMessageResendRequest:type_name -> WAWebProtobufsE2E.PeerDataOperationRequestMessage.PlaceholderMessageResendRequest
|
|
216, // 249: WAWebProtobufsE2E.PeerDataOperationRequestMessage.fullHistorySyncOnDemandRequest:type_name -> WAWebProtobufsE2E.PeerDataOperationRequestMessage.FullHistorySyncOnDemandRequest
|
|
136, // 250: WAWebProtobufsE2E.AppStateSyncKeyRequest.keyIDs:type_name -> WAWebProtobufsE2E.AppStateSyncKeyId
|
|
137, // 251: WAWebProtobufsE2E.AppStateSyncKeyShare.keys:type_name -> WAWebProtobufsE2E.AppStateSyncKey
|
|
135, // 252: WAWebProtobufsE2E.AppStateSyncKeyData.fingerprint:type_name -> WAWebProtobufsE2E.AppStateSyncKeyFingerprint
|
|
136, // 253: WAWebProtobufsE2E.AppStateSyncKey.keyID:type_name -> WAWebProtobufsE2E.AppStateSyncKeyId
|
|
134, // 254: WAWebProtobufsE2E.AppStateSyncKey.keyData:type_name -> WAWebProtobufsE2E.AppStateSyncKeyData
|
|
85, // 255: WAWebProtobufsE2E.AudioMessage.contextInfo:type_name -> WAWebProtobufsE2E.ContextInfo
|
|
85, // 256: WAWebProtobufsE2E.DocumentMessage.contextInfo:type_name -> WAWebProtobufsE2E.ContextInfo
|
|
85, // 257: WAWebProtobufsE2E.LocationMessage.contextInfo:type_name -> WAWebProtobufsE2E.ContextInfo
|
|
85, // 258: WAWebProtobufsE2E.ContactMessage.contextInfo:type_name -> WAWebProtobufsE2E.ContextInfo
|
|
1, // 259: WAWebProtobufsE2E.BotSessionMetadata.sessionSource:type_name -> WAWebProtobufsE2E.SessionSource
|
|
87, // 260: WAWebProtobufsE2E.BotMemuMetadata.faceImages:type_name -> WAWebProtobufsE2E.BotMediaMetadata
|
|
145, // 261: WAWebProtobufsE2E.BotMetadata.avatarMetadata:type_name -> WAWebProtobufsE2E.BotAvatarMetadata
|
|
86, // 262: WAWebProtobufsE2E.BotMetadata.pluginMetadata:type_name -> WAWebProtobufsE2E.BotPluginMetadata
|
|
146, // 263: WAWebProtobufsE2E.BotMetadata.suggestedPromptMetadata:type_name -> WAWebProtobufsE2E.BotSuggestedPromptMetadata
|
|
147, // 264: WAWebProtobufsE2E.BotMetadata.searchMetadata:type_name -> WAWebProtobufsE2E.BotSessionMetadata
|
|
148, // 265: WAWebProtobufsE2E.BotMetadata.memuMetadata:type_name -> WAWebProtobufsE2E.BotMemuMetadata
|
|
88, // 266: WAWebProtobufsE2E.BotMetadata.reminderMetadata:type_name -> WAWebProtobufsE2E.BotReminderMetadata
|
|
89, // 267: WAWebProtobufsE2E.BotMetadata.modelMetadata:type_name -> WAWebProtobufsE2E.BotModelMetadata
|
|
224, // 268: WAWebProtobufsE2E.DeviceListMetadata.senderAccountType:type_name -> WAAdv.ADVEncryptionType
|
|
224, // 269: WAWebProtobufsE2E.DeviceListMetadata.receiverAccountType:type_name -> WAAdv.ADVEncryptionType
|
|
96, // 270: WAWebProtobufsE2E.EmbeddedMessage.message:type_name -> WAWebProtobufsE2E.Message
|
|
151, // 271: WAWebProtobufsE2E.EmbeddedContent.embeddedMessage:type_name -> WAWebProtobufsE2E.EmbeddedMessage
|
|
152, // 272: WAWebProtobufsE2E.EmbeddedContent.embeddedMusic:type_name -> WAWebProtobufsE2E.EmbeddedMusic
|
|
156, // 273: WAWebProtobufsE2E.InteractiveAnnotation.location:type_name -> WAWebProtobufsE2E.Location
|
|
196, // 274: WAWebProtobufsE2E.InteractiveAnnotation.newsletter:type_name -> WAWebProtobufsE2E.ContextInfo.ForwardedNewsletterMessageInfo
|
|
155, // 275: WAWebProtobufsE2E.InteractiveAnnotation.polygonVertices:type_name -> WAWebProtobufsE2E.Point
|
|
153, // 276: WAWebProtobufsE2E.InteractiveAnnotation.embeddedContent:type_name -> WAWebProtobufsE2E.EmbeddedContent
|
|
222, // 277: WAWebProtobufsE2E.TemplateButton.quickReplyButton:type_name -> WAWebProtobufsE2E.TemplateButton.QuickReplyButton
|
|
221, // 278: WAWebProtobufsE2E.TemplateButton.urlButton:type_name -> WAWebProtobufsE2E.TemplateButton.URLButton
|
|
220, // 279: WAWebProtobufsE2E.TemplateButton.callButton:type_name -> WAWebProtobufsE2E.TemplateButton.CallButton
|
|
5, // 280: WAWebProtobufsE2E.CallLogMessage.CallParticipant.callOutcome:type_name -> WAWebProtobufsE2E.CallLogMessage.CallOutcome
|
|
167, // 281: WAWebProtobufsE2E.ButtonsMessage.Button.buttonText:type_name -> WAWebProtobufsE2E.ButtonsMessage.Button.ButtonText
|
|
13, // 282: WAWebProtobufsE2E.ButtonsMessage.Button.type:type_name -> WAWebProtobufsE2E.ButtonsMessage.Button.Type
|
|
166, // 283: WAWebProtobufsE2E.ButtonsMessage.Button.nativeFlowInfo:type_name -> WAWebProtobufsE2E.ButtonsMessage.Button.NativeFlowInfo
|
|
16, // 284: WAWebProtobufsE2E.InteractiveResponseMessage.Body.format:type_name -> WAWebProtobufsE2E.InteractiveResponseMessage.Body.Format
|
|
17, // 285: WAWebProtobufsE2E.InteractiveMessage.ShopMessage.surface:type_name -> WAWebProtobufsE2E.InteractiveMessage.ShopMessage.Surface
|
|
69, // 286: WAWebProtobufsE2E.InteractiveMessage.CarouselMessage.cards:type_name -> WAWebProtobufsE2E.InteractiveMessage
|
|
177, // 287: WAWebProtobufsE2E.InteractiveMessage.NativeFlowMessage.buttons:type_name -> WAWebProtobufsE2E.InteractiveMessage.NativeFlowMessage.NativeFlowButton
|
|
141, // 288: WAWebProtobufsE2E.InteractiveMessage.Header.documentMessage:type_name -> WAWebProtobufsE2E.DocumentMessage
|
|
84, // 289: WAWebProtobufsE2E.InteractiveMessage.Header.imageMessage:type_name -> WAWebProtobufsE2E.ImageMessage
|
|
81, // 290: WAWebProtobufsE2E.InteractiveMessage.Header.videoMessage:type_name -> WAWebProtobufsE2E.VideoMessage
|
|
142, // 291: WAWebProtobufsE2E.InteractiveMessage.Header.locationMessage:type_name -> WAWebProtobufsE2E.LocationMessage
|
|
118, // 292: WAWebProtobufsE2E.InteractiveMessage.Header.productMessage:type_name -> WAWebProtobufsE2E.ProductMessage
|
|
181, // 293: WAWebProtobufsE2E.ListMessage.ProductListInfo.productSections:type_name -> WAWebProtobufsE2E.ListMessage.ProductSection
|
|
180, // 294: WAWebProtobufsE2E.ListMessage.ProductListInfo.headerImage:type_name -> WAWebProtobufsE2E.ListMessage.ProductListHeaderImage
|
|
182, // 295: WAWebProtobufsE2E.ListMessage.ProductSection.products:type_name -> WAWebProtobufsE2E.ListMessage.Product
|
|
184, // 296: WAWebProtobufsE2E.ListMessage.Section.rows:type_name -> WAWebProtobufsE2E.ListMessage.Row
|
|
187, // 297: WAWebProtobufsE2E.HighlyStructuredMessage.HSMLocalizableParameter.currency:type_name -> WAWebProtobufsE2E.HighlyStructuredMessage.HSMLocalizableParameter.HSMCurrency
|
|
186, // 298: WAWebProtobufsE2E.HighlyStructuredMessage.HSMLocalizableParameter.dateTime:type_name -> WAWebProtobufsE2E.HighlyStructuredMessage.HSMLocalizableParameter.HSMDateTime
|
|
188, // 299: WAWebProtobufsE2E.HighlyStructuredMessage.HSMLocalizableParameter.HSMDateTime.component:type_name -> WAWebProtobufsE2E.HighlyStructuredMessage.HSMLocalizableParameter.HSMDateTime.HSMDateTimeComponent
|
|
189, // 300: WAWebProtobufsE2E.HighlyStructuredMessage.HSMLocalizableParameter.HSMDateTime.unixEpoch:type_name -> WAWebProtobufsE2E.HighlyStructuredMessage.HSMLocalizableParameter.HSMDateTime.HSMDateTimeUnixEpoch
|
|
24, // 301: WAWebProtobufsE2E.HighlyStructuredMessage.HSMLocalizableParameter.HSMDateTime.HSMDateTimeComponent.dayOfWeek:type_name -> WAWebProtobufsE2E.HighlyStructuredMessage.HSMLocalizableParameter.HSMDateTime.HSMDateTimeComponent.DayOfWeekType
|
|
23, // 302: WAWebProtobufsE2E.HighlyStructuredMessage.HSMLocalizableParameter.HSMDateTime.HSMDateTimeComponent.calendar:type_name -> WAWebProtobufsE2E.HighlyStructuredMessage.HSMLocalizableParameter.HSMDateTime.HSMDateTimeComponent.CalendarType
|
|
225, // 303: WAWebProtobufsE2E.PeerDataOperationRequestResponseMessage.PeerDataOperationResult.mediaUploadResult:type_name -> WAMmsRetry.MediaRetryNotification.ResultType
|
|
121, // 304: WAWebProtobufsE2E.PeerDataOperationRequestResponseMessage.PeerDataOperationResult.stickerMessage:type_name -> WAWebProtobufsE2E.StickerMessage
|
|
194, // 305: WAWebProtobufsE2E.PeerDataOperationRequestResponseMessage.PeerDataOperationResult.linkPreviewResponse:type_name -> WAWebProtobufsE2E.PeerDataOperationRequestResponseMessage.PeerDataOperationResult.LinkPreviewResponse
|
|
193, // 306: WAWebProtobufsE2E.PeerDataOperationRequestResponseMessage.PeerDataOperationResult.placeholderMessageResendResponse:type_name -> WAWebProtobufsE2E.PeerDataOperationRequestResponseMessage.PeerDataOperationResult.PlaceholderMessageResendResponse
|
|
191, // 307: WAWebProtobufsE2E.PeerDataOperationRequestResponseMessage.PeerDataOperationResult.waffleNonceFetchRequestResponse:type_name -> WAWebProtobufsE2E.PeerDataOperationRequestResponseMessage.PeerDataOperationResult.WaffleNonceFetchResponse
|
|
192, // 308: WAWebProtobufsE2E.PeerDataOperationRequestResponseMessage.PeerDataOperationResult.fullHistorySyncOnDemandRequestResponse:type_name -> WAWebProtobufsE2E.PeerDataOperationRequestResponseMessage.PeerDataOperationResult.FullHistorySyncOnDemandRequestResponse
|
|
130, // 309: WAWebProtobufsE2E.PeerDataOperationRequestResponseMessage.PeerDataOperationResult.FullHistorySyncOnDemandRequestResponse.requestMetadata:type_name -> WAWebProtobufsE2E.FullHistorySyncOnDemandRequestMetadata
|
|
25, // 310: WAWebProtobufsE2E.PeerDataOperationRequestResponseMessage.PeerDataOperationResult.FullHistorySyncOnDemandRequestResponse.responseCode:type_name -> WAWebProtobufsE2E.PeerDataOperationRequestResponseMessage.PeerDataOperationResult.FullHistorySyncOnDemandResponseCode
|
|
195, // 311: WAWebProtobufsE2E.PeerDataOperationRequestResponseMessage.PeerDataOperationResult.LinkPreviewResponse.hqThumbnail:type_name -> WAWebProtobufsE2E.PeerDataOperationRequestResponseMessage.PeerDataOperationResult.LinkPreviewResponse.LinkPreviewHighQualityThumbnail
|
|
40, // 312: WAWebProtobufsE2E.ContextInfo.ForwardedNewsletterMessageInfo.contentType:type_name -> WAWebProtobufsE2E.ContextInfo.ForwardedNewsletterMessageInfo.ContentType
|
|
41, // 313: WAWebProtobufsE2E.ContextInfo.ExternalAdReplyInfo.mediaType:type_name -> WAWebProtobufsE2E.ContextInfo.ExternalAdReplyInfo.MediaType
|
|
42, // 314: WAWebProtobufsE2E.ContextInfo.AdReplyInfo.mediaType:type_name -> WAWebProtobufsE2E.ContextInfo.AdReplyInfo.MediaType
|
|
203, // 315: WAWebProtobufsE2E.ContextInfo.DataSharingContext.parameters:type_name -> WAWebProtobufsE2E.ContextInfo.DataSharingContext.Parameters
|
|
203, // 316: WAWebProtobufsE2E.ContextInfo.DataSharingContext.Parameters.contents:type_name -> WAWebProtobufsE2E.ContextInfo.DataSharingContext.Parameters
|
|
52, // 317: WAWebProtobufsE2E.HydratedTemplateButton.HydratedURLButton.webviewPresentation:type_name -> WAWebProtobufsE2E.HydratedTemplateButton.HydratedURLButton.WebviewPresentationType
|
|
84, // 318: WAWebProtobufsE2E.ProductMessage.ProductSnapshot.productImage:type_name -> WAWebProtobufsE2E.ImageMessage
|
|
84, // 319: WAWebProtobufsE2E.ProductMessage.CatalogSnapshot.catalogImage:type_name -> WAWebProtobufsE2E.ImageMessage
|
|
141, // 320: WAWebProtobufsE2E.TemplateMessage.HydratedFourRowTemplate.documentMessage:type_name -> WAWebProtobufsE2E.DocumentMessage
|
|
84, // 321: WAWebProtobufsE2E.TemplateMessage.HydratedFourRowTemplate.imageMessage:type_name -> WAWebProtobufsE2E.ImageMessage
|
|
81, // 322: WAWebProtobufsE2E.TemplateMessage.HydratedFourRowTemplate.videoMessage:type_name -> WAWebProtobufsE2E.VideoMessage
|
|
142, // 323: WAWebProtobufsE2E.TemplateMessage.HydratedFourRowTemplate.locationMessage:type_name -> WAWebProtobufsE2E.LocationMessage
|
|
92, // 324: WAWebProtobufsE2E.TemplateMessage.HydratedFourRowTemplate.hydratedButtons:type_name -> WAWebProtobufsE2E.HydratedTemplateButton
|
|
141, // 325: WAWebProtobufsE2E.TemplateMessage.FourRowTemplate.documentMessage:type_name -> WAWebProtobufsE2E.DocumentMessage
|
|
74, // 326: WAWebProtobufsE2E.TemplateMessage.FourRowTemplate.highlyStructuredMessage:type_name -> WAWebProtobufsE2E.HighlyStructuredMessage
|
|
84, // 327: WAWebProtobufsE2E.TemplateMessage.FourRowTemplate.imageMessage:type_name -> WAWebProtobufsE2E.ImageMessage
|
|
81, // 328: WAWebProtobufsE2E.TemplateMessage.FourRowTemplate.videoMessage:type_name -> WAWebProtobufsE2E.VideoMessage
|
|
142, // 329: WAWebProtobufsE2E.TemplateMessage.FourRowTemplate.locationMessage:type_name -> WAWebProtobufsE2E.LocationMessage
|
|
74, // 330: WAWebProtobufsE2E.TemplateMessage.FourRowTemplate.content:type_name -> WAWebProtobufsE2E.HighlyStructuredMessage
|
|
74, // 331: WAWebProtobufsE2E.TemplateMessage.FourRowTemplate.footer:type_name -> WAWebProtobufsE2E.HighlyStructuredMessage
|
|
157, // 332: WAWebProtobufsE2E.TemplateMessage.FourRowTemplate.buttons:type_name -> WAWebProtobufsE2E.TemplateButton
|
|
223, // 333: WAWebProtobufsE2E.PeerDataOperationRequestMessage.PlaceholderMessageResendRequest.messageKey:type_name -> WACommon.MessageKey
|
|
130, // 334: WAWebProtobufsE2E.PeerDataOperationRequestMessage.FullHistorySyncOnDemandRequest.requestMetadata:type_name -> WAWebProtobufsE2E.FullHistorySyncOnDemandRequestMetadata
|
|
226, // 335: WAWebProtobufsE2E.PeerDataOperationRequestMessage.FullHistorySyncOnDemandRequest.historySyncConfig:type_name -> WAWebProtobufsCompanionReg.DeviceProps.HistorySyncConfig
|
|
74, // 336: WAWebProtobufsE2E.TemplateButton.CallButton.displayText:type_name -> WAWebProtobufsE2E.HighlyStructuredMessage
|
|
74, // 337: WAWebProtobufsE2E.TemplateButton.CallButton.phoneNumber:type_name -> WAWebProtobufsE2E.HighlyStructuredMessage
|
|
74, // 338: WAWebProtobufsE2E.TemplateButton.URLButton.displayText:type_name -> WAWebProtobufsE2E.HighlyStructuredMessage
|
|
74, // 339: WAWebProtobufsE2E.TemplateButton.URLButton.URL:type_name -> WAWebProtobufsE2E.HighlyStructuredMessage
|
|
74, // 340: WAWebProtobufsE2E.TemplateButton.QuickReplyButton.displayText:type_name -> WAWebProtobufsE2E.HighlyStructuredMessage
|
|
341, // [341:341] is the sub-list for method output_type
|
|
341, // [341:341] is the sub-list for method input_type
|
|
341, // [341:341] is the sub-list for extension type_name
|
|
341, // [341:341] is the sub-list for extension extendee
|
|
0, // [0:341] is the sub-list for field type_name
|
|
}
|
|
|
|
func init() { file_waE2E_WAWebProtobufsE2E_proto_init() }
|
|
func file_waE2E_WAWebProtobufsE2E_proto_init() {
|
|
if File_waE2E_WAWebProtobufsE2E_proto != nil {
|
|
return
|
|
}
|
|
if !protoimpl.UnsafeEnabled {
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[0].Exporter = func(v any, i int) any {
|
|
switch v := v.(*PlaceholderMessage); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[1].Exporter = func(v any, i int) any {
|
|
switch v := v.(*BCallMessage); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[2].Exporter = func(v any, i int) any {
|
|
switch v := v.(*CallLogMessage); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[3].Exporter = func(v any, i int) any {
|
|
switch v := v.(*ScheduledCallEditMessage); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[4].Exporter = func(v any, i int) any {
|
|
switch v := v.(*ScheduledCallCreationMessage); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[5].Exporter = func(v any, i int) any {
|
|
switch v := v.(*EventResponseMessage); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[6].Exporter = func(v any, i int) any {
|
|
switch v := v.(*PinInChatMessage); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[7].Exporter = func(v any, i int) any {
|
|
switch v := v.(*ButtonsResponseMessage); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[8].Exporter = func(v any, i int) any {
|
|
switch v := v.(*ButtonsMessage); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[9].Exporter = func(v any, i int) any {
|
|
switch v := v.(*SecretEncryptedMessage); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[10].Exporter = func(v any, i int) any {
|
|
switch v := v.(*GroupInviteMessage); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[11].Exporter = func(v any, i int) any {
|
|
switch v := v.(*InteractiveResponseMessage); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[12].Exporter = func(v any, i int) any {
|
|
switch v := v.(*InteractiveMessage); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[13].Exporter = func(v any, i int) any {
|
|
switch v := v.(*ListResponseMessage); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[14].Exporter = func(v any, i int) any {
|
|
switch v := v.(*ListMessage); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[15].Exporter = func(v any, i int) any {
|
|
switch v := v.(*OrderMessage); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[16].Exporter = func(v any, i int) any {
|
|
switch v := v.(*PaymentInviteMessage); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[17].Exporter = func(v any, i int) any {
|
|
switch v := v.(*HighlyStructuredMessage); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[18].Exporter = func(v any, i int) any {
|
|
switch v := v.(*PeerDataOperationRequestResponseMessage); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[19].Exporter = func(v any, i int) any {
|
|
switch v := v.(*HistorySyncNotification); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[20].Exporter = func(v any, i int) any {
|
|
switch v := v.(*RequestWelcomeMessageMetadata); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[21].Exporter = func(v any, i int) any {
|
|
switch v := v.(*ProtocolMessage); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[22].Exporter = func(v any, i int) any {
|
|
switch v := v.(*CloudAPIThreadControlNotification); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[23].Exporter = func(v any, i int) any {
|
|
switch v := v.(*BotFeedbackMessage); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[24].Exporter = func(v any, i int) any {
|
|
switch v := v.(*VideoMessage); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[25].Exporter = func(v any, i int) any {
|
|
switch v := v.(*ExtendedTextMessage); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[26].Exporter = func(v any, i int) any {
|
|
switch v := v.(*InvoiceMessage); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[27].Exporter = func(v any, i int) any {
|
|
switch v := v.(*ImageMessage); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[28].Exporter = func(v any, i int) any {
|
|
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_WAWebProtobufsE2E_proto_msgTypes[29].Exporter = func(v any, i int) any {
|
|
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_WAWebProtobufsE2E_proto_msgTypes[30].Exporter = func(v any, i int) any {
|
|
switch v := v.(*BotMediaMetadata); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[31].Exporter = func(v any, i int) any {
|
|
switch v := v.(*BotReminderMetadata); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[32].Exporter = func(v any, i int) any {
|
|
switch v := v.(*BotModelMetadata); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[33].Exporter = func(v any, i int) any {
|
|
switch v := v.(*MessageAssociation); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[34].Exporter = func(v any, i int) any {
|
|
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_WAWebProtobufsE2E_proto_msgTypes[35].Exporter = func(v any, i int) any {
|
|
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_WAWebProtobufsE2E_proto_msgTypes[36].Exporter = func(v any, i int) any {
|
|
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_WAWebProtobufsE2E_proto_msgTypes[37].Exporter = func(v any, i int) any {
|
|
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_WAWebProtobufsE2E_proto_msgTypes[38].Exporter = func(v any, i int) any {
|
|
switch v := v.(*ProcessedVideo); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[39].Exporter = func(v any, i int) any {
|
|
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_WAWebProtobufsE2E_proto_msgTypes[40].Exporter = func(v any, i int) any {
|
|
switch v := v.(*StickerPackMessage); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[41].Exporter = func(v any, i int) any {
|
|
switch v := v.(*AlbumMessage); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[42].Exporter = func(v any, i int) any {
|
|
switch v := v.(*MessageHistoryBundle); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[43].Exporter = func(v any, i int) any {
|
|
switch v := v.(*EncEventResponseMessage); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[44].Exporter = func(v any, i int) any {
|
|
switch v := v.(*EventMessage); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[45].Exporter = func(v any, i int) any {
|
|
switch v := v.(*CommentMessage); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[46].Exporter = func(v any, i int) any {
|
|
switch v := v.(*EncCommentMessage); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[47].Exporter = func(v any, i int) any {
|
|
switch v := v.(*EncReactionMessage); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[48].Exporter = func(v any, i int) any {
|
|
switch v := v.(*KeepInChatMessage); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[49].Exporter = func(v any, i int) any {
|
|
switch v := v.(*PollResultSnapshotMessage); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[50].Exporter = func(v any, i int) any {
|
|
switch v := v.(*PollVoteMessage); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[51].Exporter = func(v any, i int) any {
|
|
switch v := v.(*PollEncValue); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[52].Exporter = func(v any, i int) any {
|
|
switch v := v.(*PollUpdateMessageMetadata); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[53].Exporter = func(v any, i int) any {
|
|
switch v := v.(*PollUpdateMessage); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[54].Exporter = func(v any, i int) any {
|
|
switch v := v.(*PollCreationMessage); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[55].Exporter = func(v any, i int) any {
|
|
switch v := v.(*StickerSyncRMRMessage); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[56].Exporter = func(v any, i int) any {
|
|
switch v := v.(*ReactionMessage); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[57].Exporter = func(v any, i int) any {
|
|
switch v := v.(*FutureProofMessage); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[58].Exporter = func(v any, i int) any {
|
|
switch v := v.(*DeviceSentMessage); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[59].Exporter = func(v any, i int) any {
|
|
switch v := v.(*RequestPhoneNumberMessage); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[60].Exporter = func(v any, i int) any {
|
|
switch v := v.(*NewsletterAdminInviteMessage); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[61].Exporter = func(v any, i int) any {
|
|
switch v := v.(*ProductMessage); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[62].Exporter = func(v any, i int) any {
|
|
switch v := v.(*TemplateButtonReplyMessage); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[63].Exporter = func(v any, i int) any {
|
|
switch v := v.(*TemplateMessage); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[64].Exporter = func(v any, i int) any {
|
|
switch v := v.(*StickerMessage); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[65].Exporter = func(v any, i int) any {
|
|
switch v := v.(*LiveLocationMessage); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[66].Exporter = func(v any, i int) any {
|
|
switch v := v.(*CancelPaymentRequestMessage); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[67].Exporter = func(v any, i int) any {
|
|
switch v := v.(*DeclinePaymentRequestMessage); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[68].Exporter = func(v any, i int) any {
|
|
switch v := v.(*RequestPaymentMessage); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[69].Exporter = func(v any, i int) any {
|
|
switch v := v.(*SendPaymentMessage); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[70].Exporter = func(v any, i int) any {
|
|
switch v := v.(*ContactsArrayMessage); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[71].Exporter = func(v any, i int) any {
|
|
switch v := v.(*InitialSecurityNotificationSettingSync); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[72].Exporter = func(v any, i int) any {
|
|
switch v := v.(*PeerDataOperationRequestMessage); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[73].Exporter = func(v any, i int) any {
|
|
switch v := v.(*FullHistorySyncOnDemandRequestMetadata); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[74].Exporter = func(v any, i int) any {
|
|
switch v := v.(*AppStateFatalExceptionNotification); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[75].Exporter = func(v any, i int) any {
|
|
switch v := v.(*AppStateSyncKeyRequest); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[76].Exporter = func(v any, i int) any {
|
|
switch v := v.(*AppStateSyncKeyShare); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[77].Exporter = func(v any, i int) any {
|
|
switch v := v.(*AppStateSyncKeyData); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[78].Exporter = func(v any, i int) any {
|
|
switch v := v.(*AppStateSyncKeyFingerprint); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[79].Exporter = func(v any, i int) any {
|
|
switch v := v.(*AppStateSyncKeyId); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[80].Exporter = func(v any, i int) any {
|
|
switch v := v.(*AppStateSyncKey); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[81].Exporter = func(v any, i int) any {
|
|
switch v := v.(*Chat); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[82].Exporter = func(v any, i int) any {
|
|
switch v := v.(*Call); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[83].Exporter = func(v any, i int) any {
|
|
switch v := v.(*AudioMessage); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[84].Exporter = func(v any, i int) any {
|
|
switch v := v.(*DocumentMessage); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[85].Exporter = func(v any, i int) any {
|
|
switch v := v.(*LocationMessage); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[86].Exporter = func(v any, i int) any {
|
|
switch v := v.(*ContactMessage); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[87].Exporter = func(v any, i int) any {
|
|
switch v := v.(*SenderKeyDistributionMessage); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[88].Exporter = func(v any, i int) any {
|
|
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_WAWebProtobufsE2E_proto_msgTypes[89].Exporter = func(v any, i int) any {
|
|
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_WAWebProtobufsE2E_proto_msgTypes[90].Exporter = func(v any, i int) any {
|
|
switch v := v.(*BotSessionMetadata); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[91].Exporter = func(v any, i int) any {
|
|
switch v := v.(*BotMemuMetadata); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[92].Exporter = func(v any, i int) any {
|
|
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_WAWebProtobufsE2E_proto_msgTypes[93].Exporter = func(v any, i int) any {
|
|
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_WAWebProtobufsE2E_proto_msgTypes[94].Exporter = func(v any, i int) any {
|
|
switch v := v.(*EmbeddedMessage); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[95].Exporter = func(v any, i int) any {
|
|
switch v := v.(*EmbeddedMusic); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[96].Exporter = func(v any, i int) any {
|
|
switch v := v.(*EmbeddedContent); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[97].Exporter = func(v any, i int) any {
|
|
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_WAWebProtobufsE2E_proto_msgTypes[98].Exporter = func(v any, i int) any {
|
|
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_WAWebProtobufsE2E_proto_msgTypes[99].Exporter = func(v any, i int) any {
|
|
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_WAWebProtobufsE2E_proto_msgTypes[100].Exporter = func(v any, i int) any {
|
|
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_WAWebProtobufsE2E_proto_msgTypes[101].Exporter = func(v any, i int) any {
|
|
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_WAWebProtobufsE2E_proto_msgTypes[102].Exporter = func(v any, i int) any {
|
|
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_WAWebProtobufsE2E_proto_msgTypes[103].Exporter = func(v any, i int) any {
|
|
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_WAWebProtobufsE2E_proto_msgTypes[104].Exporter = func(v any, i int) any {
|
|
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_WAWebProtobufsE2E_proto_msgTypes[105].Exporter = func(v any, i int) any {
|
|
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_WAWebProtobufsE2E_proto_msgTypes[106].Exporter = func(v any, i int) any {
|
|
switch v := v.(*LIDMigrationMappingSyncMessage); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[107].Exporter = func(v any, i int) any {
|
|
switch v := v.(*CallLogMessage_CallParticipant); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[108].Exporter = func(v any, i int) any {
|
|
switch v := v.(*ButtonsMessage_Button); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[109].Exporter = func(v any, i int) any {
|
|
switch v := v.(*ButtonsMessage_Button_NativeFlowInfo); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[110].Exporter = func(v any, i int) any {
|
|
switch v := v.(*ButtonsMessage_Button_ButtonText); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[111].Exporter = func(v any, i int) any {
|
|
switch v := v.(*InteractiveResponseMessage_Body); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[112].Exporter = func(v any, i int) any {
|
|
switch v := v.(*InteractiveResponseMessage_NativeFlowResponseMessage); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[113].Exporter = func(v any, i int) any {
|
|
switch v := v.(*InteractiveMessage_ShopMessage); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[114].Exporter = func(v any, i int) any {
|
|
switch v := v.(*InteractiveMessage_CarouselMessage); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[115].Exporter = func(v any, i int) any {
|
|
switch v := v.(*InteractiveMessage_NativeFlowMessage); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[116].Exporter = func(v any, i int) any {
|
|
switch v := v.(*InteractiveMessage_CollectionMessage); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[117].Exporter = func(v any, i int) any {
|
|
switch v := v.(*InteractiveMessage_Footer); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[118].Exporter = func(v any, i int) any {
|
|
switch v := v.(*InteractiveMessage_Body); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[119].Exporter = func(v any, i int) any {
|
|
switch v := v.(*InteractiveMessage_Header); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[120].Exporter = func(v any, i int) any {
|
|
switch v := v.(*InteractiveMessage_NativeFlowMessage_NativeFlowButton); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[121].Exporter = func(v any, i int) any {
|
|
switch v := v.(*ListResponseMessage_SingleSelectReply); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[122].Exporter = func(v any, i int) any {
|
|
switch v := v.(*ListMessage_ProductListInfo); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[123].Exporter = func(v any, i int) any {
|
|
switch v := v.(*ListMessage_ProductListHeaderImage); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[124].Exporter = func(v any, i int) any {
|
|
switch v := v.(*ListMessage_ProductSection); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[125].Exporter = func(v any, i int) any {
|
|
switch v := v.(*ListMessage_Product); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[126].Exporter = func(v any, i int) any {
|
|
switch v := v.(*ListMessage_Section); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[127].Exporter = func(v any, i int) any {
|
|
switch v := v.(*ListMessage_Row); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[128].Exporter = func(v any, i int) any {
|
|
switch v := v.(*HighlyStructuredMessage_HSMLocalizableParameter); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[129].Exporter = func(v any, i int) any {
|
|
switch v := v.(*HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[130].Exporter = func(v any, i int) any {
|
|
switch v := v.(*HighlyStructuredMessage_HSMLocalizableParameter_HSMCurrency); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[131].Exporter = func(v any, i int) any {
|
|
switch v := v.(*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_WAWebProtobufsE2E_proto_msgTypes[132].Exporter = func(v any, i int) any {
|
|
switch v := v.(*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_WAWebProtobufsE2E_proto_msgTypes[133].Exporter = func(v any, i int) any {
|
|
switch v := v.(*PeerDataOperationRequestResponseMessage_PeerDataOperationResult); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[134].Exporter = func(v any, i int) any {
|
|
switch v := v.(*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_WaffleNonceFetchResponse); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[135].Exporter = func(v any, i int) any {
|
|
switch v := v.(*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_FullHistorySyncOnDemandRequestResponse); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[136].Exporter = func(v any, i int) any {
|
|
switch v := v.(*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_PlaceholderMessageResendResponse); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[137].Exporter = func(v any, i int) any {
|
|
switch v := v.(*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[138].Exporter = func(v any, i int) any {
|
|
switch v := v.(*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_WAWebProtobufsE2E_proto_msgTypes[139].Exporter = func(v any, i int) any {
|
|
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_WAWebProtobufsE2E_proto_msgTypes[140].Exporter = func(v any, i int) any {
|
|
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_WAWebProtobufsE2E_proto_msgTypes[141].Exporter = func(v any, i int) any {
|
|
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_WAWebProtobufsE2E_proto_msgTypes[142].Exporter = func(v any, i int) any {
|
|
switch v := v.(*ContextInfo_FeatureEligibilities); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[143].Exporter = func(v any, i int) any {
|
|
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_WAWebProtobufsE2E_proto_msgTypes[144].Exporter = func(v any, i int) any {
|
|
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_WAWebProtobufsE2E_proto_msgTypes[145].Exporter = func(v any, i int) any {
|
|
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_WAWebProtobufsE2E_proto_msgTypes[146].Exporter = func(v any, i int) any {
|
|
switch v := v.(*ContextInfo_DataSharingContext_Parameters); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[147].Exporter = func(v any, i int) any {
|
|
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_WAWebProtobufsE2E_proto_msgTypes[148].Exporter = func(v any, i int) any {
|
|
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_WAWebProtobufsE2E_proto_msgTypes[149].Exporter = func(v any, i int) any {
|
|
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_WAWebProtobufsE2E_proto_msgTypes[150].Exporter = func(v any, i int) any {
|
|
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_WAWebProtobufsE2E_proto_msgTypes[151].Exporter = func(v any, i int) any {
|
|
switch v := v.(*StickerPackMessage_Sticker); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[152].Exporter = func(v any, i int) any {
|
|
switch v := v.(*PollResultSnapshotMessage_PollVote); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[153].Exporter = func(v any, i int) any {
|
|
switch v := v.(*PollCreationMessage_Option); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[154].Exporter = func(v any, i int) any {
|
|
switch v := v.(*ProductMessage_ProductSnapshot); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[155].Exporter = func(v any, i int) any {
|
|
switch v := v.(*ProductMessage_CatalogSnapshot); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[156].Exporter = func(v any, i int) any {
|
|
switch v := v.(*TemplateMessage_HydratedFourRowTemplate); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[157].Exporter = func(v any, i int) any {
|
|
switch v := v.(*TemplateMessage_FourRowTemplate); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[158].Exporter = func(v any, i int) any {
|
|
switch v := v.(*PeerDataOperationRequestMessage_PlaceholderMessageResendRequest); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[159].Exporter = func(v any, i int) any {
|
|
switch v := v.(*PeerDataOperationRequestMessage_FullHistorySyncOnDemandRequest); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[160].Exporter = func(v any, i int) any {
|
|
switch v := v.(*PeerDataOperationRequestMessage_HistorySyncOnDemandRequest); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[161].Exporter = func(v any, i int) any {
|
|
switch v := v.(*PeerDataOperationRequestMessage_RequestUrlPreview); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[162].Exporter = func(v any, i int) any {
|
|
switch v := v.(*PeerDataOperationRequestMessage_RequestStickerReupload); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[163].Exporter = func(v any, i int) any {
|
|
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_WAWebProtobufsE2E_proto_msgTypes[164].Exporter = func(v any, i int) any {
|
|
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_WAWebProtobufsE2E_proto_msgTypes[165].Exporter = func(v any, i int) any {
|
|
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_WAWebProtobufsE2E_proto_msgTypes[7].OneofWrappers = []any{
|
|
(*ButtonsResponseMessage_SelectedDisplayText)(nil),
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[8].OneofWrappers = []any{
|
|
(*ButtonsMessage_Text)(nil),
|
|
(*ButtonsMessage_DocumentMessage)(nil),
|
|
(*ButtonsMessage_ImageMessage)(nil),
|
|
(*ButtonsMessage_VideoMessage)(nil),
|
|
(*ButtonsMessage_LocationMessage)(nil),
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[11].OneofWrappers = []any{
|
|
(*InteractiveResponseMessage_NativeFlowResponseMessage_)(nil),
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[12].OneofWrappers = []any{
|
|
(*InteractiveMessage_ShopStorefrontMessage)(nil),
|
|
(*InteractiveMessage_CollectionMessage_)(nil),
|
|
(*InteractiveMessage_NativeFlowMessage_)(nil),
|
|
(*InteractiveMessage_CarouselMessage_)(nil),
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[35].OneofWrappers = []any{
|
|
(*HydratedTemplateButton_QuickReplyButton)(nil),
|
|
(*HydratedTemplateButton_UrlButton)(nil),
|
|
(*HydratedTemplateButton_CallButton)(nil),
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[63].OneofWrappers = []any{
|
|
(*TemplateMessage_FourRowTemplate_)(nil),
|
|
(*TemplateMessage_HydratedFourRowTemplate_)(nil),
|
|
(*TemplateMessage_InteractiveMessageTemplate)(nil),
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[96].OneofWrappers = []any{
|
|
(*EmbeddedContent_EmbeddedMessage)(nil),
|
|
(*EmbeddedContent_EmbeddedMusic)(nil),
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[97].OneofWrappers = []any{
|
|
(*InteractiveAnnotation_Location)(nil),
|
|
(*InteractiveAnnotation_Newsletter)(nil),
|
|
(*InteractiveAnnotation_EmbeddedAction)(nil),
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[100].OneofWrappers = []any{
|
|
(*TemplateButton_QuickReplyButton_)(nil),
|
|
(*TemplateButton_UrlButton)(nil),
|
|
(*TemplateButton_CallButton_)(nil),
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[119].OneofWrappers = []any{
|
|
(*InteractiveMessage_Header_DocumentMessage)(nil),
|
|
(*InteractiveMessage_Header_ImageMessage)(nil),
|
|
(*InteractiveMessage_Header_JPEGThumbnail)(nil),
|
|
(*InteractiveMessage_Header_VideoMessage)(nil),
|
|
(*InteractiveMessage_Header_LocationMessage)(nil),
|
|
(*InteractiveMessage_Header_ProductMessage)(nil),
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[128].OneofWrappers = []any{
|
|
(*HighlyStructuredMessage_HSMLocalizableParameter_Currency)(nil),
|
|
(*HighlyStructuredMessage_HSMLocalizableParameter_DateTime)(nil),
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[129].OneofWrappers = []any{
|
|
(*HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_Component)(nil),
|
|
(*HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_UnixEpoch)(nil),
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[156].OneofWrappers = []any{
|
|
(*TemplateMessage_HydratedFourRowTemplate_DocumentMessage)(nil),
|
|
(*TemplateMessage_HydratedFourRowTemplate_HydratedTitleText)(nil),
|
|
(*TemplateMessage_HydratedFourRowTemplate_ImageMessage)(nil),
|
|
(*TemplateMessage_HydratedFourRowTemplate_VideoMessage)(nil),
|
|
(*TemplateMessage_HydratedFourRowTemplate_LocationMessage)(nil),
|
|
}
|
|
file_waE2E_WAWebProtobufsE2E_proto_msgTypes[157].OneofWrappers = []any{
|
|
(*TemplateMessage_FourRowTemplate_DocumentMessage)(nil),
|
|
(*TemplateMessage_FourRowTemplate_HighlyStructuredMessage)(nil),
|
|
(*TemplateMessage_FourRowTemplate_ImageMessage)(nil),
|
|
(*TemplateMessage_FourRowTemplate_VideoMessage)(nil),
|
|
(*TemplateMessage_FourRowTemplate_LocationMessage)(nil),
|
|
}
|
|
type x struct{}
|
|
out := protoimpl.TypeBuilder{
|
|
File: protoimpl.DescBuilder{
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
RawDescriptor: file_waE2E_WAWebProtobufsE2E_proto_rawDesc,
|
|
NumEnums: 57,
|
|
NumMessages: 166,
|
|
NumExtensions: 0,
|
|
NumServices: 0,
|
|
},
|
|
GoTypes: file_waE2E_WAWebProtobufsE2E_proto_goTypes,
|
|
DependencyIndexes: file_waE2E_WAWebProtobufsE2E_proto_depIdxs,
|
|
EnumInfos: file_waE2E_WAWebProtobufsE2E_proto_enumTypes,
|
|
MessageInfos: file_waE2E_WAWebProtobufsE2E_proto_msgTypes,
|
|
}.Build()
|
|
File_waE2E_WAWebProtobufsE2E_proto = out.File
|
|
file_waE2E_WAWebProtobufsE2E_proto_rawDesc = nil
|
|
file_waE2E_WAWebProtobufsE2E_proto_goTypes = nil
|
|
file_waE2E_WAWebProtobufsE2E_proto_depIdxs = nil
|
|
}
|