InputTheme
- class pyrogram.raw.base.InputTheme
Cloud theme
- Constructors:
This base type has 2 constructors available.
Theme
Theme by theme ID
TL Schema
inputTheme#3c5693e9
id:long
access_hash:long
= InputTheme
Parameter Tree
InputTheme
├── id →
long└── access_hash →
longExample
InputTheme(
id=0,
access_hash=0,
)