Skip to main content
Module

x/mtkruto/mod.ts>types.MessageActionChatCreate

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class types.MessageActionChatCreate
import { types } from "https://deno.land/x/mtkruto@0.1.107/mod.ts";
const { MessageActionChatCreate } = types;

Constructors

new
MessageActionChatCreate(params: { title: string; users: Array<bigint>; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
title: string
users: Array<bigint>

Static Properties

readonly
[paramDesc]: ParamDesc