Skip to main content
Module

x/mtkruto/3_types.ts>CallbackQueryQuestionPassword

Cross-runtime JavaScript library for building Telegram clients
Latest
interface CallbackQueryQuestionPassword
import { type CallbackQueryQuestionPassword } from "https://deno.land/x/mtkruto@0.2.30/3_types.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.