MadelineProtoDocs/old_docs/API_docs_v0/constructors/contacts.foreignLinkRequested.md
2020-06-16 17:50:25 +02:00

812 B

title description image redirect_from
contacts.foreignLinkRequested contacts.foreignLinkRequested attributes, type and example https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png /API_docs/constructors/contacts_foreignLinkRequested.html

Constructor: contacts.foreignLinkRequested

Back to constructors index

Attributes:

Name Type Required
has_phone Bool Yes

Type: contacts.ForeignLink

Example:

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

Or, if you're into Lua:

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