teleproto - v1.229.0
GitHub
npm
Issues
Preparing search index...
Api
GroupCallParticipantVideo
Class GroupCallParticipantVideo
Hierarchy (
View Summary
)
VirtualClass
<
{
audioSource
?:
int
;
endpoint
:
string
;
paused
?:
boolean
;
sourceGroups
:
TypeGroupCallParticipantVideoSourceGroup
[]
;
}
,
>
GroupCallParticipantVideo
Index
Constructors
constructor
Methods
from
Reader
serialize
Bytes
serialize
Date
get
Bytes
to
JSON
Properties
class
Name
class
Type
CONSTRUCTOR_
ID
SUBCLASS_
OF_
ID
audio
Source?
class
Name
class
Type
CONSTRUCTOR_
ID
endpoint
original
Args
paused?
source
Groups
SUBCLASS_
OF_
ID
Constructors
constructor
new
GroupCallParticipantVideo
(
args
:
{
audioSource
?:
number
;
endpoint
:
string
;
paused
?:
boolean
;
sourceGroups
:
GroupCallParticipantVideoSourceGroup
[]
;
}
,
)
:
GroupCallParticipantVideo
Parameters
args
:
{
audioSource
?:
number
;
endpoint
:
string
;
paused
?:
boolean
;
sourceGroups
:
GroupCallParticipantVideoSourceGroup
[]
;
}
Returns
GroupCallParticipantVideo
Methods
Static
from
Reader
fromReader
(
reader
:
any
)
:
GroupCallParticipantVideo
Parameters
reader
:
any
Returns
GroupCallParticipantVideo
Static
serialize
Bytes
serializeBytes
(
data
:
string
|
Buffer
<
ArrayBufferLike
>
)
:
Buffer
Parameters
data
:
string
|
Buffer
<
ArrayBufferLike
>
Returns
Buffer
Static
serialize
Date
serializeDate
(
date
:
number
|
Date
)
:
Buffer
Parameters
date
:
number
|
Date
Returns
Buffer
get
Bytes
getBytes
()
:
Buffer
Returns
Buffer
to
JSON
toJSON
()
:
{
audioSource
?:
number
;
endpoint
:
string
;
paused
?:
boolean
;
sourceGroups
:
GroupCallParticipantVideoSourceGroup
[]
;
}
Returns
{
audioSource
?:
number
;
endpoint
:
string
;
paused
?:
boolean
;
sourceGroups
:
GroupCallParticipantVideoSourceGroup
[]
;
}
Properties
Static
class
Name
className
:
string
Static
class
Type
classType
:
"constructor"
|
"request"
Static
CONSTRUCTOR_
ID
CONSTRUCTOR_ID
:
number
Static
SUBCLASS_
OF_
ID
SUBCLASS_OF_ID
:
number
Optional
audio
Source
audioSource
?:
number
class
Name
className
:
"GroupCallParticipantVideo"
class
Type
classType
:
"constructor"
CONSTRUCTOR_
ID
CONSTRUCTOR_ID
:
1735736008
endpoint
endpoint
:
string
original
Args
originalArgs
:
{
audioSource
?:
number
;
endpoint
:
string
;
paused
?:
boolean
;
sourceGroups
:
GroupCallParticipantVideoSourceGroup
[]
;
}
Optional
paused
paused
?:
boolean
source
Groups
sourceGroups
:
GroupCallParticipantVideoSourceGroup
[]
SUBCLASS_
OF_
ID
SUBCLASS_OF_ID
:
4014389467
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
from
Reader
serialize
Bytes
serialize
Date
get
Bytes
to
JSON
Properties
class
Name
class
Type
CONSTRUCTOR_
ID
SUBCLASS_
OF_
ID
audio
Source
class
Name
class
Type
CONSTRUCTOR_
ID
endpoint
original
Args
paused
source
Groups
SUBCLASS_
OF_
ID
GitHub
npm
Issues
teleproto - v1.229.0
Loading...