634 B
634 B
title | description | image |
---|---|---|
inputThemeSlug | Input theme slug | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: inputThemeSlug
Input theme slug
Attributes:
Name | Type | Required | Description |
---|---|---|---|
slug | string | Yes | Slug |
Type: InputTheme
Example:
$inputThemeSlug = ['_' => 'inputThemeSlug', 'slug' => 'string'];
Or, if you're into Lua:
inputThemeSlug={_='inputThemeSlug', slug='string'}