java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.ChatEventAction
it.tdlight.jni.TdApi.ChatEventVideoChatMuteNewParticipantsToggled
- Enclosing class:
- TdApi
public static final class TdApi.ChatEventVideoChatMuteNewParticipantsToggled
extends TdApi.ChatEventAction
The muteNewParticipants setting of a
video chat was toggled.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
boolean
New value of the muteNewParticipants setting. -
Constructor Summary
ConstructorDescriptionThe muteNewParticipants setting of a video chat was toggled.ChatEventVideoChatMuteNewParticipantsToggled
(boolean muteNewParticipants) The muteNewParticipants setting of a video chat was toggled.The muteNewParticipants setting of a video chat was toggled. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
muteNewParticipants
public boolean muteNewParticipantsNew value of the muteNewParticipants setting. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
ChatEventVideoChatMuteNewParticipantsToggled
public ChatEventVideoChatMuteNewParticipantsToggled()The muteNewParticipants setting of a video chat was toggled. -
ChatEventVideoChatMuteNewParticipantsToggled
public ChatEventVideoChatMuteNewParticipantsToggled(boolean muteNewParticipants) The muteNewParticipants setting of a video chat was toggled.- Parameters:
muteNewParticipants
- boolean New value of the muteNewParticipants setting.
-
ChatEventVideoChatMuteNewParticipantsToggled
The muteNewParticipants setting of a video chat was toggled.- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-