Skip to main content
Module

x/mtkruto/2_tl.ts>Api.channels_channelParticipants

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
interface Api.channels_channelParticipants
import { type Api } from "https://deno.land/x/mtkruto@0.2.24/2_tl.ts";
const { channels_channelParticipants } = Api;

Properties

_: "channels.channelParticipants"
count: number
participants: Array<ChannelParticipant>
chats: Array<Chat>
users: Array<User>