class Api.phone.GroupCall
extends VirtualClass<{ call: Api.TypeGroupCall; participants: Api.TypeGroupCallParticipant[]; participantsNextOffset: string; chats: Api.TypeChat[]; users: Api.TypeUser[]; }>
import { Api } from "https://deno.land/x/grm@0.8.2/tl/api.d.ts";
const { GroupCall } = Api.phone;
Properties
call: Api.TypeGroupCall
chats: Api.TypeChat[]
participants: Api.TypeGroupCallParticipant[]
users: Api.TypeUser[]
Static Methods
fromReader(reader: Reader): GroupCall