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

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

package telegramium.bots

/** This object represents a service message about a change in auto-delete timer settings.
  *
  * @param messageAutoDeleteTime
  *   New auto-delete time for messages in the chat; in seconds
  */
final case class MessageAutoDeleteTimerChanged(messageAutoDeleteTime: Int)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy