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

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

package telegramium.bots

/** This object represents a service message about new members invited to a video chat.
  *
  * @param users
  *   New members that were invited to the video chat
  */
final case class VideoChatParticipantsInvited(users: List[User] = List.empty)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy