mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-15 06:56:55 +01:00
745 B
745 B
title | description |
---|---|
linkStateKnowsPhoneNumber | Other user's phone number is known but user not in contacts list |
Constructor: linkStateKnowsPhoneNumber
Other user's phone number is known but user not in contacts list
Attributes:
Name | Type | Required | Description |
---|
Type: LinkState
Example:
$linkStateKnowsPhoneNumber = ['_' => 'linkStateKnowsPhoneNumber', ];
PWRTelegram json-encoded version:
{"_":"linkStateKnowsPhoneNumber"}
Or, if you're into Lua:
linkStateKnowsPhoneNumber={_='linkStateKnowsPhoneNumber', }