true, "one_time_keyboard" => true, "keyboard" => [ [ ["text" => "✏️ ورود به حساب"], ["text" => "✍️ ثبت نام"] ] ] ]); $backToEnterKeyboard = json_encode([ "resize_keyboard" => true, "one_time_keyboard" => true, "keyboard" => [ [ ["text" => "↩️ بازگشت به منو ورود"] ] ] ]); $userMainKeyboard = json_encode([ "resize_keyboard" => true, "one_time_keyboard" => false, "keyboard" => [ [ ["text" => "💸 نرخ تتر"], ["text" => "🏦 فروش تتر"] ], [ ["text" => "💰 کیف پول"], ["text" => "👤 حساب کاربری"] ], [ ["text" => "🛠 پشتیبانی"], ["text" => "📜 قوانین"] ] ] ]); $userAccountKeyboard = json_encode([ "resize_keyboard" => true, "one_time_keyboard" => true, "keyboard" => [ [ ["text" => "🗑 حذف شماره کارت"], ["text" => "💳 ثبت شماره کارت"] ], [ ["text" => "🔐 تغییر رمزعبور"], ["text" => "🚪 خروج از حساب"] ], [ ["text" => "↩️ بازگشت به منو اصلی"] ] ] ]); $backToMainKeyboard = json_encode([ "resize_keyboard" => true, "one_time_keyboard" => true, "keyboard" => [ [ ["text" => "↩️ بازگشت به منو اصلی"] ] ] ]); $walletKeyboard = json_encode([ "resize_keyboard" => true, "keyboard" => [ [ ["text" => "📤 درخواست برداشت"], ["text" => "📜 تراکنش‌ها"] ], [ ["text" => "↩️ بازگشت به منو اصلی"] ] ] ]); $confirmKeyboard = json_encode([ "resize_keyboard" => true, "keyboard" => [ [["text" => "✔️ تایید برداشت"]], [["text" => "❌ لغو عملیات"]], ] ]); $transactionsMenuKeyboard = json_encode([ "resize_keyboard" => true, "keyboard" => [ [["text" => "💸 تراکنش‌های فروش"], ["text" => "💳 تراکنش‌های برداشت"]], [["text" => "↩️ بازگشت به منو اصلی"]], ] ]); $adminMainKeyboard = json_encode([ "resize_keyboard" => true, "keyboard" => [ [["text" => "👤 مدیریت کاربران"]], [["text" => "💼 مدیریت مالی"], ["text" => "📢 مدیریت کانال‌ها"]], [["text" => "⚙️ تنظیمات سیستم"], ["text" => "📬 پیام‌رسانی"]], [["text" => "⬅️ خروج از پنل"]] ] ]); $backToAdminKeyboard = json_encode([ "resize_keyboard" => true, "keyboard" => [ [["text" => "↩️ بازگشت به مدیریت"]] ] ]); $confirmDeleteCardKeyboard = json_encode([ "keyboard" => [ [["text" => "🗑 تایید حذف"]], [["text" => "❌ لغو عملیات"]] ], "resize_keyboard" => true ]);