| Package | Description |
|---|---|
| com.threerings.crowd.chat.server |
| Modifier and Type | Field and Description |
|---|---|
List<ChatHistory.Entry> |
ChatChannelManager.ChatHistoryResult.history
The things in the user's chat history, aggregated from all nodes and sorted by
timestamp.
|
| Modifier and Type | Method and Description |
|---|---|
List<ChatHistory.Entry> |
ChatHistory.get(Name username)
Returns a list of
ChatHistory.Entry objects, one for each message to which this user has been
privy in the recent past. |
Copyright © 2015. All rights reserved.