TelegramBot.getUserProfilePhotos

Get a list of profile pictures for specified user

  1. UserProfilePhotos getUserProfilePhotos(int user_id)
    struct TelegramBot
    @trusted
    getUserProfilePhotos
    ()
  2. UserProfilePhotos getUserProfilePhotos(GetUserProfilePhotosMethod m)

Parameters

user_id int

Unique identifier of the target user

Return Value

UserProfilePhotos struct

Throws

TelegramBotException on errors

See Also

Meta