Documentation - v0.27.0
Preparing search index...
@mtcute/core
highlevel/methods
replyMediaGroup
Function replyMediaGroup
replyMediaGroup
(
client
:
ITelegramClient
,
message
:
Message
,
...
params
:
[
medias
:
(
string
|
InputMediaLike
)
[]
,
params
?:
CommonSendParams
&
{
invertMedia
?:
boolean
;
progressCallback
?:
(
index
:
number
,
uploaded
:
number
,
total
:
number
,
)
=>
void
;
}
,
]
,
)
:
Promise
<
Message
[]
>
Send a media group in reply to a given message
Parameters
client
:
ITelegramClient
message
:
Message
...
params
:
[
medias
:
(
string
|
InputMediaLike
)
[]
,
params
?:
CommonSendParams
&
{
invertMedia
?:
boolean
;
progressCallback
?:
(
index
:
number
,
uploaded
:
number
,
total
:
number
,
)
=>
void
;
}
,
]
Returns
Promise
<
Message
[]
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Documentation - v0.27.0
Loading...
Send a media group in reply to a given message