Skip to main content
Module

x/mtkruto/mod.ts>CallbackQueryQuestionPassword

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
interface CallbackQueryQuestionPassword
import { type CallbackQueryQuestionPassword } from "https://deno.land/x/mtkruto@0.1.702/mod.ts";

A reference to a password confirmation button.

Properties

type: "password"
data: string

The target button's callback data.

password: string

The account's password.