Package net.zenoc.gallium.api.chat
Class ChatMessage
java.lang.Object
net.zenoc.gallium.api.chat.ChatMessage
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ChatMessage
Send a string to the callerstatic ChatMessage
from
(StringJoiner joiner) Send a string joiner to the callerstatic ChatMessage
fromString
(String content) Deprecated.use from(String)
-
Constructor Details
-
ChatMessage
-
-
Method Details
-
getContent
-
from
Send a string to the caller- Parameters:
content
- the message- Returns:
- ChatMessage
-
from
Send a string joiner to the caller -
fromString
Deprecated.use from(String)Send a message to the caller- Parameters:
content
- the message- Returns:
- ChatMessage
-