5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2025-02-07 09:06:18 +00:00

12 lines
190 B
Go
Raw Normal View History

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