- quoteWithText(
client: ITelegramClient,
message: Message,
params: Omit<
CommonSendParams & {
disableWebPreview?: boolean;
invertMedia?: boolean;
replyMarkup?: ReplyMarkup;
},
"quoteText"
| "quoteEntities",
> & { end: number; start: number; toChatId?: InputPeerLike } & {
text: InputText;
},
): ReturnType<typeof sendText> Returns ReturnType<typeof sendText>
Send a text in reply to a given quote