mirror of
https://github.com/42wim/matterbridge.git
synced 2024-11-24 03:32:02 -08:00
c4157a4d5b
* Update dependencies * Fix whatsmeow API changes
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()
|
|
}
|