Preparing search index...
The search index is not available
Documentation - v0.19.5
Documentation
@mtcute/web
methods
resolveUser
Function resolveUser
resolveUser
(
client
:
ITelegramClient
,
peerId
:
InputPeerLike
,
force
?:
boolean
,
)
:
Promise
<
tl.TypeInputUser
>
Shorthand for
resolvePeer
that converts the input peer to
InputUser
.
Parameters
client
:
ITelegramClient
peerId
:
InputPeerLike
force
:
boolean
= false
Returns
Promise
<
tl.TypeInputUser
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Documentation - v0.19.5
Loading...
Shorthand for
resolvePeer
that converts the input peer toInputUser
.