MadelineProtoDocs/docs/API_docs/constructors/inputPrivacyKeyForwards.md

519 B

title description image
inputPrivacyKeyForwards Can his messages be forwarded? https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: inputPrivacyKeyForwards

Back to constructors index

Can his messages be forwarded?

Type: InputPrivacyKey

Example:

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

Or, if you're into Lua:

inputPrivacyKeyForwards={_='inputPrivacyKeyForwards'}