Layer 220
constructor
inputThemeSlug#f5890df1 slug:string = InputTheme;

Parameters

Name Type Description
Slug string Unique theme ID obtained from a theme deep link

Returns

InputTheme

Gogram Example

// Creating InputThemeSlug constructor
obj := &tg.InputThemeSlug{
    Slug: "...",
}