forked from jshiffer/matterbridge
12 lines
206 B
Go
12 lines
206 B
Go
|
package waCommon
|
||
|
|
||
|
// Deprecated: Use GetID
|
||
|
func (x *MessageKey) GetId() string {
|
||
|
return x.GetID()
|
||
|
}
|
||
|
|
||
|
// Deprecated: Use GetRemoteJID
|
||
|
func (x *MessageKey) GetRemoteJid() string {
|
||
|
return x.GetRemoteJID()
|
||
|
}
|