method InlineKeyboard.payimport { InlineKeyboard } from "https://dotland.deno.dev/x/grammy@v1.18.3/mod.ts"; pay(text: string): InlineKeyboardButton.PayButtonCreate a new payment button, confer https://core.telegram.org/bots/api#payments This type of button must always be the first button in the first row and can only be used in invoice messages. Parameterstext: stringThe text to display ReturnsInlineKeyboardButton.PayButton