Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/grammy_types/mod.ts>InlineKeyboardButton.CopyTextButtonButton

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

Properties

copy_text: CopyTextButton

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