--- title: "inputTheme" description: "Theme" nav_exclude: true image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png --- # Constructor: inputTheme [Back to constructors index](/API_docs/constructors/index.html) Theme ### Attributes: | Name | Type | Required | Description | |----------|---------------|----------|-------------| |id|[long](/API_docs/types/long.html) | Yes|ID| |access\_hash|[long](/API_docs/types/long.html) | Yes|Access hash| ### Type: [InputTheme](/API_docs/types/InputTheme.html) ### Example: ``` $inputTheme = ['_' => 'inputTheme', 'id' => long, 'access_hash' => long]; ```