Layer 220
constructor
inputStickerSetID#9de7a269 id:long access_hash:long = InputStickerSet;

Parameters

Name Type Description
Id long ID
AccessHash long Access hash

Returns

InputStickerSet

Gogram Example

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