MadelineProtoDocs/old_docs/API_docs_v105/constructors/inputPrivacyKeyForwards.md
2019-12-27 17:48:04 +01:00

719 B

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

Constructor: inputPrivacyKeyForwards

Back to constructors index

Whether messages forwarded from this user will be anonymous

Type: InputPrivacyKey

Example:

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

Or, if you're into Lua:

inputPrivacyKeyForwards={_='inputPrivacyKeyForwards'}