[−][src]Module screeps_api::websocket::types::messages
Update parsing for user messages and conversation updates.
Structs
Message | Content of a newly sent or received message update. |
MessageUnreadUpdate | Update on whether a message is unread or not. |
MessageUpdate | Update for a newly received message. |
Enums
ConversationUpdate | Update on a conversation between two specific users. This is either a new message sent by one of the users (either the subscribed one or the other one), or an update indicating that a message previously sent has now been read. |
MessageDirectionType | Specification on whether a message is incoming or outgoing. |