getUserProfilePhotos

inline fun TelegramBot.getUserProfilePhotos(userId: Long, offset: Int? = null, limit: Int? = null): GetUserProfilePhotosAction(source)
inline fun TelegramBot.getUserProfilePhotos(user: User, offset: Int? = null, limit: Int? = null): GetUserProfilePhotosAction(source)