method Context.prototype.replyimport { Context } from "https://dotland.deno.dev/x/grammy@v1.12.4/mod.ts"; reply(text: string,other?: Other<"sendMessage", "chat_id" | "text">,signal?: AbortSignal,)Context-aware alias for api.sendMessage. Use this method to send text messages. On success, the sent Message is returned. Parameterstext: stringText of the message to be sent, 1-4096 characters after entities parsing optionalother: Other<"sendMessage", "chat_id" | "text">Optional remaining parameters, confer the official reference below optionalsignal: AbortSignalOptional AbortSignal to cancel the request Official reference: https://core.telegram.org/bots/api#sendmessage