mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-15 05:56:55 +01:00
23 lines
475 B
Markdown
23 lines
475 B
Markdown
---
|
|
title: updateSecretChat
|
|
description: Some data about a secret chat has been changed
|
|
---
|
|
## Constructor: updateSecretChat
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
Some data about a secret chat has been changed
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required | Description |
|
|
|----------|---------------|----------|-------------|
|
|
|secret\_chat|[secretChat](../types/secretChat.md) | Yes|New data about the secret chat|
|
|
|
|
|
|
|
|
### Type: [Update](../types/Update.md)
|
|
|
|
|