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