mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 11:47:49 +01:00
722 B
722 B
title | description |
---|---|
messageMediaUnsupported | messageMediaUnsupported attributes, type and example |
Constructor: messageMediaUnsupported
Attributes:
Name | Type | Required |
---|---|---|
bytes | bytes | Yes |
Type: MessageMedia
Example:
$messageMediaUnsupported = ['_' => 'messageMediaUnsupported', 'bytes' => 'bytes'];
PWRTelegram json-encoded version:
{"_": "messageMediaUnsupported", "bytes": "bytes"}
Or, if you're into Lua:
messageMediaUnsupported={_='messageMediaUnsupported', bytes='bytes'}