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