![JAR search and dependency download from the Maven repository](/logo.png)
telegramium.bots.ChatId.scala Maven / Gradle / Ivy
package telegramium.bots
sealed trait ChatId {}
final case class ChatIntId(id: Long) extends ChatId
final case class ChatStrId(id: String) extends ChatId
© 2015 - 2025 Weber Informatics LLC | Privacy Policy