Skip to content

Instantly share code, notes, and snippets.

@os24ultra004
os24ultra004 / SoChiTieu.gs
Created February 15, 2024 01:22 — 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',