MadelineProtoDocs/docs/API_docs/constructors/inputPrivacyKeyForwards.md

613 B

title description image
inputPrivacyKeyForwards inputPrivacyKeyForwards attributes, type and example https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: inputPrivacyKeyForwards

Back to constructors index

Type: InputPrivacyKey

Example:

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

PWRTelegram json-encoded version:

{"_": "inputPrivacyKeyForwards"}

Or, if you're into Lua:

inputPrivacyKeyForwards={_='inputPrivacyKeyForwards'}