matterbridge/vendor/go.mau.fi/whatsmeow/proto/waHistorySync/legacy.go
Wim c4157a4d5b
Update dependencies (#2180)
* Update dependencies

* Fix whatsmeow API changes
2024-08-27 19:04:05 +02:00

12 lines
190 B
Go

package waHistorySync
// Deprecated: Use GetID
func (x *Conversation) GetId() string {
return x.GetID()
}
// Deprecated: Use GetID
func (x *Pushname) GetId() string {
return x.GetID()
}