Layer 220
InputGroupCallSlug
Join a conference call through an invitation link.
constructor
inputGroupCallSlug#fe06823f slug:string = InputGroupCall;
Parameters
| Name | Type | Description |
|---|---|---|
| Slug | string | Slug from the conference link. |
Returns
InputGroupCallGogram Example
// Creating InputGroupCallSlug constructor obj := &tg.InputGroupCallSlug{ Slug: "...", }