// بخش دکمه های join به جای متن ثابت $buttons = []; foreach ($channels as $chan) { $buttons[] = [['text' => $chan, 'url' => "https://t.me/" . ltrim($chan, '@')]]; } $buttons[] = [['text' => "🔄 بررسی دوباره", 'callback_data' => "recheck_join"]]; bot('sendMessage', [ 'chat_id' => $chat_id, 'text' => "برای ادامه، باید عضو همه کانال‌ها شوید:", 'reply_markup' => json_encode(['inline_keyboard' => $buttons]) ]);