Layer 220
InputStickerSetId
Stickerset by ID
constructor
inputStickerSetID#9de7a269 id:long access_hash:long = InputStickerSet;
Parameters
| Name | Type | Description |
|---|---|---|
| Id | long | ID |
| AccessHash | long | Access hash |
Returns
InputStickerSetGogram Example
// Creating InputStickerSetId constructor obj := &tg.InputStickerSetId{ Id: int64(0), AccessHash: int64(0), }