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

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

There is a newer version: 9.711.0
Show newest version
package telegramium.bots

/** This object represent a user's profile pictures.
  *
  * @param totalCount
  *   Total number of profile pictures the target user has
  * @param photos
  *   Requested profile pictures (in up to 4 sizes each)
  */
final case class UserProfilePhotos(totalCount: Int, photos: List[List[PhotoSize]] = List.empty)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy