instamadilloSupplementMessage

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: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_instamadilloSupplementMessage_InstamadilloSupplementMessage_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type ContentView

type ContentView struct {
	Seen          *bool   `protobuf:"varint,1,opt,name=seen" json:"seen,omitempty"`
	Screenshotted *bool   `protobuf:"varint,2,opt,name=screenshotted" json:"screenshotted,omitempty"`
	Replayed      *bool   `protobuf:"varint,3,opt,name=replayed" json:"replayed,omitempty"`
	Mimetype      *string `protobuf:"bytes,4,opt,name=mimetype" json:"mimetype,omitempty"`
	ObjectID      *string `protobuf:"bytes,5,opt,name=objectID" json:"objectID,omitempty"`
	// contains filtered or unexported fields
}

func (*ContentView) Descriptor deprecated

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

Deprecated: Use ContentView.ProtoReflect.Descriptor instead.

func (*ContentView) GetMimetype

func (x *ContentView) GetMimetype() string

func (*ContentView) GetObjectID

func (x *ContentView) GetObjectID() string

func (*ContentView) GetReplayed

func (x *ContentView) GetReplayed() bool

func (*ContentView) GetScreenshotted

func (x *ContentView) GetScreenshotted() bool

func (*ContentView) GetSeen

func (x *ContentView) GetSeen() bool

func (*ContentView) ProtoMessage

func (*ContentView) ProtoMessage()

func (*ContentView) ProtoReflect

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

func (*ContentView) Reset

func (x *ContentView) Reset()

func (*ContentView) String

func (x *ContentView) String() string

type EditText

type EditText struct {
	NewContent *string `protobuf:"bytes,1,opt,name=newContent" json:"newContent,omitempty"`
	EditCount  *int32  `protobuf:"varint,2,opt,name=editCount" json:"editCount,omitempty"`
	// contains filtered or unexported fields
}

func (*EditText) Descriptor deprecated

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

Deprecated: Use EditText.ProtoReflect.Descriptor instead.

func (*EditText) GetEditCount

func (x *EditText) GetEditCount() int32

func (*EditText) GetNewContent

func (x *EditText) GetNewContent() string

func (*EditText) ProtoMessage

func (*EditText) ProtoMessage()

func (*EditText) ProtoReflect

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

func (*EditText) Reset

func (x *EditText) Reset()

func (*EditText) String

func (x *EditText) String() string

type MediaInterventions

