Layer 224
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 InputThemeObj constructor
obj := &tg.InputThemeObj{
    Id: int64(1234567890),
    AccessHash: int64(1234567890),
}