mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-15 15:26:54 +01:00
23 lines
421 B
Markdown
23 lines
421 B
Markdown
---
|
|
title: updateFile
|
|
description: Information about a file was updated
|
|
---
|
|
## Constructor: updateFile
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
Information about a file was updated
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required | Description |
|
|
|----------|---------------|----------|-------------|
|
|
|file|[file](../constructors/file.md) | Yes|New data about a file|
|
|
|
|
|
|
|
|
### Type: [Update](../types/Update.md)
|
|
|
|
|