bot/bozenka/instances/telegram/utils/filters/chat_type.py

9 lines
81 B
Python

from aiogram.filters import Filter
class IsChatType(Filter):
"""
"""