Package it.tdlight.jni
Class TdApi.ChatEventVoiceChatMuteNewParticipantsToggled
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.ChatEventAction
it.tdlight.jni.TdApi.ChatEventVoiceChatMuteNewParticipantsToggled
- Enclosing class:
- TdApi
public static class TdApi.ChatEventVoiceChatMuteNewParticipantsToggled extends TdApi.ChatEventAction
The muteNewParticipants setting of a
voice chat was toggled.
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
boolean
muteNewParticipants
New value of the muteNewParticipants setting. -
Constructor Summary
Constructors Constructor Description ChatEventVoiceChatMuteNewParticipantsToggled()
The muteNewParticipants setting of a voice chat was toggled.ChatEventVoiceChatMuteNewParticipantsToggled(boolean muteNewParticipants)
The muteNewParticipants setting of a voice chat was toggled.ChatEventVoiceChatMuteNewParticipantsToggled(DataInput input)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
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:
- Constant Field Values
-
-
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
- 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()
-