Added ReportButton Widget to api

This commit is contained in:
noremac201
2018-01-07 21:45:46 -06:00
committed by Adam
parent 26aec4fe1c
commit a144788c72
2 changed files with 3 additions and 2 deletions

View File

@@ -157,6 +157,7 @@ class WidgetID
static class Chatbox
{
static final int CHATBOX_MESSAGES = 29;
static final int CHATBOX_REPORT_TEXT = 28;
static final int CHATBOX_BUTTONS = 1;
}