MadelineProtoDocs/old_docs/API_docs_v23/constructors/contacts.foreignLinkRequested.md
2019-12-27 18:46:25 +01:00

839 B

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

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}