Inherits Function.
Joins a group call that is not bound to a chat.
Returns object_ptr<GroupCallInfo>.
Public Fields | |
object_ptr< InputGroupCall > | input_group_call_ |
The group call to join. | |
object_ptr< groupCallJoinParameters > | join_parameters_ |
Parameters to join the call. | |
Public Types | |
using | ReturnType = object_ptr< groupCallInfo > |
Typedef for the type returned by the function. | |
Public Instance Methods | |
joinGroupCall () | |
joinGroupCall (object_ptr< InputGroupCall > &&input_group_call_, object_ptr< groupCallJoinParameters > &&join_parameters_) | |
void | store (TlStorerToString &s, const char *field_name) const final |
![]() | |
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 = -2026079917 |
Identifier uniquely determining a type of the object. | |
joinGroupCall | ( | ) |
Default constructor for a function, which joins a group call that is not bound to a chat.
Returns object_ptr<GroupCallInfo>.
joinGroupCall | ( | object_ptr< InputGroupCall > && | input_group_call_, |
object_ptr< groupCallJoinParameters > && | join_parameters_ | ||
) |
Creates a function, which joins a group call that is not bound to a chat.
Returns object_ptr<GroupCallInfo>.
[in] | input_group_call_ | The group call to join. |
[in] | join_parameters_ | Parameters to join the call. |
|
finalvirtual |