UNPKG

@tgsnake/core

Version:

Pure Telegram MTProto library for nodejs

14 lines (13 loc) 421 B
import { BaseError } from './Base.js'; export declare class SecretChatError extends BaseError { constructor(message: string, description?: string); } export declare class FingerprintMismatch extends SecretChatError { constructor(); } export declare class ChatNotFound extends SecretChatError { constructor(chatId: number); } export declare class AlreadyAccepted extends SecretChatError { constructor(); }