InputGroupCall
- class pyrogram.raw.types.InputGroupCall
Points to a specific group call
Constructor of
InputGroupCall.- Details:
Layer:
223ID:
D8AA840F
- Parameters:
id (
int64-bit) – Group call IDaccess_hash (
int64-bit) – Group call access hash
TL Schema
inputGroupCall#d8aa840f
id:long
access_hash:long
= InputGroupCall
Parameter Tree
InputGroupCall
├── id →
long└── access_hash →
longExample
InputGroupCall(
id=0,
access_hash=0,
)