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

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

Back to constructors index

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];