mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-03 20:57:48 +01:00
496 B
496 B
title | description |
---|---|
messageMediaUnsupported | messageMediaUnsupported attributes, type and example |
Constructor: messageMediaUnsupported
Attributes:
Name | Type | Required |
---|---|---|
bytes | bytes | Required |
Type: MessageMedia
Example:
$messageMediaUnsupported = ['_' => 'messageMediaUnsupported', 'bytes' => bytes, ];