0.2.2 • Published 8 months ago

typed-discord-api v0.2.2

Weekly downloads
-
License
ISC
Repository
github
Last release
8 months ago

Typed Discord API

Installing

Latest and stable version:

npm install --save-dev typed-discord-api

Starting

Importing basic types and using

import { UserPayload } from 'typed-discord-api';
const { UserPayload } = require('typed-discord-api');

How we document

  • All types suffixed with Payload are payloads sent by Discord
    • For example: UserPayload or GuildPayload
  • No miscellaneous types, only types related to the Discord API
  • Some types are not suffixed with Payload (as mentioned above), you can find them in the globals file
  • All types prefixed with Gateway are data that only comes directly related to the Gateway
  • All types prefixed with REST are data that comes from a Discord API request
0.2.2

8 months ago

0.2.1

8 months ago

0.2.0

8 months ago

0.1.9

8 months ago

0.1.8

9 months ago

0.1.7

9 months ago

0.1.6

9 months ago

0.0.6

9 months ago

0.0.5

9 months ago

0.0.2

9 months ago

0.0.1

9 months ago