mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 11:27:52 +01:00
734 B
734 B
title | description |
---|---|
contacts.myLinkRequested | contacts_myLinkRequested attributes, type and example |
Constructor: contacts.myLinkRequested
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}