Skip to main content
Module

x/grm/mod.ts>tl.Api.channels.SendAsPeers

MTProto API Client for Deno 🦕
Go to Latest
class tl.Api.channels.SendAsPeers
extends VirtualClass<{ peers: Api.TypeSendAsPeer[]; chats: Api.TypeChat[]; users: Api.TypeUser[]; }>
import { tl } from "https://deno.land/x/grm@0.8.0/mod.ts";
const { SendAsPeers } = tl.Api.channels;

Properties

chats: Api.TypeChat[]
className: "channels.SendAsPeers"
classType: "constructor"
CONSTRUCTOR_ID: 4103516358
peers: Api.TypeSendAsPeer[]
SUBCLASS_OF_ID: 952864033
users: Api.TypeUser[]

Static Methods

fromReader(reader: Reader): SendAsPeers