Class: PrivateMessage
models.PrivateMessage
Table of contents
Accessors
Methods
Accessors
body
• get body(): string
Returns
string
bodyHtml
• get bodyHtml(): string
Returns
string
created
• get created(): Date
Returns
Date
from
• get from(): PrivateMessageAuthor
Returns
PrivateMessageAuthor
id
• get id(): TID
Returns
TID
Methods
markAsRead
▸ markAsRead(): Promise<void>
Returns
Promise<void>