Options
All
  • Public
  • Public/Protected
  • All
Menu

Class GroupCall

Hierarchy

  • VirtualClass<{ joinMuted?: boolean; canChangeJoinMuted?: boolean; joinDateAsc?: boolean; scheduleStartSubscribed?: boolean; canStartVideo?: boolean; recordVideoActive?: boolean; rtmpStream?: boolean; listenersHidden?: boolean; id: long; accessHash: long; participantsCount: int; title?: string; streamDcId?: int; recordStartDate?: int; scheduleDate?: int; unmutedVideoCount?: int; unmutedVideoLimit: int; version: int }>
    • GroupCall

Index

Properties

CONSTRUCTOR_ID: number
SUBCLASS_OF_ID: number
className: string
classType: "constructor" | "request"
originalArgs: { joinMuted?: boolean; canChangeJoinMuted?: boolean; joinDateAsc?: boolean; scheduleStartSubscribed?: boolean; canStartVideo?: boolean; recordVideoActive?: boolean; rtmpStream?: boolean; listenersHidden?: boolean; id: BigInteger; accessHash: BigInteger; participantsCount: number; title?: string; streamDcId?: number; recordStartDate?: number; scheduleDate?: number; unmutedVideoCount?: number; unmutedVideoLimit: number; version: number }

Type declaration

  • Optional joinMuted?: boolean
  • Optional canChangeJoinMuted?: boolean
  • Optional joinDateAsc?: boolean
  • Optional scheduleStartSubscribed?: boolean
  • Optional canStartVideo?: boolean
  • Optional recordVideoActive?: boolean
  • Optional rtmpStream?: boolean
  • Optional listenersHidden?: boolean
  • id: BigInteger
  • accessHash: BigInteger
  • participantsCount: number
  • Optional title?: string
  • Optional streamDcId?: number
  • Optional recordStartDate?: number
  • Optional scheduleDate?: number
  • Optional unmutedVideoCount?: number
  • unmutedVideoLimit: number
  • version: number
CONSTRUCTOR_ID: 3583468812
SUBCLASS_OF_ID: 548729632
classType: "constructor"
className: "GroupCall"
joinMuted?: boolean
canChangeJoinMuted?: boolean
joinDateAsc?: boolean
scheduleStartSubscribed?: boolean
canStartVideo?: boolean
recordVideoActive?: boolean
rtmpStream?: boolean
listenersHidden?: boolean
id: BigInteger
accessHash: BigInteger
participantsCount: number
title?: string
streamDcId?: number
recordStartDate?: number
scheduleDate?: number
unmutedVideoCount?: number
unmutedVideoLimit: number
version: number

Methods

  • serializeBytes(data: string | Buffer): Buffer
  • serializeDate(date: number | Date): Buffer
  • getBytes(): Buffer
  • toJSON(): { joinMuted?: boolean; canChangeJoinMuted?: boolean; joinDateAsc?: boolean; scheduleStartSubscribed?: boolean; canStartVideo?: boolean; recordVideoActive?: boolean; rtmpStream?: boolean; listenersHidden?: boolean; id: BigInteger; accessHash: BigInteger; participantsCount: number; title?: string; streamDcId?: number; recordStartDate?: number; scheduleDate?: number; unmutedVideoCount?: number; unmutedVideoLimit: number; version: number }
  • Returns { joinMuted?: boolean; canChangeJoinMuted?: boolean; joinDateAsc?: boolean; scheduleStartSubscribed?: boolean; canStartVideo?: boolean; recordVideoActive?: boolean; rtmpStream?: boolean; listenersHidden?: boolean; id: BigInteger; accessHash: BigInteger; participantsCount: number; title?: string; streamDcId?: number; recordStartDate?: number; scheduleDate?: number; unmutedVideoCount?: number; unmutedVideoLimit: number; version: number }

    • Optional joinMuted?: boolean
    • Optional canChangeJoinMuted?: boolean
    • Optional joinDateAsc?: boolean
    • Optional scheduleStartSubscribed?: boolean
    • Optional canStartVideo?: boolean
    • Optional recordVideoActive?: boolean
    • Optional rtmpStream?: boolean
    • Optional listenersHidden?: boolean
    • id: BigInteger
    • accessHash: BigInteger
    • participantsCount: number
    • Optional title?: string
    • Optional streamDcId?: number
    • Optional recordStartDate?: number
    • Optional scheduleDate?: number
    • Optional unmutedVideoCount?: number
    • unmutedVideoLimit: number
    • version: number

Constructors

  • new GroupCall(args: { joinMuted?: boolean; canChangeJoinMuted?: boolean; joinDateAsc?: boolean; scheduleStartSubscribed?: boolean; canStartVideo?: boolean; recordVideoActive?: boolean; rtmpStream?: boolean; listenersHidden?: boolean; id: BigInteger; accessHash: BigInteger; participantsCount: number; title?: string; streamDcId?: number; recordStartDate?: number; scheduleDate?: number; unmutedVideoCount?: number; unmutedVideoLimit: number; version: number }): Api.GroupCall
  • Parameters

    • args: { joinMuted?: boolean; canChangeJoinMuted?: boolean; joinDateAsc?: boolean; scheduleStartSubscribed?: boolean; canStartVideo?: boolean; recordVideoActive?: boolean; rtmpStream?: boolean; listenersHidden?: boolean; id: BigInteger; accessHash: BigInteger; participantsCount: number; title?: string; streamDcId?: number; recordStartDate?: number; scheduleDate?: number; unmutedVideoCount?: number; unmutedVideoLimit: number; version: number }
      • Optional joinMuted?: boolean
      • Optional canChangeJoinMuted?: boolean
      • Optional joinDateAsc?: boolean
      • Optional scheduleStartSubscribed?: boolean
      • Optional canStartVideo?: boolean
      • Optional recordVideoActive?: boolean
      • Optional rtmpStream?: boolean
      • Optional listenersHidden?: boolean
      • id: BigInteger
      • accessHash: BigInteger
      • participantsCount: number
      • Optional title?: string
      • Optional streamDcId?: number
      • Optional recordStartDate?: number
      • Optional scheduleDate?: number
      • Optional unmutedVideoCount?: number
      • unmutedVideoLimit: number
      • version: number

    Returns Api.GroupCall

Generated using TypeDoc