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

734 B

title description
contacts.myLinkRequested contacts_myLinkRequested attributes, type and example

Constructor: contacts.myLinkRequested

Back to constructors index

Attributes:

Name Type Required
contact Bool Yes

Type: contacts_MyLink

Example:

$contacts_myLinkRequested = ['_' => 'contacts.myLinkRequested', 'contact' => Bool];

PWRTelegram json-encoded version:

{"_": "contacts.myLinkRequested", "contact": Bool}

Or, if you're into Lua:

contacts_myLinkRequested={_='contacts.myLinkRequested', contact=Bool}