Skip to main content
Module

x/grammy_types/mod.ts>InlineKeyboardButton.PayButton

Type declarations of the Telegram Bot API.
Very Popular
Go to Latest
interface InlineKeyboardButton.PayButton
implements AbstractInlineKeyboardButton
import { type InlineKeyboardButton } from "https://deno.land/x/grammy_types@v3.5.1/mod.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.