LibBotUniversal/src/libbot/pyrogram/classes/command.py

10 lines
167 B
Python
Raw Normal View History

2023-06-26 13:19:29 +03:00
from dataclasses import dataclass
@dataclass
class PyroCommand:
"""Command stored in PyroClient's 'commands' attribute"""
command: str
description: str