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