mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-14 21:46:55 +01:00
23 lines
414 B
Markdown
23 lines
414 B
Markdown
---
|
|
title: updateCall
|
|
description: Information about a call was updated
|
|
---
|
|
## Constructor: updateCall
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
Information about a call was updated
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required | Description |
|
|
|----------|---------------|----------|-------------|
|
|
|call|[call](../types/call.md) | Yes|New data about a call|
|
|
|
|
|
|
|
|
### Type: [Update](../types/Update.md)
|
|
|
|
|