waMediaTransport

package
v0.0.13 Latest Latest
Warning

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

Go to latest
Published: Oct 29, 2024 License: MPL-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ImageTransport_Ancillary_HdType_name = map[int32]string{
		0: "NONE",
		1: "LQ_4K",
		2: "HQ_4K",
	}
	ImageTransport_Ancillary_HdType_value = map[string]int32{
		"NONE":  0,
		"LQ_4K": 1,
		"HQ_4K": 2,
	}
)

Enum value maps for ImageTransport_Ancillary_HdType.

View Source
var (
	VideoTransport_Ancillary_Attribution_name = map[int32]string{
		0: "NONE",
		1: "GIPHY",
		2: "TENOR",
	}
	VideoTransport_Ancillary_Attribution_value = map[string]int32{
		"NONE":  0,
		"GIPHY": 1,
		"TENOR": 2,
	}
)

Enum value maps for VideoTransport_Ancillary_Attribution.

View Source
var (
	AudioTransport_Ancillary_AvatarAudio_AnimationsType_name = map[int32]string{
		0: "TALKING_A",
		1: "IDLE_A",
		2: "TALKING_B",
		3: "IDLE_B",
		4: "BACKGROUND",
	}
	AudioTransport_Ancillary_AvatarAudio_AnimationsType_value = map[string]int32{
		"TALKING_A":  0,
		"IDLE_A":     1,
		"TALKING_B":  2,
		"IDLE_B":     3,
		"BACKGROUND": 4,
	}
)

Enum value maps for AudioTransport_Ancillary_AvatarAudio_AnimationsType.

View Source
var (
	AudioTransport_Integral_AudioFormat_name = map[int32]string{
		0: "UNKNOWN",
		1: "OPUS",
	}
	AudioTransport_Integral_AudioFormat_value = map[string]int32{
		"UNKNOWN": 0,
		"OPUS":    1,
	}
)

Enum value maps for AudioTransport_Integral_AudioFormat.

View Source
var File_waMediaTransport_WAMediaTransport_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type AudioTransport

type AudioTransport struct {
	Integral  *AudioTransport_Integral  `protobuf:"bytes,1,opt,name=integral" json:"integral,omitempty"`
	Ancillary *AudioTransport_Ancillary `protobuf:"bytes,2,opt,name=ancillary" json:"ancillary,omitempty"`
	// contains filtered or unexported fields
}

func (*AudioTransport) Descriptor deprecated

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

Deprecated: Use AudioTransport.ProtoReflect.Descriptor instead.

func (*AudioTransport) GetAncillary

func (x *AudioTransport) GetAncillary() *AudioTransport_Ancillary

func (*AudioTransport) GetIntegral

func (x *AudioTransport) GetIntegral() *AudioTransport_Integral

func (*AudioTransport) ProtoMessage

func (*AudioTransport) ProtoMessage()

func (*AudioTransport) ProtoReflect

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

func (*AudioTransport) Reset

func (x *AudioTransport) Reset()

func (*AudioTransport) String

func (x *AudioTransport) String() string

type AudioTransport_Ancillary

type AudioTransport_Ancillary struct {
	Seconds     *uint32                               `protobuf:"varint,1,opt,name=seconds" json:"seconds,omitempty"`
	AvatarAudio *AudioTransport_Ancillary_AvatarAudio `protobuf:"bytes,2,opt,name=avatarAudio" json:"avatarAudio,omitempty"`
	// contains filtered or unexported fields
}

func (*AudioTransport_Ancillary) Descriptor deprecated

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

Deprecated: Use AudioTransport_Ancillary.ProtoReflect.Descriptor instead.

func (*AudioTransport_Ancillary) GetAvatarAudio

func (*AudioTransport_Ancillary) GetSeconds

func (x *AudioTransport_Ancillary) GetSeconds() uint32

func (*AudioTransport_Ancillary) ProtoMessage

func (*AudioTransport_Ancillary) ProtoMessage()

func (*AudioTransport_Ancillary) ProtoReflect

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

func (*AudioTransport_Ancillary) Reset

func (x *AudioTransport_Ancillary) Reset()

func (*AudioTransport_Ancillary) String

func (x *AudioTransport_Ancillary) String() string

type AudioTransport_Ancillary_AvatarAudio

type AudioTransport_Ancillary_AvatarAudio struct {
	PoseID           *uint32                                                              `protobuf:"varint,1,opt,name=poseID" json:"poseID,omitempty"`
	AvatarAnimations []*AudioTransport_Ancillary_AvatarAudio_DownloadableAvatarAnimations `protobuf:"bytes,2,rep,name=avatarAnimations" json:"avatarAnimations,omitempty"`
	// contains filtered or unexported fields
}

func (*AudioTransport_Ancillary_AvatarAudio) Descriptor deprecated

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

Deprecated: Use AudioTransport_Ancillary_AvatarAudio.ProtoReflect.Descriptor instead.

func (*AudioTransport_Ancillary_AvatarAudio) GetAvatarAnimations

func (*AudioTransport_Ancillary_AvatarAudio) GetPoseID

func (*AudioTransport_Ancillary_AvatarAudio) ProtoMessage

func (*AudioTransport_Ancillary_AvatarAudio) ProtoMessage()

func (*AudioTransport_Ancillary_AvatarAudio) ProtoReflect

func (*AudioTransport_Ancillary_AvatarAudio) Reset

func (*AudioTransport_Ancillary_AvatarAudio) String

type AudioTransport_Ancillary_AvatarAudio_AnimationsType

