• 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>