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>messages_DiscussionMessage_

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

Constructors

new
messages_DiscussionMessage_(params: { messages: Array<enums.Message>; max_id?: number; read_inbox_max_id?: number; read_outbox_max_id?: number; unread_count: number; chats: Array<enums.Chat>; users: Array<enums.User>; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
chats: Array<enums.Chat>
optional
max_id: number
messages: Array<enums.Message>
optional
read_inbox_max_id: number
optional
read_outbox_max_id: number
unread_count: number
users: Array<enums.User>

Static Properties

readonly
[name]
readonly
[paramDesc]: ParamDesc