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

860 B

title description nav_exclude image
channelAdminLogEventActionParticipantMute A group call participant was muted true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: channelAdminLogEventActionParticipantMute

Back to constructors index

A group call participant was muted

Attributes:

Name Type Required Description
participant GroupCallParticipant Yes The participant that was muted

Type: ChannelAdminLogEventAction

Example:

$channelAdminLogEventActionParticipantMute = ['_' => 'channelAdminLogEventActionParticipantMute', 'participant' => GroupCallParticipant];