java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.ChatEventAction
it.tdlight.jni.TdApi.ChatEventVoiceChatMuteNewParticipantsToggled
- Enclosing class:
- TdApi
public static final class TdApi.ChatEventVoiceChatMuteNewParticipantsToggled
extends TdApi.ChatEventAction
The muteNewParticipants setting of a
voice chat was toggled.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
boolean
New value of the muteNewParticipants setting. -
Constructor Summary
ConstructorsConstructorDescriptionThe muteNewParticipants setting of a voice chat was toggled.ChatEventVoiceChatMuteNewParticipantsToggled
(boolean muteNewParticipants) The muteNewParticipants setting of a voice chat was toggled.The muteNewParticipants setting of a voice 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
-
ChatEventVoiceChatMuteNewParticipantsToggled
public ChatEventVoiceChatMuteNewParticipantsToggled()The muteNewParticipants setting of a voice chat was toggled. -
ChatEventVoiceChatMuteNewParticipantsToggled
public ChatEventVoiceChatMuteNewParticipantsToggled(boolean muteNewParticipants) The muteNewParticipants setting of a voice chat was toggled.- Parameters:
muteNewParticipants
- boolean New value of the muteNewParticipants setting.
-
ChatEventVoiceChatMuteNewParticipantsToggled
The muteNewParticipants setting of a voice 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()
-