Layer 220
constructor
inputTheme#3c5693e9 id:long access_hash:long = InputTheme;

Parameters

Name Type Description
Id long ID
AccessHash long Access hash

Returns

InputTheme

Gogram Example

// Creating InputTheme constructor
obj := &tg.InputTheme{
    Id: int64(0),
    AccessHash: int64(0),
}