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
A video chat participant was muted or unmuted.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.booleanNew value of isMuted.Identifier of the affected group call participant. -
Constructor Summary
ConstructorsConstructorDescriptionA video chat participant was muted or unmuted.ChatEventVideoChatParticipantIsMutedToggled(TdApi.MessageSender participantId, boolean isMuted) A video chat participant was muted or unmuted. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
participantId
Identifier of the affected group call participant. -
isMuted
public boolean isMutedNew value of isMuted. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
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 Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-