InputTheme
- class pyrogram.raw.types.InputTheme
Theme
Constructor of
InputTheme.- Details:
Layer:
223ID:
3C5693E9
- Parameters:
id (
int64-bit) – IDaccess_hash (
int64-bit) – Access hash
TL Schema
inputTheme#3c5693e9
id:long
access_hash:long
= InputTheme
Parameter Tree
InputTheme
├── id →
long└── access_hash →
longExample
InputTheme(
id=0,
access_hash=0,
)