MadelineProtoDocs/docs/API_docs/constructors/inputTheme.md

679 B

title description image
inputTheme Input theme https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: inputTheme

Back to constructors index

Input theme

Attributes:

Name Type Required Description
id long Yes ID
access_hash long Yes Access hash

Type: InputTheme

Example:

$inputTheme = ['_' => 'inputTheme', 'id' => long, 'access_hash' => long];

Or, if you're into Lua:

inputTheme={_='inputTheme', id=long, access_hash=long}