Telegex.get_user_profile_photos
You're seeing just the function
get_user_profile_photos
, go back to Telegex module for more information.
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.