forked from jshiffer/matterbridge
c4157a4d5b
* Update dependencies * Fix whatsmeow API changes
12 lines
190 B
Go
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()
|
|
}
|