Documentation - v0.27.0
Preparing search index...
@mtcute/core
highlevel/methods
answerText
Function answerText
answerText
(
client
:
ITelegramClient
,
message
:
Message
,
...
params
:
[
text
:
InputText
,
params
?:
CommonSendParams
&
{
disableWebPreview
?:
boolean
;
invertMedia
?:
boolean
;
replyMarkup
?:
ReplyMarkup
;
}
,
]
,
)
:
Promise
<
Message
>
Send a text to the same chat (and topic, if applicable) as a given message
Parameters
client
:
ITelegramClient
message
:
Message
...
params
:
[
text
:
InputText
,
params
?:
CommonSendParams
&
{
disableWebPreview
?:
boolean
;
invertMedia
?:
boolean
;
replyMarkup
?:
ReplyMarkup
;
}
,
]
Returns
Promise
<
Message
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Documentation - v0.27.0
Loading...
Send a text to the same chat (and topic, if applicable) as a given message