teleproto - v1.229.0
GitHub
npm
Issues
Preparing search index...
Api
MessageActionConferenceCall
Class MessageActionConferenceCall
Hierarchy (
View Summary
)
VirtualClass
<
{
active
?:
boolean
;
callId
:
long
;
duration
?:
int
;
missed
?:
boolean
;
otherParticipants
?:
TypePeer
[]
;
video
?:
boolean
;
}
,
>
MessageActionConferenceCall
Index
Constructors
constructor
Methods
from
Reader
serialize
Bytes
serialize
Date
get
Bytes
to
JSON
Properties
class
Name
class
Type
CONSTRUCTOR_
ID
SUBCLASS_
OF_
ID
active?
call
Id
class
Name
class
Type
CONSTRUCTOR_
ID
duration?
missed?
original
Args
other
Participants?
SUBCLASS_
OF_
ID
video?
Constructors
constructor
new
MessageActionConferenceCall
(
args
:
{
active
?:
boolean
;
callId
:
BigInteger
;
duration
?:
number
;
missed
?:
boolean
;
otherParticipants
?:
TypePeer
[]
;
video
?:
boolean
;
}
,
)
:
MessageActionConferenceCall
Parameters
args
:
{
active
?:
boolean
;
callId
:
BigInteger
;
duration
?:
number
;
missed
?:
boolean
;
otherParticipants
?:
TypePeer
[]
;
video
?:
boolean
;
}
Returns
MessageActionConferenceCall
Methods
Static
from
Reader
fromReader
(
reader
:
any
)
:
MessageActionConferenceCall
Parameters
reader
:
any
Returns
MessageActionConferenceCall
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
()
:
{
active
?:
boolean
;
callId
:
BigInteger
;
duration
?:
number
;
missed
?:
boolean
;
otherParticipants
?:
TypePeer
[]
;
video
?:
boolean
;
}
Returns
{
active
?:
boolean
;
callId
:
BigInteger
;
duration
?:
number
;
missed
?:
boolean
;
otherParticipants
?:
TypePeer
[]
;
video
?:
boolean
;
}
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
active
active
?:
boolean
call
Id
callId
:
BigInteger
class
Name
className
:
"MessageActionConferenceCall"
class
Type
classType
:
"constructor"
CONSTRUCTOR_
ID
CONSTRUCTOR_ID
:
805187450
Optional
duration
duration
?:
number
Optional
missed
missed
?:
boolean
original
Args
originalArgs
:
{
active
?:
boolean
;
callId
:
BigInteger
;
duration
?:
number
;
missed
?:
boolean
;
otherParticipants
?:
TypePeer
[]
;
video
?:
boolean
;
}
Optional
other
Participants
otherParticipants
?:
TypePeer
[]
SUBCLASS_
OF_
ID
SUBCLASS_OF_ID
:
2256589094
Optional
video
video
?:
boolean
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
active
call
Id
class
Name
class
Type
CONSTRUCTOR_
ID
duration
missed
original
Args
other
Participants
SUBCLASS_
OF_
ID
video
GitHub
npm
Issues
teleproto - v1.229.0
Loading...