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

784 B

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

Constructor: channelAdminLogEventActionStartGroupCall

Back to constructors index

A group call was started

Attributes:

Name Type Required Description
call InputGroupCall Yes Group call

Type: ChannelAdminLogEventAction

Example:

$channelAdminLogEventActionStartGroupCall = ['_' => 'channelAdminLogEventActionStartGroupCall', 'call' => InputGroupCall];