Layer 220
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(0), AccessHash: int64(0), FileReference: []byte{}},
}