telegramium.bots.BotName.scala Maven / Gradle / Ivy
package telegramium.bots
/** This object represents the bot's name.
*
* @param name
* The bot's name
*/
final case class BotName(name: String)
package telegramium.bots
/** This object represents the bot's name.
*
* @param name
* The bot's name
*/
final case class BotName(name: String)