TDLib
|
Inherits td::td_api::ChatEventAction.
Public Member Functions | |
chatEventVideoChatParticipantVolumeLevelChanged () | |
chatEventVideoChatParticipantVolumeLevelChanged (object_ptr< MessageSender > &&participant_id_, int32 volume_level_) | |
std::int32_t | get_id () const final |
void | store (TlStorerToString &s, const char *field_name) const final |
Public Member Functions inherited from td::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 |
Public Attributes | |
object_ptr< MessageSender > | participant_id_ |
Identifier of the affected group call participant. | |
int32 | volume_level_ |
New value of volume_level; 1-20000 in hundreds of percents. | |
Static Public Attributes | |
static const std::int32_t | ID = 1131385534 |
Identifier uniquely determining a type of the object. | |
A video chat participant volume level was changed.
td::td_api::chatEventVideoChatParticipantVolumeLevelChanged::chatEventVideoChatParticipantVolumeLevelChanged | ( | ) |
A video chat participant volume level was changed.
td::td_api::chatEventVideoChatParticipantVolumeLevelChanged::chatEventVideoChatParticipantVolumeLevelChanged | ( | object_ptr< MessageSender > && | participant_id_, |
int32 | volume_level_ | ||
) |
A video chat participant volume level was changed.
[in] | participant_id_ | Identifier of the affected group call participant. |
[in] | volume_level_ | New value of volume_level; 1-20000 in hundreds of percents. |
|
inlinefinalvirtual |
Returns identifier uniquely determining a type of the object.
Implements td::TlObject.
|
finalvirtual |
Helper function for to_string method. Appends string representation of the object to the storer.
[in] | s | Storer to which object string representation will be appended. |
[in] | field_name | Object field_name if applicable. |
Implements td::TlObject.