Packages

package users

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. 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

  1. 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.

  2. object GetUserProfilePhotos extends Serializable

Ungrouped