Skip to main content
Module

x/mtkruto/mod.ts>functions.MessagesSetEncryptedTyping

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class functions.MessagesSetEncryptedTyping
extends Function<boolean>
import { functions } from "https://deno.land/x/mtkruto@0.1.102/mod.ts";
const { MessagesSetEncryptedTyping } = functions;

Constructors

new
MessagesSetEncryptedTyping(params: { peer: types.TypeInputEncryptedChat; typing: boolean; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
peer: types.TypeInputEncryptedChat
typing: boolean

Static Properties

readonly
[paramDesc]: ParamDesc