class types.ChannelsChannelParticipants
extends _TypeChannelsChannelParticipants
import { types } from "https://deno.land/x/mtkruto@0.0.998/2_tl.ts";
const { ChannelsChannelParticipants } = types;
Constructors
new
ChannelsChannelParticipants(params: { count: number; participants: Array<TypeChannelParticipant>; chats: Array<TypeChat>; users: Array<TypeUser>; })Properties
protected
readonly
[params]: Paramschats: Array<TypeChat>
participants: Array<TypeChannelParticipant>
users: Array<TypeUser>
Static Properties
readonly
[paramDesc]: ParamDesc