Send an Excel file into Telegram group using node-telegram-bot-api
import * as TelegramBot from 'node-telegram-bot-api';
import * as fs from 'fs';
const TOKEN = '<your_token_got_from_gotfather>';
const GROUP_ID = '<your_group_id>';
const FILE = './data.xlsx';