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