812 B
812 B
title | description | image | redirect_from |
---|---|---|---|
contacts.foreignLinkRequested | contacts.foreignLinkRequested attributes, type and example | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png | /API_docs/constructors/contacts_foreignLinkRequested.html |
Constructor: contacts.foreignLinkRequested
Attributes:
Name | Type | Required |
---|---|---|
has_phone | Bool | Yes |
Type: contacts.ForeignLink
Example:
$contacts.foreignLinkRequested = ['_' => 'contacts.foreignLinkRequested', 'has_phone' => Bool];
Or, if you're into Lua:
contacts.foreignLinkRequested={_='contacts.foreignLinkRequested', has_phone=Bool}