InputGroupCallSlug

class pyrogram.raw.types.InputGroupCallSlug

Join a conference call through an invitation link ».

Constructor of InputGroupCall.

Details:
  • Layer: 223

  • ID: FE06823F

Parameters:

slug (str) – Slug from the conference link ».

TL Schema

inputGroupCallSlug#fe06823f
slug:string

= InputGroupCall

Parameter Tree

InputGroupCallSlug
└── slugstring

Example

InputGroupCallSlug(
    slug="text",
)