Package org.drinkless.tdlib
Class TdApi.ChatEventVideoChatMuteNewParticipantsToggled
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.ChatEventAction
-
- org.drinkless.tdlib.TdApi.ChatEventVideoChatMuteNewParticipantsToggled
-
- Enclosing class:
- TdApi
public static class TdApi.ChatEventVideoChatMuteNewParticipantsToggled extends TdApi.ChatEventAction
The muteNewParticipants setting of a video chat was toggled.
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.booleanmuteNewParticipantsNew value of the muteNewParticipants setting.
-
Constructor Summary
Constructors Constructor Description ChatEventVideoChatMuteNewParticipantsToggled()The muteNewParticipants setting of a video chat was toggled.ChatEventVideoChatMuteNewParticipantsToggled(boolean muteNewParticipants)The muteNewParticipants setting of a video chat was toggled.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
muteNewParticipants
public boolean muteNewParticipants
New value of the muteNewParticipants setting.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
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- New value of the muteNewParticipants setting.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-