def refresh_admin(update, _): try: ADMIN_CACHE.pop(update.effective_chat.id) except KeyError: pass update.effective_message.reply_text("Admin siyahısı yeniləndi!")
def refresh_admin(update, _): try: ADMIN_CACHE.pop(update.effective_chat.id) except KeyError: pass update.effective_message.reply_text("Admins cache refreshed!")
def refresh_admin(update, _): try: ADMIN_CACHE.pop(update.effective_chat.id) except KeyError: pass update.effective_message.reply_text("Cache admin disegarkan!")