instamadilloAddMessage

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Aug 10, 2026 License: MPL-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Placeholder_Type_name = map[int32]string{
		0: "PLACEHOLDER_TYPE_NONE",
		1: "PLACEHOLDER_TYPE_DECRYPTION_FAILURE",
		2: "PLACEHOLDER_TYPE_NOT_SUPPORTED_NEED_UPDATE",
		3: "PLACEHOLDER_TYPE_DEVICE_UNAVAILABLE",
		4: "PLACEHOLDER_TYPE_NOT_SUPPORTED_NOT_RECOVERABLE",
	}
	Placeholder_Type_value = map[string]int32{
		"PLACEHOLDER_TYPE_NONE":                          0,
		"PLACEHOLDER_TYPE_DECRYPTION_FAILURE":            1,
		"PLACEHOLDER_TYPE_NOT_SUPPORTED_NEED_UPDATE":     2,
		"PLACEHOLDER_TYPE_DEVICE_UNAVAILABLE":            3,
		"PLACEHOLDER_TYPE_NOT_SUPPORTED_NOT_RECOVERABLE": 4,
	}
)

Enum value maps for Placeholder_Type.

View Source
var File_instamadilloAddMessage_InstamadilloAddMessage_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type AddMessageContent

type AddMessageContent struct {

	// Types that are valid to be assigned to AddMessageContent:
	//
	//	*AddMessageContent_Text
	//	*AddMessageContent_Like
	//	*AddMessageContent_Link
	//	*AddMessageContent_ReceiverFetchXma
	//	*AddMessageContent_Media
	//	*AddMessageContent_Placeholder
	//	*AddMessageContent_Collection
	//	*AddMessageContent_AdminMessage
	//	*AddMessageContent_ActionLog
	AddMessageContent isAddMessageContent_AddMessageContent `protobuf_oneof:"addMessageContent"`
	// contains filtered or unexported fields
}

func (*AddMessageContent) Descriptor deprecated

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

Deprecated: Use AddMessageContent.ProtoReflect.Descriptor instead.

func (*AddMessageContent) GetActionLog

func (*AddMessageContent) GetAddMessageContent

func (x *AddMessageContent) GetAddMessageContent() isAddMessageContent_AddMessageContent

func (*AddMessageContent) GetAdminMessage

func (*AddMessageContent) GetCollection

func (*AddMessageContent) GetLike

func (x *AddMessageContent) GetLike() *Like

func (*AddMessageContent) GetMedia

func (*AddMessageContent) GetPlaceholder

func (x *AddMessageContent) GetPlaceholder() *Placeholder

func (*AddMessageContent) GetReceiverFetchXma

func (x *AddMessageContent) GetReceiverFetchXma() *ReceiverFetchXma

func (*AddMessageContent) GetText

func (*AddMessageContent) ProtoMessage

func (*AddMessageContent) ProtoMessage()

func (*AddMessageContent) ProtoReflect

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

func (*AddMessageContent) Reset

func (x *AddMessageContent) Reset()

func (*AddMessageContent) String

func (x *AddMessageContent) String() string

type AddMessageContent_ActionLog

type AddMessageContent_ActionLog struct {
	ActionLog *instamadilloCoreTypeActionLog.ActionLog `protobuf:"bytes,9,opt,name=actionLog,oneof"`
}

type AddMessageContent_AdminMessage

type AddMessageContent_AdminMessage struct {
	AdminMessage *instamadilloCoreTypeAdminMessage.AdminMessage `protobuf:"bytes,8,opt,name=adminMessage,oneof"`
}

type AddMessageContent_Collection

type AddMessageContent_Collection struct {
	Collection *instamadilloCoreTypeCollection.Collection `protobuf:"bytes,7,opt,name=collection,oneof"`
}

type AddMessageContent_Like

type AddMessageContent_Like struct {
	Like *Like `protobuf:"bytes,2,opt,name=like,oneof"`
}
type AddMessageContent_Link struct {
	Link *instamadilloCoreTypeLink.Link `protobuf:"bytes,3,opt,name=link,oneof"`
}

type AddMessageContent_Media

type AddMessageContent_Media struct {
	Media *instamadilloCoreTypeMedia.Media `protobuf:"bytes,5,opt,name=media,oneof"`
}

type AddMessageContent_Placeholder

type AddMessageContent_Placeholder struct {
	Placeholder *Placeholder `protobuf:"bytes,6,opt,name=placeholder,oneof"`
}

