mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-12 18:47:21 +01:00
599 B
599 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, ];
Or, if you're into Lua:
messageMediaUnsupported={_='messageMediaUnsupported', bytes=bytes, }