Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/grammy_types/markup.ts>InlineKeyboardButton.CallbackButton

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

Properties

callback_data: string

Data to be sent in a callback query to the bot when button is pressed, 1-64 bytes. Not supported for messages sent on behalf of a Telegram Business account.