type MediaInterventions struct {
	MediaID          *string                                           `protobuf:"bytes,1,opt,name=mediaID" json:"mediaID,omitempty"`
	InterventionType *instamadilloCoreTypeMedia.Media_InterventionType `` /* 133-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*MediaInterventions) Descriptor deprecated

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

Deprecated: Use MediaInterventions.ProtoReflect.Descriptor instead.

func (*MediaInterventions) GetInterventionType

func (*MediaInterventions) GetMediaID

func (x *MediaInterventions) GetMediaID() string

func (*MediaInterventions) ProtoMessage

func (*MediaInterventions) ProtoMessage()

func (*MediaInterventions) ProtoReflect

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

func (*MediaInterventions) Reset

func (x *MediaInterventions) Reset()

func (*MediaInterventions) String

func (x *MediaInterventions) String() string

type MediaReaction

type MediaReaction struct {
	MediaID  *string   `protobuf:"bytes,1,opt,name=mediaID" json:"mediaID,omitempty"`
	Reaction *Reaction `protobuf:"bytes,2,opt,name=reaction" json:"reaction,omitempty"`
	// contains filtered or unexported fields
}

func (*MediaReaction) Descriptor deprecated

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

Deprecated: Use MediaReaction.ProtoReflect.Descriptor instead.

func (*MediaReaction) GetMediaID

func (x *MediaReaction) GetMediaID() string

func (*MediaReaction) GetReaction

func (x *MediaReaction) GetReaction() *Reaction

func (*MediaReaction) ProtoMessage

func (*MediaReaction) ProtoMessage()

func (*MediaReaction) ProtoReflect

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

func (*MediaReaction) Reset

func (x *MediaReaction) Reset()

func (*MediaReaction) String

func (x *MediaReaction) String() string

type OriginalTransportPayload

type OriginalTransportPayload struct {
	OriginalTransportPayload []byte `protobuf:"bytes,1,opt,name=originalTransportPayload" json:"originalTransportPayload,omitempty"`
	// contains filtered or unexported fields
}

func (*OriginalTransportPayload) Descriptor deprecated

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

Deprecated: Use OriginalTransportPayload.ProtoReflect.Descriptor instead.

func (*OriginalTransportPayload) GetOriginalTransportPayload

func (x *OriginalTransportPayload) GetOriginalTransportPayload() []byte

func (*OriginalTransportPayload) ProtoMessage

func (*OriginalTransportPayload) ProtoMessage()

func (*OriginalTransportPayload) ProtoReflect

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

func (*OriginalTransportPayload) Reset

func (x *OriginalTransportPayload) Reset()

func (*OriginalTransportPayload) String

func (x *OriginalTransportPayload) String() string

type Reaction

type Reaction struct {
	ReactionType   *string `protobuf:"bytes,1,opt,name=reactionType" json:"reactionType,omitempty"`
	ReactionStatus *string `protobuf:"bytes,2,opt,name=reactionStatus" json:"reactionStatus,omitempty"`
	Emoji          *string `protobuf:"bytes,3,opt,name=emoji" json:"emoji,omitempty"`
	SuperReactType *string `protobuf:"bytes,4,opt,name=superReactType" json:"superReactType,omitempty"`
	ActionLogOtid  *string `protobuf:"bytes,5,opt,name=actionLogOtid" json:"actionLogOtid,omitempty"`
	// contains filtered or unexported fields
}

func (*Reaction) Descriptor deprecated

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

Deprecated: Use Reaction.ProtoReflect.Descriptor instead.

func (*Reaction) GetActionLogOtid

func (x *Reaction) GetActionLogOtid() string

func (*Reaction) GetEmoji

func (x *Reaction) GetEmoji() string

func (*Reaction) GetReactionStatus

func (x *Reaction) GetReactionStatus() string

func (*Reaction) GetReactionType

func (x *Reaction) GetReactionType() string

func (*Reaction) GetSuperReactType

func (x *Reaction) GetSuperReactType() string

func (*Reaction) ProtoMessage

func (*Reaction) ProtoMessage()

func (*Reaction) ProtoReflect

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

func (*Reaction) Reset

func (x *Reaction) Reset()

func (*Reaction) String

func (x *Reaction) String() string

type SupplementMessageContent

type SupplementMessageContent struct {

	// Types that are valid to be assigned to SupplementMessageContent:
	//
	//	*SupplementMessageContent_Reaction
	//	*SupplementMessageContent_ContentView
	//	*SupplementMessageContent_EditText
	//	*SupplementMessageContent_MediaReaction
	//	*SupplementMessageContent_OriginalTransportPayload
	//	*SupplementMessageContent_MediaInterventions
	SupplementMessageContent isSupplementMessageContent_SupplementMessageContent `protobuf_oneof:"supplementMessageContent"`
	// contains filtered or unexported fields
}

func (*SupplementMessageContent) Descriptor deprecated

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

Deprecated: Use SupplementMessageContent.ProtoReflect.Descriptor instead.

func (*SupplementMessageContent) GetContentView

func (x *SupplementMessageContent) GetContentView() *ContentView

func (*SupplementMessageContent) GetEditText

func (x *SupplementMessageContent) GetEditText() *EditText

func (*SupplementMessageContent) GetMediaInterventions

func (x *SupplementMessageContent) GetMediaInterventions() *MediaInterventions

func (*SupplementMessageContent) GetMediaReaction

func (x *SupplementMessageContent) GetMediaReaction() *MediaReaction

func (*SupplementMessageContent) GetOriginalTransportPayload

func (x *SupplementMessageContent) GetOriginalTransportPayload() *OriginalTransportPayload

func (*SupplementMessageContent) GetReaction

func (x *SupplementMessageContent) GetReaction() *Reaction

func (*SupplementMessageContent) GetSupplementMessageContent

func (x *SupplementMessageContent) GetSupplementMessageContent() isSupplementMessageContent_SupplementMessageContent

func (*SupplementMessageContent) ProtoMessage

func (*SupplementMessageContent) ProtoMessage()

func (*SupplementMessageContent) ProtoReflect

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

func (*SupplementMessageContent) Reset

func (x *SupplementMessageContent) Reset()

func (*SupplementMessageContent) String

func (x *SupplementMessageContent) String() string

type SupplementMessageContent_ContentView

type SupplementMessageContent_ContentView struct {
	ContentView *ContentView `protobuf:"bytes,2,opt,name=contentView,oneof"`
}

type SupplementMessageContent_EditText

type SupplementMessageContent_EditText struct {
	EditText *EditText `protobuf:"bytes,3,opt,name=editText,oneof"`
}

type SupplementMessageContent_MediaInterventions

type SupplementMessageContent_MediaInterventions struct {
	MediaInterventions *MediaInterventions `protobuf:"bytes,6,opt,name=mediaInterventions,oneof"`
}

type SupplementMessageContent_MediaReaction

type SupplementMessageContent_MediaReaction struct {
	MediaReaction *MediaReaction `protobuf:"bytes,4,opt,name=mediaReaction,oneof"`
}

type SupplementMessageContent_OriginalTransportPayload

type SupplementMessageContent_OriginalTransportPayload struct {
	OriginalTransportPayload *OriginalTransportPayload `protobuf:"bytes,5,opt,name=originalTransportPayload,oneof"`
}

type SupplementMessageContent_Reaction

type SupplementMessageContent_Reaction struct {
	Reaction *Reaction `protobuf:"bytes,1,opt,name=reaction,oneof"`
}

type SupplementMessagePayload

type SupplementMessagePayload struct {
	TargetMessageOtid              *string                   `protobuf:"bytes,1,opt,name=targetMessageOtid" json:"targetMessageOtid,omitempty"`
	UniquingKeyForSupplementalData *string                   `protobuf:"bytes,2,opt,name=uniquingKeyForSupplementalData" json:"uniquingKeyForSupplementalData,omitempty"`
	Content                        *SupplementMessageContent `protobuf:"bytes,3,opt,name=content" json:"content,omitempty"`
	TargetMessageWaServerTimeSec   *string                   `protobuf:"bytes,4,opt,name=targetMessageWaServerTimeSec" json:"targetMessageWaServerTimeSec,omitempty"`
	TargetWaThreadID               *string                   `protobuf:"bytes,5,opt,name=targetWaThreadID" json:"targetWaThreadID,omitempty"`
	// contains filtered or unexported fields
}

func (*SupplementMessagePayload) Descriptor deprecated

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

Deprecated: Use SupplementMessagePayload.ProtoReflect.Descriptor instead.

func (*SupplementMessagePayload) GetContent

func (*SupplementMessagePayload) GetTargetMessageOtid

func (x *SupplementMessagePayload) GetTargetMessageOtid() string

func (*SupplementMessagePayload) GetTargetMessageWaServerTimeSec

func (x *SupplementMessagePayload) GetTargetMessageWaServerTimeSec() string

func (*SupplementMessagePayload) GetTargetWaThreadID

func (x *SupplementMessagePayload) GetTargetWaThreadID() string

func (*SupplementMessagePayload) GetUniquingKeyForSupplementalData

func (x *SupplementMessagePayload) GetUniquingKeyForSupplementalData() string

func (*SupplementMessagePayload) IsMessageApplicationSub

func (*SupplementMessagePayload) IsMessageApplicationSub()

func (*SupplementMessagePayload) ProtoMessage

func (*SupplementMessagePayload) ProtoMessage()

func (*SupplementMessagePayload) ProtoReflect

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

func (*SupplementMessagePayload) Reset

func (x *SupplementMessagePayload) Reset()

func (*SupplementMessagePayload) String

func (x *SupplementMessagePayload) String() string

Jump to

Keyboard shortcuts

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