package waProtocol

import "github.com/UristLikot/whatsmeow/binary/armadillo/waProtocol"

Index

Variables

var File_waProtocol_WAProtocol_proto protoreflect.FileDescriptor

Types

type MessageKey

type MessageKey struct {
	RemoteJID   string `protobuf:"bytes,1,opt,name=remoteJID,proto3" json:"remoteJID,omitempty"`
	FromMe      bool   `protobuf:"varint,2,opt,name=fromMe,proto3" json:"fromMe,omitempty"`
	ID          string `protobuf:"bytes,3,opt,name=ID,proto3" json:"ID,omitempty"`
	Participant string `protobuf:"bytes,4,opt,name=participant,proto3" json:"participant,omitempty"`
	// contains filtered or unexported fields
}

func (*MessageKey) Descriptor

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

Deprecated: Use MessageKey.ProtoReflect.Descriptor instead.

func (*MessageKey) GetFromMe

func (x *MessageKey) GetFromMe() bool

func (*MessageKey) GetID

func (x *MessageKey) GetID() string

func (*MessageKey) GetParticipant

func (x *MessageKey) GetParticipant() string

func (*MessageKey) GetRemoteJID

func (x *MessageKey) GetRemoteJID() string

func (*MessageKey) ProtoMessage

func (*MessageKey) ProtoMessage()

func (*MessageKey) ProtoReflect

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

func (*MessageKey) Reset

func (x *MessageKey) Reset()

func (*MessageKey) String

func (x *MessageKey) String() string

Source Files

WAProtocol.pb.go

Version
v1.0.3 (latest)
Published
Feb 15, 2024
Platform
linux/amd64
Imports
5 packages
Last checked
1 week ago

Tools for package owners.