Inherits Object.
Contains information about a just created or just joined group call.
Public Fields | |
int32 | group_call_id_ |
Identifier of the group call. | |
string | join_payload_ |
Join response payload for tgcalls; empty if the call isn't joined. | |
Public Instance Methods | |
groupCallInfo () | |
groupCallInfo (int32 group_call_id_, string const &join_payload_) | |
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 = 892575956 |
Identifier uniquely determining a type of the object. | |
groupCallInfo | ( | ) |
Contains information about a just created or just joined group call.
groupCallInfo | ( | int32 | group_call_id_, |
string const & | join_payload_ | ||
) |
Contains information about a just created or just joined group call.
[in] | group_call_id_ | Identifier of the group call. |
[in] | join_payload_ | Join response payload for tgcalls; empty if the call isn't joined. |
|
finalvirtual |