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

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

Group created

Constructors

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

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
title: string

Group name

users: Array<bigint>

List of group members

Static Properties

readonly
[name]: string
readonly
[paramDesc]: ParamDesc