A simple text card to pass a text to the webhook.
const card = new SimpleTextCard("Hello world!"); Copy
const card = new SimpleTextCard("Hello world!");
Generated using TypeDoc
Description
A simple text card to pass a text to the webhook.
Example