UNPKG

@tgsnake/core

Version:

Pure Telegram MTProto library for nodejs

5 lines (4 loc) 207 B
export declare const version: string; export declare const isBeta: boolean; export declare const isPrivate: boolean; export declare function getType(): "Private Beta" | "Beta" | "Private Stable" | "Stable";