5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2025-02-22 22:56:54 +00:00

12 lines
206 B
Go
Raw Permalink Normal View History

package waCommon
// Deprecated: Use GetID
func (x *MessageKey) GetId() string {
return x.GetID()
}
// Deprecated: Use GetRemoteJID
func (x *MessageKey) GetRemoteJid() string {
return x.GetRemoteJID()
}