Source code for libbot.pyrogram.classes.command
from dataclasses import dataclass
[docs]
@dataclass
class PyroCommand:
"""Command stored in PyroClient's 'commands' attribute"""
command: str
description: str
from dataclasses import dataclass
[docs]
@dataclass
class PyroCommand:
"""Command stored in PyroClient's 'commands' attribute"""
command: str
description: str