waConsumerApplication

package
v1.0.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 9, 2024 License: MPL-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ImageTransportVersion    = 1
	StickerTransportVersion  = 1
	VideoTransportVersion    = 1
	AudioTransportVersion    = 1
	DocumentTransportVersion = 1
	ContactTransportVersion  = 1
)

Variables

View Source
var (
	ConsumerApplication_Metadata_SpecialTextSize_name = map[int32]string{
		0: "SPECIALTEXTSIZE_UNKNOWN",
		1: "SMALL",
		2: "MEDIUM",
		3: "LARGE",
	}
	ConsumerApplication_Metadata_SpecialTextSize_value = map[string]int32{
		"SPECIALTEXTSIZE_UNKNOWN": 0,
		"SMALL":                   1,
		"MEDIUM":                  2,
		"LARGE":                   3,
	}
)

Enum value maps for ConsumerApplication_Metadata_SpecialTextSize.

View Source
var (
	ConsumerApplication_StatusTextMesage_FontType_name = map[int32]string{
		0: "SANS_SERIF",
		1: "SERIF",
		2: "NORICAN_REGULAR",
		3: "BRYNDAN_WRITE",
		4: "BEBASNEUE_REGULAR",
		5: "OSWALD_HEAVY",
	}
	ConsumerApplication_StatusTextMesage_FontType_value = map[string]int32{
		"SANS_SERIF":        0,
		"SERIF":             1,
		"NORICAN_REGULAR":   2,
		"BRYNDAN_WRITE":     3,
		"BEBASNEUE_REGULAR": 4,
		"OSWALD_HEAVY":      5,
	}
)

Enum value maps for ConsumerApplication_StatusTextMesage_FontType.

View Source
var (
	ConsumerApplication_ExtendedTextMessage_PreviewType_name = map[int32]string{
		0: "NONE",
		1: "VIDEO",
	}
	ConsumerApplication_ExtendedTextMessage_PreviewType_value = map[string]int32{
		"NONE":  0,
		"VIDEO": 1,
	}
)

Enum value maps for ConsumerApplication_ExtendedTextMessage_PreviewType.

View Source
var File_waConsumerApplication_WAConsumerApplication_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type ConsumerApplication

