MadelineProtoDocs/docs/API_docs/constructors/channelAdminLogEventActionParticipantUnmute.md
2024-05-01 14:53:46 +02:00

30 lines
874 B
Markdown

---
title: "channelAdminLogEventActionParticipantUnmute"
description: "A group call participant was unmuted"
nav_exclude: true
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: channelAdminLogEventActionParticipantUnmute
[Back to constructors index](/API_docs/constructors/index.html)
A group call participant was unmuted
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|participant|[GroupCallParticipant](/API_docs/types/GroupCallParticipant.html) | Yes|The participant that was unmuted|
### Type: [ChannelAdminLogEventAction](/API_docs/types/ChannelAdminLogEventAction.html)
### Example:
```
$channelAdminLogEventActionParticipantUnmute = ['_' => 'channelAdminLogEventActionParticipantUnmute', 'participant' => GroupCallParticipant];
```