Skip to content

Components

sirily11 edited this page Nov 12, 2024 · 2 revisions

Command and Command Buttons

rx-bot supports most of the HTML components in React. However, some specific components targeted for the Bot platform are also supported.

import { CommandButton, Command } from "@rx-lab/core";
<Command />
<CommandButton />

Commands will be rendered as inline links in Telegram, for example: CleanShot 2024-11-12 at 16 40 20@2x

Command Buttons will be rendered as inline buttons in Telegram, for example: CleanShot 2024-11-12 at 16 40 53@2x

Clone this wiki locally