type ConsumerApplication struct {
	Payload  *ConsumerApplication_Payload  `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"`
	Metadata *ConsumerApplication_Metadata `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

func (*ConsumerApplication) Descriptor deprecated

func (*ConsumerApplication) Descriptor() ([]byte, []int)

Deprecated: Use ConsumerApplication.ProtoReflect.Descriptor instead.

func (*ConsumerApplication) GetMetadata

func (*ConsumerApplication) GetPayload

func (*ConsumerApplication) IsMessageApplicationSub

func (*ConsumerApplication) IsMessageApplicationSub()

func (*ConsumerApplication) ProtoMessage

func (*ConsumerApplication) ProtoMessage()

func (*ConsumerApplication) ProtoReflect

func (x *ConsumerApplication) ProtoReflect() protoreflect.Message

func (*ConsumerApplication) Reset

func (x *ConsumerApplication) Reset()

func (*ConsumerApplication) String

func (x *ConsumerApplication) String() string

type ConsumerApplication_ApplicationData

type ConsumerApplication_ApplicationData struct {

	// Types that are assignable to ApplicationContent:
	//
	//	*ConsumerApplication_ApplicationData_Revoke
	ApplicationContent isConsumerApplication_ApplicationData_ApplicationContent `protobuf_oneof:"applicationContent"`
	// contains filtered or unexported fields
}

func (*ConsumerApplication_ApplicationData) Descriptor deprecated

func (*ConsumerApplication_ApplicationData) Descriptor() ([]byte, []int)

Deprecated: Use ConsumerApplication_ApplicationData.ProtoReflect.Descriptor instead.

func (*ConsumerApplication_ApplicationData) GetApplicationContent

func (m *ConsumerApplication_ApplicationData) GetApplicationContent() isConsumerApplication_ApplicationData_ApplicationContent

func (*ConsumerApplication_ApplicationData) GetRevoke

func (*ConsumerApplication_ApplicationData) ProtoMessage

func (*ConsumerApplication_ApplicationData) ProtoMessage()

func (*ConsumerApplication_ApplicationData) ProtoReflect

func (*ConsumerApplication_ApplicationData) Reset

func (*ConsumerApplication_ApplicationData) String

type ConsumerApplication_ApplicationData_Revoke

type ConsumerApplication_ApplicationData_Revoke struct {
	Revoke *ConsumerApplication_RevokeMessage `protobuf:"bytes,1,opt,name=revoke,proto3,oneof"`
}

type ConsumerApplication_AudioMessage

type ConsumerApplication_AudioMessage struct {
	Audio *waCommon.SubProtocol `protobuf:"bytes,1,opt,name=audio,proto3" json:"audio,omitempty"`
	PTT   bool                  `protobuf:"varint,2,opt,name=PTT,proto3" json:"PTT,omitempty"`
	// contains filtered or unexported fields
}

func (*ConsumerApplication_AudioMessage) Decode

func (*ConsumerApplication_AudioMessage) Descriptor deprecated

func (*ConsumerApplication_AudioMessage) Descriptor() ([]byte, []int)

Deprecated: Use ConsumerApplication_AudioMessage.ProtoReflect.Descriptor instead.

func (*ConsumerApplication_AudioMessage) GetAudio

func (*ConsumerApplication_AudioMessage) GetPTT

func (*ConsumerApplication_AudioMessage) ProtoMessage

func (*ConsumerApplication_AudioMessage) ProtoMessage()

func (*ConsumerApplication_AudioMessage) ProtoReflect

func (*ConsumerApplication_AudioMessage) Reset

func (*ConsumerApplication_AudioMessage) Set

func (*ConsumerApplication_AudioMessage) String

type ConsumerApplication_ContactMessage

type ConsumerApplication_ContactMessage struct {
	Contact *waCommon.SubProtocol `protobuf:"bytes,1,opt,name=contact,proto3" json:"contact,omitempty"`
	// contains filtered or unexported fields
}

func (*ConsumerApplication_ContactMessage) Decode

func (*ConsumerApplication_ContactMessage) Descriptor deprecated

func (*ConsumerApplication_ContactMessage) Descriptor() ([]byte, []int)

Deprecated: Use ConsumerApplication_ContactMessage.ProtoReflect.Descriptor instead.

func (*ConsumerApplication_ContactMessage) GetContact

func (*ConsumerApplication_ContactMessage) ProtoMessage

func (*ConsumerApplication_ContactMessage) ProtoMessage()

func (*ConsumerApplication_ContactMessage) ProtoReflect

func (*ConsumerApplication_ContactMessage) Reset

func (*ConsumerApplication_ContactMessage) Set

func (*ConsumerApplication_ContactMessage) String

type ConsumerApplication_ContactsArrayMessage

type ConsumerApplication_ContactsArrayMessage struct {
	DisplayName string                                `protobuf:"bytes,1,opt,name=displayName,proto3" json:"displayName,omitempty"`
	Contacts    []*ConsumerApplication_ContactMessage `protobuf:"bytes,2,rep,name=contacts,proto3" json:"contacts,omitempty"`
	// contains filtered or unexported fields
}

func (*ConsumerApplication_ContactsArrayMessage) Descriptor deprecated

func (*ConsumerApplication_ContactsArrayMessage) Descriptor() ([]byte, []int)

Deprecated: Use ConsumerApplication_ContactsArrayMessage.ProtoReflect.Descriptor instead.

func (*ConsumerApplication_ContactsArrayMessage) GetContacts

func (*ConsumerApplication_ContactsArrayMessage) GetDisplayName

func (*ConsumerApplication_ContactsArrayMessage) ProtoMessage

func (*ConsumerApplication_ContactsArrayMessage) ProtoReflect

func (*ConsumerApplication_ContactsArrayMessage) Reset

func (*ConsumerApplication_ContactsArrayMessage) String

type ConsumerApplication_Content

type ConsumerApplication_Content struct {

	// Types that are assignable to Content:
	//
	//	*ConsumerApplication_Content_MessageText
	//	*ConsumerApplication_Content_ImageMessage
	//	*ConsumerApplication_Content_ContactMessage
	//	*ConsumerApplication_Content_LocationMessage
	//	*ConsumerApplication_Content_ExtendedTextMessage
	//	*ConsumerApplication_Content_StatusTextMessage
	//	*ConsumerApplication_Content_DocumentMessage
	//	*ConsumerApplication_Content_AudioMessage
	//	*ConsumerApplication_Content_VideoMessage
	//	*ConsumerApplication_Content_ContactsArrayMessage
	//	*ConsumerApplication_Content_LiveLocationMessage
	//	*ConsumerApplication_Content_StickerMessage
	//	*ConsumerApplication_Content_GroupInviteMessage
	//	*ConsumerApplication_Content_ViewOnceMessage
	//	*ConsumerApplication_Content_ReactionMessage
	//	*ConsumerApplication_Content_PollCreationMessage
	//	*ConsumerApplication_Content_PollUpdateMessage
	//	*ConsumerApplication_Content_EditMessage
	Content isConsumerApplication_Content_Content `protobuf_oneof:"content"`
	// contains filtered or unexported fields
}

func (*ConsumerApplication_Content) Descriptor deprecated

func (*ConsumerApplication_Content) Descriptor() ([]byte, []int)

Deprecated: Use ConsumerApplication_Content.ProtoReflect.Descriptor instead.

func (*ConsumerApplication_Content) GetAudioMessage

func (*ConsumerApplication_Content) GetContactMessage

func (*ConsumerApplication_Content) GetContactsArrayMessage

func (*ConsumerApplication_Content) GetContent

func (m *ConsumerApplication_Content) GetContent() isConsumerApplication_Content_Content

func (*ConsumerApplication_Content) GetDocumentMessage

func (*ConsumerApplication_Content) GetEditMessage

func (*ConsumerApplication_Content) GetExtendedTextMessage

func (*ConsumerApplication_Content) GetGroupInviteMessage

func (*ConsumerApplication_Content) GetImageMessage

func (*ConsumerApplication_Content) GetLiveLocationMessage

func (*ConsumerApplication_Content) GetLocationMessage

func (*ConsumerApplication_Content) GetMessageText

func (x *ConsumerApplication_Content) GetMessageText() *waCommon.MessageText

func (*ConsumerApplication_Content) GetPollCreationMessage

func (*ConsumerApplication_Content) GetPollUpdateMessage

func (*ConsumerApplication_Content) GetReactionMessage

func (*ConsumerApplication_Content) GetStatusTextMessage

func (*ConsumerApplication_Content) GetStickerMessage

func (*ConsumerApplication_Content) GetVideoMessage

func (*ConsumerApplication_Content) GetViewOnceMessage

func (*ConsumerApplication_Content) ProtoMessage

func (*ConsumerApplication_Content) ProtoMessage()

func (*ConsumerApplication_Content) ProtoReflect

func (*ConsumerApplication_Content) Reset

func (x *ConsumerApplication_Content) Reset()

func (*ConsumerApplication_Content) String

func (x *ConsumerApplication_Content) String() string

type ConsumerApplication_Content_AudioMessage

type ConsumerApplication_Content_AudioMessage struct {
	AudioMessage *ConsumerApplication_AudioMessage `protobuf:"bytes,8,opt,name=audioMessage,proto3,oneof"`
}

type ConsumerApplication_Content_ContactMessage

type ConsumerApplication_Content_ContactMessage struct {
	ContactMessage *ConsumerApplication_ContactMessage `protobuf:"bytes,3,opt,name=contactMessage,proto3,oneof"`
}

type ConsumerApplication_Content_ContactsArrayMessage

type ConsumerApplication_Content_ContactsArrayMessage struct {
	ContactsArrayMessage *ConsumerApplication_ContactsArrayMessage `protobuf:"bytes,10,opt,name=contactsArrayMessage,proto3,oneof"`
}

type ConsumerApplication_Content_Content

type ConsumerApplication_Content_Content = isConsumerApplication_Content_Content

type ConsumerApplication_Content_DocumentMessage

type ConsumerApplication_Content_DocumentMessage struct {
	DocumentMessage *ConsumerApplication_DocumentMessage `protobuf:"bytes,7,opt,name=documentMessage,proto3,oneof"`
}

type ConsumerApplication_Content_EditMessage

type ConsumerApplication_Content_EditMessage struct {
	EditMessage *ConsumerApplication_EditMessage `protobuf:"bytes,19,opt,name=editMessage,proto3,oneof"`
}

type ConsumerApplication_Content_ExtendedTextMessage

type ConsumerApplication_Content_ExtendedTextMessage struct {
	ExtendedTextMessage *ConsumerApplication_ExtendedTextMessage `protobuf:"bytes,5,opt,name=extendedTextMessage,proto3,oneof"`
}

type ConsumerApplication_Content_GroupInviteMessage

type ConsumerApplication_Content_GroupInviteMessage struct {
	GroupInviteMessage *ConsumerApplication_GroupInviteMessage `protobuf:"bytes,13,opt,name=groupInviteMessage,proto3,oneof"`
}

type ConsumerApplication_Content_ImageMessage

type ConsumerApplication_Content_ImageMessage struct {
	ImageMessage *ConsumerApplication_ImageMessage `protobuf:"bytes,2,opt,name=imageMessage,proto3,oneof"`
}

type ConsumerApplication_Content_LiveLocationMessage

type ConsumerApplication_Content_LiveLocationMessage struct {
	LiveLocationMessage *ConsumerApplication_LiveLocationMessage `protobuf:"bytes,11,opt,name=liveLocationMessage,proto3,oneof"`
}

type ConsumerApplication_Content_LocationMessage

type ConsumerApplication_Content_LocationMessage struct {
	LocationMessage *ConsumerApplication_LocationMessage `protobuf:"bytes,4,opt,name=locationMessage,proto3,oneof"`
}

type ConsumerApplication_Content_MessageText

type ConsumerApplication_Content_MessageText struct {
	MessageText *waCommon.MessageText `protobuf:"bytes,1,opt,name=messageText,proto3,oneof"`
}

type ConsumerApplication_Content_PollCreationMessage

type ConsumerApplication_Content_PollCreationMessage struct {
	PollCreationMessage *ConsumerApplication_PollCreationMessage `protobuf:"bytes,17,opt,name=pollCreationMessage,proto3,oneof"`
}

type ConsumerApplication_Content_PollUpdateMessage

type ConsumerApplication_Content_PollUpdateMessage struct {
	PollUpdateMessage *ConsumerApplication_PollUpdateMessage `protobuf:"bytes,18,opt,name=pollUpdateMessage,proto3,oneof"`
}

type ConsumerApplication_Content_ReactionMessage

type ConsumerApplication_Content_ReactionMessage struct {
	ReactionMessage *ConsumerApplication_ReactionMessage `protobuf:"bytes,16,opt,name=reactionMessage,proto3,oneof"`
}

type ConsumerApplication_Content_StatusTextMessage

type ConsumerApplication_Content_StatusTextMessage struct {
	StatusTextMessage *ConsumerApplication_StatusTextMesage `protobuf:"bytes,6,opt,name=statusTextMessage,proto3,oneof"`
}

type ConsumerApplication_Content_StickerMessage

type ConsumerApplication_Content_StickerMessage struct {
	StickerMessage *ConsumerApplication_StickerMessage `protobuf:"bytes,12,opt,name=stickerMessage,proto3,oneof"`
}

type ConsumerApplication_Content_VideoMessage

type ConsumerApplication_Content_VideoMessage struct {
	VideoMessage *ConsumerApplication_VideoMessage `protobuf:"bytes,9,opt,name=videoMessage,proto3,oneof"`
}

type ConsumerApplication_Content_ViewOnceMessage

type ConsumerApplication_Content_ViewOnceMessage struct {
	ViewOnceMessage *ConsumerApplication_ViewOnceMessage `protobuf:"bytes,14,opt,name=viewOnceMessage,proto3,oneof"`
}

type ConsumerApplication_DocumentMessage

type ConsumerApplication_DocumentMessage struct {
	Document *waCommon.SubProtocol `protobuf:"bytes,1,opt,name=document,proto3" json:"document,omitempty"`
	FileName string                `protobuf:"bytes,2,opt,name=fileName,proto3" json:"fileName,omitempty"`
	// contains filtered or unexported fields
}

func (*ConsumerApplication_DocumentMessage) Decode

func (*ConsumerApplication_DocumentMessage) Descriptor deprecated

func (*ConsumerApplication_DocumentMessage) Descriptor() ([]byte, []int)

Deprecated: Use ConsumerApplication_DocumentMessage.ProtoReflect.Descriptor instead.

func (*ConsumerApplication_DocumentMessage) GetDocument

func (*ConsumerApplication_DocumentMessage) GetFileName

func (*ConsumerApplication_DocumentMessage) ProtoMessage

func (*ConsumerApplication_DocumentMessage) ProtoMessage()

func (*ConsumerApplication_DocumentMessage) ProtoReflect

func (*ConsumerApplication_DocumentMessage) Reset

func (*ConsumerApplication_DocumentMessage) Set

func (*ConsumerApplication_DocumentMessage) String

type ConsumerApplication_EditMessage

type ConsumerApplication_EditMessage struct {
	Key         *waCommon.MessageKey  `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	Message     *waCommon.MessageText `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
	TimestampMS int64                 `protobuf:"varint,3,opt,name=timestampMS,proto3" json:"timestampMS,omitempty"`
	// contains filtered or unexported fields
}

func (*ConsumerApplication_EditMessage) Descriptor deprecated

func (*ConsumerApplication_EditMessage) Descriptor() ([]byte, []int)

Deprecated: Use ConsumerApplication_EditMessage.ProtoReflect.Descriptor instead.

func (*ConsumerApplication_EditMessage) GetKey

func (*ConsumerApplication_EditMessage) GetMessage

func (*ConsumerApplication_EditMessage) GetTimestampMS

func (x *ConsumerApplication_EditMessage) GetTimestampMS() int64

func (*ConsumerApplication_EditMessage) ProtoMessage

func (*ConsumerApplication_EditMessage) ProtoMessage()

func (*ConsumerApplication_EditMessage) ProtoReflect

func (*ConsumerApplication_EditMessage) Reset

func (*ConsumerApplication_EditMessage) String

type ConsumerApplication_ExtendedTextMessage

type ConsumerApplication_ExtendedTextMessage struct {
	Text         *waCommon.MessageText                               `protobuf:"bytes,1,opt,name=text,proto3" json:"text,omitempty"`
	MatchedText  string                                              `protobuf:"bytes,2,opt,name=matchedText,proto3" json:"matchedText,omitempty"`
	CanonicalURL string                                              `protobuf:"bytes,3,opt,name=canonicalURL,proto3" json:"canonicalURL,omitempty"`
	Description  string                                              `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"`
	Title        string                                              `protobuf:"bytes,5,opt,name=title,proto3" json:"title,omitempty"`
	Thumbnail    *waCommon.SubProtocol                               `protobuf:"bytes,6,opt,name=thumbnail,proto3" json:"thumbnail,omitempty"`
	PreviewType  ConsumerApplication_ExtendedTextMessage_PreviewType `` /* 155-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ConsumerApplication_ExtendedTextMessage) DecodeThumbnail

func (*ConsumerApplication_ExtendedTextMessage) Descriptor deprecated

func (*ConsumerApplication_ExtendedTextMessage) Descriptor() ([]byte, []int)

Deprecated: Use ConsumerApplication_ExtendedTextMessage.ProtoReflect.Descriptor instead.

func (*ConsumerApplication_ExtendedTextMessage) GetCanonicalURL

func (x *ConsumerApplication_ExtendedTextMessage) GetCanonicalURL() string

func (*ConsumerApplication_ExtendedTextMessage) GetDescription

func (x *ConsumerApplication_ExtendedTextMessage) GetDescription() string

func (*ConsumerApplication_ExtendedTextMessage) GetMatchedText

func (x *ConsumerApplication_ExtendedTextMessage) GetMatchedText() string

func (*ConsumerApplication_ExtendedTextMessage) GetPreviewType

func (*ConsumerApplication_ExtendedTextMessage) GetText

func (*ConsumerApplication_ExtendedTextMessage) GetThumbnail

func (*ConsumerApplication_ExtendedTextMessage) GetTitle

func (*ConsumerApplication_ExtendedTextMessage) ProtoMessage

func (*ConsumerApplication_ExtendedTextMessage) ProtoReflect

func (*ConsumerApplication_ExtendedTextMessage) Reset

func (*ConsumerApplication_ExtendedTextMessage) SetThumbnail

func (*ConsumerApplication_ExtendedTextMessage) String

type ConsumerApplication_ExtendedTextMessage_PreviewType

type ConsumerApplication_ExtendedTextMessage_PreviewType int32
const (
	ConsumerApplication_ExtendedTextMessage_NONE  ConsumerApplication_ExtendedTextMessage_PreviewType = 0
	ConsumerApplication_ExtendedTextMessage_VIDEO ConsumerApplication_ExtendedTextMessage_PreviewType = 1
)

func (ConsumerApplication_ExtendedTextMessage_PreviewType) Descriptor

func (ConsumerApplication_ExtendedTextMessage_PreviewType) Enum

func (ConsumerApplication_ExtendedTextMessage_PreviewType) EnumDescriptor deprecated

Deprecated: Use ConsumerApplication_ExtendedTextMessage_PreviewType.Descriptor instead.

func (ConsumerApplication_ExtendedTextMessage_PreviewType) Number

func (ConsumerApplication_ExtendedTextMessage_PreviewType) String

func (ConsumerApplication_ExtendedTextMessage_PreviewType) Type

type ConsumerApplication_GroupInviteMessage

type ConsumerApplication_GroupInviteMessage struct {
	GroupJID         string                `protobuf:"bytes,1,opt,name=groupJID,proto3" json:"groupJID,omitempty"`
	InviteCode       string                `protobuf:"bytes,2,opt,name=inviteCode,proto3" json:"inviteCode,omitempty"`
	InviteExpiration int64                 `protobuf:"varint,3,opt,name=inviteExpiration,proto3" json:"inviteExpiration,omitempty"`
	GroupName        string                `protobuf:"bytes,4,opt,name=groupName,proto3" json:"groupName,omitempty"`
	JPEGThumbnail    []byte                `protobuf:"bytes,5,opt,name=JPEGThumbnail,proto3" json:"JPEGThumbnail,omitempty"`
	Caption          *waCommon.MessageText `protobuf:"bytes,6,opt,name=caption,proto3" json:"caption,omitempty"`
	// contains filtered or unexported fields
}

func (*ConsumerApplication_GroupInviteMessage) Descriptor deprecated

func (*ConsumerApplication_GroupInviteMessage) Descriptor() ([]byte, []int)

Deprecated: Use ConsumerApplication_GroupInviteMessage.ProtoReflect.Descriptor instead.

func (*ConsumerApplication_GroupInviteMessage) GetCaption

func (*ConsumerApplication_GroupInviteMessage) GetGroupJID

func (*ConsumerApplication_GroupInviteMessage) GetGroupName

func (*ConsumerApplication_GroupInviteMessage) GetInviteCode

func (*ConsumerApplication_GroupInviteMessage) GetInviteExpiration

func (x *ConsumerApplication_GroupInviteMessage) GetInviteExpiration() int64

func (*ConsumerApplication_GroupInviteMessage) GetJPEGThumbnail

func (x *ConsumerApplication_GroupInviteMessage) GetJPEGThumbnail() []byte

func (*ConsumerApplication_GroupInviteMessage) ProtoMessage

func (*ConsumerApplication_GroupInviteMessage) ProtoReflect

func (*ConsumerApplication_GroupInviteMessage) Reset

func (*ConsumerApplication_GroupInviteMessage) String

type ConsumerApplication_ImageMessage

type ConsumerApplication_ImageMessage struct {
	Image   *waCommon.SubProtocol `protobuf:"bytes,1,opt,name=image,proto3" json:"image,omitempty"`
	Caption *waCommon.MessageText `protobuf:"bytes,2,opt,name=caption,proto3" json:"caption,omitempty"`
	// contains filtered or unexported fields
}

func (*ConsumerApplication_ImageMessage) Decode

func (*ConsumerApplication_ImageMessage) Descriptor deprecated

func (*ConsumerApplication_ImageMessage) Descriptor() ([]byte, []int)

Deprecated: Use ConsumerApplication_ImageMessage.ProtoReflect.Descriptor instead.

func (*ConsumerApplication_ImageMessage) GetCaption

func (*ConsumerApplication_ImageMessage) GetImage

func (*ConsumerApplication_ImageMessage) ProtoMessage

func (*ConsumerApplication_ImageMessage) ProtoMessage()

func (*ConsumerApplication_ImageMessage) ProtoReflect

func (*ConsumerApplication_ImageMessage) Reset

func (*ConsumerApplication_ImageMessage) Set

func (*ConsumerApplication_ImageMessage) String

type ConsumerApplication_InteractiveAnnotation

type ConsumerApplication_InteractiveAnnotation struct {

	// Types that are assignable to Action:
	//
	//	*ConsumerApplication_InteractiveAnnotation_Location
	Action          isConsumerApplication_InteractiveAnnotation_Action `protobuf_oneof:"action"`
	PolygonVertices []*ConsumerApplication_Point                       `protobuf:"bytes,1,rep,name=polygonVertices,proto3" json:"polygonVertices,omitempty"`
	// contains filtered or unexported fields
}

func (*ConsumerApplication_InteractiveAnnotation) Descriptor deprecated

func (*ConsumerApplication_InteractiveAnnotation) Descriptor() ([]byte, []int)

Deprecated: Use ConsumerApplication_InteractiveAnnotation.ProtoReflect.Descriptor instead.

func (*ConsumerApplication_InteractiveAnnotation) GetAction

func (m *ConsumerApplication_InteractiveAnnotation) GetAction() isConsumerApplication_InteractiveAnnotation_Action

func (*ConsumerApplication_InteractiveAnnotation) GetLocation

func (*ConsumerApplication_InteractiveAnnotation) GetPolygonVertices

func (*ConsumerApplication_InteractiveAnnotation) ProtoMessage

func (*ConsumerApplication_InteractiveAnnotation) ProtoReflect

func (*ConsumerApplication_InteractiveAnnotation) Reset

func (*ConsumerApplication_InteractiveAnnotation) String

type ConsumerApplication_InteractiveAnnotation_Location

type ConsumerApplication_InteractiveAnnotation_Location struct {
	Location *ConsumerApplication_Location `protobuf:"bytes,2,opt,name=location,proto3,oneof"`
}

type ConsumerApplication_LiveLocationMessage

type ConsumerApplication_LiveLocationMessage struct {
	Location                          *ConsumerApplication_Location `protobuf:"bytes,1,opt,name=location,proto3" json:"location,omitempty"`
	AccuracyInMeters                  uint32                        `protobuf:"varint,2,opt,name=accuracyInMeters,proto3" json:"accuracyInMeters,omitempty"`
	SpeedInMps                        float32                       `protobuf:"fixed32,3,opt,name=speedInMps,proto3" json:"speedInMps,omitempty"`
	DegreesClockwiseFromMagneticNorth uint32                        `protobuf:"varint,4,opt,name=degreesClockwiseFromMagneticNorth,proto3" json:"degreesClockwiseFromMagneticNorth,omitempty"`
	Caption                           *waCommon.MessageText         `protobuf:"bytes,5,opt,name=caption,proto3" json:"caption,omitempty"`
	SequenceNumber                    int64                         `protobuf:"varint,6,opt,name=sequenceNumber,proto3" json:"sequenceNumber,omitempty"`
	TimeOffset                        uint32                        `protobuf:"varint,7,opt,name=timeOffset,proto3" json:"timeOffset,omitempty"`
	// contains filtered or unexported fields
}

func (*ConsumerApplication_LiveLocationMessage) Descriptor deprecated

func (*ConsumerApplication_LiveLocationMessage) Descriptor() ([]byte, []int)

Deprecated: Use ConsumerApplication_LiveLocationMessage.ProtoReflect.Descriptor instead.

func (*ConsumerApplication_LiveLocationMessage) GetAccuracyInMeters

func (x *ConsumerApplication_LiveLocationMessage) GetAccuracyInMeters() uint32

func (*ConsumerApplication_LiveLocationMessage) GetCaption

func (*ConsumerApplication_LiveLocationMessage) GetDegreesClockwiseFromMagneticNorth

func (x *ConsumerApplication_LiveLocationMessage) GetDegreesClockwiseFromMagneticNorth() uint32

func (*ConsumerApplication_LiveLocationMessage) GetLocation

func (*ConsumerApplication_LiveLocationMessage) GetSequenceNumber

func (x *ConsumerApplication_LiveLocationMessage) GetSequenceNumber() int64

func (*ConsumerApplication_LiveLocationMessage) GetSpeedInMps

func (*ConsumerApplication_LiveLocationMessage) GetTimeOffset

func (*ConsumerApplication_LiveLocationMessage) ProtoMessage

func (*ConsumerApplication_LiveLocationMessage) ProtoReflect

func (*ConsumerApplication_LiveLocationMessage) Reset

func (*ConsumerApplication_LiveLocationMessage) String

type ConsumerApplication_Location

type ConsumerApplication_Location struct {
	DegreesLatitude  float64 `protobuf:"fixed64,1,opt,name=degreesLatitude,proto3" json:"degreesLatitude,omitempty"`
	DegreesLongitude float64 `protobuf:"fixed64,2,opt,name=degreesLongitude,proto3" json:"degreesLongitude,omitempty"`
	Name             string  `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*ConsumerApplication_Location) Descriptor deprecated

func (*ConsumerApplication_Location) Descriptor() ([]byte, []int)

Deprecated: Use ConsumerApplication_Location.ProtoReflect.Descriptor instead.

func (*ConsumerApplication_Location) GetDegreesLatitude

func (x *ConsumerApplication_Location) GetDegreesLatitude() float64

func (*ConsumerApplication_Location) GetDegreesLongitude

func (x *ConsumerApplication_Location) GetDegreesLongitude() float64

func (*ConsumerApplication_Location) GetName

func (x *ConsumerApplication_Location) GetName() string

func (*ConsumerApplication_Location) ProtoMessage

func (*ConsumerApplication_Location) ProtoMessage()

func (*ConsumerApplication_Location) ProtoReflect

func (*ConsumerApplication_Location) Reset

func (x *ConsumerApplication_Location) Reset()

func (*ConsumerApplication_Location) String

type ConsumerApplication_LocationMessage

type ConsumerApplication_LocationMessage struct {
	Location *ConsumerApplication_Location `protobuf:"bytes,1,opt,name=location,proto3" json:"location,omitempty"`
	Address  string                        `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"`
	// contains filtered or unexported fields
}

func (*ConsumerApplication_LocationMessage) Descriptor deprecated

func (*ConsumerApplication_LocationMessage) Descriptor() ([]byte, []int)

Deprecated: Use ConsumerApplication_LocationMessage.ProtoReflect.Descriptor instead.

func (*ConsumerApplication_LocationMessage) GetAddress

func (*ConsumerApplication_LocationMessage) GetLocation

func (*ConsumerApplication_LocationMessage) ProtoMessage

func (*ConsumerApplication_LocationMessage) ProtoMessage()

func (*ConsumerApplication_LocationMessage) ProtoReflect

func (*ConsumerApplication_LocationMessage) Reset

func (*ConsumerApplication_LocationMessage) String

type ConsumerApplication_MediaPayload

type ConsumerApplication_MediaPayload struct {
	Protocol *waCommon.SubProtocol `protobuf:"bytes,1,opt,name=protocol,proto3" json:"protocol,omitempty"`
	// contains filtered or unexported fields
}

func (*ConsumerApplication_MediaPayload) Descriptor deprecated

func (*ConsumerApplication_MediaPayload) Descriptor() ([]byte, []int)

Deprecated: Use ConsumerApplication_MediaPayload.ProtoReflect.Descriptor instead.

func (*ConsumerApplication_MediaPayload) GetProtocol

func (*ConsumerApplication_MediaPayload) ProtoMessage

func (*ConsumerApplication_MediaPayload) ProtoMessage()

func (*ConsumerApplication_MediaPayload) ProtoReflect

func (*ConsumerApplication_MediaPayload) Reset

func (*ConsumerApplication_MediaPayload) String

type ConsumerApplication_Metadata

type ConsumerApplication_Metadata struct {
	SpecialTextSize ConsumerApplication_Metadata_SpecialTextSize `` /* 156-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ConsumerApplication_Metadata) Descriptor deprecated

func (*ConsumerApplication_Metadata) Descriptor() ([]byte, []int)

Deprecated: Use ConsumerApplication_Metadata.ProtoReflect.Descriptor instead.

func (*ConsumerApplication_Metadata) GetSpecialTextSize

func (*ConsumerApplication_Metadata) ProtoMessage

func (*ConsumerApplication_Metadata) ProtoMessage()

func (*ConsumerApplication_Metadata) ProtoReflect

func (*ConsumerApplication_Metadata) Reset

func (x *ConsumerApplication_Metadata) Reset()

func (*ConsumerApplication_Metadata) String

type ConsumerApplication_Metadata_SpecialTextSize

type ConsumerApplication_Metadata_SpecialTextSize int32
const (
	ConsumerApplication_Metadata_SPECIALTEXTSIZE_UNKNOWN ConsumerApplication_Metadata_SpecialTextSize = 0
	ConsumerApplication_Metadata_SMALL                   ConsumerApplication_Metadata_SpecialTextSize = 1
	ConsumerApplication_Metadata_MEDIUM                  ConsumerApplication_Metadata_SpecialTextSize = 2
	ConsumerApplication_Metadata_LARGE                   ConsumerApplication_Metadata_SpecialTextSize = 3
)

func (ConsumerApplication_Metadata_SpecialTextSize) Descriptor

func (ConsumerApplication_Metadata_SpecialTextSize) Enum

func (ConsumerApplication_Metadata_SpecialTextSize) EnumDescriptor deprecated

func (ConsumerApplication_Metadata_SpecialTextSize) EnumDescriptor() ([]byte, []int)

Deprecated: Use ConsumerApplication_Metadata_SpecialTextSize.Descriptor instead.

func (ConsumerApplication_Metadata_SpecialTextSize) Number

func (ConsumerApplication_Metadata_SpecialTextSize) String

func (ConsumerApplication_Metadata_SpecialTextSize) Type

type ConsumerApplication_Option

type ConsumerApplication_Option struct {
	OptionName string `protobuf:"bytes,1,opt,name=optionName,proto3" json:"optionName,omitempty"`
	// contains filtered or unexported fields
}

func (*ConsumerApplication_Option) Descriptor deprecated

func (*ConsumerApplication_Option) Descriptor() ([]byte, []int)

Deprecated: Use ConsumerApplication_Option.ProtoReflect.Descriptor instead.

func (*ConsumerApplication_Option) GetOptionName

func (x *ConsumerApplication_Option) GetOptionName() string

func (*ConsumerApplication_Option) ProtoMessage

func (*ConsumerApplication_Option) ProtoMessage()

func (*ConsumerApplication_Option) ProtoReflect

func (*ConsumerApplication_Option) Reset

func (x *ConsumerApplication_Option) Reset()

func (*ConsumerApplication_Option) String

func (x *ConsumerApplication_Option) String() string

type ConsumerApplication_Payload

type ConsumerApplication_Payload struct {

	// Types that are assignable to Payload:
	//
	//	*ConsumerApplication_Payload_Content
	//	*ConsumerApplication_Payload_ApplicationData
	//	*ConsumerApplication_Payload_Signal
	//	*ConsumerApplication_Payload_SubProtocol
	Payload isConsumerApplication_Payload_Payload `protobuf_oneof:"payload"`
	// contains filtered or unexported fields
}

func (*ConsumerApplication_Payload) Descriptor deprecated

func (*ConsumerApplication_Payload) Descriptor() ([]byte, []int)

Deprecated: Use ConsumerApplication_Payload.ProtoReflect.Descriptor instead.

func (*ConsumerApplication_Payload) GetApplicationData

func (*ConsumerApplication_Payload) GetContent

func (*ConsumerApplication_Payload) GetPayload

func (m *ConsumerApplication_Payload) GetPayload() isConsumerApplication_Payload_Payload

func (*ConsumerApplication_Payload) GetSignal

func (*ConsumerApplication_Payload) GetSubProtocol

func (*ConsumerApplication_Payload) ProtoMessage

func (*ConsumerApplication_Payload) ProtoMessage()

func (*ConsumerApplication_Payload) ProtoReflect

func (*ConsumerApplication_Payload) Reset

func (x *ConsumerApplication_Payload) Reset()

func (*ConsumerApplication_Payload) String

func (x *ConsumerApplication_Payload) String() string

type ConsumerApplication_Payload_ApplicationData

type ConsumerApplication_Payload_ApplicationData struct {
	ApplicationData *ConsumerApplication_ApplicationData `protobuf:"bytes,2,opt,name=applicationData,proto3,oneof"`
}

type ConsumerApplication_Payload_Content

type ConsumerApplication_Payload_Content struct {
	Content *ConsumerApplication_Content `protobuf:"bytes,1,opt,name=content,proto3,oneof"`
}

type ConsumerApplication_Payload_Signal

type ConsumerApplication_Payload_Signal struct {
	Signal *ConsumerApplication_Signal `protobuf:"bytes,3,opt,name=signal,proto3,oneof"`
}

type ConsumerApplication_Payload_SubProtocol

type ConsumerApplication_Payload_SubProtocol struct {
	SubProtocol *ConsumerApplication_SubProtocolPayload `protobuf:"bytes,4,opt,name=subProtocol,proto3,oneof"`
}

type ConsumerApplication_Point

type ConsumerApplication_Point struct {
	X float64 `protobuf:"fixed64,1,opt,name=x,proto3" json:"x,omitempty"`
	Y float64 `protobuf:"fixed64,2,opt,name=y,proto3" json:"y,omitempty"`
	// contains filtered or unexported fields
}

func (*ConsumerApplication_Point) Descriptor deprecated

func (*ConsumerApplication_Point) Descriptor() ([]byte, []int)

Deprecated: Use ConsumerApplication_Point.ProtoReflect.Descriptor instead.

func (*ConsumerApplication_Point) GetX

func (*ConsumerApplication_Point) GetY

func (*ConsumerApplication_Point) ProtoMessage

func (*ConsumerApplication_Point) ProtoMessage()

func (*ConsumerApplication_Point) ProtoReflect

func (*ConsumerApplication_Point) Reset

func (x *ConsumerApplication_Point) Reset()

func (*ConsumerApplication_Point) String

func (x *ConsumerApplication_Point) String() string

type ConsumerApplication_PollAddOptionMessage

type ConsumerApplication_PollAddOptionMessage struct {
	PollOption []*ConsumerApplication_Option `protobuf:"bytes,1,rep,name=pollOption,proto3" json:"pollOption,omitempty"`
	// contains filtered or unexported fields
}

func (*ConsumerApplication_PollAddOptionMessage) Descriptor deprecated

func (*ConsumerApplication_PollAddOptionMessage) Descriptor() ([]byte, []int)

Deprecated: Use ConsumerApplication_PollAddOptionMessage.ProtoReflect.Descriptor instead.

func (*ConsumerApplication_PollAddOptionMessage) GetPollOption

func (*ConsumerApplication_PollAddOptionMessage) ProtoMessage

func (*ConsumerApplication_PollAddOptionMessage) ProtoReflect

func (*ConsumerApplication_PollAddOptionMessage) Reset

func (*ConsumerApplication_PollAddOptionMessage) String

type ConsumerApplication_PollCreationMessage

type ConsumerApplication_PollCreationMessage struct {
	EncKey                 []byte                        `protobuf:"bytes,1,opt,name=encKey,proto3" json:"encKey,omitempty"`
	Name                   string                        `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Options                []*ConsumerApplication_Option `protobuf:"bytes,3,rep,name=options,proto3" json:"options,omitempty"`
	SelectableOptionsCount uint32                        `protobuf:"varint,4,opt,name=selectableOptionsCount,proto3" json:"selectableOptionsCount,omitempty"`
	// contains filtered or unexported fields
}

func (*ConsumerApplication_PollCreationMessage) Descriptor deprecated

func (*ConsumerApplication_PollCreationMessage) Descriptor() ([]byte, []int)

Deprecated: Use ConsumerApplication_PollCreationMessage.ProtoReflect.Descriptor instead.

func (*ConsumerApplication_PollCreationMessage) GetEncKey

func (*ConsumerApplication_PollCreationMessage) GetName

func (*ConsumerApplication_PollCreationMessage) GetOptions

func (*ConsumerApplication_PollCreationMessage) GetSelectableOptionsCount

func (x *ConsumerApplication_PollCreationMessage) GetSelectableOptionsCount() uint32

func (*ConsumerApplication_PollCreationMessage) ProtoMessage

func (*ConsumerApplication_PollCreationMessage) ProtoReflect

func (*ConsumerApplication_PollCreationMessage) Reset

func (*ConsumerApplication_PollCreationMessage) String

type ConsumerApplication_PollEncValue

type ConsumerApplication_PollEncValue struct {
	EncPayload []byte `protobuf:"bytes,1,opt,name=encPayload,proto3" json:"encPayload,omitempty"`
	EncIV      []byte `protobuf:"bytes,2,opt,name=encIV,proto3" json:"encIV,omitempty"`
	// contains filtered or unexported fields
}

func (*ConsumerApplication_PollEncValue) Descriptor deprecated

func (*ConsumerApplication_PollEncValue) Descriptor() ([]byte, []int)

Deprecated: Use ConsumerApplication_PollEncValue.ProtoReflect.Descriptor instead.

func (*ConsumerApplication_PollEncValue) GetEncIV

func (x *ConsumerApplication_PollEncValue) GetEncIV() []byte

func (*ConsumerApplication_PollEncValue) GetEncPayload

func (x *ConsumerApplication_PollEncValue) GetEncPayload() []byte

func (*ConsumerApplication_PollEncValue) ProtoMessage

func (*ConsumerApplication_PollEncValue) ProtoMessage()

func (*ConsumerApplication_PollEncValue) ProtoReflect

func (*ConsumerApplication_PollEncValue) Reset

func (*ConsumerApplication_PollEncValue) String

type ConsumerApplication_PollUpdateMessage

type ConsumerApplication_PollUpdateMessage struct {
	PollCreationMessageKey *waCommon.MessageKey              `protobuf:"bytes,1,opt,name=pollCreationMessageKey,proto3" json:"pollCreationMessageKey,omitempty"`
	Vote                   *ConsumerApplication_PollEncValue `protobuf:"bytes,2,opt,name=vote,proto3" json:"vote,omitempty"`
	AddOption              *ConsumerApplication_PollEncValue `protobuf:"bytes,3,opt,name=addOption,proto3" json:"addOption,omitempty"`
	// contains filtered or unexported fields
}

func (*ConsumerApplication_PollUpdateMessage) Descriptor deprecated

func (*ConsumerApplication_PollUpdateMessage) Descriptor() ([]byte, []int)

Deprecated: Use ConsumerApplication_PollUpdateMessage.ProtoReflect.Descriptor instead.

func (*ConsumerApplication_PollUpdateMessage) GetAddOption

func (*ConsumerApplication_PollUpdateMessage) GetPollCreationMessageKey

func (x *ConsumerApplication_PollUpdateMessage) GetPollCreationMessageKey() *waCommon.MessageKey

func (*ConsumerApplication_PollUpdateMessage) GetVote

func (*ConsumerApplication_PollUpdateMessage) ProtoMessage

func (*ConsumerApplication_PollUpdateMessage) ProtoMessage()

func (*ConsumerApplication_PollUpdateMessage) ProtoReflect

func (*ConsumerApplication_PollUpdateMessage) Reset

func (*ConsumerApplication_PollUpdateMessage) String

type ConsumerApplication_PollVoteMessage

type ConsumerApplication_PollVoteMessage struct {
	SelectedOptions   [][]byte `protobuf:"bytes,1,rep,name=selectedOptions,proto3" json:"selectedOptions,omitempty"`
	SenderTimestampMS int64    `protobuf:"varint,2,opt,name=senderTimestampMS,proto3" json:"senderTimestampMS,omitempty"`
	// contains filtered or unexported fields
}

func (*ConsumerApplication_PollVoteMessage) Descriptor deprecated

func (*ConsumerApplication_PollVoteMessage) Descriptor() ([]byte, []int)

Deprecated: Use ConsumerApplication_PollVoteMessage.ProtoReflect.Descriptor instead.

func (*ConsumerApplication_PollVoteMessage) GetSelectedOptions

func (x *ConsumerApplication_PollVoteMessage) GetSelectedOptions() [][]byte

func (*ConsumerApplication_PollVoteMessage) GetSenderTimestampMS

func (x *ConsumerApplication_PollVoteMessage) GetSenderTimestampMS() int64

func (*ConsumerApplication_PollVoteMessage) ProtoMessage

func (*ConsumerApplication_PollVoteMessage) ProtoMessage()

func (*ConsumerApplication_PollVoteMessage) ProtoReflect

func (*ConsumerApplication_PollVoteMessage) Reset

func (*ConsumerApplication_PollVoteMessage) String

type ConsumerApplication_ReactionMessage

type ConsumerApplication_ReactionMessage struct {
	Key                           *waCommon.MessageKey `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	Text                          string               `protobuf:"bytes,2,opt,name=text,proto3" json:"text,omitempty"`
	GroupingKey                   string               `protobuf:"bytes,3,opt,name=groupingKey,proto3" json:"groupingKey,omitempty"`
	SenderTimestampMS             int64                `protobuf:"varint,4,opt,name=senderTimestampMS,proto3" json:"senderTimestampMS,omitempty"`
	ReactionMetadataDataclassData string               `protobuf:"bytes,5,opt,name=reactionMetadataDataclassData,proto3" json:"reactionMetadataDataclassData,omitempty"`
	Style                         int32                `protobuf:"varint,6,opt,name=style,proto3" json:"style,omitempty"`
	// contains filtered or unexported fields
}

func (*ConsumerApplication_ReactionMessage) Descriptor deprecated

func (*ConsumerApplication_ReactionMessage) Descriptor() ([]byte, []int)

Deprecated: Use ConsumerApplication_ReactionMessage.ProtoReflect.Descriptor instead.

func (*ConsumerApplication_ReactionMessage) GetGroupingKey

func (x *ConsumerApplication_ReactionMessage) GetGroupingKey() string

func (*ConsumerApplication_ReactionMessage) GetKey

func (*ConsumerApplication_ReactionMessage) GetReactionMetadataDataclassData

func (x *ConsumerApplication_ReactionMessage) GetReactionMetadataDataclassData() string

func (*ConsumerApplication_ReactionMessage) GetSenderTimestampMS

func (x *ConsumerApplication_ReactionMessage) GetSenderTimestampMS() int64

func (*ConsumerApplication_ReactionMessage) GetStyle

func (*ConsumerApplication_ReactionMessage) GetText

func (*ConsumerApplication_ReactionMessage) ProtoMessage

func (*ConsumerApplication_ReactionMessage) ProtoMessage()

func (*ConsumerApplication_ReactionMessage) ProtoReflect

func (*ConsumerApplication_ReactionMessage) Reset

func (*ConsumerApplication_ReactionMessage) String

type ConsumerApplication_RevokeMessage

type ConsumerApplication_RevokeMessage struct {
	Key *waCommon.MessageKey `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	// contains filtered or unexported fields
}

func (*ConsumerApplication_RevokeMessage) Descriptor deprecated

func (*ConsumerApplication_RevokeMessage) Descriptor() ([]byte, []int)

Deprecated: Use ConsumerApplication_RevokeMessage.ProtoReflect.Descriptor instead.

func (*ConsumerApplication_RevokeMessage) GetKey

func (*ConsumerApplication_RevokeMessage) ProtoMessage

func (*ConsumerApplication_RevokeMessage) ProtoMessage()

func (*ConsumerApplication_RevokeMessage) ProtoReflect

func (*ConsumerApplication_RevokeMessage) Reset

func (*ConsumerApplication_RevokeMessage) String

type ConsumerApplication_Signal

type ConsumerApplication_Signal struct {
	// contains filtered or unexported fields
}

func (*ConsumerApplication_Signal) Descriptor deprecated

func (*ConsumerApplication_Signal) Descriptor() ([]byte, []int)

Deprecated: Use ConsumerApplication_Signal.ProtoReflect.Descriptor instead.

func (*ConsumerApplication_Signal) ProtoMessage

func (*ConsumerApplication_Signal) ProtoMessage()

func (*ConsumerApplication_Signal) ProtoReflect

func (*ConsumerApplication_Signal) Reset

func (x *ConsumerApplication_Signal) Reset()

func (*ConsumerApplication_Signal) String

func (x *ConsumerApplication_Signal) String() string

type ConsumerApplication_StatusTextMesage

type ConsumerApplication_StatusTextMesage struct {
	Text           *ConsumerApplication_ExtendedTextMessage      `protobuf:"bytes,1,opt,name=text,proto3" json:"text,omitempty"`
	TextArgb       uint32                                        `protobuf:"fixed32,6,opt,name=textArgb,proto3" json:"textArgb,omitempty"`
	BackgroundArgb uint32                                        `protobuf:"fixed32,7,opt,name=backgroundArgb,proto3" json:"backgroundArgb,omitempty"`
	Font           ConsumerApplication_StatusTextMesage_FontType `` /* 135-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ConsumerApplication_StatusTextMesage) Descriptor deprecated

func (*ConsumerApplication_StatusTextMesage) Descriptor() ([]byte, []int)

Deprecated: Use ConsumerApplication_StatusTextMesage.ProtoReflect.Descriptor instead.

func (*ConsumerApplication_StatusTextMesage) GetBackgroundArgb

func (x *ConsumerApplication_StatusTextMesage) GetBackgroundArgb() uint32

func (*ConsumerApplication_StatusTextMesage) GetFont

func (*ConsumerApplication_StatusTextMesage) GetText

func (*ConsumerApplication_StatusTextMesage) GetTextArgb

func (*ConsumerApplication_StatusTextMesage) ProtoMessage

func (*ConsumerApplication_StatusTextMesage) ProtoMessage()

func (*ConsumerApplication_StatusTextMesage) ProtoReflect

func (*ConsumerApplication_StatusTextMesage) Reset

func (*ConsumerApplication_StatusTextMesage) String

type ConsumerApplication_StatusTextMesage_FontType

type ConsumerApplication_StatusTextMesage_FontType int32
const (
	ConsumerApplication_StatusTextMesage_SANS_SERIF        ConsumerApplication_StatusTextMesage_FontType = 0
	ConsumerApplication_StatusTextMesage_SERIF             ConsumerApplication_StatusTextMesage_FontType = 1
	ConsumerApplication_StatusTextMesage_NORICAN_REGULAR   ConsumerApplication_StatusTextMesage_FontType = 2
	ConsumerApplication_StatusTextMesage_BRYNDAN_WRITE     ConsumerApplication_StatusTextMesage_FontType = 3
	ConsumerApplication_StatusTextMesage_BEBASNEUE_REGULAR ConsumerApplication_StatusTextMesage_FontType = 4
	ConsumerApplication_StatusTextMesage_OSWALD_HEAVY      ConsumerApplication_StatusTextMesage_FontType = 5
)

func (ConsumerApplication_StatusTextMesage_FontType) Descriptor

func (ConsumerApplication_StatusTextMesage_FontType) Enum

func (ConsumerApplication_StatusTextMesage_FontType) EnumDescriptor deprecated

func (ConsumerApplication_StatusTextMesage_FontType) EnumDescriptor() ([]byte, []int)

Deprecated: Use ConsumerApplication_StatusTextMesage_FontType.Descriptor instead.

func (ConsumerApplication_StatusTextMesage_FontType) Number

func (ConsumerApplication_StatusTextMesage_FontType) String

func (ConsumerApplication_StatusTextMesage_FontType) Type

type ConsumerApplication_StickerMessage

type ConsumerApplication_StickerMessage struct {
	Sticker *waCommon.SubProtocol `protobuf:"bytes,1,opt,name=sticker,proto3" json:"sticker,omitempty"`
	// contains filtered or unexported fields
}

func (*ConsumerApplication_StickerMessage) Decode

func (*ConsumerApplication_StickerMessage) Descriptor deprecated

func (*ConsumerApplication_StickerMessage) Descriptor() ([]byte, []int)

Deprecated: Use ConsumerApplication_StickerMessage.ProtoReflect.Descriptor instead.

func (*ConsumerApplication_StickerMessage) GetSticker

func (*ConsumerApplication_StickerMessage) ProtoMessage

func (*ConsumerApplication_StickerMessage) ProtoMessage()

func (*ConsumerApplication_StickerMessage) ProtoReflect

func (*ConsumerApplication_StickerMessage) Reset

func (*ConsumerApplication_StickerMessage) Set

func (*ConsumerApplication_StickerMessage) String

type ConsumerApplication_SubProtocolPayload

type ConsumerApplication_SubProtocolPayload struct {
	FutureProof waCommon.FutureProofBehavior `protobuf:"varint,1,opt,name=futureProof,proto3,enum=WACommon.FutureProofBehavior" json:"futureProof,omitempty"`
	// contains filtered or unexported fields
}

func (*ConsumerApplication_SubProtocolPayload) Descriptor deprecated

func (*ConsumerApplication_SubProtocolPayload) Descriptor() ([]byte, []int)

Deprecated: Use ConsumerApplication_SubProtocolPayload.ProtoReflect.Descriptor instead.

func (*ConsumerApplication_SubProtocolPayload) GetFutureProof

func (*ConsumerApplication_SubProtocolPayload) ProtoMessage

func (*ConsumerApplication_SubProtocolPayload) ProtoReflect

func (*ConsumerApplication_SubProtocolPayload) Reset

func (*ConsumerApplication_SubProtocolPayload) String

type ConsumerApplication_VideoMessage

type ConsumerApplication_VideoMessage struct {
	Video   *waCommon.SubProtocol `protobuf:"bytes,1,opt,name=video,proto3" json:"video,omitempty"`
	Caption *waCommon.MessageText `protobuf:"bytes,2,opt,name=caption,proto3" json:"caption,omitempty"`
	// contains filtered or unexported fields
}

func (*ConsumerApplication_VideoMessage) Decode

func (*ConsumerApplication_VideoMessage) Descriptor deprecated

func (*ConsumerApplication_VideoMessage) Descriptor() ([]byte, []int)

Deprecated: Use ConsumerApplication_VideoMessage.ProtoReflect.Descriptor instead.

func (*ConsumerApplication_VideoMessage) GetCaption

func (*ConsumerApplication_VideoMessage) GetVideo

func (*ConsumerApplication_VideoMessage) ProtoMessage

func (*ConsumerApplication_VideoMessage) ProtoMessage()

func (*ConsumerApplication_VideoMessage) ProtoReflect

func (*ConsumerApplication_VideoMessage) Reset

func (*ConsumerApplication_VideoMessage) Set

func (*ConsumerApplication_VideoMessage) String

type ConsumerApplication_ViewOnceMessage

type ConsumerApplication_ViewOnceMessage struct {

	// Types that are assignable to ViewOnceContent:
	//
	//	*ConsumerApplication_ViewOnceMessage_ImageMessage
	//	*ConsumerApplication_ViewOnceMessage_VideoMessage
	ViewOnceContent isConsumerApplication_ViewOnceMessage_ViewOnceContent `protobuf_oneof:"viewOnceContent"`
	// contains filtered or unexported fields
}

func (*ConsumerApplication_ViewOnceMessage) Descriptor deprecated

func (*ConsumerApplication_ViewOnceMessage) Descriptor() ([]byte, []int)

Deprecated: Use ConsumerApplication_ViewOnceMessage.ProtoReflect.Descriptor instead.

func (*ConsumerApplication_ViewOnceMessage) GetImageMessage

func (*ConsumerApplication_ViewOnceMessage) GetVideoMessage

func (*ConsumerApplication_ViewOnceMessage) GetViewOnceContent

func (m *ConsumerApplication_ViewOnceMessage) GetViewOnceContent() isConsumerApplication_ViewOnceMessage_ViewOnceContent

func (*ConsumerApplication_ViewOnceMessage) ProtoMessage

func (*ConsumerApplication_ViewOnceMessage) ProtoMessage()

func (*ConsumerApplication_ViewOnceMessage) ProtoReflect

func (*ConsumerApplication_ViewOnceMessage) Reset

func (*ConsumerApplication_ViewOnceMessage) String

type ConsumerApplication_ViewOnceMessage_ImageMessage

type ConsumerApplication_ViewOnceMessage_ImageMessage struct {
	ImageMessage *ConsumerApplication_ImageMessage `protobuf:"bytes,1,opt,name=imageMessage,proto3,oneof"`
}

type ConsumerApplication_ViewOnceMessage_VideoMessage

type ConsumerApplication_ViewOnceMessage_VideoMessage struct {
	VideoMessage *ConsumerApplication_VideoMessage `protobuf:"bytes,2,opt,name=videoMessage,proto3,oneof"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL