@apidog/multibot-sdk-ts
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -28,3 +28,3 @@ import AbstractBot, { IBotPolling, Listener } from '../abstract-bot'; | ||
export declare type EventArgumentMessage = Listener<ArgumentMessage>; | ||
declare class TelegramBot extends AbstractBot<TelegramBot.Config, EventType, EventListener> implements IBotPolling { | ||
export declare class TelegramBot extends AbstractBot<TelegramBot.Config, EventType, EventListener> implements IBotPolling { | ||
static readonly defaultConfig: TelegramBot.Config; | ||
@@ -52,3 +52,2 @@ constructor(config: TelegramBot.Config); | ||
export * from './utils'; | ||
export default TelegramBot; | ||
//# sourceMappingURL=index.d.ts.map |
import { Message } from '../types/message'; | ||
import { SendMessageOptions } from '../types/send'; | ||
import TelegramBot from '../'; | ||
import { TelegramBot } from '../'; | ||
export declare const reply: (bot: TelegramBot, message: Message, text: string, options?: SendMessageOptions) => Promise<Message>; | ||
//# sourceMappingURL=reply.d.ts.map |
@@ -13,3 +13,3 @@ import AbstractBot, { IBotPolling, Listener } from '../abstract-bot'; | ||
} | ||
declare class VkBot extends AbstractBot<VkBot.Config, EventType, EventListener> implements IBotPolling { | ||
export declare class VkBot extends AbstractBot<VkBot.Config, EventType, EventListener> implements IBotPolling { | ||
static readonly defaultConfig: VkBot.Config; | ||
@@ -32,3 +32,3 @@ private server?; | ||
} | ||
export default VkBot; | ||
export {}; | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "@apidog/multibot-sdk-ts", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Telegram and VK bot SDK for TypeScript", | ||
@@ -59,2 +59,5 @@ "main": "dist/index.js", | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"babel": { | ||
@@ -61,0 +64,0 @@ "presets": [ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
271366
450