Layer 224
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(5678901234567890), AccessHash: int64(1234567890123456), FileReference: []byte{0x01, 0x02}}, }