MadelineProtoDocs/old_docs/API_docs_v18/constructors/contacts_foreignLinkRequested.md

767 B

title description image
contacts.foreignLinkRequested Foreign link requested https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: contacts.foreignLinkRequested

Back to constructors index

Foreign link requested

Attributes:

Name Type Required Description
has_phone Bool Yes Has phone?

Type: contacts_ForeignLink

Example:

$contacts_foreignLinkRequested = ['_' => 'contacts.foreignLinkRequested', 'has_phone' => Bool];

Or, if you're into Lua:

contacts_foreignLinkRequested={_='contacts.foreignLinkRequested', has_phone=Bool}