Module

x/grammy_types/markup.ts>InlineKeyboardButton.CopyTextButtonButton

Type declarations of the Telegram Bot API.
Latest
interface InlineKeyboardButton.CopyTextButtonButton
implements AbstractInlineKeyboardButton
import { type InlineKeyboardButton } from "https://dotland.deno.dev/x/grammy_types@v3.15.0/markup.ts";
const { CopyTextButtonButton } = InlineKeyboardButton;

Properties

copy_text: CopyTextButton

Description of the button that copies the specified text to the clipboard.