Layer 220
InputStickeredMediaDocument
A document with stickers attached
constructor
inputStickeredMediaDocument#438865b id:InputDocument = InputStickeredMedia;
Parameters
| Name | Type | Description |
|---|---|---|
| Id | InputDocument | The document |
Returns
InputStickeredMediaGogram Example
// Creating InputStickeredMediaDocument constructor obj := &tg.InputStickeredMediaDocument{ Id: &tg.InputDocument{ID: int64(0), AccessHash: int64(0), FileReference: []byte{}}, }