UNPKG
@radzztnzx/rbail
Version:
latest (3.3.9-rz.8)
3.3.9-rz.8
3.3.9-rz.7
3.3.9-rz.6
3.3.9-rz.4
3.3.9-rz.2
3.3.9-rz.1
Pro Bails based by Whiskeysockets, Modified by RadzzOffc
github.com/RTypeByte/RBails
@radzztnzx/rbail
/
lib
/
Types
/
LabelAssociation.js
7 lines
•
296 B
JavaScript
View Raw
1
2
3
4
5
6
7
/** Association type */
export
var
LabelAssociationType
; (
function
(
LabelAssociationType
) {
LabelAssociationType
[
"Chat"
] =
"label_jid"
;
LabelAssociationType
[
"Message"
] =
"label_message"
; })(
LabelAssociationType
|| (
LabelAssociationType
= {}));
//# sourceMappingURL=LabelAssociation.js.map