Inherits CallState.
The call is pending, waiting to be accepted by a user.
Public Fields | |
bool | is_created_ |
True, if the call has already been created by the server. | |
bool | is_received_ |
True, if the call has already been received by the other party. | |
Public Instance Methods | |
callStatePending () | |
callStatePending (bool is_created_, bool is_received_) | |
void | store (TlStorerToString &s, const char *field_name) const final |
Public Instance Methods inherited from TlObject | |
virtual void | store (TlStorerUnsafe &s) const |
virtual void | store (TlStorerCalcLength &s) const |
TlObject ()=default | |
TlObject (const TlObject &)=delete | |
TlObject & | operator= (const TlObject &)=delete |
TlObject (TlObject &&)=default | |
TlObject & | operator= (TlObject &&)=default |
virtual | ~TlObject ()=default |
Static Public Attributes | |
static const std::int32_t | ID = 1073048620 |
Identifier uniquely determining a type of the object. | |
callStatePending | ( | ) |
The call is pending, waiting to be accepted by a user.
callStatePending | ( | bool | is_created_, |
bool | is_received_ | ||
) |
The call is pending, waiting to be accepted by a user.
[in] | is_created_ | True, if the call has already been created by the server. |
[in] | is_received_ | True, if the call has already been received by the other party. |
|
finalvirtual |