import re import asyncio import os import logging from aiogram import Bot, Dispatcher, types, F from aiogram.types import Message, InlineKeyboardMar…