Preparing search index...
The search index is not available
Documentation - v0.24.2
Documentation
@mtcute/bun
methods
replyText
Function replyText
replyText
(
client
:
ITelegramClient
,
message
:
Message
,
...
params
:
[
text
:
InputText
,
params
?:
CommonSendParams
&
{
disableWebPreview
?:
boolean
;
invertMedia
?:
boolean
;
replyMarkup
?:
ReplyMarkup
;
}
,
]
,
)
:
ReturnType
<
typeof
sendText
>
Send a text in reply to a given message
Parameters
client
:
ITelegramClient
message
:
Message
...
params
:
[
text
:
InputText
,
params
?:
CommonSendParams
&
{
disableWebPreview
?:
boolean
;
invertMedia
?:
boolean
;
replyMarkup
?:
ReplyMarkup
;
}
,
]
Returns
ReturnType
<
typeof
sendText
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Documentation - v0.24.2
Loading...
Send a text in reply to a given message