MadelineProto/old_docs/API_docs_v18/constructors/contacts_foreignLinkRequested.md
Daniil Gentili 9d77dc0919 AMP fixes
2017-08-20 09:05:56 +00:00

793 B

title description
contacts.foreignLinkRequested contacts_foreignLinkRequested attributes, type and example

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}