Layer 224
constructor
inputStickeredMediaDocument#438865b id:InputDocument = InputStickeredMedia;

Parameters

Name Type Description
Id InputDocument The document

Gogram Example

// Creating InputStickeredMediaDocument constructor
obj := &tg.InputStickeredMediaDocument{
    Id: &tg.InputDocument{ID: int64(5678901234567890), AccessHash: int64(1234567890123456), FileReference: []byte{0x01, 0x02}},
}