Saxonberg Server API
Preparing search index...
mud/api/bulletin
BulletinPatch
Interface BulletinPatch
The editable subset of a bulletin (the
edit
patch).
interface
BulletinPatch
{
body
?:
string
;
expiresAt
?:
number
;
headline
?:
string
;
kind
?:
BulletinKind
;
pinned
?:
boolean
;
realm
?:
BulletinRealm
;
}
Index
Properties
body?
expires
At?
headline?
kind?
pinned?
realm?
Properties
Optional
body
body
?:
string
Optional
expires
At
expiresAt
?:
number
Optional
headline
headline
?:
string
Optional
kind
kind
?:
BulletinKind
Optional
pinned
pinned
?:
boolean
Optional
realm
realm
?:
BulletinRealm
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
body
expires
At
headline
kind
pinned
realm
Saxonberg Server API
Loading...
The editable subset of a bulletin (the
editpatch).