InputTheme

class pyrogram.raw.types.InputTheme

Theme

Constructor of InputTheme.

Details:
  • Layer: 223

  • ID: 3C5693E9

Parameters:
  • id (int 64-bit) – ID

  • access_hash (int 64-bit) – Access hash

TL Schema

inputTheme#3c5693e9
id:long
access_hash:long

= InputTheme

Parameter Tree

InputTheme
├── idlong
└── access_hashlong

Example

InputTheme(
    id=0,
    access_hash=0,
)