![JAR search and dependency download from the Maven repository](/logo.png)
telegramium.bots.VideoChatScheduled.scala Maven / Gradle / Ivy
package telegramium.bots
/** This object represents a service message about a video chat scheduled in the chat.
*
* @param startDate
* Point in time (Unix timestamp) when the video chat is supposed to be started by a chat administrator
*/
final case class VideoChatScheduled(startDate: Int)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy