io.github.pidoveproject.showdown.protocol.client.PrivateMessageGroup.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of scala-showdown-api_3 Show documentation
Show all versions of scala-showdown-api_3 Show documentation
A Scala wrapper of Pokemon Showdown's API
The newest version!
package io.github.pidoveproject.showdown.protocol.client
import io.github.pidoveproject.showdown.protocol.{MessageEncoder, messageName}
/**
* A group of user that can send private messages.
*/
enum PrivateMessageGroup derives MessageEncoder:
case Unlocked
case Ac
case Trusted
@messageName("+") case Plus
case Friends