InputTheme

class pyrogram.raw.base.InputTheme

Cloud theme

Constructors:

This base type has 2 constructors available.

InputTheme

Theme

InputThemeSlug

Theme by theme ID

TL Schema

inputTheme#3c5693e9
id:long
access_hash:long

= InputTheme

Parameter Tree

InputTheme
├── idlong
└── access_hashlong

Example

InputTheme(
    id=0,
    access_hash=0,
)