feat: add models part 2
This commit is contained in:
@@ -22,4 +22,8 @@ class ReportTargetReason(Enum):
|
||||
HATE = 'hate' # ненависть
|
||||
ADULT = 'adult' # 18+
|
||||
FRAUD = 'fraud' # обман\мошенничество
|
||||
OTHER = 'other' # другое
|
||||
OTHER = 'other' # другое
|
||||
|
||||
class AttachType(Enum):
|
||||
AUDIO = 'audio'
|
||||
IMAGE = 'image'
|
||||
|
||||
Reference in New Issue
Block a user