MadelineProtoDocs/docs/API_docs/constructors/inputPrivacyKeyForwards.md

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'}