UserProfilePhotos

telegramium.bots.UserProfilePhotos
final case class UserProfilePhotos(totalCount: Int, photos: List[List[PhotoSize]])

This object represent a user's profile pictures.

Value parameters

photos

Requested profile pictures (in up to 4 sizes each)

totalCount

Total number of profile pictures the target user has

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product