Layer 220
constructor
inputStickeredMediaPhoto#4a992157 id:InputPhoto = InputStickeredMedia;

Parameters

Name Type Description
Id InputPhoto The photo

Gogram Example

// Creating InputStickeredMediaPhoto constructor
obj := &tg.InputStickeredMediaPhoto{
    Id: &tg.InputPhoto{ID: int64(0), AccessHash: int64(0), FileReference: []byte{}},
}