package users
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- final case class GetUserProfilePhotos(userId: Int, offset: Option[Int] = None, limit: Option[Int] = None) extends Product with Serializable
Use this method to get a list of profile pictures for a user.
Use this method to get a list of profile pictures for a user.
- userId
Unique identifier of the target user
- offset
Sequential number of the first photo to be returned. By default, all photos are returned.
- limit
Limits the number of photos to be retrieved. Values between 1-100 are accepted. Defaults to 100.
Value Members
- object GetMe extends Product with Serializable
A simple method for testing your bot's auth token.
A simple method for testing your bot's auth token. Requires no parameters. Returns basic information about the bot in form of a User object.
- object GetUserProfilePhotos extends Serializable