Package org.drinkless.tdlib
Class TdApi.ChatEventVideoChatParticipantIsMutedToggled
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.ChatEventAction
-
- org.drinkless.tdlib.TdApi.ChatEventVideoChatParticipantIsMutedToggled
-
- Enclosing class:
- TdApi
public static class TdApi.ChatEventVideoChatParticipantIsMutedToggled extends TdApi.ChatEventAction
A video chat participant was muted or unmuted.
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.booleanisMutedNew value of isMuted.TdApi.MessageSenderparticipantIdIdentifier of the affected group call participant.
-
Constructor Summary
Constructors Constructor Description ChatEventVideoChatParticipantIsMutedToggled()A video chat participant was muted or unmuted.ChatEventVideoChatParticipantIsMutedToggled(TdApi.MessageSender participantId, boolean isMuted)A video chat participant was muted or unmuted.
-
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
-
participantId
public TdApi.MessageSender participantId
Identifier of the affected group call participant.
-
isMuted
public boolean isMuted
New value of isMuted.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ChatEventVideoChatParticipantIsMutedToggled
public ChatEventVideoChatParticipantIsMutedToggled()
A video chat participant was muted or unmuted.
-
ChatEventVideoChatParticipantIsMutedToggled
public ChatEventVideoChatParticipantIsMutedToggled(TdApi.MessageSender participantId, boolean isMuted)
A video chat participant was muted or unmuted.- Parameters:
participantId- Identifier of the affected group call participant.isMuted- New value of isMuted.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-