5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2025-02-07 06:46:16 +00:00
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()
}