Inherits ChatEventAction.
The mute_new_participants setting of a video chat was toggled.
Public Fields | |
| bool | mute_new_participants_ |
| New value of the mute_new_participants setting. | |
Public Instance Methods | |
| chatEventVideoChatMuteNewParticipantsToggled () | |
| chatEventVideoChatMuteNewParticipantsToggled (bool mute_new_participants_) | |
| 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 = -126547970 |
| Identifier uniquely determining a type of the object. | |
The mute_new_participants setting of a video chat was toggled.
|
explicit |
The mute_new_participants setting of a video chat was toggled.
| [in] | mute_new_participants_ | New value of the mute_new_participants setting. |
|
finalvirtual |