matterbridge/vendor/go.mau.fi/whatsmeow/proto/waCommon/legacy.go

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()
}