teleproto - v1.229.0
GitHub
npm
Issues
Preparing search index...
Api
InputPhoneContact
Class InputPhoneContact
Hierarchy (
View Summary
)
VirtualClass
<
{
clientId
:
long
;
firstName
:
string
;
lastName
:
string
;
note
?:
TypeTextWithEntities
;
phone
:
string
;
}
,
>
InputPhoneContact
Index
Constructors
constructor
Methods
from
Reader
serialize
Bytes
serialize
Date
get
Bytes
to
JSON
Properties
class
Name
class
Type
CONSTRUCTOR_
ID
SUBCLASS_
OF_
ID
class
Name
class
Type
client
Id
CONSTRUCTOR_
ID
first
Name
last
Name
note?
original
Args
phone
SUBCLASS_
OF_
ID
Constructors
constructor
new
InputPhoneContact
(
args
:
{
clientId
:
BigInteger
;
firstName
:
string
;
lastName
:
string
;
note
?:
TextWithEntities
;
phone
:
string
;
}
,
)
:
InputPhoneContact
Parameters
args
:
{
clientId
:
BigInteger
;
firstName
:
string
;
lastName
:
string
;
note
?:
TextWithEntities
;
phone
:
string
;
}
Returns
InputPhoneContact
Methods
Static
from
Reader
fromReader
(
reader
:
any
)
:
InputPhoneContact
Parameters
reader
:
any
Returns
InputPhoneContact
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
()
:
{
clientId
:
BigInteger
;
firstName
:
string
;
lastName
:
string
;
note
?:
TextWithEntities
;
phone
:
string
;
}
Returns
{
clientId
:
BigInteger
;
firstName
:
string
;
lastName
:
string
;
note
?:
TextWithEntities
;
phone
:
string
;
}
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
class
Name
className
:
"InputPhoneContact"
class
Type
classType
:
"constructor"
client
Id
clientId
:
BigInteger
CONSTRUCTOR_
ID
CONSTRUCTOR_ID
:
1780335806
first
Name
firstName
:
string
last
Name
lastName
:
string
Optional
note
note
?:
TextWithEntities
original
Args
originalArgs
:
{
clientId
:
BigInteger
;
firstName
:
string
;
lastName
:
string
;
note
?:
TextWithEntities
;
phone
:
string
;
}
phone
phone
:
string
SUBCLASS_
OF_
ID
SUBCLASS_OF_ID
:
2926144130
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
class
Name
class
Type
client
Id
CONSTRUCTOR_
ID
first
Name
last
Name
note
original
Args
phone
SUBCLASS_
OF_
ID
GitHub
npm
Issues
teleproto - v1.229.0
Loading...