phone.GetGroupCallStars
- class pyrogram.raw.functions.phone.GetGroupCallStars
{schema}
- Details:
Layer:
223ID:
6F636302
- Parameters:
call (
InputGroupCall)- Returns:
TL Schema
phone.getGroupCallStars#6f636302
call:InputGroupCall
= phone.GroupCallStars
Parameter Tree
GetGroupCallStars
└── call →
InputGroupCallExample
await app.invoke(
GetGroupCallStars(
call=InputGroupCall(
id=0,
access_hash=0
),
)
)