Inherits Object.
Describes a recently speaking participant in a group call.
Public Fields | |
object_ptr< MessageSender > | participant_id_ |
Group call participant identifier. | |
bool | is_speaking_ |
True, is the user has spoken recently. | |
Public Instance Methods | |
groupCallRecentSpeaker () | |
groupCallRecentSpeaker (object_ptr< MessageSender > &&participant_id_, bool is_speaking_) | |
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 = 1819519436 |
Identifier uniquely determining a type of the object. | |
Describes a recently speaking participant in a group call.
groupCallRecentSpeaker | ( | object_ptr< MessageSender > && | participant_id_, |
bool | is_speaking_ | ||
) |
Describes a recently speaking participant in a group call.
[in] | participant_id_ | Group call participant identifier. |
[in] | is_speaking_ | True, is the user has spoken recently. |
|
finalvirtual |