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

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

Constructors

new
InputBusinessRecipients_(params?: { existing_chats?: true; new_chats?: true; contacts?: true; non_contacts?: true; exclude_selected?: true; users?: Array<enums.InputUser>; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
optional
contacts: true
optional
exclude_selected: true
optional
existing_chats: true
optional
new_chats: true
optional
non_contacts: true
optional
users: Array<enums.InputUser>

Static Properties

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