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

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

A list of peers that can be used to send messages in a specific group

Constructors

new
channels_SendAsPeers_(params: { peers: Array<enums.SendAsPeer>; chats: Array<enums.Chat>; users: Array<enums.User>; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
chats: Array<enums.Chat>

Mentioned chats

peers: Array<enums.SendAsPeer>

Peers that can be used to send messages to the group

users: Array<enums.User>

Mentioned users

Static Properties

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