class Api.GroupCallParticipant
extends VirtualClass<{ muted?: boolean; left?: boolean; canSelfUnmute?: boolean; justJoined?: boolean; versioned?: boolean; min?: boolean; mutedByYou?: boolean; volumeByAdmin?: boolean; self?: boolean; videoJoined?: boolean; peer: Api.TypePeer; date: int; activeDate?: int; source: int; volume?: int; about?: string; raiseHandRating?: long; video?: Api.TypeGroupCallParticipantVideo; presentation?: Api.TypeGroupCallParticipantVideo; }>
import { Api } from "https://deno.land/x/grm@0.8.2/tl/api.d.ts";
const { GroupCallParticipant } = Api;
Properties
peer: Api.TypePeer
optional
presentation: Api.TypeGroupCallParticipantVideooptional
video: Api.TypeGroupCallParticipantVideoStatic Methods
fromReader(reader: Reader): GroupCallParticipant