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

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

package telegramium.bots

/** This object represents a story.
  *
  * @param chat
  *   Chat that posted the story
  * @param id
  *   Unique identifier for the story in the chat
  */
final case class Story(chat: Chat, id: Int)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy