teleproto - v1.229.0
GitHub
npm
Issues
Preparing search index...
Api
UpdateChannelParticipant
Class UpdateChannelParticipant
Hierarchy (
View Summary
)
VirtualClass
<
{
actorId
:
long
;
channelId
:
long
;
date
:
int
;
invite
?:
Api
.
TypeExportedChatInvite
;
newParticipant
?:
Api
.
TypeChannelParticipant
;
prevParticipant
?:
Api
.
TypeChannelParticipant
;
qts
:
int
;
userId
:
long
;
viaChatlist
?:
boolean
;
}
,
>
UpdateChannelParticipant
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
channel
Id
class
Name
class
Type
CONSTRUCTOR_
ID
date
invite?
new
Participant?
original
Args
prev
Participant?
qts
SUBCLASS_
OF_
ID
user
Id
via
Chatlist?
Constructors
constructor
new
UpdateChannelParticipant
(
args
:
{
actorId
:
BigInteger
;
channelId
:
BigInteger
;
date
:
number
;
invite
?:
Api
.
TypeExportedChatInvite
;
newParticipant
?:
Api
.
TypeChannelParticipant
;
prevParticipant
?:
Api
.
TypeChannelParticipant
;
qts
:
number
;
userId
:
BigInteger
;
viaChatlist
?:
boolean
;
}
,
)
:
UpdateChannelParticipant
Parameters
args
:
{
actorId
:
BigInteger
;
channelId
:
BigInteger
;
date
:
number
;
invite
?:
Api
.
TypeExportedChatInvite
;
newParticipant
?:
Api
.
TypeChannelParticipant
;
prevParticipant
?:
Api
.
TypeChannelParticipant
;
qts
:
number
;
userId
:
BigInteger
;
viaChatlist
?:
boolean
;
}
Returns
UpdateChannelParticipant
Methods
Static
from
Reader
fromReader
(
reader
:
any
)
:
UpdateChannelParticipant
Parameters
reader
:
any
Returns
UpdateChannelParticipant
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
;
channelId
:
BigInteger
;
date
:
number
;
invite
?:
Api
.
TypeExportedChatInvite
;
newParticipant
?:
Api
.
TypeChannelParticipant
;
prevParticipant
?:
Api
.
TypeChannelParticipant
;
qts
:
number
;
userId
:
BigInteger
;
viaChatlist
?:
boolean
;
}
Returns
{
actorId
:
BigInteger
;
channelId
:
BigInteger
;
date
:
number
;
invite
?:
Api
.
TypeExportedChatInvite
;
newParticipant
?:
Api
.
TypeChannelParticipant
;
prevParticipant
?:
Api
.
TypeChannelParticipant
;
qts
:
number
;
userId
:
BigInteger
;
viaChatlist
?:
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
actor
Id
actorId
:
BigInteger
channel
Id
channelId
:
BigInteger
class
Name
className
:
"UpdateChannelParticipant"
class
Type
classType
:
"constructor"
CONSTRUCTOR_
ID
CONSTRUCTOR_ID
:
2556246715
date
date
:
number
Optional
invite
invite
?:
Api
.
TypeExportedChatInvite
Optional
new
Participant
newParticipant
?:
Api
.
TypeChannelParticipant
original
Args
originalArgs
:
{
actorId
:
BigInteger
;
channelId
:
BigInteger
;
date
:
number
;
invite
?:
Api
.
TypeExportedChatInvite
;
newParticipant
?:
Api
.
TypeChannelParticipant
;
prevParticipant
?:
Api
.
TypeChannelParticipant
;
qts
:
number
;
userId
:
BigInteger
;
viaChatlist
?:
boolean
;
}
Optional
prev
Participant
prevParticipant
?:
Api
.
TypeChannelParticipant
qts
qts
:
number
SUBCLASS_
OF_
ID
SUBCLASS_OF_ID
:
2676568142
user
Id
userId
:
BigInteger
Optional
via
Chatlist
viaChatlist
?:
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
actor
Id
channel
Id
class
Name
class
Type
CONSTRUCTOR_
ID
date
invite
new
Participant
original
Args
prev
Participant
qts
SUBCLASS_
OF_
ID
user
Id
via
Chatlist
GitHub
npm
Issues
teleproto - v1.229.0
Loading...