├── .DS_Store ├── LICENSE ├── README.md ├── docs ├── 404.html ├── assets │ ├── app.iB7v5XaO.js │ ├── callbacks.md.9Rn7RiXs.js │ ├── callbacks.md.9Rn7RiXs.lean.js │ ├── chunks │ │ ├── framework.4X8dX8EZ.js │ │ └── theme.jJu9wvzu.js │ ├── download-save-file.md.EhkP-o_d.js │ ├── download-save-file.md.EhkP-o_d.lean.js │ ├── en_about.md.WGVL6zWK.js │ ├── en_about.md.WGVL6zWK.lean.js │ ├── en_configs.md.XXz7wrOX.js │ ├── en_configs.md.XXz7wrOX.lean.js │ ├── en_contact.md.QbhOFKKF.js │ ├── en_contact.md.QbhOFKKF.lean.js │ ├── en_get-started.md.DImcJ8hz.js │ ├── en_get-started.md.DImcJ8hz.lean.js │ ├── en_index.md.SbhtFFoC.js │ ├── en_index.md.SbhtFFoC.lean.js │ ├── en_introduction.md.fKVDA5wB.js │ ├── en_introduction.md.fKVDA5wB.lean.js │ ├── es_about.md.t0HjoKX9.js │ ├── es_about.md.t0HjoKX9.lean.js │ ├── es_configs.md.hCP6dw5X.js │ ├── es_configs.md.hCP6dw5X.lean.js │ ├── es_contact.md.m3ZaHbQF.js │ ├── es_contact.md.m3ZaHbQF.lean.js │ ├── es_get-started.md.IAU33Du3.js │ ├── es_get-started.md.IAU33Du3.lean.js │ ├── es_index.md._tOJVrZy.js │ ├── es_index.md._tOJVrZy.lean.js │ ├── es_introduction.md.Xwe8WaMk.js │ ├── es_introduction.md.Xwe8WaMk.lean.js │ ├── functions-chat.md.PmEUKzYe.js │ ├── functions-chat.md.PmEUKzYe.lean.js │ ├── functions-disconnected.md.ZmsdZk2o.js │ ├── functions-disconnected.md.ZmsdZk2o.lean.js │ ├── functions-group.md.k-Qnp_mQ.js │ ├── functions-group.md.k-Qnp_mQ.lean.js │ ├── functions-message.md.IVb724Gj.js │ ├── functions-message.md.IVb724Gj.lean.js │ ├── functions-others.md.qyenD7Fx.js │ ├── functions-others.md.qyenD7Fx.lean.js │ ├── get-started.md.e72yT3Zs.js │ ├── get-started.md.e72yT3Zs.lean.js │ ├── index.md.lQEv_vPG.js │ ├── index.md.lQEv_vPG.lean.js │ ├── inter-italic-cyrillic-ext.OVycGSDq.woff2 │ ├── inter-italic-cyrillic.-nLMcIwj.woff2 │ ├── inter-italic-greek-ext.hznxWNZO.woff2 │ ├── inter-italic-greek.PSfer2Kc.woff2 │ ├── inter-italic-latin-ext.RnFly65-.woff2 │ ├── inter-italic-latin.27E69YJn.woff2 │ ├── inter-italic-vietnamese.xzQHe1q1.woff2 │ ├── inter-roman-cyrillic-ext.8T9wMG5w.woff2 │ ├── inter-roman-cyrillic.jIZ9REo5.woff2 │ ├── inter-roman-greek-ext.9JiNzaSO.woff2 │ ├── inter-roman-greek.Cb5wWeGA.woff2 │ ├── inter-roman-latin-ext.GZWE-KO4.woff2 │ ├── inter-roman-latin.bvIUbFQP.woff2 │ ├── inter-roman-vietnamese.paY3CzEB.woff2 │ ├── introduction.md.6g_043d2.js │ ├── introduction.md.6g_043d2.lean.js │ ├── multiples-sections.md.znOdqNtr.js │ ├── multiples-sections.md.znOdqNtr.lean.js │ ├── parameters-optionals.md.vlyisBiR.js │ ├── parameters-optionals.md.vlyisBiR.lean.js │ ├── send-message.md.x_OzM9Vu.js │ ├── send-message.md.x_OzM9Vu.lean.js │ ├── status-connection.md.4-X4ebZt.js │ ├── status-connection.md.4-X4ebZt.lean.js │ └── style.FHx-_2FG.css ├── callbacks.html ├── download-save-file.html ├── en │ ├── about.html │ ├── configs.html │ ├── contact.html │ ├── get-started.html │ ├── index.html │ └── introduction.html ├── es │ ├── about.html │ ├── configs.html │ ├── contact.html │ ├── get-started.html │ ├── index.html │ └── introduction.html ├── functions-chat.html ├── functions-disconnected.html ├── functions-group.html ├── functions-message.html ├── functions-others.html ├── get-started.html ├── hashmap.json ├── index.html ├── introduction.html ├── logo-big.svg ├── logo.svg ├── multiples-sections.html ├── parameters-optionals.html ├── send-message.html └── status-connection.html ├── img └── superchats.png └── version.json /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/orkestral/super/0359760d01977720ec25549d893dd16439699afd/.DS_Store -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | This is free and unencumbered software released into the public domain. 2 | 3 | Anyone is free to copy, modify, publish, use, compile, sell, or 4 | distribute this software, either in source code form or as a compiled 5 | binary, for any purpose, commercial or non-commercial, and by any 6 | means. 7 | 8 | In jurisdictions that recognize copyright laws, the author or authors 9 | of this software dedicate any and all copyright interest in the 10 | software to the public domain. We make this dedication for the benefit 11 | of the public at large and to the detriment of our heirs and 12 | successors. We intend this dedication to be an overt act of 13 | relinquishment in perpetuity of all present and future rights to this 14 | software under copyright law. 15 | 16 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 17 | EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 18 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 19 | IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR 20 | OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 21 | ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 22 | OTHER DEALINGS IN THE SOFTWARE. 23 | 24 | For more information, please refer to 25 | -------------------------------------------------------------------------------- /docs/404.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 404 | SuperChats 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 |
Skip to content

404

PAGE NOT FOUND

But if you don't change your direction, and if you keep looking, you may end up where you are heading.

All rights reserved to Orkestral LLC

