579 B
579 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
Current version of the client does not support this media type.
Type: MessageMedia
Example:
$messageMediaUnsupported = ['_' => 'messageMediaUnsupported'];
Or, if you're into Lua:
messageMediaUnsupported={_='messageMediaUnsupported'}