Layer 220
MessagesGetAttachedStickers
Get stickers attached to a photo or video
method
Users
messages.getAttachedStickers#cc5b67cc media:InputStickeredMedia = Vector<StickerSetCovered>;
Parameters
| Name | Type | Description |
|---|---|---|
| Media | InputStickeredMedia | Stickered media |
Returns
VectorPossible Errors
| Code | Type | Description |
|---|---|---|
| 400 | MEDIA_EMPTY | The provided media object is invalid. |
Gogram Example
// MessagesGetAttachedStickers - positional arguments result, err := client.MessagesGetAttachedStickers(&tg.InputStickeredMediaPhoto{}) if err != nil { // handle error } // result is *tg.Vector