Preparing search index...
The search index is not available
mtcute - v0.17.2
mtcute
@mtcute/core
highlevel/methods
replyMedia
Function replyMedia
reply
Media
(
client
,
message
,
...
params
)
:
ReturnType
<
typeof
sendMedia
>
Send a media in reply to a given message
Parameters
client
:
ITelegramClient
message
:
Message
Rest
...
params
:
[
media
:
string
|
InputMediaLike
,
params
?:
CommonSendParams
&
{
caption
?:
InputText
;
invert
?:
boolean
;
progressCallback
?:
(
(
uploaded
:
number
,
total
:
number
)
=>
void
)
;
replyMarkup
?:
ReplyMarkup
;
}
]
Returns
ReturnType
<
typeof
sendMedia
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
mtcute - v0.17.2
Loading...
Send a media in reply to a given message