GetUserProfilePhotosMethod

Method to get a list of profile pictures for a user

Members

Mixins

__anonymous
mixin TelegramMethod!"/getUserProfilePhotos"
Undocumented in source.

Variables

limit
int limit;

Limits the number of photos to be retrieved

offset
int offset;

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

user_id
int user_id;

Unique identifier of the target user

See Also

Meta