UNPKG

@gramio/format

Version:

Library for formatting text for Telegram Bot API

10 lines (7 loc) 269 B
import { F as FormattableString } from '../formattable-string-DSBfRcG4.js'; import '@gramio/types'; /** * ! This function can be changed in the future */ declare function markdownToFormattable(markdown: string): FormattableString; export { markdownToFormattable };