3
0
mirror of https://github.com/42wim/matterbridge.git synced 2025-03-02 04:10:44 +01:00

12 lines
206 B
Go
Raw 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()
}