Inherits Update.
Information about a group call participant was changed. The updates are sent only after the group call is received through getGroupCall and only if the call is joined or being joined.
Public Fields | |
int32 | group_call_id_ |
Identifier of group call. | |
object_ptr< groupCallParticipant > | participant_ |
New data about a participant. | |
Public Instance Methods | |
updateGroupCallParticipant () | |
updateGroupCallParticipant (int32 group_call_id_, object_ptr< groupCallParticipant > &&participant_) | |
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 = -803128071 |
Identifier uniquely determining a type of the object. | |
Information about a group call participant was changed. The updates are sent only after the group call is received through getGroupCall and only if the call is joined or being joined.
updateGroupCallParticipant | ( | int32 | group_call_id_, |
object_ptr< groupCallParticipant > && | participant_ | ||
) |
Information about a group call participant was changed. The updates are sent only after the group call is received through getGroupCall and only if the call is joined or being joined.
[in] | group_call_id_ | Identifier of group call. |
[in] | participant_ | New data about a participant. |
|
finalvirtual |