Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mtkruto/tl/3_functions.ts>messages_setTyping_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class messages_setTyping_
extends Function_<boolean>
import { messages_setTyping_ } from "https://deno.land/x/mtkruto@0.1.190/tl/3_functions.ts";

Sends a current user typing event (see SendMessageAction for all event types) to a conversation partner or group.

Constructors

new
messages_setTyping_(params: { peer: enums.InputPeer; top_msg_id?: number; action: enums.SendMessageAction; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
action: enums.SendMessageAction

Type of action

peer: enums.InputPeer

Target user or group

optional
top_msg_id: number

Static Properties

__F: (params: { peer: enums.InputPeer; top_msg_id?: number; action: enums.SendMessageAction; }) => boolean
readonly
[name]: string
readonly
[paramDesc]: ParamDesc