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

10 lines
167 B
Python

from dataclasses import dataclass
@dataclass
class PyroCommand:
"""Command stored in PyroClient's 'commands' attribute"""
command: str
description: str