Adding message edit support for API
This commit is contained in:
parent
6c128d0567
commit
621d8cf2c8
4 changed files with 48 additions and 36 deletions
|
|
@ -212,6 +212,8 @@ REPORT_REASON_SELFINJURY = 7
|
|||
REPORT_REASON_FIREARMS = 8
|
||||
REPORT_REASON_DRUGS = 9
|
||||
REPORT_REASON_UNDERAGE = 10
|
||||
REPORT_REASON_LEAK = 11
|
||||
REPORT_REASON_DMCA = 12
|
||||
|
||||
report_reasons = [
|
||||
(REPORT_REASON_SPAM, "It's spam"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue