Class ChatMessage.Extras

java.lang.Object
io.github.bbobbogi.stream4j.chzzk.chat.ChatMessage.Extras
Enclosing class:
ChatMessage

public static class ChatMessage.Extras extends Object
Class containing extra message information.
  • Field Details

    • nickname

      public String nickname
    • verifiedMark

      public boolean verifiedMark
  • Method Details

    • getDonationType

      public String getDonationType()
      Returns donation type.
      Returns:
      donation type string
    • getDescription

      public String getDescription()
      Returns system message description.
      Returns:
      description string
    • getOsType

      public ChatMessage.OsType getOsType()
      Returns operating system type.
      Returns:
      operating system type
    • getPayAmount

      public int getPayAmount()
      Returns donation amount.
      Returns:
      donation amount (-1 if not set)
    • toString

      public String toString()
      Overrides:
      toString in class Object