Documentation
¶
Index ¶
- Variables
- type DeleteMessagePayload
- func (*DeleteMessagePayload) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteMessagePayload) GetMessageOtid() string
- func (*DeleteMessagePayload) IsMessageApplicationSub()
- func (*DeleteMessagePayload) ProtoMessage()
- func (x *DeleteMessagePayload) ProtoReflect() protoreflect.Message
- func (x *DeleteMessagePayload) Reset()
- func (x *DeleteMessagePayload) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_instamadilloDeleteMessage_InstamadilloDeleteMessage_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type DeleteMessagePayload ¶
type DeleteMessagePayload struct {
MessageOtid *string `protobuf:"bytes,1,opt,name=messageOtid" json:"messageOtid,omitempty"`
// contains filtered or unexported fields
}
func (*DeleteMessagePayload) Descriptor
deprecated
func (*DeleteMessagePayload) Descriptor() ([]byte, []int)
Deprecated: Use DeleteMessagePayload.ProtoReflect.Descriptor instead.
func (*DeleteMessagePayload) GetMessageOtid ¶
func (x *DeleteMessagePayload) GetMessageOtid() string
func (*DeleteMessagePayload) IsMessageApplicationSub ¶
func (*DeleteMessagePayload) IsMessageApplicationSub()
func (*DeleteMessagePayload) ProtoMessage ¶
func (*DeleteMessagePayload) ProtoMessage()
func (*DeleteMessagePayload) ProtoReflect ¶
func (x *DeleteMessagePayload) ProtoReflect() protoreflect.Message
func (*DeleteMessagePayload) Reset ¶
func (x *DeleteMessagePayload) Reset()
func (*DeleteMessagePayload) String ¶
func (x *DeleteMessagePayload) String() string
Click to show internal directories.
Click to hide internal directories.