package waMmsRetry

import "github.com/UristLikot/whatsmeow/binary/armadillo/waMmsRetry"

Index

Variables

var (
	MediaRetryNotification_ResultType_name = map[int32]string{
		0: "GENERAL_ERROR",
		1: "SUCCESS",
		2: "NOT_FOUND",
		3: "DECRYPTION_ERROR",
	}
	MediaRetryNotification_ResultType_value = map[string]int32{
		"GENERAL_ERROR":    0,
		"SUCCESS":          1,
		"NOT_FOUND":        2,
		"DECRYPTION_ERROR": 3,
	}
)

Enum value maps for MediaRetryNotification_ResultType.

var File_waMmsRetry_WAMmsRetry_proto protoreflect.FileDescriptor

Types

type MediaRetryNotification

type MediaRetryNotification struct {
	StanzaID   string                            `protobuf:"bytes,1,opt,name=stanzaID,proto3" json:"stanzaID,omitempty"`
	DirectPath string                            `protobuf:"bytes,2,opt,name=directPath,proto3" json:"directPath,omitempty"`
	Result     MediaRetryNotification_ResultType `protobuf:"varint,3,opt,name=result,proto3,enum=WAMmsRetry.MediaRetryNotification_ResultType" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*MediaRetryNotification) Descriptor

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

Deprecated: Use MediaRetryNotification.ProtoReflect.Descriptor instead.

func (*MediaRetryNotification) GetDirectPath

func (x *MediaRetryNotification) GetDirectPath() string

func (*MediaRetryNotification) GetResult

func (*MediaRetryNotification) GetStanzaID

func (x *MediaRetryNotification) GetStanzaID() string

func (*MediaRetryNotification) ProtoMessage

func (*MediaRetryNotification) ProtoMessage()

func (*MediaRetryNotification) ProtoReflect

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

func (*MediaRetryNotification) Reset

func (x *MediaRetryNotification) Reset()

func (*MediaRetryNotification) String

func (x *MediaRetryNotification) String() string

type MediaRetryNotification_ResultType

type MediaRetryNotification_ResultType int32
const (
	MediaRetryNotification_GENERAL_ERROR    MediaRetryNotification_ResultType = 0
	MediaRetryNotification_SUCCESS          MediaRetryNotification_ResultType = 1
	MediaRetryNotification_NOT_FOUND        MediaRetryNotification_ResultType = 2
	MediaRetryNotification_DECRYPTION_ERROR MediaRetryNotification_ResultType = 3
)

func (MediaRetryNotification_ResultType) Descriptor

func (MediaRetryNotification_ResultType) Enum

func (MediaRetryNotification_ResultType) EnumDescriptor

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

Deprecated: Use MediaRetryNotification_ResultType.Descriptor instead.

func (MediaRetryNotification_ResultType) Number

func (MediaRetryNotification_ResultType) String

func (MediaRetryNotification_ResultType) Type

type ServerErrorReceipt

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

func (*ServerErrorReceipt) Descriptor

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

Deprecated: Use ServerErrorReceipt.ProtoReflect.Descriptor instead.

func (*ServerErrorReceipt) GetStanzaID

func (x *ServerErrorReceipt) GetStanzaID() string

func (*ServerErrorReceipt) ProtoMessage

func (*ServerErrorReceipt) ProtoMessage()

func (*ServerErrorReceipt) ProtoReflect

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

func (*ServerErrorReceipt) Reset

func (x *ServerErrorReceipt) Reset()

func (*ServerErrorReceipt) String

func (x *ServerErrorReceipt) String() string

Source Files

WAMmsRetry.pb.go

Version
v1.0.3 (latest)
Published
Feb 15, 2024
Platform
linux/amd64
Imports
5 packages
Last checked
1 week ago

Tools for package owners.