1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-15 21:56:56 +01:00
MadelineProto/docs/TD_docs/constructors/updatePrivacy.md

24 lines
495 B
Markdown
Raw Normal View History

---
title: updatePrivacy
description: Some privacy settings has changed
---
## Constructor: updatePrivacy
[Back to constructors index](index.md)
Some privacy settings has changed
### Attributes:
| Name | Type | Required | Description |
2017-08-20 11:05:56 +02:00
|----------|---------------|----------|-------------|
|key|[PrivacyKey](../types/PrivacyKey.md) | Yes|Privacy key|
2017-09-29 15:50:59 +02:00
|rules|[privacyRules](../constructors/privacyRules.md) | Yes|New privacy rules|
### Type: [Update](../types/Update.md)