Documentation
¶
Index ¶
- Variables
- type AddMessageContent
- func (*AddMessageContent) Descriptor() ([]byte, []int)deprecated
- func (x *AddMessageContent) GetActionLog() *instamadilloCoreTypeActionLog.ActionLog
- func (x *AddMessageContent) GetAddMessageContent() isAddMessageContent_AddMessageContent
- func (x *AddMessageContent) GetAdminMessage() *instamadilloCoreTypeAdminMessage.AdminMessage
- func (x *AddMessageContent) GetCollection() *instamadilloCoreTypeCollection.Collection
- func (x *AddMessageContent) GetLike() *Like
- func (x *AddMessageContent) GetLink() *instamadilloCoreTypeLink.Link
- func (x *AddMessageContent) GetMedia() *instamadilloCoreTypeMedia.Media
- func (x *AddMessageContent) GetPlaceholder() *Placeholder
- func (x *AddMessageContent) GetReceiverFetchXma() *ReceiverFetchXma
- func (x *AddMessageContent) GetText() *instamadilloCoreTypeText.Text
- func (*AddMessageContent) ProtoMessage()
- func (x *AddMessageContent) ProtoReflect() protoreflect.Message
- func (x *AddMessageContent) Reset()
- func (x *AddMessageContent) String() string
- type AddMessageContent_ActionLog
- type AddMessageContent_AdminMessage
- type AddMessageContent_Collection
- type AddMessageContent_Like
- type AddMessageContent_Link
- type AddMessageContent_Media
- type AddMessageContent_Placeholder
- type AddMessageContent_ReceiverFetchXma
- type AddMessageContent_Text
- type AddMessageMetadata
- func (*AddMessageMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *AddMessageMetadata) GetEphemeralityParams() *EphemeralityParams
- func (x *AddMessageMetadata) GetForwardingParams() *ForwardingParams
- func (x *AddMessageMetadata) GetPrivateReplyInfo() *PrivateReplyInfo
- func (x *AddMessageMetadata) GetRepliedToMessage() *RepliedToMessage
- func (x *AddMessageMetadata) GetSendSilently() bool
- func (*AddMessageMetadata) ProtoMessage()
- func (x *AddMessageMetadata) ProtoReflect() protoreflect.Message
- func (x *AddMessageMetadata) Reset()
- func (x *AddMessageMetadata) String() string
- type AddMessagePayload
- func (*AddMessagePayload) Descriptor() ([]byte, []int)deprecated
- func (x *AddMessagePayload) GetContent() *AddMessageContent
- func (x *AddMessagePayload) GetMetadata() *AddMessageMetadata
- func (*AddMessagePayload) IsMessageApplicationSub()
- func (*AddMessagePayload) ProtoMessage()
- func (x *AddMessagePayload) ProtoReflect() protoreflect.Message
- func (x *AddMessagePayload) Reset()
- func (x *AddMessagePayload) String() string
- type EphemeralityParams
- func (*EphemeralityParams) Descriptor() ([]byte, []int)deprecated
- func (x *EphemeralityParams) GetEphemeralDurationSec() int64
- func (*EphemeralityParams) ProtoMessage()
- func (x *EphemeralityParams) ProtoReflect() protoreflect.Message
- func (x *EphemeralityParams) Reset()
- func (x *EphemeralityParams) String() string
- type ForwardingParams
- func (*ForwardingParams) Descriptor() ([]byte, []int)deprecated
- func (x *ForwardingParams) GetForwardedThreadID() string
- func (*ForwardingParams) ProtoMessage()
- func (x *ForwardingParams) ProtoReflect() protoreflect.Message
- func (x *ForwardingParams) Reset()
- func (x *ForwardingParams) String() string
- type Like
- type OpenMessageMicroSecondTimestamp
- func (*OpenMessageMicroSecondTimestamp) Descriptor() ([]byte, []int)deprecated
- func (x *OpenMessageMicroSecondTimestamp) GetMicroSecondsBits() int32
- func (x *OpenMessageMicroSecondTimestamp) GetTimestampMS() int64
- func (*OpenMessageMicroSecondTimestamp) ProtoMessage()
- func (x *OpenMessageMicroSecondTimestamp) ProtoReflect() protoreflect.Message
- func (x *OpenMessageMicroSecondTimestamp) Reset()
- func (x *OpenMessageMicroSecondTimestamp) String() string
- type Placeholder
- type Placeholder_Type
- func (Placeholder_Type) Descriptor() protoreflect.EnumDescriptor
- func (x Placeholder_Type) Enum() *Placeholder_Type
- func (Placeholder_Type) EnumDescriptor() ([]byte, []int)deprecated
- func (x Placeholder_Type) Number() protoreflect.EnumNumber
- func (x Placeholder_Type) String() string
- func (Placeholder_Type) Type() protoreflect.EnumType
- func (x *Placeholder_Type) UnmarshalJSON(b []byte) errordeprecated
- type PrivateReplyInfo
- func (*PrivateReplyInfo) Descriptor() ([]byte, []int)deprecated
- func (x *PrivateReplyInfo) GetCommentID() string
- func (x *PrivateReplyInfo) GetPostLink() string
- func (*PrivateReplyInfo) ProtoMessage()
- func (x *PrivateReplyInfo) ProtoReflect() protoreflect.Message
- func (x *PrivateReplyInfo) Reset()
- func (x *PrivateReplyInfo) String() string
- type ReceiverFetchXma
- func (*ReceiverFetchXma) Descriptor() ([]byte, []int)deprecated
- func (x *ReceiverFetchXma) GetContentRef() string
- func (x *ReceiverFetchXma) GetMedia() *instamadilloCoreTypeMedia.Media
- func (x *ReceiverFetchXma) GetText() string
- func (x *ReceiverFetchXma) GetXmaContentRef() *instamadilloXmaContentRef.XmaContentRef
- func (*ReceiverFetchXma) ProtoMessage()
- func (x *ReceiverFetchXma) ProtoReflect() protoreflect.Message
- func (x *ReceiverFetchXma) Reset()
- func (x *ReceiverFetchXma) String() string
- type RepliedToMessage
- func (*RepliedToMessage) Descriptor() ([]byte, []int)deprecated
- func (x *RepliedToMessage) GetOmMicroSecTS() *OpenMessageMicroSecondTimestamp
- func (x *RepliedToMessage) GetRepliedToMessageCollectionItemID() string
- func (x *RepliedToMessage) GetRepliedToMessageOtid() string
- func (x *RepliedToMessage) GetRepliedToMessageWaServerTimeSec() string
- func (*RepliedToMessage) ProtoMessage()
- func (x *RepliedToMessage) ProtoReflect() protoreflect.Message
- func (x *RepliedToMessage) Reset()
- func (x *RepliedToMessage) String() string
Constants ¶
This section is empty.
Variables ¶
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.
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 (x *AddMessageContent) GetActionLog() *instamadilloCoreTypeActionLog.ActionLog
func (*AddMessageContent) GetAddMessageContent ¶
func (x *AddMessageContent) GetAddMessageContent() isAddMessageContent_AddMessageContent
func (*AddMessageContent) GetAdminMessage ¶
func (x *AddMessageContent) GetAdminMessage() *instamadilloCoreTypeAdminMessage.AdminMessage
func (*AddMessageContent) GetCollection ¶
func (x *AddMessageContent) GetCollection() *instamadilloCoreTypeCollection.Collection
func (*AddMessageContent) GetLike ¶
func (x *AddMessageContent) GetLike() *Like
func (*AddMessageContent) GetLink ¶
func (x *AddMessageContent) GetLink() *instamadilloCoreTypeLink.Link
func (*AddMessageContent) GetMedia ¶
func (x *AddMessageContent) GetMedia() *instamadilloCoreTypeMedia.Media
func (*AddMessageContent) GetPlaceholder ¶
func (x *AddMessageContent) GetPlaceholder() *Placeholder
func (*AddMessageContent) GetReceiverFetchXma ¶
func (x *AddMessageContent) GetReceiverFetchXma() *ReceiverFetchXma
func (*AddMessageContent) GetText ¶
func (x *AddMessageContent) GetText() *instamadilloCoreTypeText.Text
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 ¶
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) ProtoMessage ¶
func (*Like) ProtoMessage()
func (*Like) ProtoReflect ¶
func (x *Like) ProtoReflect() protoreflect.Message
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 (x *OpenMessageMicroSecondTimestamp) ProtoReflect() protoreflect.Message
func (*OpenMessageMicroSecondTimestamp) Reset ¶
func (x *OpenMessageMicroSecondTimestamp) Reset()
func (*OpenMessageMicroSecondTimestamp) String ¶
func (x *OpenMessageMicroSecondTimestamp) String() 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) Descriptor() protoreflect.EnumDescriptor
func (Placeholder_Type) Enum ¶
func (x Placeholder_Type) Enum() *Placeholder_Type
func (Placeholder_Type) EnumDescriptor
deprecated
func (Placeholder_Type) EnumDescriptor() ([]byte, []int)
Deprecated: Use Placeholder_Type.Descriptor instead.
func (Placeholder_Type) Number ¶
func (x Placeholder_Type) Number() protoreflect.EnumNumber
func (Placeholder_Type) String ¶
func (x Placeholder_Type) String() string
func (Placeholder_Type) Type ¶
func (Placeholder_Type) Type() protoreflect.EnumType
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 (*PrivateReplyInfo) GetPostLink ¶
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 (x *ReceiverFetchXma) GetMedia() *instamadilloCoreTypeMedia.Media
func (*ReceiverFetchXma) GetText ¶
func (x *ReceiverFetchXma) GetText() string
func (*ReceiverFetchXma) GetXmaContentRef ¶
func (x *ReceiverFetchXma) GetXmaContentRef() *instamadilloXmaContentRef.XmaContentRef
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