--- title: inputStickeredMediaPhoto description: inputStickeredMediaPhoto attributes, type and example image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png --- # Constructor: inputStickeredMediaPhoto [Back to constructors index](index.md) ### Attributes: | Name | Type | Required | |----------|---------------|----------| |id|[MessageMedia, Message, Update or InputPhoto](../types/InputPhoto.md) | Optional| ### Type: [InputStickeredMedia](../types/InputStickeredMedia.md) ### Example: ``` $inputStickeredMediaPhoto = ['_' => 'inputStickeredMediaPhoto', 'id' => InputPhoto]; ``` [PWRTelegram](https://pwrtelegram.xyz) json-encoded version: ``` {"_": "inputStickeredMediaPhoto", "id": InputPhoto} ``` Or, if you're into Lua: ``` inputStickeredMediaPhoto={_='inputStickeredMediaPhoto', id=InputPhoto} ```