Layer 220
InputTheme
Theme
constructor
inputTheme#3c5693e9 id:long access_hash:long = InputTheme;
Parameters
| Name | Type | Description |
|---|---|---|
| Id | long | ID |
| AccessHash | long | Access hash |
Returns
InputThemeGogram Example
// Creating InputTheme constructor obj := &tg.InputTheme{ Id: int64(0), AccessHash: int64(0), }