We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff9d959 commit fe62bb4Copy full SHA for fe62bb4
exports.go
@@ -0,0 +1,10 @@
1
+package whatsmeow
2
+
3
+import (
4
+ "go.mau.fi/whatsmeow/proto/waCommon"
5
+ "go.mau.fi/whatsmeow/types"
6
+)
7
8
+func GetKeyFromInfo(msgInfo *types.MessageInfo) *waCommon.MessageKey {
9
+ return getKeyFromInfo(msgInfo)
10
+}
0 commit comments