public static class TdApi.ChatEventVideoChatMuteNewParticipantsToggled extends TdApi.ChatEventAction
TdApi.ChatEventAction.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
boolean |
muteNewParticipants
New value of the muteNewParticipants setting.
|
Constructor and Description |
---|
ChatEventVideoChatMuteNewParticipantsToggled()
The muteNewParticipants setting of a video chat was toggled.
|
ChatEventVideoChatMuteNewParticipantsToggled(boolean muteNewParticipants)
The muteNewParticipants setting of a video chat was toggled.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public boolean muteNewParticipants
public static final int CONSTRUCTOR
public ChatEventVideoChatMuteNewParticipantsToggled()
public ChatEventVideoChatMuteNewParticipantsToggled(boolean muteNewParticipants)
muteNewParticipants
- New value of the muteNewParticipants setting.public int getConstructor()
getConstructor
in class TdApi.ChatEventAction