meta-horizonn-fca-huh
Version:
Facebook-Chat-API Protect and Deploy by Kanzu and HZI Team. Kem is redeveloped. Rename package is Meta Horizonn and package supported ChatBot Messenger. and make it lightweight package by jonell huh
39 lines (38 loc) • 1.32 kB
JavaScript
"use strict";
module.exports = function(_defaultFuncs, _api, _ctx) {
// Currently the only colors that can be passed to api.changeThreadColor(); may change if Facebook adds more
return {
////MessengerBlue: null,
////Viking: "#44bec7",
////GoldenPoppy: "#ffc300",
////RadicalRed: "#fa3c4c",
////Shocking: "#d696bb",
////PictonBlue: "#6699cc",
////FreeSpeechGreen: "#13cf13",
////Pumpkin: "#ff7e29",
////LightCoral: "#e68585",
////MediumSlateBlue: "#7646ff",
////DeepSkyBlue: "#20cef5",
////Fern: "#67b868",
////Cameo: "#d4a88c",
////BrilliantRose: "#ff5ca1",
////BilobaFlower: "#a695c7"
DefaultBlue: "196241301102133",
HotPink: "169463077092846",
AquaBlue: "2442142322678320",
BrightPurple: "234137870477637",
CoralPink: "980963458735625",
Orange: "175615189761153",
Green: "2136751179887052",
LavenderPurple: "2058653964378557",
Red: "2129984390566328",
Yellow: "174636906462322",
TealBlue: "1928399724138152",
Aqua: "417639218648241",
Mango: "930060997172551",
Berry: "164535220883264",
Citrus: "370940413392601",
Candy: "205488546921017",
StarWars: "809305022860427"
};
};