Skip to content

Instantly share code, notes, and snippets.

@tuanpm0612
tuanpm0612 / SoChiTieu.gs
Created April 10, 2024 10:21 — forked from NoCtrlZ1110/SoChiTieu.gs
Telegram to Google Sheet || Subscribe to my channel: https://bit.ly/van-huy-dev-youtube
// Constants
const TOKEN = `<YourTokenHere>`;
const BASE_URL = `https://api.telegram.org/bot${TOKEN}`;
const CHAT_ID = '<ChatId>';
const DEPLOYED_URL = '<YourScriptDeployedURL>';
const SUM_CELL = 'G2';
const METHODS = {
SEND_MESSAGE: 'sendMessage',
SET_WEBHOOK: 'setWebhook',