diff options
Diffstat (limited to 'hotline/field.go')
| -rw-r--r-- | hotline/field.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hotline/field.go b/hotline/field.go index 3076017..aef790d 100644 --- a/hotline/field.go +++ b/hotline/field.go @@ -19,7 +19,7 @@ const fieldUserAccess = 110 // const fieldUserAlias = 111 TODO: implement const fieldUserFlags = 112 -const fieldOptions = 113 // Server message (1) or admin message (any other value) +const fieldOptions = 113 const fieldChatID = 114 const fieldChatSubject = 115 const fieldWaitingCount = 116 |