forked from jshiffer/matterbridge
c4157a4d5b
* Update dependencies * Fix whatsmeow API changes
7 lines
236 B
Go
7 lines
236 B
Go
// Package proto contains type aliases for backwards compatibility.
|
|
//
|
|
// Deprecated: New code should reference the protobuf types in the go.mau.fi/whatsmeow/proto/wa* packages directly.
|
|
package proto
|
|
|
|
//go:generate ./generatelegacy.sh
|