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