Skip to main content
Module

x/mtkruto/mod.ts>tl.functions.MessagesCreateChat

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class tl.functions.MessagesCreateChat
extends Function<types.TypeUpdates>
import { tl } from "https://deno.land/x/mtkruto@0.0.993/mod.ts";
const { MessagesCreateChat } = tl.functions;

Constructors

new
MessagesCreateChat(params: { users: Array<types.TypeInputUser>; title: string; ttlPeriod?: number; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
title: string
optional
ttlPeriod: number
users: Array<types.TypeInputUser>

Static Properties

readonly
[paramDesc]: ParamDesc