Documentation
¶
Index ¶
- Variables
- type ContentView
- func (*ContentView) Descriptor() ([]byte, []int)deprecated
- func (x *ContentView) GetMimetype() string
- func (x *ContentView) GetObjectID() string
- func (x *ContentView) GetReplayed() bool
- func (x *ContentView) GetScreenshotted() bool
- func (x *ContentView) GetSeen() bool
- func (*ContentView) ProtoMessage()
- func (x *ContentView) ProtoReflect() protoreflect.Message
- func (x *ContentView) Reset()
- func (x *ContentView) String() string
- type EditText
- type MediaInterventions
- func (*MediaInterventions) Descriptor() ([]byte, []int)deprecated
- func (x *MediaInterventions) GetInterventionType() instamadilloCoreTypeMedia.Media_InterventionType
- func (x *MediaInterventions) GetMediaID() string
- func (*MediaInterventions) ProtoMessage()
- func (x *MediaInterventions) ProtoReflect() protoreflect.Message
- func (x *MediaInterventions) Reset()
- func (x *MediaInterventions) String() string
- type MediaReaction
- func (*MediaReaction) Descriptor() ([]byte, []int)deprecated
- func (x *MediaReaction) GetMediaID() string
- func (x *MediaReaction) GetReaction() *Reaction
- func (*MediaReaction) ProtoMessage()
- func (x *MediaReaction) ProtoReflect() protoreflect.Message
- func (x *MediaReaction) Reset()
- func (x *MediaReaction) String() string
- type OriginalTransportPayload
- func (*OriginalTransportPayload) Descriptor() ([]byte, []int)deprecated
- func (x *OriginalTransportPayload) GetOriginalTransportPayload() []byte
- func (*OriginalTransportPayload) ProtoMessage()
- func (x *OriginalTransportPayload) ProtoReflect() protoreflect.Message
- func (x *OriginalTransportPayload) Reset()
- func (x *OriginalTransportPayload) String() string
- type Reaction
- func (*Reaction) Descriptor() ([]byte, []int)deprecated
- func (x *Reaction) GetActionLogOtid() string
- func (x *Reaction) GetEmoji() string
- func (x *Reaction) GetReactionStatus() string
- func (x *Reaction) GetReactionType() string
- func (x *Reaction) GetSuperReactType() string
- func (*Reaction) ProtoMessage()
- func (x *Reaction) ProtoReflect() protoreflect.Message
- func (x *Reaction) Reset()
- func (x *Reaction) String() string
- type SupplementMessageContent
- func (*SupplementMessageContent) Descriptor() ([]byte, []int)deprecated
- func (x *SupplementMessageContent) GetContentView() *ContentView
- func (x *SupplementMessageContent) GetEditText() *EditText
- func (x *SupplementMessageContent) GetMediaInterventions() *MediaInterventions
- func (x *SupplementMessageContent) GetMediaReaction() *MediaReaction
- func (x *SupplementMessageContent) GetOriginalTransportPayload() *OriginalTransportPayload
- func (x *SupplementMessageContent) GetReaction() *Reaction
- func (x *SupplementMessageContent) GetSupplementMessageContent() isSupplementMessageContent_SupplementMessageContent
- func (*SupplementMessageContent) ProtoMessage()
- func (x *SupplementMessageContent) ProtoReflect() protoreflect.Message
- func (x *SupplementMessageContent) Reset()
- func (x *SupplementMessageContent) String() string
- type SupplementMessageContent_ContentView
- type SupplementMessageContent_EditText
- type SupplementMessageContent_MediaInterventions
- type SupplementMessageContent_MediaReaction
- type SupplementMessageContent_OriginalTransportPayload
- type SupplementMessageContent_Reaction
- type SupplementMessagePayload
- func (*SupplementMessagePayload) Descriptor() ([]byte, []int)deprecated
- func (x *SupplementMessagePayload) GetContent() *SupplementMessageContent
- func (x *SupplementMessagePayload) GetTargetMessageOtid() string
- func (x *SupplementMessagePayload) GetTargetMessageWaServerTimeSec() string
- func (x *SupplementMessagePayload) GetTargetWaThreadID() string
- func (x *SupplementMessagePayload) GetUniquingKeyForSupplementalData() string
- func (*SupplementMessagePayload) IsMessageApplicationSub()
- func (*SupplementMessagePayload) ProtoMessage()
- func (x *SupplementMessagePayload) ProtoReflect() protoreflect.Message
- func (x *SupplementMessagePayload) Reset()
- func (x *SupplementMessagePayload) String() string
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) GetEditCount ¶
func (*EditText) GetNewContent ¶
func (*EditText) ProtoMessage ¶
func (*EditText) ProtoMessage()
func (*EditText) ProtoReflect ¶
func (x *EditText) ProtoReflect() protoreflect.Message
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 (x *MediaInterventions) GetInterventionType() instamadilloCoreTypeMedia.Media_InterventionType
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) GetActionLogOtid ¶
func (*Reaction) GetReactionStatus ¶
func (*Reaction) GetReactionType ¶
func (*Reaction) GetSuperReactType ¶
func (*Reaction) ProtoMessage ¶
func (*Reaction) ProtoMessage()
func (*Reaction) ProtoReflect ¶
func (x *Reaction) ProtoReflect() protoreflect.Message
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 (x *SupplementMessagePayload) GetContent() *SupplementMessageContent
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
Click to show internal directories.
Click to hide internal directories.