ChannelAdminLogEventActionStartGroupCall

class pyrogram.raw.types.ChannelAdminLogEventActionStartGroupCall

A group call was started

Constructor of ChannelAdminLogEventAction.

Details:
  • Layer: 223

  • ID: 23209745

Parameters:

call (InputGroupCall) – Group call

TL Schema

channelAdminLogEventActionStartGroupCall#23209745
call:InputGroupCall

= ChannelAdminLogEventAction

Parameter Tree

ChannelAdminLogEventActionStartGroupCall
└── callInputGroupCall
├── InputGroupCall
│ ├── idlong
│ └── access_hashlong
│ └── slugstring
└── msg_idint

Example

ChannelAdminLogEventActionStartGroupCall(
    call=InputGroupCall(
        id=0,
        access_hash=0
    ),
)