MadelineProtoDocs/docs/API_docs/constructors/inputTheme.md
2024-05-01 14:53:46 +02:00

642 B

title description nav_exclude image
inputTheme Theme true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: inputTheme

Back to constructors index

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];