MadelineProtoDocs/docs/API_docs/constructors/privacyKeyForwards.md

34 lines
701 B
Markdown
Raw Normal View History

2019-03-29 21:12:30 +01:00
---
title: privacyKeyForwards
2019-12-27 17:48:04 +01:00
description: Whether messages forwarded from the user will be [anonymously forwarded](https://telegram.org/blog/unsend-privacy-emoji#anonymous-forwarding)
2019-03-29 21:12:30 +01:00
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: privacyKeyForwards
[Back to constructors index](index.md)
2019-12-27 17:48:04 +01:00
Whether messages forwarded from the user will be [anonymously forwarded](https://telegram.org/blog/unsend-privacy-emoji#anonymous-forwarding)
2019-03-29 21:12:30 +01:00
### Type: [PrivacyKey](../types/PrivacyKey.md)
### Example:
```php
$privacyKeyForwards = ['_' => 'privacyKeyForwards'];
```
Or, if you're into Lua:
```lua
privacyKeyForwards={_='privacyKeyForwards'}
```