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

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

package telegramium.bots

/** This object represents a service message about a video chat ended in the chat.
  *
  * @param duration
  *   Video chat duration in seconds
  */
final case class VideoChatEnded(duration: Int)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy