Skip to main content
Module

x/mtkruto/3_types.ts>InlineKeyboardButtonCallback

Cross-runtime JavaScript library for building Telegram clients
Latest
interface InlineKeyboardButtonCallback
import { type InlineKeyboardButtonCallback } from "https://deno.land/x/mtkruto@0.2.50/3_types.ts";

An inline keyboard button that, when pressed, sends back the specified callback data.

Properties

callbackData: string

The callback data to send back.