mirror of
https://github.com/42wim/matterbridge.git
synced 2024-11-30 14:42:00 -08:00
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()
|
||
|
}
|