Preparing search index...
The search index is not available
mtcute - v0.17.2
mtcute
@mtcute/core
highlevel/methods
quoteWithMedia
Function quoteWithMedia
quote
With
Media
(
client
,
message
,
params
)
:
ReturnType
<
typeof
sendMedia
>
Send a media in reply to a given quote
Parameters
client
:
ITelegramClient
message
:
Message
params
:
Omit
<
CommonSendParams
&
{
caption
?:
InputText
;
invert
?:
boolean
;
progressCallback
?:
(
(
uploaded
:
number
,
total
:
number
)
=>
void
)
;
replyMarkup
?:
ReplyMarkup
;
}
,
"quoteText"
|
"quoteEntities"
>
&
{
end
:
number
;
start
:
number
;
toChatId
?:
InputPeerLike
;
}
&
{
media
:
string
|
InputMediaLike
;
}
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 quote