Skip to main content
Module

x/mtkruto/mod.ts>ForceReply

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
interface ForceReply
Re-export
import { type ForceReply } from "https://deno.land/x/mtkruto@0.1.114/mod.ts";

Forces the user's client to select the message as the one that is to be replied.

Properties

forceReply: true

Differentiate from other reply markup types.

optional
inputFieldPlaceholder: string

A placeholder to be shown in the client's message box.

optional
selective: boolean

Whether to only affect specific users. If true, only users that were mentioned will be affected along with the author of the replied message if any.