InputGroupCallSlug
- class pyrogram.raw.types.InputGroupCallSlug
Join a conference call through an invitation link ».
Constructor of
InputGroupCall.- Details:
Layer:
223ID:
FE06823F
- Parameters:
slug (
str) – Slug from the conference link ».
TL Schema
inputGroupCallSlug#fe06823f
slug:string
= InputGroupCall
Parameter Tree
InputGroupCallSlug
└── slug →
stringExample
InputGroupCallSlug(
slug="text",
)