MadelineProtoDocs/docs/API_docs/constructors/privacyKeyForwards.md

701 B

title description image
privacyKeyForwards Whether messages forwarded from the user will be [anonymously forwarded](https://telegram.org/blog/unsend-privacy-emoji#anonymous-forwarding) https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: privacyKeyForwards

Back to constructors index

Whether messages forwarded from the user will be anonymously forwarded

Type: PrivacyKey

Example:

$privacyKeyForwards = ['_' => 'privacyKeyForwards'];

Or, if you're into Lua:

privacyKeyForwards={_='privacyKeyForwards'}