18 | 19 | 20 | 21 | -------------------------------------------------------------------------------- /docs/assets/app.iB7v5XaO.js: -------------------------------------------------------------------------------- 1 | import{j as o,a3 as p,a4 as u,a5 as c,a6 as l,a7 as f,a8 as d,a9 as m,aa as h,ab as A,ac as g,ad as v,d as P,u as y,l as C,z as w,ae as _,af as b,ag as E,ah as R}from"./chunks/framework.4X8dX8EZ.js";import{t as D}from"./chunks/theme.jJu9wvzu.js";function i(e){if(e.extends){const a=i(e.extends);return{...a,...e,async enhanceApp(t){a.enhanceApp&&await a.enhanceApp(t),e.enhanceApp&&await e.enhanceApp(t)}}}return e}const s=i(D),j=P({name:"VitePressApp",setup(){const{site:e,lang:a,dir:t}=y();return C(()=>{w(()=>{document.documentElement.lang=a.value,document.documentElement.dir=t.value})}),e.value.router.prefetchLinks&&_(),b(),E(),s.setup&&s.setup(),()=>R(s.Layout)}});async function L(){const e=S(),a=O();a.provide(u,e);const t=c(e.route);return a.provide(l,t),a.component("Content",f),a.component("ClientOnly",d),Object.defineProperties(a.config.globalProperties,{$frontmatter:{get(){return t.frontmatter.value}},$params:{get(){return t.page.value.params}}}),s.enhanceApp&&await s.enhanceApp({app:a,router:e,siteData:m}),{app:a,router:e,data:t}}function O(){return h(j)}function S(){let e=o,a;return A(t=>{let n=g(t),r=null;return n&&(e&&(a=n),(e||a===n)&&(n=n.replace(/\.js$/,".lean.js")),r=v(()=>import(n),__vite__mapDeps([]))),o&&(e=!1),r},s.NotFound)}o&&L().then(({app:e,router:a,data:t})=>{a.go().then(()=>{p(a.route,t.site),e.mount("#app")})});export{L as createApp}; 2 | function __vite__mapDeps(indexes) { 3 | if (!__vite__mapDeps.viteFileDeps) { 4 | __vite__mapDeps.viteFileDeps = [] 5 | } 6 | return indexes.map((i) => __vite__mapDeps.viteFileDeps[i]) 7 | } 8 | -------------------------------------------------------------------------------- /docs/assets/callbacks.md.9Rn7RiXs.lean.js: -------------------------------------------------------------------------------- 1 | import{_ as s,c as i,o as a,V as n}from"./chunks/framework.4X8dX8EZ.js";const c=JSON.parse('{"title":"Eventos Callbacks","description":"","frontmatter":{},"headers":[],"relativePath":"callbacks.md","filePath":"callbacks.md"}'),t={name:"callbacks.md"},h=n("",51),p=[h];function l(e,k,E,r,d,g){return a(),i("div",null,p)}const y=s(t,[["render",l]]);export{c as __pageData,y as default}; 2 | -------------------------------------------------------------------------------- /docs/assets/download-save-file.md.EhkP-o_d.js: -------------------------------------------------------------------------------- 1 | import{_ as s,c as i,o as a,V as n}from"./chunks/framework.4X8dX8EZ.js";const o=JSON.parse('{"title":"Download de Midias","description":"","frontmatter":{},"headers":[],"relativePath":"download-save-file.md","filePath":"download-save-file.md"}'),h={name:"download-save-file.md"},l=n(`

Download de Midias

Baixar e Salvar Mídias

Baixe e salve qualquer arquivo de mensagem com as funções abaixo

javascript
let client = await superchats.create({
 2 |   session: "Marketing",
 3 |   license: "asjdh-efddff734-sdsdf834-233272",
 4 |   statusFind: async (status) => {
 5 |     console.log(status)
 6 |   },
 7 |   qrcode: async (session, base64Img, asciiQR, urlCode) => {
 8 |   console.log(asciiQR)
 9 |   },
10 |   onMessage: async (message) => {
11 |       if (message.isMedia === true) {
12 |       
13 |     // Recuperar o buffer de arquivo para uma determinada mensagem
14 |     // Atenção, use um atraso de pelo menos 2 segundos
15 | 
16 |     const buffer = await client.decryptByIdFile(message.from, message.id);
17 | 
18 |     // Salve o arquivo de mensagem na raiz do projeto ou em um diretório: './diretory/filename' não esqueça de criar o diretório
19 |     // Atenção, use um atraso de pelo menos 2 segundos
20 |     const saveFile = await client.decryptByIdFileSave(message.from, message.id, filename);
21 |    
22 |   }
23 |    }  // Receba um evento sempre que receber uma mensagem de algum contato
24 | })
Retorno do decryptFile
javascript
{
25 |     session: 'Marketing',
26 |     status: 200,
27 |     type: "decrypt-by-id-file",
28 |     buffer: {
29 |       type: "Buffer",
30 |       data: [137,80,78,71,13,10,26,10,0,0,0,13,73,72,68]
31 |     }
32 | }
Retorno do decryptFileSave
javascript
{
33 |     session: 'Marketing',
34 |     status: 404,
35 |     type: "decrypt-by-id-file-save",
36 |     response: "./files/teste4.mp4"
37 | }
`,8),k=[l];function t(p,e,E,d,r,g){return a(),i("div",null,k)}const F=s(h,[["render",t]]);export{o as __pageData,F as default}; 38 | -------------------------------------------------------------------------------- /docs/assets/download-save-file.md.EhkP-o_d.lean.js: -------------------------------------------------------------------------------- 1 | import{_ as s,c as i,o as a,V as n}from"./chunks/framework.4X8dX8EZ.js";const o=JSON.parse('{"title":"Download de Midias","description":"","frontmatter":{},"headers":[],"relativePath":"download-save-file.md","filePath":"download-save-file.md"}'),h={name:"download-save-file.md"},l=n("",8),k=[l];function t(p,e,E,d,r,g){return a(),i("div",null,k)}const F=s(h,[["render",t]]);export{o as __pageData,F as default}; 2 | -------------------------------------------------------------------------------- /docs/assets/en_about.md.WGVL6zWK.js: -------------------------------------------------------------------------------- 1 | import{_ as s,c as i,o as a,V as t,a2 as e}from"./chunks/framework.4X8dX8EZ.js";const u=JSON.parse('{"title":"About","description":"","frontmatter":{},"headers":[],"relativePath":"en/about.md","filePath":"en/about.md"}'),n={name:"en/about.md"},p=t(`

About

Welcome to the about page.

This markdown supports html elements like the p tag coupled with inline styles

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s.

Even satire code snippets with syntax highlighting are also supported. 😅

js
const lang = prompt("What is your favorite programming language?");
2 | 
3 | (lang === "JavaScript") | (lang === "javascript") | (lang === "js")
4 |   ? alert("JavaScript to the world! 🚀🟡")
5 |   : alert(\`We don't permit such languages here 💩\`);

Of course, images are not left out.

adocs logo',8),h=[p];function l(k,r,o,d,g,E){return a(),i("div",null,h)}const y=s(n,[["render",l]]);export{u as __pageData,y as default}; 6 | -------------------------------------------------------------------------------- /docs/assets/en_about.md.WGVL6zWK.lean.js: -------------------------------------------------------------------------------- 1 | import{_ as s,c as i,o as a,V as t,a2 as e}from"./chunks/framework.4X8dX8EZ.js";const u=JSON.parse('{"title":"About","description":"","frontmatter":{},"headers":[],"relativePath":"en/about.md","filePath":"en/about.md"}'),n={name:"en/about.md"},p=t("",8),h=[p];function l(k,r,o,d,g,E){return a(),i("div",null,h)}const y=s(n,[["render",l]]);export{u as __pageData,y as default}; 2 | -------------------------------------------------------------------------------- /docs/assets/en_configs.md.XXz7wrOX.js: -------------------------------------------------------------------------------- 1 | import{_ as o,c as t,o as a,m as e,a as n}from"./chunks/framework.4X8dX8EZ.js";const u=JSON.parse('{"title":"Configs","description":"","frontmatter":{},"headers":[],"relativePath":"en/configs.md","filePath":"en/configs.md"}'),s={name:"en/configs.md"},c=e("h1",{id:"configs",tabindex:"-1"},[n("Configs "),e("a",{class:"header-anchor",href:"#configs","aria-label":'Permalink to "Configs"'},"​")],-1),i=e("p",null,"Welcome to the config page",-1),r=[c,i];function f(d,_,l,p,g,h){return a(),t("div",null,r)}const x=o(s,[["render",f]]);export{u as __pageData,x as default}; 2 | -------------------------------------------------------------------------------- /docs/assets/en_configs.md.XXz7wrOX.lean.js: -------------------------------------------------------------------------------- 1 | import{_ as o,c as t,o as a,m as e,a as n}from"./chunks/framework.4X8dX8EZ.js";const u=JSON.parse('{"title":"Configs","description":"","frontmatter":{},"headers":[],"relativePath":"en/configs.md","filePath":"en/configs.md"}'),s={name:"en/configs.md"},c=e("h1",{id:"configs",tabindex:"-1"},[n("Configs "),e("a",{class:"header-anchor",href:"#configs","aria-label":'Permalink to "Configs"'},"​")],-1),i=e("p",null,"Welcome to the config page",-1),r=[c,i];function f(d,_,l,p,g,h){return a(),t("div",null,r)}const x=o(s,[["render",f]]);export{u as __pageData,x as default}; 2 | -------------------------------------------------------------------------------- /docs/assets/en_contact.md.QbhOFKKF.js: -------------------------------------------------------------------------------- 1 | import{_ as e,c as a,o as c,m as t,a as o}from"./chunks/framework.4X8dX8EZ.js";const x=JSON.parse('{"title":"Contact","description":"","frontmatter":{},"headers":[],"relativePath":"en/contact.md","filePath":"en/contact.md"}'),n={name:"en/contact.md"},s=t("h1",{id:"contact",tabindex:"-1"},[o("Contact "),t("a",{class:"header-anchor",href:"#contact","aria-label":'Permalink to "Contact"'},"​")],-1),r=t("p",null,"Welcome to the contact page",-1),d=[s,r];function i(_,l,p,h,m,f){return c(),a("div",null,d)}const $=e(n,[["render",i]]);export{x as __pageData,$ as default}; 2 | -------------------------------------------------------------------------------- /docs/assets/en_contact.md.QbhOFKKF.lean.js: -------------------------------------------------------------------------------- 1 | import{_ as e,c as a,o as c,m as t,a as o}from"./chunks/framework.4X8dX8EZ.js";const x=JSON.parse('{"title":"Contact","description":"","frontmatter":{},"headers":[],"relativePath":"en/contact.md","filePath":"en/contact.md"}'),n={name:"en/contact.md"},s=t("h1",{id:"contact",tabindex:"-1"},[o("Contact "),t("a",{class:"header-anchor",href:"#contact","aria-label":'Permalink to "Contact"'},"​")],-1),r=t("p",null,"Welcome to the contact page",-1),d=[s,r];function i(_,l,p,h,m,f){return c(),a("div",null,d)}const $=e(n,[["render",i]]);export{x as __pageData,$ as default}; 2 | -------------------------------------------------------------------------------- /docs/assets/en_get-started.md.DImcJ8hz.js: -------------------------------------------------------------------------------- 1 | import{_ as a,c as r,o as s,m as e,a as t}from"./chunks/framework.4X8dX8EZ.js";const u=JSON.parse('{"title":"Get Started","description":"","frontmatter":{},"headers":[],"relativePath":"en/get-started.md","filePath":"en/get-started.md"}'),o={name:"en/get-started.md"},d=e("h1",{id:"get-started",tabindex:"-1"},[t("Get Started "),e("a",{class:"header-anchor",href:"#get-started","aria-label":'Permalink to "Get Started"'},"​")],-1),n=e("p",null,[t("Here's how to get started with "),e("a",{href:"https://vitepress.com",target:"_blank",rel:"noreferrer"},"VitePress")],-1),c=[d,n];function i(_,l,h,p,m,f){return s(),r("div",null,c)}const x=a(o,[["render",i]]);export{u as __pageData,x as default}; 2 | -------------------------------------------------------------------------------- /docs/assets/en_get-started.md.DImcJ8hz.lean.js: -------------------------------------------------------------------------------- 1 | import{_ as a,c as r,o as s,m as e,a as t}from"./chunks/framework.4X8dX8EZ.js";const u=JSON.parse('{"title":"Get Started","description":"","frontmatter":{},"headers":[],"relativePath":"en/get-started.md","filePath":"en/get-started.md"}'),o={name:"en/get-started.md"},d=e("h1",{id:"get-started",tabindex:"-1"},[t("Get Started "),e("a",{class:"header-anchor",href:"#get-started","aria-label":'Permalink to "Get Started"'},"​")],-1),n=e("p",null,[t("Here's how to get started with "),e("a",{href:"https://vitepress.com",target:"_blank",rel:"noreferrer"},"VitePress")],-1),c=[d,n];function i(_,l,h,p,m,f){return s(),r("div",null,c)}const x=a(o,[["render",i]]);export{u as __pageData,x as default}; 2 | -------------------------------------------------------------------------------- /docs/assets/en_index.md.SbhtFFoC.js: -------------------------------------------------------------------------------- 1 | import{_ as e,c as t,o}from"./chunks/framework.4X8dX8EZ.js";const m=JSON.parse('{"title":"","description":"","frontmatter":{"layout":"home","hero":{"name":"SuperChats","text":"A Mais Poderosa Biblioteca Javascript para Automatizar Whatsapp","image":{"src":"/logo-big.svg","alt":"SuperChats logo"},"tagline":"Completa, Incrível e 100% Estável","actions":[{"theme":"brand","text":"Comprar Licença","link":"./introduction"},{"theme":"alt","text":"Documentação","link":"./introduction"}]},"features":[{"icon":"🖥","title":"Suporte Total","details":"Suporte por Ticket, Whatsapp e Acesso Remoto"},{"icon":"🌎","title":"Não Precisa de Browser","details":"Conexão através do socket do Whatsapp"},{"icon":"💯","title":"100% de Estabilidade","details":"Sem clashs ou bugs, pronta para produção"},{"icon":"💎","title":"Facilidade","details":"Roda em qualquer OS, Apenas com node 18"},{"icon":"⭕️","title":"Sem Limites","details":"Sem limites de uso ou travas"},{"icon":"💾","title":"Menor Consumo","details":"Menor consumo de memória e processamento"},{"icon":"📚","title":"Documentação Completa","details":"Toda documentada em português, inglês e espanhol"},{"icon":"🎉","title":"Updates Constantes","details":"Melhorias e atualizações constantes trazendo o que a de melhor no Whatsapp"}],"head":[["meta",{"property":"og:type","content":"website"}],["meta",{"property":"og:title","content":"Adocs"}],["meta",{"property":"og:image","content":"https://user-images.githubusercontent.com/62628408/200117602-4b274d14-b1b2-4f61-8dcd-9f9482c677a0.png"}],["meta",{"property":"og:url","content":"https://vitejs.dev/blog/announcing-vite3"}],["meta",{"name":"title","content":"Adocs"}],["meta",{"name":"twitter:card","content":"https://user-images.githubusercontent.com/62628408/200117602-4b274d14-b1b2-4f61-8dcd-9f9482c677a0.png"}],["link",{"rel":"icon","type":"image/svg","href":"logo.svg"}]]},"headers":[],"relativePath":"en/index.md","filePath":"en/index.md"}'),a={name:"en/index.md"};function n(i,s,r,c,d,l){return o(),t("div")}const u=e(a,[["render",n]]);export{m as __pageData,u as default}; 2 | -------------------------------------------------------------------------------- /docs/assets/en_index.md.SbhtFFoC.lean.js: -------------------------------------------------------------------------------- 1 | import{_ as e,c as t,o}from"./chunks/framework.4X8dX8EZ.js";const m=JSON.parse('{"title":"","description":"","frontmatter":{"layout":"home","hero":{"name":"SuperChats","text":"A Mais Poderosa Biblioteca Javascript para Automatizar Whatsapp","image":{"src":"/logo-big.svg","alt":"SuperChats logo"},"tagline":"Completa, Incrível e 100% Estável","actions":[{"theme":"brand","text":"Comprar Licença","link":"./introduction"},{"theme":"alt","text":"Documentação","link":"./introduction"}]},"features":[{"icon":"🖥","title":"Suporte Total","details":"Suporte por Ticket, Whatsapp e Acesso Remoto"},{"icon":"🌎","title":"Não Precisa de Browser","details":"Conexão através do socket do Whatsapp"},{"icon":"💯","title":"100% de Estabilidade","details":"Sem clashs ou bugs, pronta para produção"},{"icon":"💎","title":"Facilidade","details":"Roda em qualquer OS, Apenas com node 18"},{"icon":"⭕️","title":"Sem Limites","details":"Sem limites de uso ou travas"},{"icon":"💾","title":"Menor Consumo","details":"Menor consumo de memória e processamento"},{"icon":"📚","title":"Documentação Completa","details":"Toda documentada em português, inglês e espanhol"},{"icon":"🎉","title":"Updates Constantes","details":"Melhorias e atualizações constantes trazendo o que a de melhor no Whatsapp"}],"head":[["meta",{"property":"og:type","content":"website"}],["meta",{"property":"og:title","content":"Adocs"}],["meta",{"property":"og:image","content":"https://user-images.githubusercontent.com/62628408/200117602-4b274d14-b1b2-4f61-8dcd-9f9482c677a0.png"}],["meta",{"property":"og:url","content":"https://vitejs.dev/blog/announcing-vite3"}],["meta",{"name":"title","content":"Adocs"}],["meta",{"name":"twitter:card","content":"https://user-images.githubusercontent.com/62628408/200117602-4b274d14-b1b2-4f61-8dcd-9f9482c677a0.png"}],["link",{"rel":"icon","type":"image/svg","href":"logo.svg"}]]},"headers":[],"relativePath":"en/index.md","filePath":"en/index.md"}'),a={name:"en/index.md"};function n(i,s,r,c,d,l){return o(),t("div")}const u=e(a,[["render",n]]);export{m as __pageData,u as default}; 2 | -------------------------------------------------------------------------------- /docs/assets/en_introduction.md.fKVDA5wB.lean.js: -------------------------------------------------------------------------------- 1 | import{_ as s,c as i,o as a,V as t}from"./chunks/framework.4X8dX8EZ.js";const g=JSON.parse('{"title":"How to build modern docs with VitePress","description":"","frontmatter":{},"headers":[],"relativePath":"en/introduction.md","filePath":"en/introduction.md"}'),e={name:"en/introduction.md"},n=t("",144),l=[n];function h(p,k,o,r,d,c){return a(),i("div",null,l)}const u=s(e,[["render",h]]);export{g as __pageData,u as default}; 2 | -------------------------------------------------------------------------------- /docs/assets/es_about.md.t0HjoKX9.js: -------------------------------------------------------------------------------- 1 | import{_ as s,c as i,o as a,V as t,a2 as e}from"./chunks/framework.4X8dX8EZ.js";const u=JSON.parse('{"title":"About","description":"","frontmatter":{},"headers":[],"relativePath":"es/about.md","filePath":"es/about.md"}'),n={name:"es/about.md"},p=t(`

About

Welcome to the about page.

This markdown supports html elements like the p tag coupled with inline styles

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s.

Even satire code snippets with syntax highlighting are also supported. 😅

js
const lang = prompt("What is your favorite programming language?");
2 | 
3 | (lang === "JavaScript") | (lang === "javascript") | (lang === "js")
4 |   ? alert("JavaScript to the world! 🚀🟡")
5 |   : alert(\`We don't permit such languages here 💩\`);

Of course, images are not left out.

adocs logo',8),h=[p];function l(k,r,o,d,g,E){return a(),i("div",null,h)}const y=s(n,[["render",l]]);export{u as __pageData,y as default}; 6 | -------------------------------------------------------------------------------- /docs/assets/es_about.md.t0HjoKX9.lean.js: -------------------------------------------------------------------------------- 1 | import{_ as s,c as i,o as a,V as t,a2 as e}from"./chunks/framework.4X8dX8EZ.js";const u=JSON.parse('{"title":"About","description":"","frontmatter":{},"headers":[],"relativePath":"es/about.md","filePath":"es/about.md"}'),n={name:"es/about.md"},p=t("",8),h=[p];function l(k,r,o,d,g,E){return a(),i("div",null,h)}const y=s(n,[["render",l]]);export{u as __pageData,y as default}; 2 | -------------------------------------------------------------------------------- /docs/assets/es_configs.md.hCP6dw5X.js: -------------------------------------------------------------------------------- 1 | import{_ as o,c as s,o as t,m as e,a}from"./chunks/framework.4X8dX8EZ.js";const u=JSON.parse('{"title":"Configs","description":"","frontmatter":{},"headers":[],"relativePath":"es/configs.md","filePath":"es/configs.md"}'),n={name:"es/configs.md"},c=e("h1",{id:"configs",tabindex:"-1"},[a("Configs "),e("a",{class:"header-anchor",href:"#configs","aria-label":'Permalink to "Configs"'},"​")],-1),i=e("p",null,"Welcome to the config page",-1),r=[c,i];function f(d,_,l,p,g,h){return t(),s("div",null,r)}const x=o(n,[["render",f]]);export{u as __pageData,x as default}; 2 | -------------------------------------------------------------------------------- /docs/assets/es_configs.md.hCP6dw5X.lean.js: -------------------------------------------------------------------------------- 1 | import{_ as o,c as s,o as t,m as e,a}from"./chunks/framework.4X8dX8EZ.js";const u=JSON.parse('{"title":"Configs","description":"","frontmatter":{},"headers":[],"relativePath":"es/configs.md","filePath":"es/configs.md"}'),n={name:"es/configs.md"},c=e("h1",{id:"configs",tabindex:"-1"},[a("Configs "),e("a",{class:"header-anchor",href:"#configs","aria-label":'Permalink to "Configs"'},"​")],-1),i=e("p",null,"Welcome to the config page",-1),r=[c,i];function f(d,_,l,p,g,h){return t(),s("div",null,r)}const x=o(n,[["render",f]]);export{u as __pageData,x as default}; 2 | -------------------------------------------------------------------------------- /docs/assets/es_contact.md.m3ZaHbQF.js: -------------------------------------------------------------------------------- 1 | import{_ as e,c as a,o as c,m as t,a as o}from"./chunks/framework.4X8dX8EZ.js";const x=JSON.parse('{"title":"Contact","description":"","frontmatter":{},"headers":[],"relativePath":"es/contact.md","filePath":"es/contact.md"}'),n={name:"es/contact.md"},s=t("h1",{id:"contact",tabindex:"-1"},[o("Contact "),t("a",{class:"header-anchor",href:"#contact","aria-label":'Permalink to "Contact"'},"​")],-1),r=t("p",null,"Welcome to the contact page",-1),d=[s,r];function i(_,l,p,h,m,f){return c(),a("div",null,d)}const $=e(n,[["render",i]]);export{x as __pageData,$ as default}; 2 | -------------------------------------------------------------------------------- /docs/assets/es_contact.md.m3ZaHbQF.lean.js: -------------------------------------------------------------------------------- 1 | import{_ as e,c as a,o as c,m as t,a as o}from"./chunks/framework.4X8dX8EZ.js";const x=JSON.parse('{"title":"Contact","description":"","frontmatter":{},"headers":[],"relativePath":"es/contact.md","filePath":"es/contact.md"}'),n={name:"es/contact.md"},s=t("h1",{id:"contact",tabindex:"-1"},[o("Contact "),t("a",{class:"header-anchor",href:"#contact","aria-label":'Permalink to "Contact"'},"​")],-1),r=t("p",null,"Welcome to the contact page",-1),d=[s,r];function i(_,l,p,h,m,f){return c(),a("div",null,d)}const $=e(n,[["render",i]]);export{x as __pageData,$ as default}; 2 | -------------------------------------------------------------------------------- /docs/assets/es_get-started.md.IAU33Du3.js: -------------------------------------------------------------------------------- 1 | import{_ as a,c as r,o as s,m as e,a as t}from"./chunks/framework.4X8dX8EZ.js";const u=JSON.parse('{"title":"Get Started","description":"","frontmatter":{},"headers":[],"relativePath":"es/get-started.md","filePath":"es/get-started.md"}'),o={name:"es/get-started.md"},d=e("h1",{id:"get-started",tabindex:"-1"},[t("Get Started "),e("a",{class:"header-anchor",href:"#get-started","aria-label":'Permalink to "Get Started"'},"​")],-1),n=e("p",null,[t("Here's how to get started with "),e("a",{href:"https://vitepress.com",target:"_blank",rel:"noreferrer"},"VitePress")],-1),c=[d,n];function i(_,l,h,p,m,f){return s(),r("div",null,c)}const x=a(o,[["render",i]]);export{u as __pageData,x as default}; 2 | -------------------------------------------------------------------------------- /docs/assets/es_get-started.md.IAU33Du3.lean.js: -------------------------------------------------------------------------------- 1 | import{_ as a,c as r,o as s,m as e,a as t}from"./chunks/framework.4X8dX8EZ.js";const u=JSON.parse('{"title":"Get Started","description":"","frontmatter":{},"headers":[],"relativePath":"es/get-started.md","filePath":"es/get-started.md"}'),o={name:"es/get-started.md"},d=e("h1",{id:"get-started",tabindex:"-1"},[t("Get Started "),e("a",{class:"header-anchor",href:"#get-started","aria-label":'Permalink to "Get Started"'},"​")],-1),n=e("p",null,[t("Here's how to get started with "),e("a",{href:"https://vitepress.com",target:"_blank",rel:"noreferrer"},"VitePress")],-1),c=[d,n];function i(_,l,h,p,m,f){return s(),r("div",null,c)}const x=a(o,[["render",i]]);export{u as __pageData,x as default}; 2 | -------------------------------------------------------------------------------- /docs/assets/es_index.md._tOJVrZy.js: -------------------------------------------------------------------------------- 1 | import{_ as e,c as t,o}from"./chunks/framework.4X8dX8EZ.js";const m=JSON.parse('{"title":"","description":"","frontmatter":{"layout":"home","hero":{"name":"SuperChats","text":"A Mais Poderosa Biblioteca Javascript para Automatizar Whatsapp","image":{"src":"/logo-big.svg","alt":"SuperChats logo"},"tagline":"Completa, Incrível e 100% Estável","actions":[{"theme":"brand","text":"Comprar Licença","link":"./introduction"},{"theme":"alt","text":"Documentação","link":"./introduction"}]},"features":[{"icon":"🖥","title":"Suporte Total","details":"Suporte por Ticket, Whatsapp e Acesso Remoto"},{"icon":"🌎","title":"Não Precisa de Browser","details":"Conexão através do socket do Whatsapp"},{"icon":"💯","title":"100% de Estabilidade","details":"Sem clashs ou bugs, pronta para produção"},{"icon":"💎","title":"Facilidade","details":"Roda em qualquer OS, Apenas com node 18"},{"icon":"⭕️","title":"Sem Limites","details":"Sem limites de uso ou travas"},{"icon":"💾","title":"Menor Consumo","details":"Menor consumo de memória e processamento"},{"icon":"📚","title":"Documentação Completa","details":"Toda documentada em português, inglês e espanhol"},{"icon":"🎉","title":"Updates Constantes","details":"Melhorias e atualizações constantes trazendo o que a de melhor no Whatsapp"}],"head":[["meta",{"property":"og:type","content":"website"}],["meta",{"property":"og:title","content":"Adocs"}],["meta",{"property":"og:image","content":"https://user-images.githubusercontent.com/62628408/200117602-4b274d14-b1b2-4f61-8dcd-9f9482c677a0.png"}],["meta",{"property":"og:url","content":"https://vitejs.dev/blog/announcing-vite3"}],["meta",{"name":"title","content":"Adocs"}],["meta",{"name":"twitter:card","content":"https://user-images.githubusercontent.com/62628408/200117602-4b274d14-b1b2-4f61-8dcd-9f9482c677a0.png"}],["link",{"rel":"icon","type":"image/svg","href":"logo.svg"}]]},"headers":[],"relativePath":"es/index.md","filePath":"es/index.md"}'),a={name:"es/index.md"};function n(s,i,r,c,d,l){return o(),t("div")}const u=e(a,[["render",n]]);export{m as __pageData,u as default}; 2 | -------------------------------------------------------------------------------- /docs/assets/es_index.md._tOJVrZy.lean.js: -------------------------------------------------------------------------------- 1 | import{_ as e,c as t,o}from"./chunks/framework.4X8dX8EZ.js";const m=JSON.parse('{"title":"","description":"","frontmatter":{"layout":"home","hero":{"name":"SuperChats","text":"A Mais Poderosa Biblioteca Javascript para Automatizar Whatsapp","image":{"src":"/logo-big.svg","alt":"SuperChats logo"},"tagline":"Completa, Incrível e 100% Estável","actions":[{"theme":"brand","text":"Comprar Licença","link":"./introduction"},{"theme":"alt","text":"Documentação","link":"./introduction"}]},"features":[{"icon":"🖥","title":"Suporte Total","details":"Suporte por Ticket, Whatsapp e Acesso Remoto"},{"icon":"🌎","title":"Não Precisa de Browser","details":"Conexão através do socket do Whatsapp"},{"icon":"💯","title":"100% de Estabilidade","details":"Sem clashs ou bugs, pronta para produção"},{"icon":"💎","title":"Facilidade","details":"Roda em qualquer OS, Apenas com node 18"},{"icon":"⭕️","title":"Sem Limites","details":"Sem limites de uso ou travas"},{"icon":"💾","title":"Menor Consumo","details":"Menor consumo de memória e processamento"},{"icon":"📚","title":"Documentação Completa","details":"Toda documentada em português, inglês e espanhol"},{"icon":"🎉","title":"Updates Constantes","details":"Melhorias e atualizações constantes trazendo o que a de melhor no Whatsapp"}],"head":[["meta",{"property":"og:type","content":"website"}],["meta",{"property":"og:title","content":"Adocs"}],["meta",{"property":"og:image","content":"https://user-images.githubusercontent.com/62628408/200117602-4b274d14-b1b2-4f61-8dcd-9f9482c677a0.png"}],["meta",{"property":"og:url","content":"https://vitejs.dev/blog/announcing-vite3"}],["meta",{"name":"title","content":"Adocs"}],["meta",{"name":"twitter:card","content":"https://user-images.githubusercontent.com/62628408/200117602-4b274d14-b1b2-4f61-8dcd-9f9482c677a0.png"}],["link",{"rel":"icon","type":"image/svg","href":"logo.svg"}]]},"headers":[],"relativePath":"es/index.md","filePath":"es/index.md"}'),a={name:"es/index.md"};function n(s,i,r,c,d,l){return o(),t("div")}const u=e(a,[["render",n]]);export{m as __pageData,u as default}; 2 | -------------------------------------------------------------------------------- /docs/assets/es_introduction.md.Xwe8WaMk.lean.js: -------------------------------------------------------------------------------- 1 | import{_ as s,c as i,o as a,V as t}from"./chunks/framework.4X8dX8EZ.js";const g=JSON.parse('{"title":"How to build modern docs with VitePress","description":"","frontmatter":{},"headers":[],"relativePath":"es/introduction.md","filePath":"es/introduction.md"}'),e={name:"es/introduction.md"},n=t("",144),l=[n];function h(p,k,o,r,d,c){return a(),i("div",null,l)}const u=s(e,[["render",h]]);export{g as __pageData,u as default}; 2 | -------------------------------------------------------------------------------- /docs/assets/functions-chat.md.PmEUKzYe.lean.js: -------------------------------------------------------------------------------- 1 | import{_ as s,c as i,o as a,V as n}from"./chunks/framework.4X8dX8EZ.js";const o=JSON.parse('{"title":"Funções de Chat","description":"","frontmatter":{},"headers":[],"relativePath":"functions-chat.md","filePath":"functions-chat.md"}'),t={name:"functions-chat.md"},h=n("",45),p=[h];function l(e,k,E,r,d,g){return a(),i("div",null,p)}const y=s(t,[["render",l]]);export{o as __pageData,y as default}; 2 | -------------------------------------------------------------------------------- /docs/assets/functions-disconnected.md.ZmsdZk2o.js: -------------------------------------------------------------------------------- 1 | import{_ as e,c as s,o as a,V as t}from"./chunks/framework.4X8dX8EZ.js";const _=JSON.parse('{"title":"Funções de Desconexão","description":"","frontmatter":{},"headers":[],"relativePath":"functions-disconnected.md","filePath":"functions-disconnected.md"}'),i={name:"functions-disconnected.md"},o=t('

Funções de Desconexão

Fecha a conexão da Seção

javascript
   client.close()

Remove o Token da Seção (Ao perder o token será necessário ler o QRCODE novamente)

javascript
   client.logout()
',5),n=[o];function c(d,l,p,r,h,k){return a(),s("div",null,n)}const g=e(i,[["render",c]]);export{_ as __pageData,g as default}; 2 | -------------------------------------------------------------------------------- /docs/assets/functions-disconnected.md.ZmsdZk2o.lean.js: -------------------------------------------------------------------------------- 1 | import{_ as e,c as s,o as a,V as t}from"./chunks/framework.4X8dX8EZ.js";const _=JSON.parse('{"title":"Funções de Desconexão","description":"","frontmatter":{},"headers":[],"relativePath":"functions-disconnected.md","filePath":"functions-disconnected.md"}'),i={name:"functions-disconnected.md"},o=t("",5),n=[o];function c(d,l,p,r,h,k){return a(),s("div",null,n)}const g=e(i,[["render",c]]);export{_ as __pageData,g as default}; 2 | -------------------------------------------------------------------------------- /docs/assets/functions-group.md.k-Qnp_mQ.lean.js: -------------------------------------------------------------------------------- 1 | import{_ as s,c as i,o as a,V as n}from"./chunks/framework.4X8dX8EZ.js";const c=JSON.parse('{"title":"Funções de Grupo","description":"","frontmatter":{},"headers":[],"relativePath":"functions-group.md","filePath":"functions-group.md"}'),p={name:"functions-group.md"},t=n("",83),h=[t];function l(k,e,E,r,d,g){return a(),i("div",null,h)}const y=s(p,[["render",l]]);export{c as __pageData,y as default}; 2 | -------------------------------------------------------------------------------- /docs/assets/functions-message.md.IVb724Gj.lean.js: -------------------------------------------------------------------------------- 1 | import{_ as s,c as i,o as a,V as n}from"./chunks/framework.4X8dX8EZ.js";const c=JSON.parse('{"title":"Funções de Mensagem","description":"","frontmatter":{},"headers":[],"relativePath":"functions-message.md","filePath":"functions-message.md"}'),t={name:"functions-message.md"},e=n("",36),h=[e];function p(l,k,E,r,d,g){return a(),i("div",null,h)}const y=s(t,[["render",p]]);export{c as __pageData,y as default}; 2 | -------------------------------------------------------------------------------- /docs/assets/functions-others.md.qyenD7Fx.lean.js: -------------------------------------------------------------------------------- 1 | import{_ as s,c as i,o as a,V as n}from"./chunks/framework.4X8dX8EZ.js";const c=JSON.parse('{"title":"Funções Diversas","description":"","frontmatter":{},"headers":[],"relativePath":"functions-others.md","filePath":"functions-others.md"}'),t={name:"functions-others.md"},p=n("",82),h=[p];function l(e,k,E,r,d,g){return a(),i("div",null,h)}const y=s(t,[["render",l]]);export{c as __pageData,y as default}; 2 | -------------------------------------------------------------------------------- /docs/assets/get-started.md.e72yT3Zs.js: -------------------------------------------------------------------------------- 1 | import{_ as s,c as i,o as a,V as n}from"./chunks/framework.4X8dX8EZ.js";const o=JSON.parse('{"title":"Começando","description":"","frontmatter":{},"headers":[],"relativePath":"get-started.md","filePath":"get-started.md"}'),h={name:"get-started.md"},t=n(`

Começando

Inicio Rápido

Execute o seguinte comando para garantir que o SuperChats esteja instalado:

bash
$ npm install superchats

ou use yarn

bash
$ yarn add superchats

Exemplo de Código Base

javascript
const superchats = require("superchats");
 2 | 
 3 | async function start(){
 4 | let client = await superchats.create({
 5 |   session: "Marketing",
 6 |   license: "asjdh-efddff734-sdsdf834-233272",
 7 |   nodata: true,
 8 |   logQr: false,
 9 |   alwaysOn: true, 
10 |   autoRead: true, 
11 |   nodata: true, 
12 |   logQr: true,
13 |   statusFind: async (status) => {
14 |     console.log(status)
15 |   },
16 |   qrcode: async (session, base64Img, asciiQR, urlCode) => {
17 |   console.log(asciiQR)
18 |   },
19 |   onMessage: async (message) => {
20 |      if ((message.type == "text" || message.subtype == 'text')  && message.content == "hi") {
21 |        await client.sendText(message.from, "Let's GO Superchats");
22 |      }
23 |    }  // Receive an event all the time you receive a message from some contact
24 | })
25 | 
26 | return client;
27 | 
28 | }
29 | 
30 | (async function(){
31 |   let client = await start();
32 |   let response = await client.sendText('0000000000000', 'Obrigado por usar SuperChats!!!');
33 |   console.log(response);
34 | })()
`,8),k=[t];function l(p,e,E,r,d,g){return a(),i("div",null,k)}const c=s(h,[["render",l]]);export{o as __pageData,c as default}; 35 | -------------------------------------------------------------------------------- /docs/assets/get-started.md.e72yT3Zs.lean.js: -------------------------------------------------------------------------------- 1 | import{_ as s,c as i,o as a,V as n}from"./chunks/framework.4X8dX8EZ.js";const o=JSON.parse('{"title":"Começando","description":"","frontmatter":{},"headers":[],"relativePath":"get-started.md","filePath":"get-started.md"}'),h={name:"get-started.md"},t=n("",8),k=[t];function l(p,e,E,r,d,g){return a(),i("div",null,k)}const c=s(h,[["render",l]]);export{o as __pageData,c as default}; 2 | -------------------------------------------------------------------------------- /docs/assets/index.md.lQEv_vPG.js: -------------------------------------------------------------------------------- 1 | import{_ as e,c as t,o}from"./chunks/framework.4X8dX8EZ.js";const m=JSON.parse('{"title":"","description":"","frontmatter":{"layout":"home","hero":{"name":"SuperChats","text":"A Mais Poderosa Biblioteca Javascript para Automatizar Whatsapp","image":{"src":"/logo-big.svg","alt":"SuperChats logo"},"tagline":"Completa, Incrível e 100% Estável","actions":[{"theme":"brand","text":"Comprar Licença","link":"./introduction"},{"theme":"alt","text":"Documentação","link":"./introduction"}]},"features":[{"icon":"🖥","title":"Suporte Total","details":"Suporte por Ticket, Whatsapp e Acesso Remoto"},{"icon":"🌎","title":"Não Precisa de Browser","details":"Conexão através do socket do Whatsapp"},{"icon":"💯","title":"100% de Estabilidade","details":"Sem clashs ou bugs, pronta para produção"},{"icon":"💎","title":"Facilidade","details":"Roda em qualquer OS, Apenas com node 18"},{"icon":"⭕️","title":"Sem Limites","details":"Sem limites de uso ou travas"},{"icon":"💾","title":"Menor Consumo","details":"Menor consumo de memória e processamento"},{"icon":"📚","title":"Documentação Completa","details":"Toda documentada em português, inglês e espanhol"},{"icon":"🎉","title":"Updates Constantes","details":"Melhorias e atualizações constantes trazendo o que a de melhor no Whatsapp"}],"head":[["meta",{"property":"og:type","content":"website"}],["meta",{"property":"og:title","content":"Adocs"}],["meta",{"property":"og:image","content":"https://user-images.githubusercontent.com/62628408/200117602-4b274d14-b1b2-4f61-8dcd-9f9482c677a0.png"}],["meta",{"property":"og:url","content":"https://vitejs.dev/blog/announcing-vite3"}],["meta",{"name":"title","content":"Adocs"}],["meta",{"name":"twitter:card","content":"https://user-images.githubusercontent.com/62628408/200117602-4b274d14-b1b2-4f61-8dcd-9f9482c677a0.png"}],["link",{"rel":"icon","type":"image/svg","href":"logo.svg"}]]},"headers":[],"relativePath":"index.md","filePath":"index.md"}'),a={name:"index.md"};function n(i,s,r,c,d,l){return o(),t("div")}const u=e(a,[["render",n]]);export{m as __pageData,u as default}; 2 | -------------------------------------------------------------------------------- /docs/assets/index.md.lQEv_vPG.lean.js: -------------------------------------------------------------------------------- 1 | import{_ as e,c as t,o}from"./chunks/framework.4X8dX8EZ.js";const m=JSON.parse('{"title":"","description":"","frontmatter":{"layout":"home","hero":{"name":"SuperChats","text":"A Mais Poderosa Biblioteca Javascript para Automatizar Whatsapp","image":{"src":"/logo-big.svg","alt":"SuperChats logo"},"tagline":"Completa, Incrível e 100% Estável","actions":[{"theme":"brand","text":"Comprar Licença","link":"./introduction"},{"theme":"alt","text":"Documentação","link":"./introduction"}]},"features":[{"icon":"🖥","title":"Suporte Total","details":"Suporte por Ticket, Whatsapp e Acesso Remoto"},{"icon":"🌎","title":"Não Precisa de Browser","details":"Conexão através do socket do Whatsapp"},{"icon":"💯","title":"100% de Estabilidade","details":"Sem clashs ou bugs, pronta para produção"},{"icon":"💎","title":"Facilidade","details":"Roda em qualquer OS, Apenas com node 18"},{"icon":"⭕️","title":"Sem Limites","details":"Sem limites de uso ou travas"},{"icon":"💾","title":"Menor Consumo","details":"Menor consumo de memória e processamento"},{"icon":"📚","title":"Documentação Completa","details":"Toda documentada em português, inglês e espanhol"},{"icon":"🎉","title":"Updates Constantes","details":"Melhorias e atualizações constantes trazendo o que a de melhor no Whatsapp"}],"head":[["meta",{"property":"og:type","content":"website"}],["meta",{"property":"og:title","content":"Adocs"}],["meta",{"property":"og:image","content":"https://user-images.githubusercontent.com/62628408/200117602-4b274d14-b1b2-4f61-8dcd-9f9482c677a0.png"}],["meta",{"property":"og:url","content":"https://vitejs.dev/blog/announcing-vite3"}],["meta",{"name":"title","content":"Adocs"}],["meta",{"name":"twitter:card","content":"https://user-images.githubusercontent.com/62628408/200117602-4b274d14-b1b2-4f61-8dcd-9f9482c677a0.png"}],["link",{"rel":"icon","type":"image/svg","href":"logo.svg"}]]},"headers":[],"relativePath":"index.md","filePath":"index.md"}'),a={name:"index.md"};function n(i,s,r,c,d,l){return o(),t("div")}const u=e(a,[["render",n]]);export{m as __pageData,u as default}; 2 | -------------------------------------------------------------------------------- /docs/assets/inter-italic-cyrillic-ext.OVycGSDq.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/orkestral/super/0359760d01977720ec25549d893dd16439699afd/docs/assets/inter-italic-cyrillic-ext.OVycGSDq.woff2 -------------------------------------------------------------------------------- /docs/assets/inter-italic-cyrillic.-nLMcIwj.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/orkestral/super/0359760d01977720ec25549d893dd16439699afd/docs/assets/inter-italic-cyrillic.-nLMcIwj.woff2 -------------------------------------------------------------------------------- /docs/assets/inter-italic-greek-ext.hznxWNZO.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/orkestral/super/0359760d01977720ec25549d893dd16439699afd/docs/assets/inter-italic-greek-ext.hznxWNZO.woff2 -------------------------------------------------------------------------------- /docs/assets/inter-italic-greek.PSfer2Kc.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/orkestral/super/0359760d01977720ec25549d893dd16439699afd/docs/assets/inter-italic-greek.PSfer2Kc.woff2 -------------------------------------------------------------------------------- /docs/assets/inter-italic-latin-ext.RnFly65-.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/orkestral/super/0359760d01977720ec25549d893dd16439699afd/docs/assets/inter-italic-latin-ext.RnFly65-.woff2 -------------------------------------------------------------------------------- /docs/assets/inter-italic-latin.27E69YJn.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/orkestral/super/0359760d01977720ec25549d893dd16439699afd/docs/assets/inter-italic-latin.27E69YJn.woff2 -------------------------------------------------------------------------------- /docs/assets/inter-italic-vietnamese.xzQHe1q1.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/orkestral/super/0359760d01977720ec25549d893dd16439699afd/docs/assets/inter-italic-vietnamese.xzQHe1q1.woff2 -------------------------------------------------------------------------------- /docs/assets/inter-roman-cyrillic-ext.8T9wMG5w.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/orkestral/super/0359760d01977720ec25549d893dd16439699afd/docs/assets/inter-roman-cyrillic-ext.8T9wMG5w.woff2 -------------------------------------------------------------------------------- /docs/assets/inter-roman-cyrillic.jIZ9REo5.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/orkestral/super/0359760d01977720ec25549d893dd16439699afd/docs/assets/inter-roman-cyrillic.jIZ9REo5.woff2 -------------------------------------------------------------------------------- /docs/assets/inter-roman-greek-ext.9JiNzaSO.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/orkestral/super/0359760d01977720ec25549d893dd16439699afd/docs/assets/inter-roman-greek-ext.9JiNzaSO.woff2 -------------------------------------------------------------------------------- /docs/assets/inter-roman-greek.Cb5wWeGA.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/orkestral/super/0359760d01977720ec25549d893dd16439699afd/docs/assets/inter-roman-greek.Cb5wWeGA.woff2 -------------------------------------------------------------------------------- /docs/assets/inter-roman-latin-ext.GZWE-KO4.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/orkestral/super/0359760d01977720ec25549d893dd16439699afd/docs/assets/inter-roman-latin-ext.GZWE-KO4.woff2 -------------------------------------------------------------------------------- /docs/assets/inter-roman-latin.bvIUbFQP.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/orkestral/super/0359760d01977720ec25549d893dd16439699afd/docs/assets/inter-roman-latin.bvIUbFQP.woff2 -------------------------------------------------------------------------------- /docs/assets/inter-roman-vietnamese.paY3CzEB.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/orkestral/super/0359760d01977720ec25549d893dd16439699afd/docs/assets/inter-roman-vietnamese.paY3CzEB.woff2 -------------------------------------------------------------------------------- /docs/assets/introduction.md.6g_043d2.js: -------------------------------------------------------------------------------- 1 | import{_ as a,c as e,o,V as r}from"./chunks/framework.4X8dX8EZ.js";const b=JSON.parse('{"title":"","description":"","frontmatter":{},"headers":[],"relativePath":"introduction.md","filePath":"introduction.md"}'),t={name:"introduction.md"},s=r('

banner

O Que é o SuperChats?

Superchats é uma versão Premium do Venom, ela se conecta por socket é não depende de abrir um browser para consumir o whatsapp. Essa versão é estável e não sofre com alterações do whatsapp igual a versão opensource, possui nosso suporte é tem planos por períodos Mensal, Trimestral, Semestral e Anual.

Qual a Diferença do SuperChats e Venom Bot?

SuperChats é uma biblioteca pronta para produção com suporte completo, não é mantido por comunidade e não depende de esperas longas para concerto de qualquer bug ou atualização do Whatsapp. SuperChats não depende de abrir um browser ou injetar scripts para controlar as funções do Whatsapp, ela usa uma comunicação direta ao socket do Whatsapp Web tornando assim uma biblioteca leve, segura e estavél.

Existe Alguma Limitação?

O SuperChats não possuí nenhuma limitação, pode ser usado em varios projetos com uma única licença, como falado ACIMA, não depende de browser e muito rápido e estavél, pronto para ser colocado em produção em seus projetos.

Como Adquiro uma Licença?

Você pode adquirir sua licença agora Clicando Aqui! você será redirecionado para o nosso portal e lá conseguirá adquirir sua licença, pagando pelo método de pagamento escolhido, a licença é gerada após a confirmação do pagamento.

Tenho Suporte?

Sim, após adquirir sua licença você contará com um suporte completo por: Ticket, Whatsapp, Grupo de Suporte ou Email, contando com um suporte completo com um de nossos Devs, que estaram de prontidão para ajudar a esclarecer todas as suas dúvidas e solucionar qualquer problema relacionado a biblioteca SuperChats.

',11),i=[s];function n(u,c,p,d,l,m){return o(),e("div",null,i)}const q=a(t,[["render",n]]);export{b as __pageData,q as default}; 2 | -------------------------------------------------------------------------------- /docs/assets/introduction.md.6g_043d2.lean.js: -------------------------------------------------------------------------------- 1 | import{_ as a,c as e,o,V as r}from"./chunks/framework.4X8dX8EZ.js";const b=JSON.parse('{"title":"","description":"","frontmatter":{},"headers":[],"relativePath":"introduction.md","filePath":"introduction.md"}'),t={name:"introduction.md"},s=r("",11),i=[s];function n(u,c,p,d,l,m){return o(),e("div",null,i)}const q=a(t,[["render",n]]);export{b as __pageData,q as default}; 2 | -------------------------------------------------------------------------------- /docs/assets/multiples-sections.md.znOdqNtr.js: -------------------------------------------------------------------------------- 1 | import{_ as s,c as i,o as a,V as e}from"./chunks/framework.4X8dX8EZ.js";const g=JSON.parse('{"title":"Seções","description":"","frontmatter":{},"headers":[],"relativePath":"multiples-sections.md","filePath":"multiples-sections.md"}'),t={name:"multiples-sections.md"},n=e(`

Seções

Multiplas Seções

Após executar a função create(), o Superchats criará uma instância do Whatsapp. Se você não estiver logado, um código QR será impresso no terminal. Digitalize-o com seu telefone e você estará pronto para começar! Os Superchats se lembrarão da sessão, portanto não há necessidade de autenticação sempre. Múltiplas sessões podem ser criadas ao mesmo tempo, passando um nome de sessão para a função create():

javascript
// Iniciar secão vendas
2 | 
3 | superchats.create({session:'vendas', license: "asjdh-efddff734-sdsdf834-233272"}).then((salesClient) => {...});
4 | 
5 | // Iniciar seção suporte
6 | superchats.create({session:'suporte', license: "asjdh-efddff734-sdsdf834-233272"}).then((supportClient) => {...});
`,4),h=[n];function l(p,k,r,o,d,E){return a(),i("div",null,h)}const u=s(t,[["render",l]]);export{g as __pageData,u as default}; 7 | -------------------------------------------------------------------------------- /docs/assets/multiples-sections.md.znOdqNtr.lean.js: -------------------------------------------------------------------------------- 1 | import{_ as s,c as i,o as a,V as e}from"./chunks/framework.4X8dX8EZ.js";const g=JSON.parse('{"title":"Seções","description":"","frontmatter":{},"headers":[],"relativePath":"multiples-sections.md","filePath":"multiples-sections.md"}'),t={name:"multiples-sections.md"},n=e("",4),h=[n];function l(p,k,r,o,d,E){return a(),i("div",null,h)}const u=s(t,[["render",l]]);export{g as __pageData,u as default}; 2 | -------------------------------------------------------------------------------- /docs/assets/parameters-optionals.md.vlyisBiR.js: -------------------------------------------------------------------------------- 1 | import{_ as s,c as i,o as a,V as n}from"./chunks/framework.4X8dX8EZ.js";const y=JSON.parse('{"title":"Parâmetros","description":"","frontmatter":{},"headers":[],"relativePath":"parameters-optionals.md","filePath":"parameters-optionals.md"}'),h={name:"parameters-optionals.md"},t=n(`

Parâmetros

Parâmetros Opcionais

Parâmetros opcionais são iniciados junto com a conexão como eventos de QRCODE and STATUSFIND, além de opções extras

javascript
const superchats = require("superchats");
 2 | 
 3 | superchats.create({
 4 |     session: "Marketing",
 5 |     license: "asjdh-efddff734-sdsdf834-233272", // Licença válida para usar Superchats
 6 |     welcomeScreen: true, // Mostrar ou ocultar boas-vindas no terminal
 7 |     welcomeText: true, // Seta um novo nome para intro e Browser device
 8 |     alwaysOn: true, // Marca o Chat como sempre online
 9 |     autoRead?: true, // Ler todas as mensagens recebidas
10 |     nodata: true, // Não obtém todo o histórico do dispositivo (padrão = verdadeiro)
11 |     logQr: true, // (O padrão é verdadeiro) Registra QR automaticamente no terminal
12 |     qrcode: (sessionId, base64QR, asciiQR, urlCode) => {
13 |     console.log("sessionId: " + sessionId)
14 |     console.log("base64 image of qrcode: " + base64QR);
15 |     console.log("Terminal image of qrcode in caracter ascii: " + asciiQR);
16 |     console.log("Terminal string hash of qrcode: " + urlCode);
17 |      },
18 |     statusFind: (statusSession) => {
19 |     console.log("Status Session: ", statusSession);
20 |      },
21 |    syncHistory: (percent) => { // Receba o evento de porcentagem da sicronização de dados assim que contecta.
22 |     console.log(percent);
23 |      },
24 |     onMessage: (event) => { // Receba um evento sempre que receber uma mensagem de algum contato
25 |      console.log(event)
26 |      },
27 |     onAck: (event) => {    // Receba um status toda vez que enviar uma mensagem para algum contato: falhou, pendente, enviado, recebido ou lido
28 |      console.log(event)
29 |      },
30 |      onAnyMessage: (event) => {    // Receba eventos toda vez que enviar ou receber uma mensagem
31 |      console.log(event)
32 |      },
33 |     onPresence: (event) => { // Receba um evento sempre que um contato estiver: digitando, gravando, online ou offline com você
34 |      console.log(event)
35 |      },
36 |     onGroups: (event) => { // Receba eventos sempre que o nome de um grupo, as configurações forem alteradas
37 |      console.log(event)
38 |      },
39 |     onParticipants: (event) => { // Recebe eventos relacionados aos participantes do grupo como : quem entrou, saiu, promovido a admin ...
40 |      console.log(event)
41 |      },
42 |     onDelete: (event) => { // Recebe evento sempre quando uma mensagem é deletada para todos de algum chat
43 |      console.log(event)
44 |      },
45 |     onCall: (event) => { // Recebe evento todas vez que receber uma chamada de voz ou video
46 |      console.log(event)
47 |      },
48 |   })
`,4),k=[t];function l(e,p,E,r,d,o){return a(),i("div",null,k)}const c=s(h,[["render",l]]);export{y as __pageData,c as default}; 49 | -------------------------------------------------------------------------------- /docs/assets/parameters-optionals.md.vlyisBiR.lean.js: -------------------------------------------------------------------------------- 1 | import{_ as s,c as i,o as a,V as n}from"./chunks/framework.4X8dX8EZ.js";const y=JSON.parse('{"title":"Parâmetros","description":"","frontmatter":{},"headers":[],"relativePath":"parameters-optionals.md","filePath":"parameters-optionals.md"}'),h={name:"parameters-optionals.md"},t=n("",4),k=[t];function l(e,p,E,r,d,o){return a(),i("div",null,k)}const c=s(h,[["render",l]]);export{y as __pageData,c as default}; 2 | -------------------------------------------------------------------------------- /docs/assets/send-message.md.x_OzM9Vu.lean.js: -------------------------------------------------------------------------------- 1 | import{_ as i,c as s,o as a,V as t}from"./chunks/framework.4X8dX8EZ.js";const g=JSON.parse('{"title":"Envio de Mensagem","description":"","frontmatter":{},"headers":[],"relativePath":"send-message.md","filePath":"send-message.md"}'),l={name:"send-message.md"},h=t("",146),n=[h];function k(e,p,r,d,E,o){return a(),s("div",null,n)}const c=i(l,[["render",k]]);export{g as __pageData,c as default}; 2 | -------------------------------------------------------------------------------- /docs/assets/status-connection.md.4-X4ebZt.js: -------------------------------------------------------------------------------- 1 | import{_ as t,c as e,o,V as d}from"./chunks/framework.4X8dX8EZ.js";const m=JSON.parse('{"title":"Status de Conexão","description":"","frontmatter":{},"headers":[],"relativePath":"status-connection.md","filePath":"status-connection.md"}'),a={name:"status-connection.md"},c=d('

Status de Conexão

Callback do StatusFind

Obtenha feedback de conexão seguindo os códigos:

StatusCondições
isLoggedQuando o cliente já possui um token válido e não precisará ler o qrcode novamente
notLoggedQuando o cliente não possui um token válido e precisa ler o código QR novamente
isDisconnectedO cliente desconectou ou foi desconectado
isLogoutO cliente desconectou e removeu o token do dispositivo
isConnectedO cliente conectou a lista com sucesso
serverDisconnectedDesconectado do servidor de socket do Whatsapp
isReconnectedNotifica que foi reconectado novamente a uma conexão
',4),n=[c];function s(i,r,u,l,_,h){return o(),e("div",null,n)}const f=t(a,[["render",s]]);export{m as __pageData,f as default}; 2 | -------------------------------------------------------------------------------- /docs/assets/status-connection.md.4-X4ebZt.lean.js: -------------------------------------------------------------------------------- 1 | import{_ as t,c as e,o,V as d}from"./chunks/framework.4X8dX8EZ.js";const m=JSON.parse('{"title":"Status de Conexão","description":"","frontmatter":{},"headers":[],"relativePath":"status-connection.md","filePath":"status-connection.md"}'),a={name:"status-connection.md"},c=d("",4),n=[c];function s(i,r,u,l,_,h){return o(),e("div",null,n)}const f=t(a,[["render",s]]);export{m as __pageData,f as default}; 2 | -------------------------------------------------------------------------------- /docs/en/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | SuperChats 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 |
Skip to content

SuperChats

A Mais Poderosa Biblioteca Javascript para Automatizar Whatsapp

Completa, Incrível e 100% Estável

SuperChats logo

All rights reserved to Orkestral LLC

28 | 29 | 30 | 31 | -------------------------------------------------------------------------------- /docs/es/configs.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Configs | SuperChats 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 |
Skip to content

Configs

Welcome to the config page

All rights reserved to Orkestral LLC

21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /docs/es/contact.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Contact | SuperChats 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 |
Skip to content

Contact

Welcome to the contact page

All rights reserved to Orkestral LLC

21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /docs/es/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | SuperChats 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 |
Skip to content

SuperChats

A Mais Poderosa Biblioteca Javascript para Automatizar Whatsapp

Completa, Incrível e 100% Estável

SuperChats logo

All rights reserved to Orkestral LLC

28 | 29 | 30 | 31 | -------------------------------------------------------------------------------- /docs/hashmap.json: -------------------------------------------------------------------------------- 1 | {"en_index.md":"SbhtFFoC","en_get-started.md":"DImcJ8hz","es_index.md":"_tOJVrZy","en_contact.md":"QbhOFKKF","en_configs.md":"XXz7wrOX","es_contact.md":"m3ZaHbQF","es_get-started.md":"IAU33Du3","functions-disconnected.md":"ZmsdZk2o","en_about.md":"WGVL6zWK","download-save-file.md":"EhkP-o_d","es_about.md":"t0HjoKX9","es_configs.md":"hCP6dw5X","get-started.md":"e72yT3Zs","callbacks.md":"9Rn7RiXs","es_introduction.md":"Xwe8WaMk","multiples-sections.md":"znOdqNtr","functions-chat.md":"PmEUKzYe","index.md":"lQEv_vPG","introduction.md":"6g_043d2","functions-message.md":"IVb724Gj","functions-group.md":"k-Qnp_mQ","status-connection.md":"4-X4ebZt","parameters-optionals.md":"vlyisBiR","functions-others.md":"qyenD7Fx","en_introduction.md":"fKVDA5wB","send-message.md":"x_OzM9Vu"} 2 | -------------------------------------------------------------------------------- /docs/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | SuperChats 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 |
Skip to content

SuperChats

A Mais Poderosa Biblioteca Javascript para Automatizar Whatsapp

Completa, Incrível e 100% Estável

SuperChats logo

All rights reserved to Orkestral LLC

28 | 29 | 30 | 31 | -------------------------------------------------------------------------------- /docs/logo-big.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 9 | 10 | 17 | 25 | 26 | 27 | 28 | -------------------------------------------------------------------------------- /docs/logo.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 9 | 10 | 17 | 24 | 25 | 26 | 27 | -------------------------------------------------------------------------------- /img/superchats.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/orkestral/super/0359760d01977720ec25549d893dd16439699afd/img/superchats.png -------------------------------------------------------------------------------- /version.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": [2, 2220, 8] 3 | } 4 | --------------------------------------------------------------------------------