- answerText(
client: ITelegramClient,
message: Message,
...params: [
text: InputText,
params?: CommonSendParams & {
disableWebPreview?: boolean;
invertMedia?: boolean;
replyMarkup?: ReplyMarkup;
},
],
): ReturnType<typeof sendText> Returns ReturnType<typeof sendText>
Send a text to the same chat (and topic, if applicable) as a given message