GroupCallDiscarded
- class pyrogram.raw.types.GroupCallDiscarded
An ended group call
Constructor of
GroupCall.- Details:
Layer:
223ID:
7780BCB4
- Parameters:
id (
int64-bit) – Group call IDaccess_hash (
int64-bit) – Group call access hashduration (
int32-bit) – Group call duration
TL Schema
groupCallDiscarded#7780bcb4
id:long
access_hash:long
duration:int
= GroupCall
Parameter Tree
GroupCallDiscarded
├── id →
long├── access_hash →
long└── duration →
intExample
GroupCallDiscarded(
id=0,
access_hash=0,
duration=0,
)