Skip to content

Instantly share code, notes, and snippets.

@vanbeonhv
vanbeonhv / SoChiTieu.gs
Last active May 5, 2024 05:56 — forked from NoCtrlZ1110/SoChiTieu.gs
Telegram to Google Sheet || Subscribe to original author channel: https://bit.ly/van-huy-dev-youtube
// Constants
const TOKEN = `token`;
const BASE_URL = `https://api.telegram.org/bot${TOKEN}`;
const CHAT_ID = '=chat id';
const DEPLOYED_URL = 'deployed url';
const SUM_CELL = 'E2';
const METHODS = {
SEND_MESSAGE: 'sendMessage',
SET_WEBHOOK: 'setWebhook',