Telegex.get_user_profile_photos

You're seeing just the function get_user_profile_photos, go back to Telegex module for more information.
Link to this function

get_user_profile_photos(user_id, optionals \\ [])

View Source

Specs

get_user_profile_photos(integer(), offset: integer(), limit: integer()) ::
  {:ok, Telegex.Model.UserProfilePhotos.t()} | {:error, Telegex.Model.errors()}

Use this method to get a list of profile pictures for a user. Returns a Telegex.Model.UserProfilePhotos object.