MadelineProtoDocs/old_docs/API_docs_v18/constructors/contacts_foreignLinkRequested.md
Daniil Gentili e5a1324684 docufix
2018-04-04 23:19:57 +00:00

866 B

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

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];

PWRTelegram json-encoded version:

{"_": "contacts.foreignLinkRequested", "has_phone": Bool}

Or, if you're into Lua:

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