Skip to main content
Very Popular
Go to Latest
interface InlineKeyboardButton.PayButton
implements AbstractInlineKeyboardButton
import { type InlineKeyboardButton } from "https://deno.land/x/grammy@v1.12.0/types.deno.ts";
const { PayButton } = InlineKeyboardButton;

Properties

pay: boolean

Specify True, to send a Pay button.

NOTE: This type of button must always be the first button in the first row and can only be used in invoice messages.