Inherits Object.
|
static const std::int32_t | ID = -1643259734 |
| Identifier uniquely determining a type of the object.
|
|
◆ call() [1/2]
◆ call() [2/2]
Describes a call.
- Parameters
-
[in] | id_ | Call identifier, not persistent. |
[in] | user_id_ | User identifier of the other call participant. |
[in] | is_outgoing_ | True, if the call is outgoing. |
[in] | is_video_ | True, if the call is a video call. |
[in] | state_ | Call state. |
[in] | group_call_id_ | Identifier of the group call associated with the call; 0 if the group call isn't created yet. The group call can be received through the method getGroupCall. |
◆ store()
void store |
( |
TlStorerToString & |
s, |
|
|
const char * |
field_name |
|
) |
| const |
|
finalvirtual |
Helper function for to_string method. Appends string representation of the object to the storer.
- Parameters
-
[in] | s | Storer to which object string representation will be appended. |
[in] | field_name | Object field_name if applicable. |
Implements TlObject.
The documentation for this class was generated from the following file: