Skip to content

Instantly share code, notes, and snippets.

<html>
<body>
<input id="comment" placeholder="کامنت خود را وارد کنید..." />
<button onclick="sendComment()">SEND</button>
<script>
const tg = window.Telegram.WebApp;
function sendComment() {
const commentText = document.getElementById("comment").value;