Layer 220
InputStickeredMediaPhoto
A photo with stickers attached
constructor
inputStickeredMediaPhoto#4a992157 id:InputPhoto = InputStickeredMedia;
Parameters
| Name | Type | Description |
|---|---|---|
| Id | InputPhoto | The photo |
Returns
InputStickeredMediaGogram Example
// Creating InputStickeredMediaPhoto constructor obj := &tg.InputStickeredMediaPhoto{ Id: &tg.InputPhoto{ID: int64(0), AccessHash: int64(0), FileReference: []byte{}}, }