1.0.1 • Published 4 years ago

@darkwolf/bots-app v1.0.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
4 years ago

Darkwolf Bots App API

Install

npm i --save @darkwolf/bots-app

Usage

const DarkwolfBotsApp = require('@darkwolf/bots-app')
const dwbotsapp = new DarkwolfBotsApp(token)
const appInfo = await dwbotsapp.request(`
  query {
    me {
      id
      ownerId
      name
      botCount
      telegramBotCount
      userCount
      telegramUserCount
      updatedAt
      createdAt
    }
  }
`)

Init

new DarkwolfBotsApp(token, optionsagent?)

Methods

request(query, variables, optionsagent?)

1.0.1

4 years ago

1.0.0

4 years ago