1
0
mirror of https://github.com/danog/MadelineProto.git synced 2025-01-07 14:08:35 +01:00
MadelineProto/old_docs/API_docs_v23/constructors/contacts_myLinkRequested.md
2017-07-23 16:11:02 +02:00

737 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, }