legacy.go 190 B

1234567891011
  1. package waHistorySync
  2. // Deprecated: Use GetID
  3. func (x *Conversation) GetId() string {
  4. return x.GetID()
  5. }
  6. // Deprecated: Use GetID
  7. func (x *Pushname) GetId() string {
  8. return x.GetID()
  9. }