GroupCallDiscarded

class pyrogram.raw.types.GroupCallDiscarded

An ended group call

Constructor of GroupCall.

Details:
  • Layer: 223

  • ID: 7780BCB4

Parameters:
  • id (int 64-bit) – Group call ID

  • access_hash (int 64-bit) – Group call access hash

  • duration (int 32-bit) – Group call duration

TL Schema

groupCallDiscarded#7780bcb4
id:long
access_hash:long
duration:int

= GroupCall

Parameter Tree

GroupCallDiscarded
├── idlong
├── access_hashlong
└── durationint

Example

GroupCallDiscarded(
    id=0,
    access_hash=0,
    duration=0,
)