legacy.go 206 B

1234567891011
  1. package waCommon
  2. // Deprecated: Use GetID
  3. func (x *MessageKey) GetId() string {
  4. return x.GetID()
  5. }
  6. // Deprecated: Use GetRemoteJID
  7. func (x *MessageKey) GetRemoteJid() string {
  8. return x.GetRemoteJID()
  9. }