Layer 220
InputThemeSlug
Theme by theme ID
constructor
inputThemeSlug#f5890df1 slug:string = InputTheme;
Parameters
| Name | Type | Description |
|---|---|---|
| Slug | string | Unique theme ID obtained from a theme deep link |
Returns
InputThemeGogram Example
// Creating InputThemeSlug constructor obj := &tg.InputThemeSlug{ Slug: "...", }