config command now works fully
This commit is contained in:
9
bot/modules/api/objects/action.py
Normal file
9
bot/modules/api/objects/action.py
Normal file
@@ -0,0 +1,9 @@
|
||||
import dataclasses
|
||||
|
||||
|
||||
@dataclasses.dataclass
|
||||
class Action:
|
||||
chat_id: int
|
||||
action_module: str
|
||||
action: str
|
||||
overload: str = None
|
||||
Reference in New Issue
Block a user