ChannelAdminLogEventActionStartGroupCall
- class pyrogram.raw.types.ChannelAdminLogEventActionStartGroupCall
A group call was started
Constructor of
ChannelAdminLogEventAction.- Details:
Layer:
223ID:
23209745
- Parameters:
call (
InputGroupCall) – Group call
TL Schema
channelAdminLogEventActionStartGroupCall#23209745
call:InputGroupCall
= ChannelAdminLogEventAction
Parameter Tree
ChannelAdminLogEventActionStartGroupCall
└── call →
InputGroupCallExample
ChannelAdminLogEventActionStartGroupCall(
call=InputGroupCall(
id=0,
access_hash=0
),
)