Versions in this module Expand all Collapse all v1 v1.0.0 Oct 1, 2024 Changes in this version + var AudioTransport_Ancillary_AvatarAudio_AnimationsType_name = map[int32]string + var AudioTransport_Ancillary_AvatarAudio_AnimationsType_value = map[string]int32 + var AudioTransport_Integral_AudioFormat_name = map[int32]string + var AudioTransport_Integral_AudioFormat_value = map[string]int32 + var File_waMediaTransport_WAMediaTransport_proto protoreflect.FileDescriptor + var ImageTransport_Ancillary_HdType_name = map[int32]string + var ImageTransport_Ancillary_HdType_value = map[string]int32 + var VideoTransport_Ancillary_Attribution_name = map[int32]string + var VideoTransport_Ancillary_Attribution_value = map[string]int32 + type AudioTransport struct + Ancillary *AudioTransport_Ancillary + Integral *AudioTransport_Integral + func (*AudioTransport) Descriptor() ([]byte, []int) + func (*AudioTransport) ProtoMessage() + func (x *AudioTransport) GetAncillary() *AudioTransport_Ancillary + func (x *AudioTransport) GetIntegral() *AudioTransport_Integral + func (x *AudioTransport) ProtoReflect() protoreflect.Message + func (x *AudioTransport) Reset() + func (x *AudioTransport) String() string + type AudioTransport_Ancillary struct + AvatarAudio *AudioTransport_Ancillary_AvatarAudio + Seconds *uint32 + func (*AudioTransport_Ancillary) Descriptor() ([]byte, []int) + func (*AudioTransport_Ancillary) ProtoMessage() + func (x *AudioTransport_Ancillary) GetAvatarAudio() *AudioTransport_Ancillary_AvatarAudio + func (x *AudioTransport_Ancillary) GetSeconds() uint32 + func (x *AudioTransport_Ancillary) ProtoReflect() protoreflect.Message + func (x *AudioTransport_Ancillary) Reset() + func (x *AudioTransport_Ancillary) String() string + type AudioTransport_Ancillary_AvatarAudio struct + AvatarAnimations []*AudioTransport_Ancillary_AvatarAudio_DownloadableAvatarAnimations + PoseID *uint32 + func (*AudioTransport_Ancillary_AvatarAudio) Descriptor() ([]byte, []int) + func (*AudioTransport_Ancillary_AvatarAudio) ProtoMessage() + func (x *AudioTransport_Ancillary_AvatarAudio) GetAvatarAnimations() []*AudioTransport_Ancillary_AvatarAudio_DownloadableAvatarAnimations + func (x *AudioTransport_Ancillary_AvatarAudio) GetPoseID() uint32 + func (x *AudioTransport_Ancillary_AvatarAudio) ProtoReflect() protoreflect.Message + func (x *AudioTransport_Ancillary_AvatarAudio) Reset() + func (x *AudioTransport_Ancillary_AvatarAudio) String() string + type AudioTransport_Ancillary_AvatarAudio_AnimationsType int32 + const AudioTransport_Ancillary_AvatarAudio_BACKGROUND + const AudioTransport_Ancillary_AvatarAudio_IDLE_A + const AudioTransport_Ancillary_AvatarAudio_IDLE_B + const AudioTransport_Ancillary_AvatarAudio_TALKING_A + const AudioTransport_Ancillary_AvatarAudio_TALKING_B + func (AudioTransport_Ancillary_AvatarAudio_AnimationsType) Descriptor() protoreflect.EnumDescriptor + func (AudioTransport_Ancillary_AvatarAudio_AnimationsType) EnumDescriptor() ([]byte, []int) + func (AudioTransport_Ancillary_AvatarAudio_AnimationsType) Type() protoreflect.EnumType + func (x *AudioTransport_Ancillary_AvatarAudio_AnimationsType) UnmarshalJSON(b []byte) error + func (x AudioTransport_Ancillary_AvatarAudio_AnimationsType) Enum() *AudioTransport_Ancillary_AvatarAudio_AnimationsType + func (x AudioTransport_Ancillary_AvatarAudio_AnimationsType) Number() protoreflect.EnumNumber + func (x AudioTransport_Ancillary_AvatarAudio_AnimationsType) String() string + type AudioTransport_Ancillary_AvatarAudio_DownloadableAvatarAnimations struct + AnimationsType *AudioTransport_Ancillary_AvatarAudio_AnimationsType + DirectPath *string + FileEncSHA256 []byte + FileSHA256 []byte + MediaKey []byte + MediaKeyTimestamp *int64 + ObjectID *string + func (*AudioTransport_Ancillary_AvatarAudio_DownloadableAvatarAnimations) Descriptor() ([]byte, []int) + func (*AudioTransport_Ancillary_AvatarAudio_DownloadableAvatarAnimations) ProtoMessage() + func (x *AudioTransport_Ancillary_AvatarAudio_DownloadableAvatarAnimations) GetAnimationsType() AudioTransport_Ancillary_AvatarAudio_AnimationsType + func (x *AudioTransport_Ancillary_AvatarAudio_DownloadableAvatarAnimations) GetDirectPath() string + func (x *AudioTransport_Ancillary_AvatarAudio_DownloadableAvatarAnimations) GetFileEncSHA256() []byte + func (x *AudioTransport_Ancillary_AvatarAudio_DownloadableAvatarAnimations) GetFileSHA256() []byte + func (x *AudioTransport_Ancillary_AvatarAudio_DownloadableAvatarAnimations) GetMediaKey() []byte + func (x *AudioTransport_Ancillary_AvatarAudio_DownloadableAvatarAnimations) GetMediaKeyTimestamp() int64 + func (x *AudioTransport_Ancillary_AvatarAudio_DownloadableAvatarAnimations) GetObjectID() string + func (x *AudioTransport_Ancillary_AvatarAudio_DownloadableAvatarAnimations) ProtoReflect() protoreflect.Message + func (x *AudioTransport_Ancillary_AvatarAudio_DownloadableAvatarAnimations) Reset() + func (x *AudioTransport_Ancillary_AvatarAudio_DownloadableAvatarAnimations) String() string + type AudioTransport_Integral struct + AudioFormat *AudioTransport_Integral_AudioFormat + Transport *WAMediaTransport + func (*AudioTransport_Integral) Descriptor() ([]byte, []int) + func (*AudioTransport_Integral) ProtoMessage() + func (x *AudioTransport_Integral) GetAudioFormat() AudioTransport_Integral_AudioFormat + func (x *AudioTransport_Integral) GetTransport() *WAMediaTransport + func (x *AudioTransport_Integral) ProtoReflect() protoreflect.Message + func (x *AudioTransport_Integral) Reset() + func (x *AudioTransport_Integral) String() string + type AudioTransport_Integral_AudioFormat int32 + const AudioTransport_Integral_OPUS + const AudioTransport_Integral_UNKNOWN + func (AudioTransport_Integral_AudioFormat) Descriptor() protoreflect.EnumDescriptor + func (AudioTransport_Integral_AudioFormat) EnumDescriptor() ([]byte, []int) + func (AudioTransport_Integral_AudioFormat) Type() protoreflect.EnumType + func (x *AudioTransport_Integral_AudioFormat) UnmarshalJSON(b []byte) error + func (x AudioTransport_Integral_AudioFormat) Enum() *AudioTransport_Integral_AudioFormat + func (x AudioTransport_Integral_AudioFormat) Number() protoreflect.EnumNumber + func (x AudioTransport_Integral_AudioFormat) String() string + type ContactTransport struct + Ancillary *ContactTransport_Ancillary + Integral *ContactTransport_Integral + func (*ContactTransport) Descriptor() ([]byte, []int) + func (*ContactTransport) ProtoMessage() + func (x *ContactTransport) GetAncillary() *ContactTransport_Ancillary + func (x *ContactTransport) GetIntegral() *ContactTransport_Integral + func (x *ContactTransport) ProtoReflect() protoreflect.Message + func (x *ContactTransport) Reset() + func (x *ContactTransport) String() string + type ContactTransport_Ancillary struct + DisplayName *string + func (*ContactTransport_Ancillary) Descriptor() ([]byte, []int) + func (*ContactTransport_Ancillary) ProtoMessage() + func (x *ContactTransport_Ancillary) GetDisplayName() string + func (x *ContactTransport_Ancillary) ProtoReflect() protoreflect.Message + func (x *ContactTransport_Ancillary) Reset() + func (x *ContactTransport_Ancillary) String() string + type ContactTransport_Integral struct + Contact isContactTransport_Integral_Contact + func (*ContactTransport_Integral) Descriptor() ([]byte, []int) + func (*ContactTransport_Integral) ProtoMessage() + func (m *ContactTransport_Integral) GetContact() isContactTransport_Integral_Contact + func (x *ContactTransport_Integral) GetDownloadableVcard() *WAMediaTransport + func (x *ContactTransport_Integral) GetVcard() string + func (x *ContactTransport_Integral) ProtoReflect() protoreflect.Message + func (x *ContactTransport_Integral) Reset() + func (x *ContactTransport_Integral) String() string + type ContactTransport_Integral_DownloadableVcard struct + DownloadableVcard *WAMediaTransport + type ContactTransport_Integral_Vcard struct + Vcard string + type DocumentTransport struct + Ancillary *DocumentTransport_Ancillary + Integral *DocumentTransport_Integral + func (*DocumentTransport) Descriptor() ([]byte, []int) + func (*DocumentTransport) ProtoMessage() + func (x *DocumentTransport) GetAncillary() *DocumentTransport_Ancillary + func (x *DocumentTransport) GetIntegral() *DocumentTransport_Integral + func (x *DocumentTransport) ProtoReflect() protoreflect.Message + func (x *DocumentTransport) Reset() + func (x *DocumentTransport) String() string + type DocumentTransport_Ancillary struct + PageCount *uint32 + func (*DocumentTransport_Ancillary) Descriptor() ([]byte, []int) + func (*DocumentTransport_Ancillary) ProtoMessage() + func (x *DocumentTransport_Ancillary) GetPageCount() uint32 + func (x *DocumentTransport_Ancillary) ProtoReflect() protoreflect.Message + func (x *DocumentTransport_Ancillary) Reset() + func (x *DocumentTransport_Ancillary) String() string + type DocumentTransport_Integral struct + Transport *WAMediaTransport + func (*DocumentTransport_Integral) Descriptor() ([]byte, []int) + func (*DocumentTransport_Integral) ProtoMessage() + func (x *DocumentTransport_Integral) GetTransport() *WAMediaTransport + func (x *DocumentTransport_Integral) ProtoReflect() protoreflect.Message + func (x *DocumentTransport_Integral) Reset() + func (x *DocumentTransport_Integral) String() string + type ImageTransport struct + Ancillary *ImageTransport_Ancillary + Integral *ImageTransport_Integral + func (*ImageTransport) Descriptor() ([]byte, []int) + func (*ImageTransport) ProtoMessage() + func (x *ImageTransport) GetAncillary() *ImageTransport_Ancillary + func (x *ImageTransport) GetIntegral() *ImageTransport_Integral + func (x *ImageTransport) ProtoReflect() protoreflect.Message + func (x *ImageTransport) Reset() + func (x *ImageTransport) String() string + type ImageTransport_Ancillary struct + HdType *ImageTransport_Ancillary_HdType + Height *uint32 + MemoriesConceptIDs []uint32 + MemoriesConceptScores []float32 + MidQualityFileSHA256 []byte + ScanLengths []uint32 + ScansSidecar []byte + Width *uint32 + func (*ImageTransport_Ancillary) Descriptor() ([]byte, []int) + func (*ImageTransport_Ancillary) ProtoMessage() + func (x *ImageTransport_Ancillary) GetHdType() ImageTransport_Ancillary_HdType + func (x *ImageTransport_Ancillary) GetHeight() uint32 + func (x *ImageTransport_Ancillary) GetMemoriesConceptIDs() []uint32 + func (x *ImageTransport_Ancillary) GetMemoriesConceptScores() []float32 + func (x *ImageTransport_Ancillary) GetMidQualityFileSHA256() []byte + func (x *ImageTransport_Ancillary) GetScanLengths() []uint32 + func (x *ImageTransport_Ancillary) GetScansSidecar() []byte + func (x *ImageTransport_Ancillary) GetWidth() uint32 + func (x *ImageTransport_Ancillary) ProtoReflect() protoreflect.Message + func (x *ImageTransport_Ancillary) Reset() + func (x *ImageTransport_Ancillary) String() string + type ImageTransport_Ancillary_HdType int32 + const ImageTransport_Ancillary_HQ_4K + const ImageTransport_Ancillary_LQ_4K + const ImageTransport_Ancillary_NONE + func (ImageTransport_Ancillary_HdType) Descriptor() protoreflect.EnumDescriptor + func (ImageTransport_Ancillary_HdType) EnumDescriptor() ([]byte, []int) + func (ImageTransport_Ancillary_HdType) Type() protoreflect.EnumType + func (x *ImageTransport_Ancillary_HdType) UnmarshalJSON(b []byte) error + func (x ImageTransport_Ancillary_HdType) Enum() *ImageTransport_Ancillary_HdType + func (x ImageTransport_Ancillary_HdType) Number() protoreflect.EnumNumber + func (x ImageTransport_Ancillary_HdType) String() string + type ImageTransport_Integral struct + Transport *WAMediaTransport + func (*ImageTransport_Integral) Descriptor() ([]byte, []int) + func (*ImageTransport_Integral) ProtoMessage() + func (x *ImageTransport_Integral) GetTransport() *WAMediaTransport + func (x *ImageTransport_Integral) ProtoReflect() protoreflect.Message + func (x *ImageTransport_Integral) Reset() + func (x *ImageTransport_Integral) String() string + type StickerTransport struct + Ancillary *StickerTransport_Ancillary + Integral *StickerTransport_Integral + func (*StickerTransport) Descriptor() ([]byte, []int) + func (*StickerTransport) ProtoMessage() + func (x *StickerTransport) GetAncillary() *StickerTransport_Ancillary + func (x *StickerTransport) GetIntegral() *StickerTransport_Integral + func (x *StickerTransport) ProtoReflect() protoreflect.Message + func (x *StickerTransport) Reset() + func (x *StickerTransport) String() string + type StickerTransport_Ancillary struct + FirstFrameLength *uint32 + FirstFrameSidecar []byte + Height *uint32 + IsThirdParty *bool + MustacheText *string + PageCount *uint32 + ReceiverFetchID *string + Width *uint32 + func (*StickerTransport_Ancillary) Descriptor() ([]byte, []int) + func (*StickerTransport_Ancillary) ProtoMessage() + func (x *StickerTransport_Ancillary) GetFirstFrameLength() uint32 + func (x *StickerTransport_Ancillary) GetFirstFrameSidecar() []byte + func (x *StickerTransport_Ancillary) GetHeight() uint32 + func (x *StickerTransport_Ancillary) GetIsThirdParty() bool + func (x *StickerTransport_Ancillary) GetMustacheText() string + func (x *StickerTransport_Ancillary) GetPageCount() uint32 + func (x *StickerTransport_Ancillary) GetReceiverFetchID() string + func (x *StickerTransport_Ancillary) GetWidth() uint32 + func (x *StickerTransport_Ancillary) ProtoReflect() protoreflect.Message + func (x *StickerTransport_Ancillary) Reset() + func (x *StickerTransport_Ancillary) String() string + type StickerTransport_Integral struct + IsAnimated *bool + ReceiverFetchID *string + Transport *WAMediaTransport + func (*StickerTransport_Integral) Descriptor() ([]byte, []int) + func (*StickerTransport_Integral) ProtoMessage() + func (x *StickerTransport_Integral) GetIsAnimated() bool + func (x *StickerTransport_Integral) GetReceiverFetchID() string + func (x *StickerTransport_Integral) GetTransport() *WAMediaTransport + func (x *StickerTransport_Integral) ProtoReflect() protoreflect.Message + func (x *StickerTransport_Integral) Reset() + func (x *StickerTransport_Integral) String() string + type VideoTransport struct + Ancillary *VideoTransport_Ancillary + Integral *VideoTransport_Integral + func (*VideoTransport) Descriptor() ([]byte, []int) + func (*VideoTransport) ProtoMessage() + func (x *VideoTransport) GetAncillary() *VideoTransport_Ancillary + func (x *VideoTransport) GetIntegral() *VideoTransport_Integral + func (x *VideoTransport) ProtoReflect() protoreflect.Message + func (x *VideoTransport) Reset() + func (x *VideoTransport) String() string + type VideoTransport_Ancillary struct + Caption *waCommon.MessageText + GifAttribution *VideoTransport_Ancillary_Attribution + GifPlayback *bool + Height *uint32 + Seconds *uint32 + Sidecar []byte + Width *uint32 + func (*VideoTransport_Ancillary) Descriptor() ([]byte, []int) + func (*VideoTransport_Ancillary) ProtoMessage() + func (x *VideoTransport_Ancillary) GetCaption() *waCommon.MessageText + func (x *VideoTransport_Ancillary) GetGifAttribution() VideoTransport_Ancillary_Attribution + func (x *VideoTransport_Ancillary) GetGifPlayback() bool + func (x *VideoTransport_Ancillary) GetHeight() uint32 + func (x *VideoTransport_Ancillary) GetSeconds() uint32 + func (x *VideoTransport_Ancillary) GetSidecar() []byte + func (x *VideoTransport_Ancillary) GetWidth() uint32 + func (x *VideoTransport_Ancillary) ProtoReflect() protoreflect.Message + func (x *VideoTransport_Ancillary) Reset() + func (x *VideoTransport_Ancillary) String() string + type VideoTransport_Ancillary_Attribution int32 + const VideoTransport_Ancillary_GIPHY + const VideoTransport_Ancillary_NONE + const VideoTransport_Ancillary_TENOR + func (VideoTransport_Ancillary_Attribution) Descriptor() protoreflect.EnumDescriptor + func (VideoTransport_Ancillary_Attribution) EnumDescriptor() ([]byte, []int) + func (VideoTransport_Ancillary_Attribution) Type() protoreflect.EnumType + func (x *VideoTransport_Ancillary_Attribution) UnmarshalJSON(b []byte) error + func (x VideoTransport_Ancillary_Attribution) Enum() *VideoTransport_Ancillary_Attribution + func (x VideoTransport_Ancillary_Attribution) Number() protoreflect.EnumNumber + func (x VideoTransport_Ancillary_Attribution) String() string + type VideoTransport_Integral struct + Transport *WAMediaTransport + func (*VideoTransport_Integral) Descriptor() ([]byte, []int) + func (*VideoTransport_Integral) ProtoMessage() + func (x *VideoTransport_Integral) GetTransport() *WAMediaTransport + func (x *VideoTransport_Integral) ProtoReflect() protoreflect.Message + func (x *VideoTransport_Integral) Reset() + func (x *VideoTransport_Integral) String() string + type WAMediaTransport struct + Ancillary *WAMediaTransport_Ancillary + Integral *WAMediaTransport_Integral + func (*WAMediaTransport) Descriptor() ([]byte, []int) + func (*WAMediaTransport) ProtoMessage() + func (x *WAMediaTransport) GetAncillary() *WAMediaTransport_Ancillary + func (x *WAMediaTransport) GetIntegral() *WAMediaTransport_Integral + func (x *WAMediaTransport) ProtoReflect() protoreflect.Message + func (x *WAMediaTransport) Reset() + func (x *WAMediaTransport) String() string + type WAMediaTransport_Ancillary struct + FileLength *uint64 + Mimetype *string + ObjectID *string + Thumbnail *WAMediaTransport_Ancillary_Thumbnail + func (*WAMediaTransport_Ancillary) Descriptor() ([]byte, []int) + func (*WAMediaTransport_Ancillary) ProtoMessage() + func (x *WAMediaTransport_Ancillary) GetFileLength() uint64 + func (x *WAMediaTransport_Ancillary) GetMimetype() string + func (x *WAMediaTransport_Ancillary) GetObjectID() string + func (x *WAMediaTransport_Ancillary) GetThumbnail() *WAMediaTransport_Ancillary_Thumbnail + func (x *WAMediaTransport_Ancillary) ProtoReflect() protoreflect.Message + func (x *WAMediaTransport_Ancillary) Reset() + func (x *WAMediaTransport_Ancillary) String() string + type WAMediaTransport_Ancillary_Thumbnail struct + DownloadableThumbnail *WAMediaTransport_Ancillary_Thumbnail_DownloadableThumbnail + JPEGThumbnail []byte + ThumbnailHeight *uint32 + ThumbnailWidth *uint32 + func (*WAMediaTransport_Ancillary_Thumbnail) Descriptor() ([]byte, []int) + func (*WAMediaTransport_Ancillary_Thumbnail) ProtoMessage() + func (x *WAMediaTransport_Ancillary_Thumbnail) GetDownloadableThumbnail() *WAMediaTransport_Ancillary_Thumbnail_DownloadableThumbnail + func (x *WAMediaTransport_Ancillary_Thumbnail) GetJPEGThumbnail() []byte + func (x *WAMediaTransport_Ancillary_Thumbnail) GetThumbnailHeight() uint32 + func (x *WAMediaTransport_Ancillary_Thumbnail) GetThumbnailWidth() uint32 + func (x *WAMediaTransport_Ancillary_Thumbnail) ProtoReflect() protoreflect.Message + func (x *WAMediaTransport_Ancillary_Thumbnail) Reset() + func (x *WAMediaTransport_Ancillary_Thumbnail) String() string + type WAMediaTransport_Ancillary_Thumbnail_DownloadableThumbnail struct + DirectPath *string + FileEncSHA256 []byte + FileSHA256 []byte + MediaKey []byte + MediaKeyTimestamp *int64 + ObjectID *string + ThumbnailScanLengths []uint32 + ThumbnailScansSidecar []byte + func (*WAMediaTransport_Ancillary_Thumbnail_DownloadableThumbnail) Descriptor() ([]byte, []int) + func (*WAMediaTransport_Ancillary_Thumbnail_DownloadableThumbnail) ProtoMessage() + func (x *WAMediaTransport_Ancillary_Thumbnail_DownloadableThumbnail) GetDirectPath() string + func (x *WAMediaTransport_Ancillary_Thumbnail_DownloadableThumbnail) GetFileEncSHA256() []byte + func (x *WAMediaTransport_Ancillary_Thumbnail_DownloadableThumbnail) GetFileSHA256() []byte + func (x *WAMediaTransport_Ancillary_Thumbnail_DownloadableThumbnail) GetMediaKey() []byte + func (x *WAMediaTransport_Ancillary_Thumbnail_DownloadableThumbnail) GetMediaKeyTimestamp() int64 + func (x *WAMediaTransport_Ancillary_Thumbnail_DownloadableThumbnail) GetObjectID() string + func (x *WAMediaTransport_Ancillary_Thumbnail_DownloadableThumbnail) GetThumbnailScanLengths() []uint32 + func (x *WAMediaTransport_Ancillary_Thumbnail_DownloadableThumbnail) GetThumbnailScansSidecar() []byte + func (x *WAMediaTransport_Ancillary_Thumbnail_DownloadableThumbnail) ProtoReflect() protoreflect.Message + func (x *WAMediaTransport_Ancillary_Thumbnail_DownloadableThumbnail) Reset() + func (x *WAMediaTransport_Ancillary_Thumbnail_DownloadableThumbnail) String() string + type WAMediaTransport_Integral struct + DirectPath *string + FileEncSHA256 []byte + FileSHA256 []byte + MediaKey []byte + MediaKeyTimestamp *int64 + func (*WAMediaTransport_Integral) Descriptor() ([]byte, []int) + func (*WAMediaTransport_Integral) ProtoMessage() + func (x *WAMediaTransport_Integral) GetDirectPath() string + func (x *WAMediaTransport_Integral) GetFileEncSHA256() []byte + func (x *WAMediaTransport_Integral) GetFileSHA256() []byte + func (x *WAMediaTransport_Integral) GetMediaKey() []byte + func (x *WAMediaTransport_Integral) GetMediaKeyTimestamp() int64 + func (x *WAMediaTransport_Integral) ProtoReflect() protoreflect.Message + func (x *WAMediaTransport_Integral) Reset() + func (x *WAMediaTransport_Integral) String() string Other modules containing this package github.com/snaril/wsapp/v2