Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mtkruto/tl/3_functions.ts>channels_getSendAs_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class channels_getSendAs_
extends Function_<enums.channels.SendAsPeers>
import { channels_getSendAs_ } from "https://deno.land/x/mtkruto@0.1.190/tl/3_functions.ts";

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

Constructors

new
channels_getSendAs_(params: { peer: enums.InputPeer; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
peer: enums.InputPeer

The group where we intend to send messages

Static Properties

__F: (params: { peer: enums.InputPeer; }) => enums.channels.SendAsPeers
readonly
[name]: string
readonly
[paramDesc]: ParamDesc