--- title: messageMediaUnsupported description: messageMediaUnsupported attributes, type and example --- ## Constructor: messageMediaUnsupported [Back to constructors index](index.md) ### Attributes: | Name | Type | Required | |----------|---------------|----------| |bytes|[bytes](../types/bytes.md) | Yes| ### Type: [MessageMedia](../types/MessageMedia.md) ### Example: ``` $messageMediaUnsupported = ['_' => 'messageMediaUnsupported', 'bytes' => 'bytes']; ``` [PWRTelegram](https://pwrtelegram.xyz) json-encoded version: ``` {"_": "messageMediaUnsupported", "bytes": "bytes"} ``` Or, if you're into Lua: ``` messageMediaUnsupported={_='messageMediaUnsupported', bytes='bytes'} ```