UNPKG

nodevk-ts

Version:

Simple Node.js module that allows you to interact with the VKontakte API.

7 lines (6 loc) 229 B
export default class NodeVK { static isChat(id: number): boolean; static getPeerIDForChat(chat_id: number): number; static getChatID(peer_id: number): number; static getGroupIDForChat(id: number): number; }