MadelineProtoDocs/docs/API_docs/constructors/inputThemeSlug.md

647 B

title description image
inputThemeSlug Theme by theme ID https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: inputThemeSlug

Back to constructors index

Theme by theme ID

Attributes:

Name Type Required Description
slug string Yes Unique theme ID

Type: InputTheme

Example:

$inputThemeSlug = ['_' => 'inputThemeSlug', 'slug' => 'string'];

Or, if you're into Lua:

inputThemeSlug={_='inputThemeSlug', slug='string'}