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

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

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

/** This object represents a bot command.
  *
  * @param command
  *   Text of the command; 1-32 characters. Can contain only lowercase English letters, digits and underscores.
  * @param description
  *   Description of the command; 1-256 characters.
  */
final case class BotCommand(command: String, description: String)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy