InputGroupCall

class pyrogram.raw.types.InputGroupCall

Points to a specific group call

Constructor of InputGroupCall.

Details:
  • Layer: 223

  • ID: D8AA840F

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

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

TL Schema

inputGroupCall#d8aa840f
id:long
access_hash:long

= InputGroupCall

Parameter Tree

InputGroupCall
├── idlong
└── access_hashlong

Example

InputGroupCall(
    id=0,
    access_hash=0,
)