MadelineProto/docs/TD_docs/constructors/linkStateNone.md

517 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', ];

Or, if you're into Lua:

linkStateNone={_='linkStateNone', }