type AudioTransport_Ancillary_AvatarAudio_AnimationsType int32
const (
	AudioTransport_Ancillary_AvatarAudio_TALKING_A  AudioTransport_Ancillary_AvatarAudio_AnimationsType = 0
	AudioTransport_Ancillary_AvatarAudio_IDLE_A     AudioTransport_Ancillary_AvatarAudio_AnimationsType = 1
	AudioTransport_Ancillary_AvatarAudio_TALKING_B  AudioTransport_Ancillary_AvatarAudio_AnimationsType = 2
	AudioTransport_Ancillary_AvatarAudio_IDLE_B     AudioTransport_Ancillary_AvatarAudio_AnimationsType = 3
	AudioTransport_Ancillary_AvatarAudio_BACKGROUND AudioTransport_Ancillary_AvatarAudio_AnimationsType = 4
)

func (AudioTransport_Ancillary_AvatarAudio_AnimationsType) Descriptor

func (AudioTransport_Ancillary_AvatarAudio_AnimationsType) Enum

func (AudioTransport_Ancillary_AvatarAudio_AnimationsType) EnumDescriptor deprecated

Deprecated: Use AudioTransport_Ancillary_AvatarAudio_AnimationsType.Descriptor instead.

func (AudioTransport_Ancillary_AvatarAudio_AnimationsType) Number

func (AudioTransport_Ancillary_AvatarAudio_AnimationsType) String

func (AudioTransport_Ancillary_AvatarAudio_AnimationsType) Type

func (*AudioTransport_Ancillary_AvatarAudio_AnimationsType) UnmarshalJSON deprecated

Deprecated: Do not use.

type AudioTransport_Ancillary_AvatarAudio_DownloadableAvatarAnimations

