MadelineProtoDocs/docs/API_docs/constructors/updateMessageExtendedMedia.md

32 lines
869 B
Markdown
Raw Normal View History

2024-05-01 14:53:46 +02:00
---
title: "updateMessageExtendedMedia"
description: "Extended media update"
nav_exclude: true
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: updateMessageExtendedMedia
[Back to constructors index](/API_docs/constructors/index.html)
Extended media update
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|peer|[long](/API_docs/types/long.html) | Yes|Peer|
|msg\_id|[int](/API_docs/types/int.html) | Yes|Message ID|
|extended\_media|[MessageExtendedMedia](/API_docs/types/MessageExtendedMedia.html) | Yes|Extended media|
### Type: [Update](/API_docs/types/Update.html)
### Example:
```
$updateMessageExtendedMedia = ['_' => 'updateMessageExtendedMedia', 'peer' => long, 'msg_id' => int, 'extended_media' => MessageExtendedMedia];
```