Layer 224
constructor
inputGroupCallSlug#fe06823f slug:string = InputGroupCall;

Parameters

Name Type Description
Slug string Slug from the conference link.

Returns

InputGroupCall

Gogram Example

// Creating InputGroupCallSlug constructor
obj := &tg.InputGroupCallSlug{
    Slug: "Hello, World!",
}