teleproto - v1.229.0
GitHub
npm
Issues
Preparing search index...
Api
UpdateChatParticipant
Class UpdateChatParticipant
Hierarchy (
View Summary
)
VirtualClass
<
{
actorId
:
long
;
chatId
:
long
;
date
:
int
;
invite
?:
Api
.
TypeExportedChatInvite
;
newParticipant
?:
TypeChatParticipant
;
prevParticipant
?:
TypeChatParticipant
;
qts
:
int
;
userId
:
long
;
}
,
>
UpdateChatParticipant
Index
Constructors
constructor
Methods
from
Reader
serialize
Bytes
serialize
Date
get
Bytes
to
JSON
Properties
class
Name
class
Type
CONSTRUCTOR_
ID
SUBCLASS_
OF_
ID
actor
Id
chat
Id
class
Name
class
Type
CONSTRUCTOR_
ID
date
invite?
new
Participant?
original
Args
prev
Participant?
qts
SUBCLASS_
OF_
ID
user
Id
Constructors
constructor
new
UpdateChatParticipant
(
args
:
{
actorId
:
BigInteger
;
chatId
:
BigInteger
;
date
:
number
;
invite
?:
Api
.
TypeExportedChatInvite
;
newParticipant
?:
TypeChatParticipant
;
prevParticipant
?:
TypeChatParticipant
;
qts
:
number
;
userId
:
BigInteger
;
}
,
)
:
UpdateChatParticipant
Parameters
args
:
{
actorId
:
BigInteger
;
chatId
:
BigInteger
;
date
:
number
;
invite
?:
Api
.
TypeExportedChatInvite
;
newParticipant
?:
TypeChatParticipant
;
prevParticipant
?:
TypeChatParticipant
;
qts
:
number
;
userId
:
BigInteger
;
}
Returns
UpdateChatParticipant
Methods
Static
from
Reader
fromReader
(
reader
:
any
)
:
UpdateChatParticipant
Parameters
reader
:
any
Returns
UpdateChatParticipant
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
()
:
{
actorId
:
BigInteger
;
chatId
:
BigInteger
;
date
:
number
;
invite
?:
Api
.
TypeExportedChatInvite
;
newParticipant
?:
TypeChatParticipant
;
prevParticipant
?:
TypeChatParticipant
;
qts
:
number
;
userId
:
BigInteger
;
}
Returns
{
actorId
:
BigInteger
;
chatId
:
BigInteger
;
date
:
number
;
invite
?:
Api
.
TypeExportedChatInvite
;
newParticipant
?:
TypeChatParticipant
;
prevParticipant
?:
TypeChatParticipant
;
qts
:
number
;
userId
:
BigInteger
;
}
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
actor
Id
actorId
:
BigInteger
chat
Id
chatId
:
BigInteger
class
Name
className
:
"UpdateChatParticipant"
class
Type
classType
:
"constructor"
CONSTRUCTOR_
ID
CONSTRUCTOR_ID
:
3498534458
date
date
:
number
Optional
invite
invite
?:
Api
.
TypeExportedChatInvite
Optional
new
Participant
newParticipant
?:
TypeChatParticipant
original
Args
originalArgs
:
{
actorId
:
BigInteger
;
chatId
:
BigInteger
;
date
:
number
;
invite
?:
Api
.
TypeExportedChatInvite
;
newParticipant
?:
TypeChatParticipant
;
prevParticipant
?:
TypeChatParticipant
;
qts
:
number
;
userId
:
BigInteger
;
}
Optional
prev
Participant
prevParticipant
?:
TypeChatParticipant
qts
qts
:
number
SUBCLASS_
OF_
ID
SUBCLASS_OF_ID
:
2676568142
user
Id
userId
:
BigInteger
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
actor
Id
chat
Id
class
Name
class
Type
CONSTRUCTOR_
ID
date
invite
new
Participant
original
Args
prev
Participant
qts
SUBCLASS_
OF_
ID
user
Id
GitHub
npm
Issues
teleproto - v1.229.0
Loading...