Skip to main content
Module

x/mtkruto/mod.ts>ReplyKeyboardRemove

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

Makes the user's client hide the current custom keyboard.

Properties

removeKeyboard: true

Differentiate from other reply markup types.

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.