@gramio/format
v0.1.4
Published
Library for formatting text for Telegram Bot API
Downloads
1,918
Maintainers
Readme
@gramio/format
Library for formatting text for Telegram Bot API. Used under the hood by GramIO framework but it framework-agnostic.
Usage
bot.api.sendMessage({
chat_id: 12321,
text: format`${bold`Hi!`}
Can ${italic("you")} help ${spoiler`me`}?
Can you give me a ${link("star", "https://github.com/gramiojs/gramio")}?`,
});