All Downloads are FREE. Search and download functionalities are using the official Maven repository.

telegramium.bots.ChatId.scala Maven / Gradle / Ivy

There is a newer version: 9.711.0
Show newest version
package telegramium.bots

sealed trait ChatId {}

final case class ChatIntId(id: Long) extends ChatId

final case class ChatStrId(id: String) extends ChatId




© 2015 - 2024 Weber Informatics LLC | Privacy Policy