InputGroupCall

class pyrogram.raw.base.InputGroupCall

Indicates a group call

Constructors:

This base type has 3 constructors available.

InputGroupCall

Points to a specific group call

InputGroupCallInviteMessage

Join a group call through a messageActionConferenceCall invitation message.

InputGroupCallSlug

Join a conference call through an invitation link ».

TL Schema

inputGroupCall#d8aa840f
id:long
access_hash:long

= InputGroupCall

Parameter Tree

InputGroupCall
├── idlong
└── access_hashlong

Example

InputGroupCall(
    id=0,
    access_hash=0,
)