type AudioTransport_Ancillary_AvatarAudio_DownloadableAvatarAnimations struct {
	FileSHA256        []byte                                               `protobuf:"bytes,1,opt,name=fileSHA256" json:"fileSHA256,omitempty"`
	FileEncSHA256     []byte                                               `protobuf:"bytes,2,opt,name=fileEncSHA256" json:"fileEncSHA256,omitempty"`
	DirectPath        *string                                              `protobuf:"bytes,3,opt,name=directPath" json:"directPath,omitempty"`
	MediaKey          []byte                                               `protobuf:"bytes,4,opt,name=mediaKey" json:"mediaKey,omitempty"`
	MediaKeyTimestamp *int64                                               `protobuf:"varint,5,opt,name=mediaKeyTimestamp" json:"mediaKeyTimestamp,omitempty"`
	ObjectID          *string                                              `protobuf:"bytes,6,opt,name=objectID" json:"objectID,omitempty"`
	AnimationsType    *AudioTransport_Ancillary_AvatarAudio_AnimationsType `` /* 149-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*AudioTransport_Ancillary_AvatarAudio_DownloadableAvatarAnimations) Descriptor deprecated

Deprecated: Use AudioTransport_Ancillary_AvatarAudio_DownloadableAvatarAnimations.ProtoReflect.Descriptor instead.

func (*AudioTransport_Ancillary_AvatarAudio_DownloadableAvatarAnimations) GetAnimationsType

func (*AudioTransport_Ancillary_AvatarAudio_DownloadableAvatarAnimations) GetDirectPath

func (*AudioTransport_Ancillary_AvatarAudio_DownloadableAvatarAnimations) GetFileEncSHA256

func (*AudioTransport_Ancillary_AvatarAudio_DownloadableAvatarAnimations) GetFileSHA256

func (*AudioTransport_Ancillary_AvatarAudio_DownloadableAvatarAnimations) GetMediaKey

func (*AudioTransport_Ancillary_AvatarAudio_DownloadableAvatarAnimations) GetMediaKeyTimestamp

func (*AudioTransport_Ancillary_AvatarAudio_DownloadableAvatarAnimations) GetObjectID

func (*AudioTransport_Ancillary_AvatarAudio_DownloadableAvatarAnimations) ProtoMessage

func (*AudioTransport_Ancillary_AvatarAudio_DownloadableAvatarAnimations) ProtoReflect

func (*AudioTransport_Ancillary_AvatarAudio_DownloadableAvatarAnimations) Reset

func (*AudioTransport_Ancillary_AvatarAudio_DownloadableAvatarAnimations) String

type AudioTransport_Integral

type AudioTransport_Integral struct {
	Transport   *WAMediaTransport                    `protobuf:"bytes,1,opt,name=transport" json:"transport,omitempty"`
	AudioFormat *AudioTransport_Integral_AudioFormat `` /* 127-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*AudioTransport_Integral) Descriptor deprecated

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

Deprecated: Use AudioTransport_Integral.ProtoReflect.Descriptor instead.

func (*AudioTransport_Integral) GetAudioFormat

func (*AudioTransport_Integral) GetTransport

func (x *AudioTransport_Integral) GetTransport() *WAMediaTransport

func (*AudioTransport_Integral) ProtoMessage

func (*AudioTransport_Integral) ProtoMessage()

func (*AudioTransport_Integral) ProtoReflect

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

func (*AudioTransport_Integral) Reset

func (x *AudioTransport_Integral) Reset()

func (*AudioTransport_Integral) String

func (x *AudioTransport_Integral) String() string

type AudioTransport_Integral_AudioFormat

type AudioTransport_Integral_AudioFormat int32
const (
	AudioTransport_Integral_UNKNOWN AudioTransport_Integral_AudioFormat = 0
	AudioTransport_Integral_OPUS    AudioTransport_Integral_AudioFormat = 1
)

func (AudioTransport_Integral_AudioFormat) Descriptor

func (AudioTransport_Integral_AudioFormat) Enum

func (AudioTransport_Integral_AudioFormat) EnumDescriptor deprecated

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

Deprecated: Use AudioTransport_Integral_AudioFormat.Descriptor instead.

func (AudioTransport_Integral_AudioFormat) Number

func (AudioTransport_Integral_AudioFormat) String

func (AudioTransport_Integral_AudioFormat) Type

func (*AudioTransport_Integral_AudioFormat) UnmarshalJSON deprecated

func (x *AudioTransport_Integral_AudioFormat) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type ContactTransport

type ContactTransport struct {
	Integral  *ContactTransport_Integral  `protobuf:"bytes,1,opt,name=integral" json:"integral,omitempty"`
	Ancillary *ContactTransport_Ancillary `protobuf:"bytes,2,opt,name=ancillary" json:"ancillary,omitempty"`
	// contains filtered or unexported fields
}

func (*ContactTransport) Descriptor deprecated

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

Deprecated: Use ContactTransport.ProtoReflect.Descriptor instead.

func (*ContactTransport) GetAncillary

func (x *ContactTransport) GetAncillary() *ContactTransport_Ancillary

func (*ContactTransport) GetIntegral

func (x *ContactTransport) GetIntegral() *ContactTransport_Integral

func (*ContactTransport) ProtoMessage

func (*ContactTransport) ProtoMessage()

func (*ContactTransport) ProtoReflect

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

func (*ContactTransport) Reset

func (x *ContactTransport) Reset()

func (*ContactTransport) String

func (x *ContactTransport) String() string

type ContactTransport_Ancillary

type ContactTransport_Ancillary struct {
	DisplayName *string `protobuf:"bytes,1,opt,name=displayName" json:"displayName,omitempty"`
	// contains filtered or unexported fields
}

func (*ContactTransport_Ancillary) Descriptor deprecated

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

Deprecated: Use ContactTransport_Ancillary.ProtoReflect.Descriptor instead.

func (*ContactTransport_Ancillary) GetDisplayName

func (x *ContactTransport_Ancillary) GetDisplayName() string

func (*ContactTransport_Ancillary) ProtoMessage

func (*ContactTransport_Ancillary) ProtoMessage()

func (*ContactTransport_Ancillary) ProtoReflect

func (*ContactTransport_Ancillary) Reset

func (x *ContactTransport_Ancillary) Reset()

func (*ContactTransport_Ancillary) String

func (x *ContactTransport_Ancillary) String() string

type ContactTransport_Integral

type ContactTransport_Integral struct {

	// Types that are assignable to Contact:
	//
	//	*ContactTransport_Integral_Vcard
	//	*ContactTransport_Integral_DownloadableVcard
	Contact isContactTransport_Integral_Contact `protobuf_oneof:"contact"`
	// contains filtered or unexported fields
}

func (*ContactTransport_Integral) Descriptor deprecated

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

Deprecated: Use ContactTransport_Integral.ProtoReflect.Descriptor instead.

func (*ContactTransport_Integral) GetContact

func (m *ContactTransport_Integral) GetContact() isContactTransport_Integral_Contact

func (*ContactTransport_Integral) GetDownloadableVcard

func (x *ContactTransport_Integral) GetDownloadableVcard() *WAMediaTransport

func (*ContactTransport_Integral) GetVcard

func (x *ContactTransport_Integral) GetVcard() string

func (*ContactTransport_Integral) ProtoMessage

func (*ContactTransport_Integral) ProtoMessage()

func (*ContactTransport_Integral) ProtoReflect

func (*ContactTransport_Integral) Reset

func (x *ContactTransport_Integral) Reset()

func (*ContactTransport_Integral) String

func (x *ContactTransport_Integral) String() string

type ContactTransport_Integral_DownloadableVcard

type ContactTransport_Integral_DownloadableVcard struct {
	DownloadableVcard *WAMediaTransport `protobuf:"bytes,2,opt,name=downloadableVcard,oneof"`
}

type ContactTransport_Integral_Vcard

type ContactTransport_Integral_Vcard struct {
	Vcard string `protobuf:"bytes,1,opt,name=vcard,oneof"`
}

type DocumentTransport

type DocumentTransport struct {
	Integral  *DocumentTransport_Integral  `protobuf:"bytes,1,opt,name=integral" json:"integral,omitempty"`
	Ancillary *DocumentTransport_Ancillary `protobuf:"bytes,2,opt,name=ancillary" json:"ancillary,omitempty"`
	// contains filtered or unexported fields
}

func (*DocumentTransport) Descriptor deprecated

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

Deprecated: Use DocumentTransport.ProtoReflect.Descriptor instead.

func (*DocumentTransport) GetAncillary

func (*DocumentTransport) GetIntegral

func (*DocumentTransport) ProtoMessage

func (*DocumentTransport) ProtoMessage()

func (*DocumentTransport) ProtoReflect

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

func (*DocumentTransport) Reset

func (x *DocumentTransport) Reset()

func (*DocumentTransport) String

func (x *DocumentTransport) String() string

type DocumentTransport_Ancillary

type DocumentTransport_Ancillary struct {
	PageCount *uint32 `protobuf:"varint,1,opt,name=pageCount" json:"pageCount,omitempty"`
	// contains filtered or unexported fields
}

func (*DocumentTransport_Ancillary) Descriptor deprecated

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

Deprecated: Use DocumentTransport_Ancillary.ProtoReflect.Descriptor instead.

func (*DocumentTransport_Ancillary) GetPageCount

func (x *DocumentTransport_Ancillary) GetPageCount() uint32

func (*DocumentTransport_Ancillary) ProtoMessage

func (*DocumentTransport_Ancillary) ProtoMessage()

func (*DocumentTransport_Ancillary) ProtoReflect

func (*DocumentTransport_Ancillary) Reset

func (x *DocumentTransport_Ancillary) Reset()

func (*DocumentTransport_Ancillary) String

func (x *DocumentTransport_Ancillary) String() string

type DocumentTransport_Integral

type DocumentTransport_Integral struct {
	Transport *WAMediaTransport `protobuf:"bytes,1,opt,name=transport" json:"transport,omitempty"`
	// contains filtered or unexported fields
}

func (*DocumentTransport_Integral) Descriptor deprecated

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

Deprecated: Use DocumentTransport_Integral.ProtoReflect.Descriptor instead.

func (*DocumentTransport_Integral) GetTransport

func (x *DocumentTransport_Integral) GetTransport() *WAMediaTransport

func (*DocumentTransport_Integral) ProtoMessage

func (*DocumentTransport_Integral) ProtoMessage()

func (*DocumentTransport_Integral) ProtoReflect

func (*DocumentTransport_Integral) Reset

func (x *DocumentTransport_Integral) Reset()

func (*DocumentTransport_Integral) String

func (x *DocumentTransport_Integral) String() string

type ImageTransport

type ImageTransport struct {
	Integral  *ImageTransport_Integral  `protobuf:"bytes,1,opt,name=integral" json:"integral,omitempty"`
	Ancillary *ImageTransport_Ancillary `protobuf:"bytes,2,opt,name=ancillary" json:"ancillary,omitempty"`
	// contains filtered or unexported fields
}

func (*ImageTransport) Descriptor deprecated

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

Deprecated: Use ImageTransport.ProtoReflect.Descriptor instead.

func (*ImageTransport) GetAncillary

func (x *ImageTransport) GetAncillary() *ImageTransport_Ancillary

func (*ImageTransport) GetIntegral

func (x *ImageTransport) GetIntegral() *ImageTransport_Integral

func (*ImageTransport) ProtoMessage

func (*ImageTransport) ProtoMessage()

func (*ImageTransport) ProtoReflect

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

func (*ImageTransport) Reset

func (x *ImageTransport) Reset()

func (*ImageTransport) String

func (x *ImageTransport) String() string

type ImageTransport_Ancillary

type ImageTransport_Ancillary struct {
	Height                *uint32                          `protobuf:"varint,1,opt,name=height" json:"height,omitempty"`
	Width                 *uint32                          `protobuf:"varint,2,opt,name=width" json:"width,omitempty"`
	ScansSidecar          []byte                           `protobuf:"bytes,3,opt,name=scansSidecar" json:"scansSidecar,omitempty"`
	ScanLengths           []uint32                         `protobuf:"varint,4,rep,name=scanLengths" json:"scanLengths,omitempty"`
	MidQualityFileSHA256  []byte                           `protobuf:"bytes,5,opt,name=midQualityFileSHA256" json:"midQualityFileSHA256,omitempty"`
	HdType                *ImageTransport_Ancillary_HdType `protobuf:"varint,6,opt,name=hdType,enum=WAMediaTransport.ImageTransport_Ancillary_HdType" json:"hdType,omitempty"`
	MemoriesConceptScores []float32                        `protobuf:"fixed32,7,rep,packed,name=memoriesConceptScores" json:"memoriesConceptScores,omitempty"`
	MemoriesConceptIDs    []uint32                         `protobuf:"varint,8,rep,packed,name=memoriesConceptIDs" json:"memoriesConceptIDs,omitempty"`
	// contains filtered or unexported fields
}

func (*ImageTransport_Ancillary) Descriptor deprecated

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

Deprecated: Use ImageTransport_Ancillary.ProtoReflect.Descriptor instead.

func (*ImageTransport_Ancillary) GetHdType

func (*ImageTransport_Ancillary) GetHeight

func (x *ImageTransport_Ancillary) GetHeight() uint32

func (*ImageTransport_Ancillary) GetMemoriesConceptIDs

func (x *ImageTransport_Ancillary) GetMemoriesConceptIDs() []uint32

func (*ImageTransport_Ancillary) GetMemoriesConceptScores

func (x *ImageTransport_Ancillary) GetMemoriesConceptScores() []float32

func (*ImageTransport_Ancillary) GetMidQualityFileSHA256

func (x *ImageTransport_Ancillary) GetMidQualityFileSHA256() []byte

func (*ImageTransport_Ancillary) GetScanLengths

func (x *ImageTransport_Ancillary) GetScanLengths() []uint32

func (*ImageTransport_Ancillary) GetScansSidecar

func (x *ImageTransport_Ancillary) GetScansSidecar() []byte

func (*ImageTransport_Ancillary) GetWidth

func (x *ImageTransport_Ancillary) GetWidth() uint32

func (*ImageTransport_Ancillary) ProtoMessage

func (*ImageTransport_Ancillary) ProtoMessage()

func (*ImageTransport_Ancillary) ProtoReflect

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

func (*ImageTransport_Ancillary) Reset

func (x *ImageTransport_Ancillary) Reset()

func (*ImageTransport_Ancillary) String

func (x *ImageTransport_Ancillary) String() string

type ImageTransport_Ancillary_HdType

type ImageTransport_Ancillary_HdType int32
const (
	ImageTransport_Ancillary_NONE  ImageTransport_Ancillary_HdType = 0
	ImageTransport_Ancillary_LQ_4K ImageTransport_Ancillary_HdType = 1
	ImageTransport_Ancillary_HQ_4K ImageTransport_Ancillary_HdType = 2
)

func (ImageTransport_Ancillary_HdType) Descriptor

func (ImageTransport_Ancillary_HdType) Enum

func (ImageTransport_Ancillary_HdType) EnumDescriptor deprecated

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

Deprecated: Use ImageTransport_Ancillary_HdType.Descriptor instead.

func (ImageTransport_Ancillary_HdType) Number

func (ImageTransport_Ancillary_HdType) String

func (ImageTransport_Ancillary_HdType) Type

func (*ImageTransport_Ancillary_HdType) UnmarshalJSON deprecated

func (x *ImageTransport_Ancillary_HdType) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type ImageTransport_Integral

type ImageTransport_Integral struct {
	Transport *WAMediaTransport `protobuf:"bytes,1,opt,name=transport" json:"transport,omitempty"`
	// contains filtered or unexported fields
}

func (*ImageTransport_Integral) Descriptor deprecated

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

Deprecated: Use ImageTransport_Integral.ProtoReflect.Descriptor instead.

func (*ImageTransport_Integral) GetTransport

func (x *ImageTransport_Integral) GetTransport() *WAMediaTransport

func (*ImageTransport_Integral) ProtoMessage

func (*ImageTransport_Integral) ProtoMessage()

func (*ImageTransport_Integral) ProtoReflect

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

func (*ImageTransport_Integral) Reset

func (x *ImageTransport_Integral) Reset()

func (*ImageTransport_Integral) String

func (x *ImageTransport_Integral) String() string

type StickerTransport

type StickerTransport struct {
	Integral  *StickerTransport_Integral  `protobuf:"bytes,1,opt,name=integral" json:"integral,omitempty"`
	Ancillary *StickerTransport_Ancillary `protobuf:"bytes,2,opt,name=ancillary" json:"ancillary,omitempty"`
	// contains filtered or unexported fields
}

func (*StickerTransport) Descriptor deprecated

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

Deprecated: Use StickerTransport.ProtoReflect.Descriptor instead.

func (*StickerTransport) GetAncillary

func (x *StickerTransport) GetAncillary() *StickerTransport_Ancillary

func (*StickerTransport) GetIntegral

func (x *StickerTransport) GetIntegral() *StickerTransport_Integral

func (*StickerTransport) ProtoMessage

func (*StickerTransport) ProtoMessage()

func (*StickerTransport) ProtoReflect

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

func (*StickerTransport) Reset

func (x *StickerTransport) Reset()

func (*StickerTransport) String

func (x *StickerTransport) String() string

type StickerTransport_Ancillary

type StickerTransport_Ancillary struct {
	PageCount         *uint32 `protobuf:"varint,1,opt,name=pageCount" json:"pageCount,omitempty"`
	Height            *uint32 `protobuf:"varint,2,opt,name=height" json:"height,omitempty"`
	Width             *uint32 `protobuf:"varint,3,opt,name=width" json:"width,omitempty"`
	FirstFrameLength  *uint32 `protobuf:"varint,4,opt,name=firstFrameLength" json:"firstFrameLength,omitempty"`
	FirstFrameSidecar []byte  `protobuf:"bytes,5,opt,name=firstFrameSidecar" json:"firstFrameSidecar,omitempty"`
	MustacheText      *string `protobuf:"bytes,6,opt,name=mustacheText" json:"mustacheText,omitempty"`
	IsThirdParty      *bool   `protobuf:"varint,7,opt,name=isThirdParty" json:"isThirdParty,omitempty"`
	ReceiverFetchID   *string `protobuf:"bytes,8,opt,name=receiverFetchID" json:"receiverFetchID,omitempty"`
	// contains filtered or unexported fields
}

func (*StickerTransport_Ancillary) Descriptor deprecated

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

Deprecated: Use StickerTransport_Ancillary.ProtoReflect.Descriptor instead.

func (*StickerTransport_Ancillary) GetFirstFrameLength

func (x *StickerTransport_Ancillary) GetFirstFrameLength() uint32

func (*StickerTransport_Ancillary) GetFirstFrameSidecar

func (x *StickerTransport_Ancillary) GetFirstFrameSidecar() []byte

func (*StickerTransport_Ancillary) GetHeight

func (x *StickerTransport_Ancillary) GetHeight() uint32

func (*StickerTransport_Ancillary) GetIsThirdParty

func (x *StickerTransport_Ancillary) GetIsThirdParty() bool

func (*StickerTransport_Ancillary) GetMustacheText

func (x *StickerTransport_Ancillary) GetMustacheText() string

func (*StickerTransport_Ancillary) GetPageCount

func (x *StickerTransport_Ancillary) GetPageCount() uint32

func (*StickerTransport_Ancillary) GetReceiverFetchID

func (x *StickerTransport_Ancillary) GetReceiverFetchID() string

func (*StickerTransport_Ancillary) GetWidth

func (x *StickerTransport_Ancillary) GetWidth() uint32

func (*StickerTransport_Ancillary) ProtoMessage

func (*StickerTransport_Ancillary) ProtoMessage()

func (*StickerTransport_Ancillary) ProtoReflect

func (*StickerTransport_Ancillary) Reset

func (x *StickerTransport_Ancillary) Reset()

func (*StickerTransport_Ancillary) String

func (x *StickerTransport_Ancillary) String() string

type StickerTransport_Integral

type StickerTransport_Integral struct {
	Transport       *WAMediaTransport `protobuf:"bytes,1,opt,name=transport" json:"transport,omitempty"`
	IsAnimated      *bool             `protobuf:"varint,2,opt,name=isAnimated" json:"isAnimated,omitempty"`
	ReceiverFetchID *string           `protobuf:"bytes,3,opt,name=receiverFetchID" json:"receiverFetchID,omitempty"`
	// contains filtered or unexported fields
}

func (*StickerTransport_Integral) Descriptor deprecated

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

Deprecated: Use StickerTransport_Integral.ProtoReflect.Descriptor instead.

func (*StickerTransport_Integral) GetIsAnimated

func (x *StickerTransport_Integral) GetIsAnimated() bool

func (*StickerTransport_Integral) GetReceiverFetchID

func (x *StickerTransport_Integral) GetReceiverFetchID() string

func (*StickerTransport_Integral) GetTransport

func (x *StickerTransport_Integral) GetTransport() *WAMediaTransport

func (*StickerTransport_Integral) ProtoMessage

func (*StickerTransport_Integral) ProtoMessage()

func (*StickerTransport_Integral) ProtoReflect

func (*StickerTransport_Integral) Reset

func (x *StickerTransport_Integral) Reset()

func (*StickerTransport_Integral) String

func (x *StickerTransport_Integral) String() string

type VideoTransport

type VideoTransport struct {
	Integral  *VideoTransport_Integral  `protobuf:"bytes,1,opt,name=integral" json:"integral,omitempty"`
	Ancillary *VideoTransport_Ancillary `protobuf:"bytes,2,opt,name=ancillary" json:"ancillary,omitempty"`
	// contains filtered or unexported fields
}

func (*VideoTransport) Descriptor deprecated

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

Deprecated: Use VideoTransport.ProtoReflect.Descriptor instead.

func (*VideoTransport) GetAncillary

func (x *VideoTransport) GetAncillary() *VideoTransport_Ancillary

func (*VideoTransport) GetIntegral

func (x *VideoTransport) GetIntegral() *VideoTransport_Integral

func (*VideoTransport) ProtoMessage

func (*VideoTransport) ProtoMessage()

func (*VideoTransport) ProtoReflect

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

func (*VideoTransport) Reset

func (x *VideoTransport) Reset()

func (*VideoTransport) String

func (x *VideoTransport) String() string

type VideoTransport_Ancillary

type VideoTransport_Ancillary struct {
	Seconds        *uint32                               `protobuf:"varint,1,opt,name=seconds" json:"seconds,omitempty"`
	Caption        *waCommon.MessageText                 `protobuf:"bytes,2,opt,name=caption" json:"caption,omitempty"`
	GifPlayback    *bool                                 `protobuf:"varint,3,opt,name=gifPlayback" json:"gifPlayback,omitempty"`
	Height         *uint32                               `protobuf:"varint,4,opt,name=height" json:"height,omitempty"`
	Width          *uint32                               `protobuf:"varint,5,opt,name=width" json:"width,omitempty"`
	Sidecar        []byte                                `protobuf:"bytes,6,opt,name=sidecar" json:"sidecar,omitempty"`
	GifAttribution *VideoTransport_Ancillary_Attribution `` /* 134-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*VideoTransport_Ancillary) Descriptor deprecated

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

Deprecated: Use VideoTransport_Ancillary.ProtoReflect.Descriptor instead.

func (*VideoTransport_Ancillary) GetCaption

func (*VideoTransport_Ancillary) GetGifAttribution

func (*VideoTransport_Ancillary) GetGifPlayback

func (x *VideoTransport_Ancillary) GetGifPlayback() bool

func (*VideoTransport_Ancillary) GetHeight

func (x *VideoTransport_Ancillary) GetHeight() uint32

func (*VideoTransport_Ancillary) GetSeconds

func (x *VideoTransport_Ancillary) GetSeconds() uint32

func (*VideoTransport_Ancillary) GetSidecar

func (x *VideoTransport_Ancillary) GetSidecar() []byte

func (*VideoTransport_Ancillary) GetWidth

func (x *VideoTransport_Ancillary) GetWidth() uint32

func (*VideoTransport_Ancillary) ProtoMessage

func (*VideoTransport_Ancillary) ProtoMessage()

func (*VideoTransport_Ancillary) ProtoReflect

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

func (*VideoTransport_Ancillary) Reset

func (x *VideoTransport_Ancillary) Reset()

func (*VideoTransport_Ancillary) String

func (x *VideoTransport_Ancillary) String() string

type VideoTransport_Ancillary_Attribution

type VideoTransport_Ancillary_Attribution int32
const (
	VideoTransport_Ancillary_NONE  VideoTransport_Ancillary_Attribution = 0
	VideoTransport_Ancillary_GIPHY VideoTransport_Ancillary_Attribution = 1
	VideoTransport_Ancillary_TENOR VideoTransport_Ancillary_Attribution = 2
)

func (VideoTransport_Ancillary_Attribution) Descriptor

func (VideoTransport_Ancillary_Attribution) Enum

func (VideoTransport_Ancillary_Attribution) EnumDescriptor deprecated

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

Deprecated: Use VideoTransport_Ancillary_Attribution.Descriptor instead.

func (VideoTransport_Ancillary_Attribution) Number

func (VideoTransport_Ancillary_Attribution) String

func (VideoTransport_Ancillary_Attribution) Type

func (*VideoTransport_Ancillary_Attribution) UnmarshalJSON deprecated

func (x *VideoTransport_Ancillary_Attribution) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type VideoTransport_Integral

type VideoTransport_Integral struct {
	Transport *WAMediaTransport `protobuf:"bytes,1,opt,name=transport" json:"transport,omitempty"`
	// contains filtered or unexported fields
}

func (*VideoTransport_Integral) Descriptor deprecated

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

Deprecated: Use VideoTransport_Integral.ProtoReflect.Descriptor instead.

func (*VideoTransport_Integral) GetTransport

func (x *VideoTransport_Integral) GetTransport() *WAMediaTransport

func (*VideoTransport_Integral) ProtoMessage

func (*VideoTransport_Integral) ProtoMessage()

func (*VideoTransport_Integral) ProtoReflect

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

func (*VideoTransport_Integral) Reset

func (x *VideoTransport_Integral) Reset()

func (*VideoTransport_Integral) String

func (x *VideoTransport_Integral) String() string

type WAMediaTransport

type WAMediaTransport struct {
	Integral  *WAMediaTransport_Integral  `protobuf:"bytes,1,opt,name=integral" json:"integral,omitempty"`
	Ancillary *WAMediaTransport_Ancillary `protobuf:"bytes,2,opt,name=ancillary" json:"ancillary,omitempty"`
	// contains filtered or unexported fields
}

func (*WAMediaTransport) Descriptor deprecated

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

Deprecated: Use WAMediaTransport.ProtoReflect.Descriptor instead.

func (*WAMediaTransport) GetAncillary

func (x *WAMediaTransport) GetAncillary() *WAMediaTransport_Ancillary

func (*WAMediaTransport) GetIntegral

func (x *WAMediaTransport) GetIntegral() *WAMediaTransport_Integral

func (*WAMediaTransport) ProtoMessage

func (*WAMediaTransport) ProtoMessage()

func (*WAMediaTransport) ProtoReflect

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

func (*WAMediaTransport) Reset

func (x *WAMediaTransport) Reset()

func (*WAMediaTransport) String

func (x *WAMediaTransport) String() string

type WAMediaTransport_Ancillary

type WAMediaTransport_Ancillary struct {
	FileLength *uint64                               `protobuf:"varint,1,opt,name=fileLength" json:"fileLength,omitempty"`
	Mimetype   *string                               `protobuf:"bytes,2,opt,name=mimetype" json:"mimetype,omitempty"`
	Thumbnail  *WAMediaTransport_Ancillary_Thumbnail `protobuf:"bytes,3,opt,name=thumbnail" json:"thumbnail,omitempty"`
	ObjectID   *string                               `protobuf:"bytes,4,opt,name=objectID" json:"objectID,omitempty"`
	// contains filtered or unexported fields
}

func (*WAMediaTransport_Ancillary) Descriptor deprecated

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

Deprecated: Use WAMediaTransport_Ancillary.ProtoReflect.Descriptor instead.

func (*WAMediaTransport_Ancillary) GetFileLength

func (x *WAMediaTransport_Ancillary) GetFileLength() uint64

func (*WAMediaTransport_Ancillary) GetMimetype

func (x *WAMediaTransport_Ancillary) GetMimetype() string

func (*WAMediaTransport_Ancillary) GetObjectID

func (x *WAMediaTransport_Ancillary) GetObjectID() string

func (*WAMediaTransport_Ancillary) GetThumbnail

func (*WAMediaTransport_Ancillary) ProtoMessage

func (*WAMediaTransport_Ancillary) ProtoMessage()

func (*WAMediaTransport_Ancillary) ProtoReflect

func (*WAMediaTransport_Ancillary) Reset

func (x *WAMediaTransport_Ancillary) Reset()

func (*WAMediaTransport_Ancillary) String

func (x *WAMediaTransport_Ancillary) String() string

type WAMediaTransport_Ancillary_Thumbnail

type WAMediaTransport_Ancillary_Thumbnail struct {
	JPEGThumbnail         []byte                                                      `protobuf:"bytes,1,opt,name=JPEGThumbnail" json:"JPEGThumbnail,omitempty"`
	DownloadableThumbnail *WAMediaTransport_Ancillary_Thumbnail_DownloadableThumbnail `protobuf:"bytes,2,opt,name=downloadableThumbnail" json:"downloadableThumbnail,omitempty"`
	ThumbnailWidth        *uint32                                                     `protobuf:"varint,3,opt,name=thumbnailWidth" json:"thumbnailWidth,omitempty"`
	ThumbnailHeight       *uint32                                                     `protobuf:"varint,4,opt,name=thumbnailHeight" json:"thumbnailHeight,omitempty"`
	// contains filtered or unexported fields
}

func (*WAMediaTransport_Ancillary_Thumbnail) Descriptor deprecated

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

Deprecated: Use WAMediaTransport_Ancillary_Thumbnail.ProtoReflect.Descriptor instead.

func (*WAMediaTransport_Ancillary_Thumbnail) GetDownloadableThumbnail

func (*WAMediaTransport_Ancillary_Thumbnail) GetJPEGThumbnail

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

func (*WAMediaTransport_Ancillary_Thumbnail) GetThumbnailHeight

func (x *WAMediaTransport_Ancillary_Thumbnail) GetThumbnailHeight() uint32

func (*WAMediaTransport_Ancillary_Thumbnail) GetThumbnailWidth

func (x *WAMediaTransport_Ancillary_Thumbnail) GetThumbnailWidth() uint32

func (*WAMediaTransport_Ancillary_Thumbnail) ProtoMessage

func (*WAMediaTransport_Ancillary_Thumbnail) ProtoMessage()

func (*WAMediaTransport_Ancillary_Thumbnail) ProtoReflect

func (*WAMediaTransport_Ancillary_Thumbnail) Reset

func (*WAMediaTransport_Ancillary_Thumbnail) String

type WAMediaTransport_Ancillary_Thumbnail_DownloadableThumbnail

type WAMediaTransport_Ancillary_Thumbnail_DownloadableThumbnail struct {
	FileSHA256            []byte   `protobuf:"bytes,1,opt,name=fileSHA256" json:"fileSHA256,omitempty"`
	FileEncSHA256         []byte   `protobuf:"bytes,2,opt,name=fileEncSHA256" json:"fileEncSHA256,omitempty"`
	DirectPath            *string  `protobuf:"bytes,3,opt,name=directPath" json:"directPath,omitempty"`
	MediaKey              []byte   `protobuf:"bytes,4,opt,name=mediaKey" json:"mediaKey,omitempty"`
	MediaKeyTimestamp     *int64   `protobuf:"varint,5,opt,name=mediaKeyTimestamp" json:"mediaKeyTimestamp,omitempty"`
	ObjectID              *string  `protobuf:"bytes,6,opt,name=objectID" json:"objectID,omitempty"`
	ThumbnailScansSidecar []byte   `protobuf:"bytes,7,opt,name=thumbnailScansSidecar" json:"thumbnailScansSidecar,omitempty"`
	ThumbnailScanLengths  []uint32 `protobuf:"varint,8,rep,name=thumbnailScanLengths" json:"thumbnailScanLengths,omitempty"`
	// contains filtered or unexported fields
}

func (*WAMediaTransport_Ancillary_Thumbnail_DownloadableThumbnail) Descriptor deprecated

Deprecated: Use WAMediaTransport_Ancillary_Thumbnail_DownloadableThumbnail.ProtoReflect.Descriptor instead.

func (*WAMediaTransport_Ancillary_Thumbnail_DownloadableThumbnail) GetDirectPath

func (*WAMediaTransport_Ancillary_Thumbnail_DownloadableThumbnail) GetFileEncSHA256

func (*WAMediaTransport_Ancillary_Thumbnail_DownloadableThumbnail) GetFileSHA256

func (*WAMediaTransport_Ancillary_Thumbnail_DownloadableThumbnail) GetMediaKey

func (*WAMediaTransport_Ancillary_Thumbnail_DownloadableThumbnail) GetMediaKeyTimestamp

func (*WAMediaTransport_Ancillary_Thumbnail_DownloadableThumbnail) GetObjectID

func (*WAMediaTransport_Ancillary_Thumbnail_DownloadableThumbnail) GetThumbnailScanLengths

func (*WAMediaTransport_Ancillary_Thumbnail_DownloadableThumbnail) GetThumbnailScansSidecar

func (x *WAMediaTransport_Ancillary_Thumbnail_DownloadableThumbnail) GetThumbnailScansSidecar() []byte

func (*WAMediaTransport_Ancillary_Thumbnail_DownloadableThumbnail) ProtoMessage

func (*WAMediaTransport_Ancillary_Thumbnail_DownloadableThumbnail) ProtoReflect

func (*WAMediaTransport_Ancillary_Thumbnail_DownloadableThumbnail) Reset

func (*WAMediaTransport_Ancillary_Thumbnail_DownloadableThumbnail) String

type WAMediaTransport_Integral

type WAMediaTransport_Integral struct {
	FileSHA256        []byte  `protobuf:"bytes,1,opt,name=fileSHA256" json:"fileSHA256,omitempty"`
	MediaKey          []byte  `protobuf:"bytes,2,opt,name=mediaKey" json:"mediaKey,omitempty"`
	FileEncSHA256     []byte  `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"`
	// contains filtered or unexported fields
}

func (*WAMediaTransport_Integral) Descriptor deprecated

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

Deprecated: Use WAMediaTransport_Integral.ProtoReflect.Descriptor instead.

func (*WAMediaTransport_Integral) GetDirectPath

func (x *WAMediaTransport_Integral) GetDirectPath() string

func (*WAMediaTransport_Integral) GetFileEncSHA256

func (x *WAMediaTransport_Integral) GetFileEncSHA256() []byte

func (*WAMediaTransport_Integral) GetFileSHA256

func (x *WAMediaTransport_Integral) GetFileSHA256() []byte

func (*WAMediaTransport_Integral) GetMediaKey

func (x *WAMediaTransport_Integral) GetMediaKey() []byte

func (*WAMediaTransport_Integral) GetMediaKeyTimestamp

func (x *WAMediaTransport_Integral) GetMediaKeyTimestamp() int64

func (*WAMediaTransport_Integral) ProtoMessage

func (*WAMediaTransport_Integral) ProtoMessage()

func (*WAMediaTransport_Integral) ProtoReflect

func (*WAMediaTransport_Integral) Reset

func (x *WAMediaTransport_Integral) Reset()

func (*WAMediaTransport_Integral) String

func (x *WAMediaTransport_Integral) String() string

Jump to

Keyboard shortcuts

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