719 B
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
Whether messages forwarded from this user will be anonymous
Type: InputPrivacyKey
Example:
$inputPrivacyKeyForwards = ['_' => 'inputPrivacyKeyForwards'];
Or, if you're into Lua:
inputPrivacyKeyForwards={_='inputPrivacyKeyForwards'}