Skip to main content
Module

x/mtkruto/types/0_callback_query_question.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/types/0_callback_query_question.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.