Class ChatMessage.Extras
java.lang.Object
io.github.bbobbogi.stream4j.chzzk.chat.ChatMessage.Extras
- Enclosing class:
- ChatMessage
Class containing extra message information.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionReturns system message description.Returns donation type.Returns operating system type.intReturns donation amount.toString()
-
Field Details
-
nickname
-
verifiedMark
public boolean verifiedMark
-
-
Method Details
-
getDonationType
Returns donation type.- Returns:
- donation type string
-
getDescription
Returns system message description.- Returns:
- description string
-
getOsType
Returns operating system type.- Returns:
- operating system type
-
getPayAmount
public int getPayAmount()Returns donation amount.- Returns:
- donation amount (-1 if not set)
-
toString
-