1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-15 22:56:54 +01:00
MadelineProto/docs/TD_docs/constructors/linkStateNone.md
Daniil Gentili 9d77dc0919 AMP fixes
2017-08-20 09:05:56 +00:00

608 B

title description
linkStateNone Other user's phone number doesn't known

Constructor: linkStateNone

Back to constructors index

Other user's phone number doesn't known

Attributes:

Name Type Required Description

Type: LinkState

Example:

$linkStateNone = ['_' => 'linkStateNone'];

PWRTelegram json-encoded version:

{"_": "linkStateNone"}

Or, if you're into Lua:

linkStateNone={_='linkStateNone'}