MadelineProtoDocs/old_docs/API_docs_v0/constructors/messageMediaUnsupported.md
2020-06-16 17:50:25 +02:00

780 B

title description image
messageMediaUnsupported Current version of the client does not support this media type. https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: messageMediaUnsupported

Back to constructors index

Current version of the client does not support this media type.

Attributes:

Name Type Required Description
bytes bytes Yes

Type: MessageMedia

Example:

$messageMediaUnsupported = ['_' => 'messageMediaUnsupported', 'bytes' => 'bytes'];

Or, if you're into Lua:

messageMediaUnsupported={_='messageMediaUnsupported', bytes='bytes'}