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

x/mtkruto/tl/2_types.ts>UpdateShortChatMessage

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class UpdateShortChatMessage
extends _TypeUpdates
import { UpdateShortChatMessage } from "https://deno.land/x/mtkruto@0.1.105/tl/2_types.ts";

Constructors

new
UpdateShortChatMessage(params: { out?: true; mentioned?: true; mediaUnread?: true; silent?: true; id: number; fromId: bigint; chatId: bigint; message: string; pts: number; ptsCount: number; date: number; fwdFrom?: TypeMessageFwdHeader; viaBotId?: bigint; replyTo?: TypeMessageReplyHeader; entities?: Array<TypeMessageEntity>; ttlPeriod?: number; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
chatId: bigint
date: number
optional
entities: Array<TypeMessageEntity>
fromId: bigint
optional
fwdFrom: TypeMessageFwdHeader
id: number
optional
mediaUnread: true
optional
mentioned: true
message: string
optional
out: true
pts: number
ptsCount: number
optional
replyTo: TypeMessageReplyHeader
optional
silent: true
optional
ttlPeriod: number
optional
viaBotId: bigint

Static Properties

readonly
[paramDesc]: ParamDesc