mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-03 10:08:28 +01:00
874 B
874 B
title | description | nav_exclude | image |
---|---|---|---|
channelAdminLogEventActionParticipantUnmute | A group call participant was unmuted | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: channelAdminLogEventActionParticipantUnmute
A group call participant was unmuted
Attributes:
Name | Type | Required | Description |
---|---|---|---|
participant | GroupCallParticipant | Yes | The participant that was unmuted |
Type: ChannelAdminLogEventAction
Example:
$channelAdminLogEventActionParticipantUnmute = ['_' => 'channelAdminLogEventActionParticipantUnmute', 'participant' => GroupCallParticipant];