Preparing search index...
The search index is not available
Documentation - v0.19.5
Documentation
@mtcute/core
highlevel/methods
sendStoryReaction
Function sendStoryReaction
sendStoryReaction
(
client
:
ITelegramClient
,
params
:
{
addToRecent
?:
boolean
;
peerId
:
InputPeerLike
;
reaction
:
InputReaction
;
storyId
:
number
;
}
,
)
:
Promise
<
void
>
Send (or remove) a reaction to a story
Parameters
client
:
ITelegramClient
params
:
{
addToRecent
?:
boolean
;
peerId
:
InputPeerLike
;
reaction
:
InputReaction
;
storyId
:
number
;
}
Optional
addToRecent
?:
boolean
Whether to add this reaction to recently used
peerId
:
InputPeerLike
reaction
:
InputReaction
storyId
:
number
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Documentation - v0.19.5
Loading...
Send (or remove) a reaction to a story