996 B
996 B
title | description |
---|---|
updateContactLink | updateContactLink attributes, type and example |
Constructor: updateContactLink
Attributes:
Name | Type | Required |
---|---|---|
user_id | int | Yes |
my_link | contacts_MyLink | Yes |
foreign_link | contacts_ForeignLink | Yes |
Type: Update
Example:
$updateContactLink = ['_' => 'updateContactLink', 'user_id' => int, 'my_link' => contacts_MyLink, 'foreign_link' => contacts_ForeignLink];
PWRTelegram json-encoded version:
{"_": "updateContactLink", "user_id": int, "my_link": contacts_MyLink, "foreign_link": contacts_ForeignLink}
Or, if you're into Lua:
updateContactLink={_='updateContactLink', user_id=int, my_link=contacts_MyLink, foreign_link=contacts_ForeignLink}