class types.PhoneGroupParticipants
extends TypePhoneGroupParticipants
import { types } from "https://deno.land/x/mtkruto@0.0.982/mod.ts";
const { PhoneGroupParticipants } = types;
Constructors
new
PhoneGroupParticipants(params: { count: number; participants: Array<TypeGroupCallParticipant>; nextOffset: string; chats: Array<TypeChat>; users: Array<TypeUser>; version: number; })