GetUserProfilePhotosReq

telegramium.bots.client.GetUserProfilePhotosReq
final case class GetUserProfilePhotosReq(userId: Long, offset: Option[Int], limit: Option[Int])

Value parameters

limit

Limits the number of photos to be retrieved. Values between 1-100 are accepted. Defaults to 100.

offset

Sequential number of the first photo to be returned. By default, all photos are returned.

userId

Unique identifier of the target user

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