public static class TdApi.ChatEventVideoChatParticipantIsMutedToggled extends TdApi.ChatEventAction
| 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()
Returns an identifier uniquely determining type of the object.
|
toStringpublic 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()
TdApi.ObjectgetConstructor in class TdApi.Object