type AddMessageContent_ReceiverFetchXma

type AddMessageContent_ReceiverFetchXma struct {
	ReceiverFetchXma *ReceiverFetchXma `protobuf:"bytes,4,opt,name=receiverFetchXma,oneof"`
}

type AddMessageContent_Text

type AddMessageContent_Text struct {
	Text *instamadilloCoreTypeText.Text `protobuf:"bytes,1,opt,name=text,oneof"`
}

type AddMessageMetadata

type AddMessageMetadata struct {
	SendSilently       *bool               `protobuf:"varint,1,opt,name=sendSilently" json:"sendSilently,omitempty"`
	PrivateReplyInfo   *PrivateReplyInfo   `protobuf:"bytes,2,opt,name=privateReplyInfo" json:"privateReplyInfo,omitempty"`
	RepliedToMessage   *RepliedToMessage   `protobuf:"bytes,3,opt,name=repliedToMessage" json:"repliedToMessage,omitempty"`
	ForwardingParams   *ForwardingParams   `protobuf:"bytes,4,opt,name=forwardingParams" json:"forwardingParams,omitempty"`
	EphemeralityParams *EphemeralityParams `protobuf:"bytes,5,opt,name=ephemeralityParams" json:"ephemeralityParams,omitempty"`
	// contains filtered or unexported fields
}

func (*AddMessageMetadata) Descriptor deprecated

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

Deprecated: Use AddMessageMetadata.ProtoReflect.Descriptor instead.

func (*AddMessageMetadata) GetEphemeralityParams

func (x *AddMessageMetadata) GetEphemeralityParams() *EphemeralityParams

func (*AddMessageMetadata) GetForwardingParams

func (x *AddMessageMetadata) GetForwardingParams() *ForwardingParams

func (*AddMessageMetadata) GetPrivateReplyInfo

func (x *AddMessageMetadata) GetPrivateReplyInfo() *PrivateReplyInfo

func (*AddMessageMetadata) GetRepliedToMessage

func (x *AddMessageMetadata) GetRepliedToMessage() *RepliedToMessage

func (*AddMessageMetadata) GetSendSilently

func (x *AddMessageMetadata) GetSendSilently() bool

func (*AddMessageMetadata) ProtoMessage

func (*AddMessageMetadata) ProtoMessage()

func (*AddMessageMetadata) ProtoReflect

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

func (*AddMessageMetadata) Reset

func (x *AddMessageMetadata) Reset()

func (*AddMessageMetadata) String

func (x *AddMessageMetadata) String() string

type AddMessagePayload

