1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-15 08:36:55 +01:00
MadelineProto/docs/TD_docs/methods/setPrivacy.md
2017-08-25 14:43:29 +02:00

24 lines
492 B
Markdown

---
title: setPrivacy
description: Changes privacy settings
---
## Method: setPrivacy
[Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Changes privacy settings
### Params:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|key|[PrivacyKey](../types/PrivacyKey.md) | Yes|Privacy key|
|rules|[privacyRules](../types/privacyRules.md) | Yes|New privacy rules|
### Return type: [Ok](../types/Ok.md)