public static class TdApi.ChatEventVideoChatParticipantIsMutedToggled extends TdApi.ChatEventAction
TdApi.ChatEventAction.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
boolean |
isMuted
New value of isMuted.
|
TdApi.MessageSender |
participantId
Identifier of the affected group call participant.
|
Constructor and Description |
---|
ChatEventVideoChatParticipantIsMutedToggled()
A video chat participant was muted or unmuted.
|
ChatEventVideoChatParticipantIsMutedToggled(TdApi.MessageSender participantId,
boolean isMuted)
A video chat participant was muted or unmuted.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public TdApi.MessageSender participantId
public boolean isMuted
public static final int CONSTRUCTOR
public ChatEventVideoChatParticipantIsMutedToggled()
public ChatEventVideoChatParticipantIsMutedToggled(TdApi.MessageSender participantId, boolean isMuted)
participantId
- Identifier of the affected group call participant.isMuted
- New value of isMuted.public int getConstructor()
getConstructor
in class TdApi.ChatEventAction