teleproto - v1.229.0
GitHub
npm
Issues
Preparing search index...
Api
ChatInviteImporter
Class ChatInviteImporter
Hierarchy (
View Summary
)
VirtualClass
<
{
about
?:
string
;
approvedBy
?:
long
;
date
:
int
;
requested
?:
boolean
;
userId
:
long
;
viaChatlist
?:
boolean
;
}
,
>
ChatInviteImporter
Index
Constructors
constructor
Methods
from
Reader
serialize
Bytes
serialize
Date
get
Bytes
to
JSON
Properties
class
Name
class
Type
CONSTRUCTOR_
ID
SUBCLASS_
OF_
ID
about?
approved
By?
class
Name
class
Type
CONSTRUCTOR_
ID
date
original
Args
requested?
SUBCLASS_
OF_
ID
user
Id
via
Chatlist?
Constructors
constructor
new
ChatInviteImporter
(
args
:
{
about
?:
string
;
approvedBy
?:
BigInteger
;
date
:
number
;
requested
?:
boolean
;
userId
:
BigInteger
;
viaChatlist
?:
boolean
;
}
,
)
:
ChatInviteImporter
Parameters
args
:
{
about
?:
string
;
approvedBy
?:
BigInteger
;
date
:
number
;
requested
?:
boolean
;
userId
:
BigInteger
;
viaChatlist
?:
boolean
;
}
Returns
ChatInviteImporter
Methods
Static
from
Reader
fromReader
(
reader
:
any
)
:
ChatInviteImporter
Parameters
reader
:
any
Returns
ChatInviteImporter
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
()
:
{
about
?:
string
;
approvedBy
?:
BigInteger
;
date
:
number
;
requested
?:
boolean
;
userId
:
BigInteger
;
viaChatlist
?:
boolean
;
}
Returns
{
about
?:
string
;
approvedBy
?:
BigInteger
;
date
:
number
;
requested
?:
boolean
;
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
Optional
about
about
?:
string
Optional
approved
By
approvedBy
?:
BigInteger
class
Name
className
:
"ChatInviteImporter"
class
Type
classType
:
"constructor"
CONSTRUCTOR_
ID
CONSTRUCTOR_ID
:
2354765785
date
date
:
number
original
Args
originalArgs
:
{
about
?:
string
;
approvedBy
?:
BigInteger
;
date
:
number
;
requested
?:
boolean
;
userId
:
BigInteger
;
viaChatlist
?:
boolean
;
}
Optional
requested
requested
?:
boolean
SUBCLASS_
OF_
ID
SUBCLASS_OF_ID
:
1393710126
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
about
approved
By
class
Name
class
Type
CONSTRUCTOR_
ID
date
original
Args
requested
SUBCLASS_
OF_
ID
user
Id
via
Chatlist
GitHub
npm
Issues
teleproto - v1.229.0
Loading...