type AddMessagePayload struct {
	Content  *AddMessageContent  `protobuf:"bytes,1,opt,name=content" json:"content,omitempty"`
	Metadata *AddMessageMetadata `protobuf:"bytes,2,opt,name=metadata" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

func (*AddMessagePayload) Descriptor deprecated

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

Deprecated: Use AddMessagePayload.ProtoReflect.Descriptor instead.

func (*AddMessagePayload) GetContent

func (x *AddMessagePayload) GetContent() *AddMessageContent

func (*AddMessagePayload) GetMetadata

func (x *AddMessagePayload) GetMetadata() *AddMessageMetadata

func (*AddMessagePayload) IsMessageApplicationSub

func (*AddMessagePayload) IsMessageApplicationSub()

func (*AddMessagePayload) ProtoMessage

func (*AddMessagePayload) ProtoMessage()

func (*AddMessagePayload) ProtoReflect

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

func (*AddMessagePayload) Reset

func (x *AddMessagePayload) Reset()

func (*AddMessagePayload) String

func (x *AddMessagePayload) String() string

type EphemeralityParams

type EphemeralityParams struct {
	EphemeralDurationSec *int64 `protobuf:"varint,1,opt,name=ephemeralDurationSec" json:"ephemeralDurationSec,omitempty"`
	// contains filtered or unexported fields
}

func (*EphemeralityParams) Descriptor deprecated

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

Deprecated: Use EphemeralityParams.ProtoReflect.Descriptor instead.

func (*EphemeralityParams) GetEphemeralDurationSec

func (x *EphemeralityParams) GetEphemeralDurationSec() int64

func (*EphemeralityParams) ProtoMessage

func (*EphemeralityParams) ProtoMessage()

func (*EphemeralityParams) ProtoReflect

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

func (*EphemeralityParams) Reset

func (x *EphemeralityParams) Reset()

func (*EphemeralityParams) String

func (x *EphemeralityParams) String() string

type ForwardingParams

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

func (*ForwardingParams) Descriptor deprecated

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

Deprecated: Use ForwardingParams.ProtoReflect.Descriptor instead.

func (*ForwardingParams) GetForwardedThreadID

func (x *ForwardingParams) GetForwardedThreadID() string

func (*ForwardingParams) ProtoMessage

func (*ForwardingParams) ProtoMessage()

func (*ForwardingParams) ProtoReflect

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

func (*ForwardingParams) Reset

func (x *ForwardingParams) Reset()

func (*ForwardingParams) String

func (x *ForwardingParams) String() string

type Like

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

func (*Like) Descriptor deprecated

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

Deprecated: Use Like.ProtoReflect.Descriptor instead.

func (*Like) ProtoMessage

func (*Like) ProtoMessage()

func (*Like) ProtoReflect

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

func (*Like) Reset

func (x *Like) Reset()

func (*Like) String

func (x *Like) String() string

type OpenMessageMicroSecondTimestamp

type OpenMessageMicroSecondTimestamp struct {
	TimestampMS      *int64 `protobuf:"varint,1,opt,name=timestampMS" json:"timestampMS,omitempty"`
	MicroSecondsBits *int32 `protobuf:"varint,2,opt,name=microSecondsBits" json:"microSecondsBits,omitempty"`
	// contains filtered or unexported fields
}

func (*OpenMessageMicroSecondTimestamp) Descriptor deprecated

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

Deprecated: Use OpenMessageMicroSecondTimestamp.ProtoReflect.Descriptor instead.

func (*OpenMessageMicroSecondTimestamp) GetMicroSecondsBits

func (x *OpenMessageMicroSecondTimestamp) GetMicroSecondsBits() int32

func (*OpenMessageMicroSecondTimestamp) GetTimestampMS

func (x *OpenMessageMicroSecondTimestamp) GetTimestampMS() int64

func (*OpenMessageMicroSecondTimestamp) ProtoMessage

func (*OpenMessageMicroSecondTimestamp) ProtoMessage()

func (*OpenMessageMicroSecondTimestamp) ProtoReflect

func (*OpenMessageMicroSecondTimestamp) Reset

func (*OpenMessageMicroSecondTimestamp) String

type Placeholder

type Placeholder struct {
	PlaceholderType *Placeholder_Type `protobuf:"varint,1,opt,name=placeholderType,enum=InstamadilloAddMessage.Placeholder_Type" json:"placeholderType,omitempty"`
	// contains filtered or unexported fields
}

func (*Placeholder) Descriptor deprecated

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

Deprecated: Use Placeholder.ProtoReflect.Descriptor instead.

func (*Placeholder) GetPlaceholderType

func (x *Placeholder) GetPlaceholderType() Placeholder_Type

func (*Placeholder) ProtoMessage

func (*Placeholder) ProtoMessage()

func (*Placeholder) ProtoReflect

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

func (*Placeholder) Reset

func (x *Placeholder) Reset()

func (*Placeholder) String

func (x *Placeholder) String() string

type Placeholder_Type

type Placeholder_Type int32
const (
	Placeholder_PLACEHOLDER_TYPE_NONE                          Placeholder_Type = 0
	Placeholder_PLACEHOLDER_TYPE_DECRYPTION_FAILURE            Placeholder_Type = 1
	Placeholder_PLACEHOLDER_TYPE_NOT_SUPPORTED_NEED_UPDATE     Placeholder_Type = 2
	Placeholder_PLACEHOLDER_TYPE_DEVICE_UNAVAILABLE            Placeholder_Type = 3
	Placeholder_PLACEHOLDER_TYPE_NOT_SUPPORTED_NOT_RECOVERABLE Placeholder_Type = 4
)

func (Placeholder_Type) Descriptor

func (Placeholder_Type) Enum

func (Placeholder_Type) EnumDescriptor deprecated

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

Deprecated: Use Placeholder_Type.Descriptor instead.

func (Placeholder_Type) Number

func (Placeholder_Type) String

func (x Placeholder_Type) String() string

func (Placeholder_Type) Type

func (*Placeholder_Type) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type PrivateReplyInfo

type PrivateReplyInfo struct {
	CommentID *string `protobuf:"bytes,1,opt,name=commentID" json:"commentID,omitempty"`
	PostLink  *string `protobuf:"bytes,2,opt,name=postLink" json:"postLink,omitempty"`
	// contains filtered or unexported fields
}

func (*PrivateReplyInfo) Descriptor deprecated

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

Deprecated: Use PrivateReplyInfo.ProtoReflect.Descriptor instead.

func (*PrivateReplyInfo) GetCommentID

func (x *PrivateReplyInfo) GetCommentID() string
func (x *PrivateReplyInfo) GetPostLink() string

func (*PrivateReplyInfo) ProtoMessage

func (*PrivateReplyInfo) ProtoMessage()

func (*PrivateReplyInfo) ProtoReflect

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

func (*PrivateReplyInfo) Reset

func (x *PrivateReplyInfo) Reset()

func (*PrivateReplyInfo) String

func (x *PrivateReplyInfo) String() string

type ReceiverFetchXma

type ReceiverFetchXma struct {
	ContentRef    *string                                  `protobuf:"bytes,1,opt,name=contentRef" json:"contentRef,omitempty"`
	Text          *string                                  `protobuf:"bytes,2,opt,name=text" json:"text,omitempty"`
	Media         *instamadilloCoreTypeMedia.Media         `protobuf:"bytes,3,opt,name=media" json:"media,omitempty"`
	XmaContentRef *instamadilloXmaContentRef.XmaContentRef `protobuf:"bytes,4,opt,name=xmaContentRef" json:"xmaContentRef,omitempty"`
	// contains filtered or unexported fields
}

func (*ReceiverFetchXma) Descriptor deprecated

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

Deprecated: Use ReceiverFetchXma.ProtoReflect.Descriptor instead.

func (*ReceiverFetchXma) GetContentRef

func (x *ReceiverFetchXma) GetContentRef() string

func (*ReceiverFetchXma) GetMedia

func (*ReceiverFetchXma) GetText

func (x *ReceiverFetchXma) GetText() string

func (*ReceiverFetchXma) GetXmaContentRef

func (*ReceiverFetchXma) ProtoMessage

func (*ReceiverFetchXma) ProtoMessage()

func (*ReceiverFetchXma) ProtoReflect

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

func (*ReceiverFetchXma) Reset

func (x *ReceiverFetchXma) Reset()

func (*ReceiverFetchXma) String

func (x *ReceiverFetchXma) String() string

type RepliedToMessage

type RepliedToMessage struct {
	RepliedToMessageOtid             *string                          `protobuf:"bytes,1,opt,name=repliedToMessageOtid" json:"repliedToMessageOtid,omitempty"`
	RepliedToMessageWaServerTimeSec  *string                          `protobuf:"bytes,2,opt,name=repliedToMessageWaServerTimeSec" json:"repliedToMessageWaServerTimeSec,omitempty"`
	RepliedToMessageCollectionItemID *string                          `protobuf:"bytes,3,opt,name=repliedToMessageCollectionItemID" json:"repliedToMessageCollectionItemID,omitempty"`
	OmMicroSecTS                     *OpenMessageMicroSecondTimestamp `protobuf:"bytes,4,opt,name=omMicroSecTS" json:"omMicroSecTS,omitempty"`
	// contains filtered or unexported fields
}

func (*RepliedToMessage) Descriptor deprecated

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

Deprecated: Use RepliedToMessage.ProtoReflect.Descriptor instead.

func (*RepliedToMessage) GetOmMicroSecTS

func (x *RepliedToMessage) GetOmMicroSecTS() *OpenMessageMicroSecondTimestamp

func (*RepliedToMessage) GetRepliedToMessageCollectionItemID

func (x *RepliedToMessage) GetRepliedToMessageCollectionItemID() string

func (*RepliedToMessage) GetRepliedToMessageOtid

func (x *RepliedToMessage) GetRepliedToMessageOtid() string

func (*RepliedToMessage) GetRepliedToMessageWaServerTimeSec

func (x *RepliedToMessage) GetRepliedToMessageWaServerTimeSec() string

func (*RepliedToMessage) ProtoMessage

func (*RepliedToMessage) ProtoMessage()

func (*RepliedToMessage) ProtoReflect

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

func (*RepliedToMessage) Reset

func (x *RepliedToMessage) Reset()

func (*RepliedToMessage) String

func (x *RepliedToMessage) String() string

Jump to

Keyboard shortcuts

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