MadelineProtoDocs/docs/API_docs/constructors/inputPrivacyKeyPhoneP2P.md

577 B

title description image
inputPrivacyKeyPhoneP2P Whether the user allows P2P communication during VoIP calls https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: inputPrivacyKeyPhoneP2P

Back to constructors index

Whether the user allows P2P communication during VoIP calls

Type: InputPrivacyKey

Example:

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

Or, if you're into Lua:

inputPrivacyKeyPhoneP2P={_='inputPrivacyKeyPhoneP2P'}